@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'Montserrat', sans-serif;
    color: #7e8285;
    line-height: 26px;
    font-size: 14px;
}
.no-padding{
  padding: 0;
}
.small_title b{
  font-weight: 600;
}
a{
  font-family: 'Montserrat', sans-serif;
  color: #222d35;
  font-weight: normal;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
	text-decoration: none;
}
h1 , h2, h3, h1 p, h2 p, h3 p{
  color: #222d35;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}
h1 p{
	font-size: 32px;
}
@media (max-width: 991px){
  .container {
      width: 95%;
  }
}
@media (max-width: 767px){
  .container {
      width: 100%;
  }
}

/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #fcb216 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ banner =================*/
.slick-slide{
  height: auto;
}

/* ================ end banner =================*/

/* ================ Header =================*/

/* ================ End header =================*/

/* ================ menu =================*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 00px;
    border: 0px solid transparent;
    border-radius: 0;
}
ul#menu-primary-menu {
    list-style: none;
    padding-left: 0;
    text-align: center;
    display: inline-block;
}
ul#menu-primary-menu li{
    float: left;
    padding: 10px 15px;
}
ul#menu-primary-menu li a, .socila-icon a{
    color: #fff;
}
.socila-icon {
    display: inline-block;
    padding: 5px;
}
.social {
    text-align: center;
}
.menu_slip.darkHeader {
    width: 100%;
    position: fixed;
    background: #0000009e;
    z-index: 999;
}
li.current_page_item a {
    color: #b2cd8a !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #557922;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #567b2d;
}
@media(max-width: 991px){
	.social {
	    display: none;
	}
	.translate {
	    border-right: 0;
	}
}
@media (min-width: 768px){
  .menu_slip{
      position: absolute;
      width: 100%;
      z-index: 99;
  }
  .navbar-nav {
      float: none;
      margin: 0;
      text-align: center;
  }
  .translate {
      border-right: 1px solid #ffffffa1;
  }
  .social {
      border-left: 1px solid #ffffffa1;
      padding-top: 14px;
      padding-bottom: 13px;
  }
  .menu-row{
      border-bottom: 1px solid #ffffffa1;
  }
}
@media(max-width: 767px){
	ul#menu-primary-menu li {
	    width: 100%;
	}
	li.current_page_item a {
        color: #5c7f18 !important;
    }
	.translate{
	    display:inline-block;
	}
	.menu-inner {
        margin-top: -6%;
    }
    ul#menu-primary-menu {
        width:100%;
    }
}
@media(max-width: 680px){
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: transparent;
	}
	.translate{
		display: inline-block;
		z-index: 99;
	}
	.menu-row {
	    background: #d1cdb5;
	    padding-top: 5px;
	    padding-bottom: 3px;
	}
	.menu-inner {
	    margin-top: -13%;
	}
	.navbar-default .navbar-toggle {
	    border-color: #fff;
	    border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
}
/* ================ end menu =================*/



/* ================ footer =================*/
.footer-top{
  	text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-top .bottom{
	color: #626061;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1;
}
.footer-top .bottom a{
	color: #fff;
}
.cof-seS{
	margin-top: 15px;
}
.footer-top h3, .footer-top p{
	color:#fdfbfc;
}
.footer-top .social {
    border-left: 0;
    padding: 0;
    margin-top: 5px;
}
.footer-top .social.book .socila-icon{
	width: 33%;
	display: block;
	float: left;
	margin-right: 1px;
	border: 1px solid #ffffff36;
}
.footer-top .social.book .socila-icon img{
	width: 100%;
}
.news input{
    padding: 10px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
}
.news .newl{
	width: 75%;
	float: left;
}
.news .newb{
	width: 25%;
	float: left;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 1px solid #e8f0fe;
    float: left;
    margin: 0;
}
@media(max-width: 767px){
	.cof-se, .cof-seS {
	    margin-bottom: 30px;
	}
	.footer-top div#wpcf7-f125-o1 {
	    display: inline-block;
	}
}
/* ================ end footer =================*/

/* ================ two_column_layout =================*/
.two_column_layout_layout{
    margin-top: 30px;
}
.two_column_layout_layout.half{
    margin-bottom: 50px;
    margin-top: 0px;
}
.two_column_layout{
    background: #fff;
    padding: 10px 0 10px 0;
}
.two_column_layout.half{
    padding: 0px;
}
.two_column_layout_layout .right{
    margin-top: 15px;
    margin-bottom: 15px;
}
.half.right{
    padding: 100px 50px;
    text-align: center;
}
.page-id-72 .half.right {
    padding: 55px 50px;
    text-align: center;
}
.half.right .e-separator {
    display: block;
    text-align: center;
    width: 1px;
    height: 50px;
    margin: 0;
    margin-bottom: 20px;
    background-color: #000;
    margin-left: 50%;
    margin-top: 4%;
}
.two_column_layout_layout .half.right .title h1{
    text-align: center;
    display: block;
    padding: 0;
    margin-bottom: 5px;
}
.two_column_layout_layout .right .title h1{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 134px 0 0;
}
.two_column_layout_layout .right .title h1 span.gt {
    font-size: 16px;
    letter-spacing: 2;
    display: inline-block;
    padding-top: 2px;
}
.mkdf-st-e-separator {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100px;
    height: 1px;
    margin: 0;
    background-color: currentColor;
}
@media(max-width: 1200px){
  .half.right{
    padding: 70px 50px;
    text-align: center;
  }
}
@media (min-width : 768px) and (max-width : 991px) {
    .two_column_layout .left img{
        width: 100%;
        padding-top: 50px;
    }
    .two_column_layout{
        display: inline-block;
        padding: 0;
    }
    .two_column_layout_layout .right .title h1{
        font-size: 26px;
    }
    .two_column_layout_layout .right .title h1 {
        padding: 0px 90px 0 0;
    }
    .mkdf-st-e-separator {
        width: 70px;
    }
    .half.right {
        padding: 0 20px;
    }
    .half.right .e-separator {
        height: 30px;
        margin-bottom: 10px;
    }
}

.facilities_home{
    position: relative;
}
.facilities_home_inner {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.facilities_home_inner .title{
    color: #fff;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
}
.facilities_home_inner .small_title {
    color: #fee163;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
}
.facilities_si {
    width: 90%;
    margin: 0 auto;
}
.facilities {
    margin-top: -2%;
    margin-bottom: 40px;
}
@media(max-width: 767px){
	.mkdf-st-e-separator {
	    display: none;
	}
	.two_column_layout_layout .right .title h1 {
		display: none;
	}
	.two_column_layout_layout .half.right .title h1 {
	    line-height: 40px;
	}
	.two_column_layout .left{
	    text-align:center;
	}
}
@media(max-width: 480px){
    .two_column_layout .left img{
	    width:100%;
	}
}
/* ================ end two_column_layout =================*/

/* ================ full_width_background__image_layout =================*/
.full_width_background_image{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.full_width_background_image.play_btn {
    width: 30%;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;
    margin: 0 auto;
}
.full_width_background_image.play_btn .small_title{
    color: #fff;
    font-size: 17px;
}
.full_width_background_image.play_btn .title h1{
    color: #fff;
    margin-top: 15px;
    line-height: 40px;
    font-family: 'Nunito Sans', sans-serif;
}
.full_width_background_image.play_btn i.fab.fa-youtube{
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.dask-tt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004f;
}
.full_width_background_image.desc {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-bottom: 80px;
}
.full_width_background_image.desc p, .full_width_background_image.desc .small_title, .full_width_background_image.desc .title h1{
	color: #fff;
}
.full_width_background_image.desc .small_title{
	font-size: 15px;
	font-weight: 500;
}
.full_width_background_image.desc p{
	font-size: 17px;
	font-weight: 500;
}
.full_width_background_image.desc .title h1{
	text-transform: uppercase;
	margin-top: 35px;
	font-size: 50px;
	margin-bottom: 35px;
	font-weight: bold;
}
.full_width_background_image.count {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}
.full_width_background_image.count .small_title{
	color: #fff;
	font-size: 17px;
}
.full_width_background_image.count .title h1 {
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.full_width_background_image.count ul.contul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}
.full_width_background_image.count ul.contul li {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background: #684b21;
    padding: 10px;
    line-height: 18px;
    letter-spacing: 2;
}
.full_width_background_image.count ul.contul li span{
	font-size: 72px;
	margin-bottom: 10px;
	padding: 30px 15px;
	display: inline-block;
}
@media(max-width: 768px){
	.full_width_background_image.play_btn {
	    width: 90%;
	}
}
/* ================ end full_width_background__image_layout =================*/

/* ================ list_box_layout =================*/
.list_box_layout{
    margin-bottom: 80px;
    margin-top:80px;
}
.list_box {
    background: #fff;
    padding: 40px 20px;
    margin: 5px;
    text-align: center;
    min-height: 335px;
}
.page-id-66 .list_box{
	min-height: 310px;
}
.list_box .title{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.list_box i {
    font-size: 32px;
    color: #ceb22b;
    font-weight: 900;
   /* font-family: 'Font Awesome\ 5 Free';*/
}
.list_box i.fas.fa-wifi, .list_box i.fas.fa-gamepad{
    font-weight: 600;
}
@media(max-width:767px){
    .list_box {
        min-height: 135px;
    }
}
@media(max-width:600px){
    .full_width_background_image.count ul.contul li {
        width: 80%;
        margin-bottom: 20px;
    }
}
/* ================ end list_box_layout =================*/

/* ================ Testimonials =================*/
.testimonial-layout {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 125px;
    margin-bottom: 125px;
}
.testimonials {
    width: 30%;
    background: #151515;
    background-position: top left;
    background-size: auto;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 50px;
    margin-top: -3%;
    margin-bottom: -3%;
    margin-left: 8%;
}
.title-section h1{
    color: #fff;
    margin-top: 10px;
}
.title-section .small_title{
    color: #fff;
    font-weight: 600;
}
.testi-img{
  display: inline-block;
}
.testi-up p{
    color: #fff;
}
.testi-img img{
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.autghor{
  color: #fff;
}
.autghor{
  display: inline-block;
}
.testimonial-layout .description{
	margin-bottom: 40px;
}
.testimonial-layout .description p{
	color: #fff;
}
.fac-list .icn {
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    border-radius: 100%;
    display: inline-block;
}
.fac-list .text{
	font-size: 17px;
	color:#fff;
	margin-top: 10px;
}
.fac-list .fac-row {
    width: 33%;
    float: left;
    margin-bottom: 40px;
    text-align: center;
}
@media(max-width: 1280px){
	.testimonials {
	    width: 50%;
	}
}
@media(max-width: 991px){
	.testimonials {
	    width: 80%;
	}
}
@media(max-width: 767px){
	.testimonials {
	    width: 90%;
	    margin-left: 5%;
	    background-position: center;
	}
	.fac-list .fac-row {
        width: 50%;
        padding: 5px 10px;
    }
}

/* ================ end testimonials =================*/

/* ================ Contact =================*/
.page-id-74{
	background: #f9f9f9 !important;
}
.contact_layout .contact{
	background: #fff;
}
.contact_layout .contact .top h1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 134px 0 0;
}
.contact_layout .contact-form input , .contact_layout .contact-form textarea{
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.contact_layout .contact-form textarea{
	height: 150px;
}
.contact_layout input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    background: #333132;
}
.contact_layout .top {
    padding-top: 20px;
    padding-bottom: 30px;
}
.contact_layout .map{
	padding-bottom: 30px;
}
.contact_layout .contact-form{
	padding-bottom: 40px
}
.row-e h3{
	margin-bottom: 5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #5a7fa2;
    float: left;
}
@media(max-width:680px){
    .contact_layout .contact .top h1 {
        line-height: 42px;
    }
}
/* ================ End Contact =================*/

/* ================ Accommodations =================*/
.page-id-68{
	background: #fff !important;
}
.acc-des{
	margin-top: 30px;
	margin-bottom: 30px;
}
.acc-amenities ul {
    list-style: none;
    padding-left: 0;
}
.acc-amenities ul li .icon {
    font-size: 18px;
    width: 35px;
    margin-right: 10px;
    color: #d0bf29;
    text-align: center;
}
.acc-amenities ul li .icon , .acc-amenities ul li .left-text{
	display: inline-block;
}
.acc-amenities ul li {
    border: 1px solid #ededed;
    padding: .875rem 1.25rem;
    display: inline-block;
    width: 100%;
}
.acc-amenities{
	margin-bottom: 30px;
}
.booking-form label {
    width: 100%;
    font-weight: normal;
}
.booking-form input, .booking-form select{
    width: 100%;
    padding: 10px;
}
.booking-form input.wpcf7-form-control.wpcf7-submit {
    background: #d0bf29;
    border: 0;
    color: #000;
}
.booking-form{
	padding-top: 40px;
}
.acc-gal .gal{
	padding: 5px;
}
.acc-gal{
	margin-bottom: 30px;
}

@media(max-width: 767px){
	.booking-form{
		padding-top: 0px;
	}
}
/* ================ End Accommodations =================*/

/* ================ Dining =================*/
.dining-t{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;

}
.dining {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dining-right {
    align-self: center;
    padding: 0 50px;
}
@media(max-width:767px){
    .dining {
        display: block;
    }
    .dining-right {
        align-self: center;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .dining-left {
        order: 1;
    }
    .dining-right{
        order: 2;
    }
    .dining {
        display: flex;
        flex-flow: column;
    }
}
/* ================ End dining =================*/

.page-id-72 .hero-banner-section{
    margin-bottom:50px !important;
}