/*------------------------------------------
Project Name : Car Rental
Desgined By  : eCreative solutions
Developed By : sharjeel;
Date        :  01/February/18;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Banner css
5. Booking Form css
6. About Us css
7. Counter css
8. Services css
9. Support Team css
10. Testimonials css
11. Blog css
12. contact form css
13. Footer css
14. Media Quries css
------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,400,500,700');
html, body {
	min-height: 100%;
}


/*Fonts include starts */
@font-face {
  font-family: "AktivGrotesk-Regular";
  src: url("../fonts/regular/aktivgrotesk-regular.eot");
  src: url("../fonts/regular/aktivgrotesk-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/regular/aktivgrotesk-regular.woff2") format("woff2"), url("../fonts/regular/aktivgrotesk-regular.woff") format("woff"), url("../fonts/regular/aktivgrotesk-regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AktivGrotesk-Medium";
  src: url("../fonts/medium/aktivgrotesk-medium.eot");
  src: url("../fonts/medium/aktivgrotesk-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/medium/aktivgrotesk-medium.woff2") format("woff2"), url("../fonts/medium/aktivgrotesk-medium.woff") format("woff"), url("../fonts/medium/aktivgrotesk-medium.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AktivGrotesk-Bold";
  src: url("../fonts/bold/aktivgrotesk-bold.eot");
  src: url("../fonts/bold/aktivgrotesk-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bold/aktivgrotesk-bold.woff2") format("woff2"), url("../fonts/bold/aktivgrotesk-bold.woff") format("woff"), url("../fonts/bold/aktivgrotesk-bold.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AktivGrotesk-Light";
  src: url("../fonts/light/aktivgrotesk-light.eot");
  src: url("../fonts/light/aktivgrotesk-light.eot?#iefix") format("embedded-opentype"), url("../fonts/light/aktivgrotesk-light.woff2") format("woff2"), url("../fonts/light/aktivgrotesk-light.woff") format("woff"), url("../fonts/light/aktivgrotesk-light.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Campton-Medium";
  src: url("../fonts/campton/campton-medium.eot");
  src: url("../fonts/campton/campton-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/campton/campton-medium.woff2") format("woff2"), url("../fonts/campton/campton-medium.woff") format("woff"), url("../fonts/campton/campton-medium.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Acta Display W01 Book";
  src: url("../fonts/acta/acta.eot");
  src: url("../fonts/acta/acta.eot?#iefix") format("embedded-opentype"), url("../fonts/acta/acta.woff2") format("woff2"), url("../fonts/acta/acta.woff") format("woff"), url("../fonts/acta/acta.ttf") format("truetype");
  font-weight: normal;
}
/*Fonts include ends*/

body {
	background: #ffffff;
	font-family: "AktivGrotesk-Regular";
	font-style: normal;
	font-weight: normal;
	overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "AktivGrotesk-Bold";
	font-weight:normal;
}
h1 {
	font-size: 50px;
}
h2 {
	color: #272727;
	font-size: 36px;
	line-height: 52px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	line-height: 32px;
}
h4 {
	color: #454545;
	font-size: 18px;
	line-height: 26px;
}
h5 {
	letter-spacing: 0.5px;
}
p {
	color: #0a090a;
	font-size: 16px;
 	line-height: 150%;
	letter-spacing: 0.014em;
}
b,
strong {
  font-family: "AktivGrotesk-Bold";
  font-weight: normal;
}
ul,
ol {
  font-family: "AktivGrotesk-Regular";
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.014em;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
label, input{
	font-weight:normal;
}
.btn{
	font-weight:normal;
}
/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-success:focus {
	background-color: #000;
	color: #ffffff;
}
.section-btn {
	background: #E8C766;
	border-radius: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	margin-top: 22px;
	text-transform: uppercase;
	border: none;
}
.section-btn:focus, .section-btn:hover {
	background: #fff;
	color: #333;
}
/*---------------------------------------
   General               
-----------------------------------------*/



html {
	-webkit-font-smoothing: antialiased;
}
a {
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	color: #337ab7;
	text-decoration: none !important;
}
a:hover, a:active, a:focus {
	color: #E8C766;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.section-title {
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
}
.section-title h3 {
	position: relative;
	font-size: 28px;
	margin-bottom: 50px;
	text-transform: uppercase;
 	line-height: 42px;
}
.section-title h3:after {
	content: '';
	background: #E8C766;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}
.section-title h3:before {
	content: '';
	background: #E8C766;
	height: 9px;
	width: 4px;
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -2px
}
.section-title h3 span {
	color: #E8C766;
	font-weight: 400;
}
.section-title p {
	max-width: 800px;
	margin: auto;
}
.parallax-section {
	padding: 70px 0;
	position: relative;
}
#counter, #service, #contact, #address {
	text-align: center;
}



/*---------------------------------------
     Preloader section              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.cssload-dots {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	outline: 1px solid red;
	filter: url(#goo);
	-o-filter: url(#goo);
	-ms-filter: url(#goo);
	-webkit-filter: url(#goo);
	-moz-filter: url(#goo);
}
.cssload-dot {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.cssload-dot:before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 49px;
	background: rgb(15,229,143);
	position: absolute;
	left: 50%;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	margin-left: -17.5px;
	margin-top: -17.5px;
}
.cssload-dot:nth-child(5):before {
	z-index: 100;
	width: 44.5px;
	height: 44.5px;
	margin-left: -21.75px;
	margin-top: -21.75px;
	animation: cssload-dot-colors 4.6s ease infinite;
	-o-animation: cssload-dot-colors 4.6s ease infinite;
	-ms-animation: cssload-dot-colors 4.6s ease infinite;
	-webkit-animation: cssload-dot-colors 4.6s ease infinite;
	-moz-animation: cssload-dot-colors 4.6s ease infinite;
}
.cssload-dot:nth-child(1) {
	animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}
.cssload-dot:nth-child(1):before {
	background-color: rgb(255,50,112);
	animation: cssload-dot-move 4.6s 0s ease infinite;
	-o-animation: cssload-dot-move 4.6s 0s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 0s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}
.cssload-dot:nth-child(2) {
	animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}
.cssload-dot:nth-child(2):before {
	background-color: rgb(32,139,241);
	animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}
.cssload-dot:nth-child(3) {
	animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}
.cssload-dot:nth-child(3):before {
	background-color: rgb(175,225,2);
	animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}
.cssload-dot:nth-child(4) {
	animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}
.cssload-dot:nth-child(4):before {
	background-color: rgb(251,211,1);
	animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}
 @keyframes cssload-dot-move {
 0% {
 transform: translateY(0);
}
 18%, 22% {
 transform: translateY(-68px);
}
 40%, 100% {
 transform: translateY(0);
}
}
 @-o-keyframes cssload-dot-move {
 0% {
 -o-transform: translateY(0);
}
 18%, 22% {
 -o-transform: translateY(-68px);
}
 40%, 100% {
 -o-transform: translateY(0);
}
}
 @-ms-keyframes cssload-dot-move {
 0% {
 -ms-transform: translateY(0);
}
 18%, 22% {
 -ms-transform: translateY(-68px);
}
 40%, 100% {
 -ms-transform: translateY(0);
}
}
 @-webkit-keyframes cssload-dot-move {
 0% {
 -webkit-transform: translateY(0);
}
 18%, 22% {
 -webkit-transform: translateY(-68px);
}
 40%, 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes cssload-dot-move {
 0% {
 -moz-transform: translateY(0);
}
 18%, 22% {
 -moz-transform: translateY(-68px);
}
 40%, 100% {
 -moz-transform: translateY(0);
}
}
 @keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-o-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-ms-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-webkit-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-moz-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @keyframes cssload-dot-rotate-1 {
 0% {
 transform: rotate(-105deg);
}
 100% {
 transform: rotate(270deg);
}
}
 @-o-keyframes cssload-dot-rotate-1 {
 0% {
 -o-transform: rotate(-105deg);
}
 100% {
 -o-transform: rotate(270deg);
}
}
 @-ms-keyframes cssload-dot-rotate-1 {
 0% {
 -ms-transform: rotate(-105deg);
}
 100% {
 -ms-transform: rotate(270deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-1 {
 0% {
 -webkit-transform: rotate(-105deg);
}
 100% {
 -webkit-transform: rotate(270deg);
}
}
 @-moz-keyframes cssload-dot-rotate-1 {
 0% {
 -moz-transform: rotate(-105deg);
}
 100% {
 -moz-transform: rotate(270deg);
}
}
 @keyframes cssload-dot-rotate-2 {
 0% {
 transform: rotate(165deg);
}
 100% {
 transform: rotate(540deg);
}
}
 @-o-keyframes cssload-dot-rotate-2 {
 0% {
 -o-transform: rotate(165deg);
}
 100% {
 -o-transform: rotate(540deg);
}
}
 @-ms-keyframes cssload-dot-rotate-2 {
 0% {
 -ms-transform: rotate(165deg);
}
 100% {
 -ms-transform: rotate(540deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-2 {
 0% {
 -webkit-transform: rotate(165deg);
}
 100% {
 -webkit-transform: rotate(540deg);
}
}
 @-moz-keyframes cssload-dot-rotate-2 {
 0% {
 -moz-transform: rotate(165deg);
}
 100% {
 -moz-transform: rotate(540deg);
}
}
 @keyframes cssload-dot-rotate-3 {
 0% {
 transform: rotate(435deg);
}
 100% {
 transform: rotate(810deg);
}
}
 @-o-keyframes cssload-dot-rotate-3 {
 0% {
 -o-transform: rotate(435deg);
}
 100% {
 -o-transform: rotate(810deg);
}
}
 @-ms-keyframes cssload-dot-rotate-3 {
 0% {
 -ms-transform: rotate(435deg);
}
 100% {
 -ms-transform: rotate(810deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-3 {
 0% {
 -webkit-transform: rotate(435deg);
}
 100% {
 -webkit-transform: rotate(810deg);
}
}
 @-moz-keyframes cssload-dot-rotate-3 {
 0% {
 -moz-transform: rotate(435deg);
}
 100% {
 -moz-transform: rotate(810deg);
}
}
 @keyframes cssload-dot-rotate-4 {
 0% {
 transform: rotate(705deg);
}
 100% {
 transform: rotate(1080deg);
}
}
 @-o-keyframes cssload-dot-rotate-4 {
 0% {
 -o-transform: rotate(705deg);
}
 100% {
 -o-transform: rotate(1080deg);
}
}
 @-ms-keyframes cssload-dot-rotate-4 {
 0% {
 -ms-transform: rotate(705deg);
}
 100% {
 -ms-transform: rotate(1080deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-4 {
 0% {
 -webkit-transform: rotate(705deg);
}
 100% {
 -webkit-transform: rotate(1080deg);
}
}
 @-moz-keyframes cssload-dot-rotate-4 {
 0% {
 -moz-transform: rotate(705deg);
}
 100% {
 -moz-transform: rotate(1080deg);
}
}
/*---------------------------------------
     Navigation section              
-----------------------------------------*/
.sticky-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000
}
.navbar {
	border-radius: 0;
}
.custom-navbar {
	border: none;
	margin-bottom: 0;
	padding: 6px 0;
	width: 100%;
}
.is-sticky .custom-navbar {
	background: #fff;
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
	width:100%;
	float:left;
}
.custom-navbar .navbar-brand {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 35px;
}
.custom-navbar .navbar-brand span {
	color: #E8C766;
}
.custom-navbar .nav li a {
	font-size: 15px;
 	color: #fff;
	line-height: 40px;
	letter-spacing: 0.3px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	font-family: "AktivGrotesk-Medium";
	letter-spacing: 2px;
}
.custom-navbar .nav li a:hover {
	background: transparent;
	color: #ffffff;
}
.custom-navbar .nav li .calltxt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 15px;
	border: 1px dashed #fff;
	padding: 7px 20px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.is-sticky .custom-navbar .nav li a {
 	cursor:pointer;
    color: #181818;
	font-weight:normal;
}
.is-sticky .custom-navbar .nav li a:hover {
	color: #333;
}
.is-sticky .custom-navbar .navbar-brand {
	color: #E8C766;
	line-height: 20px;
}
.is-sticky .custom-navbar .navbar-brand span {
	color: #333;
}
.is-sticky .custom-navbar .nav li .calltxt {
	background: #E8C766;
	border-color: #E8C766;
	margin-top: 10px;
	color: #fff;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
}
.custom-navbar .nav li.active > a {
	background-color: transparent;
	color: #E8C766;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #E8C766;
	border-color: transparent;
}
.navbar-collapse.in {
	overflow: visible;
	max-height: none;
	background: #E8C766;
	padding: 0 30px;
}
.navbar-collapse.in .nav li.active a {
	color: #000;
}
.is-sticky .custom-navbar .nav li a {
	line-height: 24px;
}
 @media(min-width:768px) {
.custom-navbar {
	border-bottom: 0;
}
.custom-navbar.top-nav-collapse {
	background: rgba(0,0,0,0.7);
	padding: 6px 0;
}
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
	background: url(../images/home-bg.jpg) no-repeat bottom;
	background-size: cover;
	color: #ffffff;
	position: relative;
	text-align: center;
	min-height: 800px;
}
#home h3 {
	color: #f0f0f0;
}
#home .overlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-text {
	margin-top: 170px;
}
.slide-text h1 {
	margin-top: 0;
}
.slide-text h3 {
	font-size: 30px;
}
.slide-text p {
	color: #fff;
	line-height: 24px;
	max-width: 770px;
	margin: 20px auto;
}
#js-rotating {
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
}
/*Banner Form*/
.bformBox {
	background: transparent;
    /* padding: 40px; */
    /* margin-top: -120px; */
    position: absolute;
    z-index: 100;
    bottom: 150px;
    width: 100%;
}

.bformBox .form-background{
	    padding: 21px 21px 0px 46px;
    border-radius: 6px;
    border: 0px;
    background-color: rgba(13, 31, 68, 0.84);
    font-family: sans-serif;
    width: 68%;
    display: block;
    margin: 0 auto;
	font-family: "AktivGrotesk-Medium";
}
.bformBox .form-background .search-field{
	width:33%;
	float:left;
	padding-right:10px;
	min-height:99px;
}

.bformBox .form-background .search-field label{
	color:#fff;
	margin-bottom:10px;
}
.bformBox .form-background .search-field label i.fa{
	font-size: 15px;
    color: #e8c766;
    margin-right: 5px;
}
.bformBox .form-background .search-field .form-suv{
	    width: 33%;
    float: left;
    padding-right: 10px;
    min-height: 31px;
}
.bformBox .form-background .search-field .form-suv label input[type="radio"]{
	width: 15px;
    height: 15px;
    position: relative;
    top: -4px;
    right: -1px;
}
.bformBox .form-background .search-field .form-suv label img{
	width: 40px;
    position: relative;
    top: -8px;
    left: 8px;
}
.bformBox.nomr {
	margin-top: 0;
}
.bformBox h3 {
	color: #fff;
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}
.bformBox .formrow {
	margin-bottom: 20px;
}
.bformBox .formrow .form-control {
	height: auto;
	border-radius: 0;
	padding: 11.5px 15px;
	font-size: 15px;
	border-color: #ddd;
	box-shadow: none;
	color: #999;
	height: 41px;
	border: none;
	background: #fff;
}
.bformBox .formrow input[name="datetime_pick"].form-control{
	border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
}
.bformBox .formrow input[name="datetime_off"].form-control{
	border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
}
.bformBox .formrow textarea.form-control {
	height: 100px;
}
.bformBox .formrow .bootstrap-select {
	padding: 0;
	background: none;
}
.bformBox .formrow .dropdown-toggle {
	padding: 5px 15px;
	border-radius: 0;
	font-size: 22px;
	color: #999;
	border: none;
	z-index: 1;
}
.bformBox .formrow .bootstrap-select>.btn {
    border-radius: 4px !important;
    outline: none !important;
}
.bformBox .formrow .dropdown-toggle:hover, .bformBox .formrow .dropdown-toggle:active, .bformBox .formrow .dropdown-toggle:focus {
	background: #fff;
}
.bformBox .input-group-addon {
	background: #eee;
	color: #444;
	font-size: 16px;
	border-color: #eee;
	padding: 6px 20px;
}
.formrow .dropdown-menu .form-control {
	border: 1px solid #ddd;
	font-size: 16px;
	margin-bottom: 10px;
}
.formbtn {
	text-align: center;
	text-align: center;
    margin-top: 11px;
}
.formbtn .btn {
	background: #e8c766;
    font-size: 18px;
    color: #fff;
    padding: 7px 25px;
    text-transform: capitalize;
     border-radius: 5px;
	outline:none;
	border:0px;
	text-decoration:none;
}
.formbtn .btn:hover {
	background: #e8c766;
}
/*---------------------------------------
   Cars List section              
-----------------------------------------*/
.vehiclesList ul li h3 {
	font-size: 25px;
    text-transform: uppercase;
    color: #E8C766;
    margin: 30px 0 18px 0;
}
.vehiclesList ul li .subtitle {
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
.vehiclesList ul li .subimg{
	width:100%;
	float:left;
	margin-bottom:16px;
}
.vehiclesList ul li .subimg img{
	margin: 0 auto;
    display: block;
	width:auto;
 }
.vehiclesList ul li .subtitle:after {
	position: absolute;
	width: 40px;
	height: 5px;
	background: #E8C766;
	content: '';
	left: 0;
	bottom: 0;
}
.vehiclesList ul li .btn {
	display: block;
	background: #333;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px 30px;
	font-size: 18px;
	width:100%;
	float:left;
}
.vehiclesList ul li .btn:hover {
	background: #E8C766;
}
.carPrice strong {
	font-size: 48px;
	line-height: 48px;
}
.carPrice span {
	font-size: 14px;
	vertical-align: top;
	color: #999;
	display: inline-block;
	margin-top: 5px;
}
.carinfo {
	background: #E8C766;
	padding: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.carinfo ul li {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 10px 0
}
.carinfo ul li i{
	margin-right:5px;
}
.carinfo ul li:last-child {
	border-bottom: 0;
}
.carinfo ul li strong {
	float: right;
}
/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
	background: url(../images/counter-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0
}
.animatebg {
	background: #0562da;
	-webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
	animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#3483ff;
}
 100% {
background-color:#3483ff;
}
}

/* Standard syntax */
@keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#3483ff;
}
 100% {
background-color:#3483ff;
}
}
#counter .counter-number {
	display: block;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
#counter span {
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
}
.counter-icon {
	font-size: 60px;
	margin-bottom: 5px;
	color: #E8C766;
}
/*********************************************
		Revolution slider options
**********************************************/
.tp-banner-container {
	position: relative;
z-index:;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-banner ul {
	padding: 0;
	margin: 0;
}
.tp-caption {
	line-height: normal !important
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}
.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}
.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: 'FontAwesome';
	line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg {
	background: rgba(0,0,0,.63);
	color: #a8a8a8;
	text-transform: none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
#vertical-ticker {
	height: 120px;
	overflow: hidden;
}
#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}
.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
.slidertext1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none !important;
	font-family: 'Roboto', sans-serif;
}
.slidertext1 span {
	color: #E8C766;
}
.slidertext2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}
.sliderpara {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: none !important;
}
.sliderbtn a {
	color: #fff !important;
}
.sliderbtn a:hover {
	color: #000 !important;
}
.tp-bannertimer {
	display: none;
}
 @-webkit-keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

/* Opera 12.0 */
@-o-keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}
/*---------------------------------------
    About section              
-----------------------------------------*/

#about {
	padding: 70px 0;
	background-color: #f8f8f873;
}
.about-desc h2 {
	font-size: 36px;
	text-align: center;
	color: #272727;
	font-weight: 500;
	margin-bottom: 30px;
}
#about .about-desc h4 {
	margin-top: 0px;
	padding-bottom: 8px;
}
#about .about-desc h3 {
	font-size: 24px;
}
#about .about-desc p {
}
#about .about-desc a {
	color: #565656;
}
#about .about-desc a:hover {
	color: #E8C766;
}
.circleList {
	list-style: none;
}
.circleList li {
	text-align: center;
	margin-bottom: 0;
}
.circleList li .cricle {
	color: #555;
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
	background: #eee;
	padding: 15px 11px;
}
.circleList li .title {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #E8C766;
}
#about .team-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
#about .team-wrapper h2 {
	color: #353535;
	font-size: 26px;
	line-height: 32px;
}
#about .team-wrapper strong {
	color: #E8C766;
	font-weight: 600;
}
#about .team-wrapper img {
	border-radius: 2px;
	width: 100%;
}
#about .team-wrapper .team-desc {
	background: rgba(250,250,250,0.5);
	position: absolute;
	cursor: crosshair;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 20em 4em 0 0;
	transition: all 0.4s ease-in-out;
	text-align: right;
}
#about .team-wrapper:hover .team-desc {
	opacity: 1;
	transform: scale(1.1);
}
ul.orderlist {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0
}
ul.orderlist li {
	color: #333;
	font-size: 16px;
	position: relative;
	padding: 10px 0;
	padding-left: 45px;
	line-height: 30px;
}
ul.orderlist li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	vertical-align: middle;
	color: #fff;
	background: #E8C766;
	padding: 4px 8px;
	line-height: 24px;
	font-weight: 400;
}
/*********************************************
			Services Start
**********************************************/
.servicesbox {
	padding: 100px 0;
}
.servicesbox h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px 0;
	position: relative;
}
.servicesbox h3:after {
	content: '';
	background: #E8C766;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.servicesbox h3:before {
	content: '';
	background: #E8C766;
	height: 9px;
	width: 4px;
	position: absolute;
	bottom: -23px;
	left: 28px;
}
.servicesbox p {
	color: #fff;
	font-size: 17px;
 	line-height: 26px;
	font-weight: 300;
	margin-top: 10px;
}
.servicesbox .readmore {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
	background: #E8C766;
	border-radius: 0;
}
.servicesbox .readmore i {
	font-weight: 400;
	margin-left: 10px;
}
.servicesbox .readmore:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}
.dark h3 {
	color: #000;
}
.dark p {
	color: #000;
}
.bg1 {
	background: url(../images/service-bg-3.jpg) no-repeat left;
	background-size: cover;
}
/*---------------------------------------
   			How it works         
-----------------------------------------*/
.howitwrap {
	position: relative;
}
.howitwrap .section-title {
	text-align: left;
	padding-bottom: 15px;
}
.howitwrap .section-title h3:after {
	left: 0;
	margin-left: 0
}
.howitwrap .section-title h3:before {
	left: 26px;
	margin-left: 0
}
.howlist {
	list-style: none;
	margin-bottom: 20px;
}
.howlist li {
	margin-top: 30px;
}
.howlist li .howbox:after {
	display: table;
	clear: both;
	content: '';
}
.howlist li .iconcircle {
	margin-bottom: 15px;
	float: left;
	margin-right: 30px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #E8C766;
	text-align: center;
	line-height: 50px;
}
.howlist li .iconcircle i {
	font-size: 24px;
	color: #fff;
	margin-top: 22px;
	display: block;
}
.howlist li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #444;
	margin-bottom: 5px;
}
.howlist li p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
.fullimg {
	height: 650px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	width: 50%;
	float: left;
}
.stcontent {
	float: left;
	padding: 50px;
	width: 50%;
}
/*---------------------------------------
   Service section              
-----------------------------------------*/

#service .service-thumb {
	margin-bottom: 30px;
	background: #E8C766;
	padding: 30px;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
#service .service-thumb:hover {
	background: #333;
}
#service .service-thumb h4 {
	color: #fff;
	font-size: 24px;
}
#service .thumb-icon {
	background: rgba(0, 0, 0, 0.3);
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 10px;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
#service .service-thumb:hover .thumb-icon {
	background: #E8C766;
}
#service .service-thumb p {
	color: #fff;
	margin-bottom: 0;
}
#service .fa {
	font-size: 24px;
	margin-top: 22px;
	color: #fff;
}
/*---------------------------------------
    Team section              
-----------------------------------------*/
#team {
	background: #fff;
}
#team .thumb-image {
	margin-bottom: 15px;
	overflow: hidden;
 	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
#team .team-thumb:hover .thumb-image {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-color: #000;
}
#team .team-thumb h4 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 24px;
}
#team .team-thumb p {
	padding: 0 15px;
}
#team .team-thumb h5 {
	color: #777;
	margin: 0 0 10px 0;
	font-weight: 400;
}
#team .team-thumb img {
	width: 100%;
}
#team .contct {
	color: #555;
	padding: 6px 0;
	border-top: 1px solid #eee;
}
#team .contct i {
	color: #E8C766;
	margin-right: 7px;
}
/* Social */
.social {
	margin-top: 15px;
	margin-bottom: 20px;
}
.social li a {
	display: block;
	height: 36px;
	width: 36px;
	color: #fff !important;
	line-height: 36px;
	text-align: center;
	text-decoration: none !important;
	background: #E8C766
}
.social li a:hover {
	background: #333;
}
/*---------------------------------------
    Testimonials section              
-----------------------------------------*/
#testimonials {
	color: #fff;
	padding: 50px 0;
	background: #555 url(../images/testimonial-bg.jpg) repeat center;
}
#testimonials h2 {
	color: #555;
}
#testimonials .section-title {
	padding-bottom: 30px;
}
.testimonialsList {
	list-style: none;
}
.testimonialsList li {
	text-align: center;
	margin: 0 0 15px 0;
}
.testimonialsList li .clientname {
	font-size: 24px;
 	color: #fff;
	margin-top: 10px;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 26px;
	color: #ccc;
	max-width: 770px;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'Avenir Medium';
}
.testimonialsList li .clientinfo {
	font-weight: 400;
	color: #E8C766;
}
#testimonials .section-title p {
	font-size: 18px;
	color: #fff;
}
.testimonialsList li .rating {
	color: #E8C766;
	font-size: 24px;
	margin-bottom: 10px;
}
/*---------------------------------------
    Taglinewrap section              
-----------------------------------------*/
.taglinewrap {
	background: #E8C766 url(../images/tagline-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px 0;
}
.taglinewrap h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 28px;
}
.taglinewrap p {
	color: #ccc;
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
}
.taglinewrap a {
	display: inline-block;
	background: #E8C766;
	padding: 15px 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
}
.taglinewrap a:hover {
	background: #fff;
	color: #000;
}
/* =======================
		Blog Grid
======================= */
#blog {
	padding: 60px 0 50px 0;
}
.blogGrid {
	list-style: none;
}
.blogGrid li {
	margin-bottom: 30px;
}
.blogGrid li .postimg {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
}
.blogGrid li .postimg img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blogGrid li:hover .postimg img {
	-ms-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-webkit-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.postimg .date {
	font-weight: bold;
	font-size: 15px;
	color: #999;
	line-height: 20px;
}
.blogGrid li .post-header {
	margin-bottom: 15px;
	background: #333;
	padding: 25px;
}
.blogGrid li .post-header .date {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 10px;
}
.blogGrid li .post-header .date i {
	margin-right: 5px;
}
.blogGrid li .post-header h4 a {
	color: #E8C766;
}
.blogGrid li .post-header h4 a:hover {
	text-decoration: underline;
	color: #fff;
}
.blogGrid li p {
	font-size: 14px;
}
.blogGrid .readmore {
	display: inline-block;
	margin-top: 25px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	background: #E8C766;
}
.blogGrid .readmore i {
	margin-left: 7px;
}
.blogGrid .readmore:hover {
	text-decoration: none;
	background: #000
}
.postmeta {
	margin: 10px 0 0 0;
	line-height: 24px;
	color: #999;
}
.postmeta span, .postmeta a {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
/*---------------------------------------
    Contact section              
-----------------------------------------*/
#contact {
	padding: 50px 0;
}
.contact {
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding: 20px;
	text-align: left;
	background: #f9f9f9;
}
.contact > span {
	color: #E8C766;
	float: left;
	font-size: 30px;
	line-height: 55px;
	text-align: center;
	width: 60px;
	height: 60px;
	border: 1px solid #E8C766;
	background: #fff;
}
.inner-page .fa-home:before {
	content: "\f015";
}
.information {
	margin-top: 5px;
	padding-left: 80px;
}
.information > strong {
	color: #000;
	display: table;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.information > p {
	line-height: 22px;
	margin: 0;
}
.information > p a{
	color: #777;
    font-size: 16px;
    font-weight: 300;
 }
.contact-form {
	position: relative;
}
.contact-form h4 {
	text-align: left;
	color: #333;
	font-size: 36px;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-form h4 span {
	color: #E8C766;
	font-weight: 400;
}
#contact .form-control {
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	margin-bottom: 30px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
#contact input {
	border: 2px solid #f0f0f0 !important;
	height: 55px;
}
#contact input:focus, #contact textarea:focus {
	border-color: #E8C766 !important;
}
#contact textarea {
	background: #fff;
	border: 2px solid #f0f0f0 !important;
}
#contact button#submit {
	background-color: #E8C766;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 0;
	height: auto;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
#contact button#submit:hover {
	background: #555;
	color: #ffffff;
}
#map {
	width: 100%;
	height: 400px;
	border: none;
	display: block;
	pointer-events: none;
}
.frmap {
	margin-top: 10px;
}
/*---------------------------------------
    Address section              
-----------------------------------------*/

#address {
	color: #333;
	text-align: left;
	margin-top: 10px;
}
#address .fa {
	font-size: 42px;
	color: #E8C766;
	float: left;
	width: 50px;
	height: 70px;
	margin-right: 15px;
}
#address h4 {
	color: #444;
	margin: 0;
}
#address p {
	color: #888;
	margin-bottom: 0
}
.address-office, .address-phone, .address-email {
	margin-bottom: 30px;
	clear: both;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	min-height: 120px;
}
/*---------------------------------------
   Newsletter
-----------------------------------------*/
.newsletter {
	background: #E8C766;
	padding: 50px 0;
}
.newsletter h3 {
	margin: 0;
	font-size: 30px;
}
.newsletter h3, .newsletter p {
	color: #fff;
	margin: 0;
}
.newsletter .input-group {
	max-width: 675px;
	margin: 0 auto;
}
.newsletter .input-group:before {
	content: '\f2b7';
	font-family: 'FontAwesome';
	position: absolute;
	left: 20px;
	top: 12px;
	color: #ccc;
	font-size: 24px;
	z-index: 100
}
.newsletter .form-control {
	height: auto;
	padding: 17px 15px 17px 60px;
	font-size: 16px;
	border-radius: 0;
}
.newsletter .btn {
	background: #333;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 30px 17px 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	border-radius: 0;
}
/*---------------------------------------
   Clients
-----------------------------------------*/
.our-clients {
	padding: 50px 0;
	background: #f7f7f7;
}
.our-clients .owl-controls {
	display: none !important;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	background: #07193d;
    background-size: cover;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    float: left;
}
.socialLinks {
	margin-bottom: 20px;
}
.socialLinks a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	width: 36px;
	height: 36px;
 }
.socialLinks a:hover {
	color: #E8C766;
 }
.socialLinks a i {
	display: block;
	margin-top: 9px;
}
footer .footer-copyright p {
	color: #fff;
	margin-bottom: 0;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #000;
	padding: 5px;
	opacity: 0.5;
	border-radius: 50%;
}
.scrollup i {
	color: #fff;
	display: block;
	line-height: 30px;
	text-align: center;
}
.scrollup:hover {
	opacity: 1;
	text-decoration: none;
}
.successpage {
	width: 100%;
	text-align: center;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -170px;
}
.successpage .btn {
	background: #E8C766;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 0;
	margin-top: 25px;
}
.successpage .btn:hover {
	background: #444;
}
.successpage h1 {
	color: #56b50f;
	font-size: 48px;
}
.successpage h2 {
	font-weight: 300;
	color: #444;
}
.successpage p {
	max-width: 770px;
	margin: 10px auto;
}
/* =======================
		Blog Listing
======================= */
.blogWraper {
	margin-bottom: 40px;
}
.blogList {
	list-style: none;
}
.blogList li {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
.blogList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #E8C766;
}
.blogList li .postimg {
	position: relative;
}
.blogList li .postimg .date {
	width: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 7px 10px 0 10px;
	text-align: center;
	line-height: 20px;
	background: #E8C766;
	letter-spacing: 0.4px;
	outline: 3px solid #E8C766;
	border: 1px solid #fff;
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 12;
}
.post-header {
	margin-bottom: 15px;
}
.post-header h4 a {
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
.post-header h4 a:hover {
	color: #E8C766;
}
.postmeta {
	margin: 10px 0;
	font-size: 14px;
}
.postmeta span, .postmeta a {
	color: #E8C766;
}
.blogList li p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.blogList li .readmore {
	background: #E8C766;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 25px;
}
.blogList li .readmore i{
	margin-left:5px;
}
.blogList li .readmore:hover {
	text-decoration: none;
	background: #333;
}
/*Pagination*/
.pagiWrap .showreslt {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
.pagiWrap .pagination {
	text-align: right;
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
/*Side bar*/
.sidebar {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 30px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
}
/*Sidebar Search*/
.search {
	position: relative;
	margin-bottom: 15px;
}
.search .form-control {
	border-radius: 0;
	height: auto;
	padding: 10px 12px;
	border-color: #ddd;
}
.search .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	background: none;
	font-size: 20px;
}
/*categories*/
.categories li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 17px;
}
.categories li a {
	margin-top: 0;
	color: #888;
	font-size: 14px;
	font-weight: 600;
}
.categories li a:hover {
	color: #000;
}
.categories li:before {
	content: "\f0da ";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	color: #E8C766;
	font-size: 12px;
}
/*Archives*/
.archive li {
	line-height: 45px;
}
.archive li a {
	margin-top: 0;
	color: #888;
	font-size: 14px;
	font-weight: 600;
}
.archive li span {
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #fff;
	outline: 3px solid #f5f5f5;
	margin-right: 20px;
	line-height: 26px;
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
	background: #E8C766;
	color: #fff;
}
/*Popular Posts*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 80px;
	margin-top: 0;
	margin-right: 5px;
	display: inline-block;
}
.papu-post span {
	color: #E8C766;
	letter-spacing: 0px;
	font-size: 11px;
}
.papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #777777;
	margin-top: 0px;
	font-size: 14px;
	line-height: 20px;
}
.papu-post li:last-child {
	border-bottom: 0;
}
/*Tags*/
.tags:after {
	display: table;
	clear: both;
	content: '';
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a {
	font-size: 13px;
	color: #969595;
	border: 1px solid #dadada;
	padding: 7px 10px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background: #fff;
}
.tags a:hover {
	border: 1px solid #E8C766;
	background: #E8C766;
	color: #fff;
	text-decoration: none;
}
/*Photo Streen*/
.photo-steam {
	margin: 0 -5px;
}
.photo-steam:after {
	display: table;
	clear: both;
	content: '';
}
.photo-steam li {
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.blogdetailbox .date {
	margin-top: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.blogdetailbox p {
	font-size: 14px;
}
/*Comments*/
blockquote {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	padding: 20px 20px 20px 60px;
	position: relative;
	border: 3px solid #E8C766;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
blockquote p {
	font-style: italic;
	display: inline-block;
	color: #000;
}
blockquote:before {
	color: #ddd;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	left: 24px;
	position: absolute;
	top: 20px;
	transform: scale(-1);
}
blockquote:after {
	color: #ddd;
	content: "\f10e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	margin: 0 0 0 8px;
	position: relative;
	top: 3px;
}
.comments h4 {
	color: #222222;
	font-size: 24px;
	font-weight: 600;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px;
	border: 1px solid #e9e9e9;
	position: relative;
	background: #fff;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 5px;
	color: #333;
	line-height: 20px;
	font-size: 14px;
}
.comments .media h6 span {
	font-size: 13px;
	color: #999;
	margin: 0;
	margin-top: 10px;
	text-transform: none;
	display: inline-block;
	width: 100%;
}
.comments .media {
	margin-top: 30px;
}
.comments .media h6 {
	font-weight: 600;
	color: #00b1f1;
	font-size: 16px;
	text-transform: none;
}
.margin-left80 {
	margin-left: 80px;
}
.comments .btn.raply {
	padding: 10px 12px;
	font-size: 12px;
	color: #333;
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 15px;
	right: 0;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.commnetsfrm {
	background: #fff;
	padding: 25px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.commnetsfrm .btn {
	background: #E8C766;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	font-size: 18px;
	padding: 10px 25px;
	cursor: pointer;
	border-radius: 0px;
}
.innercms {
	padding: 50px 0;
}
.pageTitle {
	background: url(../images/home-bg.jpg) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 120px 0 50px 0;
}
.pageTitle h1 {
	color: #fff;
	margin: 0;
}
.pagiWrap {
	margin-top: 40px;
	text-align: right;
}
.pagiwrap .page-link {
	margin: 0 5px;
	border-radius: 0px !important;
	color: #000;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
padding:.5rem 1.5rem;
}
.page-item.active .page-link {
	background: #E8C766;
	border-color: #E8C766;
}


/*Custom changes starts here*/
 .tp-simpleresponsive >ul >li:before{
	position: absolute;
    content: "";
    background-image: url(../images/overlay.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-color: #22222269;
	z-index:99;
}
.navbar-brand>img{
	margin-top: -14px;
}
/*Custom changes ends here*/
/*Video starts */
.video-back-play {
	width:100%;
	float:left;
	position:relative;
	background:#000;
}
.video-back-play:before {
	position: absolute;
    content: "";
    background-image: url(../images/overlay.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-color: #22222269;
    z-index: 99;
	
}
.video-back-play .video-back-play-bg{
    width: 100%;
    height: 100%;
    float:left;
    background-color: #22222269;
	position:absolute;
	padding:178px 0 100px 0;
}
.video-back-play  video { 
     min-width: 100%;
    min-height: 100%;
    width: 100%;
    float: left;
    height: auto;
    z-index: -100;
}
.video-back-play  video:before{
	
}
.video-back-play  .stopfade { 
   opacity: .5;
}

.video-back-play #polina { 
	width:100%;
	float:left;
	text-align:center;
	position: relative;
    z-index: 99;
	padding:10px;
}
.video-back-play h1 {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 0;
  color:#fff;
  letter-spacing: .3rem;
}
.video-back-play p{
	font-size: 18px;
    color: #fff;
    width: 51%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    line-height: 160%;
}

.video-back-play h2 {
  font-size: 32px;
  text-transform: capitalize;
  margin-top: 20px;
  color:#fff;
  font-weight:normal;
}
.video-back-play h2 a{
	text-transform:none;
	text-decoration:none;
	color:#fff;
	outline:none;
}
.video-back-play p.span-color span{
	color: #fff;
    background-color: #ffc107;
    border-radius: 50%;
    width: 43px;
    padding: 6px;
    display: inline-block;
    height: 43px;
	
}
.video-back-play #polina button { 
  display: block;
  padding: 9px 24px;
  border: none; 
  margin: 1rem auto; 
  font-size: 20px;
  background: #e8c766;
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  outline:none;
  text-decoration:none;
  transition: .3s background;
}
.video-back-play  #polina button:hover { 
   background: rgba(0,0,0,0.5);
}

 
/*Video ends*/

.services-offer {
	padding: 105px 0;
	background: url(../images/services/2.png) no-repeat scroll center -150px;
}

.services-offer .this-top {
	color: #E8C766;
	font-size: 17px;
}

.services-offer .h1.this-main {
	text-transform: capitalize;
	font-size: 27px;
 	color: #222;
	margin-bottom: 23px;
}

.services-offer .section-title-img {
	margin-bottom: 23px;
}

.service-offer {
	padding: 15px;
}

@media (max-width: 767px) {
	.service-offer {
		max-width: 400px;
		margin: 0 auto;
	}
}

.service-offer .inner {
	margin: 0;
	position: relative;
	overflow: hidden;
	transition: all 300ms linear 0s;
}

.service-offer .inner:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 1;
	transition: all 300ms linear 0s;
}

.service-offer .inner .normal {
	display: none;
}

.service-offer .inner:hover,
.service-offer .inner:focus {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.service-offer .inner:hover .text-holder,
.service-offer .inner:focus .text-holder {
	top: 0;
}

.service-offer .inner:hover .this-heading,
.service-offer .inner:focus .this-heading {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.service-offer .inner:hover .this-heading,
	.service-offer .inner:focus .this-heading {
		margin-bottom: 20px;
	}
}

.service-offer .inner:hover .normal,
.service-offer .inner:focus .normal {
	display: block;
}

.service-offer .inner:hover .hover,
.service-offer .inner:focus .hover {
	display: none;
}

.service-offer .normal,
.service-offer .hover {
	width: 72px;
	display: block;
	text-align: right;
}

.service-offer .text-holder {
	position: absolute;
	top: 45%;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px;
	z-index: 2;
	transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
	.service-offer .text-holder {
		padding: 15px;
	}
}

.service-offer .this-heading {
	margin-bottom: 100px;
	transition: all 300ms linear 0s;
}

.service-offer .this-title {
	margin: 0 0 15px;
	text-transform: uppercase;
	font: 900 16px/1.1 "Lato", sans-serif;
	color: #fff;
	transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
	.service-offer .this-title {
		margin-bottom: 10px;
	}
}

.service-offer .this-area {
	margin: 0;
}

.service-offer p {
	line-height: 24px;
	margin: 0;
	color: #fff;
	transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
	.service-offer p {
		line-height: 20px;
	}
}

/*--------------------------------------------------------------------------------------------*/
.service-offer .inner{
	position:relative;
}
.service-offer .inner:after{
	background: #0000008f;
	}
.service-offer .inner:hover:after, .service-offer .inner:focus:after{
		background: #2196f3a1;
	}
	
.service-offer .text-holder{
		color: #fff;
	}
.service-offer .this-area{
		color: transparentize(#fff,0.4);
	}

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

/*Logo starts here*/
.navbar-brand>img.logo-white{
	display:block;
	height: 100px;
}
.navbar-brand>img.logo-black{
	display:none;
	height: 44px;
}

.is-sticky .navbar-brand>img.logo-white{
	display:none;
}
.is-sticky .navbar-brand>img.logo-black{
	display:block;
}

/*Logo ends here*/
/*booking-process starts*/

.booking-process-1{
	width:100%;
	float:left;
	padding:0 0 50px 0;
	background-color: #fff;
	clear:both;
}
.booking-process-1 .booking-cont-1{
	width:100%;
	float:left;
}

.booking-process-1 h4{
	color: #222222;
    margin-top: 12px;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
	font-weight:normal;
	text-align:center;
 }
.booking-process-1 h2{
	text-align: center;
    color: #222222;
    font-size: 25px;
    line-height: 150%;
     padding-bottom: 10px;
    margin-bottom: 44px;
    position: relative;
 
}
.booking-process-1 h2:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 47%;
    width: 69px;
    height: 3px;
    background-color: #E8C766;
}
.booking-process-1 .glyphicon, .booking-process-1 .fa {
  border-radius:50%;
  border: 2px solid #E8C766;
  padding:20px;
  font-size:24px;
  background-color: #E8C766;
  color:#999;
}

.booking-process-1 .glyphicon:hover, .booking-process-1 .fa:hover {
  border-radius:50%;
  color:#fff;
  background-color:#ddd;
}

.booking-process-1 .line-1 {
    max-width: 83%;
    min-height: 2px;
    /* background-color: #009d3b; */
    margin-top: 70px;
    margin-bottom: -49px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #E8C766;
}
/*booking-process-1 ends*/

/*tourer-section starts*/
.tourer-section{
	width:100%;
 	padding:50px 0;
 }
.tourer-section .section-title {
	margin: 0;
    padding-bottom: 50px;
    text-align: center;
}
.tourer-section .section-title h3{
	position: relative;
    font-size: 28px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 42px;
 }
.tourer-section .section-title h3:before {
    content: '';
    background: #E8C766;
    height: 9px;
    width: 4px;
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -2px;
}
.tourer-section .section-title h3:after {
    content: '';
    background: #E8C766;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
}
.tourer-section .section-title .section-title p {
    max-width: 800px;
    margin: auto;
	color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
	text-align:center;
}

.tourer-section .tourer-list{
	width:100%;
}
.tourer-section .tourer-list .luxidrive-tourer{
	width:100%;
}
.tourer-section .tourer-list .luxidrive-tourer .item{
	width:100%;
}
.tourer-section .tourer-list .luxidrive-tourer .item h3{
	font-size: 22px;
    text-transform: uppercase;
    color: #000;
    margin: 30px 0 20px 0;
	text-align:center;
}
.tourer-section .tourer-list .luxidrive-tourer .item img {
    border-radius: 6px;
}
.tourer-section .tourer-list .luxidrive-tourer .item  .car-brands {
    margin: 0 auto;
    display: block;
    width: 100px;
    /* height: 100px; */
    border-radius: 17%;
}
.tourer-section .tourer-list .luxidrive-tourer .item .btn {
    display: block;
    background: #333;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 18px;
	width:100%;
	float:left;
}
.tourer-section .tourer-list .luxidrive-tourer .item .btn:hover {
    background: #E8C766;
	color:#222;
}


.tourer-section .tourer-list .luxidrive-tourer .item .carinfo{
	background: #E8C766;
    padding: 20px;
	float:left;
	width:100%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	border-radius: 6px;
}
.tourer-section .tourer-list .luxidrive-tourer .item  .carinfo ul li {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
    float: left;
    width: 100%;
}

.tourer-section .tourer-list .luxidrive-tourer .item  .carinfo ul li i{
	margin-right:3px;
}
.tourer-section .tourer-list .luxidrive-tourer .item  .carinfo ul li select{
	background: rgba(0, 0, 0, 0);
    border: 0px;
    outline: none;
}
.tourer-section .tourer-list .luxidrive-tourer .item  .carinfo ul li select option {
    color: #000;
}
/*tourer-section ends*/

/*book-now-section starts*/
.book-now-section{
	width:100%;
	float: left;
    width: 100%;
    background: url(../images/book-now.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
 }
.book-now-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 96px solid #fff;
    border-left: 1920px solid transparent;
}
.book-now-section .book-now-section-bg{
	float:left;
	width:100%;
	padding: 90px 0;
	background-color: rgba(17,18,26,0.90);
	min-height:600px;

 }

 /*Title starts here*/
 .book-now-section .book-now-section-bg .section-title{
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
}
.book-now-section .book-now-section-bg .section-title h3 {
	position: relative;
	font-size: 28px;
	margin-bottom: 50px;
	text-transform: uppercase;
 	line-height: 42px;
	color:#fff;
}
.book-now-section .book-now-section-bg .section-title h3:after {
	content: '';
	background: #fff;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}
.book-now-section .book-now-section-bg .section-title h3:before {
	content: '';
	background: #fff;
	height: 9px;
	width: 4px;
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -2px
}
.book-now-section .book-now-section-bg .section-title h3 span {
	color: #fff;
	font-weight: 400;
}
.book-now-section .book-now-section-bg .section-title p {
	max-width: 800px;
	margin: auto;
	color:#fff;
}
 /*Title ends here*/
 
.book-now-section .book-now-section-bg  .book-now-section-cars {
	float:left;
	width:100%;
}
 .book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item .car-brands{
	margin: 0 auto;
    display: block;
    width: 100px;
    /* height: 100px; */
    border-radius: 17%;
	
}
.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item .carinfo {
    background: #E8C766;
    padding: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    width: 100%;
    float: left;
	border-radius:6px;
}
.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item .carinfo ul li {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
	width:100%;
	float:left;
}
.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item h3{
	font-size: 22px;
     text-transform: uppercase;
    color: #fff;
    margin: 30px 0 20px 0;
    text-align: center;

}



.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item .carinfo ul li select {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    outline: none;
}
.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item .carinfo ul li i{
	margin-right:3px;
}
.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item img{
	border-radius:6px;
}
.tourer-section .tourer-list .luxidrive-tourer .item  .carinfo ul li select{
	background: rgba(0, 0, 0, 0);
    border: 0px;
    outline: none;
}
.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item .carinfo ul li select option {
    color: #000;
}


.book-now-section .book-now-section-bg  .book-now-section-cars .book-now-section-list .item a.btn{
	display: block;
    background: #333333;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 10px;
    font-size: 17px;
    width: 100%;
    float: left;
    border-radius: 6px;
}
/*book-now-section ends*/
 /*booking-process starts*/

.booking-process{
	width:100%;
	float:left;
	padding:50px 0;
	background-color: #ffffff;
}
.booking-process .booking-cont{
	width:100%;
	float:left;
}

.booking-process h4{
	color: #222222;
    margin-top: 12px;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
 }
.booking-process h2{
	text-align: center;
    color: #222222;
    font-size: 25px;
    line-height: 150%;
     padding-bottom: 10px;
    margin-bottom: 44px;
    position: relative;
}
.booking-process h2:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 47%;
    width: 69px;
    height: 3px;
    background-color: #E8C766;
}
.booking-process .glyphicon, .booking-process .fa {
  border-radius:50%;
  border: 2px solid #E8C766;
  padding:20px;
  font-size:24px;
  background-color: #E8C766;
  color:#999;
}

.booking-process .glyphicon:hover, .booking-process .fa:hover {
  border-radius:50%;
  color:#fff;
  background-color:#ddd;
}

.booking-process .line {
    max-width: 55%;
    min-height: 2px;
    /* background-color: #009d3b; */
    margin-top: 70px;
    margin-bottom: -49px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #E8C766;
}
/*booking-process ends*/

/*vip-cars starts*/
.vip-cars {
	position:relative;
	background-color: #f4f4f4 !important;
    padding: 90px 0 !important;	
}
.vip-cars:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 96px solid #fff;
    border-left: 1920px solid transparent;
}
.vip-cars:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: 96px solid #fff;
    border-right: 1920px solid transparent;
}
/*vip-cars  ends*/

/*country-dropdown starts*/
.country-dropdown{
    top: 3px;
    position: relative;
	display:inline-block;
	
}
.country-dropdown span{
	color:#fff;
	margin-left:8px;
}
.country-dropdown select{
 	border:0px;
	border-radius:5px;
	background-color:transparent;
	color:#fff
}
.country-dropdown select option{
	color:#222;
}


.country-dropdown span{
	color:#fff;
}
.country-dropdown select{
	color:#000;
}
.country-dropdown select option{
	color:#000;
}

.is-sticky .country-dropdown span{
	color:#000;
}
.is-sticky .country-dropdown select{
	color:#000;
}
.is-sticky .country-dropdown select option{
	color:#000;
}
/*country-dropdown ends*/

  
 /*country ends here*/
.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}
.country-dropdown .dropdown-con, .country-dropdown .dropup{
	display:inline-block;
}
dl.dropdown-con{
	margin-bottom:0px;
	margin-top:11px;
}
.dropdown-con dd, .dropdown-con dt, .dropdown-con ul { margin:0px; padding:0px; }
.dropdown-con dd { position:relative; }
.dropdown-con a, .dropdown-con a:visited { color:#816c5b !important; text-decoration:none; outline:none !important;}
.dropdown-con a:hover { color:#5d4617 !important;}
.dropdown-con dt a:hover { color:#5d4617 !important;}
.dropdown-con dt a {background:transparent url('../images/arrow.png') no-repeat scroll right center; display:block; padding-right:20px; width:150px;}
.dropdown-con dt a span {font-weight:normal; cursor:pointer; display:block; padding:0px; width:100%;}
.dropdown-con dd ul {z-index:99; background: #ffffff none repeat scroll 0 0;    border: 1px solid #ffffff;   color: #5a5a5a; display:none; left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;}
.dropdown-con span.value { display:none;}
.dropdown-con dd ul li a { cursor:pointer; padding:5px !important; line-height:150% !important; display:block !important;}
.dropdown-con dd ul li a:hover { background-color:#d0c9af !important;}

.dropdown-con img.flag { 
	border: none;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    height: 20px;
    width: 20px; 
}
.flagvisibility { display:none;}
 /*country ends here*/
 
/*brands logo starts*/
.country-dropdown-1{
    position: relative;
    display: inline-block;
    width: 100%;
	height:43px;
    background-color: #fff;
    padding: 11px 10px;
	font-family: 'Avenir Medium';
}
.country-dropdown-1 span{
	color:#000;
	margin-left:8px;
}
.country-dropdown-1 select{
 	border:0px;
	border-radius:5px;
	background-color:transparent;
	color:#fff
}
.country-dropdown-1 select option{
	color:#222;
}


.country-dropdown-1 span{
	color:#000;
}
.country-dropdown-1 select{
	color:#000;
}
.country-dropdown-1 select option{
	color:#000;
}
/*country-dropdown ends*/

  
 /*country ends here*/
.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}
.country-dropdown-1 .dropdown-con-1, .country-dropdown-1 .dropup{
	display:inline-block;
}
dl.dropdown-con-1{
	margin-bottom:0px;
	margin-top:0px;
	width:100%;
	float:left;
}
.dropdown-con-1 dd,
.dropdown-con-1 dt, .dropdown-con-1 ul {
	margin:0px; padding:0px;
}
.dropdown-con-1 dd {
	position:relative;
	}
.dropdown-con-1 a,
.dropdown-con-1 a:visited {
	color:#816c5b !important; text-decoration:none; outline:none !important;
}
.dropdown-con-1 a:hover { 
	color:#5d4617 !important;
}
.dropdown-con-1 dt a:hover {
	color:#5d4617 !important;
}
.dropdown-con-1 dt a {
	background:transparent url('../images/arrow.png') no-repeat scroll right center;
	display:block;
	padding-right:20px;
	width:100%;
}
.dropdown-con-1 dt a span {
	cursor:pointer;
	display:block;
	padding:0px;
	width:100%;
}
.dropdown-con-1 dd ul {
	z-index:99;
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
	color: #5a5a5a; 
	display:none;
	left:0px; 
	padding:5px 0px;
	position:absolute;
	top:2px;
	width:auto; 
	min-width:170px;
	list-style:none;
}
.dropdown-con-1 span.value {
	display:none;
}
.dropdown-con-1 dd ul li a {
	cursor: pointer;
    padding: 11px 10px !important;
    line-height: 150% !important;
    display: block !important;
    border-bottom: 1px solid #efefef;
}
.dropdown-con-1 dd ul li a:hover {
	background-color: #eeeeee !important;
}

.dropdown-con-1 img.flag { 
	border: none;
    vertical-align: middle;
     margin-right: 10px;
    height: 20px;
 }
.flagvisibility-1 {
	display:none;
}

.our-brandss{
	background-color:#fff;
}
.mar-top{
	margin-top:50px;
}
 /*brands logo ends here*/
 
.search-field .bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-top: 4px;
	outline:none;
}
.bformBox .formrow .dropdown-toggle {
    padding: 5px 15px;
	outline:none;
	border:0;
	text-decoration:none;
}

.our-clients .owl-carousel .owl-item img{
	transform-style: preserve-3d;
    border: 1px solid #e0e0e0;
    padding: 10px;
    background: #fff;
}
 
/*--Footer changes starts here--*/
.footer-links{
	width: 100%;
    background-color: #0c2048;
    padding: 50px 0;
    float: left;
}
.footer-links h3{
	color: #ffffff;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 32px;
    margin-top: 15px;
    position: relative;
	text-transform:uppercase;
}
.footer-links h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 70px;
    height: 3px;
    background-color: #E8C766;
}
.footer-links h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 30px;
    height: 6px;
    background-color: #E8C766;
}

.footer-links p{
	color: #a0a0a0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 150%;
}
.footer-links ul{

	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-links ul li {
	padding-bottom: 0;
	border-bottom: none;
}
.footer-links ul li {
    transition: all 0.5s linear 0s;
}
.footer-links ul li {
	width: 100%;
	padding-left: 20px;
	position: relative;
	line-height: 187%;
	margin-bottom: 5px;
	text-transform:capitalize;
}

.footer-links ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #8c979e;
	position: absolute;
	left: 0;
	top:2px;
}
.footer-links ul li:hover:before {
	color: #fff ;
}
 
.footer-links ul li a {
	color:#a0a0a0;
	line-height: 33px;
	font-size:16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-links ul li:hover > a{
	color:#fff;
}

.footer-links .subscribe-insights{
	width:100%;
	float:left;
}
.footer-links .subscribe-insights .form-fields{
	width:100%;
	float:left;
	margin-bottom:10px;
}
 .footer-links .subscribe-insights .form-fields label{
	color:#a0a0a0;
	font-weight:normal;
	font-size:16px;
 }
 .footer-links .subscribe-insights .form-fields label span{
	color: #e80000;
 }
 .footer-links .subscribe-insights .form-fields input[type="text"],
 .footer-links .subscribe-insights .form-fields input[type="email"],
 .footer-links .subscribe-insights .form-fields input[type="phone"]{
	 padding: 0 14px;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    letter-spacing: 0;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none !important;
    -khtml-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    display: block;
    width: 100%;
    background-color: #ffffff;
    height: 39px;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    color: #666666;
	outline:none;
    font-size: 14px;
    line-height: 50px;
 }
 .footer-links .subscribe-insights .form-fields input[type="submit"]{
	 background-color: rgb(232, 199, 102);
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    border: 0;
	display:inline-block;
    outline: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border-radius: 19px;
	outline:none;
	margin-top:10px;
    cursor: pointer;
 }
 .footer-links .subscribe-insights .form-fields input[type="submit"]:hover {
	background-color: #fff;
    color: rgb(232, 199, 102);
 }
/*--Footer changes ends here--*/

.tp-leftarrow, .tp-rightarrow{
	display:none;
}
/*--confirm-car-page starts here--*/
.confirm-car-page{
	width:100%;
	float:left;
	padding:60px 0;
}
.confirm-car-page img{
	margin:0 auto;
	display:block;
}
.confirm-car-page h3.book-title{
	color:#76b51b;
}

.confirm-car-page h3{
	margin: 0 0 11px 0;
    font-weight: bold;
    line-height: 150%;
    font-size: 20px;

}
.confirm-car-page img.brand-logo{
	margin: 0 auto;
    display: block;
	margin-bottom:20px;
 }
 
.confirm-car-page .choose-bike-cta,
.confirm-car-page .choose-bike-cta label{
	width:100%;
	float:left;
}
.confirm-car-page .choose-bike-cta label{
	font-size: 16px;
	margin-bottom: 10px;
	text-transform:capitalize;
}
.confirm-car-page .choose-bike-cta label input[type="checkbox"]{
	height: 16px;
	width: 16px;
	margin-right:6px;
	position: relative;
	bottom:-2px;
}
.confirm-car-page .choose-bike-cta button{
	outline: none;
    background-color: #76b51b;
    border: 0px;
    text-align: center;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
}
.confirm-car-page .choose-bike-cta button:hover{
	background-color:#000;
	color:#fff;
}
/*--confirm-car-page ends here--*/

/*--choose-car-page starts here--*/
.choose-car-page{
	width:100%;
	float:left;
	padding:60px 0;
	font-family: sans-serif;
}
.choose-car-page .panel-default{
	margin-bottom:35px;
}
.choose-car-page .panel-default .panel-body{
	width:100%;
	background-color: #fafafa;
}
.choose-car-page .panel-default .panel-body .form-group {
    float: left;
    width: 100%;
    min-height: 85px;
}
.choose-car-page .panel-default .panel-body .form-group label{
	color: #000;
    margin-bottom: 10px;
    width: 100%;
}
.choose-car-page .panel-default .panel-body .form-group label i{
	font-size: 15px;
    color: #e8c766;
    margin-right: 5px;
}

.choose-car-page .panel-default .panel-body .form-group .formrow {
    margin-bottom: 20px;
}
.choose-car-page .panel-default .panel-body .search-cars-list{
	width:auto;
	float:left;
	margin-top:20px;
}
.choose-car-page .panel-default .panel-body .search-cars-list .btn{
	outline:none;
}

/*--choose-car-page ends here--*/

/*--choose-car-listings starts here--*/
.choose-car-listings{
	width: 100%;
    float: left;
    margin-bottom: 44px;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 44px;
}
.choose-car-listings:last-child{
	margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.choose-car-listings img{
	border-radius:6px;
	margin:0 auto !important;
	display:block !important;
}
.choose-car-listings h3{
	font-size: 22px;
    margin: 19px 0 15px 0;
    font-weight: bold;
}
.choose-car-listings h4{
	color: #76b51b;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 16px 0;
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 18px;
}
.choose-car-listings ul{
	width:100%;
	float:left;
	padding:14px 0 0 0;
	font-size:17px;
}
.choose-car-listings ul li{
	margin-bottom: 13px;
    width: 100%;
    float: left;
}
.choose-car-listings ul li span{
	width:50%;
	float:left;
}
.choose-car-listings ul li i{
	margin-right: 3px;
}
.choose-car-listings a.btn{
	float:left;
	margin-top:50%;
	outline:none;
	border:0px;
	color: #fff;
    background-color: #76b51b;
    border-color: #76b51b;
}
.choose-car-listings a.btn:hover{
	background-color:#000;
	color:#fff;
}
/*--Logn and register starts here--*/
#header-sticky-wrapper .dropdown-lr{
	 min-width:300px;
	 padding: 24px 20px;
}
#header-sticky-wrapper .dropdown-lr .reg-form{
	
}
#header-sticky-wrapper .dropdown-lr:before{
	content: "\f0d8";
    position: absolute;
    top: -5px;
    right: 30px;
    font-size: 34px;
    color: #fff;
     line-height: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
 }
#header-sticky-wrapper .dropdown-lr .reg-form input[type="text"],
#header-sticky-wrapper .dropdown-lr .reg-form input[type="phone"],
#header-sticky-wrapper .dropdown-lr .reg-form input[type="email"],
#header-sticky-wrapper .dropdown-lr .reg-form input[type="number"],
#header-sticky-wrapper .dropdown-lr .reg-form input[type="tel"],
#header-sticky-wrapper .dropdown-lr .reg-form input[type="url"],
#header-sticky-wrapper .dropdown-lr .reg-form input[type="password"],
#header-sticky-wrapper .dropdown-lr .reg-form select{
	background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    letter-spacing: 0;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none !important;
    -khtml-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    color: #353535;
    font-size: 14px;
    outline: none;
    margin-bottom: 15px;
    font-weight: normal;
    border-radius: 4px;
    padding: 0px 10px;
    height: 40px;
}
#header-sticky-wrapper .dropdown-lr .reg-form input[type="submit"]{
	width: 100%;
    background-color: #debe62;
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    border: 0;
    outline: none;
    font-size: 16px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border-radius: 19px;
}

.nav .open>a.dropdown-toggle, .nav .open>a.dropdown-toggle:focus, .nav .open>a.dropdown-toggle:hover {
    background-color: transparent;
    border-color: none;
}
/*--Logn and register ends here--*/
  
/*--choose-car-listings ends here--*/
.bootstrap-select img{
	height:18px !important;
	width:auto !important;
}
/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/
@media (max-width: 1100px) {
	.bformBox .form-background .search-field{
		width: 33%;
	}
}
@media (max-width: 1024px) {
	.custom-navbar .nav li a {
		padding: 10px 15px;
	}
	.custom-navbar .navbar-brand {
		font-size: 24px;
		line-height: 24px;
	}
	.navbar-right {
		margin-top: 10px;
	}
	.stcontent, .fullimg {
		float: none;
		width: auto;
	}
	.fullimg {
		height: 350px;
		margin: 30px 30px 0 30px;
	}
	.video-back-play .video-back-play-bg{
		padding:30px  0;
	}
	.video-back-play h1{
		font-size:27px;
	}
	.video-back-play h2{
		font-size:22px;
	}
	.video-back-play p{
		width:100%;
		font-size:15px;
	}
	.book-now-section:before{
		display:none;
	}
	.vip-cars:before,
	.vip-cars:after{
		display:none;
	}
	.bformBox{
		position:relative;
		background: #0c2048;
		padding: 40px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
		bottom:0;
	}
 	.bformBox .form-background {
		padding: 21px;
		border-radius: 0px;
		border: 0px;
		background-color: rgb(13, 31, 68);
 	}
	
}
 @media (max-width: 990px) {
	h1 {
		font-size: 52px;
	}
	.is-sticky .navbar-brand {
		display: none;
	}
	.custom-navbar .nav li a {
		padding: 0px 15px;
	}
	.custom-navbar .nav li .calltxt {
		margin-top: 0;
		padding: 7px 15px
	}
	.is-sticky .custom-navbar .nav li .calltxt {
		margin-top: 0;
	}
	.navbar-header {
		float: none;
		text-align: center;
	}
	.navbar-brand {
		float: none;
		display: inline-block;
	}
	.custom-navbar {
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding-bottom: 30px;
	}
	.is-sticky .custom-navbar {
		padding-bottom: 10px;
	}
	.is-sticky .custom-navbar .nav li a {
		padding: 10px 15px;
	}
	.image-popup{display:block; margin:30px 0;}
	.servicesbox {
		padding: 60px 30px;
	}
	.servicesbox h3 {
		font-size: 30px;
	}
	#counter .counter-number {
		font-size: 48px;
	}
	#service .service-thumb-first, #service .service-thumb-second {
		margin-bottom: 32px;
	}
	ul.orderlist li {
		float: none;
		width: auto;
	}
	#team .team-thumb {
		margin-bottom: 30px;
	}
	.postimg {
		margin-top: 30px;
		margin-bottom: 30px
	}
	.newsletter, #blog, #work {
		padding: 50px 15px;
	}
	.taglinewrap {
		padding: 50px 15px;
	}
	.choose-car-listings h4 {
 		margin: 20px 0 16px 0;
 	}
	.choose-car-listings a.btn {
		float: left;
		margin-top: 23px;
	}
}
 @media (max-width: 880px) {
	.portfolio-grid li .itemtitle p {
		font-size: 14px;
		line-height: 22px;
	}
	.portfolio-grid li .itemtitle {
		padding: 10px;
	}
	.video-back-play h1{
		font-size:20px;
	}
	.video-back-play h2{
		font-size:18px;
	}
	.video-back-play p{
		width:100%;
		font-size:14px;
	}
	.video-back-play {
 		height: auto;
	}
	.video-back-play:before {
 		height: 100%;
 	}
	.video-back-play video {
 		float: left;
		min-height:350px;
		height: auto;
 	}
	.bformBox{
 		padding: 20px;
 	}

}
 @media (max-width: 768px) {
	h1 {
		font-size: 48px;
	}
	#counter .counter-item {
		margin-top: 28px;
		margin-bottom: 28px;
	}
	.booking-process-1 h4{
		margin-bottom:26px;
	}
	.booking-process-1 .glyphicon, .booking-process-1 .fa {
 	  float:none;
	}
	.booking-process-1 h2:before{
		left:42%;
	}
	
	.booking-process h4{
		margin-bottom:26px;
	}
	.booking-process .glyphicon, .booking-process-1 .fa {
 	  float:none;
	}
	.booking-process h2:before{
		left:42%;
	}
	.bformBox .form-background .search-field{
		width:100%;
	}
	.bformBox h3{
		font-size:20px;
	}
	.confirm-car-page textarea{
		margin-bottom:20px;
	}
}
 @media (max-width: 767px) {
	.navbar-header {
		text-align: left;
	}
	.custom-navbar {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.sticky-wrapper, .navbar-collapse.in {
		z-index: 100000;
	}
	.is-sticky .navbar-collapse.in {
		background: #eee;
	}
	.is-sticky .navbar-brand {
		display: block;
	}
	.custom-navbar .navbar-brand {
		line-height: 15px;
	}
	.custom-navbar .nav li .calltxt {
		border-left: 0;
	}
	.slide-text{margin-top:80px;}
	#home {
		min-height: 500px;
	}
	.bformBox {
		margin-top: 15px;
	}
	.vehiclesList ul li h3, .vehiclesList ul li .subtitle, .vehiclesList ul li .carPrice {
		text-align: center;
	}
	.vehiclesList ul li .subtitle:after {
		left: 50%;
		margin-left: -20px;
	}
	.pageTitle {
		padding-top: 90px;
	}
	.margin-left80 {
		margin-left: 0;
	}
	#about .about-desc {
		margin-bottom: 32px;
	}
	#address .address-phone {
		margin-top: 22px;
		margin-bottom: 22px;
	}
	#team .team-thumb {
		margin-bottom: 30px;
	}
	.is-sticky .custom-navbar .nav li a {
		line-height: 30px;
	}
	#service .service-thumb {
	}
	#counter .counter-number {
		font-size: 48px;
	}
	.parallax-section, #about, #packages {
		padding: 80px 15px;
	}
	.videowraper, .howitwrap {
		padding: 50px 15px;
	}
	.howlist li .iconcircle {
		margin-bottom: 50px;
	}
	.video-back-play p.span-color span{
		display:none;
	}
	.formbtn{
		margin-top:0;
	}
	.bformBox .form-background{
		width:100%;
	}
	
}
 @media (max-width: 580px) {
	h1 {
		font-size: 29px
	}
	h2 {
		font-size: 24px;
		line-height: 42px;
	}
	h3 {
		font-size: 12px;
		letter-spacing: 2px;
	}
}
 @media (max-width: 350px) {
	#about .team-wrapper .team-desc {
		padding-top: 14em;
	}
}
/*---------------------------------------
   Override Styles             
-----------------------------------------*/
.selectpicker.dropdown-menu>li>a{
	padding: 10px 20px !important;
}