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: 'DraftBRegular';}
.custfield:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: 'DraftBRegular'; font-size: 14px; color: #000000; background-color: #FAF9F9;}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}


@font-face {
    font-family: 'DraftBRegular';
    src: url('../fonts/DraftBRegular.eot');
    src: url('../fonts/DraftBRegular.eot') format('embedded-opentype'),
         url('../fonts/DraftBRegular.woff2') format('woff2'),
         url('../fonts/DraftBRegular.woff') format('woff'),
         url('../fonts/DraftBRegular.ttf') format('truetype'),
         url('../fonts/DraftBRegular.svg#DraftBRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DraftBMedium';
    src: url('../fonts/DraftBMedium.eot');
    src: url('../fonts/DraftBMedium.eot') format('embedded-opentype'),
         url('../fonts/DraftBMedium.woff2') format('woff2'),
         url('../fonts/DraftBMedium.woff') format('woff'),
         url('../fonts/DraftBMedium.ttf') format('truetype'),
         url('../fonts/DraftBMedium.svg#DraftBMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DraftBMediumIta';
    src: url('../fonts/DraftBMediumIta.eot');
    src: url('../fonts/DraftBMediumIta.eot') format('embedded-opentype'),
         url('../fonts/DraftBMediumIta.woff2') format('woff2'),
         url('../fonts/DraftBMediumIta.woff') format('woff'),
         url('../fonts/DraftBMediumIta.ttf') format('truetype'),
         url('../fonts/DraftBMediumIta.svg#DraftBMediumIta') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'DraftBSemiBold';
    src: url('../fonts/DraftBSemiBold.eot');
    src: url('../fonts/DraftBSemiBold.eot') format('embedded-opentype'),
         url('../fonts/DraftBSemiBold.woff2') format('woff2'),
         url('../fonts/DraftBSemiBold.woff') format('woff'),
         url('../fonts/DraftBSemiBold.ttf') format('truetype'),
         url('../fonts/DraftBSemiBold.svg#DraftBSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************
 * Common Css
 ****************/
 header, section, footer {float: left; width: 100%;}
.container {max-width: 1210px; margin: 0 auto; padding: 0 15px;}
.row {margin-left: -15px; margin-right: -15px;}
.row>* {padding-left: 15px; padding-right: 15px;}
.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;}
a, a:hover, button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.ctextinfo h4 {color: #101A28; font-size: 30px; line-height: 48px; font-family: 'DraftBSemiBold'; display: inline-block;}
.ctextinfo p {color: #384657; font-size: 20px; line-height: 30px; padding-top: 25px; font-family: 'DraftBMedium';}

.cbtn {display: inline-block; background-color:#9A4A3A; height: 50px; text-align: center; line-height: 44px; color: #FFFFFF; font-size: 16px; font-family: 'DraftBMedium'; padding: 0px 25px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.cbtn:hover {color: #ffffff; background-color:#222A52;}
.cbtn:hover span {background-image: url(../images/arrow2-h.png); color: #ffffff;}

.ctitle {color: #384657; font-size: 40px; font-family: 'DraftBSemiBold'; line-height: 50px;}

header {padding: 15px 0px; position: absolute; left: 0px; top: 0px; z-index: 11;}
    header .container {
        position:relative;
    }
.logo {margin-top: 5px;}

.custnav {
    padding: 10px 0 0 30px;
    /*position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-33%,-50%);
    -moz-transform: translate(-33%,-50%);
    -webkit-transform: translate(-33%,-50%);*/
}
    .custnav .menus>  li {
        float: left;
        margin: 0 20px;
        padding-bottom: 22px;
    }
.custnav .menus li a {float: left; font-size: 12px; color: #FFFFFF; text-transform: uppercase; font-family: 'DraftBSemiBold';}
.custnav .menus li a:hover {color: #F5A561;}

.language .lanbtn {/*width: 150px;*/ height: 38px; padding-left: 37px; padding-bottom: 2px; text-align: left; font-size: 11px; color: #FFFFFF; background-image: url(../images/wmap-icon.png); background-repeat: no-repeat; background-position: 9px 50%; border:1px solid rgba(255,255,255,0.20); background-color: transparent; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.language .lanbtn::after {content: ""; width: 6px; height: 12px; /*background: url(../images/updown-arrow.png) no-repeat 0 0;*/ position: absolute; right: 12px; top: 12px; border: none;}
.language .dropdown-menu {
    right: 0px;
    left: -65px !important;
    min-width: 190px;
}
.language .dropdown-item {font-size: 12px; color: #101A28;}

/*Mega Menu Style - Maram*/
.submenus {
    opacity: 0;
    visibility:hidden;
    /*border-top: 22px solid #fafafa;*/
    position: absolute;
    left: -30px;
    right: -30px;
    z-index: 111;
    top: 50px;
    background-color: #ffffff;
    padding: 18px 22px;
    max-width: 1250px;
}

    .submenus .menubox {
        padding: 0px;
        float: left;
    }
        .submenus .menubox .topimg {
            padding: 12px 12px 0;
            float: left;
            margin-bottom: 10px;
        }
            .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: 0 0 20px;
        float: left;
        width: 100%;
        color: #343a40;
        
        text-transform: uppercase;
        position: relative;
    }

.custnav .menus .submenus .menutitle a {
    color: #343a40;
}

    .submenus .mlinks {
        padding: 18px 15px;
    }
        .submenus .mlinks ul li, .submenus .clinks ul li {
            float: left;
            width: 100%;
            margin: 11px 0;
        }
            .submenus .mlinks ul li a {
                float: left;
                color: #a4a6a8;
                padding: 1px 0 0 15px;
                text-transform: capitalize;
                font-family: 'DraftBMedium';
                font-size: 14px;
                background: url(/content/images/m-point.png) left 10px no-repeat;
            }
.submenus .clinks ul li {
    padding: 0 10px;
}

    .submenus .clinks ul li a {
        float: left;
        color: #a4a6a8;
        background: url(../images/long-arrow.png) no-repeat 100% 45%;
        text-transform: capitalize;
        font-family: 'DraftBMedium';
        font-size: 14px;
        width: 100%;
        position: relative;
    }

        .submenus .clinks ul li a:after {
            content: "";
            width: 155px;
            height: 1px;
            background: #e4e3e1;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .submenus .clinks ul li a img {
            margin-right: 20px;
        }

        .submenus .clinks ul li a.dis-all {
            padding: 29px 0;
            text-transform:uppercase;
        }

            .submenus .clinks ul li a.dis-all:after {
                width:100%
            }



            .submenus1:before {
                height: 241px;
            }

.experiencesmenu .expbox {
    padding: 10px;
    float: left;
}

    .experiencesmenu .expbox .innerbox {
        float: left;
        overflow: hidden;
        position: relative;
        background-color: #000000;
        width: 100%;
        padding: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;
            
            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%);
            }

        /*.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;
        }*/

.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 .contactinfo li a:hover, .submenus .msgtext ul li a {
            color: #f08c00;
        }

.menutitle2 h4 {
    background-color: #ffffff;
    font-size: 16px;
    color: #343a40;
    position: relative;
    z-index: 1;
    padding-right: 17px;
    display: inline-block;
}
.menutitle2:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    float: left;
    top: -7px;
    position: relative;
}

.menubox .lists {
    margin-top: 23px;
    float: left;
}


    .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-size: 13px;
                color: #a4a4a4;
                background: url(../images/menu-arrow.png) no-repeat 100% 50%;
            }

.tourimg img {
    width: 100%;
}

.menubox .tourimg img {
    margin-top: -18px;
}



.discovermenu.submenus.submenus .mlinks {
    padding:0;
}

.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;
    }

.foodimg img {
    width:100%;
}

.custnav .menus > li:hover > .submenus {
    opacity: 1;
    visibility: visible;
}

.float-left{
    float:left !important;
}
.float-right {
    float: right !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
/*End Mega Menu Style*/

.mainbanner { background-color: #222A52;
    position: relative;
}
.mainbanner video {
    width: 100%;
}
.mainbanner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 240px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
}
.mainbanner .mainbannerimg img {width: 100%; opacity: 0.7;}
.mainbanner .textinfo {position: absolute; width: 100%; top: 48%; z-index: 2; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
    .mainbanner .textinfo h1 {
        line-height: 60px;
        font-size: 50px;
        width: 880px;
        color: #ffffff;
        font-family: 'DraftBMediumIta';
        .clsslider1 .item, padding-top: 18px;
        float: left;
    }
.mainbanner .textinfo span {line-height: 30px; float: left; width: 100%;  font-size: 24px; color:rgba(255,255,255,1); text-transform: uppercase; letter-spacing: 2px; float: left; font-family: 'DraftBMedium';}

/** Common Slider **/
.commonslider {width: 100%; position: relative;}
.commonslider .owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative;}
.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;
        z-index: 9;
    }
.commonslider .owl-carousel.owl-loaded {display: block; float: left;}
.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;}
.commonslider .owl-carousel .owl-dots.disabled{display: none;}
    .commonslider #clsslider1.owl-carousel .owl-item {
        aspect-ratio: 1 / 1;
    }
.commonslider .owl-nav button {width: 48px; height: 48px; top: 50%; transform: translateY(-50%); cursor: pointer; position: absolute; z-index:111; background-image: url(../images/arrow3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #FFFFFF; box-shadow: 0px 15px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1); border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.commonslider .owl-nav .owl-prev {background-image: url(../images/arrow4.png);}
.commonslider .owl-nav .owl-next {background-image: url(../images/next-arrow1.png);}
/*.commonslider .owl-nav .owl-next:hover {background-image: url(../images/next-arrow-w.png);}
.commonslider .owl-nav button:hover {background-color: #9A4A3A;}*/


.section-h2 {
    background-color: #222A52;
    padding-top: 50px;
}

    .section-h2 .ctitle {
        color: #ffffff;
    }
    .section-h2 .texts1 {
        margin-bottom: 50px;
    }
.clsslider1 {
    width: calc(((100% - 2290px) / 2) + 1890px - (1890px / 12));
    width: -moz-calc(((100% - 2290px) / 2) + 1890px - (1890px / 12));
    width: -webkit-calc(((100% - 2290px) / 2) + 1890px - (1890px / 12));
    float: right;
}
    .clsslider2 .item {padding:0px 10px;}
    .clsslider1 .item {
        float: left;
        width: 100%;
        height: 100%;
        padding:0;
    }
    .clsslider1 .imgbox, .clsslider2 .imgbox {
        position: relative;
        float: left;
        background-color: #000000;
        overflow-y: hidden;
        width: 100%;
        border-radius: 2px 2px 0px 0px;
        -moz-border-radius: 2px 2px 0px 0px;
        -webkit-border-radius: 2px 2px 0px 0px;
    }
    .clsslider2 .imgbox.videoimgbox {
        height:570px;
    }
    .clsslider1 .imgbox {
        height: 100%;
    }
.clsslider1 .imgbox img, .clsslider2 .imgbox img {width: 100%; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

        .clsslider1 .imgbox img {
            height: 100%;
            object-fit: cover;
        }
.clsslider1 .imgbox:hover img {/*-webkit-filter: blur(20px); filter: blur(20px); opacity: 0.5;*/}
.clsslider1 .imgbox:before, .clsslider2 .imgbox:before {content: ""; width: 100%; height: 50%; position: absolute; left: 0px; bottom: 0px; background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(16,26,40,0.7) 100%);}

        .clsslider1 .imgbox:hover:before, .clsslider2 .imgbox:hover:before {
            height: 100%;
        }
        .clsslider1 .imgbox .info, .clsslider2 .imgbox .info {
            position: relative;
            z-index: 26;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            padding: 50px 40px;
            /*        background: rgb(0 0 0 / 20%);
*/
        }
.clsslider1 .imgbox .info p {color: #FFFFFF; display: none; margin-bottom: 28px;}
.clsslider1 .imgbox .info .cbtn {display: none;}
.clsslider1 .imgbox:hover .info p, .clsslider1 .imgbox:hover .info .cbtn {display: inline-block;}
.clsslider1 .owl-nav .owl-prev, .clsslider2 .owl-nav .owl-prev {display: none;}
.clsslider1 .owl-nav .owl-next {right: 130px;}

.section-h3 {padding: 50px 0 140px;}
.trailtabs .nav-tabs {margin-bottom: 30px; margin-top: 40px;}
.trailtabs .nav-tabs .nav-item {padding-right: 50px;}
.trailtabs .nav-tabs .nav-link {border:none!important; color: #384657; font-size: 18px; font-family: 'DraftBMedium'; padding:0px 0px 25px 0px; position: relative;}
.trailtabs .nav-tabs .nav-link:after {width: 100%; content: ""; bottom: 0px; left: 0px; position: absolute; background-color: #9A4A3A; height: 3px; display: none;}
.trailtabs .nav-tabs .nav-item.show .nav-link, .trailtabs .nav-tabs .nav-link.active, .trailtabs .nav-tabs .nav-link:hover {background-color: transparent !important; color: #9A4A3A;}
.trailtabs .nav-tabs .nav-link.active:after, .trailtabs .nav-tabs .nav-link:hover:after {display: block;}

.trailtabs .mapimgpart .mapbox {float:left; width: 100%;height: 100%;}
.trailtabs .mapimgpart .mapbox img {max-width: 100%;}
.trailtabs .textinfo1 .imgbox {float: left; width: 100%; overflow: hidden; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; margin-bottom: 15px;}
.trailtabs .textinfo1 .imgbox img {width: 100%;}
.trailtabs .textinfo1 .ctextinfo p {padding-top: 15px; padding-bottom: 30px;}

.trailtabs .textinfo2 .ctrilbox, .trailtabs .textinfo2 .ctrilbox2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    .trailtabs .textinfo2 .ctrilbox .imgbox, .trailtabs .textinfo2 .ctrilbox2 .imgbox {
        float: left;
        width: 180px;
        height: 180px;
        overflow: hidden;
        background-color: #FFFFFF;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
        .trailtabs .textinfo2 .ctrilbox .imgbox img, .trailtabs .textinfo2 .ctrilbox2 .imgbox img {
            width: 100%;
            object-fit: cover;
        }
    .trailtabs .textinfo2 .ctrilbox .triminfo, .trailtabs .textinfo2 .ctrilbox2 .triminfo {
        margin-left: 200px;
    }
    .trailtabs .textinfo2 .ctrilbox .ctag1, .trailtabs .textinfo2 .ctrilbox2 .ctag1 {
        float: left;
        background-color: #222A52;
        height: 28px;
        color: #FFFFFF;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'DraftBMedium';
        line-height: 25px;
        padding: 0px 12px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }
    .trailtabs .textinfo2 .ctrilbox h5, .trailtabs .textinfo2 .ctrilbox2 h5 {
        float: left;
        width: 100%;
        padding: 10px 0px;
        color: #101A28;
        font-size: 24px;
        line-height: 30px;
        font-family: 'DraftBSemiBold';
    }
    .trailtabs .textinfo2 .ctrilbox p, .trailtabs .textinfo2 .ctrilbox2 p {
        float: left;
        width: 100%;
        padding: 2px 0px 10px;
        color: #384657;
        font-size: 14px;
        line-height: 24px;
        font-family: 'DraftBMedium';
    }
    .trailtabs .textinfo2 .ctrilbox .viewmap, .trailtabs .textinfo2 .ctrilbox2 .viewmap {
        float: left;
        width: 100%;
    }
    .trailtabs .textinfo2 .ctrilbox .vbtn, .trailtabs .textinfo2 .ctrilbox2 .vbtn {
        background-image: url(../images/location-icon6.png);
        background-repeat: no-repeat;
        background-position: 0px 6px;
        color: #9A4A3A;
        font-size: 14px;
        font-family: 'DraftBMedium';
        padding-left: 30px;
        padding-bottom: 5px;
    }
    .trailtabs .textinfo2 .ctrilbox .embtn, .trailtabs .textinfo2 .ctrilbox2 .embtn {
        background-image: url(../images/email-icon.png);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        color: #9A4A3A;
        font-size: 14px;
        font-family: 'DraftBMedium';
        padding-left: 30px;
        padding-bottom: 5px;
    }
    .trailtabs .textinfo2 .ctrilbox .webbtn, .trailtabs .textinfo2 .ctrilbox2 .webbtn {
        background-image: url(../images/web-icon-4.png);
        background-repeat: no-repeat;
        background-position: 0px 6px;
        color: #9A4A3A;
        font-size: 14px;
        font-family: 'DraftBMedium';
        padding-left: 30px;
        padding-bottom: 5px;
    }
    .trailtabs .textinfo2 .ctrilbox .mobbtn, .trailtabs .textinfo2 .ctrilbox2 .mobbtn {
        background-image: url(../images/mobile-icon.png);
        background-repeat: no-repeat;
        background-position: 0px 6px;
        color: #9A4A3A;
        font-size: 14px;
        font-family: 'DraftBMedium';
        padding-left: 30px;
        padding-bottom: 5px;
    }


.clscompart1 {background-color: #384657; padding: 90px 0; background-image: url(../images/bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: relative;}
.clscompart1:before {content: ""; width: 100%; top: 0px; bottom: 0px; left: 0px; background-color: rgba(56,70,87,0.2); position: absolute;}
.clscompart1 .ctextinfo {z-index: 2;}
.clscompart1 .ctextinfo p {color: #ffffff; padding-top: 5px;}
.clscompart1 .calcubtn {width: 480px; margin-top: 40px;}
.clscompart1 .cbtn {cursor: pointer; cursor: pointer;}
.clscompart1 .cbtn span {background: url(../images/cal-icon.png) no-repeat 0 6px; padding-left: 30px;}

.clscompart1 .cform {width: 480px;}
.clscompart1 .cform {display: none;}
.clscompart1 .showcalc .cform {display: block; margin-top: 35px;}
.cform .radiobox {margin-right: 25px;}
.cform .radiobox:last-child {margin-right: 0px;}
.cform .radiobox input {padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer;}
.cform .fieldcol .radiobox label {position: relative; cursor: pointer; display: block; font-size: 16px; padding-left: 30px; color: #FFFFFF; font-family: 'DraftBMedium';}
.cform .radiobox label:before {content:''; -webkit-appearance: none; background-color: transparent; border: 1px solid #E3E3E3; width: 21px; height: 21px; top: 3px; left: 0px; position: absolute; vertical-align: middle; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.cform .radiobox input:checked + label:after {content: ''; display: block; position: absolute; top: 7px; left: 4px; width: 13px; height: 13px; background-color: #9A4A3A; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}

.cform .fieldcol {margin-bottom: 20px;}
.cform .fieldcol label {font-size: 14px; font-family: 'DraftBMedium'; color: #ffffff;}
.cform .fieldcol .custfield {height: 45px; font-size: 16px; padding: 6px 15px 10px 45px; color: #101A28; background-color: #F2F1F0; border: 1px solid #E6EAEE; font-family: 'DraftBMedium'; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.cform .fieldcol select.custfield {background-image: url(../images/drop-arrow1.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 50%;}
.cform .filedrow {position: relative; margin-top: 8px;}
.cform .filedrow .clsficon{width: 18px; height: 45px; background-repeat: no-repeat; background-position: 0 50%; position: absolute; left: 15px; top: 0px;}
.cform .filedrow .clsficon1 {background-image: url(../images/clsficon1.png);}
.cform .filedrow .clsficon2 {background-image: url(../images/clsficon2.png);}
.cform .filedrow .clsficon3 {background-image: url(../images/clsficon3.png);}
.cform .filedrow .clsficon4 {background-image: url(../images/clsficon4.png);}

.clscompart1 .cform .cbtn {width: 100%; margin-top: 20px;}
.clscompart1 .cform .cbtn span {position: relative; top: -2px;}
.clscompart1 .showcalc .calcubtn {display: none;}

.section-h5 {padding: 90px 0 180px;}
.section-h5 .ctitle {margin-bottom: 70px;}
.clsslider2 {width: calc(((100% - 1920px) / 2) + 1700px - (1700px / 12)); width: -moz-calc(((100% - 1920px) / 2) + 1700px - (1700px / 12)); width: -webkit-calc(((100% - 1920px) / 2) + 1700px - (1700px / 12)); float: right;}
.clsslider2 .owl-nav .owl-next {right: 70px;}
.clsslider2 .imgbox:before {height: 100%; background: rgba(16,26,40,0.4) !important;}
.clsslider2 .imgbox .info {padding: 40px;}
.clsslider2 .imgbox .info h5 {font-size: 24px; font-family: 'DraftBSemiBold';}
.clsslider2 .imgbox .info p {color: #ffffff; padding-top: 10px;}
    .clsslider2 .playbtn {
        width: 70px;
        height: 70px;
        background-image: url(../images/play-icon.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background-color: rgba(0,0,0,0.4);
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        z-index: 2;
    }

.clscompart2 {position: relative; overflow: hidden; background-color: #384657;}
.clscompart2 .cbannerbox {position: relative;}
.clscompart2 .cbannerbox .bannerimg img {width: 100%; object-fit: cover; opacity: 0.7;}
.clscompart2 .cbannerbox .bpostion {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.clscompart2 .cbannerbox .textinfo {color: #FFFFFF; line-height: 54px; font-size: 48px;  font-family: 'DraftBMediumIta'; }

/** Footer ***/
.bannersect .banner {float: left; width: 50%; overflow: hidden;}
.bannersect .banner img {width: 100%;}

footer {
    background-color: #222A52;
    padding-top: 40px;
    margin-top: -1px;
}
footer .fcol {margin-top: 30px;}
footer .fcol2 {padding-left: 35px;}
/*footer .fcol5 {padding-left: 55px;}*/
footer .fcol6 {padding-left: 95px;}
footer h4 {color: #88CFEC; font-size: 12px; text-transform: uppercase; font-family: 'DraftBSemiBold'; margin-bottom: 15px;}
footer ul li {margin: 3px 0px; float: left; width: 100%;}
footer ul li a {float: left; font-size: 12px; color: rgba(255,255,255,0.60);}
footer ul li a:hover {color: #FFFFFF;}
.copyright .copyinner {border-top: 1px solid rgba(255,255,255,0.10); padding: 40px 0px; float: left; width: 100%; margin-top: 70px;}
.copyright p {font-size: 12px; color: rgba(255,255,255,0.60);}
.socials a {background-repeat: no-repeat; background-position: 0px 0px; float: left; opacity: 0.4; margin-left: 30px;}
.socials a:first-child {margin-left: 0px;}
.socials a:hover {opacity: 1;}
.socials .fb {background-image: url(../images/fb-icon.png); width: 8px; height: 16px;}
.socials .tw {background-image: url(../images/tw-icon.png); width: 16px; height: 12px;}
.socials .yt {background-image: url(../images/yt-icon.png); width: 10px; height: 12px;}
.socials .inst {background-image: url(../images/inst-icon.png); width: 16px; height: 16px;}

#divmap.map, #divmap2.map {
    width: 100%;
    height: 100%;
    min-height: 500px;
    /*margin-top: 100px;*/
    /*border: 1px solid #cccccc;*/
    /*margin-bottom: 150px;*/
    float: left;
    /*border-radius: 10px;*/
}

.table {
    display: flex;
    width: 100%;
    height: 100%;
}

.table__cell {
    position: relative;
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: center;
    transition: width 500ms cubic-bezier(0.4, 0.0, 0.2, 1);
    height: 450px;
    background-size: cover !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .table__cell:last-child {
        margin-right:0;
    }

    /*.table__cell:nth-child(1) {
        background: url(/content/images/wadi-hasa.jpg) center no-repeat;
    }*/

        .table__cell:nth-child(1):hover {
            background: url(/content/images/wadi-hasa.jpg) center no-repeat;
        }

    .table__cell:nth-child(2) {
        background: url(/content/images/wadi-balou.jpg) center no-repeat;
    }

        .table__cell:nth-child(2):hover {
            background: url(/content/images/wadi-balou.jpg) center no-repeat;
        }

    .table__cell:nth-child(3) {
        background: url(/content/images/break-free-jordan.jpg) center no-repeat;
    }

        .table__cell:nth-child(3):hover {
            background: url(/content/images/break-free-jordan.jpg) center no-repeat;
        }

    .table__cell:nth-child(4) {
        background: url(/content/images/climbing-in-jordan.jpg) center no-repeat;
    }

        .table__cell:nth-child(4):hover {
            background: url(/content/images/climbing-in-jordan.jpg) center no-repeat;
        }

    .table__cell:nth-child(5) {
        background: url(/content/images/nomad-lifestyle.jpg) center no-repeat;
    }

        .table__cell:nth-child(5):hover {
            background: url(/content/images/nomad-lifestyle.jpg) center no-repeat;
        }

    /*.table__cell:hover {
        width: 100%;
    }*/


    .table__cell .info-wrap {
        opacity: 0;
        transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        transition-delay: 0;
    }

    .table__cell:hover .info-wrap {
        opacity: 1;
        transition-delay: 300ms;
        z-index: 1;
    }

    .table__cell:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .table__cell:hover:after {
        opacity:0;
    }

    .table__cell .info-wrap .playbtn {
        width: 70px;
        height: 70px;
        background-image: url(../images/play-icon.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .table__cell .info-wrap .info {
        padding: 40px;
    }

    .table__cell .info-wrap .info {
        position: relative;
        z-index: 26;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 50px 40px;
        background: transparent;
    }

        .table__cell .info-wrap .info h5 {
            font-size: 24px;
            font-family: 'DraftBSemiBold';
        }

.adv-video {
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: visible;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.table__cell.video__cell.paused .adv-video {
    opacity: 0;
}

.show-on-hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease-in-out, visibility 0s 0.7s ease-in-out;
    display:none;
}

.clsslider1 .imgbox:hover img.hide-on-hover {
    display: none;
}

.clsslider1 .imgbox:hover img.show-on-hover {
    opacity: 1;
    visibility: visible;
    display:block;
}

.show-on-mobile {
    display:none;
}