*, body, html{
	margin:0px;
	padding:0px;	
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
*:after, *:before{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html {
  font-size: 62.5%;
}
body{
    border-top: 3px solid #3467b6;
    font-family: 'Open Sans', sans-serif;
    font-size: 400;
}
.row{
	margin:0;	
}
.padd-left{
	padding-left:0;	
}
.padd-right{
	padding-right:0;	
}

a, .affix, .affix-top, .content-list-outer, ul.range-service-list li .content-list-outer.active img, ul.range-service-list li .content-list-outer.active p{
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;	
}

#wrapper{
	width:100%;	
}
.container-page{
	max-width:1590px;
	width:100%;
	margin:0 auto;
}
#section-part, #footer-part, #nav-part{
	width:100%;
	float:left;	
}
.navbar{
    margin-bottom: 0px;
    border: none;
}
.navbar-brand > img{
    
    max-width: 100%;
}
.navbar-nav > li > a{
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.navbar-fixed-top.affix{
    background-color: rgba(43, 55, 75,0.9); 
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0;
}
.navbar-static-top{
    background-color: #2b374b;   
    width: 100%;
}
.navbar-static-top.affix{
    background-color: rgba(43, 55, 75,0.9); 
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus, .nav > li > a:focus, .nav > li > a:hover{
    background-color: #2B374B !important;
}
.navbar-nav > li.active > a{
    font-weight: 700;   
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.slider-part, .slider-item, .banner-part{
    width: 100%;
    float: left;
}
.slider-item{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 1150px;
    display: table;
}
.slider-content{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.slider-content h1{
    font-size: 144.83px;
    line-height: 135px;
    font-weight: 700;
    dis    
}
.slider-content h2{
    font-size: 144.83px;
    line-height: 135px;
    font-weight: 300;
    margin-bottom: 45px;
}
.slider-content a{
    font-size: 18.67px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    margin-left: 15px
}
.slider-content a:hover{
    box-shadow: 0 0 0 150px #3467b6 inset;
}   
.carousel-control{
    background: none !important;
    width: 10%;
    top: 45%;
    bottom: auto;
}
.carousel-control span img{
    max-width: 100%;
}
.carousel-control.right{
    right: 5px;
}
.carousel-control.left{
    left: 5px;
}
.carousel-fade 
 .carousel-inner 
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}

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

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	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;
}

.welcome-section{
    width: 100%;
    float: left;
    padding: 130px 0 120px;
    color: #666666;
    text-align: center;
}
.welcome-section h2{
    font-weight: 300;
    position: relative;
    padding-bottom: 20px;   
    margin-bottom: 25px;
    font-size: 48px;
}   
.welcome-section h2 strong{
    font-weight: 700;   
}
.welcome-section h2:after, .saab-service h2:after, .testimonial-section h2:after{
    width: 230px;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #666666;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
.welcome-section p, .saab-service p{
    font-weight: 300;
    font-size: 18.63px;
    line-height: 26.67px;
    margin-bottom: 30px;
}
.saab-car{
    width: 100%;
    float: left;
    border-bottom: 10px solid #3467b6;
}
.saab-car img.img-responsive{
    margin-bottom: 25px;
}
.saab-car h3{
    color: #666;
    margin: 25px 0 25px;
    font-size: 26.67px;
    font-weight: 600;
}
.saab-car p{
    color: #666;
    font-size: 18.67px;
    line-height: 29.33px;
    font-weight: 300;
}
.btns{
    width: auto;
    margin-top: 50px;
}
.btns a{
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
}
.btns a:hover{
    opacity: 0.8;
}
.btns a.blue{
    background: #3467b6;
    color: #fff;
}
.btns a.gray{
    color: #3467b6;
    background: #cecece;   
}
.line-logo{
    width: 100%;
    float: right;
    margin-top: 60px;
    position: relative;
    top: 8px;
}
.line-logo img{
    max-width: 100%;   
}
.saab-service{
    width: 100%;
    float: left;
    background: url(../images/saab-car-service.jpg) no-repeat center right;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-top: 70px;
    border-bottom: 20px solid #fff;
}
.saab-service h2, .saab-service h3, .testimonial-section h2{
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding-bottom: 20px;   
    margin-bottom: 25px;
}
.saab-service h2:after, .testimonial-section h2:after{
    background-color: white;
}
.saab-service p{
    color: #fff;
    text-align: center
}
.saab-service ul{
    width: 100%;
    float: left;
    list-style-position: inside;
}
.saab-service ul li{
    float: left;
    width: 33.33%;
    padding-right: 10px;
    font-size: 24px;
    color: #3467b6;
    margin-bottom: 5px;
}
.saab-service ul li span{
    font-size: 24px;
    color: #fff;
}
.saab-service .line-logo{
    top: 0;
}
.testimonial-section{
    width: 100%;
    float: left;
    background: url(../images/testimonial-bg.png) repeat center right;
    padding: 130px 0 250px;
}
.testimonial-item{
    width: 100%;;
    float: left;
    text-align: center;
    margin-top: 95px;
    color: #fff;
}
.testimonial-item h4{    
    text-transform: uppercase;
    font-size: 26.67px;
    font-weight: 600;
    margin-bottom: 40px;
}
.testimonial-item p{
    color: #f0f0f0;
    font-size: 21px;
    line-height: 29.63px;
}
.testimonial-item h5{
    margin-top: 45px;
    font-size: 21px;
    font-weight: 600;
    color: #aacbff;
}
.testimonial-item h5 strong{
    color: #f0f0f0;
}
.testimonial-item .carousel-indicators{
    bottom: -190px;
    left: auto;
    margin: auto;
    width: 100%;
}
.testimonial-item .carousel-indicators li{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-width: 3px;
    margin: 13px;
}
.footer-content{
    width: 100%;
    float: left;
    background: url(../images/footer-bg.jpg) no-repeat center left;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 0 30px;
    text-align: center;
    color: #fff;
}
.footer-content h2{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 45px;
}
.footer-content address{
    font-size: 18.67px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.footer-content address strong{
    font-weight: 700;
}
.footer-content address a{
    color: #fff;       
}
.footer-content ul.social{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-content ul.social li{
    display: inline-block;
    margin: 0 8px;
}
.footer-striped{
    width: 100%;
    float: left;
    background: #071326;
    padding: 30px 0;
}
.footer-striped img{
    max-width: 100%;   
    float: left;
}
.footer-striped ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
}
.footer-striped ul li{
    display: inline-block;       
    font-size: 12px;
    color: #fff;
}
.footer-striped ul li + li:before{
    position: relative;
    content: " | ";
    margin: 0 3px;
    font-size: 12px;
    color: #fff;
}
.banner-part{
    width: 100%;
    float: left;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    display: table;
}
.banner-part .banner-content{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.banner-part h1{
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-part h2{
    font-size: 90px;
    color: #fff;
    font-weight: 300;
}
.banner-part h2,
.banner-part h1{
    line-height: 85px;    
}
.service-section{
    width: 100%;
    float: left;
    background: #fff url(../images/service-section-bg.png) no-repeat center bottom;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    padding-bottom: 65px;
}
.service-section h3{
    font-weight: 600;
    font-size: 26.63px;
    color: #666666;
    margin-top: 65px;
    margin-bottom: 40px;
    padding: 0;
    background: url(../images/strip-heading-link.jpg) no-repeat center right;
}
.service-section h3 span{
    padding-right: 10px;
    background: #fff;
    display: inline-block;
}
.service-section h5{
    color: #3467b6;
    font-size: 18px;
    line-height: 32px;
}
.service-section p, .service-section ul li{
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    color: #666666;
}
.service-section ul{
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    display: block
}
.service-section ul li{
    margin: 30px 0;
    font-size: 16px;
    line-height: normal;
}
.service-section ul li img{
    margin-right: 8px;
    float: left;
    margin-top: 5px;
}
.service-section img{
    margin-top: 100px;
}
.booking-form{
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: table;
}
.booking-header{
    border-top: 15px solid #3467b6;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 35px;
    color: #fff;
    background: url(../images/booking-banner.png) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.booking-header h1{
    font-size: 74.46px;
    margin: 0;
    padding: 0;
    font-weight: 800;
}
.booking-header p{
    font-size: 23.34px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
}
.booking-body{
    padding: 60px 25px 35px;
    background: #f3f3f3;
    float: left;
    width: 100%;
}
.booking-body p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.booking-body form{
    margin-top: 75px;
}
form .form-control.name{
    background-image: url(../images/name-field-icon.png);
}
form .form-control.phone{
    background-image: url(../images/ph-field-icon.png);
}
form .form-control.car{
    background-image: url(../images/car-model-field-icon.png);
}
form .form-control.envelop{
    background-image: url(../images/envelop-icon.png);
}
form .form-control.check{
    background-image: url(../images/checkbox-icon.png);
}
form .form-control.message{
    background-image: url(../images/pancil-icon.png);
}
form .form-control{
    height: 50px;   
    margin-bottom: 22px;
    background: #f7f7f7;
    box-shadow: 0 0 1px #ccc;
    border: none;
    border-radius: 0px;
    background-position: center right;
    background-origin: content-box;
    background-repeat: no-repeat;
}
form textarea.form-control{
    height: auto;
    background-position: right top;
}
form button{
    font-size: 27.97px;
    height: 50px;   
    color: #fff;
    float: left;
    font-weight: 700;
    padding: 0 20px;
    background: #3467b6;
    border: none;
}
form button span{
    margin-top: 5px;
    float: right;
    margin-left: 15px;
}
form button:hover{
    opacity: 0.8;   
}
ul.range-service-list{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.range-service-list li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
ul.range-service-list li .content-list-outer{
    width: 100%;
	height:265px;
    float: left;
    padding: 40px 95px 40px 30px; 
    text-decoration: none;
    position: relative;
}
.crnt{ height:auto !important}
ul.range-service-list li .content-list-outer:hover, ul.range-service-list li .content-list-outer.active{
    background:#efefef;
}
ul.range-service-list li .content-list-outer img.list-arrow{
    position: absolute;
    top: 90px;
    right: 20px;
    cursor: pointer;
}
ul.range-service-list li .content-list-outer.active p{
    height: auto;
}
ul.range-service-list li .content-list-outer.active img{
    transform: rotate(-90deg);   
    -moz-transform: rotate(-90deg);   
    -webkit-transform: rotate(-90deg);   
    -ms-transform: rotate(-90deg);   
    -o-transform: rotate(-90deg);   
}
ul.range-service-list li:nth-of-type(2n+2){
    float: right;   
}
ul.range-service-list li .list-of-content{
    width: 85%;
    float: left;
}
ul.range-service-list li h4{
    color: #848484;
    font-size: 30px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}
ul.range-service-list li p{
    color: #848484;
    font-size: 18px;
    line-height: 30px;    
    height: 90px;
    overflow: hidden;
}
.service-logo{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.service-logo img{
    max-width: 100%;   
}
.vehicle-middle-section{
    position: relative;
    width: 100%;
    float: left;
    background: url(../images/vehicle-section-bg.jpg) no-repeat right top;
    background-size: auto;
    -moz-background-size:auto;
    -webkit-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    padding-bottom: 120px;
}
.vehicle-middle-section img.vlogo{
    position: absolute;
    top: 0px;
    right: 0;
}

.service-section .metor{
    float: right;
    max-width: 100%;
}
ul.gallery-images{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.gallery-images li{
    width: 33.33%;
    float: left;
    padding: 20px;
    margin: 0;
}
ul.gallery-images li img{
    max-width: 100%;   
}
ul.addess-list{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.addess-list li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-left: 50px;
    background-position: left top 6px;
    font-size: 21.26px;
    color: #666;
    line-height: 40px;
    background-repeat: no-repeat;
    margin-top: 0px;
}
ul.addess-list li a{
    font-size: 16px;
    color: #3467b6;
}
ul.social-icons{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.social-icons li{
    width: 11%;
    float: left;
    padding: 5px;
    margin: 0px;
}
ul.social-icons li img{
    max-width: 100%;
}
.wpcf7-response-output {float:left !important; width:100%}

.scheduledservicing
{
font-family: 'Open Sans';font-size:34px;background-color: #3467b6;color:#ffffff; border: 10px solid #3467b6;
}

.priceguarantee
{
text-align: right;
height: 120px;
width: 120px;
}