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

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}
a,a:hover,a:focus,a{
    text-decoration: none;
    outline: none;
    color: inherit;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

* {box-sizing: border-box; -mox-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
@font-face {
    font-family: 'questrialregular';

    src: url('../fonts/questrial-regular-webfont.woff2') format('woff2'),
         url('../fonts/questrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_thextrabold';
    src: url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
   font-family: 'questrialregular';
}
.container {
    max-width: 1097px;
    margin: 0px auto;
    width: 98%;
}
/*css for header */
.nav-logo {
    padding: 25px 15px;
}
header .half-left {
    max-width: 335px;
    float: left;
}
.right-navigation ul {
    list-style-type: none;
    float: right;
    padding: 30px 0;
    margin: 20px 0px 20px 0px;
}
.list-inline li {
    display: inline-block;
    padding: 0px 5px;
}
.right-navigation .list-inline li a {
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.list-inline li a i,.list-inline li img {
    margin-right: 10px;
}
.right-navigation {
    float: right;
     width: calc(100% - 335px);
}
header{    background: #df6700;}
.right-navigation .list-inline li a:hover {
    border-color: #000;
}
.right-navigation .list-inline li:last-child  {
    padding-right: 0;
    padding-left: 10px;
}
.right-navigation .list-inline li:last-child a {
    font-size: 28px;
    border: 0px;
    padding-left: 0px;
    padding-right: 0;
    vertical-align: middle;
}

/* for menu styling */
a { text-decoration: none; }
div#overlay { display: none; }
a#toggle {position: fixed; top: 10px; left: 10px; width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.6); text-align: center; color: white; display: none; z-index: 10;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
     transition: all ease-out 0.3s;
}
a#toggle i {position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);font-size: 24px;}

#menu {text-align: center; 
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

#menu a {color: #ffffff; font-size: 15px; font-family: 'questrialregular'; }
#menu ul {margin: 0; padding: 0;float: none; display: inline-block;}
#menu > ul > li {list-style: none; float: left; /*display: inline-block;*/ position: relative; padding: 15px 0px;  }
#menu ul li:hover{background:#000000 } 
#menu ul li > a {display: block; width: 100%;position: relative; line-height: normal; padding: 0px 30px; -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;line-height: 25px;}
#menu ul li:first-child a:after {
    background: none;
    content: none;
}
/*#menu ul li.active a:after{
background: none;
    content: none;
}*/
#menu > ul > li > a:after {
    content: "";
    background: url(../images/divider.png);
    position: absolute;
    width: 2px;
    height: 13px;
    left: 0px;
    top: 6px;
}
#menu ul li.active  {
    background: #000;
}
#menu ul li ul li a {
    color: #000;
    border-left: 0px;
}

#menu ul li:hover > a > i.fa.fa-angle-down {transform: rotateZ(180deg);}
#menu ul li:hover ul {display: block; }

#menu ul li ul {background: #ffffff; border: 1px solid #000000!important; display: none; position: absolute; top:100%; left:0; width:320px; text-align: left!important; z-index: 10;}
#menu ul li ul li {display: block;  border:0px solid red!important; padding:0px!important; }
#menu ul li ul li a {display: block; font-size:14px!important; padding:10px 15px;line-height: 20px;}
#menu ul li ul li:hover a{
    background: #005ac7;
    color: #ffffff;
}
.brand li {
    width: 50%;
    float: left;
}
.brand li:last-child {
    width: 100%;
    border-top: 1px solid #ccc;
}
.fa.fa-angle-down {
    margin-left: 10px;
}
.brand li:last-child a {
    border-top: 1px solid #ccc;
}
/*#menu ul >li:hover > a{color:#0192d8 !important;}*/
#menu ul li > a > i {
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    font-size: 15px;
}
.main-menu {
    background-color: #005ac7;
    clear: both;
    width: 100%;
    /*float: left;*/
    height: 55px;
}
#menu > ul > li:first-child{
width: 57px;
min-height: 54px;
text-align: center;
}
#menu > ul > li:first-child >a{
    padding: 0px;
}
#menu ul li > a span {
    display: none;
    color: #ffffff;
    font-size: 15px;
}
.fa.fa-caret-down.mysubmenu{
    display: none;
  }
#menu > ul > li.active > a:after{
    content: none;
    background: none;
   }
  /*css for service */
  .service-wrapper {
    text-align: center;
 /*   padding: 50px 0;*/
 padding-bottom: 60px;
  }
  .service-wrapper h3 {
     font-family: 'questrialregular';
     font-size: 20px;
     color: #000000;
     margin-bottom: 30px;
     line-height: 100%;
  }
  .service-box {
    width: 155px;
    height: 155px;
    border-radius: 100%;
    border:2px solid #cccccc;
    margin: 0px auto 30px;
    /*line-height: 155px;*/
  }
  .service-title span{
    font-size: 14px;
    color: #ffffff;
    background: #005ac7;
    border-radius: 20px;
        padding: 7px 20px;
    display: inline-block;
    min-width: 155px;
  }
  .service-wrapper  ul.list-inline li {
    width: 23%;
    padding: 0px;
    margin: 0px 5px;
  }
  .service-wrapper  ul.list-inline li:first-child {
    margin-left: 0px;
  }
  .service-wrapper  ul.list-inline li:last-child {
    margin-right: 0px;
  }
  .service-box .serviceicon {
    width: 122px;
    height: 138px;
    display: inline-block;
}
.service-box .serviceicon.MinorCarService {
   background: url(../images/service-icon.png)no-repeat 1px 15px;
}
.service-box .serviceicon.IntermediateService {
   background: url(../images/service-icon.png)no-repeat -235px 15px;
}
.service-box .serviceicon.LogbookService {
   background: url(../images/service-icon.png)no-repeat -471px 15px;
}
.service-box .serviceicon.MajorService {
   background: url(../images/service-icon.png)no-repeat -691px 15px;
}
.service-box .serviceicon.FixedPriceService {
   background: url(../images/service-icon.png)no-repeat -918px 15px;
}

/* for hover*/
.service-box:hover .serviceicon.MinorCarService{background: url(../images/service-icon.png)no-repeat 1px -155px;}
.service-box:hover .serviceicon.IntermediateService{background: url(../images/service-icon.png)no-repeat -235px -155px;}
.service-box:hover .serviceicon.LogbookService{background: url(../images/service-icon.png)no-repeat -471px -155px;}
.service-box:hover .serviceicon.MajorService{background: url(../images/service-icon.png)no-repeat -691px -155px;}
.service-box:hover .serviceicon.FixedPriceService{background: url(../images/service-icon.png)no-repeat -918px -155px;}

/*start parallax css*/
.parallax-bg {
    background: url(../images/parallax-bg.jpg);
    width: 100%;
    padding: 40px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 100%;
    color: #ffffff;
    margin-bottom: 35px;
}
.parallax-bg h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 25px;
}
.left-content {
    width: 50%;
    float: left;
}
.right-content {
    float: right;
    width: 48%;
}
.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}
.btn-more {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 8px 20px;
    margin: 20px 0;
    border-radius: 5px;
}

/*css for testimonial */
.testimonial-wrapper{background: #005ac7;padding: 30px;/*width: 40%;*/max-width:395px;float:left;line-height: 28px;color: #ffffff;position: absolute;}
.testimonial-wrapper h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #ffffff;margin-top: 10px;
    margin-bottom: 20px;position: relative;
    padding-bottom: 20px;
}
.testimonial-wrapper h4:after {
    position: absolute;
    content: "";
    width: 74px;
    height: 4px;
    background: #ffffff;
    left: 0;
    top: 100%;
}
.cl-name {
    font-size: 18px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -57px;
     width: inherit; 
    left: 0;
}
h3.title {
    font-size: 28px;
    color: #223c6c;
}

.content-wrapper {
   width: calc(100% - 435px);
   /*width: 60%;*/
    float: right;
}
.content-wrapper p{
    font-size: 15px;
    line-height: 22px;
    color: #7c7c7c;
    margin-bottom: 15px;
}
.content-wrapper p.lg-text {
    font-size: 18px;
    color: #636363;
}
.pd30 {padding: 30px 0px 50px;}
/*.brand-container{
    position: relative;
    z-index: 1;
    top: -70px;
}*/
.brand-wrap {
    background: url(../images/brand-bg.jpg);
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
   /* margin-top: -70px;*/
}
.brand-wrap  h3 {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
/* css for service slider */
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
 
}

.nbs-flexisel-item {
    float:left;
    margin:0px 0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;

}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
li.nbs-flexisel-item:first-child{
    margin-left: 0px;
}
li.nbs-flexisel-item:last-child{
    margin-right: 0px;
}
li.nbs-flexisel-item a {
    display: inline-block;
    width: 82%;
}
.nbs-flexisel-item div {
   background: #ffffff;
 /*  margin-right: 5px;*/
   width: 100%;

}
.nbs-flexisel-item div img {
    vertical-align: middle;
    margin: 20px auto;
     /*   max-height: 95px;*/
      
}

.nbs-flexisel-item  h4 {
    background: transparent;
    font-size: 16px;
    border: 1px solid #fff;
    border-top: 0px;
    display: block;
    min-height: 30px;
    line-height: 30px;
    color: #ffffff;
}
.panel-bg {
    background: #005ac7;
    width: 100%;
    color: #ffffff;
    padding-bottom: 0px;
/*    margin-top: -70px;*/
}
.panel-bg strong{
    font-size: 24px;
    color: #ffffff;
    font-family: 'proxima_nova_thextrabold';
    line-height: 100%;
}
.panel-bg p.lg-text {
    font-size: 18px;
}
.left-width80 {
    float: left;
  /*  width: calc(100% - 350px);*/
  width: 70%;
}
/*.content-style li {margin-left: 2em;}
  .left-width80 li{  float: left;   
    list-style: none;
    }*/
.left-width80 li {
    float: left;
    list-style: none;
margin: 0 40px 0 0;}
   .brandpage h1{font-size: 22px;
    font-weight: bold;
    color: #005ac7;
    margin-bottom: 10px;}
     .brandpage h2{font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;}
.right-width40{
        float: right;
    background: #000000;
    padding: 40px 25px;
   height: 144px;
    position: relative;
    width: 29%;
    margin: -34px 0 0 0;
}

.parallax-bg h3,.parallax-bg p, .bx-viewport p{color:#FFF;}
.call-info a,footer a {
    color: #ffffff;
    line-height: normal;
}
p{
    color: #7b7b7b;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: justify;
}
.ul{margin-left:2em; color: #7b7b7b;    margin-bottom: 1em;}

.homeul{
    list-style-type: none;
    }
    
.homeul li{background: url(../images/right-icon.png) no-repeat left center;padding: 0 20px;}
.content-wrapper h2, .content-wrapper ul li, .container{
    /*font-size: 15px;*/
    line-height: 22px;
    color: #7c7c7c;
    margin-bottom: 15px;}
.call-info i{
    width: 41px;
    height:41px;
    text-align: center;line-height: 41px;background-color: #ffffff;color: #000000;border-radius: 50%;margin-right: 10px;float: left;margin-top: 10px;

}
.call-info a  label{
    font-size: 20px;
    font-weight: normal;
}
.call-info a span {
    font-size: 30px;
}

.service-wrapper .list-inline li a:hover .service-title span {
    background: #000;
}

footer {
    background: url(../images/footer-bg.jpg) repeat;

    width: 100%;
    float: left;
    padding: 40px 0px;
    color: #ffffff;
    font-size: 15px;
    padding-bottom: 0px;
}
footer .contact-link {
    width: 23%;
    float: left;
    margin-right: 3%;
}

.contact-detail ,.contact-link, .services-link {
    width: 33%;
    float: left;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 40px;
}
.contact-detail {
    margin-left: 0;
}
.services-link {
    width: 30%;
    margin-right: 0;
}
footer h4 {
    font-size: 18px;
    border-bottom: 1px solid #3f3f3f;
    color: #ffffff;
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     padding-bottom: 20px;
     margin-bottom: 20px;
}
.contact-link ul li ,.contact-detail ul li,.services-link ul li{
        padding: 5px 0px;
        list-style-type: none;
}
.contact-link ul li a{
    font-size: 14px;
    color: #ffffff;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #005ac7;
}

::selection {
     color: #ffffff;
    background: #005ac7;
}
footer li a:hover {
    color: #005ac7;
}

.dark_bg{
    clear: both;
    width: 100%;
    text-align: center;
    padding: 34px 0px;
    background: #242424;
    color: #ffffff;
    font-size: 15px;
}

.inner-wrapper-bg{
    background: url(../images/inner-bg.jpg);
    width: 100%;
     min-height: 103px;
     background-repeat: no-repeat;
     background-size: cover;
}

.inner-wrapper-bg h3, .inner-wrapper-bg h1 {
    padding: 39px 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.inner-content-bg {
    background:#eeeeee;
    padding-top: 35px;
    /*position: relative;
    z-index: 1;*/
}
.inner-content-bg p {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: justify;
}
.half-left {
    width: 50%;
    float: left;
}
.half-right {
    width: 48%;
    float: right;
}
.content-style {
   padding: 20px;
    
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 9px -12px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 8px 9px -12px rgba(0,0,0,0.8);
    box-shadow: 0px 8px 9px -12px rgba(0,0,0,0.8);
    margin-bottom: 40px;
        border: 1px solid #e1e1e1;
        border-top: 3px solid #0f81d7;
}
.content-style p, .content-style ul li {
    font-size: 15px;
    line-height: 25px;
    color: #7b7b7b;
}
.content-style h2{color: #7b7b7b;}
.service-container ul li {
    padding: 0px;
    list-style-type: none;
    width: 50%;
    float: left;
}
.service-container ul li img {
    margin-right: 0px;
    /*width: 100%;*/

}
.hover {
      position: relative;
}

.hover {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float:left;
  
}
.hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.overlay h4 {
     padding: 20px;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #221f20;
    line-height: 26px;
     font-family: 'proxima_nova_ltsemibold';
}
.ehover1 h4 {
   /* -ms-transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
     -o-transform: translatey(-100px);
    -moz-transform: translatey(-100px);
    transform: translatey(-100px);*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ehover1 span {
    padding: 20px;
    font-size: 15px;
    color: #000000;
    opacity: 0;
    position: absolute;
    bottom: 0;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -ms-transform: translatex(-100px);
    -webkit-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    transform: translatex(-100px);
}
.ehover1:hover .overlay {
    opacity: 1;
}
.border-overlay {
    border-top: 8px solid transparent;
    width: 100%;
    float: left;

}
.overlay  {width:100%;}
.ehover1:hover .border-overlay {
    border-color: #1f89bc;
}
.ehover1:hover h4, .ehover1:hover span {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
.ehover1:hover span {
  opacity: 1;
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  -webkit-transform: translatex(0);
  transform: translatex(0);
}
.white-text {
    /*color: #ffffff !important;*/
    color: rgba(255,255,255,.5) !important;
}
.pd60{
    padding: 50px 0px;
}

.about-content {
      background: #221f20;
       position: relative;
     z-index: 1;
    top: -43px;
    height: 100%;
    width: 100%;
}

.num1{
    position: relative;

}
.num1 h3 {
    font-size: 144px;
   color: #373536;
    line-height: 100%;
}
.num1 span{
    font-size: 20px;color: #ffffff;position: absolute;
    top: 72px;
}
/* css for car servicing */
.width-33 {
    width: 33.33%;
    float: left;
    position: relative;
}

.img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  
}
/*.overlay-1*/
.img-overlay .overlay-1 {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.22) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.22)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.22) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.22) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.22) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.22) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,0.28) 30%, rgba(246,246,246,0.28) 47%, rgba(237,237,237,0.28) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(249,249,249,0.28)), color-stop(47%, rgba(246,246,246,0.28)), color-stop(100%, rgba(237,237,237,0.28)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,0.28) 30%, rgba(246,246,246,0.28) 47%, rgba(237,237,237,0.28) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,0.28) 30%, rgba(246,246,246,0.28) 47%, rgba(237,237,237,0.28) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,0.28) 30%, rgba(246,246,246,0.28) 47%, rgba(237,237,237,0.28) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(249,249,249,0.28) 30%, rgba(246,246,246,0.28) 47%, rgba(237,237,237,0.28) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.service-content {
    position: relative;
    border: 1px solid #ccc;
    background: #ffffff;
}
.service-content h4
{
    width: 90%;
    position: absolute;
    top:-25px;
        left: -1px;
    padding: 10px 30px;
    background: #1a5e7f;
    font-size: 20px;
    color: #ffffff;
    font-family: 'proxima_nova_ltsemibold';
}
.service-content p {
   font-size: 14px;
   line-height:22px;
   margin-bottom: 40px;
}
.service-content.brlr0{
border-left: 0px;
border-right: 0px;
}
.service-content > div {
    padding: 35px 0 30px 30px;
    width: 90%;

}
.num-container {
    background: #221f20;height:140px;margin:-44px 0 0 0;
}
a.link-more:hover {
    color: #1a5e7f;
}

.list-inline .half-left{/*width: 100%;*/
    position: absolute;
    bottom: -100px;
    z-index: -1;
}
.brand-list li {
   width: 22%;
    float: left;
    padding: 0px;
  /*  margin-right: 2%;*/
      margin: 2em 1em;
    background: #fff;
    border:1px solid #ccc;
    text-align: center;
    display: inline-block;

}

.brand-list li a img {
    margin: 20px auto;
}
.brand-list li a h4 {
    font-size: 18px;
    color: #ffffff;
    background: #0f81d7;
        padding: 5px 10px;
}

/* ==========================================================================
Helper classes
========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left-width-6 {
    width: 58%;
    float: left;
}
.left-width-4{
width: 38%;
margin-left: 2%;
float: right;
}
.left-width-4 img.img-responsive {
    width: 100%;
}
h4.sub-title {
    font-size: 22px;
    color: #333232;
}
 h5 {
    font-size: 16px;
    color: #fefefe;
    padding: 10px 15px;
    background: #005ac7;
    margin-top: 25px;
}
ul.minor_car_list li,.brake-service li ,.benefits-list li{
    list-style-type: none;
    padding: 5px 25px;
    position: relative;    color: #7b7b7b;
}
ul.minor_car_list li:before {
    content: "";position: absolute;background: url(../images/check-mark.png);width: 15px;height: 15px;left: 0;top: 7px;

}
.contact-info-bg {
    background: url(../images/car_mechanical.jpg);
  max-width:100%;
   max-height: 239px;
   padding: 40px;
   text-align: center;
   color: #ffffff;
   margin: 40px 0px;
   background-size: cover;
background-position: center center;
}
.contact-info-bg i {
    width: 43px;height: 43px;
    line-height: 43px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 18px;
   
}
.contact-info-bg p {
    font-size: 22px;
    margin-top: 10px;
    font-family: 'proxima_nova_ltsemibold';
    color: #fff;
    text-align: center;

}
.contact-info-bg a.call-no {
    font-size: 40px;

}
.book-service {
    font-size: 22px;
    font-family: 'proxima_nova_ltsemibold';
}
.space30 {
    margin-top: 30px;
}
.brake-service li label{
    color: #333232;
    font-size: 18px;
    margin-bottom: 10px;
}
.brake-service li:before {

content: "";position: absolute;background: url(../images/circle.png);width: 11px;height: 11px;left: 0;top: 14px;
}

.brake-service li p {
    margin-top: 10px;
    color: #7b7b7b;
}
.carservices_link ul.list-inline li {
      width: 20.333%;
        margin: 60px auto 40px;
    background: #fff;
    position: relative;
    text-align: center;
    margin-right: 6%;
    padding: 0 30px;
    float: left;
}
.carservices_link li a img {
    margin: 0px;
   /* position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -42px;*/
    margin-top: -42px;
}
.carservices_link li a h6{
   /* min-height: 150px;*/
   font-size: 16px;
   line-height: 24px;
   color: #000000;
   padding:30px;
}
.carservices_link ul.list-inline li:last-child{
    margin-right: 0px;
}

.benefits-list li:before {
content: '';position: absolute;
background: url(../images/circle-blue.png);width: 16px;height: 16px;left: 0;top: 10px;
}

.left {
    float: left !important; 
}
.right{
    float: right !important;
}
.mrgl0 {
    margin-left: 0px;
}
h3.main-title{
    font-size: 24px;
    color: #444343;
}
.pdblr20{
    padding: 0px 0px 20px;
}

.img-border {
    border:1px solid #ebebeb;
    padding: 8px;
    background: #ffffff;
}

h3.form-title {
    font-size: 22px;
    color: #0d0d0d;
    text-transform: uppercase;
       margin-bottom: 25px;
}

.sidebar-bg {
    background: #005ac7;
 /**/
}
.sidebar-bg h3 {
    font-size: 24px;
    color: #ffffff;
    background: rgba(34,31,32,.9);
    padding: 10px 20px;

}
.sidebar-bg ul{
    padding: 20px;
}
.sidebar-bg ul li {
    list-style: none;
    padding:6px 25px;position: relative;
}
.sidebar-bg ul li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
}


.sidebar-bg ul li:before {
content: '';position: absolute;
background: url(../images/list-circle.png);width: 11px;height: 11px;left: 0;top: 10px;
}

.book-service-form ul li {
    margin:  0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.book-service-form ul li input[type="text"],.book-service-form ul li  input[type="email"],.book-service-form ul li  input[type="tel"], textarea, select {
    width: 47%;
    margin-right: 3%;
    float: left;
    border: 1px solid #e1e1e1;
    color: #666666;
   /* line-height: 50px;*/min-height: 52px;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'questrialregular';
    margin-bottom: 15px;
}
.book-service-form ul li  textarea {
    width: 97%;
    padding: 10px;
}
.g-recaptcha {
    float: left;
}
.book-service-form input[type="submit"] ,.contact-form input[type="submit"]{
    color: #ffffff;
     font-family: 'proxima_nova_ltsemibold';
    border: 1px solid #413f40;
    background: #413f40;
    line-height: 60px;
    padding: 0 50px;
    float: right;
    margin: 0;
    font-size: 16px;
   min-width: 219px;
}
.book-service-form input[type="submit"] {
    margin-right: 20px;
}
.left-width-7 {
    width: 62%;
    float: left;
}
.left-width-3 {
    width: 36%;
    margin-left: 2%;
    float: right;
}

.active-page {
    background: #0f81d7;
    color: #ffffff !important;
    border-color: #0f81d7 !important;
}
.map-container iframe {
    position: relative;
       pointer-events: none;
}
.map-container .container {
    position: relative;
}
.contact-info {
    border: 1px solid #d7d7d7;
    background: #ffffff;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0px;
    color: rgba(0,0,0,.7);
    font-weight: bold;
}
.contact-info .half-left:first-child {
    border-right: 1px solid #d7d7d7;
}
.contact-info i {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    line-height: 57px;
    border:1px solid #cccccc;
    color: #989494;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.contact-info address,.contact-info a.email-id {
    margin: 30px 0px 30px;
    display: block;
}

.width-3 {
    width: 33.33%;
    float: left;
}
.pdt0{
    padding-top: 0px ;
}

.call-btn{
    background: #333333;
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    min-height: 85px;
    line-height: 85px;
}

.call-hours{
    background: #333333;
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    min-height: 65px;
    line-height: 65px;
}
.hours{padding: 18px 20px;}
.support-call {
    background: #005ac7;
   margin-bottom: 25px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    min-height: 85px;
    line-height: 85px;
}
.call-btn img ,.support-call img{
    margin-right: 10px;
}

.contact-form-content {
    border: 1px solid #d7d7d7;
    padding: 20px 40px;
    float: left;
    background: #ffffff;
}
.contact-form-title{
    font-size: 20px;
    color: #005ac7;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-form ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}
.contact-form ul li input[type="text"],.contact-form ul li input[type="email"]{
    width: 32%;
    font-family: 'questrialregular';
    float: left;
    border: 1px solid #e1e1e1;
    color: #666666;
    min-height: 52px;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 15px;
    color: #a1a0a0;
}
.mrgr0{
    margin-right: 0px !important;
}
.contact-form ul li textarea
{
    width: 100%;
    font-family: 'questrialregular';padding: 10px;

}

.testimonial-block {
    border: 1px solid #d7d7d7;
    padding: 15px;
    background: #ffffff;
    margin-bottom: 30px;
}
.testimonial-block blockquote {min-height: 180px;}
blockquote {
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    position: relative;

}
.testimonial-block > blockquote > p {
     font-size: 15px !important;
    color: #878787 !important;
    line-height: 26px ;
}
blockquote:before {
    content: '';
   /* background: url(../images/quote-left.jpg);*/
    width: 24px;
    height: 24px;
    position: absolute;
    left: -12px;
    top: 60px;
    color: #5c5b5b;
}
blockquote strong {
    font-size: 18px;
    margin: 20px 0;
    display: block;
}
.testimonial-block:hover {
    background: #005ac7;
    color: #ffffff;
}
.testimonial-block:hover blockquote > p {
    color: #ffffff !important;
}

.testimonial-block:hover blockquote:before {
    content: '';
    background: url(../images/quote-left-blur.png);
    }

    .testimonial-wrapper .bx-controls-direction {
        display: none;
    }
	
.g-recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.sending-message{display:none;}
.sending-message p{color:#df6700;}
.panel-bg.clearfix .container {margin-bottom:0}

.inner-content-bg .content-style ul li {font-size: 15px; line-height: 25px; color: #7b7b7b; background: url(../images/right-icon.png) no-repeat 0 8px; list-style: none; padding: 0 0 0 20px; margin-left:0}
span.actb {display:inline-block}	
span.actb input[type="button"] {
    background: #0f81d7;
    border: 0 solid red;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    margin: 0px 0 0;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
.innertext_center{text-align: center!important;
    clear: both!important;
    border-bottom: 1px solid #cccccc!important;
    margin: 0 0 30px!important; padding:0 0 20px!important
}
home {}
h3{font-size: 23px; line-height: 40px; color:#005ac7}
h2{font-size: 20px; line-height: 30px; color:#005ac7}
.home-content-section h2{font-size:16PX;}


.left-width80.CTA_text{margin: 35px 0 0 0; color: #ffffff;}
.left-width80.CTA_text p.lg-text{color: #ffffff;}

#menu ul li ul.brand li:last-child  {width:50%!important;}
#menu ul li ul.brand li:last-child a{border:0px solid red!important}

/*
ul#banner li.sl1 {background:url('../images/slide01.jpg')no-repeat 0 0; min-height:575px;}
ul#banner li.sl2 {background:url('../images/slide02.jpg')no-repeat 0 0; min-height:575px;}
ul#banner li.sl3 {background:url('../images/slide03.jpg')no-repeat 0 0; min-heigh:575px;}*/


.bannertext {background: rgba(0,0,0,0.7);
    width: 40%;
    margin: 0 0 0 -20%;
    POSITION:absolute;
    Z-INDEX: 1;
    TOP:30%; left:50%; text-align:center
}

.bannertext {color:#ffffff; font-size:40px; font-weight:bold; text-transform:capitalize; padding:15px 0} 
.bannertext span{display:block; color:#ffffff; font-size:28px; font-weight:bold} 
.bannertext ul {margin:0px; padding:0; } 
.bannertext ul li{margin:0 0 20px; padding:0; text-align:center; list-style:none; background: rgba(0,0,0,0.7)} 
.nobg_color{background:transparent}
ul li .bannertext.nobg_color span{margin:20px 0 20px; font-size:30px; padding:15px 0; text-align:center; list-style:none; background: rgba(0,0,0,0.7)} 