/*Main Style Sheet
This is Custom Styling Css file used for Execborn (.com)

Custom Column size added in bootstrap.css (col-cs-) @media (min-width: 481px)
***************************************************************************************************
font-family: 'Dosis', sans-serif;
font-family: 'Oxygen', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
***************************************************************************************************
****COLORS*****
Light Gray 	: 	#3a3a3a
Dark Gray 	:	#151515
Black 	: 	#000000
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/

body {
    margin: 0;
    background-color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #151515;
}


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

::selection {
    background: #3a3a3a;
    color: #FFF
}

::-moz-selection {
    background: #3a3a3a;
    color: #FFF
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
}

h1,
h2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 300;
}

a {
    color: #151515;
    text-decoration: none;
}

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

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}
.fc-black {
    color: #151515 !important;
}
.fc-white {
    color: #fff !important;
}
.wrapper {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.btn-primary {
    background: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-primary:hover {
    background: #151515;
    border-color: #151515;
}

.btn-white {
    color: #151515 !important;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-white:hover {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff;
}

.btn-black {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #252525;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-black:hover,.btn-black:focus {
    background: #151515;
	color: #fff;
}

.form-control,
.form-control:focus,
.input-captcha {
    background: transparent;
    color: #3f3f3e;
    font-size: 24px;
    /*text-transform: uppercase;*/
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-bottom: 30px
}

.half-box {
    width: 50%;
    position: relative;
    height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bg-black {
    background: #151515;
}

.bg-black.left::before {
    background: #151515;
    width: 200%;
    left: -199.80%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.bg-black.right::before {
    background: #151515;
    width: 200%;
    right: -199.80%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.bg-white {
    background: #fff;
}

.bg-white.left::before {
    background: #fff;
    width: 200%;
    left: -199.80%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.bg-white.right::before {
    background: #fff;
    width: 200%;
    right: -199.80%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.half-black.left::before {
    background: rgba(0, 0, 0, 0.7);
    width: 200%;
    left: -199.92%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.half-black.right::before {
    background: rgba(0, 0, 0, 0.7);
    width: 200%;
    right: -199.92%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.half-black {
    background: rgba(0, 0, 0, 0.7);
}

.half-white.left::before {
    background: rgba(255, 255, 255, 0.4);
    width: 200%;
    left: -199.92%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.half-white.right::before {
    background: rgba(255, 255, 255, 0.4);
    width: 200%;
    right: -199.92%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.half-white {
    background: rgba(255, 255, 255, 0.4);
}

.half-content {
    padding: 100px 0;
    width: 80%;
    margin: 0 auto
}

.half-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.skew {
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
}

.noskew {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
}

.reverse.skew {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
}

.reverse .noskew {
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
}

.header {
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 10;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.header.fixed {
    position: fixed;
    background: #fff;
    color: #151515;
}

.menu {
    width: 30%;
}

.menu a {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    padding: 12px 10px;
    display: inline-block;
}

.fixed .menu a {
    color: #151515;
}

.fixed .phone {
    color: #151515;
}
.fixed .phone:hover{color: #151515;}
.nav-toggle {
    text-align: center;
    margin-left: 20px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    position: relative;
    width: 60px;
    height: 50px;
    float: left;
}

.nav-toggle:hover {
    text-decoration: none;
    color: #fff;
}

.nav-toggle span {
    background: #7a7a7a;
    background: -moz-linear-gradient(left, #7a7a7a 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(left, #7a7a7a 0%, #d7d7d7 100%);
    background: linear-gradient(to right, #7a7a7a 0%, #d7d7d7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#d7d7d7', GradientType=1);
    display: block;
    height: 3px;
    margin-bottom: 8px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.nav-toggle:hover span {
    background: #fff;
}

.nav-toggle span.last {
    margin-bottom: 0px;
}

.nav-toggle.selected .mid {
    opacity: 0;
}

.nav-toggle.selected span.first,
.nav-toggle.selected span.last {
    position: absolute;
    top: 25px;
    transform: rotate(-45deg);
    width: 40px;
}

.nav-toggle.selected span.last {
    transform: rotate(45deg);
}

.nav-toggle.fixed {
    position: fixed;
    border: 1px solid #fff;
    background-color: #fff
}

.nav-toggle.fixed:hover span {
    background: #252525;
}

.has-menu-open .nav-toggle span,
.has-menu-open .nav-toggle:hover span,
.has-menu-open .nav-toggle:hover span {
    background: #252525;
}

.menu-dropdown {
    color: #151515;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background: #fff;
    padding: 100px 10px 40px;
    width: 100%;
    height: auto;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transition: .75s transform cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: .75s transform cubic-bezier(.19, 1, .22, 1);
}

.menu-dropdown.open {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.menu-dropdown::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.main-menu ul,
.sub-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu li a {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 30px;
    padding: 10px;
    display: block
}

.main-menu li a:hover {
    background: #151515;
    color: #fff;
}

.sub-menu::before,
.sub-menu::after {
    background-color: #ccc;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    content: '';
}

.sub-menu::before {
    left: 0;
}

.sub-menu::after {
    right: 0
}

.sub-menu {
    padding: 0px 40px 0
}

.sub-menu h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 15px 0 10px;
}

.sub-menu li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 6px 25px;
    position: relative;
}

.sub-menu li::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    left: 0;
    position: absolute;
    top: 10px;
}

.sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block
}

.sub-menu li a:hover {
    color: #333;
    text-decoration: underline
}

.sub-level-menu {
    padding: 0px 30px 0
}

.sub-level-menu h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 15px 0 10px;
}

.sub-level-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub-level-menu li {
    display: block;
    padding: 6px 25px;
    position: relative;
}

.sub-level-menu li::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    left: 0;
    position: absolute;
    top: 10px;
}

.sub-level-menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block
}

.sub-level-menu li a:hover {
    color: #333;
    text-decoration: underline
}

.contactinfo {
    margin: 10px 0
}

.contactinfo a {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}

.contactinfo i {
    width: 25px;
    height: 25px;
    background: #151515;
    color: #fff;
    border-radius: 4px;
    line-height: 25px;
    text-align: center
}

.sub-level-menu .joinus {
    padding: 15px 0;
    text-align: center;
}

.sub-level-menu .joinus small {
    display: block;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.sub-level-menu .social a {
    font-size: 20px;
    color: #151515;
    text-align: center;
    padding: 5px 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #151515;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.sub-level-menu .social a:hover {
    background-color: #151515;
    color: #fff;
}

.logo {
    text-indent: -4444px;
    position: absolute;
    width: 490px;
    height: 66px;
    left: 50%;
    margin-left: -233px;
    top: 0;
    background: url(../../images/front/logo.png) center center no-repeat;
}

.phone {
    float: right;
    font-family: 'Dosis', sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 40px;
}
.phone:hover{color:#fff;}
.intro {
    color: #fff;
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.intro .half-box {
    height: 100%;
    right: -10%
}

.intro .half-content {
    padding: 16% 0 50px;
    width: 85%;
}

.heading-caption::before {
    background: rgba(22, 22, 22, 0.7);
    width: 200%;
    left: -199.93%;
    position: absolute;
    top: 0;
    height: 100%;
    content: ' ';
}

.heading-caption {
    position: absolute;
    bottom: 100px;
    width: 56.7%;
    background: rgba(22, 22, 22, 0.7);
    padding: 0 10%;
}

.heading-caption h2 {
    font-size: 38px;
    margin: 25px 0
}

.intro h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.input-field {
    -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;
    width: 70%;
    position: relative;
    margin: 10px 0 20px;
}

.input-field .prefix {
    font-size: 18px;
    top: 16px;
    left: 0px;
    width: 16px;
    position: absolute;
    border-bottom: 1px solid #ccc;
    padding: 0 0 11px 0;
    -moz-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
    color: #fff;
    text-shadow: none;
}
.input-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.input-text:-ms-input-placeholder {
  color: #999999;
}
.input-text::-webkit-input-placeholder {
  color: #999999;
}
.input-text::-ms-expand {
  border: 0;
  background-color: transparent;
}
.input-field .input-text {
    color: #fff;
    margin-left: 15px;
    width: calc(100% - 20px);
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    outline: medium none;
    padding: 0 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;
    position: relative;
}
.input-field option {
    background-color: #000;
    border: 1px solid #000;
}
/*
.input-field label {
    margin-left: 16px;
}

.input-field label {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    left: 20px;
    position: absolute;
    bottom: 12px;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-shadow: none;
    z-index: 0
}

.input-field .active label {
    font-size: 11px;
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}*/

.btn-send {
    padding: 5px 25px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
}

.bootstrap-datetimepicker-widget {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    color: #000;
    z-index: 99999 !important;  
}

.calculator-field {
    width: 100%;
    position: relative;
    float: left;
}
.w50 .calculator-field {width:50%;}
.estimate {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 25px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
}

.fleet {
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
}

.fleet h2 {
    margin-top: 10px;
}

.fleet h3 {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

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

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

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

.fleet-slider a.btn-white {
    margin: 60px auto;
    display: inline-block;
}

.car-detail {
    width: 50%;
    float: left;
    display: table;
    margin: 30px 0;
}

.car-detail span {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.car-detail small {
    display: block;
    font-size: 20px;
    line-height: 18px;
}

.main-content {
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main-content h3 {
    font-size: 24px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-content a {
    margin-top: 20px;
}

.luxury {
    color: #fff;
    width: 100%;
    display: block;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.luxury .half-box.left {
    left: 7px;
}

.luxury .half-box.right {
    right: -7px;
}
.luxury h2 {
    margin-bottom: 25px;
}

.luxury h3 {
    font-size: 24px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.luxury a {
    margin-top: 20px;
}

.get-touch {
    width: 50%;
    margin: 0 auto;
}

.get-touch .input-text {
    background: transparent;
    color: #3f3f3e;
    font-size: 24px;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    margin-bottom: 30px
}

.get-touch .captcha {
    margin-bottom: 30px;
    width: 100%;
    border:none;
}

.captcha span {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #3f3f3e;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase
}

.get-touch .input-captcha {
    width: 60%;
    float: left;
    background-color: #c5c4c4;
    color: #3f3f3e;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.get-touch .btn-black {
    padding: 10px 15px;
    width: 40%;
}

.trustpilot {
    color: #fff;
    width: 100%;
    display: block;
    background: url(../../images/front/luxury-car.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.trustpilot .half-box.left {
    left: -25px;
}

.trustpilot .half-box.right {
    right: 25px;
}

.trustpilot h3 {
    font-family: 'Oxygen', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}

.trustpilot p {
    margin-top: 30px;
}

.trustpilot a.btn-white {
    margin-top: 30px;
    display: inline-block;
}

.trust-slider {
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
}

.trust-slider .slide {
    padding: 10px 15px;
}

.trust-slider h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer {
    background-color: #151515;
    font-family: 'Dosis', sans-serif;
}

.brand {
    padding: 40px 0;
}

.contact-info {
    background-color: #fff;
    padding: 20px 0;
    font-family: 'Dosis', sans-serif;
}

.callus,
.emailus {
    padding: 20px 0 20px 80px;
    font-size: 30px;
    line-height: 30px;
    border-right: 1px solid #000;
}

.joinus {
    padding: 15px 0;
}

.callus {
    background: url(../../images/front/call-icon.png) center left no-repeat;
}

.emailus {
    background: url(../../images/front/email-icon.png) center left no-repeat;
}

.callus small,
.emailus small,
.joinus small {
    display: block;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.social a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #151515;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

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

.copyright {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.link {
    font-size: 16px;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.link a {
    color: #fff;
    padding: 5px 15px;
}

.footer .design {
    color: #fff;
}
.scrolltotop { position: fixed; bottom: 60px; right: 30px; z-index: 999; display: none; border:1px solid #000;background-color:#fff; color:#000;border-radius:0;}

/**********************About Page************************/

.pbg {
    background-attachment: fixed;
}

.page-about {
    color: #fff;
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*overflow: hidden;*/
    z-index:1;
}

.page-about .half-box {
    right: -10%
}

.page-about .half-content-box {
    padding: 16% 50px 50px 0;
    width: 70%;
}

.page-about .half-content {
    padding: 15% 50px 50px;
    width: 90%;
}

.page-about h1 {
    font-size: 40px;
    margin-bottom: 40px;
}

.page-about p {
    margin-bottom: 20px;
}

.request-form h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.request-form .input-button {
    width: 70%;
    position: relative;
    text-align: right;
}

.request-form select.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.request-form textarea.input-text {
    height: 70px;
}

.request-form .input-field .active textarea~label {
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}

.btn-submit {
    padding: 10px 40px
}

.page-content::before {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.page-parallax::before {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.page-content,
.page-parallax {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-content h2,
.page-parallax h2 {
    margin-bottom: 40px;
}

.page-content p {
    margin-bottom: 30px;
}

.page-content-more {
    background-position: center right;
    background-repeat: no-repeat;
	background-size:cover;
    overflow: hidden
}

.page-content-more .bg-white {
    padding: 100px 50px 100px 0;
}

.page-content-more h3 {
    font-size: 44px;
    font-weight: 300;
    text-transform: uppercase;
}

.page-content-more p {
    margin-bottom: 30px;
}

.services-box {
    font-style: italic;
}

.service-link::before {
    background-color: #c4c4c4;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.service-link {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 15px;
    width: 30%;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    background-color: #f4f4f4;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-link:hover::before {
    width: 100%;
}

.open-account {
    background: center left no-repeat;
    background-size: cover;
    font-size: 20px;
    overflow: hidden
}

.open-account .bg-white {
    padding: 30px 0 80px 80px;
}

.open-account h3 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.open-account p {
    margin-bottom: 20px;
}

.open-account a {
    font-size: 24px;
    font-weight: 300
}

.list-check {
    list-style: none;
    padding: 0;
    display: table;
    margin-bottom: 30px;
}

.list-check li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    position: absolute;
    top: 5px;
    width: 30px;
    color: #14981f
}

.list-check li {
    padding-left: 30px;
    display: block;
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 10px;
}


/**********************Airport Detail Page************************/

.airport-content {
    position: relative;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.airport-content .half-box.right {
    right: -15px;
}

.airport-content .half-content {
    padding: 100px 0px 100px 50px;
    width: 100%;
}

.airport-content p {
    margin-bottom: 30px;
}


/**********************Service Page************************/

.page-services {
    background-color: #000;
    padding: 50px 0;
}

.page-services h2 {
    color: #fff;
}

.service-box {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.service-box h3 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1
}
.service-box .price{
    display:block;
    margin-top: 10px;
    margin-bottom: 20px
}
.service-box .service-image {
    width: 100%;
    min-height: 230px;
    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;
}

.service-box:hover .service-image {
    transform: scale(1.2, 1.2) rotate(4deg);
    -webkit-transform: scale(1.2, 1.2) rotate(4deg);
}


/**********************Service Detail Page************************/

.inner .page-about {
    height: calc(100vh - 90px);
    overflow:hidden;
}

.page-service-detail {
    padding: 50px 0
}

.list-pricing {
    list-style: none;
    padding: 0;
    display: table;
    margin-bottom: 30px;
}

.list-pricing li::before {
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    position: absolute;
    top: 5px;
    width: 30px;
    color: #fff
}

.list-pricing li {
    padding-left: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}


/**********************Inner Page************************/

.inner .header {
    position: relative;
    background-color: #000;
}

.inner .logo {
    top: -10px;
}

.inner-banner {
    height: auto;
    position: relative;
}

.banner-image {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner h1 {
    position: absolute;
    top: 25%;
    width: 100%;
}

.inner-banner h1 small {
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
    color: #000;
    display: block;
}

.content {
    padding: 40px 0;
    font-size: 18px
}

.content .heading {
    font-size: 50px;
    margin: 30px auto 30px;
}

.content .heading.reverse::after {
    left: 50%;
    margin-left: -50px;
}

.whychooseus {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto
}

.whychooseus .column {
    width: 25%;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    height: 100%
}

.whychooseus .box {
    width: 100%;
    position: relative;
    background-color: #000;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400
}

.whychooseus .box .centered {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    padding: 20px 60px;
}

.whychooseus .box.half {
    height: 50%;
}

.whychooseus .box.two-third {
    height: 66.666666%
}

.whychooseus .box.one-third {
    height: 33.333333%
}

.whychooseus .one-fifth {
    height: 20%
}

.whychooseus .two-fifth {
    height: 40%
}

.whychooseus .box.img {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.whychooseus .box h4 {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}

.team {
    overflow: hidden;
}

.team h1 {
    margin-bottom: 30px;
}

.team .team-list {
    margin-top: 60px;
}

.team-item {
    width: 50%;
    float: left;
    position: relative;
    color: #fff;
}

.team-image,
.team-content {
    width: 50%;
    float: left;
    height: 400px;
    overflow: hidden;
}

.team-content {
    padding: 20px 50px;
}

.team-content.half-black {
    background: #000;
}

.team-content h3 small {
    color: #fff;
}

.branchlocator-map {
    height: 90vh;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: url(../../images/front/google-map.jpg) center center no-repeat;
    background-size: cover;
}

.search-result {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    max-width: 600px;
    min-width: 400px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 40%;
    overflow: auto;
    z-index: 2;
}
.googlemap{
    width: 100%;
    height:100%;
}
.resultbar {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0
}

.resultbar .expandbtn {
    display: block;
    width: 25px;
    height: 25px;
    color: #FFF;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 0;
    text-indent: -999px
}

.resultbar .expandbtn::after {
    content: "+";
    text-indent: 0;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 20px;
    height: 25px
}

.resultbar .expandbtn.active::after {
    content: "-";
}

.resultbar h3 {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 10px 0;
    margin-right: 50px;
    margin-bottom: 0;
}

.resultbar .address {
    display: block;
    position: relative;
    font-size: 18px;
    margin: 10px 0px
}

.resultbar .redtext {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.detailed-info {
    display: none;
    padding: 10px 0;
    margin: 0px 0 20px 0;
    border-top: 1px solid #ccc;
}

.detailed-info h4 {
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 10px;
}

.detailed-info .contact-numbers {
    display: table;
    width: 100%;
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #ccc
}

.detailed-info .contact-numbers li {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0
}

.detailed-info .contact-numbers li strong {
    display: block;
    font-size: 28px;
    font-weight: 400;
}

.detailed-info .contact-numbers li:last-child {
    border: 0
}

.detailed-info a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.contact {
    overflow: hidden;
    position: relative;
}

.contact .contact-info {
    background-color: #000;
    font-size: 30px;
    line-height: 30px;
    padding: 30px 0;
}
.contact .contact-info .callus,.contact .contact-info .emailus{
	filter:invert(1);
	-webkit-filter: invert(1); /* Prefixed CSS3 blur filters */
	-moz-filter: invert(1); 
	-o-filter: invert(1); 
	-ms-filter: invert(1); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
}
.contact .contact-info i {
    float: left;
    margin-right: 10px;
}
.contact .contact-info small {
    display: block;
    font-family: "Oxygen", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#map_canvas {
    width: 100%;
    left: -65px
}
.contact .contact-info .joinus small{
	color:#fff;
}
.contact .contact-info .social a {
    color: #fff;
    border: 1px solid #fff
}

.contact .contact-info .social i {
    float: none;
    margin-right: 0px;
}

.contact-address {
    padding: 20px 0 20px 80px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 4444
}

.contact-address h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.contact-address h4 {
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.input-captcha {
    width: auto;
}


/* notfification*/

.no-padding {
    padding: 0px;
}

.hide-area {
    display: none;
}

.position-relative {
    position: relative;
}

.red-color {
    color: red;
}

.error-area {
    border: 1px solid #f35958 !important;
    background-color: #FCB5AF;
}

.error {
    /*display: block;*/
    color: #f35958;
}

input.error {
    border: 1px solid #f35958 !important;
}

span.error {
    position: absolute;
    bottom: 0px;
    background-color: rgba(184, 26, 30, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    right: 35px;
}

span.calculator-error {
    margin-left: 25px;
    color: red;
    font-size: 12px;
}

.correct {
    display: block;
    color: #acf9ad;
}

input.correct {
    border: 1px solid #3c763d !important;
}

span.correct {
    position: absolute;
    bottom: 0px;
    background-color: rgba(223, 240, 216, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #3c763d;
    font-size: 12px;
    right: 0px;
}

.form-group {
    position: relative;
    overflow: hidden;
}

#msg_box {
    display: none;
}

.msg-box {
    display: block !important;
    padding: 5px !important;
    margin-top: 10px !important;
}

.alert {
    padding: 10px;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.padding-zero {
    padding: 0;
}

.error-area {
    border: 1px solid red;
    background: #f4bcbc;
}

#frm_contact #security_code-error {
    right: 15px !important;
}


/**********************Corporate-Priority-Account************************/

.corporate_priority h1 {
    margin-bottom: 50px;
    text-align: center;
}

.form-input {
    position: relative;
    margin-bottom: 15px;
}

.form-input label {
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}

.corporate_priority .input-text,
.corporate_priority .input-text:focus {
    border: 1px solid #000;
    margin-bottom: 0px;
}

.icon-field {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 45px;
}


/**********************Login-register**********************************/

.page-login {
    color: #fff;
    width: 100%;
    height: 650px;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.input-border-white,
.input-border-white:focus {
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 0px;
}

.page-login-box {
    padding: 60px 0;
}

.page-login-box h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.page-login-box .anchor-link {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #fff;
    font-family: 'Dosis', sans-serif;
}

.anchor-forgot {
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
    display: table;
    font-family: 'Dosis', sans-serif;
}

.anchor-forgot:hover,
.anchor-forgot:focus {
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
    display: table;
    font-family: 'Dosis', sans-serif;
    text-decoration: underline;
}

.horizontal-separator {
    width: 150px;
    background-color: #fff;
    margin-left: 0;
}

.captcha {
    background: transparent;
    color: #fff;
    width: 50%;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-align: center;
}

.captcha-img {
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
    width: 45%;
    background-color: #e3e6e6;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.captcha-img span {
    font-size: 24px;
    line-height: 1;
    color: transparent;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.captcha-refresh {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #151515;
    font-size: 16px !important;
    color: #fff;
    cursor: pointer;
    line-height: 45px !important;
    margin-top:0px !important;
}

.captcha-refresh:hover {
    color: #fff;
}


/**********************booking-form-for-passenger**********************************/

.booking-form-passenger h3 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    background: #000;
    display: table;
    padding: 5px;
    margin-top: 50px;
}

.booking-form-input {
    margin-bottom: 10px;
}

.booking-form-input label {
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}

.booking-form-input .input-text {
    font-size: 18px;
}

.booking-form-input p {
    font-size: 16px;
    color: #ff0000;
    font-family: 'Dosis', sans-serif;
}

.passenger label {
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.qty-input {
    position: relative;
}

.arrow {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    width: 15px;
    height: 15px;
    font-size: 16px;
    line-height: 14px;
    padding: 0;
}

.arrow-up {
    top: 4px;
}

.arrow-down {
    bottom: 4px;
}

.booking-form-input .icon-field {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 40px;
}


/*Check Box*/

.checkbox label {
    color: #565656;
    display: table-cell;
    font-size: 16px;
    height: 37px;
    line-height: 1;
    padding: 0 0 0 40px;
    vertical-align: middle;
    bottom: auto;
    left: auto;
    position: relative;
}

.checkbox label.no-text {
    padding-left: 35px
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label::before {
    font-family: FontAwesome;
    content: "";
    background-color: #fff;
    top: 0;
    display: inline-block;
    height: 35px;
    left: 0px;
    margin-right: 0px;
    position: absolute;
    width: 35px;
    border: 1px solid #cccccc;
    color: #2F7AF8;
    text-align: center;
    font-size: 18px;
    line-height: 33px;
    border-radius: 5px
}

.checkbox input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    border: 1px solid #00c360;
    color: #fff;
    background-color: #00c360
}

.checkbox.chk-md label {
    color: #565656;
    display: table-cell;
    font-size: 16px;
    height: 24px;
    line-height: 1;
    padding: 0 0 0 26px;
    vertical-align: middle;
}

.checkbox.chk-md label.no-text {
    padding-left: 22px
}

.checkbox.chk-md input[type="checkbox"] {
    display: none;
}

.checkbox.chk-md label::before {
    font-family: FontAwesome;
    content: "";
    background-color: #fff;
    top: 0;
    display: inline-block;
    height: 22px;
    left: 0px;
    margin-right: 0px;
    position: absolute;
    width: 22px;
    border: 1px solid #cccccc;
    color: #2F7AF8;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px
}

.checkbox.chk-md input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    border: 1px solid #00c360;
    color: #fff;
    background-color: #00c360
}

.checkbox.chk-sm label {
    color: #565656;
    display: table-cell;
    font-size: 12px;
    height: 18px;
    line-height: 1;
    padding: 0 0 0 22px;
    vertical-align: middle;
}

.checkbox.chk-sm label.no-text {
    padding-left: 16px
}

.checkbox.chk-sm input[type="checkbox"] {
    display: none;
}

.checkbox.chk-sm label::before {
    font-family: FontAwesome;
    content: "";
    background-color: #fff;
    top: 0;
    display: inline-block;
    height: 16px;
    left: 0px;
    margin-right: 0px;
    position: absolute;
    width: 16px;
    border: 1px solid #cccccc;
    color: #000;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    border-radius: 2px
}

.checkbox.chk-sm input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    border: 1px solid #00c360;
    color: #fff;
    background-color: #00c360
}

.checkbox.checkbox-inline {
    margin-top: 0;
    padding-left: 0px;
}

.checkbox.checkbox-inline.chk-md label {
    padding-left: 30px;
    padding-right: 20px;
}

.checkbox.checkbox-inline label {
    padding-left: 20px;
    padding-right: 30px;
    cursor: pointer;
}


/*Radio*/

.radio label {
    color: #565656;
    display: table-cell;
    font-size: 16px;
    height: 37px;
    line-height: 1;
    padding: 0 0 0 40px;
    vertical-align: middle;
}

.radio input[type="radio"] {
    display: none;
}

.radio label::before {
    content: "";
    background-color: #fff;
    top: 0;
    height: 35px;
    left: 0px;
    width: 35px;
    display: block;
    position: absolute;
    border: 1px solid #000;
    border-radius: 100%
}

.radio label::after {
    content: "";
    background-color: #fff;
    top: 6px;
    height: 23px;
    left: 6px;
    width: 23px;
    display: block;
    position: absolute;
    border-radius: 100%
}

.radio input[type="radio"]:checked+label::before {
    border: 1px solid #000;
}

.radio input[type="radio"]:checked+label::after {
    background-color: #000;
}

.radio.radio-md label {
    color: #565656;
    display: table-cell;
    font-size: 16px;
    height: 20px;
    line-height: 1;
    padding: 0 0 0 28px;
    vertical-align: middle;
}

.radio.radio-md input[type="radio"] {
    display: none;
}

.radio.radio-md label::before {
    content: "";
    background-color: #fff;
    top: 0;
    height: 22px;
    left: 0px;
    width: 22px;
    display: block;
    position: absolute;
    border: 1px solid #000;
}

.radio.radio-md label::after {
    content: "";
    background-color: #fff;
    top: 4px;
    height: 14px;
    left: 4px;
    width: 14px;
    display: block;
    position: absolute;
}

.radio.radio-md input[type="radio"]:checked+label::before {
    border: 1px solid #000;
}

.radio.radio-md input[type="radio"]:checked+label::after {
    background-color: #000;
}

.radio.radio-sm label {
    color: #565656;
    display: table-cell;
    font-size: 14px;
    height: 18px;
    line-height: 1;
    padding: 0 0 0 22px;
    vertical-align: middle;
}

.radio.radio-sm input[type="radio"] {
    display: none;
}

.radio.radio-sm label::before {
    content: "";
    background-color: transparent;
    top: 0;
    height: 16px;
    left: 0px;
    width: 16px;
    display: block;
    position: absolute;
    border: 1px solid #fff;
}

.radio.radio-sm label::after {
    content: "";
    background-color: transparent;
    top: 3px;
    height: 10px;
    left: 3px;
    width: 10px;
    display: block;
    position: absolute;
}

.radio.radio-sm input[type="radio"]:checked+label::before {
    border: 1px solid #fff;
}

.radio.radio-sm input[type="radio"]:checked+label::after {
    background-color: #fff;
}

.radio.radio-inline {
    margin-top: 5px;
}

.radio.radio-inline.radio-md label {
    padding-left: 10px;
    padding-right: 20px;
}

.radio.radio-inline label {
    padding-left: 20px;
    padding-right: 25px;
}
.radio.radio-sm.radio-black label::before {border: 1px solid #000; background-color: transparent;}
.radio.radio-sm.radio-black label::after {background-color: transparent;}
.radio.radio-sm.radio-black input[type="radio"]:checked+label::before {
    border: 1px solid #000;
}
.radio.radio-sm.radio-black input[type="radio"]:checked+label::after {
    background-color: #000;
}

/**********************Faq-Page**********************************/

.faq h1 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.faq p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
}

.panel-default>.panel-heading {
    background: #fff;
    border: 1px solid black;
    border-radius: 0;
    padding: 0px;
    border: 1px solid #000;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 15px 15px;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    background: #fff;
	position:relative;
}
.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;
    right: 0;
}
.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;
    right: 0;
}
.panel-default:nth-child(even)>.panel-heading a {
    background: #f5f5f5;
}

.panel-body {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
}


/**********************Dashboard**********************************/

.heading {
    font-size: 50px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    position: relative;
    display: table;
    padding-bottom: 15px;
}

.heading::after {
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff
}

.heading.reverse {
    color: #151515;
}

.heading.reverse::after {
    background-color: #151515
}

.dashboard {
    color: #fff;
    background: url(../../images/front/dashboard.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 40px
}

.dashboard h1 {
    font-size: 50px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    position: relative;
    display: table;
    padding-bottom: 15px;
}

.dashboard h1::after {
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff
}

.dashboard-profile {
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    display: block;
    margin: 15px 0
}

.order-details {
    list-style: none;
    padding: 0;
    margin: 0px 0 50px;
    display: table;
    width: 100%;
}

.order-details li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.order-details li::after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(255, 10, 10, 1);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(255, 10, 10, 1);
    box-shadow: 0px 0px 5px 0.5px rgba(255, 10, 10, 1);
}

.order-details li .title {
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    display: block;
}

.order-details li .total {
    font-size: 38px;
    font-family: 'Dosis', sans-serif;
    display: block;
}

.dashboard-links {
    list-style: none;
    padding: 0 0 0 100px;
    margin: 0;
    display: table;
    width: 100%;
}

.dashboard-links li {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.dashboard-links li a {
    padding: 15px;
    display: block;
    background-color: #000;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #fff;
    border-bottom: none;
}

.dashboard-links li a:hover,
.dashboard-links li a.active {
    background-color: #4d0303;
}

.dashboard-links li a .noskew {
    display: table;
    height: 45px;
}

.dashboard-links li a img {
    display: table-cell;
    vertical-align: middle;
}

.dashboard-links li span {
    display: table-cell;
    vertical-align: middle;
}

.invoice-listing h2 {
    font-size: 30px;
}

.invoice-box {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #151515;
    padding: 15px;
    margin: 20px 0;
}

.invoice-box .completed {
    background-image: url(../../images/front/dashboard-ribbon.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 10px;
    right: -32px;
    content: '';
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 168px;
    height: 50px;
}

.invoice-box .pending {
    background-image: url(../../images/front/dashboard-ribbon.png);
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 10px;
    right: -32px;
    content: '';
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 168px;
    height: 50px;
}

.invoice-box .cancelled {
    background-image: url(../../images/front/dashboard-ribbon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    top: 10px;
    right: -32px;
    content: '';
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 168px;
    height: 50px;
}

.invoice-box span {
    font-weight: 500;
    display: inline-block;
    margin: 10px 10px 20px 0
}


/**********************Testimonial**********************************/

.testimonials {
    background: url(../../images/front/testmonial-back.jpg)center center no-repeat;
    background-size: cover;
}

.testimonial-box {
    overflow: hidden;
}
.testimonial-box .half-box{min-height:380px;}
.testimonial-box .half-white.left::before {
    background: rgba(255, 255, 255, 0.75);
}

.testimonial-box .half-white.right::before {
    background: rgba(255, 255, 255, 0.75);
}

.testimonial-box .half-white {
    background: rgba(255, 255, 255, 0.75);
}

.testimonial-content::before {
    position: absolute;
    top: 40px;
    left: 0px;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    color: #000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial-content::after {
    position: absolute;
    bottom: 40px;
    right: 0px;
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    color: #000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial-content {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
}

.testimonial-content.reverse {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
}

.testimonial-content.reverse::before,
.testimonial-content.reverse::after {
    color: #fff;
}

.testimonial-content small {
    text-align: right;
    display: block;
}


/**********************News-Listing**********************************/

.news-list-box {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.news-list-box.flip {
    background-position: center right;
}

.news-box {
    font-size: 18px;
    padding-left: 20px;
}

.reverse .news-box {
    padding-left: 0px;
    padding-right: 20px;
}

.news-box h2 {
    font-size: 30px;
    margin: 40px 0;
}

.sharebox {
    text-align: center;
    width: 50%;
    margin: 30px 0
}

.sharebox a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0 5px
}

.sharebox a:hover {
    background: #000;
    color: #fff;
}

.news-box .btn {
    margin: 30px 0;
}

.news-detail-box {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.news-detail-box .news-box {
    padding: 0px 0 20px 60px
}


/**********************Fleet**********************************/

.our-fleet {
    background: #000;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    font-family: 'Dosis', sans-serif;
    padding: 40px 0;
}

.carslider {
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    margin: 10px 0;
    padding: 0 100px
}

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

.carslider .slides li {
    opacity: 0.15;
    position: relative;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -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;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.select-car-box {
    display: block;
    position: relative;
    padding: 20px;
    margin: 0 15px;
    background: #fff;
    text-align: center;
}

.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: 10px 50px;
}

.select-car-box .car-content h3 {
    font-weight: 300;
    font-size: 36px;
}

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

.select-car-box .car-atributes {
    display: table;
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 100%;
}

.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%;
    padding: 0;
    height: 45px;
    line-height: 43px;
    text-align: left;
    font-weight: 300;
    font-size: 26px;
    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: 40px;
    height: 40px;
    line-height: 41px;
    color: #000;
    float: right;
    text-align: center;
    font-size: 26px;
    font-weight: 300
}

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

.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
}


/**********************Career**********************************/

.career {
    color: #fff;
    background: url(../../images/front/mercedes-black.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 40px;
    height: 550px;
    display: block;
    position: relative;
}

.career h1 {
    line-height: 1.2;
    margin-bottom: 60px;
}

.career .input-lg,
.career .btn-lg {
    height: 70px;
    font-size: 22px;
    text-transform: none;
}

.career-listing .heading {
    margin: 30px auto 30px;
    font-size: 36px;
}

.career-listing .heading.reverse::after {
    left: 50%;
    margin-left: -50px;
}

.career-box {
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    border: 1px solid #151515;
    padding: 15px;
    margin: 20px 0;
}

.career-box:nth-child(even) {
    background: #f5f5f5;
}

.career-title {
    background: #000;
    display: table;
    color: #fff;
    padding: 5px 10px 5px 30px;
    margin-left: -30px;
}

.career-text {
    margin-left: 8.33333333%;
    width: 83.33333333%;
}

.apply-link {
    background: #000;
    display: table;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    right: -20px;
    bottom: 15px;
}

.quote-vehicles {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.quote-vehicles .half-black{
	background: url(../../images/front/mini-cabs-drivers.jpg) center left no-repeat;
    background-size: cover;
	left:-40px;
	width: 55%;
	z-index:1
}
.quote-vehicles .heading {
    margin-bottom: 40px;
}

.quote-vehicles .half-content {
    padding: 30px 0;
}
.quote-canvas{width:50%;height:450px;position:absolute;top:0;right:0;}
.estimated {
    display: table;
    margin: 20px 0;
}

.estimated img {
    display: table-cell;
    vertical-align: top;
    margin-right: 10px;
}

.estimated .estimated-quote {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
}

.estimated .estimated-quote span {
    font-size: 22px;
    font-weight: 300;
    display: block;
}
.quote-vehicles-detail{
	position:relative;
}
.quote-location {
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 15px 0;
    background: url(../../images/front/quote-location-bg.jpg) center left no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.quote-location::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 605px;
    height: 23px;
    background: url(../../images/front/root-line.png) center center no-repeat;
    margin-left: -290px;
    margin-top: -5px;
}

.quote-location i {
    font-size: 36px;
    margin-bottom: 10px;
}

.quote-location span {
    font-size: 22px;
    font-weight: 300;
    display: block;
}

.quote-vehicle-car {
    padding: 10px 0;
}

.quote-vehicle-car:nth-child(even) {
    background-color: #f5f5f5
}

.quote-vehicle-car h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}

.quote-vehicle-car p {
    margin-bottom: 30px;
}

.quote-vehicle-car .atribute {
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 50px;
    margin: 30px 0 0
}

.quote-vehicle-car .atribute span {
    margin-left: 20px;
}

.quote-vehicle-car .amount {
    margin: 20px 0;
    font-size: 24px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}
/**********************location-details**********************************/
.quote-field{padding:50px 0;}
.location-form-input{-webkit-backface-visibility: hidden;}
.location-form-input .bootstrap-datetimepicker-widget {transform: skewX(0deg);-webkit-transform: skewX(0deg);-moz-transform: skewX(0deg);-ms-transform: skewX(0deg);-o-transform: skewX(0deg);}
.location-form-input .prefix{font-size:18px;position:absolute;bottom:10px;}
.location-form-input .input-text{font-family: 'Dosis',sans-serif;font-size:18px;padding-left:25px;margin-bottom: 40px;}
.location-form-input select.input-text{	background: url(../../images/front/arrow_dropdown.png) no-repeat 95% 50%;-moz-appearance: none; 	-webkit-appearance: none; 	appearance: none;}
.location-form-input .input-text[disabled]{background-color: transparent;}
.calculator-field .radio label{font-size:14px;font-weight:normal;}
.calculator-field label{font-weight:normal;font-size:16px;}
.calculator-field .radio-inline{margin:0px;padding-left:0px;padding-right:0px;}
#journey_return_way_field{padding:0;}
.quote-vehicle-car{padding:10px 0;}
.quote-vehicle-car:nth-child(even){background-color:#f5f5f5}
.quote-vehicle-car h3{font-size:36px;font-weight: 300;margin-bottom:30px;}
.quote-vehicle-car p{margin-bottom:30px;}
.quote-vehicle-car .atribute{font-family: 'Dosis', sans-serif;font-size:22px;font-weight: 300;text-transform:uppercase; line-height:50px;margin:30px 0 0}
.quote-vehicle-car .atribute span{margin-left:20px;}
.quote-vehicle-car .amount{margin:20px 0;font-size:24px;font-family: 'Dosis', sans-serif;font-weight: 400;}
.loader{width:100%;height: 100%;background:rgba(0,0,0,0.7);position: absolute;top: 0;left: 0;text-align:center;z-index:2; overflow: auto;}
.loader span{top:20px;position:relative;color:#fff;}
/*********************************** Ripple Effect****************************************************************/
.ripple{position:relative;overflow:hidden;transform:translate3d(0,0,0)}.ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}.ripple:active:after{transform:scale(0,0);opacity:.2;transition:0s}
/***************************************************************************************************/
/**********************Book Online**********************************/
.book-online{color:#fff;width:100%; display:block;position:relative;background-position:center center; background-repeat:no-repeat;background-size:cover;min-height:650px;}
.book-online .form-control{color:#fff;}
.book-online .form-control option{color:#000}
.book-online label{text-transform:uppercase;}
.book-online .input-field label{left:26px;}
.book-online .radio.radio-sm label{color: #fff;}
/* Google Option*/
.option-drop-down
{
    display: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    position: absolute;
    width: 98%;
    left: 1%;
    top: 101%;
    z-index: 9999;
    padding: 0px 10px 15px;
}
.option-drop-down::before
{
    content: " ";
    width: 15px;
    height: 15px;
    border: 10px solid rgba(255, 156, 15, 0);
    border-bottom-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -20px;
    left: 10px;
;
}
.options-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px solid #CCC;
}
.options-list li
{
	cursor:pointer;
    padding: 5px 5px 5px 25px;
    color: #000;
    font-weight: 300;
    display: block;
	border-bottom:1px solid #ccc;
    background-position: left 10px;
    background-repeat: no-repeat;
}
.options-list li a
{
    display: block;
    color: #ff9600 !important;
    font-size: 16px;
}
.options-list li a:hover
{
    text-decoration: none;
    background-color: rgba(255,150,0,0.1)
}
.options-list li.option-place
{
    background-image: url(../../images/front/ic-place.png);
}
.options-list li:hover{background-color:#efefef;}
.option-close
{
    display: table;
    width: 100%;
    text-align: right;
    margin: 10px 0
}
.option-close a
{
    background-color: #EEE;
    font-size: 14px;
    padding: 0px 0px 0 3px;
    color: #666
}
.option-close a i
{
    background-color: #eee;
    padding: 2px
}
.option-close a:hover
{
    text-decoration: none;
}
.car-detail-attributes{
    border:2px solid #666;
    padding: 5px;
}
.car-detail-attributes img{float: left;margin-right: 10px;}
/***************************************************************************************************
font-family: 'Dosis', sans-serif;
font-family: 'Oxygen', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
***************************************************************************************************
****COLORS*****
Blue 	: 	#000080
Red  	: 	#ff0000
Gray 	:	#f2f2f2
Black 	: 	#1c1d1e
***************************************************************************************************/

@media(max-width:1399px) {
	.testimonial-box .half-box{min-height:380px;}
}
@media(max-width:1199px) {
	.main-menu li a{font-size:24px;}
	.sub-menu{padding:0px 20px}
	.contactinfo a{display:block;margin:10px 0}
	.logo{width:400px;margin-left:-200px;background-size:100%;}
	.phone{right:5px}
	.footer img{width:19%;}
	.copyright img{width:100%;}
	.callus, .emailus{font-size:24px;}
	.link{padding:20px 0}
	.link a{padding:5px 8px}
	.trust-slider{width:85%}
	.trustpilot .half-content{padding:50px 0}
	.trust-slider .slide{padding:0;}
	.trust-slider h3{font-size:30px;margin-top:10px;}
	.trust-slider h3 small{font-size:16px;}
	.trustpilot p,.trustpilot a.btn-white{margin-top:15px;}
	.heading-caption{width:49.7%;padding:0 5%}
	.input-field{width:90%;}
	
	/*** About ****/
	.page-about .half-box{right:-30px}
	.page-about .half-content{padding-left:30px; padding-right:30px;}
	.page-about .half-content-box{padding:50px 20px 50px; width:90%;}
	.whychooseus .box .centered{padding:20px 30px;}
	.service-link{margin:0 10px 20px}
	.testimonial-box .half-box{min-height:430px;}
	
	
	/*** Dashboard ****/
	.order-details{margin-bottom:20px;}
	.dashboard-links{padding-left:0}
	.invoice-box .pending,.invoice-box .completed,.invoice-box .cancelled{font-size:18px;padding:5px 10px; right:-27px;}
	.invoice-box a{font-size:14px; padding:10px;}
	.invoice-box span{margin:5px 5px 5px 0}
	.quote-vehicles{font-size:18px;}
	.quote-vehicles .half-content{padding:15px 0;}
	.quote-vehicles .half-black{left:-30px;}
	.quote-vehicles .heading{font-size:40px;margin-bottom:15px;}
	.estimated{margin:10px 0;}
	.estimated .estimated-quote{font-size:24px;}
}

@media(max-width:991px) {
	.half-box{width:100%;height:auto;}
	.half-content{padding:30px 0; width:90%;}
	.skew{transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}
	.noskew{transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}

	.reverse.skew{ transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}
	.reverse .noskew{ transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}
	.has-menu-open .header.fixed .login-register{margin:0px 0 0 80px; display:block;}
	.header{padding:10px 15px;}
	
	.menu{width:35%;}
	.sub-level-menu ul{display:table;}
	.sub-level-menu li{display: inline-block;width: 50%;float: left;padding: 6px 25px;}
	
	.contactinfo,.sub-level-menu .joinus{float:left;width:50%;}
	.contactinfo a{display:block;margin:10px 0}
	.logo{width:300px;margin-left:-140px;background-size:100%;}
	.phone{font-size:30px;text-align:center;display:block; margin:10px auto 0; right:0;}
	.intro{height:auto;}
	.intro .half-box{right:auto;}
	.intro .half-content{width:85%;padding:20px 0 }
	.heading-caption{background:transparent;position:relative;width:100%;bottom:auto;margin-top:100px; padding:10px; text-align:center;}
	.heading-caption h2{font-size:30px;margin:10px 0}
	.input-field{width:100%;}
	
	.trustpilot .half-box.left{left:auto;}
	.trustpilot .half-box.right{right:auto;}
	
	.callus, .emailus{padding:20px 0; background-image:none;}
	
	/************** About *********/
	.page-about,.inner .page-about{height:auto;}
	.page-about .half-box{right:auto;}
	.page-about .half-content-box{padding:100px 40px 50px; width:100%;}
	.page-about .half-content{padding:30px 0; width:90%;}
	.page-content, .page-parallax{padding:30px 0}
	.page-content h2, .page-parallax h2{font-size:36px;margin-bottom:25px;}
	.page-content-more .bg-white{padding:25px 20px 25px 20px}
	.page-content-more h2{font-size:36px;}
	.open-account .bg-white{padding:25px 20px 25px 20px}
	.open-account h2{font-size:30px;}
	.list-check li{padding-left:20px;width:100%;}
	
	.service-link{font-size:20px;width:48%;margin:0 0 10px;padding:15px 15px}
	
	/**********************Airport Detail Page************************/
	.airport-content .half-box.right{right:auto;}
	.airport-content .half-black.right::before {display:none;}
	.airport-content .half-content{padding:30px 15px;text-align:center;}
	
	/*** Dashboard ****/
	.dashboard-links{padding:0;}
	.dashboard-links li{padding:0 10px}
	.dashboard-links li a{font-size:15px;padding:10px;}
	.dashboard-links li a .noskew{height:26px;}
	.dashboard-links li a img{width:30px; margin-right:5px;}

	.invoice-box a {font-size:12px;padding:5px;}
	.invoice-box a i{font-size:12px;}
	.quote-vehicles .half-black{left:0;}
	.quote-vehicles .heading{font-size:40px;}
}
@media(max-width:800px)  {
	.whychooseus .column { height: 50%; width: 50%;}
}
@media(max-width:767px) {
	h1,h2{ font-size:36px;}
	.half-box{width:100%;height:auto;}
	.half-content{padding:30px 0; width:90%;}
	.skew{transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}
	.noskew{transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}

	.reverse.skew{ transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}
	.reverse .noskew{ transform:skewX(0deg); -webkit-transform:skewX(0deg); -moz-transform:skewX(0deg);-ms-transform:skewX(0deg);-o-transform:skewX(0deg)}

	.header{padding:0px 15px;z-index: 10}
    .inner .header.fixed{position:fixed}
    .header.fixed .wrapper{background: #fff;}
    .menu-dropdown.open{overflow-y:scroll;height: 100vh; }
	.menu{float:right;}
	.nav-toggle{padding:6px 5px !important;width:50px;height: 40px; float:right;margin-left:10px;}
    .nav-toggle.selected span.first, .nav-toggle.selected span.last{top:18px;}
    .nav-toggle.fixed{right:10px;}
	.logo{width:280px; height:50px;background-size:100%;margin-left:-170px;}
    .inner .logo{top:-3px;}
	.phone{font-size:30px;text-align:center;display:block; margin:40px auto 0; float:none; position:relative; top:auto;right:auto;}
	.main-menu{padding: 0;}
    .main-menu li a{font-size:20px;text-align:center;margin-bottom: 0px;}
    .sub-menu{padding: 0;}
    .sub-menu::before,.sub-menu::after{display:none;}
    .sub-menu h3{text-align: center;}
    .sub-menu li{width: 100%;}
    .sub-level-menu{padding: 0;}
    .sub-level-menu li{width: 100%;}
    .contactinfo, .sub-level-menu .joinus{width:100%;}

	.heading-caption{background:transparent;position:relative;width:100%;bottom:auto;margin-top:10px; padding:10px; text-align:center;}
	.heading-caption h2{font-size:22px;margin:10px 0}
    .intro{padding-top: 80px;}
    .intro .half-content{width:100%;padding:0 15px;}
	.intro h3{margin-bottom:20px;}
	.input-field{width:100%;}
	.calculator-field{width: 100%;}
	.bootstrap-datetimepicker-widget {transform: skewX(0deg);-webkit-transform: skewX(0deg);-moz-transform: skewX(0deg);-ms-transform: skewX(0deg);-o-transform: skewX(0deg);}
	.car-detail{width:100%;margin:10px 0}
	.car-detail img{width:50px;}
	.car-detail span{font-size:24px;}
	.fleet-slider a.btn-white{margin:20px 0 0}
	.flex-direction-nav a{width:25px;height:75px;background-size:100%}
	.flex-direction-nav .flex-next{right:-10px;}
	.flex-direction-nav .flex-prev{left:-10px;}
	.main-content h3{font-size:22px;}
	.main-content a{margin:10px auto 0; display:block;}
	.luxury .half-box.right{right:0}
	.luxury h2{margin-bottom:20px;}
	.luxury h3{font-size:22px;margin-bottom:15px;}
	.luxury a{margin:10px auto 0; display:block;}
	
	.get-touch{width:100%;}
	

	.trust-slider{width:85%}
	.trust-slider .slide{padding:20px 0px;}
	.trust-slider h3{font-size:24px;}
	.trustpilot p{margin-top:20px;}
	
	.footer img{width:48%;margin-bottom:5px;}
	.callus, .emailus{font-size:24px;border-right:none; border-bottom:1px solid #000}
	.joinus small{text-align:center;}
	.social{text-align:center}
	.link{font-size:14px;}
	.link a{padding:5px 10px; display:inline-block;}
	
	/************** About *********/
	.page-about .half-content-box{padding:10px 15px 15px;text-align:center;}
	.page-about h1{font-size:36px;text-align:center;margin-bottom:25px;}	
	.service-link{font-size:20px;width:100%;margin:0 0 10px;padding:10px 15px}
	.whychooseus {min-height:650px;}
	.whychooseus .box.titlebox {font-size:22px; }
	.whychooseus .box .centered {padding:10px}
	
    .faq h1{margin: 10px 0}
    
    .carslider{padding:0;}
    .select-car-box{margin:0;padding:10px;}
    .select-car-box .car-content{padding:0;}
    .select-car-box .car-atributes{padding:0 5px;}
    .select-car-box .car-atributes .atribute{width:100%;padding:10px 0px;}
	/**********************Login Page************************/
	.page-login{height:auto;}
	.page-login-box{padding:30px 0;}
	
	/*** Dashboard ****/
	.dashboard{padding-top:30px;}
	.dashboard h1{font-size:36px; margin:0 auto;}
	.dashboard-profile{font-size:18px;margin:5px 0;}
	.profile-icon{font-size:80px !important; margin-bottom:15px;}
	.order-details{margin-bottom:15px;}
	.order-details li{width:50%; margin:0;}
	.order-details li .title{font-size:15px;}
	.dashboard-links{padding:0}
	.dashboard-links li{width:50%;padding:0;}
	.dashboard-links li a{font-size:15px;padding:10px;}
	.dashboard-links li a .noskew{height:30px;}
	.dashboard-links li a img{width:30px;}
	.invoice-box{border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}
	.invoice-box .text-right{text-align:left;}
	.invoice-box span{margin:5px 5px 5px 0}
	.invoice-box .pending,.invoice-box .completed,.invoice-box .cancelled{background-position:top left;width:138px; right:-22px;}
	
	.quote-vehicles .half-black{width:100%;height:auto;left:0;}
	.quote-canvas{width:100%; position:relative; height:300px;}

}
@media(max-width:639px) {
	.whychooseus {min-height: 1400px;}
	.whychooseus .box h4{margin-top:15px;}
	
	.dashboard-links li{width:33.3333%;}
}
@media(max-width:480px) {
	.dashboard-links li a img{display:none;}
}
@media(max-width:359px) {
    .logo{width:200px; background-size:100%;margin-left:-140px;}
	.menu{width:20%;}
}



/****************************************************************************************************
font-family: 'Dosis', sans-serif;
font-family: 'Oxygen', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
***************************************************************************************************
****COLORS*****
Light Gray 	: 	#3a3a3a
Dark Gray 	:	#151515
Black 	: 	#000000
**************************************************************************************************/