@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
	font-family: 'Lato', sans-serif;
	background: #ffffff;
	font-size: 16px;
	color: #6f6f6f;
}
a, header .navbar-default, button, :after, :before, .icon, .header .navbar-brand img, header.affix .navbar-brand img, .call-us:hover .icon-call, .footer-icon-list .icon-box:hover i, .call-us .icon-call, header.affix .navbar .call-us, header .navbar .call-us {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
a:hover, a:focus {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	outline:none;
}
a {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	color: #444444;
}
button {
	outline: none !important;
}
p {
	color: #6f6f6f;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background: #fff url(../images/angle-down.png) no-repeat right center !important;
	padding-right: 30px !important;
}
a, .single-benefit, .single-benefit .icon {
	-webkit-transition-property:all;
	transition-property:all;
 -webkit-transition-duration:.6s;
 transition-duration:.6s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
}
header {
	-webkit-transition-property:all;
	transition-property:all;
 -webkit-transition-duration:.2s;
 transition-duration:.2s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
}
.btn {
	border-radius:10px;
	font-size: 18px;
	padding: 6px 24px;
	cursor: pointer;
	font-weight: 500;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
}
.btn:hover {
	background: #006f3b;
	color: #ffffff;
}
select::-ms-expand {
display:none
}

::placeholder {
 color: #ffffff;
 opacity: .5; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffffff;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #ffffff;
}

/* ============== Begin Heading ============= */
.heading-left h2 {
	font-size: 50px;
	font-weight: 700;
	margin-top:0px;
}
.heading-left h2 span {
	font-size: 16px;
	display: block;
	font-weight: normal;
	position: relative;
	padding-left: 50px;
	margin-bottom: 5px;
}
.heading-left h2 span:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background: #f36b35;
	top: 50%;
	left: 14px;
	transform: translate(-50%, -50%);
}
 .heading-left h2 span::after {
 content: '';
 position: absolute;
 width: 10px;
 height: 10px;
 background: #ffffff;
 top: 50%;
 left: 31px;
 transform: translate(-50%, -50%);
 border-radius: 50%;
 border: 3px #f36b35 solid;
}
.heading {
	position: relative;
	margin-bottom: 35px;
	text-align:center;
}
.heading h2:before {
    content: "";
    background: url(../images/food_hr_left.png) no-repeat;
    width: 185px;
    height: 75px;
    display: inline-block;
}
.heading h2:after {
    content: "";
    background: url(../images/food_hr_right.png) no-repeat;
    width: 185px;
    height: 75px;
    display: inline-block;
}

.heading h2 span {
    vertical-align: top;
    display: inline-block;
}
.heading h2 {
	font-size: 50px;
	font-weight: 700;
	margin-top:0px;
	margin-bottom: 0px;
}
/* ============== End Heading ============= */

/* ============== Begin Header ============= */

header {
	width:100%;
	position: fixed;
	z-index: 99;
}
header .navbar-default {
	padding: 13px 0;
	background: #fbfbfb;
	border: 0px;
	margin: 0px;
	height: 100px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
}
header.affix .navbar-default {
	height: 80px;
}
header.affix .menu .navbar-nav {
	float: right;
	padding: 15px 0px;
}
header.affix .btn.other-link {
	margin-top: 15px;
}
header .navbar-brand {
	height: 74px;
	padding: 0px 0px;
	margin-left: 0px !important;
}
header .menu {
	width: 70%;
	float: left;
}
header .menu .navbar-nav {
	float: right;
	padding: 15px 0px;
	display: none;
}
header .navbar-default .navbar-nav > li {
	padding-left:45px;
}
header .navbar-default .menu .navbar-nav > li > a {
	color: #555555;
	opacity: 1;
	font-size: 18px;
	padding: 10px 0px;
}
header .navbar-default .menu .navbar-nav > li > a:hover {
	border-bottom: 2px solid #006f3b;
	opacity: 1;
	color: #006f3b;
}
header.affix .menu {
	width: 72%;
	float: left;
}
header .btn.other-link {
	float: right;
	background: #dfce0e;
	color: #fff;
	font-weight:500;
	margin-top: 25px;
}
header .navbar-brand img {
	height:74px;
}
header.affix nav.navbar.navbar-default {
	border-radius:0px;
	background: #fbfbfb;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.67);
	padding: 8px 0;
}
header.affix .navbar-brand {
	height: 64px;
}
header.affix .navbar-brand img {
	height: 64px;
}
header.affix .navbar-default .menu .navbar-nav > li > a {
	color: #21567c;
	opacity: 1;
}
.call-us {
	float: right;
	width: 165px;
	padding: 12px 0;
}

.call-us .icon-call {
    float: left;
    position: relative;
    margin-right: 15px;

}
.call-us .icon-call i {
/*	font-size: 25px;
	color: #f8991d;
	position: absolute;
	transform: translate(50%, 50%);
	line-height: 22px;*/
	background:url(../images/whatsapp_icon.png) no-repeat;
	height:45px;
	width:45px;
}
.call-us .icon-call i.fa-phone:before {
	display:none;
}
.call-us .icon-num {
	float: right;
	font-size: 18px;
	font-weight: 700;
	color: #444444;
}
.call-us .icon-num span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #7b7b7b;
}
.call-us:hover .icon-call {
	transform: rotate(360deg);
}
/* ==== Begin Affix Header === */


/* ============== End Header ============= */

/* ============== Begin Food Menu wrp ============= */


.menus-wra-box {
	padding: 70px 0 70px 0px;
	width: 100%;
	margin-top: 24px;
	display: inline-block;
}
.menu-wra {
	float: left;
	width: 100%;
	position:relative;
}

.menu-wra:after {
	content: " ";
    position: absolute;
    width: 10px;
    background: url(../images/devider_menus.png);
	background-repeat:repeat-y;
    height: 100%;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu-box h3 {
	font-size: 25px;
	font-weight: 900;
	margin-top: 0px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.menu-box h3:before {
	content: '';
	background: #f5971d;
	position: absolute;
	z-index: 9;
	width: 37px;
	height: 2px;
	left: 3px;
	bottom: 0;
	text-align: center;
}
.menu-box h3:after {
    content: '';
    background: url(../images/veg-icon.jpg) 10px 4px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9;
    width: 40px;
    height: 36px;
    margin-left: 5px;
}


.menu-list li h4 span + span {
	float: right;
	font-size: 20px;
	font-weight: 800;
	color: #444444;
}
.menu-box ul.menu-list {
	padding-left: 0px;
}
.menu-list:before {
	content: '';
	background: url(../images/menus_bg_img.png) 0px 20px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -9;
	width: 510px;
	height: 630px;
	margin-left: 0px;
	left:0;
}
.menu-list li {
	list-style: none;
}
.menu-list li + li {
	border-top: 1px #d1d1d1 solid;
	padding-top: 5px;
	margin-top: 20px;
}
.menu-list li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #070707;
}
.menu-list li h4 span {
	font-size: 15px;
	font-style: italic;
	color: #555555;
}
.menu-list li h4 span + span {
	float: right;
	font-size: 20px;
	font-weight: bold;
}
.menu-list li p {
	font-size: 11.5px;
}
.btn.order-now-btn {
	padding: 1px 5px;
	border-radius: 5px;
	font-size: 13px;
	background: #86b745;
	font-weight: bold;
	color: #fff;
}
.btn.order-now-btn:hover {
	background:#006f3b;
	color:#ffffff;
}
.image-box {
	margin-left: 60px;
}
.image-box img {
	width: 100%;
	float: left;
	margin-top: 14px;
	height: 100%;
	box-shadow: 0px 0px 33px rgb(0 0 0 / 0.2);
	border-radius: 30px;
}
.menu-box.non-veg-menu  h3 {
	margin-top: 0px;
}
.menu-box.non-veg-menu h3:after {
	content: '';
	background: url(../images/non_veg_icon.jpg) 10px 4px;
	background-repeat:no-repeat;
}
.menu-box.non-veg-menu .image-box img {
	margin-top: 0px;
	height: 100%;
}


.menu-box.non-veg-menu{
    padding: 0px 0px 0px 30px;
}
.menu-box {
    padding-right: 30px;
}
/* ============== Begin Feature ============= */

.features-wrp {
	padding: 70px 0px;
	background: #f5f5f5;
	border-top: 1px #eae5e5 solid;
	border-bottom: 1px #eae5e5 solid;
}
.features-wrp p {
	margin: 20px 0;
	line-height: 24px;
}
.features-wrp .heading-left h2 {
	font-size: 35px;
}
ul.feature-points {
	padding: 0;
	margin: 0px;
}
.feature-points li {
	list-style: none;
	line-height: 22px;
	padding-left: 30px;
	position: relative;
}
.feature-points li + li {
	margin-top: 20px;
}
.feature-points li i {
	font-size: 25px;
	color: #f8991d;
	position: absolute;
	content: '';
	left: 0px;
}
.features-wrp .image-box {
	margin-left: 0px;
}
.features-wrp .image-box img {
	width: 100%;
	float: left;
	margin-top: 0px;
	height: 100%;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
	border-radius: 20px;
}
/* ============== End  Feature ============= */
.features-wrp.other-features-wrp {
	padding: 70px 0px;
	background: #ffffff;
	border-top: none;
	border-bottom: 1px #eae5e5 solid;

}

/* ============== Begin New Feature ============= */


/* ============== Begin New Feature ============= */



/* ============== Begin Footer ============= */	
footer {
	background: #f4f5f6;
}

.footer-icon-list {
	padding:70px 0;
}
.footer-icon-list .icon-box {
	text-align: center;
}
.footer-icon-list {
	display: inline-block;
}
.footer-icon-list .icon-box .dscb h4 {
	font-size:20px;
	color: #222222;
	font-weight: 800;
	margin-bottom: 15px;
}
.footer-icon-list .icon-box .dscb p {
	font-size:18px;
}
.footer-icon-list .icon-box .icon i {
	font-size: 30px;
	margin-bottom: 20px;
	color: #f8991d;
}
.footer-icon-list .icon-box:hover i {
	transform: rotate(360deg);
}
.footer-icon-list {
	float: left;
	width: 100%;
}

.copyright {
	text-align: center;
	background: #e4e6e8;
	color: #484848;
	padding: 15px 0;
}
