@charset "utf-8";
/* CSS Document */

body{
    font-family: 'calibri';
}

.top-bg{
    background-image:url(../images/top-bg.jpg);
    background-repeat:repeat-x;
    background-color:#703a66;
    height:150px;
    color:#FFFFFF;}

.top-icons{
    margin-top:20px;}

/*a{color:#FFFFFF;}*/

a:hover{
    color:#d9d9d9;
    text-decoration:none;}

.navbar-inverse{
    background-color : #703a66;
    border-color:transparent;
    z-index:1;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background-color : transparent;
}

.navbar-inverse .navbar-nav>li>a{
    color:#FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover{
    color:#d9d9d9;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:transparent;}

.navbar-inverse .navbar-toggle{
    border-color:transparent;}

.navbar-nav{
    margin-top:20px;}

.navbar-inverse .navbar-toggle{
    margin-top:15px;
}

.yellow-wrapper{
    background-color:#ffd53a;
    color:#FFFFFF;
    padding-bottom:30px;
    padding-top:30px;
}


.blue-wrapper{
    background-color:#2278d8;
    color:#FFFFFF;
    padding-bottom:30px;
    padding-top:30px;
}


.light-blue-wrapper{
    background-color:#cfe0f6;
    color:#FFFFFF;
    padding-bottom:30px;
    padding-top:30px;
}


.dark-yellow-wrapper{
    background-color:#e3b60d;
    color:#FFFFFF;
    padding-bottom:30px;
    padding-top:30px;
    background-image:url(../images/top-bg.jpg);
    background-repeat:repeat-x;
    background-position: bottom;
}

img{
    margin-left:5px;
    margin-right:5px;}

.testimonial .pic{
    width: 22%;
    padding: 0px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #ffd53a;
    position: absolute;
    z-index: -1;
}

.testimonial .pic:before{
    top: 0;
    right: -20px;
}

.testimonial .pic:after{
    bottom: 0;
    left: -15px;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #ffd53a;
}

.testimonial .testimonial-content{
    width: 70%;
    float: right;
}

.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}

.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}

.testimonial .description{
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.testimonial .description:before,
.testimonial .description:after{
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #ffd53a;
    position: relative;
}

.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}

.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}

.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}

.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ffd53a;
    position: absolute;
    top: 0;
    left: 25%;
}

.owl-next:before{
    content: "\f178";
}

.owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ffd53a;
    position: absolute;
    top: 0;
    left: -10px;
}

@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}







h1.bar_, .fleet_section h3 {
    position: relative;
}
.location_section h1, .location_section h3, .service_section h1, .service_section h3, .fleet_section h1, .fleet_section h4, .fleet_section h3 {
    color: #000;
}

.fleet_section .carousel {
    margin-top: 40px;
}
.fleet_section .pager li > a, .fleet_section .pager li > span {
    border-radius: 0;
    color: #000;
}
.pager li > a:focus, .pager li > a:hover {
    background: #dfa466 none repeat scroll 0 0;
    color: #fff;
}

#pass-msg{font-size: 12px; font-weight: bold;}
.border-1px{border:1px solid #ccc; padding: 15px 0px ; margin-bottom: 20px; border-radius: 10px;}
.border-1px:hover{
    border-color:#999; 
}
h4{
    color:#666;
}
.alert-msg,.alert-success-msg,.modal-alert-success,.modal-alert-danger,.modal-alert-warning,#coach-type{display: none;}
.required{
    color:red;
}
.link-back{
    border-radius: 50%; margin-right: 10px;
}
