@font-face {
    font-family: 'Bold';
    src: url('../fonts/BOLD.otf');
}

@font-face {
    font-family: 'REGULAR';
    src: url('../fonts/REGULAR.otf');
}

body {
    outline: none;
    font-family: 'REGULAR', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ffba00;
    text-decoration: none;
}

/* Start Header */
@media only screen and (min-width: 1000px) {
    .container {
        width: 1050px !important;
    }
    #brand {
        margin-top: 10px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    #brand {
        margin-top: -7px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        display: block;
    }

    .navbar-toggle {
        position: relative;
        border: 0px;
        float: right;
        margin-top: 15px;
        margin-right: 30px;
    }
    .navbar-brand {
        font-size: 24px;
        float: right;
        margin-right: 25px;
        margin-top: 10px;
    }
    .navbar-nav {
        width: 99%;
    }
    #brand {
        float: left;
        margin-top: 10px;
    }
}




/* Start Navbar */
.navbar-brand {
    font-size: 24px;
}
.navbar-container {
    padding: 10px 0 10px 0;
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #474747e6;
    border: none;
    box-shadow: none;
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}
.navbar-container.fixed-theme {
    padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.navbar-collapse {
    padding-right: 0px;
}
.navbar-toggle i {
    font-size: 20px;
    color: #fff;
}
.navbar-nav > li > a {
    transition: all 0.3s;
}
.navbar-nav > li > a:focus {
    background-color: #fff0;
}
.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #40a1f4;
    background: none;
}

.nav > li.disabled > a {
    color: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 9px;
}
.btn-default {
    color: #fff;
    background: none;
    border: none;
}
.btn-default:hover {
    background: none;
    border: none;
    color: #a4a4a4;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background: none;
    border: none;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background: none;
    border: none;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    border-bottom: 1px solid #efefef;
}
/* End Navbar */

#bs-example-navbar-collapse-1 .col-xs-6 {
    padding: 15px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #575757;
    border-right: 1px solid #575757;
}

.cd-headline.clip .cd-words-wrapper::after {
    background-color: #626262 !important;
}

.navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.83)),
        url('../img/header.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100vh;
    padding-top: 10px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text_header {
    margin-top: 190px;
    text-align: center;
}
.cd-intro {
    margin: auto !important;
}
.cd-headline.clip b {
    opacity: 0;
    color: #ffba00;
}
.cd-headline {
    font-size: 60px;
}
.cd-headline.clip span {
    padding: 0px !important;
}
.text_header_description {
    width: 550px;
    margin: auto;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
    transition: all 0.2s;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffba00;
    outline: none;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #ffba00;
    outline: none;
}

.btn_header {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    background: none;
    border: 1px solid #eee;
    color: #eee;
    border-radius: 3px;
    transition: all 0.3s;
    margin-top: 15px;
}

.btn_header:hover {
    background-color: #ffba00;
    border: 1px solid #ffba00;
    color: #212121;
}

.social_header li {
    list-style-type: none;
    display: inline-table;
    padding: 5px;
}

.social_header {
    position: absolute;
    bottom: 0px;
    left: 190px;
}

/* .modal-dialog {
    width: 200px;
    margin: 30px;
    float: left;
    margin-top: 70px;
    margin-left: 150px;
} */

.modal-content {
    border-radius: 3px;
}

.full_screen_small .col-xs-6 {
    border: 1px solid #f6b402;
    padding: 30px;
    text-align: center;
}

.full_screen_small i {
    color: #444;
}

.full_screen_small a {
    color: #444;
}

.full_screen_small .col-xs-6 {
    transition: all 0.2s;
}

.full_screen_small .col-xs-6:hover {
    background-color: #ffc016;
}

.down {
    margin-top: 50px;
    opacity: 0.3;
}

.down i {
    -webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 0.9s infinite;
}

@-webkit-keyframes mymove {
    from {
        left: 0px;
    }
    to {
        left: 200px;
    }
}

@keyframes mymove {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: 15px;
    }
}

.phar_first {
    font-size: 16px;
}

.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #454545;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.navbar-right {
    float: right !important;
    /* padding: 18px; */
    margin-right: 30px;
}

.navbar-left {
    float: left !important;
    margin-left: 30px;
    
}

/* .nav.navbar-nav.navbar-right a {
    margin-left: 15px;
} */

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 100px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.5s ease;
    background-color: #3c3d4dc7;
    padding-top: 230px;
}

.overlay h1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    width: 550px;
    margin: auto;
    margin-top: 10px;
}
.overlay p {
    width: 600px;
    margin: auto;
    color: #cacaca;
}

.swiper-pagination-bullet-active {
    background: #337ab7 !important;
    width: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
}

@media only screen and (max-width: 767px) {
    .swiper-container {
        width: 100%;
        height: 300px !important;
    }
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        transition: 0.5s ease;
        background-color: #3c3d4dc7;
        padding-top: 80px;
        text-align: center;
    }
    .overlay h1 {
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
        font-size: 17px;
        width: 200px;
    }
    .overlay p {
        color: #cacaca;
        font-size: 13px;
        width: 200px;
    }
    .downloadApp {
        height: auto !important;
        padding-bottom: 50px;
    }
    .agents {
        margin: 30px !important;
    }
    .financiers {
        margin: 30px !important;
    }
    .news {
        padding: 30px !important;
    }

    .par {
        width: auto !important;
    }
    .contact input {
        width: auto !important;
    }
    .contact textarea {
        width: 200px !important;
    }
}

.par {
    color: #606060;
    width: 500px;
    margin: auto;
}
.categories {
    text-align: center;
    margin-top: 20px;
}
.downloadApp {
    background-image: linear-gradient(to right, #337ab7, #0d4e86);
    height: 400px;
    margin-top: 70px;
}
.downloadApp h2 {
    color: #fff;
    margin-top: 100px;
}

.downloadApp p {
    color: #fff;
}

.agents {
    text-align: center;
    margin-top: 20px;
}
.itt {
    padding: 30px;
    background: #4da8f7;
    display: block ruby;
    border-radius: 5px;
    color: #fff;
}
.itt i {
    margin-right: 10px;
}

.owl-nav {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #337ab7 !important;
    width: 20px !important;
}

.owl-dots {
    margin-top: 15px;
    height: 7px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
}

.financiers {
    text-align: center;
    margin-top: 100px;
}
.item_financiers {
    padding: 70px;
    background: #337ab7;
    border-radius: 5px;
    color: #fff;
}

.news {
    text-align: center;
    margin-top: 100px;
    background: #f7f7f7;
    padding-bottom: 80px;
}
.item_news {
    background: #337ab7;
    border-radius: 5px;
    height: 230px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* border: 1px solid 
    #ddd; */
    border-radius: 5px;
}

.item h3 {
    color: #6a6a6a;
    font-size: 18px;
    margin: 20px;
    text-align: justify;
}

.item p {
    color: rgb(155, 155, 155);
    font-size: 13px;
    text-align: left;
    margin-left: 20px;
}

.contact {
    background-image: linear-gradient(to right, #337ab7, #0d4e86);
    padding: 20px;
    text-align: center;
}

.contact input {
    width: 550px;
    margin: auto;
    margin-top: 15px;
    border-radius: 4px !important;
}

.contact textarea {
    width: 550px;
    margin: auto;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #3174ac;
    padding: 10px;
}

.footer {
    padding-top: 50px;
}

.social li {
    list-style-type: none;
    display: inline;
    margin-right: 15px !important;
    color: #1b5e98;
}

.footer ul {
    margin-left: -40px;
}

.pages {
    list-style-type: none;
    margin-top: 20px;
}

.pages a {
    color: #1e629c;
}

.pages li {
    margin-top: 7px;
}

.footer_end {
    background-image: linear-gradient(to right, #337ab7, #0d4e86);
    height: 80px;
    margin-top: 30px;
}

.footer_end .col-md-6 {
    padding-top: 30px;
    color: #fff;
}

.login {
    margin-top: 10% !important;
}

.login h3 {
    font-weight: bold;
    font-size: 30px;
    color: #337ab7;
    margin-bottom: 10px;
}

.login p {
    color: #999;
    margin-bottom: 40px;
}

form {
    margin-top: 30px;
}

.form-control {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0px !important;
}



.alert-group>.alert:first-child:not(:last-child){
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
       -moz-border-radius-topleft:5px;
       -moz-border-radius-topright:5px;
       -moz-border-radius-bottomright:0;
       -moz-border-radius-bottomleft:0;
            border-top-left-radius:5px;
            border-top-right-radius:5px;
            border-bottom-right-radius:0;
            border-bottom-left-radius:0;
    margin-bottom:0
}
.alert-group>.alert:not(:first-child):not(:last-child){
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    border-top:0;
    margin-bottom:0
}
.alert-group>.alert:last-child:not(:first-child){
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
       -moz-border-radius-topleft:0;
       -moz-border-radius-topright:0;
       -moz-border-radius-bottomright:5px;
       -moz-border-radius-bottomleft:5px;
            border-top-left-radius:0;
            border-top-right-radius:0;
            border-bottom-right-radius:5px;
            border-bottom-left-radius:5px;
    border-top:0
}





@media only screen and (max-width: 767px) {
    .navbar-header{
        float: none !important;
    }
    .navbar-toggle{
        float: left;
    }
    #brand {
        float: right !important;
        margin-top: -10px !important;
        margin: 0px;
    }
    .nav > li {
        padding: 5px;
        border-bottom: 1px solid  #4d4d4d;
    }
    .navbar-right {
        margin-right: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #474c55;
    }
    .dropdown-menu > li > a{
        color: #d2d2d2;
        border-bottom: 1px solid #3e3e3e;
    }
    .phar_first {
        font-size: 20px;
        padding: 15px;
    }
    .bg-overlay{
        height: auto;
        padding-bottom: 20px;
    }
    .text_header{
        margin-top: 90px;
    }
    .search-sec {
        background: #FFF !important;
        border-radius: 5px !important;
    }
    .vehicle{
        padding: 20px !important;
    }
    .footer .col-md-4 {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .footer ul {
        margin-left: -40px;
        margin-right: -40px;
    }
    .footer_end{
        height: auto;
    }
    .footer_end .col-md-6 {
        text-align: center !important;
    }
    .vehicle_details,.vehicle_details2{
        margin:15px;
    }
    .resultApprovedPublicTripPage{
        text-align: center;
    }
    .name_a{
        margin-left: 0px !important;
        margin-right: 45px !important;
        margin-bottom: 0;
        margin-top: -5px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {

        margin-right: 15px !important;
        margin-left: 15px !important;
    
    }

    .swiper-container{
        height: 400px !important;
    }

    .overlay{
        padding-top: 150px !important
    }

    .navbar-left{
        margin-left: 0px !important
    }
 

}



