article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'DINNextLTProRegular';
}

.custfield:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

body {
    font-family: 'DINNextLTProRegular';
    font-size: 14px;
    color: #000000;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

img {
    border: none;
    vertical-align: middle;
}

@font-face {
    font-family: 'DINNextLTPro-Light';
    src: url('../fonts/DINNextLTPro-Light.eot');
    src: url('../fonts/DINNextLTPro-Light.woff2') format('woff2'), url('../fonts/DINNextLTPro-Light.woff') format('woff'), url('../fonts/DINNextLTPro-Light.ttf') format('truetype'), url('../fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light') format('svg'), url('../fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTProRegular';
    src: url('../fonts/DINNextLTProRegular.eot');
    src: url('../fonts/DINNextLTProRegular.eot') format('embedded-opentype'), url('../fonts/DINNextLTProRegular.woff2') format('woff2'), url('../fonts/DINNextLTProRegular.woff') format('woff'), url('../fonts/DINNextLTProRegular.ttf') format('truetype'), url('../fonts/DINNextLTProRegular.svg#DINNextLTProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTProMedium';
    src: url('../fonts/DINNextLTProMedium.eot');
    src: url('../fonts/DINNextLTProMedium.eot') format('embedded-opentype'), url('../fonts/DINNextLTProMedium.woff2') format('woff2'), url('../fonts/DINNextLTProMedium.woff') format('woff'), url('../fonts/DINNextLTProMedium.ttf') format('truetype'), url('../fonts/DINNextLTProMedium.svg#DINNextLTProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTProBold';
    src: url('../fonts/DINNextLTProBold.eot');
    src: url('../fonts/DINNextLTProBold.eot') format('embedded-opentype'), url('../fonts/DINNextLTProBold.woff2') format('woff2'), url('../fonts/DINNextLTProBold.woff') format('woff'), url('../fonts/DINNextLTProBold.ttf') format('truetype'), url('../fonts/DINNextLTProBold.svg#DINNextLTProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTProHeavy';
    src: url('../fonts/DINNextLTProHeavy.eot');
    src: url('../fonts/DINNextLTProHeavy.eot') format('embedded-opentype'), url('../fonts/DINNextLTProHeavy.woff2') format('woff2'), url('../fonts/DINNextLTProHeavy.woff') format('woff'), url('../fonts/DINNextLTProHeavy.ttf') format('truetype'), url('../fonts/DINNextLTProHeavy.svg#DINNextLTProHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder {
    color: #bfbfbf !important;
    font-size: 12px;
    font-family: 'DINNextLTProRegular';
}

::-moz-placeholder {
    color: #bfbfbf !important;
    font-size: 12px;
    font-family: 'DINNextLTProRegular';
}

:-ms-input-placeholder {
    color: #bfbfbf !important;
    font-size: 12px;
    font-family: 'DINNextLTProRegular';
}

:-moz-placeholder {
    color: #bfbfbf !important;
    font-size: 12px;
    font-family: 'DINNextLTProRegular';
}

/****************
 * Common Css
 ****************/
header, nav, section, footer {
    width: 100%;
    float: left;
}

.container {
    width: 1210px;
}

.custfield {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ctitle {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0px 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

    .ctitle h2 {
        color: #212529;
        font-size: 48px;
        font-family: 'DINNextLTProHeavy';
        text-transform: uppercase;
        line-height: 52px;
    }

    .ctitle p {
        color: rgba(0,0,0,0.70);
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

.cbttn {
    width: 172px;
    height: 48px;
    text-align: center;
    margin-top: 35px;
    background-color: #0c8599;
    padding: 14px 10px;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-family: 'DINNextLTProMedium';
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .cbttn:hover {
        background-color: #f08c00 !important;
        color: #ffffff;
    }

.social {
    float: right;
    position: relative;
    z-index: 1111;
}

    .social a {
        float: left;
        width: 34px;
        opacity: 0.5;
        height: 34px;
        border: 1px solid #adb5bd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-right: 10px;
    }

        .social a:last-child {
            margin-right: 0px;
        }

        .social a.facebook {
            background-image: url(../images/fb.png);
        }

        .social a.twitter {
            background-image: url(../images/tw.png);
        }

        .social a.google {
            background-image: url(../images/google.png);
        }

        .social a.pinterest {
            background-image: url(../images/pin.png);
        }

        .social a.youtube {
            background-image: url(../images/you1.png);
        }

        .social a.flickr {
            background-image: url(../images/flickr.png);
        }

        .social a.instagram {
            background-image: url(../images/in.png);
        }

        .social a:hover {
            background-color: #1098ad;
            border-color: #1098ad;
            opacity: 1;
        }

        .social a.facebook:hover {
            background-image: url(../images/fb-h.png);
        }

        .social a.twitter:hover {
            background-image: url(../images/tw-h.png);
        }

        .social a.google:hover {
            background-image: url(../images/google-h.png);
        }

        .social a.pinterest:hover {
            background-image: url(../images/pin-h.png);
        }

        .social a.youtube:hover {
            background-image: url(../images/you1-h.png);
        }

        .social a.flickr:hover {
            background-image: url(../images/flickr-h.png);
        }

        .social a.instagram:hover {
            background-image: url(../images/in-h.png);
        }


header {
    padding: 17px 0;
    border-bottom: 1px solid #e0e0e0;
}

    header .logo {
        float: left;
    }

    header .rheader {
        float: right;
        margin-top: 3px;
    }

        header .rheader .links {
            float: left;
            margin: 16px 10px 0 0;
        }

            header .rheader .links li {
                float: left;
                padding: 0 10px;
                line-height: 8px;
                border-right: 1px solid #9da2a6;
            }

                header .rheader .links li:last-child {
                    border-right: none;
                }

                header .rheader .links li a {
                    font-size: 11px;
                    float: left;
                    color: #9da2a6;
                    text-transform: uppercase;
                }

                    header .rheader .links li a:hover, .custnav .menus > li > a:hover {
                        color: #f08c00;
                    }

        header .rheader .serachopt {
            float: left;
        }

        header .rheader .searchbox .custfield {
            float: left;
            background-image: url(../images/search-icon.png);
            background-repeat: no-repeat;
            background-position: 10px 50%;
            padding: 6px 15px 6px 36px;
            width: 236px;
            height: 38px;
            border: 1px solid #d6d6d6;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

    header .language {
        float: right;
        margin-left: 10px;
        z-index: 11111;
    }

        header .language .custbtn {
            background-color: transparent;
            float: left;
            background-image: url(../images/worldicon.png);
            background-repeat: no-repeat;
            background-position: 10px 50%;
            padding-left: 47px;
            width: 159px;
            height: 38px;
            border: 1px solid #d6d6d6;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

        header .language span {
            text-transform: uppercase;
            color: #808080;
            font-size: 11px;
            float: left;
            background: url(../images/droparrow.png) no-repeat 100% 50%;
            padding-right: 20px;
        }

        header .language .dropdown-menu {
            top: 35px;
            right: 0px;
            left: inherit;
            min-width: 159px;
            border-color: #d6d6d6;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

.custnav {
    background-color: #fafafa;
    padding: 12px 0;
}

    .custnav .menus {
        float: left;
        margin-top: 12px;
    }

        .custnav .menus > li {
            float: left;
            line-height: 12px;
            border-right: 1px solid #d6d6d6;
            padding: 0 18px;
        }

            .custnav .menus > li:first-child {
                padding-left: 0px;
            }

            .custnav .menus > li:last-child {
                border-right: none;
            }

            .custnav .menus > li > a {
                float: left;
                font-size: 13px;
                color: #333333;
                text-transform: uppercase;
                font-family: 'DINNextLTProMedium';
            }

.mainbanner {
    background: #f7f0ed url(../images/main-banner.png) no-repeat 50% 0;
    background-size: cover;
    height: 1040px;
    position: relative;
    z-index: 2;
}

    .mainbanner .container {
        height: 100%;
        position: relative;
    }

.slidetext {
    text-align: center;
    margin-top: 220px;
}

    .slidetext h1 {
        text-align: center;
        font-size: 100px;
        font-family: 'DINNextLTProHeavy';
        text-transform: uppercase;
        line-height: 90px;
        color: #fef6eb;
    }

    .slidetext .cbttn {
        float: none;
        display: inline-block;
        background-color: #f08c00;
        font-size: 20px;
        font-family: 'DINNextLTProRegular';
        padding: 11px 37px;
        width: auto;
    }

        .slidetext .cbttn:hover {
            background-color: #1098ad !important;
        }

.scrollbar {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 94px;
}

    .scrollbar .scrollbtn {
        display: inline-block;
        background: url(../images/line-img.png) no-repeat 50% 0;
        padding-top: 50px;
    }

        .scrollbar .scrollbtn a {
            display: inline-block;
            text-align: center;
            color: rgba(255,254,254,0.50);
            background: url(../images/scroll-icon.png) no-repeat 50% 100%;
            padding-bottom: 29px;
            font-size: 12px;
            text-transform: uppercase;
        }

.tripadvbox {
    position: absolute;
    right: 0px;
    bottom: 113px;
}

.enjoyment {
    background-color: #f7f0ed;
    padding-top: 80px;
    overflow: hidden;
}

    .enjoyment .ctitle {
        text-align: center;
        background-position: 50% 100%;
        background-image: url(../images/t-line4.png);
    }

.custtabs {
    float: left;
    text-align: center;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

    .custtabs > li {
        display: inline-block;
        float: none;
        margin: 0;
    }

        .custtabs > li > a {
            display: inline-block;
            color: #807c7a;
            text-transform: uppercase;
            padding: 10px 20px 8px;
            border: 1px solid #ccc6c4;
            margin: 10px 7px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
        }

        .custtabs > li.active > a, .custtabs > li.active > a:focus, .custtabs > li.active > a:hover, .custtabs > li:hover > a {
            border-color: #099268;
            background-color: #099268;
            color: #ffffff;
        }

.gallerypart {
    float: left;
    width: 100%;
    position: relative;
}

    .gallerypart .gslider .item {
        padding: 10px;
        position: relative;
        float: left;
        width: 100%;
    }

        .gallerypart .gslider .item .imgbox {
            float: left;
            margin: 10px 0;
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0px 0px 10px rgba(39,36,35,0.30);
            -moz-box-shadow: 0px 0px 10px rgba(39,36,35,0.30);
            -webkit-box-shadow: 0px 0px 10px rgba(39,36,35,0.30);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

            .gallerypart .gslider .item .imgbox img {
                width: 100%;
            }

        .gallerypart .gslider .item .infobox {
            background: url(../images/trans-bg.png) repeat-x 50% 100%;
            padding: 80px 36px 30px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
        }

            .gallerypart .gslider .item .infobox h3 {
                font-size: 20px;
                color: #ffffff;
                margin-bottom: 8px;
                font-family: 'DINNextLTProBold';
                letter-spacing: -0.2px;
            }

            .gallerypart .gslider .item .infobox p {
                font-size: 13px;
                color: #ffffff;
                line-height: 18px;
            }

    .gallerypart .owl-dots {
        position: relative;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .gallerypart .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 3px;
    }

    .gallerypart .owl-dot span {
        float: left;
        width: 8px;
        height: 8px;
        background-color: #b3b3b3;
        cursor: pointer;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .gallerypart .owl-carousel .owl-dot.active span {
        background-color: #099268;
    }

    .gallerypart .owl-nav div {
        width: 44px;
        height: 44px;
        position: absolute;
        z-index: 8;
        top: 45.7%;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .gallerypart .owl-nav div.owl-prev {
            background-image: url(../images/prev-arrow3.png);
            left: -70px;
        }

            .gallerypart .owl-nav div.owl-prev:hover {
                background-image: url(../images/prev-arrow3-h.png);
            }

        .gallerypart .owl-nav div.owl-next {
            background-image: url(../images/next-arrow3.png);
            right: -70px;
        }

            .gallerypart .owl-nav div.owl-next:hover {
                background-image: url(../images/next-arrow3-h.png);
            }

.commonslider .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .commonslider .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .commonslider .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .commonslider .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .commonslider .owl-carousel .owl-wrapper, .commonslider .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .commonslider .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

    .commonslider .owl-carousel.owl-loaded {
        display: block;
    }

    .commonslider .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .commonslider .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .commonslider .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .commonslider .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

.talkpart {
    background-color: #f7f0ed;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-image: url(../images/talk.png);
    padding: 250px 0px 195px;
}

    .talkpart .talkinfo {
        float: right;
        width: 418px;
        padding-right: 26px;
    }

        .talkpart .talkinfo .ctitle {
            background-image: url(../images/t-line1.png);
        }

        .talkpart .talkinfo p {
            color: #868e96;
            line-height: 22px;
            float: left;
            width: 100%;
        }

        .talkpart .talkinfo .cbttn {
            background-color: #c92a2a;
        }

.ourservices {
    background: url(../images/services-bg.jpg) no-repeat 50% 0;
    position: relative;
    z-index: 12;
    background-size: cover;
    padding: 47px 0;
    height: 427px;
}

    .ourservices .leftpart {
        padding: 20px 50px 0 0;
    }

        .ourservices .leftpart .ctitle {
            background-image: url(../images/t-line2.png);
        }

            .ourservices .leftpart .ctitle h3 {
                font-size: 36px;
                color: #ffffff;
                font-family: 'DINNextLTProMedium';
                line-height: 40px;
                text-transform: uppercase;
            }

                .ourservices .leftpart .ctitle h3 span {
                    color: #f08c00;
                    font-family: 'DINNextLTProHeavy';
                }

        .ourservices .leftpart p {
            font-size: 15px;
            color: #ffffff;
            line-height: 22px;
            float: left;
            width: 100%;
            margin: 10px 0px;
        }

    .ourservices .rightpart {
        padding: 0 40px;
    }

    .ourservices .owl-carousel .item {
        overflow: hidden;
        position: relative;
        padding: 10px;
    }

        .ourservices .owl-carousel .item .innerbox {
            position: relative;
            border-radius: 2px;
            height: 400px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            overflow: hidden;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
            -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
            -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
        }

            .ourservices .owl-carousel .item .innerbox img.img {
                width: 100%;
                height: 100%;
            }

            .ourservices .owl-carousel .item .innerbox .info {
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 0px 30px 30px;
                width: 100%;
            }

                .ourservices .owl-carousel .item .innerbox .info h3 {
                    font-size: 18px;
                    font-family: 'DINNextLTProMedium';
                    color: #ffffff;
                    position: relative;
                    padding-bottom: 20px;
                }

                    .ourservices .owl-carousel .item .innerbox .info h3:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 60px;
                        height: 3px;
                        background-color: #e8590c;
                    }

                .ourservices .owl-carousel .item .innerbox .info span {
                    display: block;
                    font-size: 10px;
                    text-transform: uppercase;
                    line-height: 22px;
                    color: rgba(255,255,255,0.50);
                }

        .ourservices .owl-carousel .item .explore {
            float: left;
            width: 100%;
            margin-top: 25px;
        }

            .ourservices .owl-carousel .item .explore .imgbox {
                float: left;
            }

            .ourservices .owl-carousel .item .explore p {
                float: left;
                color: #ffffff;
                font-size: 14px;
                font-family: 'DINNextLTProMedium';
                padding-left: 12px;
            }

                .ourservices .owl-carousel .item .explore p span {
                    font-size: 12px;
                    font-weight: 300;
                    display: block;
                    font-family: 'DINNextLTPro-Light';
                }

    .ourservices .owl-carousel .active .innerbox {
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .ourservices .owl-carousel .active:nth-child(1n) .item {
       /* margin-right: -30px !important;*/
    }

    .ourservices .owl-carousel .active:nth-child(1n) .innerbox {
        /*margin-top: 34px !important;*/
    }

    .ourservices .owl-carousel .active:nth-child(2n) {
        position: absolute !important;
        margin-left: -30px;
    }

    .ourservices .owl-carousel .active:nth-child(1n) {
        z-index: 1 !important;
    }

    .ourservices .owl-nav div {
        width: 44px;
        height: 44px;
        position: absolute;
        z-index: 8;
        top: 196px;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .ourservices .owl-nav div.owl-prev {
            background-image: url(../images/prev-arrow.png);
            left: -54px;
        }

            .ourservices .owl-nav div.owl-prev:hover {
                background-image: url(../images/prev-arrow-h.png);
            }

        .ourservices .owl-nav div.owl-next {
            background-image: url(../images/next-arrow.png);
            right: -54px;
        }

            .ourservices .owl-nav div.owl-next:hover {
                background-image: url(../images/next-arrow-h.png);
            }


.mainslider {
    float: left;
    width: 100%;
    position: relative;
}

    .mainslider .owl-carousel .item {
        overflow: hidden;
        position: relative;
    }

        .mainslider .owl-carousel .item .sliderimg img {
            width: 100%;
        }

    .mainslider .container {
        position: relative;
    }

    .mainslider .owl-nav div {
        width: 44px;
        height: 44px;
        position: absolute;
        z-index: 15;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .mainslider .slidertexts {
        position: absolute;
        left: 0;
        bottom: 180px;
        z-index: 2;
        width: 100%;
    }

        .mainslider .slidertexts .ctitle {
            background-image: url(../images/t-line4.png);
        }

            .mainslider .slidertexts .ctitle h2 {
                font-size: 36px;
                line-height: 40px;
                font-family: 'DINNextLTProBold';
            }

            .mainslider .slidertexts .ctitle span {
                font-size: 60px;
                font-family: 'DINNextLTProHeavy';
                line-height: 40px;
                color: #d87171;
                text-transform: uppercase;
            }

        .mainslider .slidertexts p {
            font-family: 'DINNextLTPro-Light';
            color: #786d66;
            font-size: 15px;
            line-height: 22px;
            width: 300px;
        }

        .mainslider .slidertexts .cbttn {
            background-color: #765551;
        }

    .mainslider .owl-item.active .slidertexts .ctitle {
        animation: 1s .2s bounceInLeft both;
        -moz-animation: 1s .2s bounceInLeft both;
        -webkit-animation: 1s .2s bounceInLeft both;
    }

    .mainslider .owl-item.active .slidertexts p {
        animation: 1s .6s fadeInUp both;
        -moz-animation: 1s .6s fadeInUp both;
        -webkit-animation: 1s .6s fadeInUp both;
    }

    .mainslider .owl-item.active .slidertexts .cbttn {
        animation: 1s .9s flipInX both;
        -moz-animation: 1s .9s flipInX both;
        -webkit-animation: 1s .9s flipInX both;
    }

.socialpart {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f1f3f5;
}

    .socialpart .ctitle {
        text-align: center;
        background-position: 50% 100%;
        background-image: url(../images/t-line3.png);
    }

        .socialpart .ctitle h2 {
            color: #333333;
        }

    .socialpart .socialicon {
        float: left;
        text-align: center;
        width: 100%;
        border: none;
    }

        .socialpart .socialicon > li {
            display: inline-block;
            float: none;
            margin: 0;
        }

        .socialpart .socialicon a {
            display: inline-block;
            color: #807c7a;
            text-transform: uppercase;
            padding: 10px 20px 8px 46px;
            background-position: 20px 50%;
            background-repeat: no-repeat;
            border: 1px solid #ccc6c4;
            margin: 10px 9px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
        }

            .socialpart .socialicon a.tw {
                background-image: url(../images/tw.png);
            }

            .socialpart .socialicon a.fb {
                background-image: url(../images/fb.png);
            }

            .socialpart .socialicon a.in {
                background-image: url(../images/in.png);
            }

            .socialpart .socialicon a.you {
                background-image: url(../images/you.png);
            }

            .socialpart .socialicon a.pin {
                background-image: url(../images/pin.png);
            }

            .socialpart .socialicon a:hover, .socialpart .socialicon li.active a {
                background-color: #0c8599;
                color: #ffffff;
                border-color: #0c8599;
            }

                .socialpart .socialicon a.tw:hover, .socialpart .socialicon li.active a.tw {
                    background-image: url(../images/tw-h.png);
                }

                .socialpart .socialicon a.fb:hover, .socialpart .socialicon li.active a.fb {
                    background-image: url(../images/fb-h.png);
                }

                .socialpart .socialicon a.in:hover, .socialpart .socialicon li.active a.in {
                    background-image: url(../images/in-h.png);
                }

                .socialpart .socialicon a.you:hover, .socialpart .socialicon li.active a.you {
                    background-image: url(../images/you-h.png);
                }

                .socialpart .socialicon a.pin:hover, .socialpart .socialicon li.active a.pin {
                    background-image: url(../images/pin-h.png);
                }

    .socialpart .socialwall {
        padding: 30px 15px 0px;
    }

        .socialpart .socialwall .socialbox {
            padding: 0px 0px 0px;
            position: relative;
            z-index: 1;
            background-color: #000000;
            overflow: hidden;
        }

            .socialpart .socialwall .socialbox a img {
                width: 100%;
            }

            .socialpart .socialwall .socialbox a img, .gallerypart .gslider .item .imgbox img, .ourservices .owl-carousel .item .innerbox img.img, .historicalsites .optbox .placeimg img, .submenus .menubox .topimg .imgpart img, .visitormenu .menubox .lists .foodcate .foodimg img, .menubox .lists li .himg img, .experiencesmenu .expbox .innerbox img {
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

            .socialpart .socialwall .socialbox:hover img, .gallerypart .gslider .item .imgbox:hover img, .ourservices .owl-carousel .item .innerbox:hover img.img, .historicalsites .optbox .placeimg:hover img, .submenus .menubox .topimg .imgpart:hover img, .visitormenu .menubox .lists .foodcate .foodimg:hover img, .menubox .lists li:hover .himg img, .experiencesmenu .expbox .innerbox:hover img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

    .socialpart .socialhover {
        width: 100%;
        text-align: center;
        float: left;
        position: absolute;
        top: 50%;
        z-index: 2;
        display: none;
    }

        .socialpart .socialhover li {
            color: #f1f3f5;
            font-size: 14px;
            font-weight: 700;
            padding: 0px 20px 0px 27px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 0px 50%;
        }

            .socialpart .socialhover li.like {
                background-image: url(../images/like.png);
            }

            .socialpart .socialhover li.cmnt {
                background-image: url(../images/cment.png);
            }

    .socialpart .socialwall .socialbox:hover a img {
        opacity: 0.4;
    }

    .socialpart .socialwall .socialbox:hover a .socialhover {
        display: block;
    }

    .socialpart .cbttn {
        float: none;
        display: inline-block;
        margin-top: 50px;
    }

.jordanbanner {
    margin-top: -430px;
    background-color: #f1f3f5;
}

.jordanbanner2 {
    margin-top: -300px;
    background-color: #fbfcfc;
}
/*.jordanbanner2 {background-color: #f5f5f5;}*/
.jordanbanner img {
    width: 100%;
}

.footer {
    padding: 50px 0px 0px;
}

    .footer .topfooter {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }

        .footer .topfooter .footerbox {
            float: left;
            padding-bottom: 30px;
        }

            .footer .topfooter .footerbox h4 {
                color: #435b66;
                font-size: 14px;
                margin-bottom: 13px;
                font-family: 'DINNextLTProMedium';
                text-transform: uppercase;
            }

            .footer .topfooter .footerbox ul {
                float: left;
                width: 100%;
            }

                .footer .topfooter .footerbox ul li {
                    float: left;
                    width: 100%;
                    margin: 3px 0px;
                }

                    .footer .topfooter .footerbox ul li a {
                        float: left;
                        color: #727370;
                        font-size: 13px;
                    }

                        .footer .topfooter .footerbox ul li a:hover {
                            color: #0c8599;
                        }

        .footer .topfooter .fbox1 {
            width: 245px;
        }

        .footer .topfooter .fbox2 {
            width: 181px;
        }

        .footer .topfooter .fbox3 {
            width: 211px;
        }

        .footer .topfooter .fbox4 {
            width: 233px;
        }

        .footer .topfooter .fbox5 {
            width: 210px;
        }

        .footer .topfooter .fbox6 {
            width: 100px;
        }

    .footer .copyrigth {
        float: left;
        width: 100%;
        padding: 30px 0px;
        border-top: 1px solid #e0e0e0;
    }

        .footer .copyrigth p {
            color: #435b66;
            font-size: 13px;
            float: left;
            margin-top: 9px;
        }

.stitle {
    text-align: center;
    position: relative;
    padding-top: 25px;
}

    .stitle:before {
        content: "";
        width: 110px;
        height: 3px;
        background-color: #f08c00;
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .stitle h2 {
        font-family: 'DINNextLTProBold';
        font-size: 30px;
        float: left;
        width: 100%;
        color: #261a0f;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    .stitle p {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 22px;
        color: #717171;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .stitle span {
        height: 1px;
        width: 440px;
        background-color: #e0e0e0;
        display: inline-block;
    }

.stories {
    background-color: #fbfcfc;
}

.storieslider {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

    .storieslider .item {
        padding: 10px;
        float: left;
        width: 100%;
    }

        .storieslider .item .innerbox {
            float: left;
            width: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -wekbit-border-radius: 2px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
            -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
            -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
        }

        .storieslider .item .imgbox {
            display: block;
            overflow: hidden;
        }

            .storieslider .item .imgbox img, .eventspart .eventbox .eventimg img, .places .box .placeimg img, .newslider .item .innerbox .imgbox img {
                width: 100%;
                transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
            }

        .storieslider .item .innerbox:hover img, .eventspart .eventbox:hover .eventimg img, .places .box:hover .placeimg img, .newslider .item .innerbox .imgbox:hover img {
            transform: scale(1.03);
            -moz-transform: scale(1.03);
            -webkit-transform: scale(1.03);
        }

        .storieslider .item .info {
            position: absolute;
            z-index: 3;
            left: 0;
            width: 100%;
            bottom: 15px;
            padding: 0 15px;
        }

            .storieslider .item .info .clientimg {
                float: left;
                width: 32px;
            }

                .storieslider .item .info .clientimg img {
                    border-radius: 100%;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                }

            .storieslider .item .info p {
                color: rgba(255,255,255,0.80);
                float: left;
                font-family: 'DINNextLTProMedium';
                margin-left: 6px;
                font-size: 14px;
                line-height: 14px;
                margin-top: 3px;
            }

                .storieslider .item .info p span {
                    font-size: 10px;
                    font-family: 'DINNextLTProRegular';
                    display: block;
                }

    .storieslider .owl-nav div {
        width: 48px;
        height: 48px;
        position: absolute;
        z-index: 8;
        top: 50%;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    }

        .storieslider .owl-nav div:hover {
            background-color: #fac219;
        }

        .storieslider .owl-nav div.owl-prev {
            background-image: url(../images/prev_arrow.png);
            left: 30px;
        }

        .storieslider .owl-nav div.owl-next {
            background-image: url(../images/next_arrow.png);
            right: 30px;
        }

#stemslider:before {
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
}

#stemslider:after {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=1 );
}

#stemslider:before, #stemslider:after {
    content: "";
    width: 177px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0px;
    z-index: 3;
}

#stemslider:before {
    left: 0;
}

#stemslider:after {
    right: 0;
}


/** Inner 02 **/
.places {
    background: #fbfcfc;
    padding: 60px 0;
}

    .places .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .places .listbox {
        padding: 10px;
    }

    .places .box {
        background: #ffffff;
        box-shadow: 2px 2px 2px #dadada;
        box-shadow: 0px 0px 10px 2px #dadada;
    }

        .places .box .placeimg {
            overflow: hidden;
        }

            .places .box .placeimg img {
                width: 100%;
            }

        .places .box .placedetails {
            padding: 18px 29px 20px;
        }

            .places .box .placedetails h3 {
                font-size: 18px;
                color: #333333;
                font-family: 'DINNextLTProMedium';
                text-transform: uppercase;
                margin-bottom: 8px;
            }

            .places .box .placedetails p {
                color: #707070;
            }

            .places .box .placedetails .traveller {
                padding: 10px 0;
                margin: 12px 0 24px;
                border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
            }

                .places .box .placedetails .traveller p {
                    text-transform: uppercase;
                    color: #868e96;
                    line-height: initial;
                    background: url(../images/travel-icon.png) no-repeat 0 0;
                    padding-left: 40px;
                }

                    .places .box .placedetails .traveller p span {
                        display: block;
                    }

            .places .box .placedetails .learnmore {
                background: url(../images/arrow-icon.png) no-repeat 0 0;
                text-transform: uppercase;
                font-family: 'DINNextLTProMedium';
                color: #808080;
                padding-left: 27px;
                padding-top: 1px;
            }

                .places .box .placedetails .learnmore:hover {
                    color: #f08c00;
                }

.accordionpart {
    position: relative;
    overflow: hidden;
}
    /*.accordionpart .nav-tabs {border:none; position: absolute; z-index: 11; top: 0px; right: 0px; bottom: 0px; transition:right 0.3s ease 0s; -moz-transition:right 0.3s ease 0s; -webkit-transition:right 0.3s ease 0s;}*/
    .accordionpart .nav-tabs:before {
        content: "";
        width: 144px;
        height: 100%;
        background: url(../images/v-trans-bg1.png) repeat-y 0 0;
        position: absolute;
        left: -144px;
        top: 0;
    }

    .accordionpart .nav-tabs > li {
        width: 180px;
        height: 100%;
        position: relative;
    }

        .accordionpart .nav-tabs > li > a {
            height: 100%;
            border: none !important;
            margin: 0px;
            padding: 0px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            box-shadow: 0px 2px 10px rgba(0,0,0,0.30);
            -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.30);
            -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.30);
        }

        .accordionpart .nav-tabs > li > .experiencetab {
            background-image: url(../images/experiencetab.jpg);
        }

        .accordionpart .nav-tabs > li > .activitytab {
            background-image: url(../images/activitytab.jpg);
        }

        .accordionpart .nav-tabs > li > .attractiontab {
            background-image: url(../images/attractiontab.jpg);
        }

        .accordionpart .nav-tabs > li > a span {
            position: relative;
            display: block;
            width: 171px;
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            font-family: 'DINNextLTProMedium';
            text-transform: uppercase;
            transform: rotate(-90deg) translateX(-50%);
            -moz-transform: rotate(-90deg) translateX(-50%);
            -webkit-transform: rotate(-90deg) translateX(-50%);
        }

        .accordionpart .nav-tabs > li > .experiencetab span {
            top: 33%;
        }

        .accordionpart .nav-tabs > li > .activitytab span {
            top: 33%;
        }

        .accordionpart .nav-tabs > li > .attractiontab span {
            top: 33%;
        }
/*.accordionpart .accordconts {float: left; width: 100%; padding: 50px 0; background-repeat: no-repeat; background-position: center 0; background-size: cover; height: 677px;}*/
.movearrow {
    position: absolute;
    z-index: 12;
    right: 380px;
    cursor: pointer;
    background-image: url(../images/next_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    transition: right 0.3s ease 0s;
    -moz-transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
}

    .movearrow.opentabs {
        right: 15px !important;
        background-image: url(../images/prev_arrow.png);
    }

.accordionpart .nav-tabs.closetabs > li.tab3, .accordionpart .nav-tabs.closetabs > li.tab2 {
    right: -100%;
}

.accordionpart .nav-tabs {
    border: none; /*position: absolute; z-index: 11; top: 0px; right: 0px; bottom: 0px;*/
    transition: right 0.3s ease 0s;
    -moz-transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease 0s;
}

    .accordionpart .nav-tabs > li {
        position: absolute;
        top: 0;
        bottom: 0px;
        z-index: 12;
    }

        .accordionpart .nav-tabs > li.tab3 {
            right: 0;
        }

        .accordionpart .nav-tabs > li.tab2 {
            right: 180px;
        }

        .accordionpart .nav-tabs > li.tab1 {
            right: 360px;
        }

        .accordionpart .nav-tabs > li.active.tab1, .accordionpart .nav-tabs > li.ptab1 {
            right: auto;
            left: 0;
        }

        .accordionpart .nav-tabs > li.active.tab2, .accordionpart .nav-tabs > li.ptab2 {
            right: auto;
            left: 180px;
        }

        .accordionpart .nav-tabs > li.active.tab3 {
            right: auto;
            left: 360px;
        }

.movearrow.rightp2 {
    right: 200px;
}

.movearrow.rightp3 {
    display: none;
}

.movearrow2 {
    position: absolute;
    z-index: 12;
    left: 200px;
    cursor: pointer;
    background-image: url(../images/prev_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
}

    .movearrow2.opentabs2 {
        left: 15px !important;
        background-image: url(../images/next_arrow.png);
    }

    .movearrow2.leftp2 {
        left: 380px;
    }

    .movearrow2.leftp3 {
        left: 560px;
    }

.accordionpart .nav-tabs.closetabs2 > li.tab1.active, .accordionpart .nav-tabs.closetabs2 > li.ptab1, .accordionpart .nav-tabs.closetabs2 > li.tab2.active, .accordionpart .nav-tabs.closetabs2 > li.ptab2, .accordionpart .nav-tabs.closetabs2 > li.tab3.active {
    left: -100%;
}

/*.accordionpart .accordconts {position: relative;}*/

.filterlist {
    float: left;
    position: relative;
}

.accordionpart .accordconts .title {
    padding: 0 0 40px 10px;
}

    .accordionpart .accordconts .title .icon {
        width: 48px;
        height: 48px;
        position: absolute;
        left: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid rgba(255,255,255,0.30);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .accordionpart .accordconts .title .icon1 {
        background-image: url(../images/icon1.png);
    }

    .accordionpart .accordconts .title .texts {
        padding-left: 68px;
        padding-top: 5px;
    }

        .accordionpart .accordconts .title .texts h2 {
            font-size: 20px;
            color: #ffffff;
            text-transform: uppercase;
            font-family: 'DINNextLTProBold';
        }

        .accordionpart .accordconts .title .texts span {
            display: block;
            font-size: 14px;
            color: rgba(255,255,255,0.80);
        }

    .accordionpart .accordconts .title .map {
        padding-left: 68px;
        padding-top: 5px;
    }

        .accordionpart .accordconts .title .map h2 {
            font-size: 20px;
            color: #ffffff;
            text-transform: uppercase;
            font-family: 'DINNextLTProBold';
        }

        .accordionpart .accordconts .title .map span {
            display: block;
            font-size: 14px;
            color: rgba(255,255,255,0.80);
        }


.accordionpart .accordconts ul {
    float: left;
    width: 100%;
}

    .accordionpart .accordconts ul li {
        float: left;
        width: 25%;
        padding: 10px;
    }

        .accordionpart .accordconts ul li .inner {
            float: left;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            width: 100%;
            border: 2px solid rgba(255,255,255,0.10);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

            .accordionpart .accordconts ul li .inner:after {
                content: "";
                width: 100%;
                background: url(../images/trans-bg3.png) repeat-x 50% 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
            }

        .accordionpart .accordconts ul li .imgbox img {
            width: 100%;
        }

        .accordionpart .accordconts ul li .info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            padding: 20px 50px 20px 20px;
            z-index: 2;
        }

            .accordionpart .accordconts ul li .info h3 {
                font-size: 18px;
                font-family: 'DINNextLTProMedium';
                color: #ffffff;
            }

        .accordionpart .accordconts ul li .inner .select {
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 3;
            background: url(../images/select-img.png);
            width: 16px;
            height: 16px;
        }

        .accordionpart .accordconts ul li .selected .select {
            background-image: url(../images/select-img-a.png);
        }

.accordionpart .accordconts .filterlist .item {
    padding: 5px 10px;
}

.accordionpart .accordconts .filterlist .inner {
    float: left;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 2px solid rgba(255,255,255,0.10);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .accordionpart .accordconts .filterlist .inner:after {
        content: "";
        width: 100%;
        background: url(../images/trans-bg3.png) repeat-x 50% 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
    }

.accordionpart .accordconts .filterlist .imgbox img {
    width: 100%;
}

.accordionpart .accordconts .filterlist .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 50px 20px 20px;
    z-index: 2;
}

    .accordionpart .accordconts .filterlist .info h3 {
        font-size: 18px;
        font-family: 'DINNextLTProMedium';
        color: #ffffff;
    }

.accordionpart .accordconts .filterlist .inner .select {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    background: url(../images/select-img.png);
    width: 16px;
    height: 16px;
}

.accordionpart .accordconts .filterlist .selected .select {
    background-image: url(../images/select-img-a.png);
}

.accordionpart .owl-nav div {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    position: absolute;
    z-index: 8;
    top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

    .accordionpart .owl-nav div.owl-prev {
        background-image: url(../images/prev_arrow.png);
        left: -50px;
    }
    /*.accordionpart .owl-nav div.owl-prev:hover {background-image: url(../images/prev-arrow3-h.png);}*/
    .accordionpart .owl-nav div.owl-next {
        background-image: url(../images/next_arrow.png);
        right: -50px;
    }
/*.accordionpart .owl-nav div.owl-next:hover{background-image: url(../images/next-arrow3-h.png);}*/

.accordionpart .accordconts {
    padding: 50px 100px 50px 50px;
}

.accordion {
    display: flex;
    height: 735px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

    .accordion > li {
        flex: 0;
        display: flex;
        align-items: stretch;
        padding: 0px 0px 0px 0;
        /*background: #E74C3C;*/
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 0px 0;
        background-size: cover;
        transition: all 9s ease 0s;
        -moz-transition: all 9s ease 0s;
        -webkit-transition: all 9s ease 0s;
    }

        .accordion > li.active {
            flex: 5;
            cursor: default;
        }

            .accordion > li.active .section-content {
                flex: 4;
                opacity: 1;
                transform: scaleX(1);
                color: #E74C3C;
            }

        .accordion > li .section-title {
            flex: 0;
            display: flex;
            align-items: center;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center;
            color: white;
        }

            .accordion > li .section-title h2 {
                margin: 0;
                transform: rotate(-90deg);
                white-space: nowrap;
                font-size: 18px;
                color: #ffffff;
                font-family: 'DINNextLTProMedium';
                text-transform: uppercase;
            }

        .accordion > li .section-content {
            flex: 1;
            display: none;
            align-items: center;
            margin: 0;
            padding: 0;
            opacity: 0;
            transition: all 4s ease-out 0.1s;
            -moz-transition: all 4s ease-out 0.1s;
            -webkit-transition: all 4s ease-out 0.1s;
        }

        .accordion > li.active .section-content {
            display: flex;
        }


/** Inner 04 **/
.innerbanner {
    height: 650px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

    .innerbanner:after {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/trans-bg2.png) repeat-x 50% 100%;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
    }

.breadcrumbs {
    position: absolute;
    z-index: 2;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

    .breadcrumbs .inner {
        border-top: 1px solid rgba(217,217,217,0.30);
        padding: 30px 0;
        float: left;
        width: 100%;
        font-family: 'DINNextLTProMedium';
        text-transform: uppercase;
    }

    .breadcrumbs .links {
        float: left;
        margin-top: 16px;
    }

        .breadcrumbs .links li {
            float: left;
            margin-right: 14px;
            padding-right: 28px;
            color: #ffffff;
            background: url(../images/arrow.png) no-repeat 100% 50%;
        }

            .breadcrumbs .links li:last-child {
                margin-right: 0px;
                padding-right: 0px;
                background-image: none;
            }

            .breadcrumbs .links li a {
                color: rgba(255,255,255,0.60);
            }

                .breadcrumbs .links li a:hover {
                    color: #f08c00;
                }

    .breadcrumbs .rlinks {
        float: right;
    }

        .breadcrumbs .rlinks li {
            float: left;
            margin-left: 15px;
        }

            .breadcrumbs .rlinks li a {
                float: left;
                width: 48px;
                height: 48px;
                border: 1px solid #ffffff;
                color: #ffffff;
                opacity: 0.60;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
            }

                .breadcrumbs .rlinks li a:hover {
                    background-color: #f08c00;
                    opacity: 1;
                    border-color: #f08c00;
                }

            .breadcrumbs .rlinks li .mail {
                background: url(../images/mail-icon.png) no-repeat 50% 50%;
            }

            .breadcrumbs .rlinks li .print {
                background: url(../images/print-icon.png) no-repeat 50% 50%;
            }

            .breadcrumbs .rlinks li .share {
                background: url(../images/share-icon.png) no-repeat 85% 50%;
                font-size: 16px;
                font-family: 'DINNextLTProMedium';
                width: 180px;
                padding: 13px 18px;
            }

.shortdesc {
    background: url(../images/shortdesc-bg.jpg) no-repeat 0 0;
    padding: 128px 0 160px;
    background-size: cover;
    position: relative;
}

    .shortdesc:after {
        background: url(../images/dottos-bg.jpg) repeat-x 0 0;
        content: '';
        width: 100%;
        height: 32px;
        float: left;
        bottom: 0;
        position: absolute;
    }

    .shortdesc h3 {
        float: left;
        width: 100%;
        color: #261a0f;
        font-family: 'DINNextLTProBold';
        font-size: 48px;
        text-transform: uppercase;
    }

        .shortdesc h3:after {
            float: left;
            display: block;
            content: '';
            position: absolute;
            background: url(../images/t-line5.png) no-repeat 0 0;
            width: 77px;
            height: 10px;
            margin-top: 15px;
            margin-bottom: 20px;
        }

    .shortdesc p {
        color: #908d88;
        line-height: 23px;
    }

.petrasect {
    padding-bottom: 130px;
    background-color: #fbfcfc;
}

.ftabs {
    padding: 0 80px;
    margin-top: -86px;
}

    .ftabs .nav-tabs {
        border: none;
        text-align: center;
        background-color: #ffffff;
        padding: 24px;
        margin: 0 20px;
        position: relative;
        z-index: 2;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: 0px 10px 15px rgba(0,0,0,0.15);
    }

    .ftabs .tabbg {
        width: 100%;
        height: 76px;
        margin-top: -56px;
        background-color: #1098ae;
    }

.petrasect .ftabs .tabbg {
    height: 106px;
}

.ftabs .nav-tabs > li {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #dee2e6;
    width: 24.7%;
    text-align: center;
    float: none;
    display: inline-block;
}

    .ftabs .nav-tabs > li:last-child {
        border-right: none;
    }

.ftabs .nav > li > a {
    border: none !important;
    padding: 0;
    margin: 0;
    background: none !important;
    color: #adb5bd;
    font-family: 'DINNextLTProMedium';
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

    .ftabs .nav > li > a span {
        display: block;
        margin: 0 auto 10px;
        width: 33px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .ftabs .nav > li > a .icon1 {
        background-image: url(../images/tab-icon1.png);
    }

    .ftabs .nav > li > a .icon2 {
        background-image: url(../images/tab-icon2.png);
    }

    .ftabs .nav > li > a .icon3 {
        background-image: url(../images/tab-icon3.png);
    }

    .ftabs .nav > li > a .icon4 {
        background-image: url(../images/tab-icon4.png);
    }

.ftabs .nav > li.active > a .icon1, .ftabs .nav-tabs > li.active > a:focus .icon1 {
    background-image: url(../images/tab-icon1-h.png);
}

.ftabs .nav > li.active > a .icon2, .ftabs .nav-tabs > li.active > a:focus .icon2 {
    background-image: url(../images/tab-icon2-h.png);
}

.ftabs .nav > li.active > a .icon3, .ftabs .nav-tabs > li.active > a:focus .icon3 {
    background-image: url(../images/tab-icon3-h.png);
}

.ftabs .nav > li.active > a .icon4, .ftabs .nav-tabs > li.active > a:focus .icon4 {
    background-image: url(../images/tab-icon4-h.png);
}

.ftabs .nav-tabs > li.active > a, .ftabs .nav-tabs > li.active > a:focus, .ftabs .nav-tabs > li.active > a:hover {
    color: #495057;
}

.tabcontsrow {
    float: left;
    width: 100%;
    margin-top: 90px;
}

    .tabcontsrow .texts {
        width: 480px;
        margin-top: 60px;
    }

    .tabcontsrow .map {
        width: 550px;
        margin-top: 0px;
    }

    .tabcontsrow .ctitle {
        background-image: url(../images/t-line5.png);
        padding-bottom: 20px;
    }

        .tabcontsrow .ctitle span {
            color: #999999;
            letter-spacing: 1px;
            font-size: 12px;
            text-transform: uppercase;
        }

        .tabcontsrow .ctitle h2 {
            font-family: 'DINNextLTProBold';
            color: #333333;
            font-size: 48px;
            line-height: 60px;
        }

    .tabcontsrow .texts p {
        line-height: 24px;
        color: rgba(0,0,0,0.55);
    }

    .tabcontsrow .map p {
        line-height: 24px;
        color: rgba(0,0,0,0.55);
    }

    .tabcontsrow .imgbox img {
        width: 100%;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
    }

    .tabcontsrow .imgbox.pull-right {
        margin-right: -30px;
    }

    .tabcontsrow .imgbox.pull-left {
        margin-left: -30px;
    }

    .tabcontsrow .imgbox .imginner {
        padding: 30px;
        position: relative;
        z-index: 1;
    }

        .tabcontsrow .imgbox .imginner:after {
            content: ""; /*width: 570px; height: 390px;*/
            background-color: #f49e00;
            position: absolute;
            z-index: -1;
            bottom: 0;
            top: 70px;
        }

    .tabcontsrow .imgbox.pull-right .imginner:after {
        right: 0px;
        left: 70px;
    }

    .tabcontsrow .imgbox.pull-left .imginner:after {
        left: 0px;
        right: 70px;
    }

    .tabcontsrow .imgbox .imginner:before {
        content: "";
        width: 284px;
        height: 290px;
        background: url(../images/dottos-bg3.png);
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .tabcontsrow .imgbox.pull-right .imginner:before {
        left: 0px;
    }

    .tabcontsrow .imgbox.pull-left .imginner:before {
        right: 0px;
    }

.filteropts {
    padding: 0;
    z-index: 2;
    margin-top: -33px;
}

    .filteropts ul {
        text-align: center;
    }

        .filteropts ul li {
            display: inline-block;
            border-right: 1px solid #4eaebf;
            padding-left: 26px;
            padding-right: 30px;
        }

            .filteropts ul li:last-child {
                border-right: none;
            }

            .filteropts ul li a {
                float: left;
                text-transform: uppercase;
                font-size: 12px;
                color: rgba(255,255,255,0.30);
            }

                .filteropts ul li a:hover, .filteropts ul li a.active {
                    color: #ffffff;
                }

/** Inner 03 **/
.bannertexts {
    position: relative;
    z-index: 2;
    margin-top: 300px;
}

    .bannertexts h2 {
        color: #0c8599;
        font-family: 'DINNextLTProBold';
        font-size: 100px;
        line-height: 40px;
    }

    .bannertexts span {
        display: block;
        color: #ffffff;
        font-size: 30px;
        margin-top: 12px;
    }

.innerbanner2 .planbox {
    float: left;
    margin-bottom: -140px;
    text-align: center;
    padding: 40px 15px 50px;
    width: 380px;
    height: 280px;
    background-color: #fafcfc;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.10);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .innerbanner2 .planbox h4 {
        font-size: 36px;
        color: #333333;
        letter-spacing: -0.2px;
        font-size: 36px;
        font-family: 'DINNextLTProBold';
        text-transform: uppercase;
    }

    .innerbanner2 .planbox span {
        color: #999999;
        padding-bottom: 20px;
        margin-top: 1px;
        display: block;
        position: relative;
    }

        .innerbanner2 .planbox span:after {
            content: "";
            width: 60px;
            height: 2px;
            background-color: #d9d9d9;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

    .innerbanner2 .planbox .cbttn {
        display: inline-block;
        float: none;
        margin-top: 25px;
    }

.innerbanner2 .inner {
    width: 780px;
    float: right;
}

.descriptionpart {
    background: url(../images/bg1.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 118px 0 0;
}

    .descriptionpart .leftimg {
        margin-top: 66px;
        margin-bottom: -94px;
    }

    .descriptionpart .righttexts {
        padding: 0 40px;
    }

        .descriptionpart .righttexts .ctitle {
            background-image: url(../images/t-line5.png);
        }

            .descriptionpart .righttexts .ctitle h2 {
                color: #261a0f;
                font-family: 'DINNextLTProBold';
            }

        .descriptionpart .righttexts .info {
            float: left;
            width: 100%;
            height: 256px;
            overflow: hidden;
        }

            .descriptionpart .righttexts .info.openall {
                height: auto;
            }

        .descriptionpart .righttexts p {
            font-size: 16px;
            color: rgba(0,0,0,0.55);
            line-height: 24px;
            margin-bottom: 20px;
        }

    .descriptionpart .viewmore {
        float: left;
        width: 100%;
        height: 130px;
        margin-top: -153px;
        position: relative;
        z-index: 2;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(240,230,220,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(240,230,220,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(240,230,220,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e6dc',GradientType=0 );
    }

        .descriptionpart .viewmore .cbttn {
            margin-top: 150px;
            width: auto;
            text-align: left;
            padding: 14px 72px 14px 20px;
            cursor: pointer;
            background-image: url(../images/view-icon.png);
            background-repeat: no-repeat;
            background-position: 86% 50%;
        }

        .descriptionpart .viewmore.openmore {
            display: none;
        }

.petrapart {
    padding: 140px 0px 0;
    background-color: #fafafa;
}

    .petrapart .petradesc {
        float: left;
        width: 500px;
        padding-top: 70px;
    }

    .petrapart .petraimg {
        float: left;
        width: 680px;
        background-image: url(../images/petra-bg.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        padding: 30px 100px;
    }

    .petrapart .petradesc .ctitle {
        background-image: url(../images/t-line5.png);
        padding-bottom: 20px;
    }

        .petrapart .petradesc .ctitle span {
            color: #999999;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            margin-bottom: 5px;
        }

        .petrapart .petradesc .ctitle h2 {
            color: #333333;
            font-size: 60px;
            line-height: 60px;
            font-family: 'DINNextLTProBold';
        }

    .petrapart .petradesc p {
        font-size: 16px;
        color: rgba(0,0,0,0.55);
    }

    .petrapart .petraimg .imgbox {
        box-shadow: 1px 0px 20px rgba(0,0,0,0.2);
        border: 5px solid #ffffff;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        width: 480px;
        height: 480px;
    }

.petraslider:before {
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.petraslider:after {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=1 );
}

.petraslider:before, .petraslider:after {
    content: "";
    width: 177px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0px;
    z-index: 3;
}

.petraslider:before {
    left: 0;
}

.petraslider:after {
    right: 0;
}

.phistory .petraimg {
    margin-left: -100px;
}

.pfood .petraimg {
    margin-left: -100px;
}

.petrapart .stories {
    margin-top: 40px;
    background-color: #fafafa;
}

.partlinks {
    position: fixed;
    right: 40px;
    top: 50px;
    z-index: 2;
    display: none;
}

    .partlinks ul li {
        display: block;
        margin-bottom: 30px;
    }

        .partlinks ul li:last-child {
            margin-bottom: 0px;
        }

        .partlinks ul li a {
            display: block;
            position: relative;
            width: 8px;
            height: 8px;
        }

            .partlinks ul li a .dott {
                width: 8px;
                height: 8px;
                background-color: #cccccc;
                border-radius: 100%;
                display: block;
            }

            .partlinks ul li a .title {
                position: absolute;
                opacity: 0;
                right: -19px;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

                .partlinks ul li a .title .text {
                    position: absolute;
                    text-align: right;
                    right: 57px;
                    width: 100px;
                    top: 50%;
                    font-size: 11px;
                    color: #333333;
                    text-transform: uppercase;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

                .partlinks ul li a .title .icon {
                    background-color: #0c8599;
                    float: left;
                    background-repeat: no-repeat;
                    background-position: 50% 50%;
                    width: 48px;
                    height: 48px;
                    border: 5px solid #e1edef;
                    border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                }

                .partlinks ul li a .title .icon1 {
                    background-image: url(../images/petra-hike-icon.png);
                }

                .partlinks ul li a .title .icon2 {
                    background-image: url(../images/petra-history-icon.png);
                }

                .partlinks ul li a .title .icon3 {
                    background-image: url(../images/petra-meditation-icon.png);
                }

                .partlinks ul li a .title .icon4 {
                    background-image: url(../images/petra-food-icon.png);
                }

            .partlinks ul li a:hover .title, .partlinks ul li a.active .title {
                opacity: 1;
            }

            .partlinks ul li a.active {
                margin-bottom: 42px;
                margin-top: 42px;
            }

/** Inner Page **/
.shortdesc2 {
    background: url("../images/airports-bg.jpg") no-repeat scroll 0 0 / cover;
    padding: 125px 0px 100px;
}

    .shortdesc2::after {
        display: none;
    }

.infoport {
    padding: 80px 0px 0px;
    background-color: #fbfcfc;
}

    .infoport .tabcontsrow {
        position: relative;
        z-index: 11;
    }

        .infoport .tabcontsrow .texts {
            margin-top: 50px;
        }

        .infoport .tabcontsrow .map {
            margin-top: 50px;
        }

        .infoport .tabcontsrow .ctitle h2 {
            line-height: 50px;
        }

        .infoport .tabcontsrow .texts p {
            margin-bottom: 20px;
        }

        .infoport .tabcontsrow .map p {
            margin-bottom: 20px;
        }

        .infoport .tabcontsrow .texts h6 {
            background-position: 0px 0px;
            margin-bottom: 10px;
            background-repeat: no-repeat;
            color: rgba(0, 0, 0, 0.55);
            font-size: 14px;
            padding: 1px 0px 1px 30px;
        }

        .infoport .tabcontsrow .map h6 {
            background-position: 0px 0px;
            margin-bottom: 10px;
            background-repeat: no-repeat;
            color: rgba(0, 0, 0, 0.55);
            font-size: 14px;
            padding: 1px 0px 1px 30px;
        }

        .infoport .tabcontsrow .texts h6.call {
            background-image: url(../images/call.png);
        }

        .infoport .tabcontsrow .map h6.call {
            background-image: url(../images/call.png);
        }

        .infoport .tabcontsrow .texts h6.phone {
            background-image: url(../images/phone.png);
        }

        .infoport .tabcontsrow .map h6.phone {
            background-image: url(../images/phone.png);
        }

.royalinfo {
    padding-top: 60px;
}

    .royalinfo .royalinner {
        float: left;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        z-index: 13;
    }

    .royalinfo .rowbox3 {
        margin-top: 30px;
    }

    .royalinfo .petradesc {
        width: 700px;
        padding-top: 45px;
    }

.royalinfo2 {
    padding-top: 0px;
    background-color: #fafafa;
}

.royalinfo .petradesc .ctitle h2 {
    font-size: 48px;
    line-height: 50px;
}

.royalinfo p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.55);
}

.royalinfo .petraimg {
    width: 480px;
    background-image: url(../images/petra-bg1.png);
    padding: 30px 50px;
}

    .royalinfo .petraimg .imgbox {
        width: 381px;
        height: 381px;
    }

        .royalinfo .petraimg .imgbox img {
            width: 100%;
        }

.royalinfo .rowbox1 .petraimg {
    margin-right: -50px;
    float: right;
}

.royalinfo .rowbox2 .petraimg {
    margin-left: -50px;
    float: left;
}

.flybanner {
    position: relative;
    overflow: hidden;
}

    .flybanner img {
        width: 100%;
        object-fit: cover;
    }

.royalinfo p a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.55);
}

    .royalinfo p a:hover {
        color: #337ab7;
    }


/** Articles Page **/
.artitle {
    padding-bottom: 84px;
}

.arparts {
    background-color: #fbfcfc;
}

    .arparts .detailspart {
        padding: 0;
        margin-top: -50px;
    }

    .arparts .detailsbox {
        padding: 0;
        margin-bottom: 20px;
        background-color: #ffffff;
        box-shadow: 0 10px 15px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.15);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .arparts .detailsbox .imgbox {
            float: left;
            width: 378px;
            height: 260px;
            overflow: hidden;
        }

            .arparts .detailsbox .imgbox img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
            }

        .arparts .detailsbox:hover .imgbox img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .arparts .detailsbox .info {
            float: left;
            width: 802px;
            padding: 48px 50px 41px;
        }

            .arparts .detailsbox .info h5 {
                font-size: 20px;
                color: #261a0f;
                font-family: 'DINNextLTProBold';
                position: relative;
                padding: 0 0 22px;
                text-transform: uppercase;
            }

                .arparts .detailsbox .info h5:after {
                    content: "";
                    width: 50px;
                    height: 3px;
                    background-color: #f08c00;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                }

            .arparts .detailsbox .info p {
                float: left;
                width: 100%;
                color: rgba(0,0,0,0.55);
                font-size: 14px;
                line-height: 23px;
            }

            .arparts .detailsbox .info .learnmore {
                background: url(../images/arrow-icon.png) no-repeat 0 0;
                text-transform: uppercase;
                font-family: 'DINNextLTProMedium';
                color: #808080;
                padding-left: 27px;
            }

                .arparts .detailsbox .info .learnmore:hover {
                    color: #f08c00;
                }

.loadmore {
    font-family: 'DINNextLTProMedium';
    text-transform: uppercase;
    font-size: 14px;
    color: #808080;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 19px 0 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .loadmore:hover {
        background-color: #f08c00;
        color: #ffffff;
        border-color: #f08c00;
    }


/** Media Center Page **/
.newspart, .articles {
    background: #f5f7f7 url(../images/bg4.jpg) repeat-x 50% 0;
    padding: 90px 0 120px;
}

    .newspart .stitle p, .articles .stitle p {
        text-transform: capitalize;
        letter-spacing: normal;
    }

.newslider {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

    .newslider .owl-carousel .item {
        position: relative;
        padding: 10px;
    }

    .newslider .item .innerbox {
        display: block;
        overflow: hidden;
    }

    .newslider .item .details {
        padding: 0px 30px 30px;
        text-align: center;
        margin-top: -57px;
    }

        .newslider .item .details .detailinner {
            padding: 20px 35px;
            background-color: #ffffff;
            position: relative;
            float: left;
            width: 100%;
            box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
            -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
            -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
        }

        .newslider .item .details h4 a {
            color: #333333;
            font-size: 16px;
            font-family: 'DINNextLTProMedium';
            line-height: 24px;
        }

            .newslider .item .details h4 a:hover {
                color: #f08c00;
            }

        .newslider .item .details .taglabel {
            position: absolute;
            top: -8px;
            left: 50%;
            background-color: #0c8599;
            color: #ffffff;
            font-size: 10px;
            text-transform: uppercase;
            padding: 2px 15px;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-translateX(-50%);
        }

        .newslider .item .details span {
            display: block;
            font-size: 10px;
            color: #999999;
            text-transform: uppercase;
            margin: 8px 0 4px;
        }

        .newslider .item .details p {
            font-size: 18px;
            color: #343a40;
            line-height: 26px;
        }

    .newslider .row, .articles .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .newslider .owl-nav div {
        width: 48px;
        height: 48px;
        position: absolute;
        z-index: 8;
        top: 36%;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
    }

        .newslider .owl-nav div:hover {
            background-color: #ffffff;
        }

        .newslider .owl-nav div.owl-prev {
            background-image: url(../images/prev_arrow.png);
            left: -68px;
        }

        .newslider .owl-nav div.owl-next {
            background-image: url(../images/next_arrow.png);
            right: -68px;
        }

.newspart .cbttn {
    float: none;
    display: inline-block;
    margin-top: 0px;
}

.mediagallery {
    background-color: #e67e22;
    position: relative;
}

    .mediagallery .infobox {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 22;
        width: 100%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .mediagallery .infobox .innerbox {
            float: left;
            padding: 30px 60px;
            width: 480px;
            position: relative;
            z-index: 2;
            background-color: #ffffff;
            background-image: url(../images/pattn-bg.png);
            background-repeat: repeat;
            background-position: 50% 50%;
        }

            .mediagallery .infobox .innerbox:after {
                content: "";
                z-index: -1;
                width: 476px;
                height: 236px;
                position: absolute;
                right: -30px;
                bottom: -30px;
                background: url(../images/dottos-bg2.png) no-repeat 50% 50%;
            }

            .mediagallery .infobox .innerbox h4 {
                font-size: 30px;
                margin-bottom: 10px;
                font-family: 'DINNextLTProBold';
                color: #261a0f;
            }

            .mediagallery .infobox .innerbox p {
                color: rgba(0,0,0,0.50);
                line-height: 22px;
            }

            .mediagallery .infobox .innerbox .cbttn {
                font-size: 14px;
                margin-top: 15px;
                height: 38px;
                width: 140px;
                padding: 10px 10px;
            }
/*#carousel .flex-direction-nav {position: relative;}
#carousel .flex-direction-nav li {position: absolute; height: 100%; top: 0; bottom: 0;}*/
.flex-direction-nav a {
    width: 48px;
    height: 48px;
    text-indent: -99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.80);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

    .flex-direction-nav a::before {
        display: none;
    }

.flex-direction-nav li {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
}

#mgslider .flex-direction-nav {
    display: none;
}

.flex-direction-nav .flex-nav-prev {
    left: 0;
    background: -moz-linear-gradient(left, rgba(230,126,34,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(230,126,34,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(230,126,34,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67e22', endColorstr='#00ffffff',GradientType=1 );
}

.flex-direction-nav .flex-nav-next {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(230,126,34,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(230,126,34,0.65) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(230,126,34,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e67e22',GradientType=1 );
}

.flex-direction-nav .flex-prev {
    background-image: url(../images/prev_arrow.png);
}

.flex-direction-nav .flex-next {
    background-image: url(../images/next_arrow.png);
}

#carousel {
    bottom: 40px;
}

    #carousel ul.slides li {
        position: relative;
        cursor: pointer;
    }

        #carousel ul.slides li.flex-active-slide span {
            opacity: 0;
        }

        #carousel ul.slides li span {
            opacity: 1;
            position: absolute;
            left: 0px;
            padding: 0 20px 20px;
            bottom: 0px;
            width: 100%;
            font-size: 18px;
            font-family: 'DINNextLTProMedium';
            color: rgba(255,255,255,0.80);
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }

        #carousel ul.slides li img {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

#mgslider ul.slides li.flex-active-slide .innerbox {
    animation: 1s .2s bounceIn both;
    -moz-animation: 1s .2s bounceIn both;
    -webkit-animation: 1s .2s bounceIn both;
}

.articles {
    position: relative; /*background-color: #f5f7f7;*/
    padding-bottom: 50px;
}

    .articles .articlesbox {
        padding: 10px;
    }

        .articles .articlesbox .articleinner {
            padding: 30px 40px;
            margin-top: 20px;
            background-color: #ffffff;
            border-top: 4px solid #0c8194;
            box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
            -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
            -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
        }

            .articles .articlesbox .articleinner span {
                display: block;
                font-size: 10px;
                color: #999999;
                text-transform: uppercase;
            }

            .articles .articlesbox .articleinner h4 {
                font-size: 18px;
                margin: 5px 0 15px 0;
                color: #333333;
                line-height: 26px;
                font-family: 'DINNextLTProMedium';
            }

            .articles .articlesbox .articleinner .openlink {
                display: inline-block;
                font-size: 12px;
                color: #999999;
                font-family: 'DINNextLTProMedium';
                text-transform: uppercase;
                text-decoration: underline;
            }

                .articles .articlesbox .articleinner .openlink:hover {
                    color: #f08c00;
                    text-decoration: none;
                }

    .articles .cbttn {
        float: none;
        display: inline-block;
        background-color: #f08c00;
        margin-top: 30px;
    }

        .articles .cbttn:hover {
            background-color: #0c8599 !important;
        }


/** Ground Transportation **/
.sectitle {
    background-image: url(../images/bg4.jpg);
    padding: 115px 0 125px;
}

    .sectitle .stitle {
        padding: 0px;
    }

        .sectitle .stitle::before {
            bottom: 6px;
        }

        .sectitle .stitle h2 {
            letter-spacing: 0px;
            margin-bottom: 15px;
        }

.tabfullconts {
    background-color: #fafafa;
}

    .tabfullconts .tabcontsrow {
        margin-top: 86px;
    }

        .tabfullconts .tabcontsrow .ctitle h2 {
            color: #261a0f;
        }

        .tabfullconts .tabcontsrow p {
            color: rgba(0,0,0,0.55);
            font-size: 16px;
            clear: both;
            line-height: 24px;
        }

        .tabfullconts .tabcontsrow.compdetails {
            margin-top: 55px;
        }

    .tabfullconts .taxis {
        position: relative;
        z-index: 1;
    }

    .tabfullconts .ftabs {
        padding: 0 180px;
        margin-top: -96px;
    }

        .tabfullconts .ftabs .nav-tabs > li {
            width: 33.02%;
        }

        .tabfullconts .ftabs .nav > li > a span {
            width: 41px;
            height: 41px;
        }

        .tabfullconts .ftabs .nav > li > a .icon5 {
            background-image: url(../images/tab-icon5.png);
        }

        .tabfullconts .ftabs .nav > li > a .icon6 {
            background-image: url(../images/tab-icon6.png);
        }

        .tabfullconts .ftabs .nav > li > a .icon7 {
            background-image: url(../images/tab-icon7.png);
        }

        .tabfullconts .ftabs .nav > li.active > a .icon5, .tabfullconts .ftabs .nav-tabs > li.active > a:focus .icon5 {
            background-image: url(../images/tab-icon5-h.png);
        }

        .tabfullconts .ftabs .nav > li.active > a .icon6, .tabfullconts .ftabs .nav-tabs > li.active > a:focus .icon6 {
            background-image: url(../images/tab-icon6-h.png);
        }

        .tabfullconts .ftabs .nav > li.active > a .icon7, .tabfullconts .ftabs .nav-tabs > li.active > a:focus .icon7 {
            background-image: url(../images/tab-icon7-h.png);
        }

    .tabfullconts .custrow {
        margin-right: -10px;
        margin-left: -10px;
    }

    .tabfullconts .customefield {
        padding: 0 10px;
    }

        .tabfullconts .customefield h4 {
            background: #1098ae;
            font-size: 18px;
            color: #ffffff;
            line-height: 19px;
            padding: 20px 50px 18px;
        }

        .tabfullconts .customefield ul {
            background: #ffffff;
            padding: 20px 50px;
            min-height: 198px;
            margin-bottom: 20px;
        }

            .tabfullconts .customefield ul li {
                background: url(../images/info-icon.png) no-repeat 0 6px;
                color: rgba(0,0,0,0.55);
                font-size: 16px;
                padding-left: 38px;
                line-height: 30px;
            }

                .tabfullconts .customefield ul li a {
                    color: rgba(0,0,0,0.55);
                }

                    .tabfullconts .customefield ul li a:hover {
                        color: #f59f00;
                    }

                .tabfullconts .customefield ul li.mail {
                    background-position: 0 -24px;
                }

                .tabfullconts .customefield ul li.web {
                    background-position: 0 -53px;
                }

                .tabfullconts .customefield ul li.location {
                    background-position: 0 -84px;
                }

                .tabfullconts .customefield ul li.uname {
                    background-position: 0 -114px;
                }

    .tabfullconts .tablesect {
        position: relative;
        z-index: 1;
        margin-top: 37px;
    }

        .tabfullconts .tablesect p {
            margin-bottom: 55px;
        }

    .tabfullconts .thead-orange {
        background-color: #f09009;
    }

    .tabfullconts .table > thead > tr > th {
        border-bottom: none;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        padding: 20px 10px 16px;
    }

    .tabfullconts .table > tbody > tr > td {
        padding: 13px 9px 12px;
        line-height: 24px;
        border-top: none;
        border-bottom: 1px solid #ededed;
        color: rgba(0,0,0,0.55);
        font-size: 16px;
    }

        .tabfullconts .table > tbody > tr > td.row {
            width: 70px;
        }

    .tabfullconts .table > tbody > tr:nth-child(even) {
        background: #f5f5f5;
    }

    .tabfullconts .carrental .tablesect {
        margin-top: 70px;
    }

    .tabfullconts .carrental .table > thead > tr > th {
        padding: 16px 50px 14px;
    }

    .tabfullconts .carrental .table > tbody > tr > td {
        border-left: 1px solid #ededed;
        padding: 8px 50px 6px;
    }

.contpart {
    background-color: transparent;
    background-image: url(../images/traditionimg.png);
    background-repeat: no-repeat;
    background-position: 100% 50px;
    padding: 88px 0 140px;
}

    .contpart .ctitle {
        background-image: url("../images/t-line5.png");
        margin-bottom: 25px;
    }

        .contpart .ctitle h2 {
            color: #261a0f;
            font-family: 'DINNextLTProBold';
        }

    .contpart .valuetextbox {
        float: left;
        width: 620px;
    }

        .contpart .valuetextbox p {
            display: block;
            clear: both;
            font-size: 16px;
            line-height: 24px;
            color: rgba(0,0,0,0.55);
        }

.jordanbanner4 {
    background: #ffffff;
    z-index: -1;
    position: relative;
    margin-top: -350px;
}

/** Experiences History Culture Page **/
.shortdesc3 {
    padding-bottom: 110px;
}

    .shortdesc3:after {
        display: none;
    }

.historicalsites {
    padding: 70px 0 130px;
    background-color: #fafbfb;
}

    .historicalsites .stitle {
        margin-bottom: 20px;
    }

        .historicalsites .stitle h2 {
            letter-spacing: 0px;
        }

    .historicalsites .row {
        margin-left: -11px;
        margin-right: -11px;
    }

    .historicalsites .optbox {
        margin-top: 30px;
        padding: 0 11px;
    }

        .historicalsites .optbox .placeimg {
            position: relative;
            cursor: pointer;
            background-color: #000000;
            display: block;
            overflow: hidden;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.50);
            -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.50);
            -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.50);
        }

        .historicalsites .optbox.active .placeimg .img {
            opacity: 0.50;
        }

    .historicalsites .placeimg .info {
        position: absolute;
        background: url(../images/grad-bg.png) repeat-x 0 0;
        z-index: 5;
        left: 0;
        bottom: 0px;
        width: 100%;
        right: 0;
        padding: 34px 20px 18px;
    }

        .historicalsites .placeimg .info h4 {
            color: #ffffff;
            font-size: 20px;
            font-family: 'DINNextLTProMedium';
        }

    .historicalsites .alltabs .details {
        border-top: 3px solid #f08c00;
        background: url(../images/tab-cont-bg.jpg) repeat 50% 0;
        padding: 30px 45px 65px;
        margin-top: 30px;
        width: 100%;
        overflow: hidden;
    }

        .historicalsites .alltabs .details .leftimg {
            float: left;
            background-image: url("../images/petra-bg1.png");
            background-size: 586px auto;
            background-position: 49% 49%;
            background-repeat: no-repeat;
            padding: 30px 20px;
            width: 385px;
        }

            .historicalsites .alltabs .details .leftimg .imgbox {
                border: 5px solid #ffffff;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
                height: 346px;
                width: 346px;
            }

                .historicalsites .alltabs .details .leftimg .imgbox img, .historicalsites .optbox .placeimg .img {
                    width: 100%;
                    object-fit: cover;
                }

        .historicalsites .alltabs .details .textbox {
            float: right;
            width: 648px;
            margin-top: 44px;
        }

            .historicalsites .alltabs .details .textbox h5 {
                font-size: 30px;
                color: #261a0f;
                font-family: 'DINNextLTProBold';
                position: relative;
                padding-bottom: 20px;
            }

                .historicalsites .alltabs .details .textbox h5:after {
                    content: "";
                    width: 50px;
                    height: 3px;
                    background-color: #f08c00;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                }

            .historicalsites .alltabs .details .textbox p {
                font-size: 14px;
                color: rgba(0,0,0,0.55);
                line-height: 23px;
                margin: 20px 0 10px;
            }

                .historicalsites .alltabs .details .textbox p a {
                    color: #f08c00;
                }

                    .historicalsites .alltabs .details .textbox p a:hover {
                        color: #0c8599;
                    }

/** Mega menu **/
.custnav .container {
    position: relative;
}

.submenus {
    opacity: 0;
    visibility: hidden;
    border-top: 22px solid #fafafa;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 111;
    top: 60px;
    background-color: #ffffff;
    padding: 18px 22px;
}

    .submenus:before {
        content: "";
        width: 100%;
        background-color: #faf4ed;
        border-bottom: 1px solid #dee2e6;
        position: absolute;
        left: 0;
        top: 0;
    }

.submenus1:before {
    height: 244px;
}

.submenus2 {
    padding-top: 6px;
}

    .submenus2:before {
        height: 68px;
    }

@-moz-document url-prefix() {
    .submenus1:before {
        height: 245px;
    }
}

@-moz-document url-prefix() {
    .submenus2:before {
        height: 69px;
    }
}

.submenus .menubox {
    padding: 0px;
}

    .submenus .menubox .topimg {
        background-color: #faf4ed;
        border-bottom: 1px solid #dee2e6;
        padding: 12px 12px 0;
    }

        .submenus .menubox .topimg .imgpart {
            float: left;
            width: 100%;
            height: 152px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            overflow: hidden;
        }

            .submenus .menubox .topimg .imgpart img {
                width: 100%;
                object-fit: cover;
            }

.submenus .menutitle {
    font-size: 16px;
    padding: 24px 0 20px;
    float: left;
    width: 100%;
    color: #343a40;
    font-family: 'DINNextLTProMedium';
    text-transform: uppercase;
    position: relative;
}

    .submenus .menutitle a {
        color: #343a40;
    }

        .submenus .menutitle a:hover {
            color: #f08c00;
        }

    .submenus .menutitle:after {
        content: "";
        width: 100px;
        height: 3px;
        background-color: #f08c00;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.submenus .mlinks {
    padding: 18px 15px;
}

    .submenus .mlinks ul li {
        float: left;
        width: 100%;
        margin: 11px 0;
    }

        .submenus .mlinks ul li a {
            float: left;
            color: #a4a6a8;
            background: url(../images/m-point.png) no-repeat 0 50%;
            padding: 1px 0 0 25px;
        }

            .submenus .mlinks ul li a:hover {
                color: #f08c00;
                background-image: url(../images/m-point-h.png);
            }

@media only screen and (min-width: 992px) {
    .custnav .menus > li:hover .submenus {
        opacity: 1;
        visibility: visible;
        top: 23px;
    }
}

.submenus2 .menutitle {
    padding: 24px 15px 20px;
}

    .submenus2 .menutitle:after {
        left: 15px;
    }

.submenus2 .mlinks ul li a {
    line-height: 26px;
    background-position: 0 6px;
}

.mediasubmenu .mlinks ul li {
    margin: 7px 0 4px;
}

.mediasubmenu {
    background-image: url(../images/menu-bg1.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 544px auto;
}

    .mediasubmenu .mapbox iframe {
        float: left;
        margin: 27px 0 20px;
        width: 100%;
        height: 160px;
        border: 5px solid #ffffff;
        box-shadow: 0px 10px 25px rgba(0,12,26,0.10);
        -moz-box-shadow: 0px 10px 25px rgba(0,12,26,0.10);
        -webkit-box-shadow: 0px 10px 25px rgba(0,12,26,0.10);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.submenus .contactinfo li {
    float: left;
    width: 100%;
    margin: 5px 0 3px;
    color: #a4a6a8;
    background: url(../images/m-point.png) no-repeat 0 6px;
    padding: 1px 0 0 25px;
    line-height: 26px;
}

    .submenus .contactinfo li a {
        color: #a4a6a8;
    }

        .submenus .contactinfo li a:hover, .submenus .msgtext ul li a {
            color: #f08c00;
        }

.submenus .msgtext {
    padding: 18px 15px;
}

    .submenus .msgtext ul li {
        float: left;
        width: 100%;
        margin: 11px 0;
        color: #a4a6a8;
        background: url(../images/m-point.png) no-repeat 0 6px;
        padding: 1px 0 0 25px;
        line-height: 26px;
    }

        .submenus .msgtext ul li a:hover {
            color: #0c8599;
        }

.mediasubmenu .menuimg {
    margin-left: -21px;
    margin-top: 20px;
    float: left;
}

.mediasubmenu .cbttn {
    float: right;
    margin-right: 30px;
    margin-top: 19px;
    padding-top: 19px;
}

.visitormenu .tourimg {
    float: left;
    margin: -17px 0 0 -37px;
}

.menubox .lists {
    margin-top: 23px;
}

    .menubox .lists li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        .menubox .lists li .himg {
            float: left;
            overflow: hidden;
            width: 80px;
            height: 50px;
            margin-right: 18px;
        }

            .menubox .lists li .himg img {
                width: 100%;
                height: 50px;
                object-fit: cover;
            }

        .menubox .lists li .name {
            float: left;
            width: 156px;
            padding: 17px 0 15px;
            border-bottom: 1px solid #dee2e6;
        }

            .menubox .lists li .name a {
                float: left;
                width: 100%;
                text-transform: uppercase;
                padding: 3px 0 1px;
                font-family: 'DINNextLTProMedium';
                font-size: 13px;
                color: #a4a4a4;
                background: url(../images/menu-arrow.png) no-repeat 100% 50%;
            }

                .menubox .lists li .name a:hover {
                    background-image: url(../images/menu-arrow-h.png);
                }

        .menubox .lists li .fname {
            width: 100% !important;
        }

            .menubox .lists li .fname a {
                color: #343a40;
                background-image: url(../images/menu-arrow-h.png);
            }

.visitormenu .menubox .lists .foodcate {
    padding: 0px;
}

    .visitormenu .menubox .lists .foodcate .menutitle {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 20px;
    }

        .visitormenu .menubox .lists .foodcate .menutitle::after {
            left: 0px;
        }

    .visitormenu .menubox .lists .foodcate .foodimg {
        width: 100%;
        margin-top: 12px;
        float: left;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        overflow: hidden;
    }

        .visitormenu .menubox .lists .foodcate .foodimg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.experiencesmenu {
    background-color: #faf4ed;
}

    .experiencesmenu:before {
        display: none;
    }

    .experiencesmenu .expbox {
        padding: 10px;
    }

        .experiencesmenu .expbox .innerbox {
            float: left;
            overflow: hidden;
            position: relative;
            background-color: #000000;
            width: 100%;
            border: 5px solid #ffffff;
            box-shadow: 0px 10px 25px rgba(0,12,26,0.10);
            -moz-box-shadow: 0px 10px 25px rgba(0,12,26,0.10);
            -webkit-box-shadow: 0px 10px 25px rgba(0,12,26,0.10);
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

            .experiencesmenu .expbox .innerbox:after {
                content: "";
                width: 100%;
                height: 100%;
                background: url(../images/grad-bg2.png) repeat-x 50% 100%;
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .experiencesmenu .expbox .innerbox img {
                width: 100%;
                object-fit: cover;
                opacity: 0.9;
            }

            .experiencesmenu .expbox .innerbox h4 {
                position: absolute;
                padding: 18px 0 20px;
                font-size: 18px;
                color: #ffffff;
                font-family: 'DINNextLTProMedium';
                text-transform: uppercase;
                left: 0;
                right: 0px;
                bottom: 0px;
                z-index: 2;
                text-align: center;
            }

                .experiencesmenu .expbox .innerbox h4:before {
                    content: "";
                    width: 60px;
                    height: 2px;
                    background-color: #f08c00;
                    position: absolute;
                    left: 50%;
                    top: 0px;
                    transform: translateX(-50%);
                    -moztransform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }

.menutitle2:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    float: left;
    top: -7px;
    position: relative;
}

.menutitle2 h4 {
    background-color: #ffffff;
    font-family: 'DINNextLTProMedium';
    font-size: 16px;
    color: #343a40;
    position: relative;
    z-index: 1;
    padding-right: 17px;
    display: inline-block;
}



/** Inner Restaurent Page **/
.inrestopart .filteropts ul li a.active {
    color: #ffffff;
}

.inrestopart .crow {
    margin: 0 -10px;
}

.innerresto .inrestorow {
    padding: 70px 0 0;
}

    .innerresto .inrestorow .comm {
        padding: 0 10px;
        margin-top: 20px;
    }

.innerresto .detailspart {
    background-color: #ffffff;
    padding: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.20);
}

.innerresto .comm .imgbox {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .innerresto .comm .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

.innerresto .detailspart:hover .imgbox img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.innerresto .comm .info h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'DINNextLTProMedium';
    color: #333333;
}

.innerresto .comm .info {
    padding: 18px 30px;
}

    .innerresto .comm .info .reviewbox {
        padding: 12px 0 24px;
        border-bottom: 1px solid #e0e0e0;
    }

        .innerresto .comm .info .reviewbox img {
            float: left;
        }

        .innerresto .comm .info .reviewbox p {
            float: left;
            margin-left: 10px;
            color: rgba(51,51,51,0.70);
            padding-top: 1px;
        }

    .innerresto .comm .info .lorenmore {
        padding: 24px 0 0;
    }

        .innerresto .comm .info .lorenmore a {
            background: url(../images/arrow-icon.png) no-repeat 0 0;
            text-transform: uppercase;
            font-family: 'DINNextLTProMedium';
            color: #808080;
            padding-left: 27px;
        }

            .innerresto .comm .info .lorenmore a:hover {
                color: #f08c00;
            }





/** 09/05/2019 Homepage Part **/
.thepass {
    background-color: #f7f0ed;
    padding-top: 80px;
    overflow: hidden;
}

    .thepass .ctitle {
        text-align: center;
        background-position: 50% 100%;
        background-image: url(../images/t-line4.png);
        padding-bottom: 20px;
    }

    .thepass .passinner {
        background: url(../images/JordanPass2.png) no-repeat 100% 0;
        float: left;
        width: 100%;
        height: 535px;
        padding-left: 80px;
        margin-top: -25px;
    }

    .thepass .jlists {
        float: left;
        width: 420px;
        margin-top: 70px;
    }

        .thepass .jlists .mpimg {
            display: none;
        }

        .thepass .jlists ul li {
            float: left;
            width: 100%;
            position: relative;
            min-height: 80px;
            margin: 15px 0;
        }

            .thepass .jlists ul li .icon {
                position: absolute;
                width: 80px;
                height: 80px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                border: 1px solid #dbd5d1;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
            }

            .thepass .jlists ul li .jicon1 {
                background-image: url(../images/p-icon1.png);
            }

            .thepass .jlists ul li .jicon2 {
                background-image: url(../images/p-icon2.png);
            }

            .thepass .jlists ul li .jicon3 {
                background-image: url(../images/p-icon3.png);
            }

            .thepass .jlists ul li p {
                line-height: 24px;
                color: #868e96;
                padding-left: 100px;
                padding-top: 5px;
            }

            .thepass .jlists ul li:first-child p {
                padding-right: 20px;
            }

            .thepass .jlists ul li:nth-child(2) p {
                padding-top: 13px;
            }

        .thepass .jlists .cbttn {
            background-color: #c92a2a;
        }
/** 09/05/2019 End **/




/** Trade Page **/
.trparts {
    background-color: #fbfcfc;
}

.searchpart {
    padding: 0 180px;
    margin-top: -83px;
}

    .searchpart .searchbox {
        float: left;
        padding: 0 180px;
        background-color: #ffffff;
        padding: 31px 25px;
        margin: 0 20px;
        box-shadow: 0px 10px 15px rgba(0,0,0,0.15);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        z-index: 2;
        position: relative;
    }

        .searchpart .searchbox .dropdownpart {
            float: left;
            width: 270px;
            margin-right: 24px;
            position: relative;
        }

        .searchpart .searchbox .dropdownbox {
            position: absolute;
            left: 0;
            right: 0;
            top: 37px;
            border: 1px solid #e3eaf3;
            background: #ffffff;
            padding: 10px 21px 15px;
            display: none;
        }

        .searchpart .searchbox .dropdownpart .bropbttn, .htparts .searchpart .dropdownpart .custfield {
            float: left;
            cursor: pointer;
            width: 100%;
            height: 38px;
            text-align: left;
            padding: 10px 22px 8px;
            border: 1px solid #e3eaf3;
            background-color: #ffffff;
            background-image: url(../images/down-arrow.png);
            background-repeat: no-repeat;
            background-position: 95% center;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

    .searchpart .tabbg {
        float: left;
        width: 100%;
        height: 73px;
        background-color: #1098ae;
        margin-top: -49px;
    }

    .searchpart .sbttn {
        float: left;
        width: 142px;
    }

        .searchpart .sbttn .cbttn {
            width: 100%;
            margin-top: 0;
            height: 38px;
            padding: 3px 0 0;
            font-size: 14px;
        }

.checkpart {
    padding: 3px 0;
}

.checkboxbtn {
    position: absolute;
    opacity: 0;
    margin: 0 !important;
}

    .checkboxbtn + label {
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
        padding: 4px 0 0 23px;
        color: #989898;
        font-weight: normal;
        font-size: 13px;
    }

        .checkboxbtn + label:before {
            content: '';
            display: inline-block;
            vertical-align: text-top;
            width: 14px;
            height: 14px;
            background: url(../images/checkbox.png) no-repeat 0 0;
            position: absolute;
            left: 0;
            top: 4px;
        }

    .checkboxbtn:checked + label {
        color: #000000;
    }

        .checkboxbtn:checked + label:before {
            background: url(../images/checkbox-a.png) no-repeat 0 0;
        }

.trparts .detailspart {
    padding: 47px 0 0;
    position: relative;
    z-index: 1;
}

    .trparts .detailspart .detailsbox {
        padding: 39px 0;
        border-bottom: 1px solid #e0e0e0;
    }

        .trparts .detailspart .detailsbox:last-child {
            border-bottom: none;
        }

        .trparts .detailspart .detailsbox .imgbox {
            position: relative;
            float: left;
            width: 182px;
            height: 182px;
            border: 1px solid #ffffff;
            background-color: #dcdcdc;
            box-shadow: 0 1px 20px rgba(0,0,0,0.20);
            -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.20);
            -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.20);
        }

            .trparts .detailspart .detailsbox .imgbox:before {
                content: '';
                position: absolute;
                top: -50px;
                left: -60px;
                background-image: url(../images/pattn-bg2.png);
                background-repeat: no-repeat;
                background-position: center;
                width: 301px;
                height: 278px;
                z-index: -1;
            }

            .trparts .detailspart .detailsbox .imgbox img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .trparts .detailspart .detailsbox .info {
            float: left;
            width: 998px;
            padding-left: 40px;
        }

            .trparts .detailspart .detailsbox .info h5 {
                font-size: 20px;
                color: #261a0f;
                font-family: 'DINNextLTProBold';
                position: relative;
                padding: 11px 0 22px;
                text-transform: uppercase;
            }

                .trparts .detailspart .detailsbox .info h5:after {
                    content: "";
                    width: 50px;
                    height: 3px;
                    background-color: #f08c00;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                }

            .trparts .detailspart .detailsbox .info p {
                float: left;
                width: 100%;
                color: rgba(0,0,0,0.55);
                line-height: 23px;
                margin: 21px 0 17px;
            }

            .trparts .detailspart .detailsbox .info ul {
                float: left;
                width: 100%;
            }

                .trparts .detailspart .detailsbox .info ul li {
                    float: left;
                    padding-right: 40px;
                    color: rgba(0,0,0,0.55);
                    font-size: 16px;
                    padding-left: 25px;
                }

                    .trparts .detailspart .detailsbox .info ul li a {
                        color: rgba(0,0,0,0.55);
                    }

                        .trparts .detailspart .detailsbox .info ul li a:hover {
                            color: #f59f00;
                        }

                .trparts .detailspart .detailsbox .info ul .web {
                    background: url(../images/web-icon.png) no-repeat 0 center;
                }

                .trparts .detailspart .detailsbox .info ul .location {
                    background: url(../images/location-icon.png) no-repeat 0 center;
                }

                .trparts .detailspart .detailsbox .info ul .cell {
                    background: url(../images/phone2.png) no-repeat 0 center;
                }

/** Hotel Page **/
.htparts .searchpart {
    padding: 0 0;
}

    .htparts .searchpart .searchbox {
        margin: 0;
    }

    .htparts .searchpart .dropdownpart {
        width: 264px;
    }

        .htparts .searchpart .dropdownpart .custfield {
            background-image: url(../images/search-icon2.png);
            cursor: initial;
            color: #495057;
            padding: 10px 35px 8px 22px;
        }

        .htparts .searchpart .dropdownpart:last-child {
            margin-right: 0;
        }

    .htparts .searchpart .tabbg {
        width: 1220px;
        margin-left: -20px;
    }

.htparts .detailspart .detailsbox .info h5 {
    float: left;
}

.htparts .detailspart .detailsbox .info .ratingpart {
    float: right;
    padding-top: 4px;
}

.trdetails {
    background-image: url(../images/bg4.jpg);
    background-repeat: repeat;
    background-position: center 0;
    padding: 86px 0 0;
}

    .trdetails .detailsbox {
        float: left;
        width: 100%;
        background-color: #ffffff;
        padding: 43px 52px 85px;
    }

        .trdetails .detailsbox .lpart {
            float: left;
            width: 178px;
            margin-right: 49px;
        }

            .trdetails .detailsbox .lpart .imgbox {
                float: left;
                width: 100%;
                height: 178px;
                position: relative;
            }

                .trdetails .detailsbox .lpart .imgbox:before {
                    content: '';
                    position: absolute;
                    width: 236px;
                    height: 236px;
                    background-image: url(../images/pattn-bg2.png);
                    background-repeat: no-repeat;
                    background-position: center;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

                .trdetails .detailsbox .lpart .imgbox img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: relative;
                    z-index: 1;
                }

            .trdetails .detailsbox .lpart ul {
                float: left;
                padding-top: 31px;
            }

            .trdetails .detailsbox .lpart li {
                float: left;
                width: 100%;
                padding-bottom: 9px;
            }

                .trdetails .detailsbox .lpart li a {
                    color: rgba(0,0,0,0.55);
                    letter-spacing: 0.5px;
                    background-image: url(../images/info-icon.png);
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    background-size: 18px;
                    padding-left: 26px;
                }

                    .trdetails .detailsbox .lpart li a:hover {
                        color: #f59f00;
                    }

                    .trdetails .detailsbox .lpart li a.web {
                        background-position: 0 -63px;
                    }

                    .trdetails .detailsbox .lpart li a.email {
                        background-image: url(../images/mail-icon2.png);
                        background-position: 0 center;
                    }

            .trdetails .detailsbox .lpart .social {
                float: left;
                margin-top: 19px;
            }

        .trdetails .detailsbox .rpart {
            float: left;
            width: 849px;
        }

            .trdetails .detailsbox .rpart h5 {
                float: left;
                font-size: 20px;
                color: #261a0f;
                font-family: 'DINNextLTProBold';
                position: relative;
                padding: 17px 0 22px;
                text-transform: uppercase;
            }

                .trdetails .detailsbox .rpart h5:after {
                    content: "";
                    width: 50px;
                    height: 3px;
                    background-color: #f08c00;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                }

            .trdetails .detailsbox .rpart .views {
                float: right;
                text-align: center;
                margin-top: -13px;
            }

                .trdetails .detailsbox .rpart .views h6 {
                    display: block;
                    border: 1px solid #eaeaea;
                    padding: 13px 49px 9px;
                    font-size: 23px;
                    color: #f08c00;
                    border-radius: 4px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                }

                .trdetails .detailsbox .rpart .views span {
                    display: inline-block;
                    padding-top: 8px;
                    color: rgba(0,0,0,0.55);
                }

            .trdetails .detailsbox .rpart p {
                float: left;
                width: 100%;
                color: rgba(0,0,0,0.55);
                line-height: 23px;
                margin-top: 18px;
                padding-right: 100px;
            }

            .trdetails .detailsbox .rpart .tags {
                float: left;
                width: 100%;
                margin-top: 34px;
            }

                .trdetails .detailsbox .rpart .tags li {
                    float: left;
                    padding-right: 15px;
                }

                    .trdetails .detailsbox .rpart .tags li:last-child {
                        padding-right: 0;
                    }

                    .trdetails .detailsbox .rpart .tags li a {
                        float: left;
                        color: rgba(0,0,0,0.55);
                        border: 1px solid #e5e5e5;
                        padding: 7px 17px 8px;
                        border-radius: 5px;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                    }

                        .trdetails .detailsbox .rpart .tags li a:hover {
                            background-color: #1098ad;
                            border-color: #1098ad;
                            color: #ffffff;
                        }

.mapsect {
    background-color: #fbfcfc;
    padding-bottom: 88px;
}

.tvgallery {
    position: relative;
    padding-bottom: 30px;
}

    .tvgallery:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        background: #e67e22;
        height: 137px;
    }

    .tvgallery .stitle h2, .say .stitle h2 {
        letter-spacing: 0;
    }

    .tvgallery .stitle p, .say .stitle p {
        letter-spacing: 0;
        text-transform: initial;
        font-size: 15px;
    }

.say {
    background: #f4f6f5 url(../images/bg4.jpg) repeat-x 0 0;
    padding: 95px 0 20px;
    z-index: 1;
    position: relative;
}

    .say .sayinfo {
        margin-right: -10px;
        margin-left: -10px;
    }

        .say .sayinfo .saybox {
            padding: 0 10px;
            margin-top: 29px;
        }

            .say .sayinfo .saybox .detailsbox {
                float: left;
                width: 100%;
                background-color: #ffffff;
                position: relative;
                padding: 31px 37px 36px;
                border-top: 4px solid #0c8599;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                box-shadow: 0 5px 20px rgba(0,0,0,0.10);
                -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
                -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
            }

                .say .sayinfo .saybox .detailsbox:before {
                    content: '';
                    position: absolute;
                    background-image: url(../images/down-arrow2.png);
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    width: 37px;
                    height: 26px;
                    left: 48px;
                    bottom: -26px;
                }

                .say .sayinfo .saybox .detailsbox p {
                    font-size: 18px;
                    color: #717171;
                    font-style: italic;
                }

            .say .sayinfo .saybox .clientinfo {
                float: left;
                width: 100%;
                margin-top: 10px;
            }

                .say .sayinfo .saybox .clientinfo .imgbox {
                    float: left;
                    width: 60px;
                    height: 60px;
                    border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    overflow: hidden;
                    margin-right: 20px;
                    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
                    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
                    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
                }

                .say .sayinfo .saybox .clientinfo .detials {
                    width:100%;
                    float: left;
                    padding-top: 10px;
                }

                    .say .sayinfo .saybox .clientinfo .detials h4 {
                        font-size: 18px;
                        color: #333333;
                    }

                    .say .sayinfo .saybox .clientinfo .detials span {
                        font-size: 15px;
                        color: #717171;
                    }
					
					.bannernew {
    margin: 10% 0 -11%;
    position: relative;
    display: inline-block;
}

.places .box .placeimg {
    overflow: hidden;
    height: 193px;
}

.places .box .placeimg img {
    width: 100%;
    height: 100%;
}
