html, body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	padding-top: 80px;
}
a {
	color: #F15A3B;
}
a:hover {
	color: #E14B2D;
}
.btn-primary {
	color: #fff;
	background-color: #ffaf04;
	border-color: #ffaf04;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #e79e02;
	border-color: #e79e02;
	box-shadow: none;
}
.mainLogo {
	padding: 1rem .5rem;
	text-align: center;
	background-color: #fff;
}
.navbar-dark {
	background: url(../images/menubg.png) top right repeat;
	padding: 0;
}
.navbar-dark .navbar-brand {
	padding: 0;
	position: absolute;
	left: 20px;
	top: 0;
}
.navbar-dark .navbar-brand img {
	max-height: 120px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #f12c02;
	border-radius: 25px;
	background-color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: .5rem 1rem;
}
.navbar-collapse {
	padding: 20px;
}
.titleBar {
	background: url(../images/addressbg.png) 0 0 no-repeat;
	background-size: cover;
	padding: 3rem 0;
}
.titleBar h1 {
	color: #f12c02;
}
.menuCategory {
	background: url(../images/menu/indian.jpg) 0 0 no-repeat;
	background-size: cover;
}
.menuCategory .card {
	margin: 3rem 2rem 3rem 0;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.8);
}
.menuCategory .card .category {
	font-weight: 400;
	font-size: 2.5rem
}
.menuCategory .card h2.link {
	font-size: 4rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
.menuCategory .card h2.link a {
	color: #ad6c12;
	text-decoration: underline
}
.menuCategory .card .openingHours {
	margin-bottom: 2rem;
}
.menuCategory .card .openingHours h4 {
	font-size: 2.5rem;
}
.menuCategory .card .openingHours .cell {
	font-size: 3rem;
	color: #ad6c12;
	font-weight: 700;
}
.menuCategory .card .openingHours .cell + .cell {
	border-top: 2px solid #ad6c12;
}
.menuCategory .card .Mob {
	font-size: 1.5rem;
}
footer {
	text-align: center;
}
footer .topFooter {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
footer .topFooter img {
	max-height: 30px;
}
footer .bottomFooter {
	background-color: #000;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
footer a, footer a:hover {
	color: #ec3317;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: var(--secondary);
}
.nav-underline .nav-link:hover {
	color: var(--blue);
}
.nav-underline .active {
	font-weight: 500;
	color: var(--gray-dark);
}
.discount {
	background: url(../images/menu/indian.jpg) 0 0 no-repeat;
	background-size: cover;
}
.carouselResponsive {
	display: flex;
	justify-content: center;
}
.carouselResponsive .card {
	background: none;
	border: 0;
	margin: 0 40px;
}
.carouselResponsive .card .card-body {
	text-align: center;
}
.carouselResponsive .card .card-body .card-text {
	font-size: 1.2rem;
	font-weight: 500;
}
.carouselResponsive .card .card-body .card-text span {
	text-decoration: line-through;
	color: #555;
}
.carousel-indicators li {
	height: 6px;
	background-color: rgba(236,125,43,1.00);
}
.carousel-indicators .active {
	background-color: rgba(0,0,0,1.00);
}
.featuredProducts .rowView {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.featuredProducts .rowView .cellView {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	padding: 2rem 3rem;
}
.featuredProducts .rowView .cellView .img {
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 2px 10px #000;
	float: left;
}
.featuredProducts .rowView .cellView .img img {
	max-height: 100%;
}
.featuredProducts .rowView .cellView .textContent {
	background: rgb(255,175,4);
	background: linear-gradient(90deg, rgba(255,175,4,1) 0%, rgba(240,79,61,1) 100%);
	border-radius: 50px;
	padding: 10px 15px 10px 140px;
	margin-top: 40px;
	color: #fff;
	font-weight: 600;
}
#spinWheelSection{margin-top:60px;}
.spinWheelSection {
	background: url(../images/spinbg.png) center center no-repeat;
	padding: 4rem 0;
	background-size: cover;
	text-shadow: 0 1px 5px #000;
	color: #fff;
}
.ourProduct {
	background-color: #ebe3e2;
	padding: 3rem 0;
}
.ourProduct .pageTitle {
	text-align: center;
	margin-bottom: 4rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.ourProduct .pageTitle h1 {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.ourProduct .pageTitle h1:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100px;
	bottom: 0;
	background-color: rgba(241,90,59,1.00);
	left: 50%;
	margin-left: -50px;
}
.boxContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxContent ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 46%;
	margin: 2%;
}
.hvrbox {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 25px;
	border: 1px solid #ddd
}
.hvrbox_background {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.hvrbox .hvrbox-layer_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 300px;
	text-align: center;
}
.hvrbox .hvrbox-layer_bottom .info {
	width: 100%;
	float: left;
}
.hvrbox .hvrbox-layer_bottom .iconView {
	display: block;
}
.hvrbox .hvrbox-layer_bottom .iconView img {
	max-width: 96px;
}
.hvrbox .hvrbox-layer_bottom .text {
	display: block;
	font-size: 18px;
	margin-top: 15px;
	color: #000;
	font-weight: 600;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(241,90,59,0.90);
	color: #fff;
	-moz-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}
.hvrbox.active .hvrbox-layer_top, .hvrbox:hover .hvrbox-layer_top {
	opacity: 1
}
.hvrbox .hvrbox-text {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff
}
.hvrbox .hvrbox-layer_top .hvrbox-text .text {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
	color: #fff;
	font-weight: 600;
}
.hvrbox .hvrbox-layer_top .hvrbox-text p {
	color: #fff;
	padding: 0 20px;
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid #b3b3b3;
	border-top: 1px solid rgba(179,179,179,.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none
}
.hvrbox.active .hvrbox-text_mobile {
	display: block
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: 0 0
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.hvrbox.active .hvrbox-layer_slideup, .hvrbox:hover .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.hvrbox.active .hvrbox-layer_slidedown, .hvrbox:hover .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.hvrbox .hvrbox-layer_slideleft {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.hvrbox.active .hvrbox-layer_slideleft, .hvrbox:hover .hvrbox-layer_slideleft {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.hvrbox .hvrbox-layer_slideright {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.hvrbox.active .hvrbox-layer_slideright, .hvrbox:hover .hvrbox-layer_slideright {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.hvrbox.active .hvrbox-layer_scale, .hvrbox:hover .hvrbox-layer_scale {
	border-radius: 0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.hvrbox .hvrbox-layer_rotate {
	border-radius: 50%;
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0)
}
.hvrbox.active .hvrbox-layer_rotate, .hvrbox:hover .hvrbox-layer_rotate {
	border-radius: 0;
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg)
}
.hvrbox .hvrbox-layer_scale-rotate {
	border-radius: 50%;
	-moz-transform: scale(0) rotateZ(0);
	-webkit-transform: scale(0) rotateZ(0);
	-ms-transform: scale(0) rotateZ(0);
	transform: scale(0) rotateZ(0)
}
.hvrbox.active .hvrbox-layer_scale-rotate, .hvrbox:hover .hvrbox-layer_scale-rotate {
	border-radius: 0;
	-moz-transform: scale(1) rotateZ(360deg);
	-webkit-transform: scale(1) rotateZ(360deg);
	-ms-transform: scale(1) rotateZ(360deg);
	transform: scale(1) rotateZ(360deg)
}
.contactSec {
	background-color: #fff;
	padding: 3rem;
	border-radius: 2rem;
	margin-bottom: 3rem;
	margin-top: 3rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	background: url(../images/contact-us-bg.png) bottom right no-repeat;
	background-size: 40%;
	padding-bottom: 270px;
}
.contactBox {
	padding: 30px;
	border-radius: 20px;
}
#chart {
	position: relative;
	text-shadow: none;
}
#chart .myClass {
	position: absolute;
	background: url(../images/spin_wheel-border.png) 0 0 no-repeat;
	width: 526px;
	height: 526px;
	background-size: 100%;
	left: calc(50% - 282px);
	top: calc(50% - 257px);
	z-index: 1;
}
#chart svg {
	position: relative;
	z-index: 2;
	color:#fff;
}
#question {
	margin-top: 80px;
	text-shadow: none;
}
#question h3 {
	color: #fff;
}
.slice text{color:#fff !important; }
@media (max-width: 767.98px) {
.offcanvas-collapse {
	position: fixed;
	top: 80px; /* Height of navbar */
	bottom: 0;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: var(--gray-dark);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.offcanvas-collapse.open {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem); /* Account for horizontal padding on navbar */
}
.navbar-dark {
	padding: 0 1rem;
}
.navbar-dark .navbar-brand {
	position: static;
}
.navbar-dark .navbar-brand img {
	max-height: 80px;
}
.titleBar {
	padding: 20px 0;
}
.menuCategory .card {
	margin: 30px 0;
}
.featuredProducts .rowView .cellView {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1.5rem;
}
.contactSec {
	background-size: 80%;
}
}

@media (max-width: 480px) {
.featuredProducts .rowView .cellView {
	padding: 20px 0;
}
.featuredProducts .rowView .cellView .img {
	float: none;
	margin: 0 auto;
}
.featuredProducts .rowView .cellView .textContent {
	padding: 10px 15px;
	margin-top: 10px;
}
footer .topFooter img {
	max-height: 20px;
}
}
