/*
*******************************************
*******************************************

Template Name: 
Template URL: https://themescare.com/demos/droome-preview
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAV CSS
04 - SLIDER CSS
05 - ABOUT AREA CSS
06 - PROMO AREA CSS
07 - OFFER AREA CSS
08 - MENU AREA CSS
09 - ALL ABOUT AREA CSS
10 - SIGNATURE DISH CSS
11 - CHEF AREA CSS
12 - TABLE BOOKING AREA CSS
12 - BLOG AREA CSS
13 - OPENING AREA CSS
14 - CONTACT AREA CSS
15 - FOOTER AREA CSS

*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Rancho');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Molle:400i');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	color: #555555;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7em;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.droome-btn:before {
	background: #121212 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 100%
}

.droome-btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.droome-btn {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #a7965e none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #fff !important;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	margin-top: 20px
}

.droome-btn1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #000000 none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #fff !important;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	margin-top: 20px
}
.droome-btn1:before {
	background: #a7965e none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 100%
}

.droome-btn1:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000000
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

.site-heading {
	text-align: center;
	width: 70%;
	margin: 0 auto 50px;
	position: relative;
}

.site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: -0;
	left: 25%;
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.site-heading h2 {
	font-family: special-font;
	font-size: 55px;
	color: #a7965e;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
}

.site-heading h2:before {
	position: absolute;
	content: "";
	bottom: -19px;
	width: 15px;
	height: 15px;
	background: #a7965e;
	left: 50%;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #fff;
}

.site-heading h2:after {
	position: absolute;
	content: "";
	right:0px;
	height: 2px;
	width:100%;
	background: #333 none repeat scroll 0 0;
	bottom: -13px;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
.section_140 {
	padding: 140px 0;
}
.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 95px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - NAV CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 30px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.logo {
	font-family: 'Molle', cursive;
	font-size: 30px;
	text-transform: capitalize;
	color: #f2794d !important;
}

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: special-font;
	font-weight: 700
}

nav.navbar .nav-item .nav-link:before {
	position: absolute;
	right: auto;
	bottom: -5px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #a7965e
}

nav.navbar .nav-item .nav-link:hover:before {
	right: 0;
	width: 100%;
}

nav.navbar .nav-item .nav-link:hover:before {
	position: absolute;
	right: auto;
	bottom: -5px;
	z-index: 1;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #a7965e
}

nav.fixed-top .nav-item .nav-link.active {
	position: relative !important
}

nav.fixed-top .nav-item .nav-link.active:before {
	position: absolute;
	right: auto;
	bottom: -5px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #a7965e
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
	color: #000;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link {
	color: #000 !important;
	position: relative !important
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #000;
}

#navbarCollapse {
	text-align: center;
}

ul.navbar-nav {
	display: block !important;
	float: none;
	margin: 0 !important;
	width: 100%;
}

ul.navbar-nav .nav-item {
	display: inline-block
}


/*================================================
04 - SLIDER CSS
==================================================*/

.droome-slider-area {
	position: relative
}

.slider-container {
	background-size: cover;
	height: 100vh;
}

.slider-2 .single-slider {
	background: url(../img/slider-1.jpg)
}

.slider-1 .single-slider {
	background: url(../img/slider2-bg1.jpg)
}
.slider-3 .single-slider {
	background: url(../img/slider-3.jpg)
}

.slider-4 .single-slider {
	background: url(../img/slider-4.jpg)
}

.slider-5 .single-slider {
	background: url(../img/slider-5.jpg)
}
.slider-6 .single-slider {
	background: url(../img/slider-6.jpg)
}

.slider-7 .single-slider {
	background: url(../img/slider-7.jpg)
}

.slider-8 .single-slider {
	background: url(../img/slider-8.jpg)
}


.slider-container:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.12) none repeat scroll 0 0;
}

.droome-slide .owl-item {
	overflow: hidden
}

.single-slider {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #353031;
	background-origin: padding-box;
	background-position: 50% 50% !important;
	background-repeat: repeat;
	background-size: cover !important;
	height: 100%
}

.banner-caption {
	border-radius: 4px;
	display: table;
	height: 100%;
	width: 100%;
}

.banner-area {
	position: absolute;
	top:38%;
	z-index: 9;
	width: 50%;
	left: 24%;
	text-align: center;
}

.banner-welcome h2 {
	font-family: special-font;
	color: #fff;
	font-size:30px;
	margin-top: 30px;
	letter-spacing: 1px
}
.banner-welcome img{

		max-width:200px;
		border-radius:50%;
}
.droome-slide .owl-next {
	position: absolute;
	top: 45%;
	right: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	color: #fff !important;
	border-radius: 50%;
}

.droome-slide .owl-prev {
	position: absolute;
	top: 45%;
	left: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	border-radius: 50%;
	color: #fff !important;
}

.zoom {
	animation: zoom 15s ease 0s normal both infinite;
	-webkit-animation: zoom 15s ease 0s normal both infinite;
	-moz-animation: zoom 15s ease 0s normal both infinite;
	-ms-animation: zoom 15s ease 0s normal both infinite;
	-o-animation: zoom 15s ease 0s normal both infinite;
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*================================================
05 - ABOUT AREA CSS
==================================================*/

.droome-about-area {
	position: relative;
	z-index: 1
}

.droome-about-area:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: url(../img/about_bg_1.png) no-repeat scroll right bottom;
	height: 100%;
	width: 100%;
	z-index: -1
}

.about-box {
	text-align: justify;
	width: 80%;
	margin: 0 auto;
}

.about-box img {
	width: 180px;
	margin-top: 20px;
}

.about-box p {
	margin: 0 0 10px;
	font-size: 15px
}


/*================================================
06 - PROMO AREA CSS
==================================================*/

.droome-promo-area {
	background: #a7965e none repeat scroll 0 0;
	padding: 50px 0px;
	margin-bottom: 0 !important;
}

.single-promo {
	padding:30px 0;
	color: #fff;
	text-align: center;
	border: 1px solid black;
    border-radius: 8%;
	height:350px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.promo-icon {
	width: 90px;
	margin: 0 auto 10px;
}

.bg_promo_pad {
	padding: 0;
}

.single-promo.bg_promo {
	background: #fff none repeat scroll 0 0;
	color: #000;
	padding:30px 15px 10px;
	
}

.promo-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	line-height:32px;
	margin-bottom: 10px;
	font-weight: 600;
}

/*================================================
07 - OFFER AREA CSS
==================================================*/

.droome-special-area {
	background: #f5fcff none repeat scroll 0 0;
}

.special-slider {
	margin-top: 50px;
}

.droome-special-area .site-heading>p {
	left: 22%;
}

.special-text h3 {
	font-family: 'Montserrat', sans-serif;
	color: #111;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 600;
}

.special-text h3 span {
	display: block
}

.special-text ul li{
    margin: 3px 0
}

.special-text ul li i {
	color: #a7965e;
	margin-right: 5px
}

.special-slider .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.special-slider .owl-dot span {
	height: 5px;
	width: 15px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}

.special-slider .owl-dot.active span {
	height: 5px;
	width: 15px;
	background: #a7965e none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}


/*================================================
08 - MENU AREA CSS
==================================================*/

.droome-food-menu.section_70 {
	background: rgba(0, 0, 0, 0) url("../img/menu_bottom_bg.png") no-repeat scroll center bottom / contain;
}

.book-wrapper {
	position: relative;
	margin: 2% auto 0;
	width: 670px;
}

.book-cover img {
	border-radius: 5px;
	box-shadow: 0px 5px 13px #333;
}

.pages-container {
	position: absolute;
	top: 15px;
	left: 20px;
	right: 0;
	bottom: 0;
	width: 94.5%;
	height: 95%;
}

.pages [class^="page-num-"] {
	background-size: auto 100%;
	position: relative;
}

.pages-content {
	background: #fff none repeat scroll 0 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	z-index: 1
}

.pages-content:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/food.png);
	z-index: -1
}

.text ul {
	margin: 0 15px;
	text-align: left;
}

.text ul li {
	margin: 3px 0;
	color: #333;
	text-transform: capitalize;
}

.text ul li span {
	float: right;
	width: 30%
}

.content-inner h2 {
	background: #a7965e;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	line-height: normal;
	padding: 10px;
	margin: 20px 0;
}

.content-inner {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.book-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.food-menu-slider {
	display: none !important
}

.menu-slider-inner img {
	margin: 0 auto 30px;
	width: auto !important
}

.single-food-menu {
	text-align: center;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin: 5px 0px;
	padding: 20px;
}

.single-food-menu:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/food.png);
	z-index: -1;
}

.menu-slider-inner h2 {
	background: #a7965e;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	line-height: normal;
	padding: 5px;
	margin: 20px 0;
}

.food-menu-slider .owl-dots {
	text-align: center;
	margin-top: 10px;
	display: block
}

.food-menu-slider .owl-dot span {
	height: 5px;
	width: 15px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}

.food-menu-slider .owl-dot.active span {
	height: 5px;
	width: 15px;
	background: #a7965e none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}


/*================================================
09 - ALL ABOUT AREA CSS
==================================================*/

.droome-all-about-area {
	background: url(../img/gd_bg.jpg) no-repeat fixed 0 0/cover;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 11;
}

.all-about>h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600
}
.all-about> p{

	font-size:22px;
	line-height:38px;
}
.all-about>h2 {
	font-family: 'Rancho', cursive;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 70px;
    letter-spacing: 2px
}

.all-about>h2:before {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.all-about>h2:after {
	background: #fff none repeat scroll 0 0;
	bottom: -7px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.droome-all-about-area:after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}


/*================================================
10 - SIGNATURE DISH CSS
==================================================*/

.droome-signature-dish-area {
	background: #f5fcff none repeat scroll 0 0;
	padding-bottom: 40px
}

.droome-signature-dish-area .site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: -0;
	left: 29%;
	opacity: 0.08;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.single-signature {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: #fff none repeat scroll 0 0;
	margin-bottom: 30px;
	position: relative
}

.single-signature:after {
	content: '';
	position: absolute;
	border: 0;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #a7965e;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-signature:hover:after {
	left: 0;
	width: 100%;
}

.signature-text {
	padding: 20px;
}

.signature-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: normal;
	margin-bottom: 10px;
	color: #111;
	font-weight: 600;
	text-align: center;
}
.signature-text h3 a {
	color: #333
}

.signature-text h3 a:hover {
	color: #a7965e
}

.signature-text li {
	margin: 3px 0;
	color: #333;
	text-transform: capitalize
}

.signature-text ul li span {
	float: right;
	width: 30%;
	color: #333
}

.signature-img {
	overflow: hidden;
}

.signature-img img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%
}

.single-signature:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*================================================
11 - CHEF AREA CSS
==================================================*/

.droome-team-area .site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: -0;
	left: 33%;
	opacity: 0.08;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.chef-text {
	text-align: center;
	margin-top: 15px;
}

.chef-img img {
	width: 100%
}

.single-chef {
	margin-bottom: 30px;
}

.chef-text>h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 5px;
	color: #111;
	font-weight: 600;
}

.chef-text>h3 a {
	color: #111
}

.chef-text>p {
	color: #333;
	text-transform: capitalize
}

.chef-text>h3>a:hover {
	color: #a7965e
}

.chef-text p span {
	margin-left: 5px;
}

.team-slider .owl-dots {
	text-align: center;
	margin-top: 0px;
	display: block
}

.team-slider .owl-dot span {
	height: 5px;
	width: 15px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}

.team-slider .owl-dot.active span {
	height: 5px;
	width: 15px;
	background: #a7965e none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}


/*================================================
12 - TABLE BOOKING AREA CSS
==================================================*/

.booking-left.section_100{
    padding: 95px 0
}
.droome-booking-table-area {
	background: rgba(0, 0, 0, 0) url("../img/book_bg.jpg") repeat fixed 0 0 / cover;
	position: relative;
	z-index: 11;
	padding:100px 0px;
}

.droome-booking-table-area:after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* .droome-booking-table-area .site-heading {
	padding:100px 0px;
} */

.droome-booking-table-area .site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: 0;
	left: -4px;
	opacity: 0.18;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=18)";
}

.droome-booking-table-area .site-heading h2:before {
	position: absolute;
	content: "";
	bottom: -19px;
	width: 15px;
	height: 15px;
	background: #a7965e;
	left:50%;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #fff;
}

.droome-booking-table-area .site-heading h2:after {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	width:100%;
	background: #a7965e none repeat scroll 0 0;
	bottom: -13px;
}

.booking-left .site-heading {
	text-align: left;
}

.booking-left .site-heading>h2 {
	color: #fff;
}

.booking-left .heading-line {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
}

.booking-form p {
	margin-top: 10px;
}

.booking-form p input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	height: 45px;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
}

.booking-form p textarea {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: 100px
}

.booking-form p button {
	background: #a7965e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	border: medium none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer
}

.booking-form p button:hover {
	background: #121212 none repeat scroll 0 0;
}

.booking-right>img {
	max-width: 390px;
}

.datepicker {
	border: 2px solid #a7965e;
	margin-top: -5px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
	background: #a7965e none repeat scroll 0 0;
	color: #fff;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
	background: #a7965e none repeat scroll 0 0;
	color: #fff;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
	border: 2px solid #a7965e;
}

.text-primary,
.clockpicker-popover .popover-title {
	color: #ef4836;
}

.datepicker .row.header a {
	margin: 0 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}

.datepicker .day {
	font-size: 14px;
	text-align: center
}


/*================================================
12 - BLOG AREA CSS
==================================================*/

.droome-blog-area {
	padding-bottom: 40px
}

.single-blog {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	position: relative
}

.single-blog:after {
	content: '';
	position: absolute;
	border: 0;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #a7965e;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-blog:hover:after {
	left: 0;
	width: 100%;
}

.blog-text {
	background: #fff;
	padding: 20px;
}

.blog-image {
	position: relative;
	overflow: hidden
}

.blog-image img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%
}

.single-blog:hover .blog-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-blog:hover .post-date {
	background: #fff none repeat scroll 0 0;
	color: #a7965e
}

.post-date {
	position: absolute;
	width: 20%;
	height: 90px;
	top: 0;
	background: #a7965e none repeat scroll 0 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
	border-radius: 0 0 50px 50px;
	left: 10px;
	line-height: 24px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-meta p {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	color: #333
}

.blog-meta p i {
	margin-right: 3px;
	color: #a7965e
}

.blog-meta p a {
	color: #333
}

.blog-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 10px;
	color: #111;
    text-transform: capitalize;
    margin-top: 10px;
	font-weight: 600;
}

.blog-text h3 a {
	color: #111;
}

.blog-text h3 a:hover {
	color: #a7965e
}

.read-more {
	color: #a7965e;
	text-transform: capitalize;
	margin-top: 10px;
	display: inline-block;
}

.read-more:hover {
	color: #333
}


/*================================================
13 - OPENING AREA CSS
==================================================*/

.opening-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    background: url(../img/opening_bg.jpg) no-repeat scroll 0 0/cover;
	padding: 100px 0;
	border: 1px solid #fff;
	position: relative;
    z-index: 1
}

.opening-overlay {
	position: absolute;
	content: "";
	width: 91%;
	border: 1px solid #fff;
	height: 70%;
	top: 0;
	margin: 47px;
	left: 3px;
    z-index: -1
}

.opening-box h2 {
	font-family: 'Rancho', cursive;
	color: #fff;
	font-size: 55px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.opening-box p {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 600;
}

.side_bg {
	position: absolute;
	left: 125px;
	z-index: 99;
	top: 30px;
}


/*================================================
14 - CONTACT AREA CSS
==================================================*/

.droome-contact-area {
	background: #d687a11a none repeat scroll 0 0
}

.droome-contact-area .site-heading>p {
	left: 27%
}

.contact-left {
	background: #fff none repeat scroll 0 0;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1
}

.contact-left:after {
	position: absolute;
	content: "";
	background: url(../img/food.png);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact-left form p {
	margin-bottom: 20px;
	position: relative
}

.contact-left form p:last-child {
	margin-bottom: 0;
}

.contact-left form p input {
	width: 100%;
	border-bottom: 2px solid #333;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 5px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	background: transparent
}

.contact-left form p textarea {
	border-bottom: 2px solid #333;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	padding: 5px;
	color: #333;
	box-sizing: border-box;
	background: transparent
}

.contact-left form p button {
	background: #a7965e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	border: medium none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.contact-left form p button:hover {
	background: #121212 none repeat scroll 0 0
}

.input:focus {
	outline: none;
}

.input:focus+.underline,
.input:focus+.textarea_u {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.underline {
	background-color: #a7965e;
	display: inline-block;
	height: 2px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	bottom: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;
}

.textarea_u {
	bottom: 3px
}

.single-contact-info h3 {
	font-family: 'Montserrat', sans-serif;
	color: #111;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 600;
    line-height: 40px
}

.single-contact-info h3 span {
	display: block
}

.single-contact-info {
	margin-top: 15px;
}

.info-contact-details p span {
	font-weight: 600;
	color: #333;
	width: 8%;
	display: inline-block
}

.info-contact-details p a {
	color: #333
}

.info-contact-details p a:hover {
	color: #a7965e
}


/*================================================
15 - FOOTER AREA CSS
==================================================*/

.droome-footer-area {
	background: #a7965e none repeat scroll 0 0
}

.footer-box {
	text-align: center;
}

.social-footer {
	text-align: center;
	margin-bottom: 15px
}

.social-footer li {
	display: inline-block;
	margin: 0 11px;
}

.social-footer li a {
	font-size: 23px;
	color: #a7965e;
}
.information_links{
	font-size: 19px;
	
}
.information_links li{
	margin-top:10px;
	margin-bottom:10px;
	line-height:38px;
	color:#000;
	font-size:16px;
}
.address_links{
	font-size: 16px;
}
.address_links li{
	margin-top:10px;
	margin-bottom:10px;
	line-height:38px;
	color:#000;
}
.address_links li i{
	color: #a7965e;
}
.social-footer li a:hover {
	color: #333
}

.footer-box p {
	color: #000;
	text-transform: capitalize;
}

.waviy {
	position: relative;
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
	font-size: 60px;
  }
  .waviy span {
	font-family: 'Alfa Slab One', cursive;
	position: relative;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	animation: waviy 1s infinite;
	animation-delay: calc(.1s * var(--i));
	
  }
  @keyframes waviy {
	0%,40%,100% {
	  transform: translateY(0)
	}
	20% {
	  transform: translateY(-20px)
	}
  }

  @media only screen and (min-width: 320px){
	.waviy {
		position: relative;
		-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
		font-size: 42px;
	  }
  }

  .zoom-in-out-box {
    animation: zoom-in-zoom-out 4s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }


  h4.widget-title {
    font-weight: 700;
	font-family: special-font;
}

/* .home-testimonial{background-color: #000000;height: 515px}.home-testimonial-bottom{transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 0px;position: relative;height: 211px;top: 190px}.home-testimonial h3{color: var(--orange);font-size: 14px;font-weight: 500;text-transform: uppercase}.home-testimonial h2{color: white;font-size: 50px;font-weight: 700}.testimonial-inner{position: relative;top: -174px}.testimonial-pos{position: relative;top: 24px}.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px;min-height: 291px;}.color-grey-3{font-family: "Montserrat", Sans-serif;font-size: 16px;color: #000000}.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}.link-name{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #000000; font-weight: 700;}.link-position{font-family: "Montserrat", Sans-serif;font-size: 12px;color: #6c83a2} */

.testimonial {
	/* background-color: #c04b7354; */
	border-radius: 5px;
	padding: 40px 25px 25px;
	flex-grow: 1;
	flex-basis: 280px;
	max-width: 360px;
	position: relative;
	border: 1px solid #a7965e;
  }
  .testimonial__text {
	font-weight: normal;
	font-size: 1.1rem;
	line-height:38px;
	margin-bottom: 1.5625rem;
	text-align: center;
  }
  .testimonial__job {
	font-weight: normal;
	font-size: 0.5rem;
	line-height: 10px;
	letter-spacing: 0.5px;
  }
  .testimonial__name {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 17px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
  }
  .testimonial__img {
	text-align: center;
	/* display: inline-block;
	width: 60px;
	margin-right: 10px; */
  }
  .testimonial__img img {
	vertical-align: bottom;
	border-radius: 50%;
  }
  .testimonial__info {
	margin-top:10px;
	text-align: center;
  }
  
  .container--testimonials {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 40px;
	justify-content: center;
	padding: 45px 45px 90px;
  }
  @media (min-width: 78.125em) {
	.container--testimonials {
	  padding: 0;
	  max-width: 1160px;
	}
  }

  :root {
	--white: white;
	--card-blue: #202a3c;
	--bg-blue: #0b1523;
	--base-font: "Open Sans", sans-serif;
  }

  .logo img{
	height:115px;
	border-radius:50%;

  }

  .tiles-orange-3d {
    color: #fff;
    background: rgb(255,168,76);
    background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
    background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
}

.tiles-grey-3d {
    color: #fff;
    background: #a7965e;
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%);
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
}
@media only screen and (min-width: 320px) {
    
    .tiles-box {
        width: 100% !important;
        min-height: 90px;
        font-size:16px;
		/* background-color: #a7965e; */
		border-radius: 30px;
		border: 1px solid white;
    }

    .tiles-box > h3 {
		font-size: 23px;
        text-align: center;
    padding: 22px;
	color: white;
	font-weight: 800;
    }
	.ties-box > p{
		font-size: 23px;
		text-align: center;
		color: white;
	}
	.tiles-box p{
		color: white;
		text-align: center;
		padding: 20px;
		font-weight: 800;
	}
}
  .whatweoffer p{

		background-color:#000;
		color:#fff;
		border-radius:22px;
		padding:8px 22px;
		text-align: center;
		font-size:20px;
		margin:10px 0px;
		box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

	}
	.about-group p{

			color:#fff;
			font-size:18px;
			line-height:38px;
	}
	.about-group ul{

			padding-left:28px;	
	}

	.about-group ul li{

			list-style-type: circle;
			font-size:18px;
			color:#fff;
			line-height:38px;
			margin:10px 0px;
	}
	.about-group img{

			width:100%;
			border-radius:28px;
			background-color:#fff;
			padding:12px;
			box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	}
.home-testimonial{

	background: #f5fcff none repeat scroll 0 0;
}
.home-testimonial .read-more{

		background-color:#000;
		color: #fff;
		padding:8px 28px;
		border-radius:22px;
		margin:50px auto;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media(max-width:769px){

		.logo img{

				height:42px !important;		}
}
.special-font{

		font-family:u;
}

@font-face {
  font-family: special-font;
  src: url(../fonts/Kugile_Demo.ttf);
}