/* **
 * ========================================
 * Includes Fonts
 * ========================================
 ** */



@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome/fonts/FontAwesome.otf);
}

@font-face {
    font-family: Cabin-Regular;
    src: url(../fonts/Cabin-Regular.otf);
	}
	
@font-face {
    font-family: Cabin-Bold;
    src: url(../fonts/Cabin-Bold.otf);
	}
@font-face {
    font-family: PTZ55F;
    src: url(../fonts/PTZ55F.ttf);
	}


	
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'); /* support Internet explorer  */
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* support Internet explorer  */
         url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* support Modern browser  */
         url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), /* support firefox , chrome   */
         url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');/* Svg form   */
		font-weight: normal; 
		font-style :normal ;
		 
		 
		 }	


@font-face {
    font-family: 'open-sans';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');   /* support Internet explorer  */
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* support Internet explorer  */
         url('../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'), /* support Modern browser  */
         url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype'), /* support firefox , chrome   */
         url('') format('svg');
		font-weight: normal;
		font-style :normal ;
		 
		 
		 }	
	

/ Chrome, Safari, Edge, Opera /
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/ Firefox /
input[type=number] {
  -moz-appearance: textfield;
}


	 
p{
	font-family: Cabin-Regular;
	}
	
	
.nav-header2{
	background-color: #f25720;
width: 100%;
margin-bottom: 30px;
	}
	
.nav-header2 .logo img{
	display:block;
	padding-top:22px;
}
.navbar-header{
    margin-top: -55px;
        float: right;
}
		 
		 
.nav-header1{
	background-color: #f25720;
	position: absolute !important;
    z-index: 9999999;
	width:100%;
	}
	
.nav-header1 .logo img{
	margin:0 auto;
	display:block;
	padding-top:22px;
}
.header-nav{
	background-color:transparent;
	border-radius:0px;
	border:none;
	
	}
	
.main-nav{
	 margin-top: 20px;
	
	}
.nav-color li{
	padding-left:25px;	}
	
.dropdown-nav li{
	padding-left:0px !important;
	
	}
.nav-color li a{
	font-size:11px;
	color:#FFF !important;
	font-family: 'Cabin-Regular', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
.nav-color li.nmbr-nv a {
    font-size: 20px;
    border: 2px solid#fff;
    border-radius: 30px;
    padding: 12px 18px;
}
.nav-color li a:hover{
	 color: #fff !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #34a4d8 !important;
	background-color:transparent;
}

.dropdown-nav{
	background-color:#222 !important;
	}
	
.dropdown-nav li a:hover{
	background-color:transparent !important;
	color:#34a4d8;
	}
	
.navbar-nav {
    width: 100%;
    text-align: center;
      float: none;
      display: inline-block;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    float: right;
}
	
	
	
	
	
/*Slider*/

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

center h4{
    font-size: 16px;
    background: #f25720;
    padding: 10px 5px;

    margin-bottom: 20px;
}
center h4 a{
    color:#fff;
    text-transform: uppercase;
}

center h4 a:hover{
    color:#fff;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
	font-family: Cabin-Regular;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
	font-family: Cabin-Regular;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	font-family: Cabin-Regular;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	font-family: Cabin-Regular;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 31%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
	font-family: Cabin-Regular;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    line-height: 0px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	font-family: Cabin-Regular;
	font-weight: bold;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	font-family: Cabin-Regular;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	font-family: Cabin-Regular;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #f36639;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	font-family: Cabin-Regular;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	font-family: Cabin-Regular;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
        top: 0%;
    }
    .slide-text h1 {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*end of slider*/







.manual{
	background-color:#fff;
	height: 225px;
	box-shadow: 0 0px 0px #ccc;
	
	
	} 
.innerdvla{
background-color:#f1f1f1 !important;
margin-top: -30px;
} 

.manual p{ 
font-family: Cabin-Regular;

}
.manual .select-dropdown .form-control{
	border-top: 1px solid #d7dfe4;
    border-bottom: 1px solid #eff2f4;
    border-left: 1px solid #d1dae0;
    border-right: 1px solid #e7ecee;
    color: #7d7f80;
	border-radius: 2px;
	background-color:#ecf0f2;
	font-family: Cabin-Regular;
	font-size:14px;
        height: 50px;
        margin-bottom: 20px;
	}
.manual .search-btn{
    width: 100%;
    background-color: #39b4ed;
    margin: 0;
    border :1px solid #fff;
	padding: 6px;
	font-family: Cabin-Regular;
	font-weight:500;
	color:#fff;
        height: 50px;
}
.m-search{
     background: #f25720;
     padding: 30px;
}

.manual-for-nav{
	background-color:#fff;
	height: 105px;
	box-shadow: 0 2px 1px #ccc;
	
	
	}

.manual-for-nav p{ 
font-family: Cabin-Regular;

}
.manual-for-nav .select-dropdown .form-control{
	border-top: 1px solid #d7dfe4;
    border-bottom: 1px solid #eff2f4;
    border-left: 1px solid #d1dae0;
    border-right: 1px solid #e7ecee;
    color: #7d7f80;
	border-radius: 2px;
	background-color:#ecf0f2;
	font-family: Cabin-Regular;
	font-size:11px;
	}
.manual-for-nav .search-btn{
    width: 100%;
    background-color: #f25720;
    margin: 0;
    border :1px solid #ca4e2a;
	padding: 6px;
	font-family: Cabin-Regular;
	font-weight:500;
	color:#fff;
}




.manual .dvla-btn{
	padding:5px 50px;
    background-color: #f25720;
    margin-top: 10px;
    border :1px solid #ca4e2a;
	font-family: Cabin-Regular;
	font-weight:500;
	color:#fff;
}

.manual h1{
	    font-family: Cabin-Regular;
    font-size: 27px;
}

/*	DVLA SEARCH */
		 



.manual.manu {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
}


	 
		 
@font-face {
    font-family:MANDATOR;
    src: url(../fonts/MANDATOR.ttf);
	}		 
		 
		 
.dvla-width {
    width: 546px;
    margin-top: 10px;
	margin:0 auto;
	
	}
	
	.dvla-main{
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 3px;
	height:90px;
}
.reg-input-new1 {
    height: 84px;
    width: 488px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    background: #fbbc05;
    font-family: MANDATOR;
    text-transform: uppercase;
	border:1px solid #fbbc05;
	outline:none;
	border-radius:0px 7px 7px 0px;	
}

.gb{
	float:left;
	}
	
placeholder { /* Firefox 19+ */
  color: black;
}	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
:-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

/*END OF DVLA SEARCH*/


/*model-section*/
.model-section{
	padding: 65px 0 75px 0;
    background: #f0f3f5;
    border-top: 0px solid #e6ecef;
    margin-top: 96px;
	}
	
.model-section .car-box{
	background-color:#fff !important;
	box-shadow: 0 2px 2px #ccc;
	width:90%;
	height:400px;
	}
	
.model-section .car-box h4{
	font-family: Cabin-Regular;
	color:#39b4ed;
	font-size: 17px;
    font-weight: 500;
	margin:20px 0px 0px 0px !important;
	}
	

	
.model-section .car-box span{
	font-family: Cabin-Regular;
	color:#f25821;
	font-size: 17px;
    font-weight: 500;
	padding-left: 20px;
	}
	
.model-section .car-box p{
	color: #80868c;
    font-size: 13px;
    padding: 15px 20px 18px 20px;
	}
	

.More-Detail{
background-color: #f25720;
border:1px solid #f25720;
color:#fff;
}

.detail img{
	border-right:5px solid #f25720;
	margin-bottom:10px;
	}

.detail h4 a{
	font-family: Cabin-Regular;
	color:#39b4ed;
	font-size: 17px;
    font-weight: 500;
	margin:0px 0px 0px 0px !important;
	text-decoration:none;
	}
	
.model-height{
	height:405px;
	}
	
.text-bg{
	background-color:#fff;
	padding:18px;
	}
/*end of model-section*/
	
	/*works-section*/
	
	.works-section{
	background: #e0e4e7;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	height:auto;
	padding-bottom:52px;
        margin-bottom: 36px;
}	
	
.works-section h3{
    color: #3f4b56;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
	text-align:center;
	font-family: Cabin-Regular;
	padding:42px 0px;
}
	
.icon-1{
	background:url(../images/car_types_1_2.png) no-repeat;
	height:158px;
	background-position:center center;
	
	}
	
	
	
	
.icon-1 strong{
	font-family: Cabin-Regular;
	font-size: 13px;
	color:#fff;
	text-align:center;
	padding-top:35px;
	margin:0 auto;
	display:block;
	}
	
.icon-1 .fa{
	color:#fff;
	text-align:center;
	padding-top:25px;
	margin:0 auto;
	display:block;
	font-size:36px;
	}








#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: Cabin-Regular;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: Cabin-Regular;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
  color:#fff;
}
#itemslider h5{
  font-family: Cabin-Regular;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
  color:#fff;
}
#itemslider h6{
  font-family: Cabin-Regular;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
  color:#fff;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 30px;
  width: 100px;
  line-height: 24px;
  font-family: Cabin-Regular;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.item-h h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
	text-align:center;
	font-family: Cabin-Regular;
	padding:0px 0px;
	}









/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


.section-distance {
    padding-top: 42px;
    padding-bottom: 42px;
	background: #f4f4f4;
	margin:20px 0px 0px 0px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	font-family: PTZ55F;
}

.testimonial-text p{
font-style: italic;
    color: #557788;
    font-size: 18px;
    font-family: PTZ55F;
    padding: 0;
    line-height: 1.8em;
}

    
/*footer*/

footer{
	    background: #2c2d2d;
    border-top: 3px solid #000;
	padding-top:90px;
	}
    
	
footer h3{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
	font-family: Cabin-Regular;
}
footer ul{
	margin-left: -39px;
	padding-bottom:40px;
	}
footer ul li{
    background: none;
    padding-left: 0;
    margin-bottom: 7px;
    line-height: 22px;
    font-family: Cabin-Regular;
    font-weight: normal;
    list-style:none !important;
}
footer ul li a{
color:#797e80;
text-decoration:none !important;
}

footer ul li a:hover{
color:#f25a23;
transition-duration:0.5s;
}

footer p{
	color:#797e80;
	padding-bottom:20px;
	}
	
.footer_social{
    clear: both;
    margin: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #454646;
}

.footer_social .social_inner {
    border-bottom: 1px solid #000;
    border-top: 1px solid #454646;
    padding: 22px 0 17px;
    min-height: 34px;
    text-align: center;
}	

.social_inner ul{
	padding:0px;
	}

.social_inner ul li{
	list-style:none;
	display:inline-block;
}

.social_inner ul li a{
	padding:10px 13px;
	background-color:#2c2d2d;
	height:15px;
	width:20px;
	border-radius:100%;
}

.social_inner ul li a:hover{
color:#fff;
}
.social_inner ul li .fb , .social_inner ul li .pin{
padding: 10px 15px;
}

.social_inner ul li .fb:hover{
	background-color:#3b5998;
	
}
.social_inner ul li .tw:hover{
	background-color:#1dcaff;
	
}

.social_inner ul li .pin:hover{
	background-color:#C92228;
	
}

.social_inner ul li .ins:hover{
	background-color:#405de6;
	
}


/*Model Details*/

.Model-name h2{
  font-family: Cabin-Regular;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px 16px 10px auto;
  padding-left: 40px;
  color:#000;
  text-align:center;
  font-weight:500;
}


.Model-name h2 span{
  color:#f25720;
}

.Model-name p{
	font-family: Cabin-Regular;
	font-size: 13px;
	text-align:center;
}
aside{
	background-color:#fff;
	border:1px solid #ccc;
	margin:10px 0px 30px 0px;
	}
	
aside .aside-header{
	background-color: #f25720;
    border: 1px solid #f25720;
	height:50px;
	
	}

aside .aside-header h4{
	color:#FFFFFF;
	text-align:center;
	padding-top:6px;
	}
.aside-list{
overflow-x: hidden;
height: 250px;
 }

.aside-list ul{
	margin-left:-40px;
	}	
	   
.aside-list ul li{
	list-style:none;
	padding:5px 0px 5px 20px;
	border-bottom:1px solid #ccc;
	text-align:left;
	
	}
	
	
.aside-list ul li a{
	text-decoration:none;
	color:#000;
	}
	
	
	
	/*Sign-up*/
	
.sign-up-sec{
	background-color:#2c2d2d;
	border:1px solid #f25720;
	border-radius:0px;
        padding:0px 20px;
	
	}
.sign-up-sec h3{
	padding:3px 0px;
	font-family: Cabin-Regular;
	color:#fff;
	text-align:center;
}
	
	.cf{
	margin-bottom:30px;
	}
	
	.cf2{
	margin-bottom:30px;
	background-color:#2c2d2d;
	color:#fff;
	
	}
	
.sign-box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 6px 0px 6px 20px;
    margin-top: 10px;
    font-family: Cabin-Regular;
    color: #000;
    margin:0 auto;
    display:block;
    height: 40px;

}

.send:hover {
    background-color: #fff;
    border: 1px solid #f25720;
    color: #dd3333;
}
.send {
    width: 85%;
    background-color: #f25720;
    border: 1px solid #f25720;
    padding: 8px 0px 8px 20px;
    border-radius: 0px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
	margin:0 auto;
	display:block;
}

.about-us h3 , .about-us p{
	font-family: Cabin-Regular;
	}
	
.about-us img{
	margin:20px 0px;
	}
/*end of About us*/	
	
	
	
/*contact us*/


.contact-contain{
	border: 1px solid #d3ced2;
    padding: 20px;
	margin-bottom:10px;
	}
	
.contact-contain h3{
	font-family: Cabin-Regular;
	}
.GetIn-box{
	height: 42px;
    width: 85%;
    border-bottom:2px solid #f25720 !important;
	border:none;
    background-color: #fff;
    font-size: 13px;
    color: #666;
    padding-left: 19px;
    border-radius: 0;
	margin:0 auto;
	display:block;
	outline:none !important;
	font-family: Cabin-Regular;
}


.GetIn-textbox{
	height: 120px;
    width: 85%;
    border-bottom:2px solid #f25720 !important;
	border:none ;
    background-color: #fff;
    font-size: 13px;
    color: #666;
    border-radius: 0;
	margin:0 auto;
	display:block;
	padding:10px 0px 50px 19px;
	outline:none !important;
	font-family: Cabin-Regular;
}



.form-btn{
	height:47px;
	background-color: #f25720;
	border:2px solid #f25720;
	color: #fff;
	font-family: Cabin-Regular;
	outline:none;
	padding:0px 40px 0px 40px;
	margin-top:10px;
	margin:0 auto;
	display:block;
	
	}
	
.form-btn:hover{
	background-color: #fff;
	border:2px solid #f25720;
    color: #000;
	transition-duration:0.5s;
	}
	
.social-area{
	margin:0 auto;
	display:block;
	text-align:center;
	margin-right:20px;
	}
	
.social-area h3{
	font-family: Cabin-Regular;
	text-align:center;
	padding-top:36px;
	
	}
	
	
	.social-area li{
		list-style:none;
		display:inline-block;
		
		}
		
	.social-area li a{
		color:#f25720;
	}
	
	/*End of Contact us*/


.privacy {
color: white;
margin-left: 39px;
}


.cont-banner img{
    width: 100%;
    margin-top: -29px;
}
.ford-make img{
    border: 1px solid #f25720;
    margin: -10px auto;
    transition-duration: 0.5s;
}
.ford-make img:hover{
    border: 1px solid #39b4ed;
}

.hid{
    display:none;
}
.f-home img{
    margin-top: 0px;
    margin-bottom: -19px;
    width:100%;
}
.item-h h2 {
    display: none;
}




.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}


/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #f25720;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #c00113;
    color: #fff;
} 





@media screen and (min-width: 1px) and (max-width: 768px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    float: none;
}
.nav-header2 {
    margin-bottom: 0px;
}
.nav-color li.nmbr-nv a {
    border: 0px solid#fff;
}
.navbar {
    min-height: 20px;
}

}



@media screen and (min-width: 768px) and (max-width: 991px){
.nav-color li {
    padding-left: 0px;
}
.nav-color li.nmbr-nv a {
    font-size: 12px;
    padding: 9px 11px;
}
}


@media screen and (min-width: 992px) and (max-width: 1199px){
.nav-color li {
    padding-left: 17px;
}
.nav-color li.nmbr-nv a {
    font-size: 17px;
    padding: 10px 15px;
}


}







