/*@import url("https://fonts.googleapis.com/css?family=Molengo|Philosopher:400,700");*/

@font-face {
  font-family: 'Molengo';
  src: url('../fonts/Molengo-Regular.ttf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Regular.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Philosopher-Italic.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Philosopher-Bold.ttf'); /* IE9 Compat Modes */
}

body {
    position: relative;
    color: #363636;
    font-weight: 400;
    font-family: 'Molengo', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
}
p {
    font-family: 'Molengo', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: 'Philosopher', sans-serif;
}
a {
    text-decoration: none !important;
}

* {
  -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox ≤ 28 */
          box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
}



/*landing page */


#video-background1{
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    height: auto;
    width: 100%;
}
#video-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    min-height: 100%;
    z-index: -100;
}
#video-container {
    padding: 50px 0 10px 0;
    color: #fff;
}

.video-content {
    margin: 0px 0;
    text-align: center;
    color: #fff;
}

.video-content #logo-img  img{
    margin-bottom: 20px;
    z-index: 0;
}
#mute-btn {
    float: right;
    margin-bottom: 50px;
    z-index: 1;
}
.video-content .review-logo {
   width: auto;
}
#video-container .margin-star {
    margin-top: 150px;
    float: right;
    margin-right: -35px;
}
.video-content h1 {
    font-size: 40px;
}
.video-content h3 {
    margin: 30px 0;
}

.video-content .icon{
    width: 44%;
    float: right;
}
.video-content .icon li{
    margin: 00px 10px 10px 0px;
    display: inline-block;
}
.video-content .icon .fa-stack {
    margin: 0px;
    font-size: 14px;
    padding: 0;
}
.video-content .btn-white:hover {
    background-color: #D3D3D3;
}
.video-content .checkbox{
   width: 35px;
   height: 35px;
   background:url("../images/unmute.png" ) no-repeat;
   background-size:contain;
}
.video-content .checked{
   background:url("../images/mute.png" ) no-repeat ;
   height: 35px;
   width: 35px;
   background-size:contain;
}

.video-content .glyphicon-menu-left,
.video-content .glyphicon-menu-right,
.video-content .icon-next,
.video-content .icon-prev {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}

.video-content .glyphicon-menu-left,
.video-content .icon-prev {
    margin-left: -35px;
}
.video-content .glyphicon-menu-right,
.video-content .icon-next {
    margin-right: -35px;
}
.video-content .carousel-inner {
    min-height: 170px;
    font-size: 18px !important;
    line-height: 1.5em;
}

.video-content #myCarousel_testimonial .carousel-control.left,
.video-content #myCarousel_testimonial .carousel-control.right {
    background: transparent;
}
.video-content .carousel-control{
    width: 5%;
}
.video-content .footer-content {
    margin-top: 40px;
}
.video-content .btn-white {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.video-content .review-logo img {
    width: auto;
    height: 50px;
    margin: auto;
}
#landing-page-testimonial {
    position: relative;
    bottom: -10px;
}
#video-container .center {
    margin: auto;
}
#logo-text {
    letter-spacing: 4px;
}

.blue {
    color: #2d71e2 !important;
}
.orange {
    color: orange !important;
}

audio {
    visibility: hidden;
    position: fixed;
    top: 10px;
    left: 10px;
}

.bottom-content {
    margin-top: 7%;
}
.bottom-content .icon {
    margin-top: 50px;
}
.enter-site {
    margin-top: 2%;
}

/*index.html*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.wedding-margin-top {
    margin-top: -70px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.btn {
    padding: 21px 34px;
    border-radius: 40px !important;
    background-color: transparent;
    border-width: 2px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: .4s all ease!important;
    transition: .4s all ease!important;
    color: #fff;
    margin-bottom: 20px;
}
.btn-black {
    color: #272727;
    border-color: #272727;
}

.btn-blue{
    padding: 21px 34px;
    border-radius: 40px !important;
    background-color: transparent;
    border-width: 2px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: .4s all ease!important;
    transition: .4s all ease!important;
    color: #fff;
    margin-bottom: 20px;
    margin: 0 auto;
    display: block;
    width: 20%;
    color: #272727;
    border-color: #272727;
}
.btn-blue:hover,
.btn-black:hover {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
}
.btn-white {
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
}
.btn-white:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.btn-default {
    margin-top: 50px;
    background-color: transparent;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #29a2dc;
    color: #29a2dc;
}
.btn-default:hover {
    background-color: #29a2dc;
    color: #fff;
    border-color: #fff;
}
.space {
    border-top: 0px;
    margin: 50px 0;
}
hr {
    border-top-color: #bbb;
  /*  margin-bottom: 40px;*/
}
.topbar {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.topbar-dropdown {
    color: #747474;
    float: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    min-height: 40px;
    position: relative;
    font-family: arial;
}

#video-player-index video{
    /*padding: 50px 0 30px 0;*/
    max-height:  400px;
    width: 100%;
    margin: 0px auto auto auto;
}

#video-player-index video::-internal-media-controls-download-button {
    display:none;
}

#video-player-index video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

#video-player-index video::-webkit-media-controls-panel {
    width: calc(100% + 30px); / Adjust as needed /
}

/* Header */

.header {
    position: relative;
    z-index: 1;
    min-height: 105px;
}
.header nav {
    margin-top: 20px;
}

.header img {
    height: 70px;
    width: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
}
.header .navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000;
}
.header nav ul li a {
    font-size: 1.2em;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
    padding: 10px;
}
.header .navbar-nav>li>a {
    color: #4c4c4c;
    font-weight: 600;
}
.header nav ul li a:hover,
.header nav ul li a:focus {
    color: #2d71e2 !important;
    background-color: transparent !important;
    background: transparent !important;
}
.header nav ul li.active a,
.header nav ul li.active a:visited {
    color: #2d71e2;
    background-color: transparent !important;
    background: transparent !important;
}
.sticky {
    position: fixed;
    background-color: #fff;
    z-index: 100;
    top: 0px;
    left: auto;
    width: 100%;
    box-shadow: 1px 1px 10px #4c4c4c;
}
.sticky img {
    height: 70px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header #main_logo-scroll {
    display: none;
}
.sticky #main_logo-scroll {
    display: inline-block;
}
.sticky #main_logo {
    display: none;
}
.sticky nav {
    margin-top: 17px;
    margin-bottom: 0;
}
/* Content wrapper */

#content-wrapper {
    background: url(../images/team/team-banner-2.jpg) no-repeat;
    background-size: cover;
    margin-top: -20px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    font-size: 2.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 3px;
    min-height: 450px;
}
#content-wrapper h2 {
    font-weight: bold;
}
.top_btn {
    position: relative;
    top: 380px;
    left: 0;
    right: 0;
}
#toptobottom {
    color: #fff;
}
#toptobottom span {
    display: none;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
}
#toptobottom:hover span {
    display: inline-block;
}
#toptobottom:hover i {
    display: none;
}
/* Luxury */

#luxury {
    padding: 0px 0;
    width: 100%;
    position: relative;
}
#luxury_content {
    text-align: center;
}
#luxury_content h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}
#luxury_content img {
    margin: 50px auto;
}

#luxury_content h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-style: italic;
    font-weight: 300;
}

#luxury_content p {
    font-weight: bold;
    font-size: 1.4em;
}

#about_content {
    margin-top: 100px;
    text-align: center;
}

#about_content h2 {
    margin-bottom: 30px;
    font-size: 2.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
}

#about_content a,
#about_content a:visited {
    font-weight: bold;
}

#about_content p a {
    font-weight: normal;
}

/* Our Mission */

#mission_content {
    text-align: center;
}

#mission_content h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

#mission_content h3 {
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#mission_content a,
#mission_content a:visited {
    font-weight: bold;
}

#mission_content p a {
    font-weight: normal;
}

/* Choose Us */

#choose_us {
    width: 100%;
    display: block;
    position: relative;
    padding:0px 0;
}

#choose_us_content h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

#choose_us_content img {
    margin: 0px auto;
}

#choose_us_content h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
}

#content-fleet {
    background-color: #171717;
    background: url(../images/fleet-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 172px 0;
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    font-size: 2.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 3px;
}

#slider_section {
    display: block;
    width: 100%;
    position: relative;
    /*padding: 100px 0;*/
}

.slide_content {
    margin: 50px 0;
    margin-bottom: 0px;
}

.slide_content h2 {    font-size: 60px;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.slide_content h3 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
   /* color: #337ab7;*/
    margin-bottom: 40px;
    text-align: center;
}

.slide_content p {
    font-size: 20px;
    line-height: 1.5em;
}

.slide_content ul {
    font-size: 20px;
    line-height: 1.9em;
}

.slide_content .item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}

.slide_content .item .thumb-5 {
    width: 20%;
}

.slide_content .item .thumb img {
    width: 100%;
    margin: 15px 0;
}

.slide_content .item img {
    width: 100%;
}

.slide_content a {
    color: #222;
    margin-top: 30px;
}

.slide_content img {
    width: 100%;
    height: auto;
}

#content-services {
    background-color: #171717;
    background: url(../images/grey-car-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    line-height: 1.3em;
    font-size: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 3px;
}

#content-services .carousel-inner {
    min-height: 300px;
}

#content-services h2 {
    margin-bottom: 50px;
}

.review-logo img {
    max-height: 80px;
    width: 100%;
    margin: 0px 0;
}

.review-logo {
    color: #2d71e2;
    text-transform: capitalize;
    font-weight: bold;
}

#content-services .btn-default:hover {
    background-color: #29a2dc;
}

#content-services .carousel-control.left,
#content-services .carousel-control.right {
    color: #fff;
}

#our_services {
    display: block;
    position: relative;
    width: 100%;
    padding: 100px 0;
}

#services_content {
    text-align: center;
}

#services_content h3 {
    font-size: 2.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    margin: 20px 0;
}

#services_content h4 {
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}

#services_content h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

#services_content .feature p {
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: left;
}

.small_img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
}

.feature-img img {
    margin: 0 auto;
}

#feature_content {
    margin: 30px 0;
}

#feature_content h2 {
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

#feature_content p span {
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
}

#feature_content a img {
    margin: 30px auto;
}

.notify_form {
    margin-top: 30px;
    background-color: #f3f3f3;
    padding: 35px;
    text-align: center;
    color: #272727;
}

.notify_form p {
    font-size: 16px !important;
}

.notify_form p span {
    font-size: 30px !important;
    line-height: 1.2em;
}

.notify_form p small {
    opacity: .8;
    margin: 17px 0;
    font-size: 12px !important;
    line-height: normal;
}

.notify_form form {
    margin: 30px 0;
}

.notify_form form input {
    border-radius: 0;
    height: 50px;
    width: 100%;
}

.notify_form form button,
.notify_form form button:hover {
    border-radius: 0;
    height: 50px;
    background: #212121;
    color: #fff;
}

footer {
    width: 100%;
    display: block;
    position: relative;
    background-color: #171717;
    color: #fff;

}

.bottomtotop {
    text-align: center;
    position: relative;
   /* top: -11%;
    left: 0;
    right: 0;*/
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100px;
    padding-top: 3px;
    padding-left: 3px;
}

.bottomtotop a {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    color: #363636;
}

.bottomtotop a i {
    display: block;
    margin-bottom: -5px;
}

.sticky-bottomtotop {
    position: fixed !important;
    z-index: 100;
    top: none;
    bottom: 30px;
    right: 50px;
    opacity: 1 !important;
}

.footer-content ul {
    margin-top: 0px;
}

.footer-content ul li {
    display: inline-block;
    margin: 1px;
}

.icon li {
    display: inline;
    text-align: right;
    margin: 5px;
}

.social i {
    color: #fff;
}

.social ul li a:focus {
    text-decoration: none;
    outline: 0;
    color: #6b6b6b;
    -webkit-transition: .1s all ease!important;
    transition: .1s all ease!important;
}

.social:hover .fa-stack {
    color: #29a2dc;
    transition: 0.5s;
    transform: rotateY(360deg);
}

.social {
    display: inline;
    overflow: hidden;
    text-align: center;
}

.footer-content h3 {
    margin: 0px 0 20px 0;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
}

.footer-content a {
    color: #fff;
}
/* Team Page */

#team-banner {
    background-color: #171717;
    background: url(../images/limousine-5.jpg) no-repeat top;
    background-size: cover;
    margin-top: -20px;
    position: relative;
    width: 100%;
    min-height: 400px;
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    font-size: 2.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 3px;
}

#team-banner h2 {
    position: relative;
    top: 430px;
    color: #000;
}

#team {
    padding: 0px 0 0 0;
    width: 100%;
    display: block;
    position: relative;
}

.team-content {
    margin-bottom: 70px;
}

.team-content h2 {
    font-size: 2.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    color: #000;
}

.team-content p span {
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
}

.team-content img {
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Contact Form */
#quote-form {
   /* margin-top: 100px;*/
    margin-bottom: 50px;
}

#quote-form .form-group {
    margin: 10px;
}

#quote-form .form-group label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#quote-form .form-group input,
#quote-form .form-group textarea,
#quote-form .form-group select {
    min-height: 40px;
    border-radius: 0px;
    margin-top: 7px;
}

#luxury .carousel-control.left,
#luxury .carousel-control.right {
    color: #4c4c4c;
}

.video-responsive {
    width: 100%;
    height: auto;
}

/*testimonial page */

#testimonial {
    width: 100%;
    display: block;
    position: relative;
}

#testimonial h2 {
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}

#testimonial h3 {
    margin-bottom: 10px;
}

#testimonial blockquote {
    background: transparent !important;
    border-radius: 4px;
    padding: 6px 0 0;
    margin: 12px 0 0;
    border-top: 1px solid #f2f2f2;
    padding: 6px 20px;
    border: 0;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
}

#testimonial blockquote p {
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    font-size: 17px;
}

#testimonial blockquote footer {
    background-color: transparent;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: #4c4c4c;
    text-align: center;
    border-bottom: 1px solid #29a2dc;
    padding-bottom: 10px;
}

#testimonial blockquote footer::before {
    content: none;
}

#team h2 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.home-.header {
    z-index: 10000 !important;
}

#services_content img {
    border-radius: 30px;
    width: 80%;
    height: auto;
    margin: auto;
}

#content-services .btn-default {
    border-color: #fff;
}

/*service slider*/

#service-slider {
    margin-top: -20px;
}

#service-slider .carousel-control.left,
#service-slider .carousel-control.right {
    color: #fff;
    opacity: 1;
}
/**/

#service-slider .carousel-inner {
 /*   max-height: 400px;*/
}

#service-slider .carousel-inner img {
    height: 100% !important;
}

#service-slider h2 {
    margin-top: 50px;
    color: #000;
    text-align: center;
}

.logo-review img {
    width: auto !important;
    /*height: 100px;*/
    margin: auto;
}

.logo-review h2 {
    text-align: center;
}

/*------------------*/

footer .icon {
    margin-top: -50px;
    text-align: center;
}

.faq-content {
    margin: 50px 0;
}

.faq-content h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.faq-content h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #29a2dc;
}

.faq-content p {
    font-size: 1em;
    font-weight: 500;
}

.faq-content a {
    color: #000;
}

.fa-star {
    color: orange;
}

.seperator-medium {
    border-bottom: 3px solid #000;
    width: 100px;
    color: #272727;
    margin-top: -20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#choose_us h3 {
    margin-top: -30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.grey {
    background-color: #4c4c4c;
}

.grey-1 {
    background-color: #4c4c4c;
    padding: 50px 0;
    margin: 50px 0;
}

.grey-2 {
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    margin: 50px 0;
    color: #fff;
}

.border-left {
    border-right: 1px solid #fff;
    min-height: 200px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #a9a9a9;
    opacity: 1;
}

.grey-2 .carousel-control,
.grey-3 .carousel-control {
    opacity: 1;
    color: #fff;
}

.full-width {
    width: 100%;
}

.grey-3 {
    padding: 00px 0;
    background-color: #4c4c4c;
    color: #fff;
}

.grey-2 .carousel-inner {
    min-height: 30px;
}

.grey-2 .carousel-inner {
    min-height: 175px;
}

.seperator {
    margin-bottom: 10px;
    border-top: 1px solid #bebebe;
}

.sticky-testimonial {
    position: fixed;
    background-color: #4c4c4c;
    color: #fff ;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    text-align: center;
    border-top: 1px solid #7c7c7c;
}

.sticky-testimonial #myCarousel_testimonial {
    margin-top: 0px;
}

.sticky-testimonial .glyphicon-chevron-left,
.sticky-testimonial .icon-prev {
    margin-top:0px;
}
.pad-before-sticky-1 {
    margin-bottom: 100px;
}

.sticky-testimonial .glyphicon-chevron-right,
.sticky-testimonial .icon-next {
    margin-top: 0px;
}

.pad-before-sticky {
    margin-bottom: 95px;
}

.margin-slide-content1 {
    border-top: 1px solid #bebebe;
    width: 100%;
}

.margin-slide-content h3 {
    padding: 40px 0 0 0;
}

.margin-slide-content2 {
    margin: 10px 0 -30px 0;
}

#reservation-banner {
    background-color: #f5f5f5;
    padding: 30px 0 15px 0;
    border-bottom: 2px solid #7c7c7c;
    border-top: 1px solid #bebebe;
}

#reservation-banner h2 {
    margin-bottom: 30px;
}

.m-b--20 {
    margin-top: -40px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-70 {
    margin-top: 70px;
}

.footer-content hr {
    border-top-color: #bbb;
    margin-bottom: 15px;
    margin-top: 30px;
}

.side-tab {
    display: block;
    list-style: none;
    font-size: 3em;
    color: #29a2dc;
}

.side-tab img {
    width:auto;
    max-height: 50px;
    height: auto;
}

#share-alt {
    font-size: 2em;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 15px;
}

.m-t--100 {
    margin-top: -100px;
}

.m-t--70 {
    margin-top: -70px;
}

#myCarousel_testimonial .review-logo img{
   /* margin-top: 20px;
    margin-left: -30px;*/
}

#myCarousel_testimonial .item{
    margin-top: 10px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-b-50 {
    margin-bottom: 50px;
}

#myCarousel_testimonial .carousel-control{
    width: 5%;
}

#myCarousel_testimonial .glyphicon-menu-left,
#myCarousel_testimonial .glyphicon-menu-right,
#myCarousel_testimonial .icon-next,
#myCarousel_testimonial .icon-prev {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

#myCarousel_testimonial .glyphicon-menu-left,
#myCarousel_testimonial .icon-prev {
  margin-left: -35px;
  top: 34px;
}

#myCarousel_testimonial .glyphicon-menu-right,
#myCarousel_testimonial .icon-next {
  margin-right: -35px;
  top: 34px;
}

.sticky-testimonial .glyphicon-menu-left,
.sticky-testimonial .glyphicon-menu-right,
.sticky-testimonial .icon-next,
.sticky-testimonial .icon-prev {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}

.slide_content .nav-tabs li.active a,
.slide_content .nav-tabs li.active a:focus,
.slide_content .nav-tabs li.active a:hover,
#testimonial .nav-tabs li.active a,
#testimonial .nav-tabs li.active a:focus,
#testimonial .nav-tabs li.active a:hover {
    background-color: #efefef;
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-top:1px solid #000;
    border-bottom:1px solid #efefef;
}


.slide_content .nav-tabs li {
    width: 18%;
}

#testimonial .nav-tabs li {
    width: 20%;
}

.slide_content .nav-tabs li {
    float: none;
    display: inline-block;
}

.slide_content .nav-tabs{
    text-align: center;
    margin-top: 60px;
}

.slide_content .nav-tabs li a {
   /*     padding: 10px 0 10px 0;*/
    text-align: center;
    /*min-height: 100px;*/
    border: 1px solid transparent;
}

.slide_content .nav-tabs>li>a:focus,
.slide_content .nav-tabs>li>a:hover,
#testimonial .nav-tabs>li>a:focus,
#testimonial .nav-tabs>li>a:hover {
    background-color: #efefef;
    border: none;
    margin-bottom: -1px;

}

.slide_content .nav-tabs li.active a:after,
#testimonial .nav-tabs li.active a:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -7px;
    border-left: 0;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    border-left: 16px solid #efefef;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.slide_content .nav-tabs,
#testimonial .nav-tabs {
    border-bottom: 1px solid #000;
}

#testimonial ul.nav.nav-tabs {
    margin-top: 50px;
    text-align: center;
}

#testimonial ul.nav.nav-tabs img {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: auto;
}

#team-member img {
    margin: 20px 0;
}

#team-carousel img {
    width: 100%;
    height: auto;
}

.m-b-40 {
    margin-bottom: 20px;
}

.icon-vehicle {
    height: 20px !important;
    width: 20px !important;
}

.top-to-bottom {
    font-size: 2.2em;
    text-align: center;
    position: absolute;
    top :380px;
    color: #000 !important;
    z-index: 10;
}

.l-indent {
    margin-right: 20px;
}

.space-1 {
    margin-bottom: 40px;
}

.carousel-inner  .item  img {
   /* width: 100% !important;*/
    margin: auto;
}

.m-b-100 {
    margin-bottom: 130px;
}

.footer-testimonial .carousel-inner {
    min-height: 95px;
}

.responsive-testimonila1 .carousel-inner {
    min-height: 120px;
}

#testimonial .logo-review img {
    margin-top: 50px;
}

.m-b-200 {
    margin-bottom: 200px;
}

.underline {
    border-bottom: 1px solid #000;
    display: inline-block;
}

.choose_us_list p {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: justify;
 /*   margin-top: 20px;*/
}

.choose_us_list ol li {
    font-size: 1.5em;
}

.choose_us_list ol li p {
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 20px;
}

.choose_us_list img {
   /* height: 90px;
    width: auto;*/
    margin: 10px 0;
}

.choose_us_list ul {
    margin-left: 10%;
}

#no-more-tables .table-bordered tbody tr td,
#no-more-tables .table-bordered tbody tr th,
#no-more-tables .table-bordered tfoot tr td,
#no-more-tables .table-bordered tfoot tr th,
#no-more-tables .table-bordered thead tr td,
#no-more-tables .table-bordered thead tr th {
    border-color: #afafaf;
}

#no-more-tables .table-bordered thead tr th {
    border-bottom: 1px;
}

.seperator-small {
    border-bottom: 1px solid #a7a7a7;
    width: 20%;
    margin: auto;
}

.logo-review {
    width: 100%;
    max-width: 140px;
    height: auto !important;
    margin: auto;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
    margin-right: 2px;
}

.carousel-indicators-numbers  .active {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #337ab7;
}

.carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #337ab7;
}

/* .verticle {
display: table-caption;
margin: auto;
}*/

.yahoo-img{
    width: 110px !important;
    height: auto !important;
}

.hr-margin{
    margin: 10px 0 !important;
}


.testimonail-link {
    margin-top: 75px;
    text-align: right;
    font-weight: bold;
}

.testimonail-link a {
    color: #1e3895;
}

.testimonail-link a:hover {
    text-decoration: none;
    color: #1e3895;
}

.margin-quote-page{
    margin-top: 30px;
}

.mt-50-minus {
    margin-top: -50px;
}

footer {
    font-size: 17px;
}

.img-number span {
    font-size: 2em;
}

.img-number img {
    display: inline-block;
}

.info-card .info-title {
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
    background-color: #bebebe;
    color: #fff;
}

.info-card .info-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-card .info-content ul li {
    padding: 10px 0;
    font-size: 20px;
    width: 45%;
    margin-left: 20px;
    display: inline-block;
}

.info-card .info-content ol li {
    padding: 10px 0;
    font-size: 20px;
    list-style-type: decimal !important;
}

.info-card .info-content {
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: #fff;
}

#new-price-chart h2 {
  font-size: 30px !important;
  color: #fff;
  margin: 0;
}

.vehicle-service-list p {
    font-size: 21px;
}

#blog-post-title {
    padding: 50px 0 50px 0;
}

#blog-post-title h3 {
    color: #1f3896;
}

#blog-post-title-main {
    padding: 50px 0 50px 0;
}

#blog-post-title-main h3 {
    color: #1f3896;
    font-size: 26px;
}

#blog-post-title-main h4 {
    font-size: 20px;
}

#blog-post-title-main p {
    font-size: 18px;
}

.lavender-color {
    color: #a0a0f1;
}

.font-21px p {
    font-size: 21px !important;
}

.flex-direction-nav .flex-next {background-position: 100% 0; right: -25px !important; opacity: 1; }
.flex-direction-nav .flex-prev {left: -25px !important; opacity: 1}


.blue-link {
    color: #2d71e2 !important;
}

.blue-link:hover {
    text-decoration: underline !important;
}

#team p {
    font-size: 20px;
    line-height: 1.7em
}

.blue-dark {
    color: #1f3896 !important;
}

video {
    width: 100%;
    height: auto;
}

#service-slider .carousel-indicators-numbers {
    left: 0%;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    bottom: -10px;
}

.carousel-indicators-numbers {
    z-index: 1;
    bottom: -35px;
}

.text-align-last {
    text-align-last : center !important;
}

#team .carousel-control {
    width: 14%;
}

#team .carousel-control.left,
#team .carousel-control.right {
    color: #fff;
}

#myCarousel_testimonial-footer img {
    display: block;
    margin: auto !important;
}

.color-green {
    color: #228B22;
}

.color-blue {
  color: #2d71e2;
}

#choose_us_content .state-police-zero-tolerance{
    margin: 0px auto;
    display: block;
    margin-right: 0px;
    padding-right: 10px;
}

#choose_us_content .state-police {
    /*margin: 0px auto;
    display: block;
    margin-top: 25px;
    height: 78px;
    margin-right: 0px;*/
    margin: 0px auto;
    display: block;
   /* margin-top: 9px;
    height: 80px;*/
    margin-right: 0px;
    padding: 6px;
}

a {
    color: #2d71e2;
}


.capbox  {
    margin-top: 0px;
    margin-bottom: 0px;
}

.capbox-inner {
    width: 65%;
    font: bold 18px arial, sans-serif;
    color: #000000;
    background-color: rgba(189, 221, 230, 0.38);
    margin: 5px auto 0px auto;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#CaptchaDiv {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: -20px;
}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }

.capt {
    margin:0 auto;
    display: block;float: none;
    text-align: center;
    width: 81%;
    margin-top: 0px;
    margin-bottom: 0px;
}

#quote-form .btn {
    margin-top: -42px;
}

.color-black {
    color: #000;
}
.old-reservation-link {
    border-color: #ff0000 !important;
    font-weight: bold;
}

.pager .disabled a, 
.pager .disabled a:focus, 
.pager .disabled a:hover, 
.pager .disabled span {
    color: #000;
    cursor: not-allowed;
    background-color: #fff;
    margin-left: 30px;
}

.pager .next a, .pager .next span {
    float: right;
    margin-right: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.counter span{
   
}
.counter h5{
   
}