.ovr-hidden {
    overflow: hidden;
}

.slide {
    height: 500px;
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

.title-line {
    margin-bottom: 10px !important;
}


.left-bg {
    background-size: cover
}


.flx-box {
    height: 500px;
    display: flex;
    align-items: center
}

.flx-box {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 31px 26px
}

.mn-hd {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    line-height: 50px;
    margin: 0 0 16px
}


.spacebr br + br {
    display: none
}

.slide .right-bg {
    background-size: cover;
    background-position: center
}

.padd-zero {
    padding: 0
}

.slide ul {
    padding: 10px 0;
}

ol,
ul {
    list-style: none;
}

.slide ul li {
    position: relative;
    /*padding: 0 0 15px 20px;*/
    /*color: #fff;*/
}

.mn-btn {
    background: #fff;
    display: inline-block;
    padding: 18px 90px 18px 22px;
    border-radius: 6px;
    font-size: 25px;
    color: #f58300;
    font-weight: 700;
    position: relative;
    transition: all .3s ease;
}

.mn-btn:hover {
    /*background: #f58300;*/
    color: #f58300;
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 20px 0 #fff;
    -moz-box-shadow: 0 0 20px 0 #fff;
    box-shadow: 0 0 20px 0 #fff;
}

.slide p,
.view-pricing70 {
    line-height: 1.4em;
    letter-spacing: 1px;
}

:hover,
:focus,
* {
    outline: none !important;
}

.homepage p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}

.mn-btn::after {
    content: "\f1d9";
    font-family: FontAwesome;
    width: 45px;
    height: 45px;
    background: #f58300;
    display: flex;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    padding: 0 3px 0 0;
    transition: all .4s ease;
}

.options:hover {
    background-color: #f58300;
    color: #fff !important;
}

.options {
    cursor: pointer;
    font-weight: 400;
    line-height: 35px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    color: #f58300 !important;
    font-weight: bold;
}


/*  Services */
.services-section {
    width: 100%;
}

.inner-width {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.services-section h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 80px;
}

.services-section h1 strong {
    color: #6ab04c;
}

.service {
    text-align: center;
    margin: 20px 0;
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background: #ecf6ff;
    border-radius: 50%;
    color: #6ab04c;
    line-height: 60px;
    font-size: 25px;
}

.service-name {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    color: #000066;
}

.service-desc {
    max-width: 400px;
    margin: auto;
    color: #333;
    font-size: 17px;
}

.service-desc2 {
    padding: 10px;
    margin: auto;
    color: #000066;
    font-size: 17px;
}


.members {
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    align-items: center;
}

.member-info {
    grid-area: 1 / 1 / 2 / 2;
}

.member-avatar {
    grid-area: 1 / 2 / 2 / 3;
}

.member-info p {
    color: black;
}


.member-name {
    font-weight: 900 !important;
}

.member-title {
    color: #f58300;
}

.members-message {
    text-align: justify !important;
    margin-bottom: 10px;
}

.members-message p {
    margin-bottom: 10px;
}

.member-avatar-img {
    border-radius: 50%;
    width: 350px;
    height: 350px;
}


.about-us .about-right {
    padding: 60px 0 55px 30px !important;
}

.img_height_slider {
    border-radius: 40px;
}

/*  New Css */
.form-control-booking {
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    height: 60px;
    border: 3px solid transparent;
    outline: 0;
    transition: all, .2s, ease-in-out;
    padding: 10px 30px 10px 10px;
    text-transform: none;
    font-weight: 600;
    color: #00395e;
    font-size: .9em;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.container-fluid.forz {
    max-width: 77% !important;
}

.exchange-icon {
    position: absolute;
    top: 90px;
    bottom: 0;
    left: -39%;
    right: 0;
    margin: 0 auto;
    background-color: #f58300;
    box-shadow: 0 0 55px rgba(0, 0, 0, .2);
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1;
    line-height: 30px;
    border-radius: 50%;
    transition: all, .2s, ease-in-out;
    cursor: pointer;
    border: 1px solid white;
    color: white;
    font-weight: bolder;
}

.btn-home {
    padding-left: 15px !important;
    padding-right: 12px !important;
    background: #000066 !important;
    width: 100% !important;
}

.hero-area .form-group .btn {
    width: auto !important;
}

.form-head-title {
    float: left;
    margin: 0 auto;
    font-weight: 700;
    color: #FFF;
    letter-spacing: -1px;
    font-size: 1.5em;
    padding-top: 5px;
}

.booking-form {
    padding-bottom: 15px !important;
    padding: 9px;
    padding-bottom: 9px;
    background: #061019;
    padding-top: 10px;
    border: 0px !important;
    background: #f58300 !important;
    border-radius: 6px;
    margin: 35px auto;
}

.form-btn {
    font-size: .85em;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    width: 100px;
    height: 33px;
    margin: 0;
    color: #FFF;
    display: block;
    border: 2px solid #FFF;
    margin-right: 2px;
    background: #f58300;
}

.form-btn:hover {
    background: #000066;
}


.single-return-div {
    display: flex;
    padding-bottom: 10px;

}

.single-btn {
    border-radius: 5px 0px 0px 5px;

}

.return-btn {
    border-radius: 0px 5px 5px 0px;

}

.hero-area .form-group .nice-select {
    padding: 0 15px;
}


.hero-area .form-group {
    width: 23%;
    display: inline-block;
}

form#formOneWay {
    float: left;
    width: 100%;
}

.clear {

}

@media only screen and (max-width: 600px) {
    .title-line {
        margin-top: -65px !important;
    }
    .single-service {
        padding: 0px !important;
    }

    .hero-area .welcome-text h1 {
        font-size: 24px;
    }
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width: 991px) {
    .members {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {

    .booking-back {
        height: auto !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .col-md-12.available-routes {
        margin-top: 25% !important;
    }
}

@media screen and (max-width: 1280px) {
    .container-fluid.forz {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 1024px) {
    .vc_customHolder {
        float: left;
        width: 96%;
        height: 140px;
        margin-bottom: 3%;
        border: 1px solid #eee;
    }

    .h3-3d {
        font-size: 20px;
    }



    .vc_1 {
        margin-left: 2%;
        margin-right: 2%;
    }

    .vc_2 {
        margin-left: 2%;
        margin-right: 2%;
    }

    .vc_icon {
        display: none;
    }

    .vc_text {
        width: 100%;
        text-align: left;
    }

    .vc_text h3 {
        padding: 3%;
        text-align: center;
        height: 32%;
    }

    .vc_text h4 {
        text-align: left;
        padding: 3%;
    }
}

.trip-search {
    background: none !important;
}

.blog-area .blog-head img {
    object-fit: cover;
}

.container1 {
    overflow: hidden;
}
#parallelogram {
    width: 100%;
    height: 315px;
    margin: 0 0 0 -20px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: red;
    overflow: hidden;
    position: relative;
}



.VideoHolder {
    width: 92%;
    margin-left: 0%;
    margin-top: 10%;
}

.vc_style6 {
    color: #fff;
}


.vcHolder {
    width: 100%;
    float: left;
}

.vc_customHolder {
    float: left;
    width: 38.5%;
    height: 140px;
    margin-bottom: 3%;
    border: 1px solid #eee;
}

.vc_1 {
    margin-left: 10%;
    margin-right: 3%;
}

.vc_icon {
    float: left;
    width: 32% !important;
    height: 100%;
    height: 0;
    width: fit-content;
    border-bottom: 138px solid #eee;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
}

.video-player {
    display: flex !important;
    float: right;
}

.form-control.nice-select.booking-datepicker::after {
    display: contents;
    cursor: none;
}

.form-control.nice-select.booking-datepicker {
    cursor: auto;
}
.hero-area .form-group .nice-select.booking-datepicker img {
    margin-right: 1px;
}

.field-text {
    color: #000066;
    font-weight: 600;
}


.homebtn {
    display: block;
    /*width: auto !important;*/
    background: #f58300;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------- Problematic code  */
.video-player { display: none; }
.video_title::after {
    position: absolute;
    content: '';
    background-color: #f58300;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    height: 5px;
    margin-bottom: 55px;
}

.video-js .vjs-big-play-button {
    top: 40% !important;
    left: 40% !important;
}


.image1 {
    background-color: #f58300;
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}


.ic {
    font-size: 65px;
    line-height: 140px !important;
    margin-left: 0%;
    color: #ffcb05;
}

.vc_text {
    float: left;
    width: 68%;
    height: 100%;
    text-align: left;
}

.vc_text h3 {
    margin: 0;
    height: 42%;
    overflow: hidden;
    padding: 6% 0px 0px 3%;
    font-weight: 700;
    font-size: 20px;
}

.vc_text h4 {
    margin: 0;
    height: 58%;
    overflow: hidden;
    padding: 0px 3% 3% 3%;
    line-height: 20px;
    font-size: 15px;
    color: #878787;
    font-weight: 400;
}

.video_title{
    font-weight:800;
    text-align:right;
    padding-bottom:5px;
}

.VSHolder {
    float: left;
    width: 100%;
    height: 500px;
    background-size: 125%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: 0px -250px;
    margin-bottom: 0px;
}

.VSHolder2 {
    float: left;
    width: 50% !important;
    height: 200px;
    height: 0;
    width: fit-content;
    border-bottom: 500px solid #f58300;
    border-left: 0px solid transparent;
    border-right: 250px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    text-transform: uppercase;
    opacity: 1;
}

.VSHolder3 {
    float: left;
    width: 50% !important;
    height: 200px;
    height: 0;
    width: fit-content;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}

.booking-back {
    height: 452px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .VSHolder {
        height: auto !important;
        background-color: none;
    }

    .VSHolder2 {
        /*display: none;*/
        background: #f58300;
        width: 100% !important;
        border-bottom: 0px solid #f58300;
        border-right: 0px solid transparent;
        height: 300px;
    }

    .video-js[tabindex="-1"] {
        outline: none;
        width: inherit;
    }

    .VSHolder3 {
        width: 100% !important;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
        border-left: none;
        border-right: none;
        border-bottom: none;
        opacity: 1;
        background: none;
    }

    .VSHolder {
        background-color: none;
        background-image: none;
    }

    .VideoHolder {
        width: 100% !important;
        margin-left: 0px;
        margin-top: 0;
    }

    .vc_style6 {
        color: #111111;
    }
}

/*--------------- */
/*#site-header, .homepage { float:left; width:100%; }*/
/*#blog-area { float:left; width:100%; }*/
