@font-face {
    font-family: 'NunitoSans-Regular';
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/NunitoSans-Regular.ttf') format('truetype');
} 

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    font-style: normal;
    font-weight: normal;
    src:url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
} 

* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-family: "NunitoSans-Regular", sans-serif; 
}

body {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: initial !important;
    font-family: 'NunitoSans-Regular', sans-serif;
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: 400;
	color: #333;
}
html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	background-color: #673131;
}

html {
	overflow-y: initial !important;
	scroll-behavior: smooth;
}
.book-now-wrap{
	z-index: 999;
    position: fixed;
}

a {
	text-decoration: none;
	outline: none !important;
	vertical-align: baseline;
	color: #858585;
	font-weight: 400;    
}
a:hover, a:focus{
    color: #673131;;
    text-decoration: none;
}
ul,
ol {
	list-style: none;
}

img {
	vertical-align: top;
	max-width: 100%;
}

input,
textarea {
	font-family: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

input,
button {
	-webkit-appearance: none;
	outline: none;
	background: transparent;
}

button::-moz-focus-inner {
	border: 0;
}

button {
	cursor: pointer;
	color: inherit;
}

html,
body {
	min-height: 100%;
}
.sub-heding span {
    color: #000;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
}
.bold-text{
	font-size: 26px;
    line-height: 1.4;
	margin-bottom: 5px;
}

fieldset,
legend,
label,
select,
input,
textarea,
form,
button,
optgroup {
	-webkit-appearance: none !important;
}


::-webkit-selection {
	color: #fff;
	background-color: #ae745a;
}

::-moz-selection {
	color: #fff;
	background-color: #ae745a;
}

::selection {
	background-color: #cee5e2;
}


[data-bg-image-src] {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.animated {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}
:root {
	font-size: 16px;
}
.fac-box {
	position: relative;
	margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.room-desc {
	padding-left: 2.2rem;
	padding-right: 2.2rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background-color: #f8f8f8;
    display: flex;
    height: 100%;
    align-items: center;
}


.room-entity-room{
    margin-bottom: 15px;
}
.room-entity-room .room-entity-price {
	font-size: 18px;
   line-height: 1.55;
	text-transform: none;
	letter-spacing: 0;
	color: #673131;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-weight: 500
}
.dine-sub{
	color: #004f4f;
    font-size: 32px;
    text-align: left;
    line-height: 1.4;
	font-weight: 600;
	font-family: 'PlayfairDisplay-Regular', sans-serif;
	padding-bottom: 15px;
}
.logo_wrap::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 140px 0px 0px;
    border-color: #fff transparent transparent transparent;
    left: 0px;
    top: 100%;
}
.owl-carousel--vadaptive .owl-stage-outer,
.owl-carousel--vadaptive .owl-stage {
	height: 100%;
}

.owl-carousel--vadaptive .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.owl-carousel--nav-onhover .owl-prev,
.owl-carousel--nav-onhover .owl-next {
	opacity: 0;
	visibility: hidden;
}

.owl-carousel--nav-onhover:hover .owl-prev,
.owl-carousel--nav-onhover:hover .owl-next,
.milenia-touchevents .owl-carousel--nav-onhover .owl-prev,
.milenia-touchevents .owl-carousel--nav-onhover .owl-next {
	opacity: 1;
	visibility: visible;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 1 !important;

	-webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*

.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 7;
}
*/

.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav .owl-prev,
.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav .owl-next {
	font-size: 1.1875rem;
	width: 2rem;
	height: 2rem;
	margin-right: 1px;
	color: #fff;
	opacity: .8;
}

.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav .owl-prev>i,
.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav .owl-next>i {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav .owl-prev:hover,
.owl-carousel:not(.owl-carousel--nav-edges) .owl-nav .owl-next:hover {
	opacity: 1;
}

.owl-carousel.owl-carousel--nav-edges .owl-nav .owl-prev,
.owl-carousel.owl-carousel--nav-edges .owl-nav .owl-next {
	font-size: 2.375rem;
	width: 2.375rem;
	height: 2.375rem;
	color: #dadada;
	position: absolute;
	top: 50%;
	margin-top: -1.1875rem;
}

.owl-carousel.owl-carousel--nav-edges .owl-nav .owl-prev {
	left: -3.775rem;
}

.owl-carousel.owl-carousel--nav-edges .owl-nav .owl-next {
	right: -3.775rem;
}

.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-small .owl-nav .owl-prev,
.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-small .owl-nav .owl-next {
	font-size: 1.8125rem;
	width: 1.8125rem;
	height: 1.8125rem;
	margin-top: -0.90625rem;
}

.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-huge .owl-nav .owl-prev,
.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-huge .owl-nav .owl-next {
	font-size: 3rem;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
}

.owl-carousel .owl-dots {
	font-size: 0;
	line-height: 0;
	margin-top: 2rem;
	text-align: center;
	margin-bottom: 0.6rem;
}

.owl-carousel .owl-dot {
	display: inline-block;
	width: 6px;
	height: 2px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.owl-carousel .owl-dot>span {
	display: none;
}


.milenia-colorizer--scheme-primary .owl-carousel button.owl-dot,
.milenia-colorizer--scheme-secondary .owl-carousel button.owl-dot,
.milenia-colorizer--scheme-dark .owl-carousel button.owl-dot {
	background-color: #fff;
}


.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-inside .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel.owl-carousel--nav-edges.owl-carousel--nav-inside .owl-nav .owl-next {
	right: 0;
}

[class*="milenia-body--scheme-"] .owl-carousel.owl-carousel--nav-hover-white.owl-carousel--nav-edges .owl-nav .owl-prev:hover,
[class*="milenia-body--scheme-"] .owl-carousel.owl-carousel--nav-hover-white.owl-carousel--nav-edges .owl-nav .owl-next:hover {
	color: #fff;
}


/* ----------------------------------------
      Tabbed carousel
  ---------------------------------------- */

.tabbed-carousel {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	width: 100%;
}



/* ----------------------------------------
  Testimonials
---------------------------------------- */

.Testimonial-section .item {
	text-align: center;
	padding-left: 2rem;
	padding-right: 2rem;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.milenia-author-info {
	text-align: justify;
}



input[type="text"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
.milenia-custom-select .milenia-selected-option,
.select2-container--milenia .select2-selection {
	border-style: solid;
	border-width: 1px;
	height: auto;
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.5rem;
	color: #fff;
	background-color: transparent;
	border-color: #dadada;
}

.wrap-inputdate .fa {
	color: #fff;
}


/* ----------------------------------------
  Filter
---------------------------------------- */

.nav-tabs {
	margin-bottom: 1.5rem;
    display: inline-flex;
}


.dine-album {
	position: relative;
	z-index: 1;
	margin-bottom: 2.5rem;
	margin-left: 2.5rem;
}

.dine-album::before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0;
	position: absolute;
	z-index: 1;
	border-top-width: 1px;
	top: 2.5rem;
	border-right-width: 1px;
	right: 2.5rem;
	bottom: 0;
	left: 0;
}


.dine-album img {
	width: 100%;
}

.dine-album .all-action-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}



.p-t-50 {
    padding-top: 50px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-113 {
    padding-bottom: 100px;
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: black;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.section-video {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-video {
    margin-bottom: 0;
}
.main-title {
    font-size: 40px;
    line-height: 1.3;
    color: #673131;
    padding-bottom: 10px;
    position: relative;
    font-family: "PlayfairDisplay-Regular", serif;   
	letter-spacing: 1px;
    font-weight: 500;
}
.divider{
    margin-bottom: 20px;
    display: block;
}

.para {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 300;
}

.dine-album {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
}

.dine-album::before {
    
}
.dine-album::before , .wedd-img::before , .room-category::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: 1;
    border-top-width: 1px;
	border-bottom-width: 1px;
    top: 1.5rem;
    border-right-width: 1px;
	border-left-width: 1px;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 1;
	border-color: #fff;
}

.dine-album::after {
    border-color: #ddcb95;
}
.span-icon {
    border-radius: 50%;
    width: 30px;
    position: relative;
    font-size: 20px !important;
    color: #333;
    display: inline-flex;
    margin: 10px 0px 20px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
}

.span-text {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    letter-spacing: 1px;
    margin-left: 12px;
    text-align: center;
    font-family: 'NunitoSans-Regular', serif;
}
.nav-tabs a, .room-entity-body p, .facility-entity-body p, .wedding-para p{
    font-size: 16px;
    color: #666;
     font-family: 'NunitoSans-Regular', serif;
    line-height: 1.7;
    font-weight: 300;
}
.wedding-para {
    padding-left: 40px;
}

.wedding-para a{
    display: inline-block;
}

.facility-entity-body{
    margin: 10px 0 20px 0;
}
.facility-entity-footer {
    display: inline-flex;
    margin-top: auto;
}
footer.room-entity-footer {
    display: flex;
    justify-content: space-between;
}
.service-block {
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border-bottom: 4px solid rgb(168 45 32);
    padding: 20px 0;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
}
.service-block:hover{
    border-color: rgb(168 45 32);
 }
 .service-block::before {
     content: "";
     position: absolute;
     left: 0;
     right: -1px;
     top: 0;
     bottom: -2px;
     background-color: rgb(168 45 32);
      z-index: -1;
     background-size: cover;
     margin: 0 auto;
     transform: translateY(100%);
     transition: all ease-in-out .3s
 }
 .service-block:hover:before {
     transition: all ease-in-out .3s;
     transform: translateY(0)
 }

.service-block .flex-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin:5px 10px;
    padding: 0 10px;
}
.service-block:hover .span-icon, .service-block:hover .span-text{
    color: #fff;
}
.service-block .flex-item:hover{
    cursor: pointer;
}

.milenia-back-to-top {
    display: none !important;
}

.room-entity-title a.room-color--unchangeable {
    font-size: 28px;
    color: #000 !important;
    font-family: 'PlayfairDisplay-Regular', serif;
    line-height: 1.7;

}
.room-entity-title a.room-color--unchangeable:hover{
    text-decoration: none;
}
.nav-tabs .nav-item a{
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    font-size: 16px;
}
.nav-tabs{
    justify-content: center;
}
.nav-tabs .nav-link{
    border: none;
}

.nav-tabs .nav-item a:hover::after, .nav-tabs .nav-item a.active::after {
    width: 100%;
}
.nav-tabs{
    border-bottom: none;
    width: 100%;
}
a.all-btn, .all-btn {
    background-color: #b5883d;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-out;
    margin-top: 0;
    display: inline-block;
}
a.all-btn-white, .all-btn-white {
        background-color: #b5883d;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-out;
	margin-top: 0;
    display: inline-block;
}
.sub-title{
    font-size: 22px;
    font-family: "PlayfairDisplay-Regular", serif;
    line-height: 1.4;
}
.about-dine, .about-dine-left{
    padding: 30px;
    position: relative;
}
  .about-dine-left::before {
    content: '';
    position: absolute;
    display: block;    
    width: 0px;        
    left: 5px;
    top: 50%;
    border: 15px solid transparent;
    border-left: 0;
    border-right: 20px solid #004f4f;
    transform: translate(calc(-100% - 5px), -50%);
  }
  .nav-tabs .nav-item.show .nav-link{
    border: none;
  }
  .nav-tabs .nav-link{
    color: #222;
    background-color: #ddd;
    line-height: normal;
    border-radius: 20px;
    margin: 0 10px;
    padding: 7px 22px;
  }

  .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #673131;
  }
a.all-btn:hover, .all-btn:hover, a.all-btn:focus, .all-btn:focus{
    background-color: #673131;
    text-decoration: none;
}
a.all-btn-white:hover, a.all-btn-white:focus{
    background-color: #673131;
    text-decoration: none;
	color: #fff;
}
.slide-row{
    position: relative;
}
.all-btn.book-now-btn {
    position: absolute;
    z-index: 9;
    transform: rotate(-90deg);
    left: -38px;
    bottom: 45%;
}
.facility-aligner-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
     position: relative;
    z-index: 3;
}

.col-reverse-small {
    margin: 60px 0;
}

.col-reverse-small .dine-album::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-style: solid;
    border-width: 1px;
    top: 2.5rem;
    left: 2.5rem;
    bottom: -2.5rem;
    right: -2.5rem;
}
.col-reverse-small .dine-album::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: 1;
    border-top-width: 1px;
    top: 2.5rem;
    border-left-width: 1px;
    right: 0;
    bottom: 0;
    left: 2.5em;
}

.col-reverse-small .dine-album {
    margin-left: 0;
}
img#js-logo {
    bottom: 50px;
    right: 20px;
    width: 100px;
    position: fixed;
}


.Testimonial-section {
    background-color: #004f4f;
}

.client-head {
    color: #004f4f !important;
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 25px;
}
.client-img {
    display: flex;
    justify-content: center;
    margin: 15px  0 0 0;
}
.client-img img{
    width: 140px !important;
}

.client-rating i {
    color: #ff9529;
}

.client-rating {
    justify-content: center;
    display: flex;
    margin: 20px 0;
}

.client-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    max-width: 900px;
    line-height: 1.7;
    margin: 10px auto;
    font-style: italic;
    font-weight: 400;
    font-family: 'NunitoSans-Regular', sans-serif;
    position: relative;
    padding: 0 25px;
}
.client-head{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-family: 'NunitoSans-Regular', serif;
    margin-top: 15px;
    letter-spacing: 1px;
}
.client-text::before{
    content: '';
width: 30px;
height: 30px;
position: absolute;
left: -2px;
top: -8px;
display: block;
background: url('../latest-images/left-quote.png') no-repeat;
}
.client-text::after{
    content: '';
width: 30px;
height: 30px;
position: absolute;
right: -15px;
top: -8px;
display: block;
background: url('../latest-images/right-quote-sign.png') no-repeat;
}
.extra-box {
    color: #333;
    float: right;
    padding-top: 30px;
}
.client-text span img{
    width: auto !important;
}
.extra-inner {
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
    padding: 30px;
}

.extra-box h3 {
    font-size: 30px;
    color: #004f4f;
    font-family: 'PlayfairDisplay-Regular', sans-serif;

}
.extra-list li {
    margin-bottom: 8px;
    display: inline-flex;
    width: 100%;
    line-height: 1.7;
    font-size: 17px;
}

.extra-list {
    padding-left: 0;
    margin: 15px 0 0 0;
}

.extra-list i {
    display: inline;
    margin-right: 10px;
    top: 5px;
    position: relative;
}

.text-center.main-title::after {
    left: 0px;
    bottom: 0;
    margin: auto;
    right: 0;
}
.test-head{
    position: relative;
}

.services-section {
    position: relative;
}

.services-section .overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
p.para.text-center.max-85 {
    max-width: 875px;
    text-align: center;
    margin: 0 auto 30px;
}
.top-title {
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    color: 
#b5883d;
    font-style: italic;
    font-weight: 400;
}
.maan-social-icons {
    display: flex;
    margin: 15px 0 0 0;
}
.maan-flex.d-flex{
    margin: 10px 0 0 0;
}
.maan-footer-row {
     
	z-index: 0;
    position: relative;
}

.maan-footer-last-row.p-t-80.p-b-80 {
    z-index: 0;
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.maan-footer-row .row {
    padding: 15px 0;
}
#maan-footer {
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
    background-color: #f7f0e5;
}
.col-lg-2.col-md-4.offset-lg-5 {
    margin: auto;
}

.maan-social-icons li a {
        border: 1px solid #673131;
    padding: 5px 8px;
    text-align: center;
    display: flex
;
    color: #673131;
}

.maan-social-icons li {
    margin-right: 15px;
}
.footer-menu {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
        padding: 0px 20px 10px 0px;
}
.footer-menu li a:hover, .footer-menu li a:focus{
    color: #673131;
    text-decoration: none;
}
.footer-menu li{
	width: 50%;
	text-align: left;    
	padding-bottom: 15px;
}
.footer-copy-row{
    background-color: #b5883d;
    padding: 12px 0;
	position: relative;
    z-index: 9;
}
.copy-right-text{
    color: #fff;
    font-size: 17px;
}
.copy-footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maan-widget-para {
    font-size: 16px;
    margin: 15px 0;
	text-align: left;
    color: #858585;
    font-weight: 400;
}

.maan-widget-para i {
    color: #666;
    font-weight: 400;
}
.maan-widget-title {
	text-align: left;
    font-size: 22px;
    color: #673131;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.maan-widget-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #673131;
    left: 0%;
    bottom: 0;
    margin-bottom: 0;
}
.maan-grid-item-content{
     display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.maan-grid-item-content p {
    margin-bottom: 0 !important;
}
.social-group {
    margin-top: 15px;
}
.social-group h5 {
    font-size: 20px;
    color: #673131;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
.maan-flex i {
    margin-right: 10px;
    color: #673131;
}
.container {
    max-width: 1200px;
}

.bg-pattern{
    background-color: #f7f0e5;
}
.book-now-wheel{
    position: fixed;
}
.facility-entity-title a {
    font-size: 22px;
    color: #000 !important;
    font-family: "PlayfairDisplay-Regular", serif;
    line-height: 1.4;
	text-align: left;
}
/* Add new css 22-09-22 */
.desktop-nav{
    padding: 20px 0;
    height: auto;
    position: relative;
}
.main-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: all .5s ease-in;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0 20px;
}
.navbar .navbar-nav .nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #B5883D;
    transition: width .3s;
}
.navbar .navbar-nav .nav-link:hover::after{
    width: 100%;
}
.header-top{
    background-color: #004f4f;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    width: 100%;
}
.header-top a, .header-top a:hover, .header-top a:focus{
    color: #fff;
    text-decoration: none;
}

.main-wrapper.nav-scroll {
    margin-top: -46px;
}
.header-top .d-flex{
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 5px 15px;
}
.header-top .d-flex .flex-item p{
    margin: 0;
    color: #fff;
    padding-right: 30px;
}
.top-social-list a {
    color: #fff;
    margin: 0 6px;
}

.header-top .d-flex .flex-item p a span{
    padding-right: 5px;
}
.top-divider{
    padding: 0 15px;
}
.desktop-nav .butn-dark a{
    margin: 3px 0;
}

.mobile-logo{
    display: none;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0,0,0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #004f4f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.mobile-nav{
    display: none;
}

.footer-logo {
    margin: 0;
    display: flex;
    justify-content: center;
	width: 85%;	
}
.footer-logo img{
    width: 90%;
}


/* ======= Navbar style ======= */

.logo-wrapper {
    float: left;
}

.logo {
    padding: 0;
    text-align: center;
}
.logo-img {
    width: auto;
    margin-bottom: 0px;
}
.p-t-80{
    padding-top: 80px;
}
.p-b-80{
    padding-bottom: 80px;
}
.butn-dark a {
    background-color: #004f4f;
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.butn-dark a:hover, .butn-dark a:focus{
    background: #222;
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav{
    display: flex;
    align-items: center;
   justify-content: flex-end;
	width: 100%
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    margin-bottom: 10px;
}
/* ======= Booking style ======= */
.booking-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    top: -25px;
    z-index: 5;
    margin-top: -86px;
}
.booking-inner {
    position: relative;
    border-radius: 0;
}
.form1 {
    display: block;
    padding: 0;
    position: relative;
}
.form1 label {
    display: none;
}
.form1 .col1 {
    float: left;
    width: 10%;
}
.form1 .col2 {
    float: left;
    width: 14%;
}
.form1 .col3 {
    float: left;
    width: 18%;
}
.form1 .c1 {
    border-right: 1px solid #f1eeeb;
    height: 62.5px;
    margin-bottom: 15px;
}
.form1 .c2 {
    border-right: 1px solid #f1eeeb;
    height: 62.5px;
    margin-bottom: 15px;
}
.form1 .c3 {
    border-right: 1px solid #f1eeeb;
    height: 62.5px;
    margin-bottom: 15px;
}
.form1 .c4 {
    border-right: 1px solid #f1eeeb;
    height: 62.5px;
    margin-bottom: 15px;
}
.form1 .c5 {
    border-right: 1px solid #f1eeeb;
    height: 62.5px;
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header {
    background: #004f4f;
    border: #004f4f;
    color: #fff;
}

.btn-form1-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #004f4f;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: 62.5px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.btn-form1-submit:hover {
    background: #222;
}
.btn-form1-submit:focus {
    outline: none;
}
.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}

.input1_inner {
    position: relative;
}

.input1_inner input {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #222;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input1_inner textarea{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #222;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input1_inner input::placeholder, .input1_inner textarea::placeholder {
    font-size: 15px;
    color: #222 !important;
}
.input1_inner input:focus, .input1_inner textarea:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #222 !important;
}


.select1_wrapper {
    margin-bottom: 0;
}
.select1_inner {
    position: relative;
}

.select2 {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #222;
    padding: 20px 40px 18px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.select2 *:focus {
    outline: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
}
.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}

.selection {
    display: inline-flex;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 28px;
    padding: 17px 49px 17px 20px;
    color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}


.slide-row .owl-carousel.owl-drag .owl-item div{
    height: 500px !important;
}
.slide-row .owl-carousel .owl-item img{
    height: 100%;
    object-fit: cover;
}
.col-ipad{
    margin: 3rem 0;
}
#owl-wedding .owl-nav{
    display: block;    
    position: unset;
}
#owl-wedding .owl-nav .owl-prev{
    background: #004f4f;
    left: 0;
    bottom: 50%;
    position: absolute;
}
#owl-wedding .owl-nav .owl-next{
    background: #004f4f;
    right: 0;
    bottom: 50%;
    position: absolute;
}
#owl-wedding .owl-nav .owl-next:hover,
#owl-wedding .owl-nav .owl-next:focus,
#owl-wedding .owl-nav .owl-prev:hover,
#owl-wedding .owl-nav .owl-prev:focus{
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
}
#owl-wedding .owl-nav .owl-prev span{
     font-size: 22px;
}
.mid img{
    margin: 5px 0 0 0;
}

#top-button{
    display: inline-block;
  background-color: #004f4f;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#top-button i {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/*about us page css*/
.page_banner{
	background-image: url('https://imagedelivery.net/pe2-CVDxE459ELrkyAVOfQ/5bfb43c1-385a-4e11-b18e-71b9e4978b00/public');
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 140px;
    display: flex;
    align-items: center;
}
.page_banner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0E1317;
    opacity: 0.2;
}
.page_banner-title h1 {
    color: #fff;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
	text-align: center;
}
.page_banner-title ul {
    padding: 0;
    margin: 0;
	text-align: center;
}
.page_banner-title ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.page_banner-title ul li a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.page_banner-title ul li span {
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 5px;
}
.about-slider .owl-slider #carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgb(0 0 0 / 80%) !important;
  width: 50px;
  height: 50px;	
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.about-slider .owl-slider #carousel .owl-nav button.owl-prev {
  left: 0;
}
.about-slider .owl-slider #carousel .owl-nav button.owl-next {right: 0;}


.about-slider .owl-nav span {
    font-size: 50px;    
    position: relative;

    top: -5px;
}
.about-slider .owl-nav button:focus {
    outline: none;
}
.bold-text{
	color: #004f4f;
	font-size: 22px;
}
.mt-80{
	margin-top: 80px;
}
.dine-ml-0{
	margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 2.5rem;
}
.dine-album-2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-style: solid;
    border-width: 1px;
    top: 2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: 2.5rem;
}
.dine-album-2::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: 2;
    border-top-width: 1px;
    top: 2.5rem;
    border-left-width: 1px;
    right: -2.5rem;
    bottom: 0;
    left: 2.5rem;
}
.room-page .tabbed-carousel{
	margin-bottom: 3.5rem;
}
.room-page .tabbed-carousel:last-child{
	margin-bottom: 0;
}
.room-page .tabbed-carousel::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-style: solid;
    border-width: 1px;
    top: -2.5rem;
    right: 5.5rem;
    bottom: 2.5rem;
    left: 5.5rem;
}
.room-page .all-btn.book-now-btn{
	position: relative;
	transform: none;
	margin-left: 25px;
	z-index: 1;
    left: auto;
    bottom: auto;
}
.room-page footer.room-entity-footer{
	    justify-content: flex-start;
}
.room-page .tabbed-carousel .owl-nav{
	bottom: 0px;
	left: 0;
    position: absolute;
    
}
.room-page .tabbed-carousel .owl-nav button{
	margin: 0 1px;
	background-color: rgb(189 33 39);
}
.room-banner{
	min-height: 750px;
	display: flex;
    align-items: center;
	
}

.dine-slide .owl-nav .owl-prev, .dine-slide .owl-nav .owl-prev:focus, .dine-slide .owl-nav .owl-prev:hover{
	top: 50%;
    position: absolute;
    z-index: 99;
    background-color: #004f4f !important;
	border-radius: 0;
	outline: none;
}
.dine-slide .owl-nav .owl-next, .dine-slide .owl-nav .owl-next:focus, .dine-slide .owl-nav .owl-next:hover{
	top: 50%;
    position: absolute;
    z-index: 99;
    background-color: #004f4f !important;
	border-radius: 0;
	outline: none;
	right: 0;
}
.bg1-dark{
	background-image: url('https://imagedelivery.net/pe2-CVDxE459ELrkyAVOfQ/8f98bfc6-7111-4480-37fb-f88117e20e00/public');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-attachment: scroll;
    background-color: #000;
    background-blend-mode: lighten;
}
.make-row{
	background-color: #fff;
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
	align-items: center;
}
.sub-heding {
    color: #004f4f;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    padding-bottom: 15px;
}
.form-control{
	border-radius: 0;
	padding: 10px 15px;
	color: #495057 !important;
}
.form-control:focus {
    color: #495057 !important;
    background-color: transparent;
    border-color: rgb(189 33 39 / 50%);
    outline: 0;
}
.table-section .table{
	background-color: #fff;
}
.seating-arr{
	color: #004f4f;
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    padding-bottom: 15px;
}
.table thead th {
   vertical-align: middle;
    border-right: 0.5px solid #fff;
    background: #004f4f;
    border-top: 0;
    text-align: center;
    color: #fff;
}
.table td, .table th{
	text-align: center;
}
.table thead th{
	border-bottom: 0.5px solid #fff;
}
.table thead th.br-0{
	border-right: 0;
}
.feast-title{
	font-size: 30px;
    color: #004f4f;
    font-family: 'PlayfairDisplay-Regular', serif;
    line-height: 1.7;
	margin-bottom: 0px;
}
.feast-para, .pb-15{
	padding-bottom: 15px;
}
.reach-list li{
	display: inline-flex;
	text-align: justify;
	padding: 7px 0;
}
.reach-list li .fa{
	padding: 4px;
}
.contact-row{
	display: flex;
	align-items: center;
}
.enquiry-form.make-row{
	padding: 30px;
}
.inner-d-flex{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.contact-row .fa{
	border: 1px solid #000;
    padding: 8px;
    margin-right: 10px;
    border-radius: 50%;
	margin-top: 5px;
}
.center-btn{
	display: flex;
	justify-content: center;
	padding: 30px 0 0 0;
}
.blog-img{
	margin-bottom: 20px;
}
.blog-title{
	color: #000;
    font-size: 32px;
    text-align: left;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    padding-bottom: 15px;
}
.blog-detail-block p{
	font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 15px;
}
.blog-mt{	
	margin-top: 40px;
}

.mt-custom{
	margin-top: 15px;
}
.recent-box {
    box-shadow: 1px 1px 5px 0px rgb(71 69 69 / 50%);
    padding: 25px 20px;
}
.latest-blog-block h4 a{
	color: #000;
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    padding-bottom: 0;
    padding-top: 5px;
}

.round-img img{
	min-height: 80px;
	width: auto
}
.latest-blog{
	color: #000;
    font-size: 32px;
    text-align: left;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
}
.recent-box .row{
	padding: 15px 0;
}
.hr-bottom{
	border-bottom: 1px solid rgb(28 28 28 / 7%);
}

.butn-dark button {
    background-color: #004f4f;
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.butn-dark button:hover, .butn-dark a:focus {
    background: #222;
    text-decoration: none;
}
.yrLogo {
    padding: 0.1875rem 0.625rem;
}
.yrLogo img {
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 120px;
}
.logo_wrap {
    left: 0px;
    width: 100%;
    top: auto;
    bottom: -107px;
    background-color: #fff;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0;
    border-bottom-right-radius: 10px;
}
.logo_wrap::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 140px 0px 0px;
    border-color: #fff transparent transparent transparent;
    left: 0px;
    top: 100%;
}
.logo_wrap .left {
    position: absolute;
    z-index: 11;
    width: 15px;
    height: 15px;
    background-color: #fff;
    left: 0px;
    bottom: -20px;
    border-radius: 100%;
}
.logo_wrap .right {
    position: absolute;
    z-index: 11;
    width: 15px;
    height: 15px;
    background-color: #fff;
    right: 0px;
    bottom: 0px;
    border-radius: 100%;
}

.logo_wrap::after {
    position: absolute;
    content: "";
    width: 135px;
    height: 13px;
    background-color: #fff;
    bottom: -10px;
    transform: rotate(-8deg);
}

  .owl-carousel .owl-nav button {
    position: absolute;
    top: 39%;
    background-color: #b5883d !important;
     margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-carousel .owl-nav button svg {
    color: #fff !important;
    filter: invert(1);
}
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #004f4f;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }


  .owl-nav button:focus {
      outline: none;
  }
  .owl-item {
    height: 100%; 
    display: flex;
  }
  .item {
      width: 100%;
  }
  .owl-carousel .owl-stage{display: flex; height: 100%;}
  .owl-carousel .item {height:100%;} 
#carousel-exp .item {height: calc(100% - 5px);
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);} 

.about-us-para{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wedd-img{
	height: 500px;
}
.events-img{
	height: 100%;
    object-fit: cover;
}
.dine-box{
	height: 100%;
	background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.owl-carousel .owl-item .fac-img{
	height: 380px;	
	object-fit: cover
}
.fac-img-wrapper {
	position: relative;
	display: inline-block;
	width: 100%; 
	    pointer-events: none;
}

.fac-img {
	display: block;
	width: 100%;
	height: auto;
}
.fac-overlay-text {
	position: absolute;
    left: 25%;
    color: white;
    font-size: 19px;
    font-weight: 500;
    z-index: 2;
    text-align: center;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 12px 0px;
    margin: 0px;
    left: 0;
    bottom: 0;
}


.yrLogo {
    padding: 0.1875rem 0.625rem;
}
.yrLogo img {
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 10px;
    max-width: 180px;
}
.logo_wrap {
    position: absolute;
    left: 0px;
    width: 180px;
    top: auto;
    bottom: -108px;
    background-color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 10px;
    border-bottom-right-radius: 10px;
}
.logo_wrap::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 180px 0px 0px;
    border-color: #fff transparent transparent transparent;
    left: 0px;
    top: 100%;
}
.logo_wrap .left {
    position: absolute;
    z-index: 11;
    width: 22px;
    height: 22px;
    background-color: #fff;
    left: 0px;
    bottom: -28px;
    border-radius: 100%;
}
.logo_wrap .right {
    position: absolute;
    z-index: 11;
    width: 22px;
    height: 22px;
    background-color: #fff;
    right: 0px;
    bottom: -5px;
    border-radius: 100%;
}

.logo_wrap::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 15px;
    background-color: #fff;
    bottom: -16px;
    transform: rotate(-8deg);
}
.main-wrapper.stickyHeader {
    background-color: #fff;
}
.main-wrapper.stickyHeader .navbar .navbar-nav .nav-link {
    color: #673131;
}
.booking-item {
   background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    padding: 30px;
    border: 1px solid #eee;
}
