/*=================menu===================*/

a {
    text-decoration: none !important;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.header-wrap {
    position: fixed;
    display: block;
    /*   background: #c00;*/
    z-index: 999;
    width: 100%;
    padding-top: 35px;
    transition: 0.5s;
}
header.header-wrap.scrolled {
    padding-top: 5px;
    padding-bottom: 11px;
    background: #000000e8;
}
/*  font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
 */

.fades[data-scroll] {
    transition: opacity 1s ease;
}
.fades[data-scroll="in"] {
    opacity: 1;
}
.fades[data-scroll="out"] {
    opacity: 0;
}


.fades2[data-scroll] {
    transition: opacity 1s ease;
}
.fades2[data-scroll="in"] {
    opacity: 1;
}
.fades2[data-scroll="out"] {
    opacity: 0;
}




.maintitle {
    position: relative;
    display: block;
    margin-top: 70px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
button:focus {
    outline: none;
}
.banner-contents {
    position: absolute;
    display: block;
    bottom: 56px;
    margin: 0 auto;
    width: 100%;
}
img.bimg {
    width: 100%;
}
.logo-wrap {
    position: relative;
    display: block;
    width: 43%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.logo-wrap img {
    transition: 0.5s;
}
.scrolled .logo-wrap img {
    transform: scale(0.9);
}
.logo-wrap a {
    display: block;
}
nav.fullmenu {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    z-index: 99;
    /*justify-content: center;*/
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    background: #4b5459f5;
    text-align: center;
    opacity: 0;
    flex-direction: column;
    visibility: hidden;
    transition: 0.5s;
}
nav.fullmenu.open-menu {
    opacity: 1;
    visibility: visible;
}
.fullmenu ul {
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
}

.fullmenu li a {
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 1px;
}
.fullmenu li a:hover {
    color: #b1aae8;
}

.mhide .menu, .mhide .logo-wrap, .mhide .booking-wrap{
    display: none;
}

.mhide .fullmenu .menu, .mhide .fullmenu .logo-wrap, .mhide .fullmenu .booking-wrap{
    display: block;
}

.mobilemenu-header .booking-box {
    background: transparent;
}
.mobilemenu-header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 31px;
}


.mobilemenu-header .logo-wrap {
    width: 25%;
    margin: 15px 49px;
}
.mobilemenu-header .social-wrap li {
    margin: 0 20px;
}
.mobilemenu-header .social-wrap {
    margin: 10px 113px;
}

.scrolled .mobilemenu-header .logo-wrap img {
    transform: scale(1);
}
.scrolled .mobilemenu-header .booking-wrap {
    margin-top: 0;
}
ul.mobiinav {
    margin-top: 55px;
}
.menucopyright {
    font-size: 14px;
    color: #919596;
}

body.fxbg {
    overflow: hidden;
    position: fixed;
}
button.overlay-close {
    position: absolute;
    width: 20px;
    height: 22px;
    display: block;
    top: 9%;
    left: 10%;
    text-indent: -9999px;
    background-image: url(../img/cross.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    z-index: 9999;
}
.logo-wrapscroll {
    display: none;
    opacity: 0;
    transition: 0.5s;
}
.scrolled .logo-wrapscroll {
    display: block !important;
    width: 65px;
    height: 63px;
    position: fixed;
    z-index: 9999;
    top: 0;
    opacity: 1;
}
.menu {
    transition: all 0.5s ease;
    position: relative;
    padding: 2px;
    display: block;
    margin-left: 0;
    float: left;
    margin-top: 0;
    width: 30%;
    color: #fff;
}
.menutext {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.mobilemenu {
    transform: translateY(4px);
}
.scrolled .menu {
    margin-top: 22px;
}
.menu>ul>li.has-child>.nav-click {
    top: 40px;
    right: 19px;
}
.subshow {
    display: block !important;
    transition: all 0.5s;
}
.subshow>li {
    padding: 13px 0 !important;
}
.menu>ul>li>ul {
    transition: all 0.5s;
}
.menu>ul {
    padding: 0;
    margin: 0;
}
.scrolled .menu>ul {
    padding-left: 70px;
    margin: 6px auto 0 auto;
    text-align: right;
    max-width: 1040px;
}
.scrolled .menu>ul>li {
    margin: 0 16px;
}
.sub-menu a {
    font-size: 14px !important;
}
.menu>ul>li>ul {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    background-color: #000 !important;
    margin: 0;
    margin-left: -12px;
    margin-top: 0px;
    width: 240px;
    padding: 0;
    transition: 0.5s;
    margin-top: 27px;
}
.menu>ul>li>ul>li>ul {
    position: absolute;
    height: 0px;
    overflow: hidden;
    background: #191919;
    margin: 0 99px;
    width: 150px;
    padding: 0;
    display: none;
    top: 5px;
    z-index: 999;
}
.current_page_item a {
    color: #fff !important;
}
.menu>ul li:hover ul {
    max-height: 400px;
}
.menu>ul>li>ul>li:hover ul {
    overflow: visible;
    background: #191919;
    height: auto;
    padding: 8px 34px;
    display: block;
}
/*.menu>ul>li>ul>li {
    display: block;
}*/

.menu>ul>li>ul>li {
    padding-left: 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
    border-bottom: 1px solid #212020;
    text-align: left;
}
.menu>ul>li>ul>li>a {
    color: #fff;
    font-size: 13px;
}
.menu>ul>li>ul>li>a {
    color: #b9b7b7;
}
.menu>ul>li>ul>li>ul>li {
    display: block;
}
.menu>ul>li>ul>li:last-child::after {
    background: none;
}
.menu>ul>li {
    display: inline-block;
    list-style: none;
    margin: 0 16px;
    position: relative;
    transition: 0.5s;
}
.menu>ul>li:first-child {
    margin-left: 0;
}
.menu>ul>li:last-child {
    margin-right: 0;
}
.menu>ul>li>a {
    font-size: 13px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.menu>ul>li a:hover ul {
    display: block;
    opacity: 1;
    transition: all 1s;
}
.menu>ul>li>ul>li a:hover ul {
    display: block;
    opacity: 1;
    transition: all 1s;
}
.menu>ul>li.active a {}
.menu ul>li a:hover {
    text-decoration: none !important;
    transition: 0.5s;
}
.menu ul>li a:after {
    opacity: 0;
    transition: 0.5s;
}
.menu ul>li a:hover:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: #fff;
}
.menu>ul>li>ul>li>a:hover:after {
    display: none;
}
.res-menu, #menu-toggle {
    display: none;
}
.res-menu>span {
    display: block;
    height: 3px;
    width: 40px;
    background-color: #fff;
    margin: 8px 0px;
    border-radius: 5px;
    /*transition: all 1s;*/
}
.menu>ul.open-menu {
    max-height: 700px;
}
#menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px;
}
#menu-toggle {
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: transparent;
    right: 0;
    top: 12px;
    z-index: 999;
}
#menu-toggle:hover {
    background: transparent;
}
#hamburger {
    position: relative;
    height: 100%;
    width: 100%;
}
#hamburger span {
    width: 32px;
    height: 4px;
    position: relative;
    top: 5px;
    float: left;
    cursor: pointer !important;
    left: 0;
    background-color: #fff;
    margin: 0 0 4px 0;
}
.mobil-trigger {
    display: none;
}
.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon1 span {
    background: #fff;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
.animated-icon1 span:nth-child(2) {
    top: 8px;
}
.animated-icon1 span:nth-child(3) {
    top: 16px;
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.booking-wrap {
    position: relative;
    width: 27%;
    float: left;
    display: block;
    transition: 0.5s;
}
.scrolled .booking-wrap {
    margin-top: 18px;
}
.booking-box {
    position: relative;
    display: block;
    background: #424a50;
    color: #fff;
    padding: 5px 10px 5px 15px;
    width: 196px;
    float: left;
}

span.booktext {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}
.mobilemenu-header span.booktext {
    text-align: left;
}
a.bookicon {
    position: relative;
    display: block;
    float: left;
    margin-top: 8px;
}
.bookcontact {
    position: relative;
    display: inline-block;
}
a.booktel {
    position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
.bookcontact {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
.sldatetime-wrap {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-left: 16px;
    float: left;
    color: #fff;
    font-weight: 500;
    background-image: url(../img/time-icon.png);
    background-repeat: no-repeat;
}
.sldatetime-wrap .time {
    position: relative;
    display: block;
    padding-left: 36px;
}
.banner-wrap {
    position: relative;
    display: block;
    width: 100%;
   /* height: 730px;*/
}

.fxbg .banner-wrap {
    width: 100vw;  
}

.mainslider .item {
    height: 730px;
    text-align: center;
    color: #fff;
    background-size: cover;
}
.mainslider .item h1 {
    font-size: 55px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mainslider .item:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000001f;
}
.scroll-down {
    position: absolute;
    display: block;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 9;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    animation: 2s scrolldown infinite;
}
@keyframes scrolldown {
    0% {
        bottom: 43px;
    }
    50% {
        bottom: 60px;
    }
    100% {
        bottom: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .menu>ul>li {
        margin: 0 9px;
    }
    .menu>ul>li>a {
        font-size: 13px;
    }
    .scrolled .menu>ul {
        padding-left: 70px;
        margin: 6px auto 0 auto;
        text-align: right;
    }
    .scrolled .menu>ul>li {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 980px) {
    /* body.fxbg {
        overflow: hidden;
    }*/
    button:focus {
        outline: 1px dotted;
        outline: none;
    }
}
/*========================menu end===============================*/

.welcomebg {
    position: relative;
    display: block;
    height: 521px;
    background-size: cover;
}
.welcomebox {
    position: relative;
    display: block;
    color: #4c5359;
    max-width: 1140px;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
    float: none;
}
.welcomebox h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.welcomebox h3 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 20px;
}
.welcomebox p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
 
}
.private-wrap {
    position: relative;
    display: block;
}
.paradice-img {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    /*margin-top: -30px;*/ 
}
.private-details {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
.privat-info {
    position: relative;
    display: block;
    margin-top: 186px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.privat-info h3 {
    color: #4c5359;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 20px;
}
.privat-info p {
    color: #232222;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.private-wrap .container-fluid {
    padding: 0;
}
/*.welcome-left-image.imgparallex {
    position: relative;
    display: block;
    height: 521px;
}*/
.welcome-left-image.imgparallex {
    position: relative;
    display: block;
    height: 450px;
    background-size: cover;
    width: 100%;
}
.welcomebg .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.checkout-wrap {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding: 30px 0 100px 30px;
}
.checkout-wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -411px;
    background: #f9f9f9;
}
.checkout-wrap-box {
    position: relative;
    display: block;
    width: 46%;
    float: left;
    margin: 0 27px 0 0;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}
.checkout-wrap-box2 {
    position: relative;
    display: block;
    width: 25%;
    float: left;
    margin: 0 27px 0 0;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    padding-bottom: 8px;
}
.chk-avaliable-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}
.chk-avaliable-box .checkout-wrap-box2:nth-child(2) {
    padding-left: 30px;
    margin-right: 0;
}
.check-monthwrap h4 {
    color: #2b2b2b;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.check-datewrap h5 {
    color: #2b2b2b;
    font-size: 64px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.checkout-wrap input {
    background-color: transparent;
    background-image: url(../img/calender-icon.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    border: 0;
    z-index: 9;
    position: relative;
    color: transparent;
}
.check-datewrap {
    position: relative;
    min-height: 76px;
}
.check-monthwrap {
    position: relative;
    min-height: 20px;
}
.checkout-wrap .form-control:focus, .checkout-wrap-box2 .form-control:focus {
    color: transparent;
}
.chk-avaliable-box input {
    background-color: transparent;
    background-image: url(../img/calender-icon.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    border: 0;
    z-index: 9;
    position: relative;
    color: transparent;
}
.chk-avaliable-box h6 {
    color: #2b2b2b;
    font-size: 17px;
    display: block;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    left: 29px;
    font-family: 'Roboto', sans-serif;
}
.chk-avaliable-box .checkout-wrap-box2:first-child {
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.checkout-wrap-box h6 {
    color: #2b2b2b;
    font-size: 17px;
    display: block;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    left: 22px;
    font-family: 'Roboto', sans-serif;
}
.btn.checkbtn {
    position: relative;
    display: block;
    background: #323334;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px;
    transition: 0.5s;
}
.btn.checkbtn:hover {
    background: #000;
}
.accomodation-wrap .container-fluid {
    padding: 0;
}
.accomodation-wrap {
    position: relative;
    display: block;
 /*   height: 485px;*/
    background-size: cover;
}
.accormo-box {
    position: relative;
    display: block;
    color: #4c5359;
    padding: 32px 30px 30px 30px;
    text-align: center;
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}
.accormo-box-img {
    height: 450px;
    background-size: cover;
}
.accormo-box h3 {
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 400;
}
.datewrapper {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 53px;
}
.accormo-box p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 28px;
    color: #4c5359;
    text-align: center;
    /*direction: rtl;*/
}
.homegallery {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding-top: 90px;
}
.homegallery h3 {
    color: #444444;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 30px;
}
.homegallery h3 {
    color: #444444;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 117px;
}
.homegallery .container-fluid {
    padding: 0;
}
.gal-items {
    position: relative;
    display: block;
}
.gal-items img {
    width: 100%;
}
.hm-gallery {
    position: relative;
    display: block;
    margin-left: 18%;
}
.hm-gallery-slide.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #D6D6D6;
    border-radius: 0;
}
.hm-gallery-slide.owl-theme .owl-dots .owl-dot.active span, .hm-gallery-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #666666;
}
.hm-gallery-slide .owl-dots {
    max-width: 500px;
    position: absolute;
    bottom: 82px;
    width: 247px;
    left: -172px;
    transform: rotate(90deg);
}
.hm-gallery-slide.owl-theme .owl-dots .owl-dot {
    margin-left: 20px;
}
.chk-avaliable-box {
    position: relative;
    padding: 30px 0 25px 8px;
    display: block;
    background: #fff;
    height: 100%;
    float: left;
}
.checkbtnwrap {
    position: relative;
    display: block;
    float: left;
    margin-top: 93px;
    margin-left: 30px;
}
.activities-wrap {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding-bottom: 90px;
}
.activities-wrap h5 {
    font-size: 37px;
    color: #2b2b2b;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 50px;
}
.activities-wrap .container-fluid {
    padding: 0;
}
.activity-box {
    position: relative;
    display: block;
    height: 515px;
    background-size: cover;
    background-position: center;
}
.activity-box-hover {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9;
    height: 515px;
    background-size: cover;
    background-color: #495055ba;
    opacity: 0;
    transition: 0.5s;
    background-position: 79% -43px;
}
.activity-box-hover:hover {
    opacity: 1;
}
.activity-box h6 a {
    position: absolute;
    display: block;
    bottom: 52px;
    color: #fff;
    left: 50px;
    z-index: 99;
    font-size: 26px;
    font-weight: 500;
}
.activity-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000026;
}
.activity-box h6 a:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/point-icon.png);
    background-repeat: no-repeat;
    top: -41px;
    left: 6px;
    width: 19px;
    height: 29px;
}
.contact-box {
    position: relative;
    display: block;
    background: #424a50d4;
    padding: 60px 55px 110px 55px;
    color: #fff;
}
.contacts-wrap {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    height: 684px;
}
.contact-box h3 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-box p {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 60px;
   
}
/*
font-family: 'Roboto Condensed', sans-serif;*/

.info-rows {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.info-rows h6 {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 8px;
    padding-left: 34px;
}
.info-rows a {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.info-rows h6:before {
    content: '';
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background-image: url(../img/call-icon.png);
    background-repeat: no-repeat;
}
.info-rows.em h6:before {
    content: '';
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    top: 5px;
    left: 0;
    background-image: url(../img/mail-icon.png);
    background-repeat: no-repeat;
}
.contact-box .btn.checkbtn {
    font-size: 16px;
    font-weight: 500;
    padding: 17px 15px;
    margin-top: 50px;
        letter-spacing: 1px;

}
.mobifwrap{
    text-align: right;
}
.fmenu {
    position: relative;
    display: inline-block;
}
.fmenu ul {
    padding: 0;
    list-style: none;
}
.fmenu a {
    color: #000;
    font-size: 14px;
}
.fmenu li, .social-wrap li {
    display: inline-block;
}
.social-wrap {
    position: relative;
    display: inline-block;
}
.social-wrap ul {
    padding: 0;
    list-style: none;
}
.fmenu li {
    margin: 0 23px;
}
.social-wrap li {
    margin: 0 0 0 19px;
}
.copyright {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
}
a.dev {
    margin-left: 40px;
}
.copyright a {
    color: #000;
    display: inline-block;
    position: relative;
}
a.dev:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    top: 8px;
    left: -22px;
    background: #ccc;
    border-radius: 10px;
}
.footerwrap {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-bottom: 20px;
}
.flogo {
    position: relative;
    display: block;
}
.datewrapper .checkout-wrap-box:first-child {
    border: 0;
}
.datewrapper .checkout-wrap-box:nth-child(2) {
    padding-left: 38px;
    margin-right: 0;
}
.checkbtnwrap .btn.checkbtn {
    position: relative;
    display: block;
    background: #323334;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 46px;
    transition: 0.5s;
}

.banner-wrap.inner {
    position: relative;
    display: block;
}
.inn-bannerwrap {
    position: relative;
    display: block;
    height: 530px;
    background-size: cover;
}
.fxbg .inn-bannerwrap {
    width: 100vw;
}


.inntitle {
    position: relative;
    display: block;  
}

.inner-title {
    position: absolute;
    display: flex;
    color: #fff;
    left: 0;
    top: 435px;
    width: 100%;
    justify-content: space-between;
}

.inner-title h1 {
    font-weight: 400;
    font-size: 45px;
}
.breadcrumb-wrap a {
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 23px 0 22px;
}
.breadcrumb-wrap a span{
    font-weight: 100;
    display: block;
}

/*.breadcrumb-wrap > span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    top: 8px;
    transform: rotate(-45deg);
    right: 114px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}*/
/*.breadcrumb-wrap>span:first-child::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    top: 8px;
    transform: rotate(-45deg);
    right: 170px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}*/

.breadcrumb-wrap {
    position: relative;
    display: none;
    padding-top: 25px;
    opacity: 0.8;
}

.breadcrumb-wrap>span:first-child {
    position: relative;
    display: block;
    background-image: url(../img/breadscrimb-arrow.png);
    background-repeat: no-repeat;
    background-position: 81px 6px;
}

.accomo .about-info {
    padding: 0;
}


.about-gallery .slick-slide img {
    display: block;
    width: 100%;
}


.aboutwrap{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.about-info {
    position: relative;
    display: block;
    margin: 60px 0;    
    padding: 0 65px;
    line-height: 32px;
}
.about-info2{
    position: relative;
    display: block;
    margin: 60px 0;    
    padding: 0 91px;
    line-height: 32px;
    padding: 0 70px;
}
.about-img {
    position: relative;
    display: block;
    height: 580px;
    background-size: cover;
}
.about-gallery {
    position: relative;
    display: block;
}

.about-gallery .slider.slider-nav {

    position: absolute;
    width: 100%;
    display: block;
    top: 44%;
    padding: 16px 0;
}

.about-gallery h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-bottom: 0;
    padding-left: 23px;
    text-align: left;
    display: none;
}

.about-gallery .slider-nav .slick-slide {
  
}
.about-gallery .slick-prev {
    left: 20px;
    z-index: 99;
    width: 36px;
}

.about-gallery .slick-next {
    right: 20px;
    width: 36px;
}

.about-gallery .slider-nav .slick-list.draggable {
    width: 313px;
}

.about-gallery .slick-prev:before {
    content: url(../img/about-gal-slider-prv.png);
}

.about-gallery .slick-next:before{
    content: url(../img/about-gal-slider-nxt.png);
}

.activitybox {
    position: relative;
    display: block;
    margin-bottom: 65px;
}

.activitymap {
    position: relative;
    display: block;
    background: #373e43;
}

.activitymap img {
    width: 100%;
}
.activity-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-img-wrap {
    position: relative;
    display: block;
    height: 100%;
    max-height: 534px;
}


.activity-info {
    position: relative;
    display: block;
    background: #424a50;
    color: #fff;
    padding: 38px 40px 52px 40px;
    text-align: left;
}
.activity-info h3 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-left: 27px;
    position: relative;
}

.activity-info h3:before {
    content: url(../img/activity-map-icon.png);
    position: absolute;
    top: 0px;
    left: -25px;
    width: 12px;
    height: 18px;
    display: block;
}
.activity-info h4 {
    font-size: 27px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}
.activity-details{
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;;    
}
.activity-details p {
    font-weight: 300;
    color: #babcbe;
    font-size: 14px;
    line-height: 25px;
}
.act-con {
    height: 105px;
}

.gallery-wrap {
    position: relative;
    display: block;
    margin: 50px 0;
}

.gal-img a {
    position: relative;
    display: inline-block;
    margin: 8px 6px;
}
.gal-img img {
    transition: 0.5s;
    
}

.gal-img img:hover{
    filter: brightness(1.2);
}
.bookcheck-wrap {
    position: relative;
    display: block;
    width: 560px;
    margin-top: 20px;
}
.bookcheck-wrap .check-datewrap h5 {
    color: #2b2b2b;
    font-size: 45px;  
    letter-spacing: 2px 
}


.bookcheck-wrap .chk-avaliable-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 5px #0000001c;
    padding: 0;
    width: 100%;
}
.bookcheck-wrap .chk-avaliable-box:after{
    display: none;
}

.bookcheck-wrap .checkout-wrap-box2 {
    width: 48%;
    margin-right: 0;
    padding-top: 18px;
}

.ratechk-wrap .ratein {   
    background-image: none !important; 
}

.ratechk-wrap {
    position: absolute;
    top: 8px;
    right: 0;
    width: 115px;
}
.bookcheck-wrap .chk-avaliable-box h6 {
    color: #8f8f8f;
}

.ratechk-wrap:after {
    content: url(../img/booking-cal-icon.png);
    position: absolute;
    display: block;
    width: 14px;
    height: 15px;    
    bottom: -44px;
    right: 21px;
}

.bookcheck-wrap .chk-avaliable-box .checkout-wrap-box2:nth-child(2) .ratechk-wrap:after {
 right: 8px;
    
}

.bookcheck-wrap .checkout-wrap-box2 {
   border-left: 1px solid #ccc6;
}

.bookcheck-wrap .check-datewrap {
    min-height: 65px;
}

.ratecol1 {
    position: relative;
    display: block;
    margin-top: 50px;
}
.ratecol1 h3 {
    font-size: 23px;
    font-weight: 400;
    color: #0b0b0b;
    margin-bottom: 30px;
}
.ratecol1 p {
    font-size: 14px;
    font-family: 'Open sans', sans-serif;
    color: #0b0b0b9e;
}
.bookingform-wrap {
    position: relative;
    display: block;
    float: left;
    width: 92%;
    margin-top: 30px;
}
/*.bookingform-wrap select.form-control {
    border: 0;
    font-size: 15px;
    color: #0000005c;
    margin-top: 13px;
    background-image: url(../img/selectarrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}*/
.bookingform-wrap select.form-control {
    border: 0;
    font-size: 15px;
    color: #000;
    margin-top: 13px;
    background-image: url(../img/selectarrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    margin-left: -12px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.btnchk {
    color: #fff !important;
    background-color: #323334;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0;
    padding: 12px 30px;
    transition: 0.5s;
}

.btnchk:hover{
    background-color: #000;
}


/*===========form css============*/


/*MATERIAL INPUT*/

.mat-input{
    margin: 2% auto;
    /*width: 50%;  */  
}
.mat-input-outer{
    display: table;
    width: 100%;
    position: relative;
}
.mat-input-outer input {
    height: 50px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0;
    font-size: 15px;
}
.mat-input-outer label{
    
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /*left: 15px;*/
    position: absolute;
    top: 18px;
    transition: .2s;
    color: #000;
    cursor: text;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.mat-input-outer .border{
    height: 1px;
    background: #000;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    border-color: #939292 !important;
}
/*.mat-input-outer .border::before{
    content: " ";
    display: table;
    height: 3px;
    width: 0%;
    background: transparent;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    margin: 0 auto;
}*/
.mat-input-outer input:focus ~ .border{
    background: transparent;
}
.mat-input-outer input:focus ~ .border::before{
    width: 100%;
    background: purple;
}
.mat-input-outer input + label.active{
    /*left: 5px;*/
    top: -7px;
    font-size: 12px;
    opacity: 0.5;
    filter: alpha(opacity=100);
}

.mat-input-outer textarea:focus ~ .border{
    background: transparent;
}
.mat-input-outer textarea:focus ~ .border::before{
    width: 100%;
    background: purple;
}
.mat-input-outer textarea + label.active{
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mat-input-outer textarea.form-control {
    height: auto;
    border: 0;
    padding-left: 0px;
}

/*==============form css end======*/


.rateco2 {
    position: relative;
    display: block;
    background-color: #fcfcfc;
    height: 100%;
    padding-top: 50px;
    padding-left: 15px;
}

.rateco2:before {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 100%;
    top: 0;
    left: -35px;
    background: #fcfcfc;
}

.rateco2:after {
    content: '';
    position: absolute;
    display: block;
    width: 157%;
    height: 100%;
    top: 0;
    right: -157%;
    background: #fcfcfc;
}

.rateco2 h3{
    font-size: 27px;
    color: #0b0b0b;
    font-weight: 500;
}
.rateco2 p {
    font-size: 14px;
    font-weight: 500;
}

.rate-table-wrap {
    position: relative;
    display: block;
    margin: 30px 0;
    float: left;
    width: 100%;
}
.rate-table-wrap h4 {
    font-size: 20px;
    color: #b1b1b1;
}
.raterow {
    position: relative;
    display: block;
}
.rate-tabel {
    position: relative;
    display: block;
    margin: 10px 0;
}
.ratebox {
    position: relative;
    display: block;
    background: #fff;
    width: 95px;
    height: 95px;
    padding: 21px;
    float: left;
    border-bottom: 1px solid #f3f2f2fc;
    border-left: 1px solid #f3f2f2fc;
}

.ratebox h5 {
    font-size: 14px;
    font-weight: 600;
    color: #a7a5a5;
}
.ratebox h6 {
    color: #7d7d7d;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.raterow .ratebox:first-child {
    border-left: 0;
}

.raterow:last-child .ratebox {
    border-bottom: 0;
}

/*.ratebox:first-child{
    border-left:0;
}


.ratebox:nth-child(5), .ratebox:nth-child(9), .ratebox:nth-child(13), .ratebox:nth-child(17){
    border-left:0;
}
*/
.contacts .form-group.col-md-6 {
    padding-left: 65px;
}

.contacts  .bookingform-wrap .form-row .form-group:first-child {
    padding-left: 0;
}
.contacts .bookingform-wrap {
    width: 100%;
    
}
.contacts .btnchk {
    display: block;
    margin: 20px auto;
    font-size: 16px;
    padding: 12px 40px;
}
.contacts .bookingform-wrap {
    margin-top: 0;
}
.contacts .ratecol1 h2 {
    text-align: center;
    font-size: 27px;
    color: #0b0b0b;
    font-weight: 400;
}

.contactform-wrap {
    position: relative;
    display: inline-block;
    background: #f9f9f9;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.contactform-wrap .form-control {
    background-color: transparent;
}

.contacts .mat-input-outer label {
    font-size: 16px;
    font-family: 'open sans';
    color: #000;
    cursor: text;
    opacity: 1; 
    top: 10px;   
}
.contact-infowrap {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-bottom: 50px;
}

.c-info1 h2 {
       color: #0b0b0b;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.contacts .bookingform-wrap select.form-control {
    border: 0;
    font-size: 16px;
    color: #000;
        font-weight: 300;
    margin-top: 9px;
    margin-bottom: 5px;
}

.c-info1 p {
    color: #020202;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
}
.info-row {
    position: relative;
    display: block;
    border-bottom: 1px solid #cccccc54;
    margin-top: 45px;
}
span.info1 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.info1 p {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 17px;
    color: #737373;
    font-weight: 300;
}
.info-row2 {
    position: relative;
    display: block;
    padding-top: 20px;
}
.info-row2 a {
    color: #737373;
    display: inline-block;
    margin-left: 20px;
    font-weight: 300;
}

span.info2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.mapwrap {
    position: relative;
    display: block;
    text-align: center;
}
.mobisio{
    display: none;
    text-align: center;
}
.mobisio > a{
    margin: 0px 10px; 
    display: inline-block;
    vertical-align: middle;
}
.bookingform-wrap span.help-inline{
    position: absolute;
    bottom: -30px;
    color: #e31313;
    font-size: 12px;
    top: auto;
}
.success{
    display: block;
    background-color: #b8ff84;
    color: #13a033;
    padding: 3px 10px;
    font-size: 13px;
    width: 100%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16);
    font-weight: 600;
}
.error{
    display: block;
    background-color: #fab9b9;
    color: #dc3545;
    padding: 3px 10px;
    font-size: 14px;
    width: 100%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16)
}

a.cus-link[href=''], a.cus-link[href="#"]{
    display:none;
}

#myvid{
   /* max-height: 700px;*/
    overflow: hidden;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}