@import url('https://fonts.googleapis.com/css2?family=Geologica&family=Roboto&display=swap');
a{text-decoration:none!important;}
li{list-style-type: none!important;}
html{scroll-behavior: smooth;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.fullpad{padding:0!important; margin:0!important;}
.pad{padding:90px 0;}
.poppins{font-family: 'Geologica', sans-serif;}
.nunito{font-family: 'Roboto', sans-serif;}
.w-400{font-weight: 400;}
.w-500{font-weight: 500;}
.w-600{font-weight: 600;}
.lh-28{line-height: 28px;}
.headbg {background-color: #763918; padding: 13px 0;}
.clr1{color:#763918;}
.smallfnt{font-size: 14px;}
.footer-icn {
	background-color: #eee;
	color: #000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;}
.logo{width:250px;}	
.order-btn{background-color: #f05925; color:#fff!important; padding:15px 15px; border-radius:5px; font-size: 16px;}
.navfont{font-size: 16px; font-family: 'Poppins', sans-serif;}
.topbrd {border-right: 1px solid white;}
.nav-dot{font-size: 13px; color: #f05925;}
.footer_content {
	padding-bottom: 50px;
	background-image: url("../images/footer-bg.png");
	background-size: cover;
	min-height: 600px;
	padding-top: 200px;}
.footer-bg{background-color: #ffc901;}
.contact_banner{
	background-image: url("../images/contactus_banner.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:150px 0;}
.contact_banner::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;}
.contact_bg{background-image: url("../images/git_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;}
.about_bg{background-image: url("../images/about_history.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position:relative;}
.about_bg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;}
.gallery_banner{
	background-image: url("../images/gallery_bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:150px 0;}
.gallery_banner::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;}
.about_banner{
	background-image: url("../images/about_banner.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:150px 0;}
.about_banner::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;}
.zoom figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.zoom figure:hover img {-webkit-transform: scale(1.2); transform: scale(1.2);}
.lightbox {position: fixed !important; top: 50px !important;}
.menu_banner{
	background-image: url("../images/menubg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:150px 0;}
.menu_banner::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.touch {transition: 0.5s; transform: translateY(0);}
.touch:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;}
.iconr i {
	color: #fff;
	font-size: 22px;
	background: #f05925;
	width: 55px;
	height: 56px;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;}
.service-bg{
	background-image: url("../images/service-bg-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.service-card.style1 {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	text-align: center;
	position: relative;
	padding: 105px 20px 25px;
	-webkit-transition: .4s;
	transition: .4s;}
.service-card {
	background-color: #fff;
	margin: 0 0 25px;
	position: relative;
	z-index: 1;
	border-radius: 5px;}
.service-card.style1::before {
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .8);
	width: 170px;
	height: 170px;
	border-radius: 50%;
	content: "";}
.service-card.style1 .service-img {
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 170px;
	height: 170px;
	background: rgb(221 221 221);
	border-radius: 50%;
	padding: 15px;
	display: block;
	margin: 0 auto;
	-webkit-transition: .4s;
	transition: .4s;}
.service-img img {border-radius: 50%;}
.service-card .service-info .service-title {font-size: 24px; margin: 0 0 10px;}
.service-card .service-info .service-title a {-webkit-transition: .4s; transition: .4s;}
.service-card .service-info p {margin: 0; -webkit-transition: .4s;transition: .4s;}
.service-card::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 0;
	height: 100%;
	background-color: #f05925;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .4s;
	transition: .4s;}
.service-card:hover::after {visibility: visible; opacity: 1;width: 100%;}
.service-card.style1:hover .service-info p {color: #fff;}
.service-card.style1:hover .service-info .service-title  {color: #fff;}
.smallborder1{width:90px; height:5px; margin: 0 auto; border-radius: 10px; background-color:#f05925;}
.smallborder2{width:90px; height:5px; background-color:#f05925; border-radius: 10px;}
.contact-form .form-control {height: 50px;}
.form-control{font-size: 14px!important;}
.formheight {height: 150px !important;}
.lets_bg {
	background: url(../images/contact_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;}
.con_block {
	text-align: left;
	width: 80%;
	background: #ffffffe3;
	margin-top: 7rem;
	margin-left: 5rem;
	padding: 3rem;}
.culinary_block {margin-top: 2rem;}
.culinary_block .culinary_img {
	position: relative;
	overflow: hidden;
	border-radius: 15px;}	
.culinary_block .culinary_img img {
	transform: scale(1);
	transition: all 0.5s;
	width: 100%;}
.culinary_block .culinary_text {
	position: absolute;
	top: 2rem;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 80%;
	border: 2px solid #fff;
	background: #00000052;
	height: 10rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	align-items: center;}
.culinary_block .culinary_text h3 {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	margin-top: 2rem;}
.culinary_block .culinary_text a {
	width: 13rem;
	display: inline-block;
	background: #ff6636;
	padding: 0.6rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0.8rem;}
.culinary_block:hover .culinary_img img {transform: scale(1.1); transition: all 0.5s;}
.culinary_block:hover .culinary_text {opacity: 1; visibility: visible;transition: all 0.5s;}
.parallax{
	background-image: url("../images/parallax.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:120px 0;}
.parallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;}	
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #ff4100; font-size: 55px; font-weight: 700;}
.bannerhead {color: #fff; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}    
.owl-nav{display:none!important;}
.owl-dots{padding-top:40px;}
.owl-dot.active span{color: #ff4100!important;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2 {bottom: 15px; right: 10px;}
.blink img{
    -webkit-animation: blink 1s;animation: blink 1s;
    -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}


@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}	
.con_block {margin: 1rem 0; width: 100%; padding: 2rem;}
.footer_content{background-position: center;}
.service-card.style1 .service-img {top: -30px;}
.service-card.style1::before {top: -30px;}
.service-card.style1 {padding: 151px 20px 25px;}
}	



@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}	
.con_block {margin: 1rem 0; width: 100%; padding: 2rem;}
.footer_content{background-position: center;}
}


#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}