@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400');

html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Lato', sans-serif;
}
p {
    color: #666666;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.no-padding{
  padding: 0;
}
a{
  font-family: 'Playfair Display', serif;
  color: #303030;
  font-weight: normal;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3{
  color: #171411;
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
}
a.btn_comman {
    border: 1px solid #df0201;
    padding: 10px 20px;
    color: #151515;
    display: inline-block;
    margin-top: 10px;
}
a.btnbook {
    border: 1px solid #ccc5c5;
    padding: 10px 20px;
    color: #000;
    margin-top: 10px;
    float: right;
    display: inline-block;
}
@media (min-width: 768px){
  .footer .container {
      width: 95%;
  }
}
/* ================ 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: rgb(153, 123, 73) 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;
    right: 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 =================*/
.hero-banner{
  position: relative;
}
.slider-box {
  text-align: center;
  position: absolute;
  top: 38%;
  width: 100%;
}
.slider-box h1{
  color: #fbcf7b;
  font-size: 90px;
  margin-top: 0;
  font-weight: bolder;
}
.hero-banner .slick-slide{
  height: auto;
}
.small_title {
  font-size: 32px;
  color: #fff;
}
@media(max-width: 1280px){
  .slider-box h1{
    font-size: 80px;
  }
  .small_title {
    font-size: 24px;
  }
}
@media(max-width: 767px){
  .slider-box {
    top: 30%;
  }
  .slider-box h1{
    font-size: 32px;
  }
  .small_title {
    font-size: 14px;
  }
}
@media(max-width: 480px){
  .slider-box h1{
    font-size: 24px;
  }
  .small_title {
    font-size: 12px;
  }
}

/* ================ end banner =================*/

/* ================ menu =================*/
.menu_slip {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #000;
    padding-bottom: 10px;
    padding-top: 5px;
}
.menu {
  text-align: right;
  margin-top: 15px;
  color: #fff;
}
.menu span{
  font-size:20px;
  cursor:pointer
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: 6d7e45;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media(max-width:767px){
    .menu_slip {
        background: #000;
        position: relative; 
        padding-bottom: 10px;
        padding-top: 10px;
    }

}
/* ================ end menu =================*/

/* ================ footer =================*/
.footer-bottom{
  padding-bottom: 50px;
  padding-top: 50px;
  background: #17161e;
}
.footer-logo {
  text-align: center;
  margin-bottom: 50px;
}
.social1 , .social2 , .social3, .social4 {
  color: #9592a1;
  padding: 25px 0 25px 30px;
  font-size: 14px;
  line-height: 24px;
  min-height: 100px;
}
.social1 i , .social2 i, .social3 i, .social4 i{
  margin-right: 10px;
}
.social1 {
  padding-right: 20px;
  border-right: 1px solid #ddd;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.social2 {
  border-bottom: 1px solid #ddd;
}
.social3{
  padding-right: 20px;
  border-right: 1px solid #ddd;
  text-align: right;
}
.footer-middle{
  background: #0e0e11;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a1a4c1;
}
.footer-middle a{
  color: #a1a4c1;
}  
.so{
  padding: 35px 0;
} 
.footer-top{
  text-align: center;
}
@media(max-width:767px){
    .social1 {
      border-right: 0px solid #ddd;
      border-bottom: 0px solid #ddd;
      text-align: center;
    }
    .social2 {
      border-bottom: 0px solid #ddd;
      text-align: center;
    }
    .social3{
      border-right: 0px solid #ddd;
      text-align: center;
    }
    .social1, .social2, .social3, .social4 {
         text-align: center;
         min-height:20px;
         padding: 10px 0 10px 0px;
    }
    .slick-prev, .slick-next{
        display:none !important;
    }
}
/* ================ end footer =================*/

/* ================ services =================*/
.services_title {
    padding: 10px 25px;
    text-align: center;
    margin-top: 30px;
}
.services_title h3{
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.services_box {
   background: #f9f9f9;
}
.services_title a {
    border: 1px solid #bf9a54;
    padding: 7px 15px 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #bf9a54;
}
.services_title a i{
  font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
.title_section{
  text-align: center;
  margin-bottom: 80px;
  margin-top: 50px;
}
.title_section h1 {
    margin-bottom:10px;
    margin-top: 10px;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
}
.topic_small {
    color: #1c1c1c;
    font-size: 12px;
}
.line {
    height: 2px;
    width: 50px;
    background: #bf9a54;
    text-align: center;
    margin: 0 auto;
}
.services_layout{
  margin-bottom: 50px;
  margin-top: 60px;
}
/* ================ end services =================*/

/* ================ two colom layout =================*/
.two_colom_layout .line {
    margin: 0 auto 20px auto;
}
.two_colom_layout .title_section {
    margin-bottom: 10px;
}
.two_colom_layout .services_title a{
  margin-top: 20px;
  background: #bf9a54;
  border:0;
  transition:all .5s ease;
  color: #fff;
}
.two_colom_layout .services_title a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: width 0.5s ease;
    background: #a07c37;
}
.two_colom_layout{
  margin-top: 50px;
}
.full_width_layout.bode {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px
}
.full_width_layout.bode .full_width {
    text-align: left;
    background: #ffffffad;
    border: 0;
    padding-top: 50px;
    padding-bottom: 80px;
}
.full_width_layout.bode .full_width p{
  font-size: 17px;
}
a.btn_right{
  padding: 20px 30px 20px 30px;
  font-size: 20px;
  border-radius:40px;  
  color: #fff;
  background: #bf9a54;
  margin-bottom: 10px;
  margin-top: 60px;
  display: inline-block;
}
/* ================ end two colom layout =================*/

/* ================ Room layout =================*/
.room_slider_des .slick-slide , .room_slider_img .slick-slide {
  height: auto;
}
.room_desc{
  text-align: right;
}
.room_slider_des .services_title {
  padding:0;
  text-align: right;
}
.room_slider_des .services_title h2 {
  margin-bottom: 30px;
  color: #333333;
  margin-top: 10px;
}
.room_slider_des .services_title p{
  margin-bottom: 30px;
}
.room_slider_img {
  margin-top: 50px;
  margin-left: -40px;
}
.room_slider_des .services_title .topic_small {
  letter-spacing: 1px;
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform:uppercase;
}
.room_slider_des ul{
  list-style: none;
  padding-right: 0
}
.room_desc {
    text-align: right;
    padding: 25px 60px;
    border: 10px solid #f6f6f6;
}
.room_slider_des .services_bottom ul li:after{
  content: "\f14a";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 0;
  top: 1px;
}
.room_slider_des ul li{
  color: #777777;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 24px;
}
.room_section{
  margin-bottom: 80px;
  margin-top: 80px;
}
.room_slider_des .services_bottom a {
  border: 1px solid #bf9a54;
  padding: 9px 20px 7px 20px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #bf9a54;
}
.room_list_section .services_title {
  padding: 10px;
  margin:10px;
  background: #fff;
  min-height: 750px;
}
.room_list_section{
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.room_list_section .price {
  text-align: center;
}
.price h3 {
    margin-left: 75px;
    margin-top: 30px;
    color: #bf9a54;
    font-family: 'Roboto', sans-serif;
}
.room_list_section .price h3 {
    margin-left: 0px;
    font-size: 18px;
}
.room_list_section .services_title a {
    padding: 10px 20px 8px 20px;
    font-size: 17px;
    color: #fff;
    background: #bf9a54;
    margin-bottom: 10px;
    margin-top: 15px;
}
.room_list_section .price h2 {
    margin-left: 0px;
}
h3 span {
    font-size: 18px;
    text-transform: lowercase;
}
.full_width {
    border: 1px solid #e4e5ea;
    padding: 30px 40px 40px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 50px;
}
.full_width h1{
  margin-bottom: 30px;
}
a.btn_left{
  padding: 10px 20px 10px 20px;
  font-size: 17px;
  color: #fff;
  background: #bf9a54;
  margin-bottom: 10px;
  margin-top: 15px;
      display: inline-block;
}
@media(max-width:767px){
    .room_slider_img {
        margin-top: 0px;
        margin-left: 0px;
    }
}
/* ================ End Room layout =================*/

/* ================ contact layout =================*/
.con-form label {
  width: 100%;
  font-weight: normal;
}
.con-form input, .con-form select, .con-form textarea{
  padding: 10px;
  width: 100%;
}
.con-form textarea{
  height: 200px;
}
.con-form input.wpcf7-form-control.wpcf7-submit{
  border: none;
  background: #252531;
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 10px 20px;
  letter-spacing: 1px;
}
.map{
  margin-top: 50px;
}
.contact_layout{
  margin-top: 50px;
  margin-bottom: 50px;
}
/* ================ End Contact layout =================*/

/* ================ About layout =================*/
.two_side_layout_container .title_section h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 32px;
  font-family: 'Playfair Display', serif;
}
.two_side_layout_container .title_section {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
}
.two_side_layout_container .services_title {
  text-align: left;
}
.two_side_layout_container{
  margin-top: 50px;
  margin-bottom: 50px;
}
/* ================ End About layout =================*/


.three_box{
  text-align: center;
}
.three_box i{
  color: #bf9a54;
  font-size: 32px;
}
.three_box_layout{
  margin-top: 50px;
  margin-bottom: 50px;
}
.room-slider .slick-slide{
  height: auto;
}
.title_section h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 32px;
  font-family: 'Playfair Display', serif;
}
.title_section {
  margin-bottom: 30px;
}
.room_single_top {
  margin-top: 50px;
  margin-bottom: 50px;
}
.room_single_middle{
  margin-bottom: 50px;
}
.ex-img{
  margin-bottom:30px;
}
.room-reservation {
  display: inline-block;
  padding: 0 30px;
}
.room-reservation select, .room-reservation input{
  width: 100%;
  padding:0 5px;
}
.room-reservation select{
  padding:5px;
}
.room-reservation label {
  width: 100%;
  font-weight: 100;
  position: relative;
}
.room-reservation input.wpcf7-form-control.wpcf7-submit {
  width: auto;
  border: 0;
  color: #fff;
  padding: 5px 30px;
  background: #997b49;
}
.room-reservation i.fas.fa-calendar-alt {
  position: absolute;
  top: 31px;
  font-weight: 100;
  right: 10px;
  font-size: 18px;
}
@media(max-width: 991px){
  .room-reservation {
    display: inline-block;
    padding: 0px;
    width: 100%;
    margin-bottom: 50px;
  }
}
ul.room-amenities{
  padding-left: 0;
  list-style: none;
}
ul.room-amenities li{
  margin-bottom: 15px;
}
.room_single_bottom2{
  margin-bottom: 50px;
}
.room_single_bottom2 .title_section {
  margin-bottom: 50px;
}
i.fas.fa-file-signature {
  color: #bf9a54;
  padding-right: 7px;
}
.general{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.general h1{
  margin-top: 10px;
}
.general h3{
  margin-bottom: 10px;
}
.tab-layout .nav-tabs>li {
  width: 100%;
}
.tab-layout .nav-tabs {
  border-bottom: 0px;
  background-color: #f1f1f1;
}
.tab-layout .nav-tabs>li.active>a, .tab-layout .nav-tabs>li.active>a:focus, .tab-layout .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #967e78;
  border: 0px;
  border-bottom-color: transparent;
}
.tab-layout .nav-tabs>li>a {
  border: 0px solid transparent;
  border-radius: 0px;
  color: #898989;
  margin-right: 0px;
}
.tab-layout i.fas.fa-map-marker-alt {
  margin-right: 5px;
}
.tab-layout {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-tab-top {
  margin-bottom: 20px;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}
.image_with_list_layout{
  margin-top: 50px;
  margin-bottom: 50px;
}
.image_with_list_layout .list{
  padding: 50px 50px;
}
.image_with_list_layout .title {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 10px;
}
.image_with_list_layout i{
    font-size: 32px;
    color: #c39001;
}
.list-inner{
  margin-bottom: 20px;
}
.testi-inner {
  padding: 15px;
  margin:15px; 
  min-height: 362px;
  background: #fff;
  border: 1px dashed #dadada;
}
.testimonials_layout{
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.slick-slide {
    height:auto;
}
.testi-bottom {
    text-align: right;
    color: #bf9a54;
}
.gal{
    margin-bottom: 30px;
}
    


    