﻿*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --orange-bg: #e36713;
    --black-bg: #241f1c;
}

body {
    color: #737373;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
}
div#carouselExampleIndicators img {
    height: 678px;
}

section {
    margin-top: 70px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

/* -------------header contact css ------------------ */

.header_tp {
    background-color: var(--orange-bg);
    padding: 6px 0;
}

transfer-thankyou .custpayment .user_detail_rw > div > button > i {
    margin-right: 13px;
}



.number p > a {
    color: white;
}

.number p i {
    color: white;
    border: 1px solid;
    width: 25px;
    height: 23px;
    padding: 2px 4px;
}

.msgb {
    margin-left: 18px;
}

.number p {
    color: white;
    margin: 0;
}

.social_linksv {
    text-align: right;
    margin-top: 0px;
}

    .social_linksv span a {
        margin: 0 19px 0 -10px;
        font-size: 22px;
        color: white;
    }

select.laguages {
    background: white;
    border: none;
}

/* -------------header contact css ------------------ */


/* header css */

header {
    border-bottom: 1px solid #ddd;
}


.logo > a > img {
    width: 207px;
}

.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: relative;
}


    .header-area .main-header-area {
        background: #fff;
        background: transparent;
        padding: 14px 25px 14px 25px;
    }
.tabbable .form-group input {
    font-size: 14px;
    width: 100%;
    background-color: white;
    height: 34px;
    border-radius: 3px;
    border: 1px solid white;
    padding: 10px 5px;
    color: #e36713;
}
        .header-area .main-header-area .main-menu {
            padding: 12px 0;
            position: relative;
            margin-right: 30px;text-align:right;
        }

            .header-area .main-header-area .main-menu ul li {
                display: inline-block;
                position: relative;
                margin: 0 35px 0 0;
            }

                .header-area .main-header-area .main-menu ul li:first-child a {
                    padding-left: 0;
                }

                .header-area .main-header-area .main-menu ul li a {
                    .header-area .main-header-area .main-menu ul li a
                }

.social_wrap.d-flex.align-items-center {
    margin-top: 6px;
}

.header-area .social_wrap .social_links {
    margin-right: 4px;
}

.contactline {
    width: 5px;
    background: var(--orange-bg);
    position: absolute;
    height: 73px;
    margin-top: -20px;
    margin-left: -25px;
}

.generalForm.bookingForm {
    margin-top: 30px;
}

    .generalForm.bookingForm input, .generalForm.bookingForm select {
        border-radius: 0 !important;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        color: #555555;
        background-color: #ffffff !important;
        background-image: none;
        border: 1px solid #cccccc;
    }

    .generalForm.bookingForm .form-group {
        margin-bottom: 15px;
    }


    .generalForm.bookingForm input[type="checkbox"] {
        width: 12px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 1px;
    }



    .generalForm.bookingForm .form-group label {
        font-weight: 400;
        display: block;
        margin-bottom: 5px;
    }

    .generalForm.bookingForm input[type="submit"] {
        background-color: #E36713 !important;
        border-color: #e27513;
        border-radius: 3px !important;
        color: #fff !important;
    }

    .generalForm.bookingForm .form-group .input-icon {
        position: absolute;
        width: 32px;
        height: 32px;
        line-height: 32px;
        display: block;
        top: 29px;
        left: 1px;
        text-align: center;
        color: #b3b3b3;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        z-index: 2;
    }


label {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.generalForm.bookingForm .form-group-icon-left {
    position: relative;
}


.contactline i {
    font-size: 22px;
    background-color: var(--orange-bg);
    color: white;
    padding: 13px 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 14.5px;
    margin-left: -23px;
}

.header-area .social_wrap .social_links li {
    display: inline-block;
}

    .header-area .social_wrap .social_links li a {
        display: inline-block;
        color: white;
        font-size: 16px;
        margin: 0 11px;
        background-color: var(--orange-bg);
        padding: 10px 26px;
        border-radius: 5px;
    }



/* login */

.slider_area {
    position: relative;
    z-index: 0;
}

.search-tabs-bg > .tabbable > .nav-tabs {
    border: none;
}

    .search-tabs-bg > .tabbable > .nav-tabs > li {
        margin-bottom: 0;
        margin-right: 5px;
    }


        .search-tabs-bg > .tabbable > .nav-tabs > li.active > a {
            background: #E36713;
            color: #fff;
            padding-top: 15px;
            text-transform: uppercase;
            position: relative;
            display: block;
            padding: 10px 15px;
        }

        .search-tabs-bg > .tabbable > .nav-tabs > li > a > .fa {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 2px;
            background: rgba(0,0,0,0.3);
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            font-size: 11px;
        }

.search-tabs-bg > .tabbable > .tab-content > .tab-pane {
    background: #000000ab;
    padding: 30px 25px;
    border-radius: 0 10px 10px 10px;
    color: #fff;
}

.fade.in {
    opacity: 1;
}

.term-condition-link {
    color: #e27513;
}

.tab-content a {
    color: #e27513;
}

.tab-pane.fade h2 {
    color: #fff;
    margin-bottom: 15px;
}

h2 {
    font-size: 39.985400000000006px;
}

h1, h2, h3, h4, h5, .text-hero {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    margin-top: 0;
    font-weight: 300;
    color: #565656;
    line-height: 1.3em;
}

.form-group.form-group-lg label {
    font-size: 16px;
    margin-bottom: 7px;
}

.top-area.show-onload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.search-tabs-bg > .tabbable > .tab-content > .tab-pane .form-control {
    background: rgb(255 255 255) !important;
    height: 35px;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 0 !important;
}

.tab-content > .tab-pane input[type="submit"] {
    background: #E36713;
    border-color: #e27513;
    font-size: 17px;
}

.form-group.form-group-lg {
    margin-bottom: 15px;
}

.banner-slider > .owl-carousel .item {
    min-height: calc(100vh - 115px);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    z-index: 0;
    width: 100%;
}

/* login */

/* line 90, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

/* line 95, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

/* line 100, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

/* line 105, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

/* header css */




/* rating */
.rating {
    background: whitesmoke;
    padding: 50px 0;
}

.ratingdetails {
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
}

    .ratingdetails h3 {
        margin-top: 20px;
        margin-bottom: 4px;
        font-size: 22px;
    }

    .ratingdetails p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #7A838B;
        margin-bottom: 0px;
        font-family: 'Segoe UI';
    }

/* rating */


/* promotion css */

section h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;
    margin-bottom: 20px;
    color: #585857;
    position: relative;
    padding-bottom: 3px;
}
.services h2.text-center {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;

    margin-bottom: -93px;
    color: #585857;
    position: relative;
    padding-bottom: 0px;

    position: relative;
    top: -110px;
}
    section h2::before {
        content: '';
        position: absolute;
        display: block;
        width: 60px;
        height: 5px;
        background: #ff7600;
        bottom: -16px;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
    }


div#pro-sld {
    margin-top: 50px;
}

.pricedetails {
    position: relative;
    z-index: 999;
    background: #00458a;
    padding: 12px;
    width: 100%;
    color: white;
    text-align: left;
    margin-top: -69px;
    border-radius: 10px;
}


.owl-nav > button {
    width: 40px !important;
    height: 40px !important;
    margin-top: -10px;
    background: #00458a !important;
    font-size: 22px !important;
    border-radius: 50% !important;
    color: white !important;
    padding-top: 8px;
    font-size: 20px !important;
    position: absolute;
    top: 140px;
    bottom: 0;
    margin: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .owl-nav > button > span {
        font-size: 38px !important;
        display: block;
        position: relative;
        bottom: 4px;
    }

    .owl-nav > button.owl-prev {
        left: -23px;
    }

    .owl-nav > button.owl-next {
        right: -23px;
    }

.promotion-wrapper .owl-carousel .owl-item img {
    border-radius: 10px;
}

/* promotion css */


/* servcies */

.services .services-content {
    position: relative;
}

.services .details {
    background: rgba(6, 12, 34, 0.56);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
}

    .services .details h3 {
        color: #fff;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .services .details a {
        color: #fff;
    }

        .services .details a:hover {
            color: #ff7600;
            text-decoration: underline;
        }

/* servcies */
.about-content p {
    line-height: 24px;
    font-size: 15px;
    font-size: 10px;
    font-size: 14px;
    margin-top: 10px;
}

/* footer */

footer .newsfooter {
    border-top-right-radius: 35px;
    background: #241f1c;
    padding: 17px 0;
    border-top-left-radius: 35px;
}

.coyrgt p {
    text-align: center;
    margin: auto;
    margin-top: 14px;
    color: white;
}

.optionsss ul li a {
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

.newletter_area h3 {
    text-align: left;
    color: white;
    margin: 0;font-size:25px;
}

.newletter_area p {
    font-size:13px;
    text-align: left;
    color: white;
}

.newsletter_field input {
    padding: 12px;
    font-size: 16px;
    width: 70%;
    border-radius: 10px 0 0 10px;
    border: 1px solid #eaeaea;
}

.boxed-btn4 {
    background: #033a70;
    color: #fff;
    display: inline-block;
    padding: 13px 39px;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 10px 10px 0;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.lestcls {
    text-align: left;
    margin: 0;
}



    .lestcls h3 {
        color: white;
        margin-top: 0;font-size:24px;
    }

    .lestcls span a {
        margin: 0 15px 0 0;
        font-size: 22px;
        color: white;
    }

/* footer */









/* ---------about page css ---------*/

section.about-us {
    margin-top: 18px;
}

article ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
}


/* ---------about page css ---------*/



/* faq page css  */


#faq .fa-check:before {
    content: "\f00c";
    color: #E36713;
    text-decoration: none;
    margin-right: 6px;
}


/* faq page css  */



/* forgot password */
.forgot-password input[type="submit"] {
    background: #E36713;
    border-color: #e27513;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}


/* forgot password */


/* media query */


@media(max-width:767.98px) {
    div#sidnavv .col-sm-9 {
        width: 100%;
    }
    div#sidnavv .col-sm-3 {
        justify-content: center;
        left: 80px;
    }
    footer .newsfooter .footer {
        padding-bottom: 0px !important;
    }
    div#footer .optionsss ul {
        display: block !important;
        text-align: center;
    }
    div#pro-sld {
        position: sticky;
        margin-top: 50px;
        width: 70%;
        left: 205px;
    }
    #sticky-header .header_bottom_border .col-sm-3 {
        width: 100%;
        display: flex;
        right: 10px;
    }
    .ratingdetails {
        margin-bottom: 25px;
    }

    .promotion-wrapper .owl-nav > button {
        top: 130px;
    }
    .owl-nav > button.owl-prev {
        left: -28px;
    }

    .services .services-content {
        margin-bottom: 25px;
    }

    .optionsss {
        margin-bottom: 0px;
    }

    .newletter_area {
        margin-bottom: 21px;
    }

    .contact-inner {
        width: 100% !important;
    }

    .newsletter_field {
        display: flex;
    }

    .boxed-btn4 {
        padding: 13px 15px;
    }

    .generalForm.bookingForm input[type="submit"] {
        width: 100px !important;
    }

    .coyrgt {
        padding: 0 10px;
    }

    .banner-slider > .owl-carousel .item {
        min-height: calc(100vh - 63px);
    }

    span.slicknav_menutxt {
        display: none;
    }

    #sticky-header {
        position: relative;
    }

    .slicknav_menu {
        /* position: absolute;
        right: 8px;
        top: 50%; */
        width: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        color: #fff;
        padding: 7px 10px;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        height: 16px;
        position: relative;
    }

    .main-m {
        display: none;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #333;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px rgb(0 0 0 / 25%);
        box-shadow: 0 1px rgb(0 0 0 / 25%);
        display: block;
        height: 2px;
        width: 18px;
        margin: 5px 0;
    }

    ul.slimmenu {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        ul.slimmenu.slimmenu-collapsed li {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    header#main-header {
        border-bottom: 2px solid #494949;
        background: #E36713;
    }

    ul.slimmenu.slimmenu-collapsed li a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.075);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.slimmenu li.active > a, ul.slimmenu li:hover > a {
        background: #494949;
        color: #fff;
    }


    .contactline {
        display: none;
    }

    .header-area .main-header-area .main-menu ul li {
        padding: 4px 0px;
        display: block;
        margin: 0px;
    }

    .social_wrap.d-flex.align-items-center {
        justify-content: flex-start !important;
    }

    .header-area .main-header-area .main-menu {
        margin: 0px auto;
        text-align: center;
        left: 80px;
    }

    .header-area .social_wrap .social_links li a {
        margin: 0 !important;
    }

    .main-m {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}



footer {
    position: static;
    /* z-index: 100; */
    font-size: 14px;
    line-height: 27px;
    background: rgb(255 255 255 / 0%);
    padding: 0px 0px 0;
    box-shadow: 0px 0px 10px #e9e9e900;
}
    footer.mt-5 {
        margin-top: 0 !important;
    }


/* media query */
.owl-theme .owl-nav [class*='owl-'] {
    margin: 5px -20px;
}
.sidemenu ul.detail_list {
    display: none;
}
.third-frmcntrl > .row {
    width: 50%;
    display: inline-block;
    /* display: flex; */
}
.form-group.third-frmcntrl > .row {
    width: 34.4%;
    display: inline-block;
    vertical-align: top;
}
.registr .form-group {
    margin-bottom: 15px;
    background-color: #fbfbfb00;
    padding: 0;
    border: 1px solid #f5f4f400;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
}
.tit {
    font-size: 22px;
    margin: initial;
    font-weight: 500;
    color: #1a1a1a;
    padding: 0;
}
.form-group.last-frmcntrl > .row {
    width: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.form-group.first-co > div > .row, .form-group.first-co > .row {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}
.registr .form-control, .registr select, .registr textarea {
    border-radius: 0;
    box-shadow: 1px 2px transparent;
    height: 35px;
    border: 1px solid gainsboro;font-size:12px;
}
.custares input{
    height: 100px!important;border-radius:4px!important;
}
.form-group.last-frmcntrl {
    width: 101%;
}

@media (max-width: 524px) {
    div#pro-sld {
        position: sticky;
        margin-top: 50px;
        width: 100%;
        left: 205px;
    }
    header img.mainlogo {
        position: inherit;
    }
    ul.contact-details {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    body > header > div > div > div.col-md-9.col-sm-9.col-xs-6 {
        padding-top: 20px;
    }
    .SHWNV {
        display: grid !important;
    }
    header img.mainlogo {
        max-height: 87px;
        overflow: hidden;
        position: initial;
    }
        .form-group.firstsection {
        padding: 15px;
    }
    .sdv-sup {
        display: block !important;
    }
    .header_bottom_border .logo, .header_bottom_border .slicknav_menu {
        display: inline-block;
        margin-left: 25px;
    }
        .header_bottom_border .logo img {
            width: 178px;
        }
    .header_bottom_border .slicknav_menu {
        float: right;
        padding-top: 15px;
    }
    .header-area .main-header-area .main-menu {
        margin-right: 0px;
        text-align: left;
    }
        .header-area .main-header-area .main-menu ul li a {
            padding: 8px 0px 8px 0px;
        }
    .header_bottom_border .col-sm-9 > .col-sm-9 {
        padding: 0;
    }
    .header_bottom_border .col-sm-9 > .col-sm-3 {
        padding: 0;
    }
    .header-area .main-header-area {
        padding: 5px;
    }
    .number p i {
        color: white;
        border: 0px solid;
        width: 12px;
        height: 11px;
        padding: 0px;
    }
    .header_tp {
        padding: 0px 0;
    }
    .social_linksv span a {
        margin: 0 15px 0 0px;
        font-size: 14px;
        color: white;
    }
    .number p {
        color: white;
        margin: 0;
        font-size: 13px;
    }
    .header-area .social_wrap .social_links li a {
        display: inline-block;
        color: white;
        font-size: 12px;
        margin: 0 11px;
        background-color: var(--orange-bg);
        padding: 6px 13px;
        border-radius: 5px;
    }
    .tab-content a {
        color: #e27513;
        text-align: left;
        float: left;
    }
    #tab-1 > div > div.d-md-flex > div.col-sm-12.col-md-6 {
        padding: 0;
    }
 
    .owl-stage {
        width: 100% !important;
    }
    .promotion-wrapper .owl-stage-outer {
        padding: 0px 25px;
    }
    .form-group.first-co > div > .row, .form-group.first-co > .row {
        width: 100%;
        display: inline-block;
        padding-right: 0px;
        padding-left: 15px;
    }

    .form-group.third-frmcntrl > .row {
        width: 100%;
        display: inline-block;
    }
    .form-group.last-frmcntrl > .row {
        width: 100%;
        display: inline-block;
        margin-right: 0px;
    }
    .do-bold {
        font-size: 13px;
    }
    header .header-area .main-header-area {
        padding: 0px 0px !important;
    }
    header .logo {
        padding: 0px;
        width: inherit;
        margin: inherit;
        padding-top: 9px;
        text-align: inherit;
        padding-left: 0%;
    }
    .header-area .main-header-area .main-menu {
        padding: 0px 0;
    }
    .header-area .social_wrap .social_links li.registev {
        margin-bottom: 10px;
    }
    .form-group.last-frmcntrl {
        width: 101%;
        padding-left: 15px;
    }
    .tit {
        padding-left: 15px;
    }
    .form-group.third-frmcntrl > .row {
        padding-left: 15px;
    }
    footer .newsfooter {
        padding: 5px 15px 0px
    }
    .container.forgot-password {
        padding: 0px 15px;
    }
    .header-area .main-header-area .main-menu {
        padding: 0px 7px;
    }
    .container.forgot-password > .row {
        padding-top: 0px !important;
    }
    .sidnavv{
        display:none;
    }
    .owl-theme .owl-nav{
        display:none;
    }
    .social_linksv {
        text-align: left;
        margin-top: 0px;
    }
}
ul#navigation a {
    color: #141414;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.social_linksv {
    display: none;
}
div#pro-sld button.owl-next.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    margin-top: -10px;
    background: #00458a !important;
    font-size: 22px !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 29px !important;
    position: absolute;
    top: 66px;
    bottom: 0;
    margin: auto;
    /*display: flex !important;*/
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    margin-left:545px;
    position: sticky;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 520, -210, 0, 1);
}
button.owl-prev.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    margin-top: -10px;
    background: #00458a !important;
    font-size: 22px !important;
    z-index: 088;
    border-radius: 50% !important;
    color: white !important;
    font-size: 29px !important;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 132, 0, 1);
}
/*PTB2B promotion-wrapper */
.promotion-wrapper {
    DISPLAY: NONE !important;
}