body{
	background: #fddd78;
}
@font-face{
	font-family: '59481387';
	src : url('../font/59481387.ttf');
}
.wrapper{
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 0 auto;
}


.logo_panel{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px 15px 0px;
	float: left;
	box-sizing: border-box;
}

.logo{
	float: left;
}

.right_btn {
	float: right;
	margin-top: 30px;
}
.right_btn a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 17px;
	padding: 12px 17px;
	text-decoration: none;
	display: inline-block;
	background-color: #ea902f;
	border-radius: 2px;
font-weight: bold;
}
.right_btn a:last-child{
	text-transform: capitalize;
	background-color: #455c70;

}

.right_btn a:hover{
	background-color: #68100d;
}

.navigation_panel{
	width: 100%;
	float: left;
	background-color: #dc8221;
	margin: 11px 0;
}

.navigation{
	padding-left: 0;
	width: 100%;
	max-width: 530px;
	float: left;

}

.navigation_panel span{
	display: none;
}

.navigation ul{
	padding-left: 0;
	margin: 0;

}

.navigation li{
	display: inline-block;
	list-style-type: none;
}

.navigation li a{
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 23px;
	display: inline-block;
	text-decoration: none;
}

.navigation li a:hover{
	background-color: #68100d;
}

.social_panel {
	float: right;
	margin-right: 15px;
	margin-top: 9px;
}

.social_panel a {
	width: 40px;
	height: 40px;
	border-radius: 17px;
	display: inline-block;
	background-color: #ddd;
	color: #000;
	text-align: center;
}
.social_panel a i {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.social_panel a:nth-child(1){
	background-color: #3b5997;
}
.social_panel a:nth-child(2){
	background-color: #00aced;
}
.social_panel a:nth-child(3){
	background-color: #db5149;
}
.social_panel a:nth-child(4){
	background-color: #007bb6;
}

.about_section{
	float: left;
	width: 100%;
	margin-top: 28px;
	margin-bottom: 40px;
}
.about_section .img_panel{
	width: 100%;
	float: left;
	max-width: 453px;
	position: relative;
}

.about_section .img_panel img {
	max-width: 100%;
	outline: 2px solid #fbf9f9;
	outline-offset: -10px;
}

.about_section .txt_panel {
	padding-left: 28px;
	float: left;
	width: 100%;
	max-width: 446px;
	box-sizing: border-box;
}


.about_section .txt_panel h3{
	font-family: '59481387';
	font-size: 31px;
	color: #bd3815;
	margin: 0;
	margin-bottom: 20px;
}

.about_section .txt_panel p{
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: justify;
}

.footer{
	border-top: 2px dashed #333;
	float: left;width: 100%;
	padding:25px 0;
	box-sizing: border-box;
	border-bottom: 2px dashed #333;
}

.timing{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 15px;
}

.timing li {
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #333;
	font-size: 15px;
	border-right: 1px solid #333;
	padding-right: 10px;
	padding-left: 8px;
}
.timing li:last-child{
	border-right: 0;
}

.adrs{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.adrs li {
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #333;
	font-size: 14px;
	border-right: 1px solid #333;
	line-height: 13px;
	padding-right: 10px;
	padding-left: 8px;
}

.adrs li:last-child{
	border-right: 0;
}

.copyright{
	float: left;
	width: 100%;
	padding: 10px 0;

}

.copyright p{
	text-align: center;
	display: block;
	font-weight: 400;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #333;
}

.contact-us .about_section .img_panel{float: right; padding-left: 28px;}
.contact-us .about_section .txt_panel{padding-left: 0px;max-width: 413px;}
.contact-us a{color:#fff;}


.menu-section{width: 100%; float: left;}
.menu-section .menu-heading{margin:15px 0 10px; font-family: 'Open Sans';background: #bd3815; text-align:center; color: #fff; padding:8px 0; text-transform: uppercase; font-size: 24px; font-weight: bold;}
.menu-section .menu{width: 100%; float: left;font-family: 'Open Sans';}
.menu-section .menu ul.left-menu{float: left; width: 47%; margin: 0px; padding: 0px; color: #333; list-style: none;}
.menu-section .menu ul.left-menu li{width: 100%; float: left; margin-bottom:15px;}
.menu-section .menu ul.left-menu li .sub{width: 100%; float: left; margin-top:3px; font-size: 14px;}
.menu-section .menu ul.left-menu .left{float: left; font-weight: bold; font-size: 18px;}
.menu-section .menu ul.left-menu .right{float: right;font-weight: bold;font-size: 18px;}
.menu-section .menu ul.right-menu{float: right; width: 47%; margin: 0px; padding: 0px; color: #333; list-style: none;}
.menu-section .menu ul.right-menu li{width: 100%; float: left; margin-bottom:15px;}
.menu-section .menu ul.right-menu li .sub{width: 100%; float: left; margin-top:3px; font-size: 14px;}
.menu-section .menu ul.right-menu .left{float: left; font-weight: bold; font-size: 18px;}
.menu-section .menu ul.right-menu .right{float: right;font-weight: bold;font-size: 18px;}
.value-meal{width: 100%; float: left; margin: 40px 0;font-family: 'Open Sans';}
.value-meal .value-left{min-height: 273px;width: 47%; float: left; padding: 20px; box-sizing: border-box; background: #bd3815;}
.value-meal .value-left .heading{text-align: center; font-weight: bold; font-size: 24px; text-transform: uppercase;color: #fff;}
.value-meal .value-left li{color: #fff;}

.value-meal .value-right{min-height: 273px;width: 47%; float: right; padding: 20px; box-sizing: border-box; background: #bd3815;}
.value-meal .value-right .heading{text-align: center; font-weight: bold; font-size: 24px; text-transform: uppercase;color: #fff;}
.value-meal .value-right li{color: #fff;}