/*===================== TABLE OF CONTENT =======================



0.  Library CSS



1.  Reset Styling



2.  General Styling (All variable CSS)



3.  Header 1 ( 3 style)



4.  Home content (Home 1, Home 2, Home 3)



5.  Page default (Contact, About, ...)



6.  Sidebar (Shop, Post, Service, Project)



7.  Shop (Category, Single)



8.  Project (Category, Single)



9.  Footer



10. Responsive



=============================================================*/
/* Google fonts */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');*/
/* Library CSS */
@import "libs/bootstrap/bootstrap.css";
@import "libs/awesome/font-awesome.css";
@import "libs/ionicons/ionicons.css";
@import "libs/owl-carousel/owl.carousel.css";
@import "libs/magnific-popup/main.css";
@import "libs/flexslider/flexslider.css";
@import "libs/camera/camera.css";
@import "reset-styles.css";
@import "general.css";
@import "header.css";
@import "pages.css";
@import "blog.css";
@import "shop.css";
@import "sidebar.css";
@import "event.css";
@import "rooms.css";
@import "home.css";
@import "footer.css";
@import "responsive.css";
.body-noscroll {
	position: fixed;
	width: 100%;
}
.body-noscroll .opacity-1 {
    opacity: 0;
}
.main-content-owl {
  position: relative;
  height: 500px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
    border-bottom: 2px solid #b4812c;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    padding: 1rem 0.7rem;
}
.dropdown-menu{min-width: auto !important}
.dropdown-item {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
}
.navbar-expand-sm.opacity-1 {opacity: 1}
.navbar-expand-sm {opacity: 0}
.main-content-owl .owl-theme .custom-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin-top: 0;
}
.view.hm-black-light img {
    height: 100vh;
    object-fit: cover;
}
.main-content-owl .owl-theme .custom-nav .owl-prev, .main-content-owl .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 400px;
  color: inherit;
  border: none;
  z-index: 100;
  width: 100px;
  margin: 50px 0 0 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
}
.custom-nav span {
  position: absolute;
  color: #fff;
  width: 179px;
  left: -41%;
  transform: rotate(270deg);
  top: 50%;
  font-size: 22px;
  font-family: 'Questa';
}
Type a message .main-content-owl .owl-theme .custom-nav .owl-prev i, .main-content-owl .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content-owl .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content-owl .owl-theme .custom-nav .owl-next {
  right: 0;
}
.main-content-owl .owl-item .item {
  height: 400px;
  margin-top: 50px;
}
.main-content-owl .owl-item.active .item {
  height: 500px;
  margin-top: 0;
}
.main-content-owl .owl-item.active .item img, .main-content-owl .owl-item .item img {
  height: 100%;
  transition: all 0.5s ease;
}
.main-content-owl .owl-item .carousel-caption {
  display: none
}
.main-content-owl .owl-item.active .item .carousel-caption {
  display: block;
  position: absolute;
  right: 15%;
  bottom: 5%;
  left: 5%;
  z-index: 10;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  max-width: 65%;
  height: 94%;
}
.bottom-0 {
  bottom: 0
}
button.owl-prev span {
  position: absolute;
  transform: rotateZ(-90deg);
  width: auto;
  left: -16px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
button.owl-next span {
  position: absolute;
  transform: rotateZ(-90deg);
  width: auto;
  left: 0px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.services {
  right: 0;
  bottom: 0px;
  z-index: -1
}
.services-title {
  background: rgb(0, 38, 57) !important;
  bottom: 0;
  right: 0;
  z-index: 2
}
.services-title h3 {
  font-size: 16px;
  color: #fff;
}
.main-content-owl .owl-item.active .services, .main-content-owl .owl-item.active .services-detsils {
  z-index: 1;
  display: block
}
.main-content-owl .owl-item.active:hover .services-detsils {
  bottom: 49px;
  transition: all 0.5s ease;
}
.services-detsils {
  bottom: -235px;
  right: 0;
  width: 99px;
  transition: all 0.5s ease;
  display: none;
}
.home-fig figcaption {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1
}
.main-content-owl .owl-item.active:hover .services-title {
  background: #f7ae00 !important;
}
.text-shadow {
  text-shadow: 0 0 7px #000;
}
.text_12 {
  position: relative;
}
.text-concat {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5rem;
  text-align: left;
}
.text.ellipsis::after {
  content: "...";
  position: absolute;
  right: -12px;
  bottom: 5px;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.top {
  top: 0
}
.bottom-0 {
  bottom: 0
}
.fedback-city {
  font-family: var(--body-font-family-1);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 480px) {
  .facilities-box figcaption {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .main-content-owl .owl-item.active .item {
    height: 350px !important;
  }
  .stretcher-wrapper .stretcher .stretcher-item {
    height: 45vh;
    margin-bottom: 15px;
  }
  .main-content-owl .owl-theme .custom-nav .owl-prev, .main-content-owl .owl-theme .custom-nav .owl-next {
    height: 190px;
    width: 50px;
    margin-top: 60px;
  }
  .top-facilities {
    display: none
  }
  button.owl-prev span {
    left: -30px;
  }
  button.owl-next span {
    left: -15px;
  }
  .main-content-owl {
    height: 350px;
  }
  .main-content-owl .owl-item.active .item .carousel-caption {
    right: 0;
    left: 0;
    text-align: center;
    max-width: 94%;
    margin: 0 auto;
  }
  .main-content-owl .owl-item.active .item .carousel-caption h2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .position-sm-relative.w-50 {
    width: 100% !important;
    transform: translate(0);
    top: 0;
  }
  .position-sm-relative {
    position: relative !important
  }
  .home-fig .carousel {
    width: 100%;
    height: 350px;
  }
  .home-fig img {
    width: 100%;
    height: 350px;
  }
}
/* meetings and events css */
.carousel-thumbnails .carousel-inner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.carousel-thumbnails .carousel-indicators {
	bottom: 0;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
}
.carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 4px solid #fff;
 }
.carousel-thumbnails .carousel-control-next, .carousel-thumbnails .carousel-control-prev {
    width: 4.5% !important;
    opacity: 1;
}

.carousel-thumbnails .carousel-control-next span:hover {
    background-color: #846617;
    opacity: 1;
}

.carousel-thumbnails .carousel-control-prev span:hover {
    background-color: #846617;
    opacity: 1;
}

.bg-black-50 {
    background-color: #000000a8;
}

.bg-black {
    background-color: #000;
}

.bg-f9 {
    background-color: #f9f9f9;
}

.mb-minus-1 {
	margin-bottom: -.25rem!important;
}

@media only screen and (max-width: 991px) {
    .carousel-thumbnails .carousel-control-next, .carousel-thumbnails .carousel-control-prev {
        width: 15% !important;
        opacity: 1;
    }
	.health-carousel-thumbnails .carousel-control-next, .health-carousel-thumbnails .carousel-control-prev {
        width: 15% !important;
        opacity: 1;
    }
	.dining-carousel-thumbnails .carousel-control-next, .dining-carousel-thumbnails .carousel-control-prev {
        width: 15% !important;
        opacity: 1;
    }
}
@media only screen and (max-width: 767px){
	.room_additinal li {
		width: 100% !important; 
	}
}