/*
Theme Name: SE Chauffeurs
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Aspire Knight Limited.
Author URI: https://aspireknight.com/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Main Style Sheet
This is Custom Styling Css file used for SE Chauffeurs Cabs (aaaminicabs.com)


Custom Column size added in bootstrap.css (col-cs-) @media (min-width: 481px)
***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-weight: 300;

font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-weight: 700;
***************************************************************************************************
****COLORS*****
Blue 	: 	#000080
Red  	: 	#ff0000
Gray 	:	#f2f2f2
Black 	: 	#1c1d1e
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
@import url(https://fonts.googleapis.com/css?family=Raleway:700,600,300|Open+Sans:400,700);
*/

body {
	margin: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	/*default Font family */
	color: #888888;
	font-size: 16px;
}

/*************************************************************/

::selection {
	background: #d2c8aa;
	color: #FFF
}

::-moz-selection {
	background: #d2c8aa;
	color: #FFF
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	color: #888888;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs30 {
	font-size: 30px !important;
}

.fs32 {
	font-size: 32px !important;
}

.fs36 {
	font-size: 36px !important;
}

.fs40 {
	font-size: 40px !important;
}

.fs45 {
	font-size: 45px !important;
}

.fs50 {
	font-size: 50px !important;
}

.fs60 {
	font-size: 60px !important;
}

.fc-white {
	color: #FFF !important;
}

.fc-blue {
	color: #000080 !important
}

.fc-red {
	color: #ff0000 !important
}

.fc-gray {
	color: #f2f2f2 !important
}

.fc-black {
	color: #1c1d1e !important
}

.fw300 {
	font-weight: 300 !important
}

.fw400 {
	font-weight: 400 !important
}

.fw600 {
	font-weight: 600 !important
}

.fw700 {
	font-weight: 700 !important
}

.ffopen {
	font-family: 'Open Sans', sans-serif !important;
}

.ffraleway {
	font-family: 'Raleway', sans-serif !important;
}

.intro-loader{
	position: fixed;
	top:0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	z-index: 9999;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.intro-loader.hide-loader{
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.intro-loader .inner-box{
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
}

 .st0,.st4,#Wordexecutive,#Wordchauffeur,#Wordservices,#Slogan{
  opacity:0; 
  animation: type 0.3s ease-out forwards;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-play-state: running;
  -webkit-animation: type 0.3s ease-out forwards;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-play-state: running;
	
}
#charS { animation-delay: 0s; -webkit-animation-delay: 0s; }
#charT {animation-delay: 0.3s; -webkit-animation-delay: 0.3s;}
#charA {animation-delay: 0.6s; -webkit-animation-delay: 0.6s;}
#charT-1 {animation-delay: 0.9s; -webkit-animation-delay: 0.9s;}
#charI {animation-delay: 1.2s; -webkit-animation-delay: 1.2s;}
#charO {animation-delay: 1.5s; -webkit-animation-delay: 1.5s;}
#charN {animation-delay: 1.8s; -webkit-animation-delay: 1.8s;}
#charE {animation-delay: 2.1s; -webkit-animation-delay: 2.1s;}
#charX {animation-delay: 2.4s; -webkit-animation-delay: 2.4s;}
#charE-1 {animation-delay: 2.7s; -webkit-animation-delay: 2.7s;}
#charC {animation-delay: 3s; -webkit-animation-delay: 3s;}
#charU {animation-delay: 3.3s; -webkit-animation-delay: 3.3s;}
#charT-2 {animation-delay: 3.6s; -webkit-animation-delay: 3.6s;}
#charI-1 {animation-delay: 3.9s; -webkit-animation-delay: 3.9s;}
#charV {animation-delay: 4.2s; -webkit-animation-delay: 4.2s;}
#charE-2 {animation-delay: 4.5s; -webkit-animation-delay: 4.5s;}

#Slogan{animation-delay: 4.6s; -webkit-animation-delay: 4.6s;}
#Wordexecutive {animation-delay: 4.6s; -webkit-animation-delay: 4.6s;}
#Wordchauffeur {animation-delay: 4.8s; -webkit-animation-delay: 4.8;}
#Wordservices {animation-delay: 5s; -webkit-animation-delay: 5s;}

#logo-1, #logo-2, #logo-3,#logo-4 {
    opacity: 0;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
#logo-1{-webkit-animation: type 1s linear 1.2s forwards;animation: type 1s linear 1.2s forwards;}
#logo-4{-webkit-animation: type 1s linear 1.2s forwards;animation: type 1s linear 1.2s forwards;}
#logo-2{-webkit-animation: type 1s linear 2s forwards;animation: type 0.5s linear 2s forwards;}
#logo-3{-webkit-animation: type 1s linear 2.5s forwards;animation: type 1s linear 2.5s forwards;}

@keyframes draw-with-fill {
  55% {
	stroke-dasharray: 310;
    stroke-dashoffset: 110;
	opacity:1;
  }
  70% {
	stroke-dasharray: 620;
    stroke-dashoffset: 0;
	opacity:1;
  }
  87% {
	stroke-dasharray: 620;
    stroke-dashoffset: 0;
	opacity:1;
  }
  100% {
	stroke-dasharray: 620;
    stroke-dashoffset: 0;
    fill: url(#linear-gradient);
	 opacity:1;
  }
}
@-webkit-keyframes draw-with-fill{
  55% {
	stroke-dasharray: 310;
    stroke-dashoffset: 110;
	opacity:1;
  }
  70% {
	stroke-dasharray: 620;
    stroke-dashoffset: 0;
	opacity:1;
  }
  87% {
	stroke-dasharray: 620;
    stroke-dashoffset: 0;
	opacity:1;
  }
  100% {
	stroke-dasharray: 620;
    stroke-dashoffset: 0;
	opacity:1;
  }
}
@keyframes type{
  0%{opacity:0.0;}
  50%{opacity:0.0;}
  100%{opacity:1;} 
}
@-webkit-keyframes type{
  0%{opacity:0.0; }
  50%{opacity:0.0; }
  100%{opacity:1; } 
}

.explore-down{
	position: absolute;
    bottom: 50px;
	width: 100px;
    height: 100px;
	text-transform: uppercase;
    line-height: 2;
    left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent;
	border: 0;
	color: #fff;
}
.explore-down i{
	background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}

.explore-down:focus{
	outline: none;
}
a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #000039;
	text-decoration: none;
}

.btn-pad {
	padding-left: 20px;
	padding-right: 20px;
}

.centredY {
	display: block;
	position: absolute;
	top: 50%;
	height: auto;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centredX {
	display: block;
	position: absolute;
	left: 50%;
	width: auto;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center
}

.app-button {
	display: table;
	position: relative;
	padding: 0;
	margin: 0;
}

.app-button a {
	display: inline-block;
	float: left;
	position: relative;
	width: 180px;
	height: 48px;
	background-color: #000;
	margin: 0 5px;
	text-align: center;
	color: #FFF;
	text-indent: -6999px;
	border-radius: 6px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.app-button a.android {
	background-image: url(img/app-play.png)
}

.app-button a.ios {
	background-image: url(img/app-store.png)
}

.app-button.white a {
	background-color: #fff;
}

.app-button.white a.android {
	background-image: url(img/app-play-w.png)
}

.app-button.white a.ios {
	background-image: url(img/app-store-w.png)
}

.download-banner .app-button {
	bottom: 25px;
	position: absolute;
	width: 380px;
	left: 50%;
	margin-left: -165px;
}

.scrolltotop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 999;
	display: none;
	border-radius: 30px 30px 0 0;
	background-color: #FFF;
	color: #54595d
}

.section-heading {
	display: block;
	position: relative;
	padding: 50px 0 30px 0;
	background-color: #f2f2f2;
	margin: 0;
	color: #54595d
}

.section-heading span {
	font-size: 14px;
	text-transform: uppercase;
}

.section-heading h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0
}

.section-heading .dash-bt {
	width: 180px;
	height: 3px;
	background-color: #b9ac8a;
	display: block;
	margin-top: 20px
}

.section-heading.inverse {
	background-color: #1c1d1e;
	color: #FFF
}

.section-heading.inverse .dash-bt {
	background-color: #FFF;
}

.section-heading.bg-white {
	background-color: #FFF;
}

.main-heading {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0
}

.main-heading small {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}

.main-heading .dash-bt {
	width: 180px;
	height: 3px;
	background-color: #b9ac8a;
	display: block;
	margin-top: 20px
}

header, .header {
	display: block;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.0);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

header.scrolled, .header.scrolled {
	padding: 3px 15px;
	background: rgba(0, 0, 0, 0.9);
}

.header .logo {
	display: block;
	position: relative;
	z-index: 16;
	float: left;
	width: 400px;
	height: 90px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.nav-up {
	top: -150px;
}

.header .logo a {
	background: url(img/logo.svg) center center no-repeat scroll;
	background-size: contain;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -6999px;
}

.header.scrolled .logo {
	width: 160px;
	height: 68px;
}

.header .navigation {
	display: block;
	z-index: 16;
	float: right;
	width: calc(100vw - 850px)/*calc(100vw - 600px)*/
	;
	padding-left: 15px;
	padding-right: 15px;
}

.header .navigation .nav-items {
	width: 100%;
	display: table;
	list-style: none;
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.header .navigation .nav-items li {
	display: inline-block;
	padding: 0 12px;
	line-height: 1;
	border-right: 1px solid #fff;
}

.header .navigation .nav-items li:last-child {
	border: 0;
}

.has-child-menu::after {
	position: relative;
}

.header .navigation .childmenu {
	position: absolute;
	display: block;
	width: 50vw;
	height: auto;
	padding: 20px;
	color: #1C1D1E;
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	top: 100%
}

.header .navigation .childitem-box {
	display: block;
	position: relative;
}

.header .navigation .childitem-box .childitem {
	display: block;
	width: 100%;
	float: left;
	padding: 10px
}

.header .navigation .childitem-box .childitem a {
	display: block;
	color: #1C1D1E;
	text-align: left
}

.header .navigation .nav-items li:last-child {
	border: 0;
	padding-right: 0
}

.header .navigation .nav-items li:first-child {
	padding-left: 0
}

.header .navigation .nav-items li a {
	display: block;
	padding: 0px;
	text-align: center;
	color: #888888;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	position: relative
}
.header .navigation .nav-items li a:focus{
	text-decoration: none;
}
.header .navigation .nav-items li.active a::after, .header .navigation .nav-items li a:hover::after {
	width: 100%;
	height: 1px;
	background-color: #222222;
	content: "";
	position: absolute;
	top: 30px;
	left: 0
}

.header.scrolled .navigation .nav-items {
	padding-top: 45px;
}

.header .navigation .nav-items li.active .sub-menu li a::after {
	display: none;
}

.header .navigation .nav-items li.active .sub-menu li a:hover::after {
	display: block;
}

.header .navigation .nav-items .sub-menu {
	display: none;
	background-color: #595e63;
	top: 92px;
	left: 0;
	margin: 0 auto;
	padding: 15px 0 15px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.header .navigation .nav-items .sub-menu li {
	display: inline-block;
	float: none
}

.header .navigation .nav-items .sub-menu li a {
	font-size: 14px;
	color: #fff;
	padding: 2px 8px;
}

.header .navigation .nav-items .sub-menu a:focus, .sub-menu a:hover {
	text-decoration: none;
}

.header .header-labels {
	display: block;
	position: relative;
	z-index: 16;
	float: right;
	width: 350px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right
}

.header-call {
	display: block;
	position: relative;
	color: #595e63;
	font-size: 24px;
	padding: 25px 0px;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-weight: 400
}

.header-call i.fa {
	padding-right: 8px;
}

.header.scrolled .header-call {
	padding: 13px 0px;
}

.header-call:hover {
	color: #d2c8aa
}

.headerstamp {
	color: #FFF;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.slider, .inner-page-banner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	z-index: 10;
	background-color: #000
}

.inner-page-banner .inner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.slide-content{
	display: block;
    position: absolute;
	padding-left: 65px;
    z-index: 12;
    top: 70%;
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}
.slide-content h2{
	font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.slide-content h3{
	font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.slide-content p{
	font-size: 16px;
    margin: 0 0 20px 0;
}
.inner-page-banner .inner-box h1,
.inner-page-banner .inner-box h2{
	color: #fff;
}

.overlay{
	position: relative;
	z-index: 1;
	
}
.overlay::after{
	content:"";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: -1;
}
.overlay.white:after{
	background: rgba(255,255,255,.5);
}
.intro-video {
	top: 0;
	left: 0;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	z-index: -1;
}

.page-content {
	padding: 25px 0;
	text-align: center;
}

.inner-page-half {
	margin-top: 120px;
	margin-bottom: 40px;
	overflow: hidden;
}

.faq {
	margin-top: 120px;
}

.inner-page-half .content {
	background-color: #f2f2f2;
	padding: 10px 30px;
	height: 65vh;
}

.inner-page-half .row {
	margin-left: 0;
	margin-right: 0;
}

.inner-page-half .img {
	padding: 0;
	height: 65vh;
}

.inner-page-half .img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-bottom-section {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 25px 0;
}

.banner-bottom-section .scroll-down {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #888888;
	text-align: center;
	width: 105px;
	height: 105px;
	padding-top: 24px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff url(img/double-arrow-down.png) center 78px no-repeat;
}

.banner-bottom-section .scroll-down:hover {
	color: #ccc;
}

.explore-links {
	list-style: none;
	margin: 0;
	padding: 0
}

.explore-links li {
	display: inline-block;
	width: 32%;
}

.explore-links li a {
	text-decoration: none;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	margin: auto;
	padding-top: 80px;
	display: block;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}

.explore-links li a span {
	display: block;
	color: #888888;
}

.explore-links li a:hover span {
	color: #000000;
}
.explore-links li a:hover {
	background-position: -90px 0px !important;
}
.app {
	background-image: url(img/download-app-icon.png);
	background-size:150%;
}

.enquiry {
	background-image: url(img/book-online-icon.png);
	background-size:150%;
}

.airport {
	background-image: url(img/airport-transfer-icon.png);
	background-size:150%;
}

.courier {
	background-image: url(img/quote-icon.png);
	background-size:150%;
}

.school-run {
	background-image: url(img/open-account-icon.png);
	background-size:150%;
}

.locate {
	background-image: url(img/locat-icon.png);
	background-size:150%;
}

.app:hover {
	
}

.enquiry:hover {
	
}

.airport:hover {
	
}

.courier:hover {
	
}

.school-run:hover {
	
}

.locate:hover {
	
}

.header_slider {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.header_slider .slides {
	display: block;
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none
}

.header_slider .slides li {
	height: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.header_slider .slides li .slide-content {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 130px 20px 20px 20px;
	color: #FFF;
}

.header_slider .slides li .slide-content .centredY {
	padding-left: 65px;
	z-index: 12;
	top: 70%;
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
}

.header_slider .slides li .slide-content h3 {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 8px 0
}

.header_slider .slides li .slide-content h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 0 0 8px 0
}

.header_slider .slides li .slide-content p {
	font-size: 16px;
	margin: 0 0 20px 0
}

.header_slider .slides li .slide-content .btn {
	color: #2a2a2a;
	background-color: #d2c8aa;
	border-color: #b9ac8a;
	text-indent: 0;
	margin-left: 0px;
	font-size: 16px;
	line-height: 27px;
}

.header_slider .slides li .slide-content .app-button {
	display: inline-block;
	line-height: 1.33333;
	text-align: center;
	vertical-align: middle;
}

.banner-slogan-line {
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	color: #FFF;
	font-size: 23px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 80px;
	text-transform: uppercase;
}

.banner-slogan-line small {
	display: block;
	font-size: 15px;
	font-weight: 400
}

.grid:after {
	content: "";
	display: block;
	clear: both;
}

.grid-item {
	float: left;
	width: 50%;
	height: 50vh;
	background: #000;
	padding: 0px;
	position: relative;
	overflow: hidden
}

.grid-item-width2 {
	width: 50%;
}

.grid-item-height2 {
	height: 100vh;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.servicegraphic {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	opacity: 0.25;
	position: relative;
	z-index: 1;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.servicegraphic .video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.service-content {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 15;
	top: 0;
	left: 0;
	padding: 20px 50px;
	color: #fff;
}

.service-content h3 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.service-content h3 small {
	font-size: 14px;
	display: block
}

.service-content h4 {
	font-size: 20px;
	text-transform: uppercase
}

.grid-item.tp {
	background-color: #FFF;
}

.grid-item:hover .servicegraphic {
	opacity: 0.55;
	-moz-transition: all 2.5s ease 0s;
	-ms-transition: all 2.5s ease 0s;
	-o-transition: all 2.5s ease 0s;
	-webkit-transition: all 2.5s ease 0s;
	transition: all 2.5s ease 0s;
}

.trustpilot {
	padding: 60px 0;
}

.trust-rating {
	margin: 20px 0 30px;
	font-weight: 600;
	text-align: center
}

.trust-rating img {
	margin: 10px auto
}

.trust-rating h3 {
	font-size: 55px;
	color: #1C1D1E;
	font-weight: 600;
	line-height: 45px;
}

.trust-rating h3 span {
	font-size: 18px;
	text-transform: uppercase;
	color: #1C1D1E;
	display: block;
	font-weight: 400
}

.trust-pilot {
	background-color: #FFF;
	border: 1px solid #9F9F9F;
	padding: 35px 30px;
	position: relative;
	color: #1c1d1e;
	margin-top: -25px;
}

.trust-review, .trust-review p {
	font-size: 14px;
	text-align: left
}

.trust-review p a {
	font-weight: 700;
	text-transform: uppercase
}

.trust-review h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

.trust-review span {
	font-weight: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #9F9F9F;
}

.trust-pilot .flex-direction-nav a {
	height: 25px;
	opacity: 0.4;
	background-image: url(img/flex-arrow.png);
	background-color: #1c1d1e;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto;
	top: 55%;
	width: 20px;
	text-indent: -9999px;
}

.trust-pilot .flex-direction-nav a.flex-prev {
	left: 0px;
	background-position: 3px 4px
}

.trust-pilot .flex-direction-nav a.flex-next {
	right: 0px;
	background-position: 3px -21px;
}

.trust-pilot .slides li .trust-review {
	padding: 5px
}

.trust-review img {
	margin-bottom: 5px
}

.tp-heading {
	background-color: #fff;
	display: table;
	margin: 0 0 0 20px;
	padding: 10px;
	position: relative;
	width: auto;
	z-index: 1;
}

.tp-heading h3 {
	display: block;
	margin: 0;
	text-transform: uppercase;
	font-size: 26px;
}

.partners {
	padding: 70px 0;
}
.partners h3{
	margin-top: 0;
}
.partners .logo-item {
	padding: 15px 0;
    text-align: center;
}
.partners .logo-item img{
	margin: auto;
}
.three-box {
	padding: 25px 0;
}

.three-box video {
	width: 100%;
}

.ourfleet {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.fleet-page{
	margin-top:24px;
}
.carslider {
	position: relative;
	text-align: center;
	display: table;
	width: 100%;
	margin: 40px 0;
	padding: 0 100px
}

.carslider .flex-viewport {
	overflow: visible !important;
}

.carslider .slides li {
	opacity: 0.15;
	position: relative;
	-moz-transition: all 2.5s ease 0s;
	-ms-transition: all 2.5s ease 0s;
	-o-transition: all 2.5s ease 0s;
	-webkit-transition: all 2.5s ease 0s;
	transition: all 2.5s ease 0s;
}

.carslider .slides li.flex-active-slide {
	opacity: 1
}

.select-car-box {
	display: block;
	position: relative;
}

.select-car-box .car-image {
	display: block;
	position: relative;
	width: 100%;
}

.select-car-box .car-image img {
	max-width: 100%;
}

.select-car-box .car-content {
	display: block;
	position: relative;
	padding: 20px 50px;
}

.select-car-box .car-content h3 {
	font-size: 30px;
}

.select-car-box .car-content p {
	font-weight: 400;
	font-size: 16px;
}

.select-car-box .car-atributes {
	display: block;
	position: relative;
	padding: 10px 50px;
}

.select-car-box .car-atributes .atribute {
	display: block;
	width: 33.333333%;
	float: left;
	padding: 10px 7px;
}

.select-car-box .car-atributes .atribute div {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid #79766D;
	border-radius: 10px 60px 60px 10px;
	padding: 0;
	height: 55px;
	line-height: 53px;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}

.select-car-box .car-atributes .atribute i {
	float: left;
	padding: 0 8px 0 5px;
	display: block
}

.select-car-box .car-atributes .atribute div span {
	display: block;
	position: relative;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	line-height: 51px;
	color: #FFF;
	float: right;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54595d+0,6a6a66+50,79766d+100 */
	background: rgb(84, 89, 93);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(84, 89, 93, 1) 0%, rgba(106, 106, 102, 1) 50%, rgba(121, 118, 109, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(84, 89, 93, 1) 0%, rgba(106, 106, 102, 1) 50%, rgba(121, 118, 109, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(84, 89, 93, 1) 0%, rgba(106, 106, 102, 1) 50%, rgba(121, 118, 109, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54595d', endColorstr='#79766d', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.carslider .flex-direction-nav a:before {
	color: #d2c8aa;
}

.carslider .flex-direction-nav a {
	top: 50%;
}

.carslider:hover .flex-direction-nav .flex-prev {
	left: 80px
}

.carslider:hover .flex-direction-nav .flex-next {
	right: 80px
}

.mobile-app {
	background: url(img/mobileapp-bg.jpg) bottom center no-repeat scroll;
	background-size: cover;
	padding: 30px 0;
	color: #FFF;
}

.mobile-app .main-heading {
	color: #FFF;
	margin-top: 100px;
}

.app-benifits {
	display: table;
	position: relative;
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.app-benifits li {
	width: calc(50% - 10px);
	float: left;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 6px;
	margin: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #1c1d1e
}

.app-benifits li:nth-child(odd) {
	margin-left: 0;
}

.app-benifits li i {
	font-size: 16px;
	padding-right: 6px;
}

.services-thumbnails {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #999;
}

.services-thumbnails .thumb-box {
	width: 33.333333%;
	height: 25vw;
	background-color: #000;
	position: relative;
	float: left;
	padding: 0px;
	max-height: 470px;
	min-height: 300px;
}

.services-thumbnails .thumb-box .thumbimg {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0.3
}

.services-thumbnails .thumb-box .thumb-content {
	position: absolute;
	width: 90%;
	height: 86%;
	z-index: 12;
	padding: 20px;
	bottom: 7%;
	left: 5%;
	transform-origin: bottom;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.services-thumbnails .thumb-box:hover .thumb-content {
	opacity: 1;
	visibility: visible;
}

.services-thumbnails .thumb-box .thumb-content h3 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.services-thumbnails .thumb-box:hover .thumb-content h3 {
	color: #fff
}

.services-thumbnails .thumb-box .thumb-content .p-cover {
	height: auto;
	padding: 0;
	transform-origin: bottom;
	opacity: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.services-thumbnails .thumb-box:hover .thumb-content .p-cover {
	color: #000;
	opacity: 1
}

.services-thumbnails .thumb-box .thumb-content p {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

.services-thumbnails .thumb-box .thumb-content .p-cover a {
	display: block;
	position: absolute;
	bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 16px;
	left: 0px;
	width: 100%;
	opacity: 0;
	-moz-transition: all 0.3s linear 0.3s;
	-ms-transition: all 0.3s linear 0.3s;
	-o-transition: all 0.3s linear 0.3s;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
}

.services-thumbnails .thumb-box .thumb-content .p-cover a::after {
	width: 0;
	height: 1px;
	position: absolute;
	right: 0;
	background-color: #fff;
	content: "";
	top: 6px;
	-moz-transition: all 0.3s linear 0.3s;
	-ms-transition: all 0.3s linear 0.3s;
	-o-transition: all 0.3s linear 0.3s;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
}

.services-thumbnails .thumb-box:hover .thumb-content .p-cover a {
	opacity: 1
}

.services-thumbnails .thumb-box:hover .thumb-content .p-cover a::after {
	width: 160px;
}

.ourbenefits {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background-size: cover;
	color: #FFF;
	overflow: hidden;
}

.benefit {
	text-align: center;
	padding: 70px 0
}

.benefit h3 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px;
	color:#fff;
}

.footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54595d+0,6a6a66+50,79766d+100 */
	background: rgb(84, 89, 93);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(84, 89, 93, 1) 0%, rgba(106, 106, 102, 1) 50%, rgba(121, 118, 109, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(84, 89, 93, 1) 0%, rgba(106, 106, 102, 1) 50%, rgba(121, 118, 109, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(84, 89, 93, 1) 0%, rgba(106, 106, 102, 1) 50%, rgba(121, 118, 109, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54595d', endColorstr='#79766d', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	padding-top: 30px
}

.footer .copyright {
	color: #1c1d1e;
	background-color: #FFF;
	margin-top: 20px;
	padding: 10px 0
}

.footer h3 {
	position: relative;
	margin-bottom: 13px;
	margin-top: 3px;
	padding-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.footer h3::after {
	width: 40px;
	height: 1px;
	background-color: #Fff;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0
}

.footer .getintouch {
	margin-bottom: 20px;
}
.signup-newslatter{
	margin-bottom: 20px;
}
.footer .getintouch span {
	display: block
}

.footer .getintouch i {
	padding-right: 6px;
}

.footer-mainlinks, .footer-sitemap {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}

.footer-mainlinks li, .footer-sitemap li {
	padding: 3px 0;
	line-height: 1.5
}

.footer-mainlinks li a {
	padding: 0;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.footer-sitemap li a {
	padding: 2px 0;
	display: block;
	color: #FFF;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.footer-sitemap li a i {
	padding-right: 8px;
}

.footer h5.title a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.footer a:hover {
	color: #d2c8aa
}

.social {}

.social a {
	display: inline-block;
	text-align: center;
	width: 38px;
	height: 38px;
	line-height: 36px;
	color: #FFF;
	font-size: 20px;
	background-color: #d2c8aa;
	margin: 0 3px;
}

.social a:hover {
	color: #FFF;
	background-color: #b9ac8a;
}

.calbacknow {
	position: fixed;
	width: 700px;
	height: auto;
	top: 190px;
	right: -700px;
	background: #f2f2f2;
	z-index: 600;
	padding: 10px;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.calbacknow.opened {
	right: 0
}

#callback {
	border-radius: 8px 8px 0 0;
	left: -215px;
	padding: 10px 30px;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: right top 0;
	text-transform: uppercase;
	font-size: 16px;
}

.booknow {
	position: fixed;
	width: 400px;
	height: auto;
	top: 130px;
	right: -400px;
	background: #f2f2f2;
	z-index: 600;
	padding: 10px;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}
.social-icons{
	position: fixed;
	top: 394px;
	right: 0;
	border-radius: 8px 0 0 8px;
	background-color: #d2c8aa;
	z-index: 500;
	padding: 5px 0;
}
.social-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icons ul li a{
	color: #2a2a2a;
	padding: 12px;
	font-size: 20px;
}
.social-icons ul li a:hover{
	color: #fff;
}
.booknow.opened {
	right: 0
}

#booknow {
	border-radius: 8px 8px 0 0;
	left: -194px;
	padding: 10px 30px;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: right top 0;
	text-transform: uppercase;
	font-size: 16px;
}

.btn-custom {
	color: #888888;
	background-color: #d2c8aa;
	border-color: #b9ac8a;
}

.btn-custom:hover {
	color: #888888;
	background-color: #b9ac8a;
	border-color: #d2c8aa;
}

.btn-custom1 {
	color: #FFF;
	background-color: #54595d;
	border-color: #454a4e;
	font-size: 16px;
}

.btn-custom1:hover {
	color: #FFF;
	background-color: #79766D;
	border-color: #79766D;
}

.btn-centred {
	display: table;
	margin: 0 auto
}

.booknow-form .btn-custom1 {
	width: 250px;
}

/******************************************************************************************************************************************************************************************INNER PAGE CSS*************************************/

.innerpage .header {
	padding: 3px 15px;
	background: rgba(255, 255, 255, 1);
}

.innerpage .header .logo {
	width: 240px;
	height: 70px;
}

.innerpage .header .navigation .nav-items {
	padding-top: 25px;
}

.innerpage .header .header-call {
	padding: 16px 0px;
}

.centered-cover {
	position: relative;
	height: 100%;
	width: 100%;
}

.header-half-content {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #1c1d1e;
	padding: 0;
	margin: 42px 0 32px
}

.header-half-content.airport-detail {
	max-height: 700px;
}

.about-textarea {
	width: 50%;
	position: relative;
	height: 100%;
	background-color: #f2f2f2;
	padding: 100px 100px 50px;
	float: left
}

.about-textarea h1 {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 5px;
	text-align: left;
}

.about-textarea h1 small {
	display: block
}

.about-textarea h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 20px
}

.about-textarea p {
	margin-top: 5px;
	font-size: 14px;
}

.about-textarea .btn-custom1 {
	width: 220px;
}

.about-banner {
	width: 50%;
	position: relative;
	height: 100%;
	float: left;
	opacity: 0.8;
}

.header-half-content.airport-detail .about-textarea {
	text-align: left
}

.header-half-content.airport-detail .about-textarea h1 {
	font-size: 30px;
	margin-top: 0;
}

.header-half-content.airport-detail .about-banner {
	background-size: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-top: 0px;
}

.header-half-content.airport-detail .download-banner {
	opacity: 0.8
}

.pbg {
	background-position: top right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -32px;
}

.solutions {
	padding: 0;
	position: relative;
	margin: 0;
	text-align: center;
}

.solution-col {
	display: block;
	position: relative;
	padding: 30px 100px;
}

.solution-col.bordered {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}


.solution-col .icon .icon-image {
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 15px auto;
	display: block;
	background-color: transparent;
	background-attachment: scroll;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.solution-col h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.solution-col .icon .icon-image.solution1 {
	background-image: url(img/security-icon.png);
}

.solution-col .icon .icon-image.solution2 {
	background-image: url(img/flight-monitering-icon.png);
}

.solution-col .icon .icon-image.solution3 {
	background-image: url(img/meet-and-greet-icon.png);
}

.solution-col:hover .icon .icon-image.solution1 {
	
}

.solution-col:hover .icon .icon-image.solution2 {
	
}

.solution-col:hover .icon .icon-image.solution3 {
	
}

.solution-col:hover .icon {
	
}

.four-box-text {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 15px;
	background-color: #1c1d1e;
	height: auto;
}

.box-image {
	position:absolute;
	width: 50%;
	float: left;
	background-attachment: scroll;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	opacity: 0.4
}

.box-image.inner-form {
	opacity: 1
}

.box-image.inner-form .strip {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	padding: 0 15px;
}

.inner-form {
	text-align: left;
}

.inner-form h2 {
	color: #fff;
}

.inner-form .form-group {
	margin-bottom: 20px;
}

.inner-form .form-control {
	border-radius: 0;
	line-height: 44px;
	height: 44px;
}

.inner-form textarea.form-control {
	height: auto
}

.inner-form span.wpcf7-not-valid-tip {
	background: rgba(203, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: table;
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: right;
	width: auto;
}

.inner-form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.heading-area {
	background: #f2f2f2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 15px 15px;
}

.four-box-textarea {
	height: auto;
	padding: 50px;
	width: 50%;
	float: right;
	background-color: #f2f2f2
}

.captcha-img {
	float: left;
	margin-right: 4px;
}

.captch-field {
	width: 220px;
	margin-bottom: 15px;
}

.box-text h3 {
	padding: 40px 0 20px;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative
}

.box-text h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #000000;
	content: "";
}

.AAAcontent {
	display: block;
	padding: 50px 0;
	background-color: #f2f2f2;
	position: relative;
}

.A-box {
	padding: 50px 0;
}

.A-box h2 {
	font-size: 30px;
	margin: 0 40px 20px 40px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 56px;
	position: relative;
	padding: 0 25% 0 0;
}

.A-box h2::before {
	width: 40px;
	height: 1px;
	background-color: #000;
	content: "";
	position: absolute;
	left: -50px;
	top: 30px;
}

.A-box p {
	font-size: 16px;
	margin: 10px 40px 0 40px;
}

.A-box.fliped {
	text-align: right;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.A-box.fliped h2 {
	padding: 0 0 0 25%;
}

.A-box.fliped h2::before {
	left: auto;
	right: -50px
}

.airportlisting {
	display: table;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0
}

.airportlisting .airport-box {
	width: 33.333333%;
	height: 33.333333vw;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
	background-color: #f2f2f2;
	max-height: 450px;
	min-height: 350px;
}

.airportlisting .airport-box:hover {
	background-color: #1c1d1e;
}

.airportlisting .airport-box .airport-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: 0;
	left: 0;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.4;
	display: none;
	transition: all 0.4s ease 0s
}

.airportlisting .airport-box:hover .airport-thumb {
	opacity: 0.2
}

.airportlisting .airport-box .airport-about .centredY {
	width: 100%
}

.airportlisting .airport-box .airport-about {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	padding: 20px 50px;
	color: #1c1d1e;
}

.airportlisting .airport-box:hover .airport-about {
	color: #fff;
}

.airportlisting .airport-box .airport-about h3 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.airportlisting .airport-box:hover .airport-about h3 {
	color: #fff;
}
.airportlisting .airport-box .airport-about .airport-text {
	display: none;
}

.airportlisting .airport-box span {}

.airportlisting .airport-box::after {
	width: 1px;
	height: calc(100% - 50px);
	background-color: #1c1d1e;
	position: absolute;
	left: 25px;
	top: 25px;
	content: "";
	z-index: 4
}

.airportlisting .airport-box::before {
	width: calc(100% - 50px);
	height: 1px;
	background-color: #1c1d1e;
	position: absolute;
	left: 25px;
	top: 25px;
	content: "";
	z-index: 4
}

.airportlisting .airport-box span::after {
	width: 1px;
	height: calc(100% - 50px);
	background-color: #1c1d1e;
	position: absolute;
	right: 25px;
	top: 25px;
	content: "";
	z-index: 4
}

.airportlisting .airport-box span::before {
	width: calc(100% - 50px);
	height: 1px;
	background-color: #1c1d1e;
	position: absolute;
	left: 25px;
	bottom: 25px;
	content: "";
	z-index: 4
}

.airportlisting .airport-box:hover::after, .airportlisting .airport-box:hover::before, .airportlisting .airport-box:hover span::after, .airportlisting .airport-box:hover span::before {
	background-color: #fff;
}

.airport-chauffur {
	display: table;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #1c1d1e;
}

.airport-chauffur .airport-image {
	width: 50%;
	float: left;
	height: 630px;
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.4
}

.airport-chauffur .airport-chauffer-form {
	display: block;
	position: relative;
	width: 50%;
	height: 630px;
	float: left;
	padding: 20px;
	background-color: #f2f2f2
}

.airport-chauffur .airport-chauffer-form .row {
	margin-left: -5px;
	margin-right: -5px;
}

.airport-chauffur .airport-chauffer-form .col-md-4, .airport-chauffur .airport-chauffer-form .col-md-8 {
	padding-left: 5px;
	padding-right: 5px;
}

.airport-chauffur .airport-chauffer-form h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
}

.airport-chauffur .airport-chauffer-form p {
	text-align: center
}

.airport-chauffur .airport-chauffer-form .chauffer-points {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	width: 100%;
	display: table
}

.airport-chauffur .airport-chauffer-form .chauffer-points li {
	width: 50%;
	float: left;
	padding: 3px 5px 3px 20px;
	font-size: 16px;
	position: relative;
}

.airport-chauffur .airport-chauffer-form .chauffer-points li::before {
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	background-color: #FF0000;
	content: "";
}

.airport-chauffur .airport-chauffer-form h3 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	margin: 30px 0 20px 0
}

.airport-chauffur .airport-chauffer-form label {
	display: block
}

.airport-chauffur .airport-chauffer-form .form-control {
	border-radius: 0;
	line-height: 44px;
	height: 44px;
}

.airport-chauffur .airport-chauffer-form .btn {
	border-radius: 0;
	text-transform: uppercase;
}

.airport-chauffur .airport-chauffer-form .form-group {
	margin-bottom: 20px;
}

.airport-chauffur .airport-chauffer-form .captcha {
	width: 100%;
	display: table;
}

.airport-chauffur .airport-chauffer-form .captcha img {
	display: block;
	float: left;
	margin-right: 10px;
}

.airport-chauffur .airport-chauffer-form .captcha .form-control {
	width: 100%;
	max-width: 200px;
	display: block;
	float: left;
}

.airport-chauffur .airport-chauffer-form textarea.form-control {
	height: 150px;
	line-height: 1.3
}

.bookonthego .section-heading {
	padding: 25px 0;
	background-color: #FFF
}

.bookonthego .section-heading h3 {
	color: #000;
	margin-bottom: 0
}

.bookonthego .section-heading .app-button {
	float: right;
}

.bookonthego p {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 18px;
}

.airport-chauffur.airport-chauffur-pricing .airport-image {
	height: 470px;
	opacity: 1;
	position: relative;
}

.airport-chauffur.airport-chauffur-pricing .airport-chauffer-form {
	height: auto;
	padding: 45px 20px
}

.airport-chauffur.airport-chauffur-pricing .airport-chauffer-form .quote-form {
	margin-bottom: 60px
}

.airport-chauffur .airport-image .airport-pricing {
	padding: 33px 100px;
	color: #FFF;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.airport-chauffur .airport-image .airport-pricing h2 {
	margin-top: 0;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.airport-chauffur .airport-image .airport-pricing p {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.airport-chauffur .airport-image .airport-pricing .pricing {
	padding: 0;
	list-style: none;
	margin: 0px 0;
}

.airport-chauffur .airport-image .airport-pricing .pricing li {
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	position: relative;
}
.airport-chauffur .airport-image .airport-pricing .pricing li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	height: 30px;
	width: 30px;
	background-image: url(img/arrow-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.airport-chauffur .airport-image .airport-pricing  h2{
	padding: 20px 0 20px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.airport-chauffur .airport-image .airport-pricing h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #fff;
    content: "";
}
.airport-chauffur .airport-image .airport-pricing .pricing li span {
	float: right;
}

.airport-detail-content {
	display: block;
	padding: 30px 0;
}

.airport-detail-content h2 {
	font-size: 30px;
	letter-spacing: 5px;
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

.airport-detail-content h2::after {
	width: 150px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000000;
	content: "";
}

.airport-detail-content h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}

.airport-detail-content p {
	font-size: 16px;
}

.airport-detail-content.inner-page h2 {
	font-size: 30px;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.airport-detail-content.inner-page h2 a{
	color: #888888
}
.other-services {
	display: block;
	position: relative;
	padding: 15px;
}

.otherserviceslider {
	display: block;
	position: relative
}

.otherservicebox {
	padding: 10px
}

.otherservicebox a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0;
	line-height: 1;
	color: #FFF;
	background-color: #000;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: grayscale(1);
}

.otherservicebox a strong {
	padding: 45px 0;
	display: block;
	background: rgba(0, 0, 0, 0.6)
}

.otherserviceslider .flex-direction-nav a {
	height: 25px;
	opacity: 0.4;
	background-image: url(img/flex-arrow.png);
	background-color: #1c1d1e;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto;
	top: 55%;
	width: 20px;
	text-indent: -9999px;
}

.otherserviceslider .flex-direction-nav a.flex-prev {
	left: -20px;
	background-position: 3px 4px
}

.otherserviceslider .flex-direction-nav a.flex-next {
	right: -20px;
	background-position: 3px -21px;
}

.otherserviceslider .flex-direction-nav a.flex-next::before, .otherserviceslider .flex-direction-nav a::before {
	display: none;
}

.toggle-menu {
	display: none
}

.quick-links-navigation {
	display: block;
	position: relative;
	padding: 10px 15px;
	width: 100%;
	color: #FFF;
	background-color: #1C1D1E;
	height: 520px
}

.links {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0;
}

.links a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	position: relative;
}

.links a::after {
	display: block;
	width: 100%;
	position: absolute;
	height: 1px;
	left: 0;
	top: 50%;
	background-color: #FFF;
	content: "";
	z-index: 0
}

.links a strong {
	text-transform: uppercase;
	background-color: #1C1D1E;
	padding: 5px 15px;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	min-width: 0;
	transition: all 0.3s ease 0s;
}

.links a:hover strong {
	min-width: calc(100% - 60px)
}

.links a:hover {
	color: #FF0000;
}

.links a:hover::after {
	background-color: #FF0000;
}

.flx-gooogle-map {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	background-color: #999
}

#map_canvas {
	height: 100%;
	position: relative;
	width: 100%;
}

.panel-default {
	border: 0;
	position: relative;
	border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
}

.panel-title {
	color: #606062;
	font-size: 20px;
}

.panel-default>.panel-heading a {
	text-decoration: none;
	background-color: #b9ac8a;
	color: #fff;
	display: block;
	padding: 15px 50px;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}

.panel-heading {
	border-radius: 0px;
	padding: 0px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border: none;
	background-color: #b9ac8a;
}

.faqs .panel-group {
	margin: 15px 0px;
}

.faqs .panel-group .panel {
	border-radius: 0;
}

.faqs .panel-body {
	padding: 0px 52px;
}

.faqs .panel-body p {
	font-size: 16px;
	color: #fff;
}

.faqs .panel-group .panel+.panel {
	margin: 0px;
}

.faqs .panel-default>.panel-heading {
	background-color: #f2f2f2;
}

.faqs .panel-default>.panel-heading a {
	border-radius: 0;
}

.faqs .panel-default>.panel-heading:hover {
	background-color: #45a5df;
	color: #fff;
}

.faqs .panel-default>.panel-heading:hover a {
	color: #fff;
}

.faqs .panel-default>.panel-heading a.collapsed {
	background-color: #f2f2f2;
	color: #666;
}

.faqs .panel-default:nth-of-type(even)>.panel-heading a.collapsed {
	background-color: #fff;
}

.faqs .panel-default:nth-of-type(even)>.panel-heading a:hover {
	background-color: #b9ac8a;
}

.faqs .panel-default>.panel-heading a.collapsed::before {
	content: "\f067";
	display: inline-block;
	font-size: 16px;
	padding: 2px 20px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
}

.faqs .panel-default>.panel-heading a::before {
	content: "\f068";
	display: inline-block;
	font-size: 16px;
	padding: 2px 20px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
}

.faqs .panel-default>.panel-heading a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b9ac8a;
}

.faqs ul, .faqs ol {
	padding-left: 20px;
}

.faqs li {
	font-size: 16px;
	color: #fff;
}

.book-banner {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0.5
}

.book-box h1 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 30px;
}

.book-box {
	position: absolute;
	bottom: 160px;
	width: 100%;
}

.book-box .btn-book {
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	transition: all 0.4s ease 0s
}

.book-box .btn-book:hover {
	background: #000080
}

.book-box .btn-book i, .book-box .btn-book img {
	color: #fff;
	display: block;
	margin: 30px auto 0;
}

.book-box .btn-book .title {
	display: block;
	padding: 0 20px;
	margin: 10px 0 10px;
	white-space: normal;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.request-box {
	width: 100%;
}

.pad-top {
	padding-top: 100px;
}

.mt-120 {
	margin-top: 120px;
}

.download-app {
	padding-bottom: 30px;
}

.why-coose {
	background: #b9ac8a;
	color: #fff;
	padding: 10px 20px;
}

.why-coose img {
	margin-top: 15px;
}

.appbtn {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.appbtn a {
	margin: 0 5px;
}

.voucher-box {
	position: relative;
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	padding: 5px
}

.voucher-box img {
	float: left;
	width: 190px;
	height: 188px;
	margin-right: 15px;
}

.download-app-half {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 25px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.download-app h3{
	color: #fff;
}
.download-app-half .content {
	padding-left: 40px;
	padding-bottom: 40px;
}

.download-app-half::after {
	position: absolute;
	content: "";
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
	border-left: 2px solid #fff;
}

.arrow-list {
	padding: 0;
	margin: 0;
}

.arrow-list li {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-bottom: 10px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}

.arrow-list li::before {
	position: absolute;
	content: '';
	background: url(img/ovova-sprite.png) -6px -323px no-repeat;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
}

.arrow-list li::after {
	position: absolute;
	content: '';
	background-color: #cccccc;
	width: 84%;
	height: 1px;
	bottom: 0;
	right: 0;
}

.arrow-list li:hover li::before {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.signup-form{
	position: relative;
}
.signup-form .btn{
	position: absolute;
	right: 0;
	top: 0;
}
.signup-form .btn i{
	font-size: 18px;
}
/***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-weight: 700;
***************************************************************************************************
****COLORS*****
Blue 	: 	#000080
Red  	: 	#ff0000
Gray 	:	#f2f2f2
Black 	: 	#1c1d1e
***************************************************************************************************/

@media(max-width:1399px) {
	.header .header-labels {
		width: 280px;
	}
	.headerstamp {
		font-size: 22px;
	}
	.header .navigation {
		width: calc(100vw - 610px);
		margin-top: 30px;
	}
	.innerpage .header .navigation .nav-items {
    	padding-top: 0;
    	padding-bottom: 15px;
	}
	.header .navigation .nav-items .sub-menu {
		top: 78px;
	}
	.header .navigation .nav-items li {
		padding: 0 0px
	}
	.header .navigation .nav-items li a {
		padding: 0 8px;
		font-size: 16px;
	}
	.header .logo {
		width: 210px;
		height: 90px;
	}
	.trust-rating h3 {
		font-size: 32px;
		line-height: 1.2;
		margin: 15px 0 7px;
	}
	.solution-col {
		padding: 30px
	}
	.four-box-textarea {
		padding: 15px 40px
	}
	.airportlisting .airport-box .airport-about {
		padding: 30px;
	}
	.airportlisting .airport-box .airport-about h3 {
		font-size: 26px;
	}
	.airport-chauffur .airport-image {
		width: 40%
	}
	.airport-chauffur .airport-chauffer-form {
		width: 60%;
	}
	.airport-chauffur .airport-chauffer-form .chauffer-points li {
		font-size: 14px;
	}
	.airport-chauffur .airport-image .airport-pricing {
		padding: 30px 20px;
	}
}
@media(max-width:1200px){
	
}
@media(max-width:1199px) {
	.box-image {
    	height: 550px;
	}
	.four-box-textarea {
		height: auto;
	}
	
	.header .header-labels, .header .logo, .header .navigation {
		padding-left: 8px;
		padding-right: 8px;
	}
	.header .header-labels {
		float: left;
		width: calc(100% - 480px);
	}
	.headerstamp {
		font-size: 20px;
	}
	.header .navigation {
		width: auto;
		margin-top: 0;
	}
	.toggle-menu {
		color: #222;
		display: block;
		font-size: 30px;
		margin-right: 10px;
		padding: 18px 0;
	}
	.toggle-menu:hover {
		color: #222
	}
	.header .navigation .nav-items {
		display: none;
		position: absolute;
		width: 100%;
		right: 0px;
		background-color: rgba(28, 29, 30, 1);
		padding: 10px;
		z-index: 10021;
		transition: none;
		top: 100%
	}
	.innerpage .header .navigation .nav-items {
		padding: 10px;
	}
	.header .navigation .nav-items li {
		display: block;
		float: none;
		padding: 10px 0;
		text-align: left;
		border: 0
	}
	.header .navigation .nav-items li a {
		padding: 0;
		text-align: left
	}
	.header .navigation .nav-items li.active a::after, .header .navigation .nav-items li a:hover::after {
		top: auto;
		bottom: -7px
	}
	.header .navigation .nav-items .sub-menu {
		position: relative;
		top: 0;
		margin-top: 10px;
	}
	.header .navigation .nav-items .sub-menu li {
		display: block;
	}
	.header.scrolled .navigation .toggle-menu {
		padding: 12px;
	}
	.header.scrolled .navigation .nav-items {
		padding: 10px;
	}
	.carslider {
		padding: 0 30px;
	}
	.select-car-box .car-atributes {
		padding: 10px 20px;
	}
	.service-content {
		padding: 20px;
	}
	.service-content h3 {
		font-size: 26px;
	}
	.service-content h4 {
		font-size: 18px;
	}
	.select-car-box .car-atributes .atribute {
		padding: 10px
	}
	.select-car-box .car-atributes .atribute div {
		font-size: 16px;
	}
	.mobile-app .main-heading {
		margin-top: 20px;
	}
	.footer h3 {
		margin-top: 10px;
	}
	.footer-mainlinks, .footer-sitemap {
		margin-bottom: 15px;
	}
	.header_slider .slides li .slide-content p {
		font-size: 16px;
	}
	.header_slider .slides li .slide-content h2 {
		font-size: 24px
	}
	.header_slider .slides li .slide-content h3 {
		font-size: 18px
	}
	.flex-direction-nav .flex-prev {
		left: 0;
		opacity: 0.5
	}
	.flex-direction-nav .flex-next {
		right: 0;
		opacity: 0.5
	}
	.carslider:hover .flex-direction-nav .flex-prev {
		left: 0;
		opacity: 0.7
	}
	.carslider:hover .flex-direction-nav .flex-next {
		right: 0;
		opacity: 0.7
	}
	.about-textarea {
		padding: 80px 30px 0
	}
	.about-textarea h1 {
		font-size: 26px;
		letter-spacing: 2px
	}
	.about-textarea h2 {
		margin-top: 30px;
		font-size: 23px;
		letter-spacing: 2px
	}
	.solution-col {
		padding: 10px;
	}
	.box-text h3 {
		padding: 25px 0
	}
	.airportlisting .airport-box {
		width: 50%;
		height: 350px
	}
	.airportlisting .airport-box .airport-about .airport-text {
		display: block
	}
	.airport-chauffur .airport-chauffer-form {
		height: auto;
		width: 100%
	}
	.airport-chauffur .airport-image {
		height: auto;
		width: 100%
	}
	.services-thumbnails .thumb-box .thumb-content {
		height: auto;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 10px 5px;
		width: 98%;
		left: 1%
	}
	.services-thumbnails .thumb-box:hover .thumb-content {
		height: auto;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 10px 5px;
		width: 98%;
		left: 1%
	}
	.services-thumbnails .thumb-box .thumb-content h3 {
		color: #1C1D1E;
		font-size: 20px
	}
	.services-thumbnails .thumb-box .thumb-content .p-cover {
		height: auto;
		transform: scaleY(1);
		opacity: 1
	}
	.services-thumbnails .thumb-box .thumb-content .p-cover a {
		opacity: 1;
		padding: 10px 0;
		position: relative;
		top: auto;
		bottom: 0
	}
	.services-thumbnails .thumb-box .thumb-content .p-cover a::after {
		width: 60px;
		top: 50%;
	}
	.services-thumbnails .thumb-box:hover .thumb-content .p-cover a::after {
		width: 60px;
	}
	.services-thumbnails .thumb-box .thumb-content p {
		display: none;
	}
}

@media(max-width:991px) {
	.inner-page-banner {
    	height: 50vh;
	}
	.airport-chauffur .airport-chauffer-form .btn {
    	margin-top: 16px;
	}
	.faq {
    	margin-top: 30px;
	}
	.pad-top {
    	padding-top: 30px;
	}
	.inner-page-half {
    	margin-top: 30px;
    	height: auto;
	}
	.inner-page-half .content {
    	height: auto;
	}
	.banner-bottom-section .scroll-down {
		top: -130px;
		z-index:2;
		display: none;
	}
	.banner-bottom-section{
		overflow: hidden;
	}
	.banner-bottom-section .col-md-5{
		padding: 0;
	}
	.explore-links li {
    	margin-bottom: 10px;
		width:30%;
	}
	.explore-links li a span {
    	font-size: 12px;
	}
	.select-car-box .car-atributes .atribute {
		padding: 10px 2px
	}
	.select-car-box .car-atributes .atribute div {
		font-size: 15px;
	}
	.select-car-box .car-atributes .atribute i {
		padding: 0 2px
	}
	.select-car-box .car-atributes .atribute i img {
		width: 25px;
	}
	.select-car-box .car-atributes .atribute div {
		height: 40px;
		line-height: 38px;
	}
	.select-car-box .car-atributes .atribute div span {
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.mobile-app .main-heading {
		margin-top: 0px;
	}
	.main-heading {
		font-size: 28px;
	}
	.main-heading .dash-bt {
		margin-top: 10px;
	}
	.app-benifits {
		margin: 10px 0;
	}
	.app-benifits li {
		font-size: 13px;
		margin: 3px;
		padding: 4px;
		text-transform: capitalize;
	}
	.app-benifits li i {
		display: none;
	}
	.app-button a {
		width: 140px;
		height: 48px;
	}
	.benefit {
		padding: 20px 0
	}
	.benefit h3 {
		padding: 0;
		font-size: 22px;
	}
	.footer-sitemap li a i {
		padding-right: 4px;
	}
	.grid-item, .grid-item-width2 {
		width: 100%;
	}
	.grid-item-height2, .grid-item {
		height: 40vh
	}
	.grid-item-width2 .service-content {
		width: 100%;
		left: 0
	}
	.header-half-content.airport-detail {
		max-height: 100%;
		margin-bottom: 0px;
	}
	.about-textarea {
		width: 100%;
		height: 60%;
		float: none;
		padding: 100px 10px 10px;
	}
	.about-banner {
		width: 100%;
		height: 40%;
		float: none;
		padding: 20px 50px;
	}
	.four-box-text {
		height: auto;
		overflow: hidden
	}
	.four-box-textarea {
		height: auto;
		padding: 15px 40px;
		width: 100%
	}
	.box-image {
		height: 250px;
		width: 100%
	}
	.inner-form {
		height: auto;
	}
	.A-box h2 {
		padding: 0;
		font-size: 24px;
		letter-spacing: 2px;
		margin: 10px 0
	}
	.A-box p {
		padding: 0;
		margin: 10px 0
	}
	.A-box.fliped h2 {
		padding: 0
	}
	.airportlisting .airport-box {
		height: 290px;
		min-height: auto;
		width: 50%;
	}
	.select-car-box .car-content {
		padding: 10px 40px;
	}
	.select-car-box .car-content h3 {
		margin: 0
	}
	.select-car-box .car-atributes {
		padding: 10px;
	}
	.carslider {
		padding: 0;
		margin: 10px 0
	}
	.carslider .slides li {
		opacity: 0.05
	}
	.select-car-box .car-image {
		width: 70%;
		left: 15%;
	}
	.trustpilot {
		padding: 30px 0;
	}
	.trust-rating {
		margin: 10px 0
	}
	.trust-rating h3 {
		font-size: 32px;
		line-height: 1.2;
		margin: 0;
	}
	.flx-gooogle-map {
		width: 100%;
		height: 450px;
		position: relative;
		left: auto
	}
	.airport-detail-content h2{
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.inner-page-banner {
    	height: 35vh;
	}
	.intro-loader .inner-box {
		width: 300px;
	}
	.slide-content {
		padding-left: 16px;
	}
	.slide-content h2{
		font-size: 30px;
	}
	.slide-content h3{
		font-size: 24px;
	}
	.innerpage .header .logo {
		width: 260px;
		height: 60px;
	}
	.innerpage .header .header-call {
		padding: 8px 0;
	}
	.header .header-labels {
		padding: 0;
		width: calc(100% - 330px);
	}
	.header .navigation .nav-items li {
		padding: 0;
		margin-bottom: 5px
	}
	.header .navigation .nav-items li a {
		padding: 10px 0;
		color: #fff;
	}
	.header .navigation .nav-items .sub-menu li a {
		padding: 10px 8px
	}
	.header.scrolled .navigation .toggle-menu {
		padding: 8px;
	}
	.toggle-menu {
		padding: 8px 0;
	}
	.header_slider .slides li .slide-content .centredY {
		padding: 0 10px
	}
	.header_slider .slides li .slide-content {
		padding: 130px 0 0 0
	}
	.header_slider .slides li .slide-content .btn {
		margin: 5px 0;
		display: block;
		padding: 12px 20px;
	}
	.header_slider .slides li .slide-content a.download {
		display: none;
	}
	.grid-item, .grid-item-width2, .grid-item-height2 {
		width: 100%;
		height: 50vh
	}
	.airport-detail-content h2{
		font-size: 22px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.airport-detail-content h2 br{
		display: none;
	}
	.airportlisting .airport-box {
		width: 100%;
	}
	.trust-rating {
		display: table;
		width: 100%;
	}
	.select-car-box .car-atributes .atribute div {
		border-radius: 5px;
		padding: 5px;
		height: auto
	}
	.select-car-box .car-atributes .atribute div span {
		width: auto;
		height: auto;
		background-color: transparent;
		color: #1c1d1e
	}
	.benefit h3 {
		font-size: 18px;
	}
	.copyright {
		font-size: 11px;
	}
	#booknow, .calbacknow {
		display: none;
	}
	.banner-slogan-line {
		display: none
	}
	.scrolltotop {
		bottom: 0
	}
	.header-half-content {
		height: auto
	}
	.about-textarea .centredY {
		position: relative;
		transform: none
	}
	.header-half-content.airport-detail {
		max-height: 100%;
	}
	.solution-col.bordered {
		border: 0
	}
	.four-box-textarea {
		padding: 10px;
	}
	.AAAcontent {
		padding: 10px 0;
	}
	.A-box {
		padding: 10px 0
	}
	.A-box img {
		display: none
	}
	.A-box.fliped {
		text-align: left
	}
	.A-box h2::before {
		display: none
	}
	
	.airport-chauffur .airport-chauffer-form .chauffer-points li {
		width: 100%;
	}
	.airport-chauffur .airport-chauffer-form .captcha .form-control {
		max-width: 170px
	}
	.airport-chauffur .airport-chauffer-form {
		padding: 10px;
	}
	.bookonthego .section-heading .app-button {
		float: none;
	}
	.service-content .btn-custom {
		margin: 5px 0
	}
	.services-thumbnails .thumb-box {
		width: 100%;
	}
	.section-heading h3 {
		font-size: 26px;
	}
	.about-textarea {
		height: auto;
	}
	.book-box {
		position: relative;
		bottom: auto;
		padding-top: 90px;
	}
	.book-box .btn-book {
		margin-bottom: 10px;
	}
	
	.pad-top {
    	padding-top: 50px;
	}
	
	.flx-gooogle-map {
		width: 100%;
		height: 300px;
		position: relative;
		left: auto
	}
	.footer-sitemap {
		display: none;
	}
	.footer h5.title a::after {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 0;
		right: 10px;
		content: "\f067";
	}
	.footer h5.title a.active::after {
		content: "\f068";
	}
	.voucher-box {
		height: auto;
	}
	.voucher-box img {
		width: 100%
	}
	.social-icons{
		display: none;
	}
	.explore-down{
		display: none;
	}
	.inner-page-half,.faq  {
    	margin-top: 60px;
	}
	h1, .h1 {
    	font-size: 30px;
	}
}

@media(max-width:639px) {
	.select-car-box .car-atributes .atribute {
		display: block;
		width: 100%;
		float: left;
		padding: 10px 7px;
	}
	.select-car-box .car-atributes .atribute div {
		display: block;
		position: relative;
		width: 100%;
		border: 1px solid #1c1d1e;
		border-radius: 10px 60px 60px 10px;
		padding: 0;
		height: 55px;
		line-height: 53px;
		text-align: left;
		font-size: 18px;
		text-transform: uppercase;
	}
	.select-car-box .car-atributes .atribute i {
		float: left;
		padding: 0 8px 0 5px;
		display: block
	}
	.select-car-box .car-atributes .atribute div span {
		display: block;
		position: relative;
		width: 53px;
		height: 53px;
		border-radius: 100%;
		line-height: 51px;
		background-color: #1c1d1e;
		color: #FFF;
		float: right;
		text-align: center;
		font-size: 26px;
		font-weight: 700
	}
	.app-benifits li {
		width: 100%;
		margin: 2px 0
	}
	.copyright .text-left, .copyright .text-right {
		text-align: center !important;
		margin: 8px 0;
	}
	.about-banner, .header-half-content.airport-detail .about-banner {
		height: 300px;
		background-size: 100%;
		margin-top: 0;
	}
	.airportlisting .airport-box {
		height: 250px;
	}
	.airportlisting .airport-box .airport-about {
		padding: 10px;
	}
	.airportlisting .airport-box span::before, .airportlisting .airport-box span::after, .airportlisting .airport-box::before, .airportlisting .airport-box::after {
		display: none
	}
	.app-button a {
		width: 135px;
	}
	.header_slider .slides li .slide-content p.xmas {
		font-size: 11px;
	}
}

@media(max-width:480px) {}

@media(max-width:359px) {
	.about-banner {
		height: 250px;
	}
	.innerpage .header .logo {
		width: 240px;
		height: 50px;
	}
}
.text-white{
	color: #fff;
}
/****************************************************************************************************
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-weight: 700;
***************************************************************************************************
****COLORS*****
Blue 	: 	#000080
Red  	: 	#ff0000
Gray 	:	#f2f2f2
Black 	: 	#1c1d1e
**************************************************************************************************/