@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap');
h1,h2,h3,h4,h5,h6{
  font-family: 'Playfair Display', serif;
}
h1 { font-size: 65px; }
h2 { font-size: 55px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

img{
  max-width: 100%;
}

/*back to top*/
#back-top i {
    display: block;
    position: fixed;
    height: 45px;
    width: 45px;
    bottom: 20px;
    background-color: #84a016;
    color: white;
    right: 15px;
    z-index: 99;
    font-size: 3rem;
    line-height: 8px;
    text-align: center;
    padding-top: 15px;
}
#back-top i:hover {
    background-color: #84a016;
    opacity: 0.7;
}
/*nav----bar*/
section.top-bar.header-sticky.is_stuck {
    bottom: auto!important;
    z-index: 999;
    background-color: #84a016;
    top: 0!important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    transition: all 0.3s ease;
    animation: fadeInDown 0.5s both 0.5s;
}
section.top-bar.header-sticky.is_stuck .resort-logo {
    display: none;
}
section.top-bar.header-sticky.is_stuck .small-logo {
    display: block;
}
section.top-bar.header-sticky.is_stuck .nav_cover{
    margin-top: 0px;
}
section.top-bar.header-sticky.is_stuck .book .btn {
    position: absolute;
    right: 0;
    top: 5px;
    background: #84a016;
    border: 1px solid #c6d687;
        font-size: 18px;
}
section.top-bar .small-logo {
    display: none;
}
.resort-logo {
    padding: 35px 0;
    background-color: none;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.resort-logo img {
    width: 165px;
}
.nav_cover {
    float: right;
    margin-right: 120px;
    margin-top: 55px;
}
#cssmenu > ul > li > a:hover {
    color: #9cbf0f;
    text-decoration: none!important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 18px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 35px 15px 0px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  text-transform:uppercase;
  font-family: 'Raleway', sans-serif;
}
#cssmenu > ul > li:hover > a {
  text-decoration: underline;
  text-decoration-color: #84a016;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
    padding-top: 10px;
}
#cssmenu > ul > li:hover > a i {
transform: rotate(180deg);
}
#cssmenu > ul > li.has-sub a i {
    margin-left: 3px;
    font-size: 1.4rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:9999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
   border-bottom: 1px solid #c4dc67  !important;
   padding-left: 0px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
padding: 10px 20px;
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    background: #84a016;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  text-decoration: underline;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #666;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #666;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
section.top-bar {
    position: absolute;
    z-index: 999;
    width: 100%;
}
section.top-bar .book .btn {
    position: absolute;
    right: 10px;
    top: 59px;
    text-transform: uppercase;
    border-radius: 0;
}
/*home slider*/
section.home-slider{
    position: relative;

}
section.home-slider .owl-dots {
    display: none;
}
section.home-slider .slide-img{
  position: relative;
  height: 600px;
  background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}
section.home-slider span {
    font-size: 68px;
    color: #fff;
}
section.home-slider .owl-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
section.home-slider .owl-prev,section.home-slider .owl-next {
    position: absolute;
}
section.home-slider .owl-prev {
    left: 10px;
}
section.home-slider .owl-next {
    right: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
     background: inherit; 
    color: #FFF;
    text-decoration: none;
    border: none;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
section.home-slider .slider-caption h1 {
    position: absolute;
    top: 37%;
    left: 17%;
    color: #fff;
}
/******************check availability**************/
section.check-wrap {
    position: relative;
    z-index: 9;
    margin-top: -5%;
    margin-bottom: 90px;
}
.chk-border label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
}
.check-form input {
    color: #757575;
    border: none;
    outline: none;
    font-weight: 600;
    text-align: center;
    width: -webkit-fill-available;
    background-color: transparent;
}
.check-form input::placeholder{
  font-size:30px;
  font-weight: 600;
}
.check-form {
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.chk-border {
    padding: 10px;
    border-right: solid 1px #e5e5e5;
    text-align: center;
    font-size: 30px;
}
.guests input {
    text-align: center;
    padding-right: 20px;
    margin-top: -3px;
    color: #757575;
}
.guests span.increse {
    right: 38%;
    position: absolute;
    top: 35%;
    color: #757575;
}
.guests span.decrese {
    right: 38%;
    position: absolute;
    top: 55%;
    color: #757575;
}
.chk-available {
    padding: 25px;
    background: #af0e13;
}
.chk-available span {
    color: #ffffff;
    display: block;
    font-weight: 500;
    margin-bottom: 14px;
}
.check-form .col-lg-3.col-md-3.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
/*abt wrap*/
section.abt-wrap .wrap{
    text-align: center;
padding: 0 90px;
padding-bottom: 400px;
}
.title {   
    text-align: center;
    margin-bottom: 60px;
}
.title p {
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #999999;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.title h1, .title h2{
font-weight: 700;
}
section.abt-wrap .abt-describe p {
    font-size: 22px;
    line-height: 35px;
    color: #999999;
}
.bg-img{
  position: relative;
}
section.abt-wrap .gallery-wrap {
    margin-top: -300px;
    margin-bottom: 90px;
}
section.abt-wrap .gallery-img img {
    width: 100%;
}
section.abt-wrap .gallery-img {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 15px 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px 10px rgba(0, 0, 0, 0.1);
}
section.abt-wrap .more-gallery {
    text-align: center;
        margin: 90px 0 15px;
}
section.abt-wrap .more-gallery a {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 6px 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 0;
}
section.abt-wrap .more-gallery a:hover, section.abt-wrap .more-gallery a:focus {
    color: #000000;
    text-decoration: none;
}
section.abt-wrap .more-gallery a:before, section.abt-wrap .more-gallery a:after {
    background: #999999 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
section.abt-wrap .more-gallery a:before {
    transform: translateY(-20px);
}
section.abt-wrap .more-gallery a:after {
    transform: translateY(20px);
}
section.abt-wrap .more-gallery a:hover::before, .more-gallery a:focus::before {
    transform: rotate(45deg);
    opacity: 0.6;
}
section.abt-wrap .more-gallery a:hover::after, .more-gallery a:focus::after {
    transform: rotate(-45deg);
    opacity: 0.6;
}
/*room */
section.room-wrap .title{
    text-align: inherit;
}
section.room-wrap .title p {
    letter-spacing: 0px;
    font-weight: normal;
    text-align: inherit;
}
section.room-wrap .title h2 {
    font-weight: normal;
    margin: 10px 0 60px;}
section.room-wrap .tab-left{
    padding: 100px 70px 0;
    }
section.room-wrap .selected h3{
  color: #84a016!important;
}
section.room-wrap .info-wrap h3{
    text-transform: capitalize;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0 5px;
    color: #000;
}
section.room-wrap .room-price{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
section.room-wrap .room-price span {
    font-size: 14px;
    color: #999999;
}
section.room-wrap .tab-border {
    background: #efeeee;
    border-right: 7px solid #efeeee;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
section.room-wrap .vl {
    position: absolute;
    height: 100px;
    background: black;
    width: 6px;
    right: 86px;
    top: 290px;
}
section.room-wrap .tab {
  border-bottom: 1px solid #84a016;;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  /*float: left;*/
  cursor: pointer;
  padding: 15px;
  background: #fff;
}
section.room-wrap .selected {
  background-color: #efeeee;
  color: white;
  border: none;
}
section.room-wrap #container {
  position: relative;
  width: 100%;
  height: 870px;
  overflow: hidden;
  clear: left;
}
section.room-wrap .box img {
    width: 100%;
height: 100%;
object-fit: cover;}
section.room-wrap .box {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  height: 870px;
  line-height: 200px;
  text-align: center;
  font-size: 28pt;
  cursor: pointer;
}
section.room-wrap #slide {
  transition: transform 1s ease-in-out 0s;
  -moz-transition: -moz-transform 1s ease-in-out 0s;
  -webkit-transition: -webkit-transform 1s ease-in-out 0s;
}
.feature-contain { margin-bottom: 25px; }
.feature-contain p {
    margin-bottom: 0;
}
section.room-wrap .move-to-second {
  transform: translateX(-644px);
  -moz-transform: translateX(-644px);
  -webkit-transform: translateX(-644px);
}
section.room-wrap .move-to-third {
  transform: translateX(-1288px);
  -moz-transform: translateX(-1288px);
  -webkit-transform: translateX(-1288px);
}
section.room-wrap .move-to-first {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
/*testimonial and blog*/
section.wrapper{
    padding: 160px 0;
}
section.wrapper .tes-wrap {
    background: #fff;
    padding: 80px 0 70px;
    text-align: center;
}
section.wrapper .tes-wrap  .tes-content{ padding: 0px 100px; }
section.wrapper .tes-wrap  .tes-content p {
    font-family: "Playfair Display";
    font-size: 24px;
    color: #333333;
    font-style: italic;
    line-height: 36px;
    text-align: center;
}
section.wrapper .tes-wrap .tes-content p:before , .tes-content p:after{
content: '"';
}
section.wrapper .tes-wrap .rating p {
    text-align: center;
    margin: 30px 0 70px;
}
section.wrapper .tes-wrap .rating p span {
       color: #f9b32f;
    font-size: 18px;
}
section.wrapper .tes-wrap  .tes-author{
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}
section.wrapper .tes-wrap  span.author {
    font-weight: 600;
    font-size: 16px;
}
section.wrapper .tes-wrap  span.text {
    color: #999999;
}

section.wrapper .blog-wrap{
    margin-top: 100px;
}
section.wrapper .blog-wrap .blog-img img{
    width: 100%;
    height: 100%;
        object-fit: cover;
}
section.wrapper .blog-wrap .blog-img {
    height: 240px;
}
section.wrapper .blog-wrap .blog-info {
    background: #fff;
    padding: 20px 30px 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
section.wrapper .blog-wrap .blog-det {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 10px;
}
section.wrapper .blog-wrap .blog-title h4 a {
    font-weight: 700;
    color: #000000;
}
section.wrapper .blog-wrap .blog-title h4{
    margin-bottom: 0;
}
section.wrapper .blog-wrap .read {
    font-size: 13px;
    font-weight: 700;
    color: #cccccc;
    margin-top: 25px;
    display: inline-block;
}
section.wrapper .slider.owl-carousel .link-img img {
    position: relative;
    height: auto;
    width: 100px;
    margin: auto;
}
section.wrapper .slider.owl-carousel .owl-nav {
    display: none;
}
section.wrapper .slider.owl-carousel .owl-dots {
    position: relative;
    bottom: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}
section.wrapper .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 8px;
    margin: 0px 4px;
}

/*contact*/
section.contact-wrap{background-color: #FFF;}
section.contact-wrap .contact-info .title{
    text-align: inherit;
    margin: 115px 0 110px;
    }
section.contact-wrap .contact-info {
    padding: 0 70px;
}

section.contact-wrap .map iframe{height: 750px;}
section.contact-wrap .city-name{
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px;
}
section.contact-wrap .city-name span.gray{
    color: #ccc;
}
section.contact-wrap .address p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #666;
}
section.contact-wrap .con-address .email {
    font-size: 16px;
    margin-bottom: 60px;
    color: #666;
}
section.contact-wrap .con-address .email span{
    font-family: "Playfair Display";
    color: #000;
}
section.contact-wrap .phone p.text{
    font-size: 14px;
    color: #ccc;
}
section.contact-wrap .phone p.num{
        font-size: 36px;
    line-height: 48px;
    margin-top: 15px;
}
section.contact-wrap .link-logo {
    width: 97px;
    float: left;
    padding: 10px 15px 10px 0;
}


/*footer*/
section.footer {
    background: #212020;
        padding: 75px 0 0;
}
section.footer ul li a {
    color: rgb(153, 153, 153);
        font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
section.footer ul li{
padding-bottom: 2px 0;
position: relative;
padding-left: 20px;
padding: 2px 2px 0 20px;
}
section.footer ul li i{
left: 0;
top: 9px;
position: absolute;
}
section.footer ul.socials a i {
    border-radius: 50%;
    background-color: #84a016;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
    line-height: 17px;
    color: white;
    font-size: 1rem;
}
section.footer ul.socials li {
    margin-right: 18px;
    display: inline-block;
}
section.footer .accept-img{
    margin-top: 50px;
}
section.footer p.footer_copyright__text {
    color: #999999;
}
section.footer .footer__copyright {
    border-top: 1px solid #686a6b;
    margin-top: 65px;
}
section.footer .footer-bootom {
    padding: 35px 0;
}
section.footer p.footer_copyright {
    float: right;
    color: #999999;
}
section.footer p.footer_copyright a {
    font-size: 18px;
    color: #84a016;
}

.small-logo {
    position: absolute;
    height: 60px;
    top: -7px;
}
.small-logo img {
    height: 100%;
    width: auto;
}
ul.socials {
    margin: -26px 0 0;
}

section.wrapper.testimonial.bg-img {
    padding: 0;
}
section.wrapper.testimonial .slider.owl-carousel .owl-dots {
    display: none;
}
.item-room {
    height: 600px;
}
section.related-room .owl-nav {
    display: none;
}
section.related-room .owl-dots {
    display: none;
}
/*****************about page*******************/
.inner-page {
    position: relative;
    height: 650px;
    display: block;
}
.inner-page .banner-images {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.banner-heading {
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    color: #fff;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}
.banner-heading h2 {
    margin-bottom: 15px;
    font-weight: bold;
}
.banner-heading ul {
    margin: 0;
    list-style: none;
    display: inline-block;
}
.banner-heading ul li {
    position: relative;
    margin-right: 30px;
    float: left;
    font-size: 14px;
    font-weight: 500;
}
.banner-heading ul li a{
    color: #fff;
}
li.breadcrumb-item.active {
    color: #fff;
}
.banner-heading ul li:before {
    display: block;
    top: 8px;
    left: -21px;
    position: absolute;
    font: normal normal normal 1.4rem/1 FontAwesome;
    content: "\f178";
}
.banner-heading ul li:first-child:before {
  display: none;
}
.inner-page {
    position: relative;
    height: 700px;
    display: block;
}
.inner-page .banner-images {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.banner-heading {
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    color: #fff;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}
.banner-heading h1 {
    margin-bottom: 3rem;
}
.banner-heading ul {
    margin: 0;
    list-style: none;
    display: inline-block;
}
.banner-heading ul li {
    position: relative;
    margin-right: 30px;
    float: left;
}
.banner-heading ul li a{
    color: #fff;
}
.banner-heading ul li a:hover {
    color: #96cb52;
    text-decoration: none;
}
li.breadcrumb-item.active {
    color: #fff;
}
.banner-heading ul li:before {
    display: block;
    top: 1px;
    left: -18px;
    position: absolute;
    font: normal normal normal 1.4rem/1 FontAwesome;
    content: "\f105";
}
.banner-heading ul li:first-child:before {
  display: none;
}
section.about-contain {
    position: relative;
}
.about-heading {
    position: relative;
    text-align: right;
}
.about-heading span {
    font-size: 16px;
    color: #949494;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: #ffffff;
    display: inline-block;
    padding: 0 0px 0 15px;
}
.about-heading span:after{
    content: "";
    left: 0%;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1;
    border-bottom: 2px solid #e3e3e3;
}
.about-heading h3 {
    font-size: 55px;
    margin: 5px 0 0;
    font-weight: 600;
}
section.about-contain p {
    color: #525252;
    margin-bottom: 0px;
}
.statistic {
    position: relative;
    margin: auto;
    width: 90%;
    box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: -136px;
    z-index: 9;
}
.statistic .overlay{
    background: rgba(0,0,0,0.8);
}
.statistic figure{
  position: relative;
    height: 490px;
    margin-bottom: 0;
}
.statistic figure img{
  position: relative;
  height: 100%;
  width: 100%;
    object-fit: cover;
}
.counter-box-cover{
    position: absolute;
    top: 30%;
    left: 5%;
}
.counter-box {
    width: 280px;
    font-size: 50px;
    color: #ffffff;
    padding: 45px 35px;
    border: 10px #ffffff solid;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    text-align: center;
}
.counter-box h4{
  margin: 10px 0 0;
}
section.amenities {
    position: relative;
    background: #f5f5f5;
    padding-bottom: 100px;
}
.titel-heading{
  position: relative;
  text-align: center;
}
span.sub-title{ 
  font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #999999;
    font-weight: 600;
}
.titel-heading h3{
  font-size: 55px;
  font-weight: 600;
}
.amenities h3{
  font-weight: 600;
}
.amenities p{
  margin: 0;
}
.room-photo-box {
    float: left;
    width: 20%;
}
figure.popup-room img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.modal-header.modal-header-room {
    margin: 0;
    padding: 5px;
}
.modal-header.modal-header-room span {
    line-height: 23px;
    color: #c30a10;
    font-size: 50px;
}
.modal-dialog {
    max-width: 727px;
}
.modal-dialog img{
  width: 100%;
}
figure.popup-room {
    position: relative;
}
figure.popup-room:hover .room-heading-hover{
  display: block;
}
.room-heading-hover {
    position: absolute;
    display: none;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    padding: 16px;
    background-color: #b6121a;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    padding-top: 70%;
    text-align: center;
}
.room-heading-hover h3{
  line-height: 35px;
}
.room-heading-hover:hover {
  background-color: #4e9e39;
}
section.room-detail {
    background-color: #f5f5f5;
    padding-top: 100px;
}
.room-detail .room-gallery {
    position: relative;
    z-index: 1;
    margin-bottom: 83px;
}
.room-detail .room-gallery:before {
    position: absolute;
    content: '';
    top: 95px;
    bottom: 0;
    left: 80px;
    right: 80px;
    width: calc(100% - 160px);
    height: calc(100% - 100px);
    z-index: -1;
    opacity: 0.5;
    box-shadow: 0 0 50px 12px rgba(0,0,0,1);
}
.room-slide {
    background: #fff;
    padding: 20px;
    position: relative;
}
.item-room img {
    height: 600px;
    background-size: cover;
}
section.room-detail .room-gallery .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    background: black;
    line-height: 0;
    height: 60px;
    width: 30px;
    border-radius: 0;
    margin: 0;
    opacity: .5;
}
section.room-detail .room-gallery .owl-next span {
    color: whitesmoke;
    font-size: 65px;
}
section.room-detail .room-gallery .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    background: black;
    line-height: 0;
    height: 60px;
    width: 30px;
    border-radius: 0;
    margin: 0;
    opacity: .5;
}
section.room-detail .room-gallery .owl-prev span {
    color: whitesmoke;
    font-size: 65px;
}
section.room-detail .room-gallery .owl-theme .owl-nav {
    margin-top: 0;
}
section.room-detail .room-gallery .owl-dots {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    bottom: 2%;
}
section.room-detail .room-gallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #FFF;
    opacity: 1;
}
section.room-detail .room-price-info {
    text-align: center;
    color: #999;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 85px;
}
section.room-detail .room-price-info span.price {
    font-size: 48px;
    color: #cc0000;
}
section.room-detail .room-price-info span {
    color: #262521;
}
section.room-description{
  position: relative;
  padding: 90px 0 0;
  text-align: center;
}
section.room-description h2{
  margin-bottom: 70px;
}
section.room-description p {
    line-height: 30px;
    color: #525252;
}
section.room-description p:last-child{
  margin-bottom: 0;
}
section.room-amenities{
  padding: 90px 0 100px;
}
section.room-amenities h2{
  text-align: center;
  margin-bottom: 70px;
}
.room-amenities-list ul li {
    position: relative;
    color: #666;
    line-height: 30px;
    position: relative;
    font-weight: 500;
    padding-left: 25px;
    display: inline;
    width: 33%;
    float: left;
}
.room-amenities-list ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #28a745;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 0px;
}
.room-amenities-list ul li.service:before {
    content: "\f057";
    color: #bf3a3e;
}
section.wrapper.testimonial.bg-img {
    background: #f5f5f5;
}
section.wrapper.testimonial.bg-img .tes-wrap {
    background: #f5f5f5;
}
section.related-room{
  position: relative;
  background-color: #f5f5f5;
  padding: 100px 0;
}
.room-titel h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
}
.owl-carousel{
  display: block;
}
.related-room-box figure {
    height: 250px;
}
.related-room-box figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.iwb-rooms-related .room-info-label {
    color: #ccc;
}
span.room-info-label {
    color: #ccc;
}
span.room-available {
    font-weight: 600;
    color: #99cc00;
}
.room-related-detail {
    background: #fff;
    padding: 30px;
}
.room-related-detail ul li {
    line-height: 30px;
    font-size: 15px;
}
.room-related-detail h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.room-related-detail h4 a{
    color: #000;
}
.room-related-detail h4 a:hover{
    color: #00adef;
}
.room-detail-ftr {
    padding-top: 10px;
    margin-top: 10px;    
    border-top: solid 1px #eee;
        font-size: 14px;
}
.room-detail-ftr a {
    float: left;
}
.price-starting{
  float: right;
}
.price-starting span {
    color: #cc0000;
    font-weight: 600;
}
.room-info-value{
  color: #cc0000;
}
section.wrapper.blog {
    padding: 100px 0;
}
section.wrapper.blog  .blog-wrap {
    margin-top: 30px;
}
.single-blog {
    position: relative;
}
.single-blog:before {
    position: absolute;
    content: '';
    top: 27px;
    bottom: 27px;
    left: 27px;
    right: 27px;
    z-index: -1;
    width: calc(100% - 54px);
    height: calc(100% - 54px);
    box-shadow: 0px 20px 40px 10px rgba(0,0,0,0.35);
    transition: all ease 0.5s;
    opacity: -1;
}
.single-blog:hover:before {
    opacity: 1;
}
section.news-details{
  position: relative;
  padding: 100px 0;
}
.news-details-contain {
    position: relative;
    width: 70%;
    margin: auto;
}
.news-details-contain img {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}
.news-social-icon {
    float: right;
}
section.contact-page {
    position: relative;
    padding: 100px 0;
}
section.contact-page {
    position: relative;
    padding: 100px 0;
    color: #888;
}
section.contact-page p.contact-text {
    position: relative;
    margin: auto;
    width: 70%;
    margin-bottom: 50px;
    font-size: 20px;
}
.contact-box {
    min-height: 235px;
    padding: 30px;
    border-right: solid 1px #d8d8d8;
}
.contact-box span {
    font-size: 40px;
    color: #000;
}
.contact-box strong {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.contact-box ul{
  margin-top: 5px;
}
.contact-box ul li {
    font-size: 15px;
    line-height: 29px;
}
.contact-page .room-titel h2 {
    text-align: left;
    color: #000;
}
section.contact-page .room-titel{
  margin:50px 0;
}
.map{
  height: 750px;
}
.map iframe{
  height:580px;
  width: 100%;
}
section.contact-page .map{
  height: 575px;
}
form.contact-form {
  position: relative;
    padding: 30px;
    border: #f4f4f4 solid 2px;
}
form.contact-form:hover{
  background-color: #f5f5f5;
}
form.contact-form .form-control {
    background-color: #f4f4f4;
    border-radius: 0;
}
form.contact-form:hover .form-control{
  background-color: #ffffff;
}
.contact-box.bdr-left {
    border-right: none;
}
form.contact-form .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
section.booking-page {
    padding: 100px 0;
    position: relative;
    background: #f5f5f5;
}
form.booking-page-form {
    background-color: #fff;
    padding: 30px;
}
form.booking-page-form h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
form.booking-page-form label {
    font-size: 14px;
    font-weight: 600;
}
form.booking-page-form .form-control {
    font-size: 14px;
    text-align: left;
}
.form-control{
  border-radius: 0;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
form.booking-page-form .guests span.increse {
    right: 15%;
    top: 40%;
}
form.booking-page-form .guests span.decrese {
    right: 15%;
    top: 60%;
}
form.booking-page-form select {
    font-size: 14px;
    width: 100%;
    padding: 8px;
    background: #f5f5f5;
}
.personal-form {
    background: #e9ecef;
    padding: 30px;
}
.side-room {
    background-color: #fff;
    padding: 10px;
}
.room-amenities {
    padding: 30px 30px 20px;
}
.room-amenities h5 {
    font-weight: 600;
    color: #15b0e7;
    margin-bottom: 15px;
}
.side-room .slider.owl-carousel .owl-dots {
    display: none;
}
.side-room .slider.owl-carousel .owl-nav {
    display: none;
}
.sied-room-item{
  height: 300px;
}
.sied-room-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-room h6 {
    font-weight: 600;
    color: #15b7ed;
    margin: 20px 0 10px;
}
ul.book-direct li {
    color: #666666;
}
ul.book-direct li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    margin: 9px 9px 0px 0;    
    background: #07aeed;
    color: #fff;
}
section.feature{
  position: relative;
  background-color: #eee;
}
.feature-contain {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    min-height: 260px;
}
.feature-contain figure {
    position: relative;
    border: solid 2px #adadad;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 22px;
    margin: auto;
}
.feature-contain:hover figure{
  background-color: #dfeaf0;
  border-color:#007bff;
}
.feature-contain h4 {
    font-weight: 600;
    margin: 20px 0 15px;
}
.feature-details-contain img {
    margin-bottom: 30px;
}
.active-box {
    position: relative;
    padding: 10px;
    border: solid 1px #dedede;
    margin-bottom: 25px;
}
.active-box:hover:before {
    opacity: 1;
}
.active-box:before {
    position: absolute;
    content: '';
    top: 27px;
    bottom: 27px;
    left: 27px;
    right: 27px;
    z-index: -1;
    width: calc(100% - 54px);
    height: calc(100% - 54px);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.9);
    transition: all ease 0.5s;
    opacity: -1;
}
.active-box:hover .active-heading {
    transition: all ease .5s;
    bottom: 10%;
}
.active-box:hover {
    border: 1px solid transparent;
}
section.activities{ background-color: #FFF; padding: 160px 0px; }
.activities.blog-wrap .active-box:hover {
    box-shadow: 0px 0px 17px 2px rgb(150, 150, 150);
}
.active-box figure {
    height: 415px;
}
.active-box figure img{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease 0s;
}
.active-box a{
  display: block;
  position: relative;
  overflow: hidden;
}
.active-box:hover figure img {
    transform: scale(1.2);
    transition: .8s ease-in-out;
}
.active-heading {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 17px 30px;
    color: #fff;
}
.active-heading h3 {
    margin: 0;
    font-size: 30px;
}
section.activities-detail-page{
    padding: 100px 0;
}
span.line-date {
    color: #c34348;
    font-size: 14px;
}
.activities-details p {
    margin: 5px 0 10px;
}
.event-box {
    position: relative;
    border: solid 1px #ddd;
    background: #e9e9e9;
    padding: 20px;
}
.event-box .calender {
    text-align: center;
    float: left;
    width: max-content;
    color: #b20b12;
    border-right: solid 3px #b20b12;
    padding: 5px 10px 10px;
    border: solid 1px #b20b12;
    background: #ffffff;
}
.event-box span.bold-date {
    font-size: 30px;
    border-bottom: solid 2px #dcdcdc;
    font-weight: 500;
}
section.news-details .news-details-contain img {
    margin-top: 10px;
}
.event-heading {
    float: left;
    padding: 10px 0px 0px 20px;
}
.scroller {
  height: 330px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}
/************ room slider ***************/ 
.blogSlider {
    overflow: hidden;
}
#navigation  img {
  width: 100% !important;
  height: 100%;
}
#slider img {
    width: 100% !important;
    height: 870px;
    object-fit: cover;
}
#navigation .owl-stage {
  width: 100% !important;
    height: 378px!important;
    overflow-y: auto;
    overflow-x: hidden;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
    transform: translate3d(0px, 0px, 0px) !important;
}
#navigation .owl-stage::-webkit-scrollbar {
    width: 8px;
}
#navigation .owl-stage::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #efeeee;
}
#navigation .owl-stage::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
  border-radius: 3px;
}
.projectitem {
    background: #fff;
}
.projectitem:focus, .projectitem:active, .projectitem:hover {
    background:#d2d2d2;
}
.owl-item.active .projectitem {
  background:#e9e9e9;
}
.owl-item.active .projectitem:focus {
  background: #f5f5f5;
}
.project {
    padding: 15px;
    border-bottom: 1px solid #84a016;
}
.tab-left .owl-carousel .owl-stage-outer {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
section.room .owl-nav {
    display: none;
}
.slide-img {
    height: 96px;
}
.projectitem h1 {
    font-size: 18px;
    color: #000000;
    padding: 4px 10px 4px 10px;
    margin: 0;
}
.projectitem p {
    font-size: 13px;
    color: #000000;
    padding: 0 10px 13px 10px;
}
.projectitem .btn {
    color: #000;
    border: 1px solid #000;
    border-radius: 17px;
    padding: 4px 14px;
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 12px;
    display: block;
}
.projectitem .btn2 {
    color: #000;
    border: 1px solid #000;
    border-radius: 17px;
    padding: 4px 14px;
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 12px;
    display: block;
}
.navigation .projectitem {
        width: 400px;
}
section.room-wrap .owl-nav {
    display: none;
}
.slide-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.amenities .service-box{ margin-bottom: 40px; }
section.amenities .service-box img{ 
  border:1px solid #E9E9E9; 
  padding: 10px; }

/*********popup********/
section.popup .modal-content h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #84a016;
    margin: 12px 0 0;
}
section.popup .modal-content{ padding: 30px 0px; }
section.popup .modal-header {
    display: block;
    padding: 25px 50px;
}
section.popup .modal-header .close {
    position: absolute;
    top: 0;
    right: 0px;
    outline: none;
    color: #b20810;
    width: 44px;
    height: 44px;
    background: white;
    opacity: 1;
    border-radius: 50px;
}

@media all and (max-width: 768px), only screen and
(-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
  .modal-content {
      position: absolute;
      top: 10%;
  }
}
  
  
  div.booking-page-form {
    background-color: #fff !important;
    padding: 30px !important;
}
div.booking-page-form h5 {
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}
div.booking-page-form label {
    font-size: 14px !important;
    font-weight: 600 !important;
}
div.booking-page-form .form-control {
    font-size: 14px !important;
    text-align: left !important;
}
.form-control{
  border-radius: 0;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
div.booking-page-form .guests span.increse {
    right: 15% !important;
    top: 40% !important;
}
div.booking-page-form .guests span.decrese {
    right: 15% !important;
    top: 60% !important;
}
div.booking-page-form select {
    font-size: 14px !important;
    width: 100% !important;
    padding: 8px !important;
    background: #f5f5f5 !important;
}

div.contact-form {
  position: relative;
    padding: 30px;
    border: #f4f4f4 solid 2px;
}
div.contact-form:hover{
  background-color: #f5f5f5;
}
div.contact-form .form-control {
    background-color: #f4f4f4;
    border-radius: 0;
}
div.contact-form:hover .form-control{
  background-color: #ffffff;
}
.contact-box.bdr-left {
    border-right: none;
}
div.contact-form .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
section.popup .modal-content {
    padding: 0;
}

section.popup .modal-content h3 {
    display: none;
}
section.popup .modal-header {
    display: block;
    padding: 0;
}

section.popup .modal-header .close span {
    font-size: 33px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 12px;
}
section.popup .modal-header .post-share-options.clearfix.mt-40 {
    margin: 0;
}
div#Modal iframe {
    height: 450px;
}
div#Modal p {
    margin-bottom: -11px;
}
div#Modal .post-share-options.clearfix.mt-40 {
    position: absolute;
}
