@charset "utf-8";
/* CSS Document */
/*.....:Reset CSS:.....*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*.....:HTML5 display-role reset for older browsers:.....*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection {
 background:#faa719;
 color:#FFF;
}
::selection {
	background: #faa719;
	color: #FFF;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
button:focus {
	outline: none;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	outline: 0;
}
/*.....:Fonts Styles:.....*/
@font-face {
	font-family: "Helvetica";
	src: url('fonts/311676026-Helvetica.eot');
	src: url('fonts/311676026-Helvetica.eot?#iefix') format('embedded-opentype'), url('fonts/311676026-Helvetica.svg#Helvetica') format('svg'), url('fonts/311676026-Helvetica.woff') format('woff'), url('fonts/311676026-Helvetica.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*.....:Common Styles:.....*/
.clear {
	clear: both;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
	outline: 0;
}
a:
input, textarea {
outline:0;
}
.fix_left {
	float: left;
}
.fix_right {
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Layout ++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
p {
	font: 14px/18px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-bottom: 15px;
	text-align: justify;
}
/*  Main Style 
===================================================*/
.wrapper {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}
.top {
	float: left;
	width: 100%;
	background: #3c96f3;
}
.logo {
	float: left;
	width: 100%;
	position:absolute;
	z-index:9999;
	top:10px;
}
@media(min-width:200px) and (max-width:979px) {
	.logo {
		z-index:inherit;
		position:inherit;
		top:0px;
	}
}
.social-media {
	float: left;
	width: 100%;
}
.social-media a {
	float: right;
	margin: 20px 0px 15px 10px;
}
.nav-menu {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.toggleMenu {
	display: none;
	background: url(../images/toggle.png) no-repeat;
	margin:10px;
	width:60px;
	height:60px;
	text-indent:-9999px;
	color: #fff;
	margin:10px;
}
.nav {
	list-style: none;
 *zoom: 1;
	margin-bottom: 0px !important;
	float: right;
}
@media(min-width:200px) and (max-width:979px) {
	.nav {
		float:none;
	}
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	padding: 15px 15px 15px 15px;
	color: #fff;
	font-family: Helvetica;
	margin: 0px 7px 0px 7px;
	font-size: 12px;
	color: #FFF;
	background: url(../images/border.jpg) right repeat-y !important;
}
.nav a.mar {
	margin-right: 0px;
}
.nav a:hover, .nav a.active {
	background: #2561d0 !important;
	color: #FFF;
}
.nav a.last {
	background-image: none !important;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	margin: 0px;
	width: 200%;
}
@media(min-width:200px) and (max-width:979px) {
.nav li ul {
	width: 100%;
}
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #1d1d1d !important;
	position: relative;
	z-index: 100;
	font-size: 14px;
	border-top: 1px solid #3c3c3c;
}
.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}
 @media screen and (max-width: 768px) {
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
.banner {
	float: left;
	width: 100%;
	position: relative;
}
.seperate-cars {
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.sections {
	float: left;
	width: 90%;
		padding: 10px;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom:10px;
		border:2px #f0001f solid;
}
@media(min-width:200px) and (max-width:979px) {
	.sections {
		margin-left:5px;
	}
}
.car-img {
	float: left;
	width: 100%;
}
.car-img img {
	padding: 5px;
	width: 95%;
}
.car-discription {
	float: left;
	width: 100%;
}
@media(min-width:200px) and (max-width:979px) {
	.car-discription{
		width:95%;
		margin:0px 0px 0px 10px;
	}
	.more-button{
		width:95%;
		margin-left:10px;
		margin-bottom:10px;
	}
}
.car-discription h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #242424;
}
.car-discription p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	padding: 0px;
	line-height: 22px;
}
.more-button {
	float: left;
	width: 100%;
}
.more-button a {
	display: block;
	float: left;
	background: #3c96f3;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px 5px 10px;
}
.testimonials {
	float: left;
	width: 100%;
}
.testimonials h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #1b252f;
}
.line {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px #e1e1e1 solid;
	margin: 0px 0px 10px 0px;
}
.testimonial-sections {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.testimonial-contents {
	float: left;
	width: 100%;
}
.testi-photo {
	float: left;
	width: 100%;
	margin: 10px 0px 30px 0px;
}
.testi-photo img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 5px #cd1d1f solid;
}
.testi-inner-contents {
	float: left;
	width: 90%;
}
.testi-inner-contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 10px 0px 0px 0px;
}
.testi-inner-contents a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cd1c1e;
	display: block;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	float: right;
}
footer {
	float: left;
	width: 100%;
	background: #3c96f3;
}
.copy-right {
	float: left;
	width: 100%;
}
.copy-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dfdfdf;
	padding: 15px 0px 10px 0px;
}
.footer-social-media {
	float: right;
	width: 100%;
}
.footer-social-media a {
	float: right;
	margin-left: 1px;
}
@media(min-width:200px) and (max-width:768px) {
.footer-social-media a {
	margin: 5px;
}
}
.sa-left2 {
	left: -50px;
	width: 35px;
	height: 60px;
	top: -100px;
	background: none;
}
.sa-right2 {
	right: -50px;
	width: 35px;
	height: 60px;
	top: 110px;
	background: none;
}
.slider-wrap2 {
	position: relative;
	width: 100%;
}
.slider2 {
	position: relative;
	width: 100%;
	margin: auto;
}
.slider2 ul li {
	float: left;
}
.slider-arrow2 {
	position: absolute;
	top: 40px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.content-area {
	float: left;
	width: 100%;
	margin: 10px 0px 30px 0px;
}
@media(min-width:200px) and (max-width:979px) {
	.content-area{
		width:95%;
		margin:0px 10px 0px 10px;
}
}
.content-area h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	padding:0px 0px 10px 0px;
}
.content-area p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	line-height: 22px;
	padding: 0px 0px 10px 0px;
}
.book-now-form {
	float: left;
	width: 50%;
	position: absolute;
	z-index: 9999;
	background: url(../images/bg.png) repeat;
	top:160px;
}
@media(min-width:200px) and (max-width:979px) {
	.book-now-form{
		position:inherit;
		z-index:inherit;
		top:0px;
		width:100%;
		background:#000;
	}
}
.book-now-form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	padding: 10px 0px 0px 20px;
}
.book-form {
	float: left;
	width: 100%;
}
.book-form ul{
	float:left;
	width:50%;
}
.book-form ul li {
	float: left;
	width: 95%;
}
.book-form ul li input {
	border-radius: 0px !important;
	width: 90%;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 0px 0px 20px;
}
.book-form ul li input.sm{
	width:30%;
	float:left;
	height:10px;
	margin-top:15px;
}
.book-form ul li label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	float:left;
	padding:15px 0px 0px 20px;
}
.book-form ul li textarea{
	border-radius: 0px !important;
	width: 90%;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 0px 0px 20px;
	height:65px;
}
.book-form ul li select {
	border-radius: 0px !important;
	width: 95%;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 0px 0px 20px;
}
.book-form ul li input.submit{
	float:right;
	background:#3595e0;
	border:0px;
	width:90px;
	height:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.booking-form {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.booking-form ul {
	margin: 0px;
}
.booking-form ul li {
	float: left;
	width: 100%;
}
.booking-form ul li input {
	float: left;
	width: 70%;
	border-radius: 0px !important;
}
.booking-form ul li textarea {
	float: left;
	width: 70%;
	height: 65px;
	border-radius: 0px !important;
}
.booking-form ul li label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6a6a6a;
	float: left;
	min-width: 70px;
}
.booking-form ul li label.b{
	width:100%;
}
.booking-form ul li input.submit {
	float: right;
	width: 100px;
	height: 30px;
	background: #ea5b1c;
	color: #FFF;
	font-family: 14px/30px Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px 20px 30px 0px;
}
.booking-form ul li input.submit2 {
	float: right;
	width: 100px;
	height: 30px;
	background: #F90;
	color: #FFF;
	font-family: 14px/30px Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px 145px 30px 0px;
}
.contact-address {
	float: left;
	width:90%;
	background:url(../images/n.png) repeat;
	margin:5% 0px 5% 0px;
	padding:2% 0 2% 0;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
@media(min-width:200px) and (max-width:979px) {
	.contact-address {
		width:100%;
	}
}
.contact-address h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	padding: 10px 0px 0px 20px;
}
.contact-address p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;  
	line-height: 22px;
	padding-left:20px;
}
.contact-address a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	padding-left:20px;
	padding-bottom:20px;
}	
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.package-type {
	float: left;
	width: 220px !important;
}
.car-services{
	float:left;
	width:100%;
}
.car-services ul li{
	float:left;
	width:100%;
	background: url(../images/content-area.jpg) repeat;
	border:1px #c2c2c2 solid;
	margin:20px 0px 0px 0px;
}
.whole-car-details{
	float:left;
	width:100%;
}
.car-main-heading{
	float:left;
	width:100%;
}
.car-main-heading h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
	padding:0px 0px 0px 10px;
}
.whole-car-image{
	float:left;
	width:90%;
	margin:0px 0px 0px 10px;
}
.whole-car-image img{
	width:100%;
	margin:0px 0px 10px 0px;
}
.whole-car-discription{
	float:left;
	width:90%;
	margin:0px 0px 0px 10px;
}
.whole-car-discription p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333;
}
.right-side-details{
	float:left;
	width:100%;
}
.right-side-details h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	line-height:18px;
}
.right-side-details p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333;
}
.more-button2 {
	float: left;
	width: 100%;
	margin:10px 0px 10px 10px;
}
.more-button2 a {
	display: block;
	float: left;
	background: #3c96f3;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px 5px 10px;
}
.mnn {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner2 {
	float: left;
	width: 90%;
	position: relative;
	margin: 0 5% 0 5%;
	padding: 10px;
	background: #FFF;
	border:2px #f0001f solid;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
@media(min-width:200px) and (max-width:979px) {
	.banner2 {
		width:100%;
		padding:0px;
		margin:0px;
		box-shadow:0px;
	}
}
.inner-contact{
	float:left;
	width:100%;
	/*background:#efeeec url(../images/cnt.jpg) no-repeat center;*/
}