
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@1&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

.scroll-to-top-link{
	position:fixed;
	width:68px;
	right:7%;
	bottom:7%;
	cursor:pointer;
	display:none;
	z-index:1000;
	opacity:0.75;
	-moz-opacity:0.75;
	-webkit-opacity:0.75;
	-o-opacity:0.75;
	-ms-opacity:0.75;
	filter: alpha(opacity=75);
}
*{
	font-family: 'Open Sans', sans-serif;
}
html,body{
	height:100%;
}
#notice_modal .modal-title{
	font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
#notice_modal a{
	color: #FFF !important;
    font-family: 'Catamaran', sans-serif !important;
    text-align: center;
    display: block;
    font-size: 28px;
    width: 219px;
    margin: 0px auto;
    background-color: #c36929;
    background-color: #c36929e6;
    margin-top: 32px;
    padding: 9px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.fixedSect{
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
}
#header{
	background-image: url("../img/backgrounds/header.jpg");
	background-repeat: no-repeat;
	height: 725px;
	background-size: cover;
	background-position: center top -116px;
	box-shadow: inset 0 0 0 2000px #00000099;
    -moz-box-shadow: inset 0 0 0 2000px #00000099;
    -ms-box-shadow: inset 0 0 0 2000px #00000099;
    -o-box-shadow: inset 0 0 0 2000px #00000099;
    -webkit-box-shadow: inset 0 0 0 2000px #00000099;
}
.header{
	padding-top: 50px;
}
.logo{
	padding-top: 15px;
	width: 330px;
	margin: 0px auto;
	display: flex;
    justify-content: center;
}
.header img{
    width: 100%;
}
.header .text{
	font-family: 'Righteous', sans-serif;
    font-size: 46px;
    color: #f7d638;
    line-height: 55px;
    margin-top: 84px;
}
.header a{
	display: block;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #ff7046;
    padding: 17px 5px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 25px;
    width: 186px;
    font-size: 19px;
}
.top_contact{
	background-color: #a74022;
    display: flex;
    padding: 12px 16px;
	color: #fff;
	font-size: 17px;
}
.top_contact .address_{
	font-family: 'Alata', sans-serif;
}
.top_contact .seperator_{
	font-family: 'Alata', sans-serif;
	padding: 0px 8px;
}
.top_contact .phone_{
	font-family: 'Alata', sans-serif;
	color: #FFF !important;
}
.nav{
	z-index:99999; 
	background-color: #fff;
	box-shadow: 0px 10px 16px -14px #4e4e4e;
	-moz-box-shadow: 0px 10px 16px -14px #4e4e4e;
	-ms-box-shadow: 0px 10px 16px -14px #4e4e4e;
	-o-box-shadow: 0px 10px 16px -14px #4e4e4e;
	-webkit-box-shadow: 0px 10px 16px -14px #4e4e4e;
}
.nav ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.nav li a{
    display: block;
    color: #1a1a1a;
    text-align: center;
    padding: 20px 37px;
    text-decoration: none;
    font-size: 16px;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Alata', sans-serif;
}
.nav li a:hover:not(.active){
    background-color: #e7e7e7;
	transition:all linear 0.2s;
	padding: 19.5px 37px;
}
.nav .active{
	font-weight: 600;
	background-color: #fff;
	color: #a74022;
	padding: 19.5px 37px;
}
#welcome .container{
	display: flex;
	align-items: center;
}
#welcome .right{
	width: 50%;
    float: right;
    background-image: url("../img/welcome.jpg");
    height: 563px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center right;
}
#welcome .left{
	width: 50%;
	float: left;
	padding: 75px 0px;
}
#welcome .title{
	font-family: 'Alata', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 15px;
    color: #2f2f2f;
}
#welcome .description{
	font-family: 'Catamaran',sans-serif;
    font-size: 17px;
    color: #757575;
    line-height: 29px;
}
#cuisine .container{
	display: flex;
	align-items: center;
}
#cuisine .left{
	width: 50%;
    float: left;
    background-image: url("../img/cuisine.jpg");
    height: 563px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center left;
}
#cuisine .right{
	width: 50%;
	float: right;
	padding: 75px 0px;
}
#cuisine .title{
	font-family: 'Alata', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 15px;
    color: #2f2f2f;
}
#cuisine .description{
	font-family: 'Catamaran',sans-serif;
    font-size: 17px;
    color: #757575;
    line-height: 29px;
}
#call_us{
	padding: 102px 0px;
	background-image: url("../img/backgrounds/call_us.jpg");
	box-shadow: inset 0 0 0 2000px #00000091;
    -moz-box-shadow: inset 0 0 0 2000px #00000091;
    -ms-box-shadow: inset 0 0 0 2000px #00000091;
    -o-box-shadow: inset 0 0 0 2000px #00000091;
    -webkit-box-shadow: inset 0 0 0 2000px #00000091;
}
#call_us .sub_title{
	text-align: center;
	font-family: 'Alata', sans-serif;
	font-size: 20px;
	color: #FFF;
}
#call_us .title{
	text-align: center;
    font-family: 'Righteous', cursive;
    font-size: 65px;
    color: #fbdf58;
}
#call_us a{
	display: block;
    width: 304px;
    text-align: center;
    margin: 0px auto;
    margin-top: 10px;
    padding: 7px 8px;
    font-family: 'Alata', sans-serif;
    color: #FFF;
    font-size: 33px;
}
#book_now{
	text-align: center;
    background-image: url(../img/backgrounds/book_now.jpg);
    color: #FFF;
    box-shadow: inset 0 0 0 2000px #0000008f;
    -moz-box-shadow: inset 0 0 0 2000px #0000008f;
    -ms-box-shadow: inset 0 0 0 2000px #0000008f;
    -o-box-shadow: inset 0 0 0 2000px #0000008f;
    -webkit-box-shadow: inset 0 0 0 2000px #0000008f;
	padding: 110px 0px;
	background-repeat: no-repeat;
    background-size: cover;
}
#book_now .title{
	font-size: 23px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    line-height: 33px;
    color: #fff;
    padding-top: 20px;
    width: 60%;
    margin: 0px auto;
}
#book_now .caption{
	font-size: 35px;
    font-weight: 500;
    font-family: 'Righteous', cursive;
    color: #FBDF58;
}
#bottom_boxes{
	padding: 75px 0px;
	background-color: #f9f9f9;
}
#bottom_boxes .container{
	display: flex;
    justify-content: center;
}
#bottom_boxes .col_{
	width: 48%;
    padding: 0px 46px;
}
.bottom_box{
	background-color: #556473;
    height: 300px;
}
.bottom_box .title{
	font-size: 25px;
    font-family: 'Sen', sans-serif;
    text-align: center;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 15px;
    color: #FFF;
    border-bottom: 1px solid #ffffff61;
    width: 50%;
    margin: 0px auto;
}
.bottom_box .description{
	padding: 13px 26px;
	padding-top: 18px;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
#gallery{
	padding: 75px 0px;
}
#gallery .row{
	display: flex;
	justify-content: center;
}
#gallery .col_{
	width: 35%;
	margin: 0px 35px;
}
#gallery .col_:nth-child(1) .gallery_image{
	background-image: url("../img/gallery/1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery .col_:nth-child(2) .gallery_image{
	background-image: url("../img/gallery/2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery .col_:nth-child(3) .gallery_image{
	background-image: url("../img/gallery/3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery_image{
	box-shadow: 0px 3px 11px -1px #666;
    -webkit-box-shadow: 0px 3px 11px -1px #666;
    -moz-box-shadow: 0px 3px 11px -1px #666;
    -ms-box-shadow: 0px 3px 11px -1px #666;
    -o-box-shadow: 0px 3px 11px -1px #666;
	height: 260px;
}
.gallery_image img{
    width: 100%;
	height: 100%;
}
#menu{
	padding: 75px 0px;
}
#menu .col-sm-6{
	padding: 0px 22px;
}
#menu .container{
	padding: 0px;
	padding-top: 30px;
	background-color:#FFF;
	box-shadow: 0px 0px 16px 0px #949494;
	-moz-box-shadow: 0px 0px 16px 0px #949494;
	-ms-box-shadow: 0px 0px 16px 0px #949494;
	-o-box-shadow: 0px 0px 16px 0px #949494;
	-webkit-box-shadow: 0px 0px 16px 0px #949494;
}
.menu-group{
	overflow:hidden;
}
.menu-group dd{
	font-size:16px;
	color:#999;
}
.menu-title{
    /* color: #bb4601; */
    color: #fff;
    letter-spacing: 2px;
    padding: 9px 14px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Alata', sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin-top: 18px;
    background-color: #bf622b;
}
.menu-item{
	padding-bottom:15px;
	border-bottom:#e6e6e6 solid 1px;
	overflow:hidden;
	margin-bottom:15px;
	color:#424242;
}
.menu-description{
	font-size:14px;
	color:#6f6f6f;
}
.category_description{
	padding-top: 16px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Catamaran', sans-serif;
    color: #484848;
}
.menu-item:last-child{
	border-bottom-style:none;
	margin-bottom:25px;
}
.menu-item_left{
	font-size:17px;
	float:left;
	width:75%;
	font-family: 'Alata', sans-serif;
	color: #bb4601;
}
.menu-item_right{
	font-size:17px;
	font-family: 'Alata', sans-serif;
	float:left;
	width:25%;
	text-align:right;
}
.indian_specialities{
	padding: 18px;
	padding-bottom: 0px;
	display: flex;
}
.indian_specialities .col_{
	width: 33.333%;	
}
.indian_specialities .item{
	font-weight: 500;
    font-family: 'Catamaran', sans-serif;
    height: 95px;
    padding: 0px 8px;
    font-size: 17px;
}
.indian_specialities .description{
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	color: #525252;
}
.indian_specialities i{
	font-size: 15px;
	margin-left: 8px;
	color: #941717;
}
#map{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 75px 0px;
}
#map iframe{
	height: 500px;
    width: 70%;
    border: 1px solid #6f6f6f;
}
.find_us_title{
	text-align: center;
    padding-top: 60px;
    font-size: 35px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
}
#contact{
	padding: 75px 0px;
}
#contact .container{
	display: flex;
}
#contact .contact_form{
	width: 65%;
	padding-right: 20px;
}
#contact .contact_info{
	width: 35%;
	padding-left: 20px;
}
#contact .title{
	font-family: 'Alata', sans-serif;
	color: #bb4601;
	font-size: 20px;
	padding-bottom: 25px;
}
#contact input{
	margin-bottom: 16px;
    padding: 11px 12px;
    height: auto;
}
#contact textarea{
	margin-bottom: 16px;
    padding: 11px 12px;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
}
#contact .group_{
	overflow: hidden;
}
#contact .group_ input:first-child{
	width: 49%;
	float: left;
}
#contact .group_ input:last-child{
	width: 49%;
	float: right;
}
#contact button{
	padding: 13px 41px;
    display: block;
    border: 1px solid #767676;
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contact_info .item{
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	font-family: 'Alata', sans-serif;
	font-size: 16px;
}
.contact_info .item a{
	color: inherit !important;
	font-family: 'Alata', sans-serif;
	font-size: 16px;
}
.contact_info .item i{
	font-size: 25px;
    display: flex;
    width: 27px;
    margin-right: 12px;
    justify-content: center;
}
#footer{
	padding-top:25px;
	background-color:#232323;
	color:#FFF;
}
#footer .col_{
	width: 33.333%;
	float: left;
}
.footer_item{
	padding-bottom: 10px;
	overflow: hidden;
}
.footer_item i{
	padding-right: 15px;
	padding-top: 5px;
	float: left;
}
.footer_item div{
	float: left;
}
.footer_item:last-child{
	padding-bottom: 0px;
}
#footer .container{
	width: 65%;
	max-width: 100%;
}
.footer_title{
	font-size:18px;
	margin-bottom:12px;
}
.bottom_nav{
	font-size: 15px;
    color: #b7b7b7;
}
.bottom_nav ul{
    padding: 0;
}
.bottom_nav li{
	list-style:none;
}
.bottom_nav a{
	font-size: 15px;
    color: #b7b7b7;
}
.bottom_nav a:hover{
	color:#EEE;
}
.connect{
	overflow: hidden;
}
.connect i{
	font-size: 17px;
	margin-right: 10px;
	background-color: #5d5d5d;
	color: #c7c7c7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
}
.connect a:last-child i{
	margin-right: 0px;
}
.connect:hover i{
	color: #868686;
}
.connect i:hover{
	color: #f1f1f1 !important;
}
#footerBottom{
	background-color:#232323;
    color:#FFF;
	font-size: 14px;
	color: #b7b7b7;
	padding: 26px 0px;
}
#footerBottom .container{
	overflow: hidden;
	width: 65%;
	max-width: 100%;
	padding: 0px;
}
#footerBottom a{
	color: #c8c8c8 !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif !important;
}
@media screen and (max-width: 1400px){
	#navigation nav li a{
		padding: 14px 9px;
	}
}
@media screen and (max-width: 1320px){
	#navigation .container{
		width: 97%;
	}
}
@media screen and (max-width: 1200px){
	#header{
		background-position: center;
	}
}
@media screen and (max-width: 1199px){
	#bottom_boxes .container{
		width: 95%;
	}
	.gallery_image{
		height: 211px;
	}
	#welcome .left {
		padding-top: 135px
	}
}
@media screen and (max-width: 1175px){
	#footer .container, #footerBottom .container{
		width: 83%;
	}
}
@media screen and (max-width: 1145px){
	#navigation nav{
		width: calc((100% - 160px)/2);
	}
	#navigation .call_btn{
		width: calc((100% - 160px)/2);
	}
}
@media screen and (max-width: 1050px){
	#bottom_boxes .col_{
		width: 48%;
	}
}
@media screen and (max-width: 991px){
	.gallery_image{
		height: 223px;
	}
	#welcome .right{
		background-size: 88%;
	}
	#welcome .container{
		width: 88%;
	}
	#book_now .container{
		width: 100%;
	}
	#book_now .title{
		width: 83%;
	}
	.header img{
		width: 316px;
		padding-top: 28px;
	}
}
@media screen and (max-width: 980px){
	#navigation nav{
		width: calc((100% - 125px)/2);
	}
	#navigation .call_btn{
		width: calc((100% - 125px)/2);
	}
}
@media screen and (max-width: 970px){
	#map iframe{
		width: 100%;
	}
	#map{
		padding: 75px 40px;
	}
}
@media screen and (max-width: 970px){
	.bottom_box{
		height: 320px;
	}
}
@media screen and (max-width: 925px){
	#footer .container, #footerBottom .container{
		width: 95%;
	}
}
@media screen and (max-width: 915px){
	#navigation nav li a{
		padding: 14px 4px;
	}
}
@media screen and (max-width: 880px){
	#welcome .container{
		display: flex;
		flex-direction: column;
	}
	#welcome .right{
		float: none;
		width: 100%;
		background-position: top 30px center;
		background-size: 68%;
		height: 416px;
	}
	#welcome .left{
		float: none;
		width: 100%;
		padding: 75px 50px;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 865px){
	#bottom_boxes .col_{
		padding: 0px 15px;
	}
}
@media screen and (max-width: 855px){
	#call_us{
		padding: 102px 25px;
	}
	#call_us .title{
		font-size: 50px;
	}
	#call_us a{
		margin-top: 0px;
	}
}
@media screen and (max-width: 850px){
	.header .title{
		padding-top: 185px;
	}
	#navigation .icon{
		display: flex;
	}
	#navigation .nav_{
		display: none;
	}
	#navigation .nav li{
		float: none;
	}
	#main_header .title{
		width: auto;
		font-size: 45px;
		line-height: 60px;
		padding-top: 225px;
	}
	#main_header .phone_number{
		display: block;
	}
	#main_header .order_online{
		display: block;
	}
	#main_header .address{
		display: block;
	}
	#navigation .nav li a{
		padding: 17px 13px;
    	text-align: left;
	}
	#navigation .call_btn{
		display: none;
	}
	#navigation .nav{
		width: 100%;
	}
	#navigation{
		background-color: #f9f9f9;
		box-shadow: 0px -4px 16px #4e4e4e;
		position: fixed;
	}
	#navigation .container{
		height: auto;
		padding-bottom: 12px;
		display: block;
	}
	#navigation nav li a{
		color: #020202;
	}
	#navigation nav li a:hover{
		color: #020202;
		background-color: #f3f3f3;
	}
	#navigation nav .active{
		border-color: #dab03b;
	}
	#navigation .call_btn a{
		color: #cca12c;
		border-color: #cca12c;
	}
	.fixedSect{
		background-attachment: scroll;
	}
}
@media screen and (max-width: 767px){
	#menu{
		padding: 30px 15px;
	}
	#footer .col_{
		width: 100%;
		float: none;
		border-bottom: 1px solid #4c4c4c;
		padding-left: 75px;
	}
	#footer .col_:nth-child(1){
		padding-bottom: 18px;
	}
	#footer .col_:nth-child(2){
		padding-top: 24px;
	}
	#footer .col_:last-child{
		border-bottom: none;
		padding-top: 24px;
	}
	.hours_opening_nav{
		margin-bottom: 25px;
	}
	#footerBottom .container div{
		float: none !important;
		text-align: center;
		padding: 5px 0px;
	}
	.gallery_image{
		height: 250px;
		margin-bottom: 35px;
	}
	#gallery{
		padding-bottom: 40px;
	}
	#gallery .col_{
		width: 43%;
		margin: 0px 17px;
	}
	#cuisine .container{
		flex-direction: column-reverse;
	}
	#cuisine .right{
		float: none;
		width: 100%;
		padding: 75px 50px;
		padding-bottom: 25px;
	}
	#cuisine .left{
		float: none;
		width: 100%;
		background-position: top 30px center;
		background-size: 63%;
		height: 416px;
	}
}
@media screen and (max-width: 740px){
	#book_now .title{
		width: 96%;
		font-size: 18px;
		line-height: 32px;
	}
}
@media screen and (max-width: 725px){
	#bottom_boxes .col_{
		padding: 0px 11px;
	}
	#bottom_boxes .container{
		width: 100%;
	}
}
@media screen and (max-width: 712px){
	#contact .container{
		flex-direction: column;
	}
	#contact .contact_form{
		width: 100%;
		padding: 0px 35px;
		padding-bottom: 55px;
	}
	#contact .contact_info{
		padding-left: 0px;
		width: 100%;
		padding: 0px 35px;
	}
}
@media screen and (max-width: 705px){
	#cuisine .right{
		padding: 75px 30px;
	}
}
@media screen and (max-width: 680px){
	#main_header .title{
		padding-top: 150px;
	}
	#main_header .title, #main_header .phone_number, #main_header .order_online, #main_header .address{
		margin-left: 44px;
		padding-left: 0px;
	}
	#main_header{
		height: 592px;
	}
	#welcome .right{
		height: 380px;
	}
	.nav li a{
		padding: 13px 33px;
	}
}
@media screen and (max-width: 675px){
	#welcome .description, #cuisine .description{
		text-align: justify;
	}
}
@media screen and (max-width: 655px){
	.header img{
		width: 281px;
	}
	#header{
		box-shadow: inset 0 0 0 2000px #00000070;
		-moz-box-shadow: inset 0 0 0 2000px #00000070;
		-ms-box-shadow: inset 0 0 0 2000px #00000070;
		-o-box-shadow: inset 0 0 0 2000px #00000070;
		-webkit-box-shadow: inset 0 0 0 2000px #00000070;
	}
}
@media screen and (max-width: 640px){
	#bottom_boxes .container{
		display: block;
	}
	#bottom_boxes .col_{
		width: 100%;
		margin-bottom: 45px;
	}
	.bottom_box{
		height: auto;
		padding-bottom: 30px;
	}
	#bottom_boxes{
		padding-bottom: 30px;
	}
	#welcome .right{
		background-size: 81%;
	}
}
@media screen and (max-width: 607px){
	#welcome .left{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (max-width: 600px){
	#cuisine .left{
		background-size: 70%;
		height: 380px;
	}
}
@media screen and (max-width: 590px){
	.header .container{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.header img{
		align-self: center;
		padding-top: 7px;
	}
	.header .text{
		float: none;
		width: 100%;
	}
	.header .phone_number{
		float: none;
		text-align: center;
		margin-top: 16px;
		display: block;
	}
	.header .address{
		float: none;
		text-align: center;
		font-size: 19px;
		padding-top: 17px;
	}
	.header .order_online{
		float: none;
		margin: 0px auto;
	}
	.nav li a{
		padding: 13px 20px;
	}
	.nav .container{
		padding: 0px;
	}
}
@media screen and (max-width: 560px){
	#gallery .row{
		flex-direction: column;
	}
	#gallery .col_{
		margin: 0px auto;
		width: 79%;
	}
}
@media screen and (max-width: 550px){
	#welcome .right{
		background-size: 86%;
		height: 339px;
	}
	#call_us .title{
		line-height: 50px;
	}
	#call_us a{
		width: 242px;
		font-size: 29px;
	}
}
@media screen and (max-width: 535px){
	.indian_specialities{
		overflow: hidden;
		display: block;
	}
	.indian_specialities .item{
		height: 78px;
	}
	.indian_specialities .col_{
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 515px){
	#cuisine .left{
		height: 325px;
	}
	.top_contact{
		flex-direction: column;
	}
	.top_contact .seperator_{
		display: none;
	}
	#cuisine .right{
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 500px){
	#contact .contact_form{
		padding: 0px 20px;
		padding-bottom: 55px;
	}
	#contact .contact_info{
		padding: 0px 20px;
	}
	#header{
		height: 580px;
	}
	#header .text{
		font-size: 39px;
		line-height: 1;
		text-align: center;
	}
	.header a{
		margin: 0px auto;
		margin-top: 25px;
	}
}
@media screen and (max-width: 485px){
	#map{
		padding: 32px 18px;
	}
}
@media screen and (max-width: 480px){
	#navigation .icon{
		font-size: 22px;
	}
}
@media screen and (max-width: 465px){
	#main_header .order_online{
		margin-top: 31px;
		margin-bottom: 31px;
	}
	#welcome .title{
		font-size: 29px;
	}
	#cuisine .title{
		font-size: 29px;
	}
}
@media screen and (max-width: 450px){
	.nav li a{
		font-size: 16px;
		padding: 11px 12px;
	}
}
@media screen and (max-width: 440px){
	#footer .col_{
		padding-left: 35px;
	}
	.indian_specialities{
		overflow: hidden;
		display: block;
	}
	.indian_specialities .item{
		height: auto;
		padding: 9px 0px;
	}
	.indian_specialities .col_{
		width: 100%;
	}
}
@media screen and (max-width: 435px){
	#welcome .right{
		padding: 75px 25px;
	}
	#cuisine .left{
		padding: 75px 25px;
		height: 285px;
	}
	#navigation .icon{
		padding-left: 0px;
	}
}
@media screen and (max-width: 415px){
	#welcome .right{
		background-size: 100%;
	}
	#call_us .title{
		line-height: 44px;
		font-size: 40px;
	}
}
@media screen and (max-width: 380px){
	#contact .contact_form{
		padding: 0px 5px;
		padding-bottom: 55px;
	}
	#contact .contact_info{
		padding: 0px 5px;
	}
}
@media screen and (max-width: 375px){
	.nav li{
		padding: 8px 2px;
	}
	.nav li a{
		padding: 11px 7px;
	}
}
@media screen and (max-width: 370px){
	#main_header .title{
		font-size: 33px;
		line-height: 45px;
	}
}
@media screen and (max-width: 350px){
	#footer .col_{
		padding-left: 20px;
	}
	.logo{
		width: 100%;
	}
	.header img{
		width: 83%;
	}
}
@media screen and (max-width: 335px){
	#welcome .title{
		font-size: 32px;
    	line-height: 40px;
	}
	#cuisine .title{
		font-size: 32px;
    	line-height: 40px;
	}
	#welcome .right{
		padding: 75px 8px;
	}
	#cuisine .left{
		padding: 75px 8px;
	}
}
@media screen and (max-width: 218px){
	#main_header .phone_number{
		margin-left: 20px;
	}
	#main_header .title{
		margin-left: 20px;
	}
	#main_header .address{
		margin-left: 20px;
	}
	#main_header .order_online{
		width: 68%;
		margin-left: 20px;
	}
}