/* [Table of content]
=================

[01] Root
[02] Typography
[03] Reset Default Styles
[04] Common CSS
|___[4.1] Header
       |__ [4.1.1] Navbar
[05] Index Page
|___[5.1] Carousel Slider
|___[5.2] About Section
|___[5.3] Service Section
|___[5.4] Special Dish Section
|___[5.5] Chef  Section
|___[5.6] Book A Table
|___[5.7] Testimonials
|___[5.8] Letest News Feed
|___[5.9] footer Feed
[06] Menu Page
[07] Gallery Page
[08] Blog Page
[09] Contact Page
[10] Book A Table Page
[11] Blog Detail page
[12] Menu Detail page
[13] Countdown page

====================
[ End table of content]
====================*/

/* [01] Root START HERE */
:root {
	--vulcan: #363840;
	--rodeo: #B99272;
	--cart:  #B99272;
	--grayish: #9395a0;
	--gunmetal: #1c1c1c;
}
/* Root OVER HERE */
/* [02] Typography START HERE */

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

@font-face {
	font-family: 'Lato';
	src: url('../webfonts/Lato-Light.eot');
	src: url('../webfonts/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Lato-Light.woff2') format('woff2'),
		url('../webfonts/Lato-Light.woff') format('woff'),
		url('../webfonts/Lato-Light.ttf') format('truetype'),
		url('../webfonts/Lato-Light.svg#Lato-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../webfonts/Lato-Medium.eot');
	src: url('../webfonts/Lato-Mediumd41d.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Lato-Medium.woff2') format('woff2'),
		url('../webfonts/Lato-Medium.woff') format('woff'),
		url('../webfonts/Lato-Medium.ttf') format('truetype'),
		url('../webfonts/Lato-Medium.svg#Lato-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../webfonts/Lato-SemiBold.eot');
	src: url('../webfonts/Lato-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Lato-SemiBold.woff2') format('woff2'),
		url('../webfonts/Lato-SemiBold.woff') format('woff'),
		url('../webfonts/Lato-SemiBold.ttf') format('truetype'),
		url('../webfonts/Lato-SemiBold.svg#Lato-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../webfonts/Lato-Regular.eot');
	src: url('../webfonts/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Lato-Regular.woff2') format('woff2'),
		url('../webfonts/Lato-Regular.woff') format('woff'),
		url('../webfonts/Lato-Regular.ttf') format('truetype'),
		url('../webfonts/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../webfonts/Lato-Bold.eot');
	src: url('../webfonts/Lato-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Lato-Bold.woff2') format('woff2'),
		url('../webfonts/Lato-Bold.woff') format('woff'),
		url('../webfonts/Lato-Bold.ttf') format('truetype'),
		url('../webfonts/Lato-Bold.svg#Lato-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Typography OVER HERE */
/* [03] Reset Default Styles START HERE */
* {
	outline: none !important;
}
*::after,
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body .clearfix,
body .clear {
	clear: both;
	line-height: 100%;
}
body .clearfix {
	height: auto;
}
html body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	line-height: 1.3;
	background: #eff2f5 !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Lato', sans-serif;
	line-height: 120%;
	color: #333;
	font-weight: bold;
	margin: 0 0 15px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
	margin-bottom: 0;
}
body p {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 15px;
	padding: 0;
}
body p:empty {
	margin: 0;
	line-height: 0;
}
body p:last-child {
	margin-bottom: 0;
}
p strong {
	font-weight: bold;
}
::-moz-focus-inner {
	border: 0px solid transparent;
}
::-webkit-focus-inner {
	border: 0px solid transparent;
}
*::-moz-selection {
	color: #fff;
	background: #000;
}
*::-webkit-selection {
	color: #fff;
	background: #000;
}
*::-webkit-input-placeholder {
	color: #333333;
	opacity: 1;
}
*:-moz-placeholder {
	color: #333333;
	opacity: 1;
}
*::-moz-placeholder {
	color: #333333;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #333333;
	opacity: 1;
}
input[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
	cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
	cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
	cursor: pointer;
}
input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
	cursor: pointer;
}
a {
	outline: none;
	color: #555;
}
a:hover {
	color: #000;
}
.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}
.a-center {
	text-align: center;
}
a,
span,
div a:hover,
div a:active,
button {
	text-decoration: none;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
	clear: both;
	display: block;
	content: "";
}
.btn.focus,
.btn:focus {
	box-shadow: none !important;
}
.form-control:focus {
	box-shadow: none !important;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left: 5px;
}
.appbutton {
	height: 100px;
	padding: 10px
}


.hidden {
	display: none !important;
}
.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
	list-style: inside none none;
}
.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
	margin: 0;
	padding: 0;
}
ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
	clear: both;
	display: block;
	content: "";
}
div input,
div select,
div textarea,
div button {
	font-family: 'Lato', sans-serif;
  color: #000;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color: #333;
	padding: 2px 5px;
}
section {
	padding: 80px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset Default Styles OVER HERE */
/* scroll Hide */
html.show-menu {
	overflow: hidden;
}
html.show-menu body {
	overflow: hidden;
	height: 100%;
}
/* [04] Common CSS CSS START Here */
.tan-avatar i {
	font-size: 17px;
	background-color: #fafafa;
	padding: 10px !important;
	border-radius: 100px;
	margin-top: -15px;
}
.tan-avatar a:active,
.tan-avatar a:focus,
.tan-avatar a
{
	background-color: #fff !important;
}

.dropdown-menu>li> a:hover {
	background-color: #eee !important;
}

.dropdown-menu>li>a> i {
	font-size: 17px;
	background-color: #ffffff00;
	padding: 5px ;
	border-radius: 0px ;
	margin-top: 0px ;
}
.open>.dropdown-menu {
	display: grid !important;
}
.dropdown-menu {

  border: 0px solid #ccc !important;
  border-radius: 0px !important;

}
li:hover {
  cursor: pointer;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: grid;
}
.overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
	z-index: 2;
}

/* menu CSS Start Here */
.brl-services-2{
	padding: 50px 0;
}
.portfolio-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-menu ul svg {
    width: 40px;
    margin: 0 auto;
    height: 40px;
}
.portfolio-menu ul li {
    width: calc(100% / 6);
    text-align: center;
    cursor: pointer;
}
.portfolio-menu ul p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #363840;
    transition: all 0.5s
}
.portfolio-menu ul li:hover path{
	transition: all 0.5s;
}
.portfolio-menu ul li.active path, .portfolio-menu ul li.active p, .portfolio-menu ul li:hover path, .portfolio-menu ul li:hover p {
    fill: var(--rodeo)!important;
    color: var(--rodeo);
}
.single-content {
    width: 100%;
    height: 350px;
    background: #fafafa;
    text-align: center;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 15px 0;
    transition: all 0.4s;
}
.single-content:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    transition: all 0.4s;
}
.single-content p {
    font-size: 16px;
    color: var(--rodeo);
    font-weight: 500;
}
.single-content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
.banner-img{
	position: relative;
	width: 100%;
}
.banner-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner-info h5 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-info .breadcrumb a, .banner-info .breadcrumb li {
    color: #fff;
    font-weight: 400;
}
.breadcrumb-item.active {
	font-weight: 600 !important;
}

.banner-info .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
	background-color: transparent;
}
.banner-info {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}

.menu-heading{
		/* margin-top:95px; */
    /* width: 86%; */
    height: 180px;
    background-color: var(--vulcan);
    display: block;
    place-items: center;
		margin-left: auto;
		margin-right: auto;
		/* border-radius: 20px; */

}
.menu-heading .heading-title{
		padding-top: 70px;
		text-align: center;
    color: #fff;
    font-weight: bold;
}


/* menu CSS Over Here */
/* [4.1] Header CSS START Here */
header {
	transform: all 0.5s;
	z-index: 999;
	background-color: var(--gunmetal);
	color: var(--grayish);
}
.brl-head {
	padding: 30px 0;
}
.brl-head-contact {
	font-weight: 500;
}
.brl-head-contact i {
	color: var(--rodeo);
	margin-right: 10px;
}
.brl-head-contact p,
.brl-head-contact a {
	font-size: 16px;
	color: #9395a0;
}
.fa-phone {
	transform: rotate(90deg);
}
.brl-head-address {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.brl-head-social {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.brl-head-social .brl-social-wrapper:not(:last-child) {
	margin-right: 20px;
}
.brl-social-wrapper a {
	width: 40px;
	height: 40px;
	border: 1px solid var(--rodeo);
	border-radius: 50px;
	line-height: 40px;
	font-size: 18px;
	color: var(--rodeo);
	display: block;
	text-align: center;
}
.brl-social-wrapper a:hover {
	background-color: var(--rodeo);
	color: #fff;
}
.brl-head-direct-contact {
	display: flex;
	align-items: center;
}
.brl-head-col {
	flex-basis: 33.33%;
	max-width: 33.33%;
}
.brand {
	text-align: center;
	display: block;
}
.brand.menu-fixed {
	display: none;
    max-width: 100px;
}
.sticky.is-sticky .brand.menu-fixed {
	display: block;
}
/* [4.1.1] Navbar CSS START Here */
.navbar {
	background-color: var(--vulcan);
	position: relative;
}
.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.navbar .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 15px 20px;
	font-size: 17px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .active>.nav-link {
	color: var(--rodeo);
}
.btn-brl-head-book {
	background-color: var(--rodeo);
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	position: absolute;
	right: 0;
	padding: 10px 20px;
	border: 2px solid transparent;
}
.btn-brl-head-book:hover {
	color: var(--rodeo);
    text-decoration: none;
    border: 2px dashed var(--rodeo);
    background: transparent;
}
.navbar-collapse{
	position: relative;
}
.brl-head-menu, .brl-head-contact-menu, .brand-menu{
	display: none;
}
/* Navbar CSS OVER Here */
/* Header CSS OVER Here */
.brl-section-title {
	font-weight: 600;
	color: var(--vulcan);
	font-size: 40px;
	margin-bottom: 20px!important;
}

.brl-section-title span {
	font-family: 'Satisfy', cursive;
	color:var(--rodeo);
}

/* Common CSS OVER Here*/
/* [5.1] Carousel Slider CSS START Here */
.brl-slider-wrapper {
	width: 100%;
	height: 70vh;
	min-height: 700px;
	overflow: hidden;
	position: relative;
	z-index: -10;
}
.blr-pattern-img {
	display: flex;
	flex-direction: row;
	align-content: center;
}
.blr-pattern-img img {
	margin: unset;
}
.blr-pattern-left {
	justify-content: flex-end;
}
.blr-pattern-right {
	justify-content: flex-start;
}
/* .brl-slide-captions-group .brl-heading::before {
	content: "\0025C6";
	padding-right: 28px;
	color: var(--rodeo);
	font-size: 25px;
} */
.brl-slide-captions-group .brl-heading {
	font-weight: 500;
	color: #fff;
	margin: 50px 0 5px;
	font-size: 62px;
	display: inline-flex;
}
/* .brl-slide-captions-group .brl-heading::after {
	content: "\0025C6";
	padding-left: 25px;
	color: var(--rodeo);
	font-size: 25px;
} */
.brl-slide-captions-group label {
	display: block;
	font-family: 'Satisfy', cursive;
	font-size: 18px;
	font-weight: 400;
	color: var(--rodeo);
}
.brl-slide-caption-wrapper {
	position: absolute;
	bottom: 30%;
	width: 100%;
	z-index: 10;
	pointer-events: none;
}
.brl-slide-captions-group {
	text-align: center;
	/* background-color: var(--vulcan); */
	/* border-top: 8px solid var(--rodeo); */
	padding-bottom: 90px;
	/* z-index: 5; */
}
.brl-slider-wrapper .owl-carousel .item img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}
/* #prime-carousel.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 30px;
	height: 0;
} */
#prime-carousel.owl-carousel .owl-nav button.owl-next,
#prime-carousel.owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	font-size: 20px;
}
#prime-carousel .item-img-wrapper {
	height: 70vh;
	min-height: 700px;
}
.banner_dots {
	position: absolute;
	pointer-events: all;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
.banner_dots button {
	width: 8px;
	height: 8px;
	border: none;
	background-color: #9395a0;
	margin: 0 3px;
	padding: 0;
	border-radius: 100%;
}
.banner_dots button.active {
	border: 2px solid var(--rodeo);
	width: 17px;
	height: 17px;
	background-color: transparent;
}
/* Carousel Slider CSS OVER Here */
/* [5.2] About Section CSS START Here */
.brl-about-text {
	color: var(--grayish);
	font-weight: 400;
	line-height: 1.7;
	font-size: 16px;
}
.brl-resturant-info {
	color: var(--gunmetal);
	font-weight: 600;
	line-height: 1.7;
}
.brl-resturant-info span {
	color: var(--rodeo);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.brl-resturant-info span:hover{
	color: var(--gunmetal);
}
.brl-resturant-info a:hover {
	color: var(--rodeo);
}
/* About Section CSS OVER Here */


/* Book A Table CSS Start Here */
.book-table-bg{
	width: 100%;
	padding: 80px 0px 80px 0px;
	position: relative;
}
.book-table-bg:after{
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;

}
.theme-booking {
  text-align: left !important;
  color: #ffffff;

}
.space-booking {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-booking, .table-booking-menu{
	background-color: var(--rodeo);
	height: 520px;
	width: 100%;
	padding: 50px 0;
  margin: 20px 0px 0px 0px;
  border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.theme-button {
background: #fff;
border: 1px solid #fff;
color: var(--rodeo);
padding: 10px 40px;
border-radius: 20px;
font-weight: bold;
}


.btn-black{
	background-color: var(--vulcan);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    border: 2px solid #363840;
    transition: all 0.5s;
}
.btn-black:hover {
    border: 2px solid #363840;
    background: transparent;
    color: #363840;
    transition: all 0.5s;
}




.table-booking h4 , .table-booking-menu h4{
    color: #fff;
    font-weight: 100;
    font-size: 38px;
    margin-bottom: 20px;
}
.table-booking p {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 1.8;
}
.table-booking a.btn-black {
    margin-top: 30px;
    padding: 12px 24px;
}
.table-booking-menu{
	background-color: rgba(0,0,0,0.60);
}
.time-menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 22px 50px;
}
.time-menu p {
    margin: 0;
    color: #fff;
}
.time-menu:after {
	content: "";
	border-bottom: 1px dashed #fff;
	position: absolute;
	width: 40%;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.time-menu.active p{
	color: var(--rodeo);
}
.time-menu.active:after{
	border-bottom: 1px dashed var(--rodeo);
}
.table-booking-menu h4 {
    margin-bottom: 50px;
}

.opening-list {
	font-weight: bold !important;
	text-align: left;
	display: inline-flex;
	font-size: 16px;
}
.opening-list::after {
	content: ":";
	padding-left: 5px;
}
.opening-list i {
	font-size: 18px !important;
	color: var(--rodeo);
	padding: 0 10px 0 0;
}
.opening-list-dt .row {
	padding: 10px 0 10px 0;
}

/* Book A Table CSS Over Here */


/* gallery CSS Start Here */
[data-fancybox="gallery"]{
	display: block;
}
.gallery-img {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}
.gallery-img:before{
	content: "\f31e";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	width: 50px;
	height: 50px;
	background: var(--rodeo);
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
	font-size: 20px;
	top: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
	z-index: 2;
}
.gallery-img:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	transition: all 0.5s;
}
.gallery-img:hover:before{
	top: 50%;
	transition: all 0.5s;
}
.gallery-img:hover:after{
	top: 0;
	transition: all 0.4s;
}

.table-gallery{
	background-color: #ffffff;
	width: 100%;
  border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}
.table-gallery-form {
padding: 30px;
}

.theme-card{
	background-color: #ffffff;
	width: 100%;
  border-radius: 10px;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}

.modal-card{
	background-color: #ffffff;
  border-radius: 10px;
	padding: 30px;
	margin: 20px !important;
	text-align: left;
	position: relative;
}

/* gallery CSS Over Here */

/*contact Css Start Here */
.table-contact{
	background-color: #ffffff;
	min-height: 550px;
	width: 100%;
  border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}
.table-contact-form {
padding: 30px;
}

.theme-contact-button {
background: var(--rodeo);
border: 1px solid var(--rodeo);
color: #fff;
padding: 10px 40px;
border-radius: 20px !important;
margin-top: 20px;
font-weight: bold;
}

.theme-top-button {
/* background: var(--rodeo);
border: 1px solid var(--rodeo); */
background: orangered;
border: 0px solid var(--rodeo);
color: #fff;
padding: 10px 10px;
border-radius: 20px !important;
margin-top: 5px;
font-weight: bold;
}

.none-button {
	display: none;
	margin-top: 10px;
}

.contact-details {
	margin: 0 0 30px;
}
.contact-details a {
	color: #000;
	font-size: inherit;

}
.contact-details h6 {
color: var(--rodeo);
font-size: 16px;
font-weight: 600;
margin: 0 0 30px;
}

.contact-details p i, .contact-details address i {
    color: var(--rodeo);
    margin-right: 10px;
}


/* Contact CSS Over here */

/* footer CSS Over Here */
.footer-bg{
	background-color: var(--gunmetal);
	width: 100%;
	background-size: cover;
}
.main-footer {
    display: flex;
    justify-content: space-between;
}
.main-footer p, .main-footer a, .main-footer address {
    color: #fff;
}
.main-footer h6 {
    color: var(--rodeo);
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0 30px;
}
.f-1 p {
    line-height: 1.8;
}
.f-1 ul {
    display: flex;
}
.f-1 ul li {
    margin-right: 10px;
}
.f-1 ul li a {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid var(--rodeo);
    border-radius: 100%;
    transition: all 0.5s;
    color: var(--rodeo);
    justify-content: center;
    align-items: center;
    font-size: 22px
}
.f-1 ul li a:hover {
    background: var(--rodeo);
    color: #fff;
    transition: all 0.5s;
}
.f-2 ul li a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.f-2 ul li a:hover {
	color: var(--rodeo);
}
.f-3 p i, .f-3 address i {
    color: var(--rodeo);
    margin-right: 10px;
}
.f-4 input {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border: none;
    min-height: 55px;
    padding: 0 20px;
    background: #41434c;
    font-weight: 600;
}

.f-4 input::placeholder {
    color: #9395a0;
}

.f-4 a {
    margin: 10px 0 0 0;
    padding: 12px 25px;
}
.copyright p, .copyright a {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.copyright a, .sub-copy a {
	color: #fff;
}
.copyright a:hover, .sub-copy a:hover {
	color: var(--rodeo);
}
.copyright {
    display: flex;
    justify-content: space-between;
}
.sub-copy {
    display: flex;
}
.sub-copy p {
    position: relative;
    color: #9395a0;
    font-weight: 600;
}
.sub-copy a {
    color: var(--rodeo);
}
.sub-copy a:hover {
	color: #fff;
}

.bg-black {
    background: rgba(0, 0, 0, 0.4);
    padding: 22px 0;
}
.first-container {
	margin: 0 auto 50px auto;
}
.sub-copy p a {
    color: #fff;
}

.noty_text{
    font-size:18px !important;
    line-height: 24px !important;
}

/* footer CSS Over Here */
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month],
.uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=number], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=color] {
	height: 40px !important;
	border-radius: 0px !important;
}


.table_booking {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.tb-overlay {
		background-color: rgba(0, 0, 0, 0.7);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	  }

.white-fields {
	background-color: #ffffff !important;
	padding: 20px 30px !important;
	border-radius: 50px !important;
}

.ta-white-fields {
	background-color: #ffffff !important;
	padding: 20px 30px !important;
	border-radius: 50px !important;
	height: 200px;
}





/* New CSS codes */

.kf-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 90
}

.kf-header.fixed .kf-navbar {
    background: #0e1317
}

.kf-header.show .kf-navbar-mobile .kf-main-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.kf-header.show .kf-navbar-mobile .kf-topline {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.kf-header.animated .kf-navbar-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2
}

.kf-header.animated .kf-navbar-mobile:before {
    -webkit-animation: nav-mobile-open .75s cubic-bezier(.3,0,.3,1) forwards;
    animation: nav-mobile-open .75s cubic-bezier(.3,0,.3,1) forwards
}

.kf-header.opened .kf-navbar-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2
}

.kf-header.no-touch .kf-menu-btn {
    pointer-events: none
}

.kf-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kf-topline {
    padding: 10px 30px;
    background: #090c0f
}

.kf-navbar {
    padding: 20px 30px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1)
}

.kf-header.fixed .kf-navbar:before,.kf-navbar.inner-navbar:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1)
}

.kf-logo {
    position: relative;
    width: 118px;
    font-size: 0
}

.kf-logo img {
    max-width: 100%;
    width: auto;
    max-height: 40px
}

.kf-search {
    margin-left: 50px;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

.kf-search input[type=search],.kf-search input[type=text] {
    padding: 0;
    position: absolute;
    top: 0;
    right: 20px;
    font-family: Oswald;
    font-size: 15px;
    color: #fff;
    width: 0%;
    height: 20px;
    border: none;
    border-bottom: 1px solid #fff
}

.kf-search .search-btn {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: 0 0;
    text-align: center
}

.kf-search .sep {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 3
}

.kf-h-group {
    font-size: 14px;
    color: #ced2d5;
    text-transform: uppercase
}

.kf-h-group em,.kf-h-group i {
    color: #b99272;
    font-style: normal
}

.kf-h-social {
    display: inline-block;
    font-family: Oswald;
    font-size: 15px;
    text-align: center
}

.kf-h-social a {
    margin: 0 8px;
    display: inline-block;
    text-decoration: none
}

.kf-h-social i {
    color: #ced2d5;
    font-style: normal
}

.kf-main-menu {
    display: inline-block;
    vertical-align: middle
}

.kf-main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.kf-main-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.kf-main-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
    font-weight: 500
}

.kf-main-menu ul li a:hover {
    color: #b99272
}

.kf-main-menu ul li a i {
    position: relative;
    top: -2px;
    margin-left: 6px;
    font-size: 12px
}

.kf-main-menu ul li:first-child {
    padding-left: 0
}

.kf-main-menu ul li.active>a {
    color: #b99272
}

.kf-main-menu ul li ul {
    padding: 20px;
    position: absolute;
    left: -20px;
    top: 50px;
    width: 200px;
    background: #090c0f;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1)
}

.kf-main-menu ul li ul li {
    margin-bottom: 10px;
    margin-left: 0;
    display: block
}

.kf-main-menu ul li ul li:before {
    display: none
}

.kf-main-menu ul li ul li a {
    line-height: normal;
    font-weight: 300;
    opacity: .85
}

.kf-main-menu ul li ul li:last-child {
    margin-bottom: 0
}

.kf-main-menu ul li ul li:hover a {
    opacity: 1
}

.kf-btn.h-btn {
    margin-left: 50px;
    vertical-align: middle
}

.kf-menu-btn {
    margin-top: 0;
    margin-left: 30px;
    position: relative;
    float: right;
    display: none;
    width: 25px;
    height: 50px
}

.kf-menu-btn span {
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 14px;
    display: block
}

.kf-menu-btn span:after,.kf-menu-btn span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    border-radius: 1px;
    -webkit-border-radius: 1px
}

.kf-menu-btn span:after {
    top: auto;
    bottom: 0
}

.kf-menu-btn.active span {
    background: 0 0
}

.kf-menu-btn.active span:after,.kf-menu-btn.active span:before {
    top: 8px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.kf-menu-btn.active span:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.kf-navbar-mobile {
    padding: 130px 30px 30px 30px;
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1)
}

.kf-navbar-mobile:before {
    content: '';
    position: fixed;
    left: -20vw;
    top: -20vh;
    width: 140vw;
    height: 120vh;
    background: #090c0f;
    -webkit-animation: nav-mobile-close .75s cubic-bezier(.3,0,.3,1) forwards;
    animation: nav-mobile-close .75s cubic-bezier(.3,0,.3,1) forwards
}

.kf-navbar-mobile .kf-main-menu {
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1)
}

.kf-navbar-mobile .kf-main-menu ul li {
    margin-left: 0;
    margin-bottom: 10px;
    display: block
}

.kf-navbar-mobile .kf-main-menu ul li.opened>i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.kf-navbar-mobile .kf-main-menu ul li a {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1.5
}

.kf-navbar-mobile .kf-main-menu ul li i {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1)
}

.kf-navbar-mobile .kf-main-menu ul li ul {
    margin: 10px 0 0 0;
    padding: 20px;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    max-width: 320px;
    text-align: left;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: none
}

.kf-navbar-mobile .kf-main-menu ul li ul li a {
    font-size: 18px
}

.kf-navbar-mobile .kf-topline {
    margin: 30px 0 0 0;
    padding: 0;
    background: 0 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    -o-transition: all .3s cubic-bezier(.3, 0, .3, 1);
    transition: all .3s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .3s cubic-bezier(.3, 0, .3, 1)
}

.kf-navbar-mobile .kf-h-social {
    margin: 30px 0 15px 0
}

.kf-navbar-mobile .kf-h-social a {
    margin: 0 20px 0 0;
    font-size: 20px
}

.kf-navbar-mobile .kf-h-group {
    margin: 5px 0
}

.kf-navbar-mobile .kf-btn.h-btn {
    margin-left: 0;
    display: inline-block
}
.kf-btn.h-btn {
	margin-left: 50px;
	vertical-align: middle;
}

.kf-menu-btn {
	margin-top: 0;
	margin-left: 30px;
	position: relative;
	float: right;
	display: none;
	width: 25px;
	height: 50px;
}

.kf-menu-btn span {
	margin-top: -7px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 14px;
	display: block;
}

.kf-menu-btn span:before,
.kf-menu-btn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #FFF;
	transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
	border-radius: 1px;
	-webkit-border-radius: 1px;
}

.kf-menu-btn span:after {
	top: auto;
	bottom: 0;
}

.kf-menu-btn.active span {
	background: transparent;
}

.kf-menu-btn.active span:before,
.kf-menu-btn.active span:after {
	top: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.kf-menu-btn.active span:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

a.kf-btn, .kf-btn, a.kf-btn-link, .kf-btn-link {
    padding: 0 32px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.03em;
    height: 50px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #b99272;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}
.brl-slider-wrapper {
	margin-top: 100px;
    width: 100%;
    height: 70vh;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    z-index: -10;
}
@-webkit-keyframes nav-mobile-open {
    0% {
        -webkit-transform: translate3d(0,-100%,0) skew(-10deg,-10deg);
        transform: translate3d(0,-100%,0) skew(-10deg,-10deg)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) skew(0);
        transform: translate3d(0,0,0) skew(0)
    }
}

@-webkit-keyframes nav-mobile-close {
    0% {
        -webkit-transform: translate3d(0,0,0) skew(-10deg,-10deg);
        transform: translate3d(0,0,0) skew(-10deg,-10deg)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0) skew(0);
        transform: translate3d(0,-100%,0) skew(0)
    }
}

@media screen and (min-width: 1025px) {
    .kf-header.fixed .kf-navbar {
        position:fixed
    }

    .kf-main-menu ul li:hover ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

@media screen and (max-width: 1024px) {
    .kf-header {
        position:fixed
    }

    .kf-topline {
        display: none
    }

    .kf-main-menu {
        display: none
    }

    .kf-menu-btn {
        display: block
    }

    .kf-btn.h-btn {
        display: none
    }

    .wrapper {
        padding-top: 90px
    }
}

@media screen and (max-width: 767px) {
    .kf-header .col-xs-12 {
        width:auto
    }
}