/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #231F20;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 50px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    color: #231F20;
}

h1 {
    font-size: 56px;
    line-height: 70px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

strong {
    font-weight: 700;
}

a {
    color: #C18756;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #C18756;
    outline: 0;
    text-decoration: none;
}

p {
    color: #231F20;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}


.btn .text-arrow {
    position: relative;
    padding-right: 15px;
}

.btn .text-arrow:after {
    content: "";
    background: url(../images/icons/arrow-right.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 0;
    width: 10px;
    height: 8px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-outline-primary:not(:disabled):not(.disabled).active .text-arrow:after,
.btn-outline-primary:not(:disabled):not(.disabled):active .text-arrow:after,
.show > .btn-outline-primary.dropdown-toggle .text-arrow:after,
.btn-outline-primary:focus .text-arrow:after,
.btn.btn-outline-primary:hover .text-arrow:after {
    background-image: url(../images/icons/arrow-right-light.svg);
}

.btn {
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    padding: 7px 20px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-sm {
    padding: 3px 35px;
}

.btn-dark {
    color: #EFF1F3;
}

.btn-primary {
    color: #231F20;
    background: linear-gradient(to right, #C28958, #f0d5ae);
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #231F20;
    background: linear-gradient(to right, #C28958, #f5e3c9);
    border-color: transparent;
    outline: none;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #0082AA;
    border-color: #0082AA;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0082AA;
    border-color: #0082AA;
    box-shadow: none !important;
}


header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;

    transition: all .2s;
}

header.fixed {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .95);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header .logo {
    display: block;
}

header .logo img {
    height: 40px;
}

header nav {
    text-align: right;
}

header nav ul {
    display: inline-block;
}

header nav ul li {
    display: inline-block;
    margin: 0 10px;
}

header nav ul li a {
    color: #EFF1F3;
    display: block;
    text-decoration: none;
    opacity: .7;
}

header nav .btn {
    margin-left: 10px;
}


.hero {
    background: url("../imgs/home-hero.jpg") top center no-repeat;
    background-size: cover;
    padding: 100px 0 50px 0;
}

.hero .hero-text h1 {
    color: #EFF1F3;
    text-align: center;
    margin: 0 0 40px 0;
}

.hero .hero-text h1.line:after {
    bottom: -15px;
    height: 1px;
}

.hero .hero-text p {
    color: #EFF1F3;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: lighter;
    margin: 0;
    opacity: .7;
}


.benefits {
    text-align: center;
}

.benefits img {
    height: 45px;
}

.benefits h6 {
    color: #fff;
    font-weight: normal;
    margin: 10px 0 20px 0;
    padding: 0 30px;
}

.benefits h6.line:after {
    bottom: -10px;
    height: 1px;
}

.benefits p {
    color: #EFF1F3;
    opacity: .8;
}


.form-quote {
    margin: 50px 0;
}

.form-quote h2 {
    text-align: center;
    margin: 0 0 20px 0;
}

.form-quote .btn {
    margin: 0 auto;
    display: table;
}

.form-quote .hint .lab {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.form-quote .hint .val {
    font-size: 12px;
    opacity: .8;
}

.journey {
    padding: 30px 0;
    background-color: #231f20;
}

.features {
    background-color: #231f20;
}

.sub-heading {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 50px 0;
}


.pricing {
    background-color: #EFF1F3;
}

.pricing h2 {
    text-align: center;
    margin: 0 0 15px 0;
}

.pricing .destination {
    background-color: #fff;
    padding: 15px;
    margin: 0 0 30px 0;
}

.pricing .destination .from,
.pricing .destination .to {
    font-weight: bold;
}

.pricing .destination .destination-meta div {
    display: inline-block;
    margin-right: 20px;
}

.pricing .destination .price {
    text-align: center;
    position: relative;
    padding: 5px 0;
}

.pricing .destination .price:before {
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(#F2CE9A, #C28958);
    position: absolute;
    top: 0;
    left: 0;
}

.pricing .destination .price .lab {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 3px 0;
}

.pricing .destination .price .val {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.pricing .hint {
    margin: 25px 0 0 0;
}


.fleets h2 {
    text-align: center;
    margin: 0 0 15px 0;
}

.fleets h2 ~ p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.fleets .vehicle {
    text-align: center;
}

.fleets .vehicle img {
    margin: 0 0 25px 0;
}

.fleets .vehicle .vehicle-model {
    font-weight: bold;
}

.fleets .vehicle .vehicle-desc {
    margin-bottom: 30px;
}

.fleets .vehicle .vehicle-desc.line:after {
    bottom: -15px;
    height: 1px;
}

.fleets .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    height: 30px;
}

.fleets .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}

.fleets .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}

.owl-theme .owl-nav [class*=owl-] {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: .7;
}


.journey h2 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    padding: 20px 0 20px 25px;
    position: relative;
}

.journey h2:before {
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(#F2CE9A, #C28958);
    position: absolute;
    top: 0;
    left: 0;
}

.journey p {
    color: #EFF1F3;
    margin: 0;
    opacity: .7;
}


.how-it-works {
    background-color: #EFF1F3;
}

.how-it-works .line:after {
    bottom: -15px;
    height: 1px;
}

.how-it-works h2 {
    text-align: center;
    margin: 0 0 15px 0;
}

.how-it-works h2 ~ p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 40px 0;
}

.how-it-works .step {
    padding: 15px;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
}

.how-it-works .step.success img {
    height: 60px;
    margin: 25px 0 0 0;
}

.how-it-works .step.success .step-lab {
    margin: 15px 0 13px 0;
}

.how-it-works .step .step-num {
    color: #C18756;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 15px 0;
    font-weight: bold;
}

.how-it-works .step .step-lab {
    font-weight: bold;
    margin: 0 0 30px 0;
}


.object {
    position: relative;
}

.object .object-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
}

.object h2 {
    margin-bottom: 40px;
}

.object .line:after {
    left: 0;
    bottom: -20px;
    transform: none;
}

.object ul li {
    margin: 10px 0;
}

.object ul li span {
    color: #02BF28;
}

.object ul li strong {
    margin-right: 5px;
}


.features .features-holder {
    position: relative;
}

.features .features-holder:after {
    content: "";
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, #231f20);
}

.features h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0 0 55px 0;
}

.features h3 {
    margin: 0 0 10px 0;
}

.features h3,
.features p {
    color: #EFF1F3;
    font-weight: normal;
}

.features p {
    opacity: .7;
}

.features .feature {
    margin: 0 0 40px 0;
}

.features .read-more {
    color: #F2CE9A;
    margin: 0 auto;
    display: table;
}

.features-holder {
    max-height: 400px;
    overflow: hidden;
}

.features-holder.active {
    max-height: 100%;
}

.features-holder.active:after {
    display: none;
}


footer {
    background-color: #000000;
    padding: 50px 0 0 0;
}

footer .footer-about {
    color: #EFF1F3;
    opacity: .5;
    font-size: 12px;
    padding: 0 30px 0 0;
}

footer .footer-logo {
    display: inline-block;
    margin: 0 0 15px 0;
}

footer .footer-logo img {
    height: 40px;
}

footer .footer-bot {
    padding: 15px 0;
    margin: 50px 0 0 0;
    background-color: #231f20;
}

footer h6 {
    color: #fff;
    margin-bottom: 5px;
}

footer .footer-contacts li {
    margin: 10px 0;
    color: #EFF1F3;
    opacity: .7;
    font-size: 14px;
}

footer .footer-contacts li img {
    margin-right: 5px;
    height: 14px;
    position: relative;
    top: -1px;
}

footer .footer-contacts li a {
    color: #F2CE9A;
    text-decoration: none;
}

footer .copyright {
    color: #EFF1F3;
    opacity: .5;
    font-size: 12px;
}

footer .footer-payments {
    text-align: right;
}

footer .footer-payments li {
    display: inline-block;
    margin-left: 20px;
    opacity: .3;
}

footer .footer-payments li img {
    height: 20px;
}

.container {
    max-width: 1000px;
}


.line {
    position: relative;
}

.line:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    height: 1px;
    display: block;
    background: linear-gradient(to right, #C28958, #f5e3c9);

    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.features .line:after {
    bottom: -20px;
}

.sep {
    background: url(../imgs/from-to.svg) center center no-repeat;
    background-size: 100%;
    width: 18px;
    height: 10px;
    margin: 0 5px;
}

.distance:before {
    content: "";
    background: url(../imgs/route.svg) center center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.duration:before {
    content: "";
    background: url(../imgs/cllock.svg) center center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
}


.reviews {
    background: url("../imgs/reviews-bgr.png") center center no-repeat;
}

.faqs {
    background: url("../imgs/faq-bgr.png") center center no-repeat;
}

.reviews,
.faqs {
    background-color: #231F20;
}

.reviews h2:after,
.faqs h2:after {
    left: 0;
    bottom: -18px;
    transform: none;
}

.reviews h2,
.faqs h2 {
    color: #fff;
    margin: 0 0 35px 0;
    font-weight: normal;
}

.reviews .sub-heading,
.faqs .sub-heading {
    color: #EFF1F3;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 0 30px 0 0;
}

.faqs .btn {
    margin: 20px 0 0 0;
    padding: 7px 35px;
}

.faqs .sub-heading {
    font-size: 16px;
    line-height: 24px;
}

.accordion .accordion-header:after {
    content: "";
    background: url("../imgs/accordion-arrow-active.svg") center center no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;

    margin-top: -9px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}

.accordion .accordion-header.collapsed:after {
    content: "";
    transform: rotate(180deg);
}

.accordion-item {
    background-color: rgba(0, 0, 0, .45);
    margin: 0 0 15px 0;
    border-radius: 3px;
    border: 0;
}

.accordion-header {
    padding: 15px;
    color: #989898;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.accordion-body {
    color: #989898;
    padding: 0 25px 0 35px;
    font-size: 13px;
    position: relative;
}

.accordion-body:before {
    content: "";
    height: calc(100% - 15px);
    width: 1px;
    background: linear-gradient(#F2CE9A, #C28958);
    position: absolute;
    top: 0;
    left: 15px;
}

.accordion-body .accordion-content {
    padding: 0 0 15px 0;
}

.rate {
    margin: 0 0 15px 0;
}

.rate img {
    display: inline-block;
    height: 16px;
    margin-right: 10px;
}

.rate .val {
    display: inline-block;
    color: #fff;
    position: relative;
    top: 4px;
    font-size: 16px;
    line-height: 16px;
}

.rate .val span {
    opacity: .4;
}

.reviews {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.reviews-text {
    width: 20%;
    position: absolute;
    top: 50%;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.reviews-holder {
    width: 63%;
    position: absolute;
    top: 50%;
    right: -5%;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.reviews:after {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #231F20);
}

.reviews .review {
    padding: 20px 30px;
    background-color: #000;
    text-align: center;
}

.reviews .review img {
    display: inline-block;
    height: 16px;
    margin-right: 10px;
}

.reviews .review-comment {
    color: #a1a1a1;
    margin: 15px 0 30px 0;
}

.reviews .review-comment.line:after {
    bottom: -15px;
    height: 1px;
}

.reviews .review-author {
    color: #a1a1a1;
}

.datepicker {
    line-height: 30px !important;
}


.passengers {
    width: 100%;
    height: 36px;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.passengers label {
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: 8px;
    z-index: 2;
}

.passengers-input {
    position: relative;
    top: 9px;
}

.passengers-controls {
    display: none;
    padding: 15px 5px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 13px;
    z-index: 2;
    border-radius: 3px;
    box-shadow: 0 2px 5px #e7e7e7;
}

.passengers-controls:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.passengers-controls button {
    font-size: 16px;
    line-height: 16px;
    background-color: #f2f2f2;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-align: center;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    display: table;
    border-radius: 3px;
}

.passengers-controls input {
    width: 100%;
    background-color: transparent;
    border: 0;
    text-align: center;
}


.form-control {
    border: 0;
    border-radius: 3px;
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 10px 0 10px;
}

.form-group {
    margin: 0 0 20px 0;
    position: relative;
}

.interactive-label label {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 2;

    pointer-events: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.form-control:focus ~ label,
.form-control:not(:focus):valid ~ label {
    font-size: 12px;
    top: 0;
}

.faqs-page {
    padding: 200px 0 100px;
}


.text {
    padding: 200px 0 100px;
    background: #231F20 url("../imgs/faq-bgr.png") center center no-repeat;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    color: #fff;
    margin: 25px 0 10px 0;;
}

.text ul {
    color: #fff;
    margin: 0 0 20px 0;
    list-style: disc;
    list-style-position: inside;
}

.text p {
    color: #EFF1F3;
    opacity: .8;
    margin: 0 0 20px 0
}

.text p:last-of-type {
    margin: 0;
}

.form-thankyou {
    padding: 31px 25px;
    background-color: rgba(0, 0, 0, .8);
}

.thankyou-text {
    padding: 0 50px 0 0;
}

.thankyou-text img {
    margin: 0 auto;
    display: block;
    height: 80px;
}

.thankyou-text h2 {
    color: #F2CE9A;
    text-align: left;
    margin: 0 0 15px 0;
}

.thankyou-text p {
    color: #a1a1a1;
    font-size: 20px;
    line-height: 30px;
}

.form-call {
    text-align: center;
}

.call-heading {
    padding: 10px 0 20px 0;
}

.call-heading.line:after {
    bottom: 10px;
}

.call-heading,
.call-text {
    color: #fff;
    text-align: center;
}

.form-call {
    padding: 30px 0;
    position: relative;
}

.form-call:before {
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(#F2CE9A, #C28958);
    position: absolute;
    top: 0;
    left: 0;
}

.form-call a {
    color: #F2CE9A;
}

.form-action {
    padding: 25px;
    background-color: rgba(255, 255, 255, .75);
}