@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

@font-face {
	font-family: "Raleway-Light";
	src: url('../fonts/Raleway-Light.ttf');
	font-weight: 300;
}
@font-face {
	font-family: "Raleway-Regular";
	src: url('../fonts/Raleway-Regular.ttf');
	font-weight: 400;
}
@font-face {
	font-family: "Raleway-SemiBold";
	src: url('../fonts/Raleway-SemiBold.ttf');
	font-weight: 600;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Raleway-Regular" !important;
	font-size: 14px;
	overflow-x: hidden;
	font-weight: 400 !important;
}
html * {
	outline: none;
}
ol, ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
}
outline {
	border: 0;
}
.lft {
	float: left;
}
.rgt {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
a, input, textarea {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
/***********HOME-PAGE-CSS-start************/





/****** Loader Start *******/
.loader-screen {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 9999999;
	display: block;
	left: 0;
	right: 0;
}
#loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
	max-width: 300px;
}
/****** Loader End *******/

/************* Scroll top *************/
.blck-tape a {
	color: #fff;
}
.blck-tape a:hover {
	color: #fff;
	text-decoration: none;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #B05514 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover {
	background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: rgb(249, 161, 27);
	opacity: 1;
}
/***********Scroll top-end*****************/
/***********map-scroll-off***********/
.map-container {
	width: 100%;/*margin: 50px 0 3000px;*/
}
.map-container p {
	margin: 0 !important;/*margin: 50px 0 3000px;*/
}
.map-container iframe {
	width: 100%;
	height: 350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked {
	pointer-events: auto;
}
/*********end**********/

/************* INDEX **************/

/******* header ***********/

.logo-area img {
	position: absolute;
	z-index: 99999;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.main-banner {
	position: relative;
	background-attachment: fixed !important;
	background-size: cover !important;
	min-height: 725px;/* background: #222; */
}
.banner-text-block {
	position: absolute;
	z-index: 99999;
	top: 31%;
	width: 800px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.banner-text-block h3 {
	color: #fff;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
.banner-text-block h3::before {
	position: absolute;
	content: "";
	width: 180px;
	height: 2px;
	background: #fff;
	top: 15px;
	left: 110px;
}
.banner-text-block h3::after {
	position: absolute;
	content: "";
	width: 180px;
	height: 2px;
	background: #fff;
	top: 15px;
	right: 110px;
}
.banner-text {
	margin: 0 auto;
	padding: 10px;
	background: rgba(0,0,0,0.3);
	border: 4px solid #fff;
	display: block;
}
.banner-content h2 {
	color: #fff;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	font-size: 37px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	line-height: 50px;
	text-transform: uppercase;
}
.banner-content {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: rgba(0,0,0,0.3);
	border: 4px solid #fff;
}
/********* menu part ************/

.menu-toggle {
	display: none;
}
.menu li {
	display: inline-block;
}
.menu {
	text-align: center;
	display: block;
	margin: 0px;
}
.menu li a {
	padding: 40px 40px 40px 0;
	display: block;
}
.menu li a {
	padding: 40px 30px;
	display: block;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.menu li a:hover {
	background: #99522f;
}
.main-menu {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	bottom: 65px;
	z-index: 9999;
}
.menu li a:hover::before {
	position: absolute;
	content: "\f0f4";
	width: 18px;
	height: 18px;
	font-size: 18px;
	color: #fff;
	font-family: FontAwesome;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.menu li.active a {
	background: #99522f;
}
.menu li.active a::before {
	position: absolute;
	content: "\f0f4";
	width: 18px;
	height: 18px;
	font-size: 18px;
	color: #fff;
	font-family: FontAwesome;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/************** about section *****************/

.about-text {
	background: #222;
	padding: 60px 40px 40px 40px !important;
}
.about-text h3 {
	font-size: 32px;
	color: #fff;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
}
.no-padding {
	padding: 0 !important;
}
.about-text p {
	font-family: "Raleway-Light";
	font-weight: 300;
	font-size: 15px;
	color: #777;
	line-height: 25px;
	margin-bottom: 30px;
}
.about-text h4 a {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}
.about-block {
	margin-top: -65px;
}
.about-content h3 {
	font-size: 32px;
	color: #8d380e;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-align: center;
}
.about-content p {
	font-family: "Raleway-Light";
	font-weight: 300;
	font-size: 15px;
	color: #8d380e;
	line-height: 25px;
	margin-bottom: 30px;
	text-align: center;
}
.about-content h4 {
	text-align: center;
}
.about-content h4 a {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 18px;
	color: #8d380e;
}
.about-image {
	box-shadow: 0 0 5px #808080;
}
.about-image img {
	width: 100%;
}
.about-content {
	box-shadow: 0 0 5px #808080;
	padding: 6px 20px;
	background: #fff;
}
/************ menu *************/

.title h3 {
	font-size: 32px;
	color: #8d380e;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}
.title h4 {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 20px;
	color: #8d380e;
	text-align: center;
}
.combo-list {
	margin-top: 100px;
}
.combo-list h4 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 20px;
	color: #8d380e;
	position: relative;
	margin-bottom: 25px;
}
.combo-list h4::before {
	position: absolute;
	content: "";
	background: url(../images/lunch.png) no-repeat;
	width: 98px;
	height: 67px;
	bottom: 30px;
	background-position: 0px -67px;
}
.combo-list h4:hover::before {
	background-position: 0px 0px;
}
.combo-details ul li h3 {
	font-size: 20px;
	color: #8d380e;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 44px;
	text-transform: uppercase;
	border-bottom: 1px dashed #8d380e;
	padding-bottom: 10px;
}
.combo-details ul li h3 span {
	font-size: 30px;
	color: #525252;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	float: right;
}
.combo-details ul li p {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 16px;
	color: #525252;
	line-height: 25px;
	margin-bottom: 20px;
}
.combo-details ul li p span {
	font-size: 20px;
	color: #525252;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	float: right;
}
.combo-details {
	padding: 10px;
	background: rgba(255,255,255,0.7);
	border-top: 4px solid #525252;
	height: auto;
}
.menu-recipe {
	background-size: 100% 100% !important;
	background-color: #f7f7f7 !important;
	padding: 100px 0 40px 0;
	margin-top: -50px;
}
.combo-list2 {
	margin-top: 100px;
}
.combo-list2 h4 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 20px;
	color: #8d380e;
	position: relative;
	margin-bottom: 25px;
}
.combo-list2 h4::before {
	position: absolute;
	content: "";
	background: url(../images/brekky.png) no-repeat;
	width: 98px;
	height: 67px;
	bottom: 30px;
	background-position: 0px -67px;
}
.combo-list2 h4:hover::before {
	background-position: 0px 0px;
}
.combo-details:hover .combo-list2 h4 {
	color: #525252;
}
/*.combo-list p {
	height: 50px;
	color: #222;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 16px;
}
.combo-list2 p {
	height: 50px;
	color: #222;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 16px;
}
*/
.menu-btn {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.view-btn {
	display: inline-block;
}
.view-btn h4 {
	margin: 30px -42px 20px 68px;
	padding: 15px 5px;
	background: transparent;
	border: 3px solid #8D380E;
}
.view-btn h4 a {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background: #8d380e;
	padding: 10px 80px 10px 80px;
}
.view-btn h4 a:hover {
	color: #8d380e;
	background: #fff;
}
/****************** application ***************************/

.application-part {
	/* background-attachment: fixed !important; */
	/* background-size: cover !important; */
	padding: 50px 0;
	background: #f3f3f3 !important;
}
.app-content h2 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 40px;
	color: #FF6600;
	text-align: right;
}
.app-content h3 {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 36px;
	color: #FF6600;
	text-align: right;
}
.app-content h3 span a {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 40px;
	color: #FF6600;
}
.app-content h1 i {
	font-size: 142px;
	color: #FF6600;
	float: right;
}
.app-content h4 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 30px;
	color: #FF6600;
	text-align: right;
	padding: 0 0 30px 220px;
}
/************* video part ***************/

.video-part {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.video-section {
	line-height: 0;
}
.video-section iframe {
	width: 100%;
	min-height: 500px;
	margin: 50px 0 0 0;
}
.video-content h4 {
	font-family: "Raleway-Semibold";
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.video-content h4::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 125px;
	background: rgba(0,0,0,0.5);
	top: -60px;
	right: -180px;
}
.video-content {
	padding: 60px 30px 60px 90px !important;
	background: rgba(0,0,0,0.5);
}
/********** Footer Area ****************/

.footer-area {
	background: #454545;
	padding: 10px 0;
}
.footer-logo img {
	padding: 22px 0 14px;
	display: block;
	margin: 0 auto;
}
.map-container iframe {
	height: 212px;
}
.footer-social ul li {
	clear: both;
	line-height: 30px;
}
.footer-social ul li a {
	color: #fff;
	font-size: 14px;
	font-family: "Raleway-Regular";
	font-weight: 400;
	line-height: 31px;
}
.footer-social ul li i {
	font-size: 16px;
	padding-top: 8px;
	padding-right: 8px;
	float: left;
}
.footer-social ul li p {
	font-size: 14px;
	padding-right: 8px;
	color: #fff;
	font-family: "Raleway-Regular";
	font-weight: 400;
}
.footer-link-heading h1 {
	font-size: 26px;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	padding-top: 0px;
	color: #fff;
	text-transform: uppercase;
}
.footer-links ul li {
	font-size: 14px;
	font-family: "Raleway-Regular";
	font-weight: 400;
	padding-top: 6px;
	text-transform: capitalize;
}
.footer-links ul li a {
	color: #fff;
}
.footer-links {
	padding-left: 20px;
}
.footer-links iframe {
	padding: 20px 0;
	width: 100%;
}
.form-link-heading h1 {
	font-size: 26px;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	padding: 60px 0 30px;
	color: #fff;
	text-transform: uppercase;
}
.footer-blog .fb-page {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 140px;
}
/*********** Form Area Css ****************/

.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"], .form-area textarea {
	background: none;
	border: 0;
	border: 2px solid #e0946f;
	color: #fff;
	width: 100%;
	padding: 14px 16px;
	margin: 0 0 10px;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 15px;
	border-radius: 8px;
}
.form-area input[type="submit"] {
	border: 0;
	background: #e0946f;
	text-align: center;
	color: #fff;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	margin: 20px auto 0;
	display: block;
	padding: 15px 0;
	border-radius: 8px;
	margin: 0px;
	margin-bottom: 60px;
}
.form-area input[type="submit"]:hover {
	background: #fff;
	color: #e0946f;
}
/*********** Form Area Css End ****************/

.copyright, .onq-link {
	margin: 14px 0 0 0;
}
.copyright p {
	color: #fff;
	text-align: left;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}
.onq-link p {
	color: #fff;
	text-align: left;
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}
.onq-link p a {
	color: #fff;
	text-align: right;
	font-family: "Raleway-Regular";
	font-weight: 400;
	text-transform: uppercase;
}
.media-link ul li {
	float: none;
	display: inline-block;
	padding-right: 15px;
	font-size: 30px;
}
.media-link ul {
	margin: 0;
}
.media-link {
	text-align: center;
	display: block;/* margin: 0px auto 0 97px; */
}
.media-link ul li a {
	color: #fff;
}
.media-link ul li a:hover, .footer-links ul li a:hover {
	color: #E0946F;
}
.footer-bottom-area {
	background: #222;
	padding: 0 0 15px;
}
.onq-link p a:hover {
	color: #B05514;
}
.footer-social ul li a:hover {
	color: #E0946F;
}
/******gallery*********/
.hovereffect {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;/* margin-bottom: 35px; *//* border: 10px solid #fff; */
	/* box-shadow: 0px 4px 10px #666; */
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(141,56,14,0.7);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100% !important;
	height: 250px !important;
	object-fit: cover;
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}
.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 50px 0 0;
	padding: 7px 14px;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.hovereffect:hover h2, .hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.hovereffect .overlay h5 {
	color: #f2f2f2;
	text-align: left;
	font-size: 18px;
}
.hovereffect .overlay p {
	color: #fff;
	text-align: left;
}
.overlay-text {
	margin: 50% 0 0 15%;
}
.hovereffect .overlay i {
	font-size: 40px;
	color: #fff;
	padding: 29%;
}
.gallery-main-slider .owl-prev {
	background-image: url(../images/gal-prev.png);
	height: 27px;
	width: 27px;
	text-indent: -10000px;
	display: inline-block !important;
	margin-right: 10px;
}
.gallery-main-slider .owl-next {
	background-image: url(../images/gal-next.png);
	height: 27px;
	width: 27px;
	text-indent: -10000px;
	display: inline-block !important;
}
.site-title h2 {
	text-align: center;
	padding: 57px 50px 5px;
	font-size: 30px;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	color: #8d380e;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 50px;
	display: inline-block;
	text-align: center;
	border-bottom: 5px solid #8d380e;
}
.site-title h2::after {
	position: absolute;
	background: url(../images/line1.png) center no-repeat;
	content: '';
	width: 85px;
	height: 33px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gallery-main-slider {
	padding-top: 30px;
}
.gallery-main-slider .owl-nav {
	position: absolute;
	top: -23px;
	right: 10px;
}
/*.gallery-main {
	padding-bottom: 60px;
}*/
.site-title {
	text-align: center;
}
/********end*******/
/******** Specialities Start *******/
.specialities-details {
	background: url(../images/special-bg.jpg) no-repeat 0 0;
	padding: 125px 0 136px;
	background-size: cover;
}
.specialities-details ul {
	text-align: center;
}
.specialities-details ul li {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 42px 0 0;
	padding: 0 42px 0 0;
	/*border-right: 5px solid #fff;*/
	position: relative;
}
.specialities-details ul li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.specialities-details ul li:last-child::after {
	background: none;
}
.specialities-details ul li::after {
	position: absolute;
	right: 0;
	top: 25px;
	width: 5px;
	height: 86px;
	background: #fff;
	z-index: 9;
	content: '';
	bottom: 0;
}
.specialities-details h2 {
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0;
}
.specialities-details h2 a {
	color: #fff;
}
.specialities-details ul li img {
	margin: 0 0 36px;
}
/******** Specialities End *******/

/************** INNER PAGE START ****************/
/***********************************************/
/************* CONTACT PAGE **************/
.inner-contact {
	padding: 30px 0 40px;
}
.inner-contact h2 {
	font-family: "Raleway-SemiBold";
	text-align: center;
	color: #8d380e;
	text-transform: capitalize;
	margin: 0;
}
.call, .mail, .address {
	text-align: center;
	border: 1px solid #8d380e;
	padding: 40px 0 20px;
	margin: 60px 0 0;
	position: relative;
}
.contact-info h3 {
	font-size: 24px;
	line-height: 26px;
	font-family: "Raleway-SemiBold";
	margin: 0 0 15px;
}
.contact-info p {
	font-size: 16px;
	line-height: 26px;
	font-family: "Raleway-Regular";
	margin: 0 0 10px;
}
.contact-info p a {
	color: #000;
}
.contact-info p a:hover {
	color: #8d380e;
}
.contact-info i.fa {
	width: 60px;
	height: 60px;
	background: #8d380e;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 55px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -33px;
}
.contact-form {
	margin-top: 60px;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
	background: none;
	border: 1px solid #8d380e;
	width: 100%;
	margin: 0 0 20px;
	padding: 14px 10px;
	color: #000;
}
.contact-form textarea {
	resize: none;
	height: 300px;
}
.contact-form input[type="submit"] {
	border: 0;
	width: 100px;
	height: 50px;
	margin: 0 auto;
	display: block;
	background: #8d380e;
	color: #fff;
	font-size: 20px;
	border: 1px solid #8d380e;
}
.contact-form input[type="submit"]:hover {
	background: #fff;
	color: #8d380e;
	border: 1px solid #8d380e;
}
/****** about us page ******/
.inner-about {
	padding: 30px 0 100px;
	text-align: center;
}
.inner-about h2 {
	margin: 0 0 15px;
	font-size: 36px;
	font-family: "Raleway-SemiBold";
	line-height: 38px;
}
.inner-about h4 {
	font-family: "Raleway-Light";
	font-size: 20px;
	line-height: 30px;
	width: 39%;
	margin: 0 auto 40px;
}
.inner-about-detail {
	position: relative;
}
.inner-about-text {
	/*	position: absolute !important;
	right: 85px;
	top: 0px;
*/	padding: 26px !important;
	border: 4px solid #8d380e;
	background: rgba(255,255,255,0.8);
}
/*.inner-about-text:before{
	position:absolute;	
	left:0;
	top:0;
	content:'';
	z-index:9;
	width:100%;
	height:100%;
	border:2px solid #8d380e;
}*/
.inner-about-text p {
	font-family: "Raleway-Regular";
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
}
.inner-about-text h3 {
	font-family: "Raleway-SemiBold";
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
}
.inner-about-img img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	margin: 60px 0 0;
}
/****** Menu Page ******/
.inner-title h3 {
	font-size: 32px;
	color: #8d380e;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}
.inner-title h4 {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 20px;
	color: #8d380e;
	text-align: center;
}
.inner-title h4 a {
	color: #8d380e;
}
.inner-combo-list {
	margin-top: 100px;
}
.inner-combo-list h4 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 20px;
	color: #8d380e;
	position: relative;
	margin-bottom: 25px;
}
.inner-combo-list h4::before {
	position: absolute;
	content: "";
	background: url(../images/lunch.png) no-repeat;
	width: 98px;
	height: 67px;
	bottom: 30px;
	background-position: 0px -67px;
}
.inner-combo-list h4:hover::before {
	background-position: 0px 0px;
}
.inner-combo-details ul li h3 {
	font-size: 20px;
	color: #8d380e;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	border-bottom: 1px dashed #8d380e;
	padding-bottom: 10px;
}
.inner-combo-details ul li h3 span {
	font-size: 30px;
	color: #525252;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	float: right;
}
.inner-combo-details ul li p {
	font-family: "Raleway-Regular";
	font-weight: 400;
	font-size: 16px;
	color: #525252;
	line-height: 25px;
	margin-bottom: 30px;
}
.inner-combo-details ul li p span {
	font-size: 20px;
	color: #525252;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	float: right;
}
.inner-combo-details {
	padding: 10px;
	background: rgba(255,255,255,0.7);
	border-top: 4px solid #525252;
	height: auto;
}
.inner-menu-recipe {
	background-size: 100% 100% !important;
	background-color: #f7f7f7 !important;
	padding: 100px 0 40px 0;
	margin-top: -50px;
}
.inner-combo-list2 {
	margin-top: 100px;
}
.inner-combo-list2 h4 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 20px;
	color: #8d380e;
	position: relative;
	margin-bottom: 25px;
}
.inner-combo-list2 h4::before {
	position: absolute;
	content: "";
	background: url(../images/brekky.png) no-repeat;
	width: 98px;
	height: 67px;
	bottom: 30px;
	background-position: 0px -67px;
}
.inner-combo-list2 h4:hover::before {
	background-position: 0px 0px;
}
.inner-combo-details:hover .inner-combo-list2 h4 {
	color: #525252;
}
.inner-header {
	position: relative;
	background: #000;
}
.inner-header .logo-area img {
	position: absolute;
	top: 0;
	left: 40px;
	width: 240px;
	margin: 10px 0;
}
.inner-header .main-menu {
	position: inherit !important;
	bottom: 0 !important;
}
.toggle-height {
	height: 561px;
	overflow: hidden;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}
.toggle-height.full-height {
	height: auto
}

.new-menu .lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	position: absolute;
	top: -30px;
	right: 15px;
}



.inner-catering-list h4::before {
	position: absolute;
	content: "";
	background: url(../images/catering.png) no-repeat;
	width: 90px;
	height: 50px;
	bottom: 30px;
	background-position: 0px -53px;
}
.inner-catering-list h4:hover::before {
	background-position: 0px 0px;
}
.inner-catering-list h5 {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 16px;
	color: #8d380e;
	margin-bottom: 15px;
}
.inner-catering-list p {
	font-family: "Raleway-Semibold";
	font-weight: 600;
	font-size: 12px;
	color: #222;
	margin-bottom: 15px;
}
.inner-catering-list p span {
	font-size: 16px;
	color: #525252;
	font-family: "Raleway-SemiBold";
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	float: right;
}