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: 'DraftBMedium';}
.custfield:focus, button:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: 'DraftBMedium'; 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: '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: normal;
}
@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
 ****************/
.container {max-width: 1200px; margin: 0 auto; padding: 0 10px;}
header, section, footer {float: left; width: 100%;}
.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;}
.ctitle {position: relative;}
.ctitle h3 {color: #101A28; font-size: 40px; font-family: 'DraftBMediumIta'; line-height: 54px;}
.ctitle p {color: #384657; font-size: 14px; line-height: 24px; padding-top: 15px;}
.bbtn {padding: 0 25px; display: inline-block; font-size: 16px; height: 48px; line-height: 42px; color: #F5A561; font-family: 'DraftBSemiBold'; text-align: center; text-transform: uppercase; border: 1px solid #F5A561; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.bbtn:hover {background-color: #F5A561; color: #FFFFFF;}
.row {margin-left: -10px; margin-right: -10px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left: 10px; padding-right: 10px;}

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;}

.mainbanner {background: url(../images/main-banner.jpg) no-repeat 50% 0px; height: 1090px; background-size: cover; overflow: hidden;}
.mainbanner .biglogo {margin-top: 420px;}
/*.mainbanner .biglogo  {
  animation: 0.8s 0.2s zoomIn both;
  -moz-animation: 0.8s 0.2s zoomIn both;
  -webkit-animation: 0.8s 0.2s zoomIn both;
}*/
.mainbanner .texts {margin-top:240px;}
.mainbanner .texts h3 {font-size: 72px; color: #FFFFFF; font-family: 'DraftBMediumIta';}

.explore {
    padding: 70px 0px 140px;
}
.explore .expbox {margin-top: 20px;}
.explore .expbox .imgbox {height: 312px; float: left; width: 100%; overflow: hidden;}
.explore .expbox .imgbox img {width: 100%; height: 100%; object-fit: cover;}
.explore .expbox .texts {float: left; width: 100%; height: 208px; padding: 10px 45px; position: relative; overflow: hidden;}
.explore .expbox .texts .details {padding-top: 40px;}
    .explore .expbox .texts span {
        display: block;
        font-size: 12px;
        font-family: 'DraftBSemiBold';
        color: #FFFFFF;
        letter-spacing: 2px;
        text-transform: capitalize;
    }
.explore .expbox .texts h4 {font-family: 'DraftBMediumIta';font-size: 30px;color: #FFFFFF; padding: 15px 0px 25px;}
.explore .expbox .texts p {font-size: 14px; line-height: 24px; color: #FFFFFF; margin-bottom: 35px; opacity: 0;}
.explore .expbox .texts .expnow {opacity: 0;}
.expnow {display: inline-block; height: 48px; line-height: 44px; padding: 0 24px; background-color: #FFFFFF; font-size: 16px; font-family: 'DraftBSemiBold'; color: #101A28 !important; text-transform: uppercase; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.bgcolor1 {background-color: #384657;}
.bgcolor2 {background-color: #222A52;}
.bgcolor3 {background-color: #9A4A3A;}
.bgcolor4 {background-color: #837970;}
.bgcolor5 {background-color: #34819F;}
.bgcolor6 {background-color: #2C3D43;}
.explore .expbox .imgbox, .explore .expbox .texts {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.explore .expbox .innerbox {position: relative; overflow: hidden; height: 520px;}
.explore .expbox .innerbox:hover .imgbox {height: 520px;}
.explore .expbox .innerbox:hover .texts {position: absolute; bottom: 0px; left: 0px; height: 100%;}
.explore .expbox .innerbox:hover .texts .details {padding: 0px 45px; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.explore .expbox .innerbox:hover .texts p, .explore .expbox .innerbox:hover .texts .expnow {opacity: 1;}

.explore .expbox .innerbox:hover .bgcolor1 {background-color: rgba(56,70,87,0.90);}
.explore .expbox .innerbox:hover .bgcolor2 {background-color: rgba(34,42,82,0.90);}
.explore .expbox .innerbox:hover .bgcolor3 {background-color: rgba(154,74,58,0.90);}
.explore .expbox .innerbox:hover .bgcolor4 {background-color: rgba(131,121,112,0.90);}
.explore .expbox .innerbox:hover .bgcolor5 {background-color: rgba(52,129,159,0.90);}
.explore .expbox .innerbox:hover .bgcolor6 {background-color: rgba(44,61,67,0.90);}

/** Common Slider **/
.commonslider {float: left; 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;}
.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;}

/** To remove slide effect  css **/
.toursect .animated {-webkit-animation-duration : 0ms !important; animation-duration : 0ms  !important; -webkit-animation-fill-mode: both !important; animation-fill-mode : both !important;}  
.toursect .fadeOut {-webkit-animation-name:fadeOut; animation-name:fadeOut;}  
@-webkit-keyframes fadeOut{
    0% {opacity:0;}
  100% {opacity :0;}
}
@keyframes fadeOut  {
  0% {opacity:0;
  }  
  100% {
    opacity:0;
  }  
}

.toursect {background-color: #9A4A3A; padding-bottom: 70px; position: relative; overflow: hidden;}
.toursect:after {content: ""; width: 430px; background-color: #FFFFFF; position:absolute; top: 0px; bottom: 0px; right: 0px;}
#tourslider {z-index: 2;}
.toursect .item {padding-bottom: 20px;}
.toursect .item .imgpart {float: right; width: 810px;}
.toursect .item .imgpart img {max-width: 100%;}
.toursect .item .slidetexts {width: 40.5%; float: left; padding-top: 170px;}
.toursect .item .slidetexts .innerpart {width: 410px; float: right;}
.toursect .item .slidetexts h5 {font-size: 14px; font-family: 'DraftBSemiBold'; color: #FFFFFF; text-transform: uppercase; letter-spacing: 2px;}
.toursect .item .slidetexts h4 {font-size: 36px; font-family: 'DraftBMediumIta'; color: #FFFFFF; margin: 15px 0px 30px;}
    .toursect .item .slidetexts p {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        padding-bottom: 40px;
    }
.toursect .item .sayinfo {margin-top: 65px;}
.toursect .item .sayinfo .photo {float: left; margin-right: 20px; width: 72px; height: 72px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; overflow: hidden;}
.toursect .item .sayinfo .ginfo h6 {font-size: 16px; color: #FFFFFF; margin-bottom: 4px; padding-top: 10px;}
.toursect .item .sayinfo .ginfo span {font-size: 14px; color: #FFFFFF; line-height: 24px; display: block;}
.toursect .owl-nav {width: 1200px; padding: 0 10px; margin: 30px auto 0px auto;}
.toursect .owl-nav div {float: left; width: 48px; height: 48px; opacity: 0.4; cursor: pointer; border: 1px solid rgba(255,255,255,0.40); background-repeat: no-repeat; background-position: 50% 50%;}
.toursect .owl-nav div:hover {opacity: 1;}
.toursect .owl-nav .owl-prev {background-image: url(../images/prev-arrow.png);}
.toursect .owl-nav .owl-next {background-image: url(../images/next-arrow.png); margin-left: 10px;}
.toursect #counter {font-size: 14px; color: #FFFFFF; position: absolute; right: 530px; bottom: 70px;}
.toursect #counter span {font-family: 'DraftBSemiBold';}

.toursect .owl-item.active .item .imgpart  {
  animation: 0.8s 0.4s zoomIn both;
  -moz-animation: 0.8s 0.4s zoomIn both;
  -webkit-animation: 0.8s 0.4s zoomIn both;
}
.toursect .owl-item.active .item .slidetexts h5, .toursect .owl-item.active .item .slidetexts h4 {
  animation: 0.8s 1s fadeIn both;
  -moz-animation: 0.8s 1s fadeIn both;
  -webkit-animation: 0.8s 1s fadeIn both;
}
.toursect .owl-item.active .item .slidetexts p {
  animation: 0.8s 1.5s fadeIn both;
  -moz-animation: 0.8s 1.5s fadeIn both;
  -webkit-animation: 0.8s 1.5s fadeIn both;
}
.toursect .owl-item.active .item .sayinfo {
  animation: 0.8s 1.8s flipInX both;
  -moz-animation: 0.8s 1.8s flipInX both;
  -webkit-animation: 0.8s 1.8s flipInX both;
}

.essentials {padding: 90px 0px 120px; position: relative;}
.essentials .essentbox {margin-top: 50px;}
.essentials .essentbox .essentinner {float: left; width: 100%; padding: 50px 30px; background-color: #F2F1F0; min-height: 280px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.essentials .essentbox .essentinner .eicons {float: left; width: 100%; height: 60px; background-repeat: no-repeat; background-position: 50% 50%; margin:10px 0px 0px;}
.essentials .essentbox .essentinner .eicon1 {background-image: url(../images/es-icon1.png);}
.essentials .essentbox .essentinner .eicon2 {background-image: url(../images/es-icon2.png);}
.essentials .essentbox .essentinner .eicon3 {background-image: url(../images/es-icon3.png);}
.essentials .essentbox .essentinner .eicon4 {background-image: url(../images/es-icon4.png);}
.essentials .essentbox .essentinner p {font-size: 18px; color: #101A28; float: left; width: 100%; position: relative; padding: 28px 0px;}
.essentials .essentbox .essentinner p:after {width: 60px; height: 3px; background-color: #F5A561; content: ""; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}
.essentials .essentbox .essentinner:hover {background-color: #222A52;}
.essentials .essentbox .essentinner:hover p {color: #ffffff;}

.socialwall {background-color: #F2F1F0; padding: 95px 0px 95px; position: relative;}
.socialwall .ctitle {margin-bottom: 40px;}
    .socialwall .ctitle.rjbanner {
        margin-top: 40px;
    }
        .socialwall .ctitle.rjbanner img {
            width:100%;
        }
.socialwall .row {margin: 0px;}
.socialwall .socialbox {padding: 0px; position: relative;}
.socialwall .socialinner {float: left; width: 100%; background-color: #000000;}
.socialwall .socialinner img {max-width: 100%; opacity: 0.9;}
.socialwall .socialinner .socialhover {float:left; width: 100%; display: none; position: absolute; top: 50%; transform: translateY(-50%);}
.socialwall .socialinner .socialhover .icon {display: inline-block; line-height: 11px; padding-left: 28px; padding-bottom: 7px; color: #F1F3F5;  font-family: 'DraftBSemiBold'; font-size: 18px; margin: 5px 12px; background-repeat: no-repeat; background-position: 0px 0px;}
.socialwall .socialinner .socialhover .wish {background-image: url(../images/linke-icon.png); } 
.socialwall .socialinner .socialhover .comment {background-image: url(../images/comment-icon.png);} 
.socialwall .socialinner:hover img {opacity: 0.4;}
.socialwall .socialinner:hover .socialhover {display: block;}
.socialwall .bbtn {width: 190px; background-color: #F5A561; color: #FFFFFF;}
.socialwall .bbtn:hover {color: #F5A561; background-color: transparent;}

.bannersect .banner {float: left; width: 50%; overflow: hidden;}
.bannersect .banner img {width: 100%;}

footer {
    background-color: #222A52;
}
footer .fcol {margin-top: 30px;}
footer .fcol2 {padding-left: 35px;}
footer .fcol5 {padding-left: 30px;}
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: 0;}
.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;}

/*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%;
}
/*End Mega Menu Style*/

/*Inner Pages Style*/
.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;
    }

    .innerbanner:before {
        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%;
        
        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 a {
                color: rgba(255,255,255,0.60);
            }

            .breadcrumbs .links li:last-child {
                margin-right: 0px;
                padding-right: 0px;
                background-image: none;
            }

    .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 .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: 12px;
                width: 190px;
                padding: 13px 10px;
            }



.content_block_title {
    margin-bottom: 25px;
}

    .content_block_title h2 {
        color: #261a0f;
    }

.royalinfo p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.55);
}

.petrapart {
    padding: 140px 0px 140px;
    background-color: #fafafa;
}

.royalinfo {
    padding-top: 60px;
}

.tabcontsrow {
    float: left;
    width: 100%;
    margin-top: 90px;
}

    .tabcontsrow .texts {
        width: 480px;
        margin-top: 60px;
    }

    .tabcontsrow .texts {
        width: 480px;
        margin-top: 60px;
    }

    .tabcontsrow .ctitle h2 {
        color: #333333;
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .tabcontsrow .texts p {
        line-height: 24px;
        color: rgba(0,0,0,0.55);
    }

    .tabcontsrow .imgbox.pull-right {
        margin-right: -30px;
    }

    .tabcontsrow .imgbox .imginner {
      
        position: relative;
        z-index: 1;
    }

        .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 img {
        width: 100%;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        /*box-shadow: 0px 10px 25px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 10px 25px rgb(0 0 0 / 15%);*/
    }

    .tabcontsrow .imgbox .imginner:after {
        /*content: "";
        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 {
        margin-left: -30px;
    }

        .tabcontsrow .imgbox.pull-left .imginner:before {
            right: 0px;
        }

        .tabcontsrow .imgbox.pull-left .imginner:after {
            left: 0px;
            right: 70px;
        }

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.royalinfo p a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.55);
}

.shortdesc {
    background: url(../images/shortdesc-bg.png) 0 0 !important;
    padding: 128px 0 160px;
    background-size: cover;
    position: relative;
}

    .shortdesc p {
        color: #384657;
        line-height: 23px;
        font-size:14px;
    }


    .shortdesc .ctitle h3 {
        font-family: inherit;
    }

.sectitle {
    background: url(../images/shortdesc-bg.png);
    padding: 115px 0 125px;
}

.stitle h2 {
    font-size: 30px;
    float: left;
    width: 100%;
    color: #261a0f;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align:center;
}

    .sectitle .stitle h2 {
        letter-spacing: 0px;
        margin-bottom: 15px;
    }


.tabfullconts {
    background-color: #fafafa;
}

    .tabfullconts .ftabs {
        padding: 0 180px;
        margin-top: -96px;
    }

.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 rgb(0 0 0 / 15%);
    display: flow-root;
}

    .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;
    }

.tabfullconts .ftabs .nav-tabs > li {
    width: 32%;
}

.ftabs .nav-tabs > li.active > a, .ftabs .nav-tabs > li.active > a:focus, .ftabs .nav-tabs > li.active > a:hover {
    color: #495057;
}

.ftabs .nav > li > a span {
    display: block;
    margin: 0 auto 10px;
    width: 33px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tabfullconts .ftabs .nav > li > a span {
    width: 41px;
    height: 41px;
}

.tabfullconts .ftabs .nav > li > a .icon5 {
    background-image: url(../images/tab-icon5.png);
}

.tabfullconts {
    background-color: #fafafa;
}

    .tabfullconts .ftabs {
        padding: 0 180px;
        margin-top: -96px;
    }

.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 rgb(0 0 0 / 15%);
}

    .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;
    }

.tabfullconts .ftabs .nav-tabs > li {
    width: 32%;
}

.ftabs .nav > li > a {
    border: none !important;
    padding: 0;
    margin: 0;
    background: none !important;
    color: #adb5bd;
    
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}


.ftabs .nav-tabs > li.active > a, .ftabs .nav-tabs > li.active > a:focus, .ftabs .nav-tabs > li.active > a:hover {
    color: #495057;
}

.ftabs .nav > li > a span {
    display: block;
    margin: 0 auto 10px;
    width: 33px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}

.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.active > a .icon5, .tabfullconts .ftabs .nav-tabs > li.active > a:focus .icon5 {
    background-image: url(../images/tab-icon5-h.png);
}

.ftabs .tabbg {
    width: 100%;
    height: 110px;
    margin-top: -56px;
    background-color: #222A52;
}

.tabcontsrow {
    float: left;
    width: 100%;
    margin-top: 90px;
}


.tabfullconts .tabcontsrow {
    margin-top: 86px;
}

.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);
}

.ftabs .nav-tabs > li:last-child {
    border-right: none;
}

.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 .customefield {
    padding: 0 10px;
}

    .tabfullconts .customefield h4 {
        background: #1098ae;
        font-size: 16px;
        color: #ffffff;
        line-height: 19px;
        padding: 20px 50px 18px;
    }
    .tabfullconts .customefield ul {
        background: #ffffff;
        padding: 20px 50px;
        min-height: 198px;
        margin-bottom: 20px;
    }

.tabcontsrow ul li {
    font-size: 16px;
    color: rgba(0,0,0,0.55);
    float: left;
    /* color: #a4a6a8; */
    background: url(../images/dot-512 (1).png) no-repeat 0 50%;
    width: 100%;
}

.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.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;
    }

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.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;
}


.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;
            
            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;
            
        }

        .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;
            
        }

        .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;
                
                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;
        
        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;
                
                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;
        }

.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, .optbox {
        margin-top: 30px;
        padding: 0 11px;
        float: left;
    }

        .historicalsites .optbox .placeimg, .placeimg {
            position: relative;
            cursor: pointer;
            background-color: #000000;
            display: block;
            overflow: hidden;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

            .historicalsites .alltabs .details .leftimg .imgbox img, .historicalsites .optbox .placeimg .img {
                width: 100%;
                object-fit: cover;
            }

    .historicalsites .placeimg .info, .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, .placeimg .info h4{
            color: #ffffff;
            font-size: 20px;
        }

    .historicalsites .optbox.active .placeimg .img {
        opacity: 0.50;
    }

    .historicalsites .alltabs .details {
        padding: 30px 45px 65px;
        margin-top: 30px;
        width: 100%;
        overflow: hidden;
        background: #F2F1F0;
    }

        .historicalsites .alltabs .details .leftimg {
            float: left;
            background-size: 586px auto;
            background-position: 49% 49%;
            background-repeat: no-repeat;
            padding: 30px 20px;
            width: 385px;
        }

            .historicalsites .alltabs .details .leftimg .imgbox {
                
                height: 346px;
                width: 346px;
            }

                .historicalsites .alltabs .details .leftimg .imgbox img, .historicalsites .optbox .placeimg .img, .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;
                
                position: relative;
                padding-bottom: 20px;
            }

            .historicalsites .alltabs .details .textbox p {
                font-size: 14px;
                color: rgba(0,0,0,0.55);
                line-height: 23px;
                margin: 20px 0 10px;
            }

.cbttn {
    width: 172px;
    height: 48px;
    text-align: center;
    margin-top: 35px;
    background-color: #F5A561;
    padding: 14px 10px;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.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 > a .icon1 {
    background-image: url(../images/tab-icon1.png);
}

.ftabs .nav > li > a .icon4 {
    background-image: url(../images/tab-icon4.png);
}

.filteropts {
    padding: 0;
    z-index: 2;
    margin-top: -33px;
    float: left;
    width: 100%;
}

    .filteropts ul {
        text-align: center;
    }

        .filteropts ul li {
            display: inline-block;
            border-right: 1px solid #4eaebf;
            padding-left: 20px;
            padding-right: 20px;
        }

            .filteropts ul li a {
                float: left;
                text-transform: uppercase;
                font-size: 14px;
                color: #A6A9B9;
            }

            .filteropts ul li a:hover, .filteropts ul li a.active {
                color: #ffffff;
            }

            .filteropts ul li:last-child {
                border-right: none;
            }

.ftabs {
    /*padding: 0 80px;*/
    margin-top: -86px;
    float: left;
    width: 100%;
}

    .ftabs .nav > li > a .icon3 {
        background-image: url(../images/tab-icon3.png);
    }

.stories {
    background-color: #F2F1F0;
    padding: 80px;
    margin-top: 140px;
}

.stitle h2 {
    font-size: 48px;
    float: left;
    width: 100%;
    color: #261a0f;
    text-transform: lowercase;
}

.stitle p {
    font-size: 14px;
    line-height: 24px;
    color: #384657;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.storieslider {
    margin-top: 40px;
}

.stories .stitle h2 {
    margin-bottom: 10px;
}

.loadMore__text {
    width:50px;
}

.loadMore {
    width: auto !important;
    padding: 15px 50px !important;
    height: auto !important;
    line-height: 22px !important;
    background-color: #F5A561 !important;
    margin-left: 43% !important;
    margin-top: 50px !important;
}

.tabcontsrow .map p {
    line-height: 24px;
    color: rgba(0,0,0,0.55);
}

.tabcontsrow .map {
    width: 550px;
    margin-top: 0px;
}

.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 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        float:left;
    }

        .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 .info {
            float: left;
            width: 802px;
            padding: 36px 50px 36px;
        }

.datespan {
    margin-bottom: 15px;
    display: block;
    color: #999999;
}

.arparts .detailsbox .info h5 {
    font-size: 20px;
    color: #261a0f;
    
    position: relative;
    padding: 0 0 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.arparts .detailspart .detailsbox .info .lines3 p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
}


.arparts .detailsbox .info .learnmore {
    background: url(../images/arrow-icon.png) no-repeat 0 96%;
    text-transform: uppercase;
    
    color: #808080;
    padding-left: 27px;
}

.arparts .detailsbox .info p, .arparts .detailsbox .info p a {
    float: left;
    width: 100%;
    color: rgba(0,0,0,0.55);
    font-size: 14px;
    line-height: 23px;
}

.bannernew {
    margin-bottom: 25px;
}

.newspart, .articles {
    background: url(../images/shortdesc-bg.png);
    padding: 90px 0 120px;
}

.stitle {
    text-align: center;
    position: relative;
    padding-top: 25px;
}

    .stitle h2 {
        font-size: 30px;
        float: left;
        width: 100%;
        color: #261a0f;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

.col-xs-12 {
    width: 100%;
}

.royalinfo .petraimg {
    width: 480px;
    background-image: url(../images/petra-bg1.png);
    padding: 30px 50px;
}

.royalinfo .rowbox1 .petraimg {
    margin-right: -50px;
    float: right;
}

.petrapart .petraimg .imgbox {
    box-shadow: 1px 0px 20px rgb(0 0 0 / 20%);
    border: 5px solid #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 480px;
    height: 480px;
}

.royalinfo .petraimg .imgbox {
    width: 381px;
    height: 381px;
}

    .royalinfo .petraimg .imgbox img {
        width: 100%;
    }

.extabs {
        width: 100%;
}

.blogs .bigblogsbox {
    padding: 10px;
    min-height: 500px;
}

.blogs .blogsbox {
    padding: 0px;
    margin-top: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    float: left;
    width: 100%;
}

    .blogs .blogsbox .imgbox {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
        .blogs .blogsbox .imgbox img {
            width: 100%;
            height: auto;
        }

    .blogs .blogsbox .articleinner {
        padding: 30px 40px;
        border-top: none;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
        -webkit-box-shadow: none;
        margin-top: 0px;
    }

.blogs .tag, .blogsinner .tag {
    float: left;
    display: inline-block;
    background-color: #f08c00;
    margin-top: 0px;
    padding: 5px 10px;
    color: #fff;
    
    font-size: 12px;
    border-radius: 3px;
    margin-right: 10px;
}

.blogs .blogsbox .articleinner h4 {
    font-size: 18px;
    margin: 15px 0 15px 0;
    color: #333333;
    line-height: 26px;
    
    width: 100%;
    display: inline-block;
}

.blogs .blogsbox .articleinner span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0a3;
}

.blogs .cbttn {
    float: none;
    display: inline-block;
    background-color: transparent;
    margin-top: 30px;
    color: #999999;
    border: 1px solid #e0e0e0;
    width: 100%;
}

.places .listbox {
    padding: 10px;
    height: 410px;
}

.places {
    background: #fbfcfc;
    padding: 60px 0;
}

    .places .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .places .box {
        background: #ffffff;
        box-shadow: 2px 2px 2px #dadada;
        box-shadow: 0px 0px 10px 2px #dadada;
        height: 390px;
    }

        .places .box .placeimg {
            overflow: hidden;
        }

            .places .box .placeimg img {
                width: 100%;
            }

        .places .box .placedetails {
            height: 200px;
        }

            .places .box .placedetails h3 {
                font-size: 18px;
                color: #333333;
                
                text-transform: uppercase;
                margin-bottom: 8px;
            }

            .places .box .placedetails p {
                color: #707070;
            }

            .places .box .placedetails .learnmore {
                background: url(../images/arrow-icon.png) no-repeat 0 5px;
                text-transform: uppercase;
                
                color: #808080;
                padding-left: 27px;
                padding-top: 1px;
            }
        .places .box .placedetails {
            height: 200px;
        }
            .places .box .placedetails h3 {
                font-size: 18px;
                color: #333333;
                
                text-transform: uppercase;
                margin-bottom: 8px;
            }

            .places .box .placedetails p {
                color: #707070;
            }

        .places .box .placedetails {
            padding: 18px 29px 20px;
        }
.blogsinner {
    padding: 90px 0 120px;
}
.blogsinner .benefitbox .imgbox img {
    width: 95%;
}


    .related h2, .blogsinner .subtitle {
        font-size: 14px;
        color: #999999;
        display: block;
        display: inline-block;
        padding: 30px 0 30px;
        text-transform: uppercase;
        padding: 25px 0 20px;
        margin-bottom: 0px;
    }

    .blogsinner .ctitle h3 {
        margin-bottom: 20px;
    }

    .blogs .tag, .blogsinner .tag {
        float: left;
        display: inline-block;
        background-color: #f08c00;
        margin-top: 0px;
        padding: 5px 10px;
        color: #fff;
        font-family: 'DINNextLTProMedium';
        font-size: 12px;
        border-radius: 3px;
        margin-right: 10px;
    }

    .blogsinner .imgright {
        margin-top: 70px;
    }

        .blogsinner .imgright .artinner {
            margin: 0px 0;
            padding: 30px 0;
            border-top: 1px solid #e0e0e0a3;
            float:left;
        }

            .blogsinner .imgright .artinner .imgbox {
                width: 40%;
                float: left;
            }

                .blogsinner .imgright .artinner .imgbox img {
                    width: 100%;
                    float: left;
                }

            .blogsinner .imgright .artinner .artinfo {
                width: 60%;
                float: left;
                padding-left: 20px;
            }

            .blogsinner .imgright .artinner span {
                display: block;
                font-size: 12px;
                color: #999999;
                text-transform: uppercase;
            }

    .blogsinner .innerbox h4 {
        margin-top: 20px;
        font-size: 20px;
        color: #000000;
    }

    .blogsinner p {
        font-size: 16px;
        color: rgba(0,0,0,0.55);
        margin-bottom: 20px;
        line-height: 24px;
    }

.ftabs .nav > li > a .icon2 {
    background-image: url(../images/tab-icon2.png);
}

.custnav .menus > li:hover > .submenus {
    opacity: 1;
    visibility: visible;
	}

.petrapart .petradesc {
    float: left;
    width: 500px;
    padding-top: 70px;
}
.royalinfo .petradesc {
    width: 700px;
    padding-top: 45px;
}
.royalinfo p {
    margin-bottom: 20 px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.55);
}

.petrapart .petradesc p {
    font-size: 16px;
}

.innerwrap {
    width: 100%;
    background: url(/content/images/innerpages-arrow.png) right no-repeat;
    clear: both;
    height: 100%;
    padding-bottom: 30px;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

    .innerwrap img {
        float: left;
    }

    .innerwrap h3 {
        font-size: 22px;
        font-family: 'DraftBMediumIta';
        color: initial;
        float: left;
        margin-top: 90px;
        padding-left: 40px;
    }

#logo-svg {
    pointer-events: none;
}
/*End Inner Pages style*/

.contactpart {
    /*background: url(../images/bg2.jpg) no-repeat 50% 0;
    background-size: cover;*/
    padding: 90px 0px;
    background: #F2F1F0;
}

    .contactpart .innerpart {
        margin: 0 auto;
        background-color: #F2F1F0;
        padding: 0 100px;
        position: relative;
        border-radius: 32px;
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px;
    }

        .contactpart .innerpart .ctitle {
            display: inline-block;
            float: none;
            margin-bottom: 70px;
            width: 100%;
        }

.ctitle h3 {
    color: #262626;
    font-size: 40px;
    direction: ltr;
}

.newspart .ctitle p, .contactpart .ctitle p {
    color: #384657;
    font-size: 14px;
    direction: ltr;
    font-weight: bold;
}

.contactpart .innerpart form {
    display: inline-block;
    float: none;
    width: 100%;
}

.cform .fieldcol {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
}


    .cform .fieldcol .custfield {
        height: 56px;
        padding: 6px 20px;
        font-size: 16px;
        width: 100%;
        background-color: #F7F8FA;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        direction: ltr;
    }

    .cform .fieldcol.phonefield {
        width: 100%;
    }

.cform .btnrow {
    padding: 0 20px;
    float: right;
    width: 100%;
}

.cform .cbtn {
    height: 56px;
    line-height: 56px;
    float: left;
    width: 190px;
    background-color: #F5A561;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.companies {
    padding: 85px 0px;
}

    .companies .item {
        margin-top: 12rem;
    }

        .companies .item h2 {
            font-size: 30px;
            text-align: center;
        }
.videosection {
    position: relative;
}

.videosection iframe {
    height: 100vh;
    display: none;
}

    .videosection img {
        width: 100%;
    }
.banner-wrap {
    margin-bottom: 40px;
}

    .banner-wrap:last-child {
        margin: 0 auto;
    }
    .banner-wrap img {
        width: 100%;
    }

.jordanpass img {
    width:100%;
}

.show-on-mobile {
    display:none;
}
