
@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=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&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%;
}
.fixedSect{
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-repeat: no-repeat;
}
#order_modal .modal-header{
	font-family: 'Cabin', sans-serif;
    display: block;
    font-size: 17px;
    font-weight: 700;
}
#order_modal .modal-body{
	overflow: hidden;
}
#order_modal .description{
	font-family: 'Cabin', sans-serif;
    color: #868686;
    font-weight: 400;
    font-size: 16px;
}
#order_modal .description span{
	font-family: 'Cabin', sans-serif;
    color: #383838;
    font-weight: 600;
    font-size: 16px;
}
.order_branch{
	background-color: #2f3d44;
    width: 44%;
    padding: 10px;
    display: block;
    margin-top: 25px;
}
.order_branch .inside{
	border: 1px solid #fed182;
    color: #FFF;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    text-align: center;
    padding: 12px 0px;
}
.top_contact{
    background-color: #a74022;
    display: flex;
    padding: 12px 16px;
    color: #fff;
    font-size: 17px;
	position: relative;
}
.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;
}
#navigation.scrolled{
	background-color: #fff;
	box-shadow: 0px -4px 16px #4e4e4e;
	-moz-box-shadow: 0px -4px 16px #4e4e4e;
	-ms-box-shadow: 0px -4px 16px #4e4e4e;
	-o-box-shadow: 0px -4px 16px #4e4e4e;
	-webkit-box-shadow: 0px -4px 16px #4e4e4e;
    height: 150px;
	display: flex;
	width: 100%;
    left: 0px;
}
#navigation.scrolled .container_{
	height: auto;
}
#navigation.scrolled nav li a{
	color: #12334a;
}
#navigation.scrolled nav li a:hover{
	color: #020202;
	background-color: #f3f3f3;
}
#navigation.scrolled nav .active{
	border-color: #dab03b;
}
#navigation.scrolled .call_btn a{
	color: #cca12c;
	border-color: #cca12c;
}
#navigation.scrolled .logo img{
	height: 60px;
}
#navigation{
	overflow: hidden;
    margin: 0px auto;
    width: calc(100% - 20px);
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    z-index: 999;
    top: 0px;
}
#navigation .container_{
	width: 57%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 118px;
	margin: 0px auto;
}
.logo{
	align-self: center;
	float: left;
}
.logo img{
	height: 75px;
}
#navigation nav{
	float: right;
}
#navigation nav ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	display: flex;
    align-items: center;
}
#navigation li{
	float: left;
}
#navigation nav li a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all linear 0.2s;
    font-family: 'Cabin', sans-serif;
}
.onlineorderbtn{
	display: none;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all linear 0.2s;
    font-family: 'Cabin', sans-serif;
    background-color: #fdcd4a;
    color: #191919 !important;
    font-weight: 700;
    border: 3px solid #fdcd4a;
    padding: 12px 21px !important;
    position: absolute;
    margin: 0px auto;
    width: 200px;
    left: calc(50% - 100px);
    margin-top: 130px;
}
.online_order_btn{
	background-color: #fdcd4a;
    color: #191919 !important;
    font-weight: 700;
    border: 3px solid #fdcd4a;
    padding: 12px 21px !important;
}
#navigation .online_order_btn:hover{
	background: none;
    color: #f3ca5a !important;
    font-weight: 600;
}
#navigation.scrolled .online_order_btn:hover{
	color: #020202 !important;
	font-weight: 700 !important;
}
.main_online_order_btn{
	margin: 0px auto;
    width: 200px;
    text-align: center;
}
#navigation nav li a:hover{
    color: #f3ca5a;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#navigation nav .active{
	font-weight: 700;
	color: #fdcd4a;
}
#navigation-r-sticky-wrapper{
    display: none;
}
#navigation-r{
	display: none;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background-color: #333062;
    box-shadow: 0px -4px 16px #4e4e4e;
    -moz-box-shadow: 0px -4px 16px #4e4e4e;
    -ms-box-shadow: 0px -4px 16px #4e4e4e;
    -o-box-shadow: 0px -4px 16px #4e4e4e;
	-webkit-box-shadow: 0px -4px 16px #4e4e4e;
	top: 0px;
	left: 0px;
}
#navigation-r .icon{
    height: 75px;
    align-items: center;
	padding-left: 35px;
    width: 89px;
	cursor: pointer;
	position: absolute;
	font-size: 20px;
	color: #fff;
	display: flex;
}
#navigation-r .logo{
	height: 75px;
    margin: 0px auto;
    padding: 9px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
}
#navigation-r .logo img{
	height: 45px;
	width: auto;
}
#navigation-r .nav{
	display: none;
}
#navigation-r .nav ul{
	margin: 0px;
	padding: 0px;
}
#navigation-r .nav li{
	list-style: none;
}
#navigation-r .nav li a{
	padding: 14px 18px;
    text-decoration: none;
    font-size: 16px;
	font-family: 'Cabin', sans-serif;
	display: block;
	color: #fff;
}
#navigation-r .nav li a.active{
	font-weight: 700;
}
/**/
#slides{
    position: relative;
    height: 80vh;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	z-index: -5;
}
.border_{
	display: flex;
}
.border_ .left{
	background-color: #2053b3;
	height: 6px;
	width: 100%;
}
.border_ .right{
	background-color: #d6ba19;
	height: 6px;
	width: 100%;
}
.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;
	background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 0 2000px #0000005e;
	-moz-box-shadow: inset 0 0 0 2000px #0000005e;
    -ms-box-shadow: inset 0 0 0 2000px #0000005e;
    -o-box-shadow: inset 0 0 0 2000px #0000005e;
	-webkit-box-shadow: inset 0 0 0 2000px #0000005e;
	display: flex;
	align-items: center;
}
.showing{
    opacity: 1;
    z-index: 2;
}
.slide:nth-of-type(1){
    background-image: url("../img/slide/1.jpg");
}
.slide:nth-of-type(2){
    background-image: url("../img/slide/2.jpg");
}
.slide:nth-of-type(3){
    background-image: url("../img/slide/3.jpg");
}
.slide .info{
	border: #FFF 2px solid;
    width: 550px;
    margin-left: 150px;
    height: 250px;
	background-color: #455573d1;
	padding: 35px 40px;
	display: none;
}
.slide .title{
	color: #FFF;
	font-family: 'Catamaran', sans-serif;
	font-size: 27px;
	font-weight: 500;
}
.slide .description{
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-top: 12px;
	line-height: 23px;
}
/* .slide a{
	display: block;
	margin-top: 20px;
	padding: 12px 18px;
	background-color: #e8e8e8;
	width: 150px;
	text-align: center;
	color: #333;
	font-family: 'Catamaran', sans-serif;
	font-size: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
} */
@media screen and (max-width: 920px){
	#slides{
		height: 500px;
	}
}
/**/
.header{
	background-image: url("../img/backgrounds/book_now.jpg");
	background-repeat: no-repeat;
	height: 465px;
	box-shadow: inset 0 0 0 2000px #000000b3;
	-moz-box-shadow: inset 0 0 0 2000px #000000b3;
	-ms-box-shadow: inset 0 0 0 2000px #000000b3;
	-o-box-shadow: inset 0 0 0 2000px #000000b3;
	-webkit-box-shadow: inset 0 0 0 2000px #000000b3;
	background-position: center;
	background-size: cover;
	margin: 10px;
	margin-top: 0px;
	z-index: -5;
    position: relative;
}
.header .title{
	font-family: 'Catamaran', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 5px;
	line-height: 56px;
	padding-top: 178px;
}
#welcome{
	padding: 75px 0px;
}
#welcome .title1{
	font-family: 'Cabin', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
}
#welcome .title2{
	font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #671111;
    letter-spacing: 2px;
    line-height: 48px;
    width: 630px;
    margin: 0px auto;
    margin-top: 16px;
}
#welcome .icon{
	text-align: center;
    margin-top: 19px;
    margin-bottom: 30px;
    font-size: 31px;
    color: #671111;
}
#welcome .description{
	font-family: 'Catamaran',sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 28px;
    text-align: center;
    width: 760px;
    margin: 0px auto;
    margin-top: 35px;
}
#welcome .pictures{
	display: flex;
	justify-content: space-around;
}
#welcome .left{
	height: 389px;
	width: 59%;
	background-image: url("../img/welcome1.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 15px -4px #474747;
}
#welcome .right{
	height: 389px;
	width: 38%;
	background-image: url("../img/welcome2.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 15px -4px #474747;
}
#book_now{
	text-align: center;
    color: #FFF;
    background-color: #5d5d5d;
    padding: 150px 0px;
    background-position: center;
    background-size: cover;
	box-shadow: inset 0 0 0 2000px #000000bd;
    -moz-box-shadow: inset 0 0 0 2000px #000000bd;
    -ms-box-shadow: inset 0 0 0 2000px #000000bd;
    -o-box-shadow: inset 0 0 0 2000px #000000bd;
    -webkit-box-shadow: inset 0 0 0 2000px #000000bd;
	background-image: url("../img/backgrounds/book_now.jpg");
}
#book_now .title{
	font-size: 38px;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #fff;
}
#book_now .caption{
	font-size: 22px;
    font-family: 'Cabin', sans-serif;
    color: #e6a128;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
#book_now .number a{
	font-size: 32px;
    font-family: 'Catamaran', sans-serif !important;
    color: #fff !important;
}
/* */
#quote{
	padding: 0px 0px;
	height: 580px;
	text-align:center;
	background-image: url("../img/backgrounds/reviews.jpg");
	background-position: center;
	background-size: cover;
}
#quote .right{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0 0 0 / 18%)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
}
#quote .left{
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -webkit-gradient(linear,right top,right top,from(rgba(0,0,0,.0001)),to(rgba(0 0 0 / 18%)));
    background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
}
.quote_header1{
	font-family: 'Cabin', sans-serif;
    color: #fff;
    margin: 0 auto;
    font-size: 25px;
    line-height: 35px;
    width: 500px;
    font-weight: 500;
    display: flex;
    height: 580px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quote_from{
	font-size: 16px;
    padding-top: 25px;
    font-family: 'Catamaran', sans-serif;
}
.quote_top, .quote_bottom{
	font-size:24px;
}
#quote_carousel {
	height: 580px;
	padding: 100px 0px;
	display: flex;
    align-items: center;
}
.carousel-indicators li {
    position: relative !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 30px !important;
    height: 3px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
	background-color: rgba(255,255,255) !important;
	border: none !important;
	border-radius: 0px !important;
}
.carousel-indicators .active {
	background-color: #FFF !important;
	border-radius: 0px !important;
	height: 3.1px !important;
	margin-top: 1px !important;
}
/* */
#bottom_boxes{
	padding: 75px 0px;
}
#bottom_boxes .container{
	display: flex;
	justify-content: space-around;
	max-width: 100%;
    width: 90%;
}
#bottom_boxes .col_{
	width: 44%;
}
.bottom_box{
	background-color: #556473;
    height: 380px;
    overflow: hidden;
    background-image: url(../img/menu-title.jpg);
    background-size: 84%;
    box-shadow: inset 0 0 0 2000px #000000d6;
    padding: 0px 50px;
}
.bottom_box .title{
	font-size: 23px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    color: #ffb100;
    border-bottom: 1px solid #ffffff61;
    margin-top: 25px;
}
.bottom_box .description{
	padding: 13px 0px;
    padding-top: 18px;
    font-size: 18px;
    line-height: 31px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
#right_place{
	padding: 75px 0px;
}
#right_place .box{
	display: flex;
	align-items: center;
    width: 830px;
    padding: 0px 50px;
    margin: 0px auto;
}
#right_place .left{
	width: 388px;
    background-image: url("../img/bottom_box.jpg");
	height: 400px;
    background-size: 122%;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -100px;
    background-position: center;
}
#right_place .right{
	margin-left: 43%;
	width: 57%;
	padding: 150px 0px;
	padding-left: 30px;
}
#right_place .title{
	font-size: 32px;
    font-family: 'Pacifico', cursive;
	padding-bottom: 20px;
	color: #cca664;
}
#right_place .text{
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    color: #484848;
}
#right_place a{
	display: block;
    background-color: #d2d2d2;
    padding: 15px 28px;
    font-size: 18px;
    color: #212121;
    margin-top: 26px;
    font-family: 'Alata', sans-serif;
}
/**/
#second_div_ .container{
	display: flex;
	align-items: center;
}
#second_div_ .right{
	width: 50%;
    float: right;
    background-image: url("../img/second_div.jpg");
    height: 563px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center right;
}
#second_div_ .left{
	width: 50%;
	float: left;
	padding: 75px 0px;
}
#second_div_ .title{
	font-family: 'Alata', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 30px;
    color: #671111;
}
#second_div_ .description{
	font-family: 'Catamaran',sans-serif;
    font-size: 17px;
    color: #757575;
    line-height: 29px;
}
/**/
#gallery{
	padding: 100px 0px;
}
#gallery .row_{
	display: flex;
	width: 100%;
}
#gallery .col_{
	width: 33.33%;
	padding: 0px 25px;
}
#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%;
}
/**/
#gallery{
	padding: 115px 0px;
}
#gallery .container{
	flex-wrap: wrap;
    display: flex;
}
.gallery_img{
	width: calc(33.333% - 30px);
	height: 250px;
	background-color: #EEE;
	margin: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 0px 12px #989898;
	-moz-box-shadow: 0px 0px 12px #989898;
	-ms-box-shadow: 0px 0px 12px #989898;
	-o-box-shadow: 0px 0px 12px #989898;
	-webkit-box-shadow: 0px 0px 12px #989898;
}
.gallery_img:nth-child(4), .gallery_img:nth-child(5), .gallery_img:nth-child(6), .gallery_img:nth-child(7){
	width: calc(25% - 30px);
}
.gallery_img:nth-child(11), .gallery_img:nth-child(12), .gallery_img:nth-child(13), .gallery_img:nth-child(14){
	width: calc(25% - 30px);
}
.gallery_img:nth-child(18), .gallery_img:nth-child(19), .gallery_img:nth-child(20), .gallery_img:nth-child(21){
	width: calc(25% - 30px);
}
/**/
#menu{
	width: 1229px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}
.menu_left{
	width: 50%;
	padding: 0px 22px;
}
.menu_right{
	width: 50%;
	padding: 0px 22px;
}
.menu-group{
	overflow: hidden;
    padding: 35px;
    background-color: #FFEDCE;
    box-shadow: 0px 0px 21px 0px #cecece;
    -moz-box-shadow: 0px 0px 21px 0px #cecece;
    -ms-box-shadow: 0px 0px 21px 0px #cecece;
    -o-box-shadow: 0px 0px 21px 0px #cecece;
    -webkit-box-shadow: 0px 0px 21px 0px #cecece;
    margin: 49px auto;
}
.menu-group dd{
	font-size:16px;
	color:#999;
}
.menu-title{
	color: #901435;
    padding: 8px 14px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.menu-item{
	overflow:hidden;
	margin-bottom:16px;
	color:#424242;
}
.menu-description{
	font-size: 14px;
    color: #696969;
    text-transform: none;
    font-weight: 400;
}
.category_description{
	padding-top: 16px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Catamaran', sans-serif;
    color: #484848;
}
.mid_description{
	font-family: 'Cabin', sans-serif;
    font-size: 14px;
    color: #e45a24;
    border-bottom: 1px solid #bba072;
    padding-bottom: 5px;
    margin-bottom: 12px;
    padding-top: 13px;
}
.mid_description .name{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.indian_specialities{
	padding: 18px;
	display: flex;
}
.indian_specialities .col_{
	width: 33.333%;	
}
.indian_specialities .item{
	font-weight: 500;
	font-family: 'Catamaran', sans-serif;
	height: 60px;
	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;
}
.menu-item:last-child{
	border-bottom-style:none;
	margin-bottom:25px;
}
.menu-item_left{
	font-size: 16px;
    float: left;
    width: 75%;
    font-family: 'Cabin', sans-serif;
    color: #191919;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-item_right{
	font-family: 'Catamaran', sans-serif;
    float: left;
    width: 25%;
    text-align: right;
    color: #191919;
    font-weight: 600;
    font-size: 19px;
}
/** **/
#local-area{
	padding-top: 30px;
	padding-bottom: 75px;
}
#local-area .container_{
	width: 60%;
	margin: 0px auto;
}
#local-area .sub_title{
	color: #353535;
	font-family: 'Alata', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 45px;
}
#local-area .description{
	font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	overflow: hidden;
}
#local-area .items{
	padding-top: 20px;
    display: flex;
}
#local-area .item{
	font-weight: 700;
    color: #313131;
    text-align: center;
    border: 1px solid #dadada;
    margin: 3px;
    padding: 15px;
}
#local-area .sub_item{
	overflow: hidden;
	padding-left: 30px;
	padding-top: 8px;
}
#local-area .number{
	width: 35px;
    float: left;
    font-weight: 700;
    color: #404040;
    font-size: 17px;
}
#local-area .text{
	/* width: calc(100% - 35px);
	float: left; */
}
#local-area a{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
	font-weight: 700;
}
/** **/
#contact{
	background-color: #fbfdfc;
	padding-top: 75px;
	padding-bottom: 150px;
}
#contact .container{
	display: flex;
	align-items: center;
}
#contact .left{
	width: 55%;
	float: left;
	padding: 75px 25px;
}
#contact .right{
	width: 55%;
	float: right;
	padding: 75px 25px;
}
#contact .sub_title{
	color: #353535;
	font-family: 'Alata', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 15px;
}
#contact .description{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.contact_item{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.contact_item span{
	font-style: italic;
	font-family: 'Cabin' ,sans-serif;
}
.contact_item .title{
	font-family: 'Cabin' ,sans-serif;
    font-size: 17px;
    color: #444444;
    font-weight: 600;
	line-height: 24px;
	padding-bottom: 5px;
}
.connect_icons{
	display: flex;
}
.connect_icons a{
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
	font-size: 21px;
	margin-right: 12px;
	transition: 0.1s all linear;
}
.connect_icons a:hover{
	color: #FFF;
	background-color: #C36929;
	text-decoration: none;
	
}
.contact_form{
	width: 500px;
    height: 480px;
    padding: 0px 20px;
}
.contact_form .form{
	transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-ms-transition: 0.25s all linear;
	-o-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
}
.contact_form .success{
	transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
    -ms-transition: 0.25s all linear;
    -o-transition: 0.25s all linear;
    -webkit-transition: 0.25s all linear;
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    font-family: 'Catamaran', sans-serif;
    font-size: 25px;
    text-align: center;
    background-color: #424242b3;
    padding: 9px 0px;
}
.contact_form .title{
	color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-weight: 500;
	padding-top: 25px;
}
.contact_form input{
	margin-bottom: 18px;
    padding: 15px 15px;
    height: auto;
    border: 1px solid #c1c1c1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
.contact_form textarea{
	margin-bottom: 18px;
    border: 1px solid #c1c1c1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
    padding: 15px 15px;
	height: auto;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	max-height: 130px;
	min-height: 130px;
	height: 130px !important;
	margin-bottom: 30px;
}
.contact_form button{
	background-color: #C36929;
    padding: 12px 0px;
	width: 200px;
	height: 48px;
    border: none;
    color: #FFF;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    font-weight: 500;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-ms-transition: 0.25s all linear;
	-o-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
}
.contact_form button:focus{
	border: none;
	outline: none;
}
.contact_error{
	display: none;
    color: #c10b0b;
    font-size: 17px;
    margin-top: -7px;
    margin-bottom: 11px;
    font-family: 'Catamaran', sans-serif;
}
.contact_success{
	display: none;
	font-size: 20px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    color: #167121;
}
#map{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 75px 0px;
}
#map .title{
	color: #353535;
    font-family: 'Alata', sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 15px;
}
#map .description{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 35px;
    text-align: center;
    width: 60%;
}
#map iframe{
	height: 500px;
    width: 70%;
    border: 1px solid #6f6f6f;
}
#branches{
	padding-top: 80px;
	padding-bottom: 90px;
}
#branches .container_{
	width: 80%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}
.branch{
	background-color: #2f3d44;
	margin: 0px 50px;
	height: 255px;
	width: 300px;
	position: relative;
	padding: 15px;
}
.branch_inside{
	height: 100%;
	width: 100%;
	border: 1px solid #fed182;
	display: flex;
    align-items: center;
    justify-content: center;
}
.branch img{
	width: 80%;
	align-self: center;
}
.branch .caption{
	color: #FFF;
    position: absolute;
    bottom: 34px;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
}
#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;
}
#long_gallery{
	padding: 75px 0px;
	background-color: #f9f9f9;
}
#long_gallery .container{
	display: flex;
    align-items: center;
}
.gallery_item_l{
	height: 300px;
    background-color: #ccc;
    margin: 15px;
    width: 25%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 9px -2px #2a2a2a;
}
.gallery_item_l:nth-child(1){
	background-image: url("../img/gallery/1.jpg");
}
.gallery_item_l:nth-child(2){
	background-image: url("../img/gallery/2.jpg");
}
.gallery_item_l:nth-child(3){
	background-image: url("../img/gallery/3.jpg");
}
.gallery_item_l:nth-child(4){
	background-image: url("../img/gallery/4.jpg");
}
@media screen and (max-width: 1440px){
	.branch{
		margin: 0px 21px;
	}
}
@media screen and (max-width: 1320px){
	#navigation .container{
		width: 97%;
		max-width: 100%;
	}
}
@media screen and (max-width: 1300px){
	#menu{
		width: 1020px;
	}
}
@media screen and (max-width: 1199px){
	.contact_form {
		width: 459px;
		height: 491px;
	}
	#bottom_boxes .container{
		width: 95%;
	}
	#gallery .container{
		max-width: 100%;
		width: 85%;
	}
	.gallery_image{
		height: 211px;
	}
	.gallery_img{
		width: calc(33.333% - 18px);
		margin: 9px;
	}
	.gallery_img:nth-child(4), .gallery_img:nth-child(5), .gallery_img:nth-child(6), .gallery_img:nth-child(7){
		width: calc(25% - 18px);
	}
	.gallery_img:nth-child(11), .gallery_img:nth-child(12), .gallery_img:nth-child(13), .gallery_img:nth-child(14){
		width: calc(25% - 18px);
	}
	.gallery_img:nth-child(18), .gallery_img:nth-child(19), .gallery_img:nth-child(20), .gallery_img:nth-child(21){
		width: calc(25% - 18px) !important;
	}
}
@media screen and (max-width: 1175px){
	#footer .container, #footerBottom .container{
		width: 83%;
	}
}
@media screen and (max-width: 1100px){
	#local-area .container_{
		width: 80%;
	}
}
@media screen and (max-width: 1050px){
	#bottom_boxes .col_{
		width: 48%;
	}
}
@media screen and (max-width: 1020px){
	#menu{
		width: 98%;
	}
	.menu_left{
		padding-left: 22px;
		padding-right: 11px;
	}
	.menu_right{
		padding-right: 22px;
		padding-left: 11px;
	}
	.menu-item_left{
		font-size: 19px;
	}
	.menu-item_right{
		font-size: 20px;
	}
	.menu-group{
		padding: 35px 20px;
	}
	#navigation .container_{
		width: 79%;
	}
	#navigation nav li a{
		padding: 14px 13px;
	}
}
@media screen and (max-width: 1110px){
	#navigation.scrolled .logo img{
		height: 90px;
	}
	#navigation .container_{
		width: 88%;
	}
}
@media screen and (max-width: 991px){
	.contact_info .container{
		width: 98%;
	}
	#contact .container{
		width: 94%;
	}
	.contact_form{
		width: 403px;
	}
	#contact .right{
		justify-content: flex-end;
		width: 45%;
	}
	#contact .left{
		width: 55%;
	}
	.gallery_image{
		height: 223px;
	}
	#right_place .container{
		max-width: 100%;
		width: 100%;
	}
	#right_place .box{
		width: 86%;
	}
	#welcome .description{
		width: 90%;
	}
	#welcome .title2{
		width: 90%;
	}
}
@media screen and (max-width: 970px){
	#map iframe{
		width: 100%;
	}
	#map{
		padding: 75px 40px;
	}
	#gallery .container{
		width: 96%;
	}
}
@media screen and (max-width: 970px){
	.bottom_box{
		height: 320px;
	}
}
@media screen and (max-width: 950px){
	#right_place .left{
		width: 36%;
		background-image: url("../img/bottom_box.jpg");
		height: 378px;
		background-size: cover;
		position: absolute;
		margin-left: -92px;
	}
	#right_place .right {
		margin-left: 37%;
		width: 63%;
		padding: 150px 0px;
		padding-left: 30px;
	}
	#navigation .container_{
		width: 95%;
	}
}
@media screen and (max-width: 925px){
	#footer .container, #footerBottom .container{
		width: 95%;
	}
	#gallery .col_{
		padding: 0px 10px;
	}
}
.logo .img2{
	display: none;
}
@media screen and (max-width: 895px){
	.menu_left{
		width: 100%;
		padding: 0px 6px;
	}
	.menu_right{
		width: 100%;
		padding: 0px 6px;
	}
	#menu{
		flex-direction: column;
	}
	#navigation{
		display: none;
	}
	#navigation.scrolled{
		display: none;
	}
	#navigation-r{
		display: block;
	}
	#navigation-sticky-wrapper{
		display: none;
	}
	#navigation-r-sticky-wrapper{
		display: block;
	}
	.logo .img1{
		display: none;
	}
	.logo .img2{
		display: block;
	}
	.onlineorderbtn{
		display: block;
	}
}
@media screen and (max-width: 865px){
	#bottom_boxes .col_{
		padding: 0px 15px;
	}
}
@media screen and (max-width: 850px){
	.fixedSect{
		background-attachment: scroll;
	}
	#branches{
		padding-top: 50px;
    	padding-bottom: 60px;
	}
	#branches .container_{
		flex-direction: column;
	}
	.branch{
		margin: 50px auto;
	}
}
@media screen and (max-width: 835px){
	.contact_form{
		width: 97%;
	}
}
@media screen and (max-width: 825px){
	#contact .right{
		width: 50%;
	}
	#contact .left{
		width: 50%;
	}
}
@media screen and (max-width: 816px){
	#main_header{
		height: 652px;
	}
	.contact_info .col_{
		width: 100%;
		float: none;
		width: 285px;
		margin: 0px auto;
	}
	.contact_info{
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 767px){
	#book_now .title{
		font-size: 47px;
		line-height: 52px;
	}
	#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;
	}
	#welcome .container{
		max-width: 100%;
		width: 98%;
	}
	#welcome .description{
		width: 80%;
		margin: 0px auto;
		margin-top: 35px;
	}
	#right_place .right{
		padding: 100px 0px;
	}
	#second_div_ .container{
		flex-direction: column;
	}
	#second_div_ .left{
		width: 90%;
	}
	#second_div_ .right{
		background-position: center;
		width: 100%;
		height: 330px;
	}
	.gallery_img{
		width: calc(50% - 18px);
	}
	.gallery_img:nth-child(4), .gallery_img:nth-child(5), .gallery_img:nth-child(6), .gallery_img:nth-child(7){
		width: calc(50% - 18px);
	}
	.gallery_img:nth-child(11), .gallery_img:nth-child(12), .gallery_img:nth-child(13), .gallery_img:nth-child(14){
		width: calc(50% - 18px);
	}
	.gallery_img:nth-child(18), .gallery_img:nth-child(19), .gallery_img:nth-child(20), .gallery_img:nth-child(21){
		width: calc(50% - 18px) !important;
	}
	.gallery_img:nth-child(3n){
		width: calc(100% - 18px) !important;
	}
	#long_gallery .container{
		flex-wrap: wrap;
	}
	.gallery_item_l{
		margin: 8px;
		width: calc(50% - 16px);
	}
}
@media screen and (max-width: 735px){
	#cuisine .title{
		font-size: 44px;
	}
	.quote_header1{
		width: 85%;
	}
}
@media screen and (max-width: 730px){
	#navigation .container_{
		width: 84%;
	}
	#navigation nav li a{
		padding: 14px 7px;
	}
}
@media screen and (max-width: 725px){
	#bottom_boxes .col_{
		padding: 0px 11px;
	}
	#bottom_boxes .container{
		width: 100%;
	}
}
@media screen and (max-width: 680px){
	#contact .right{
		width: 100%;
		float: none;
		justify-content: center;
	}
	#contact .left{
		width: 100%;
		float: none;
		padding-bottom: 0px;
	}
	#contact .container{
		display: block;
	}
	#main_header .title{
		padding-top: 200px;
		font-size: 43px;
	}
	#main_header .phone_number a{
		margin-top: 10px;
	}
	#main_header{
		height: 592px;
		padding-top: 100px;
	}
	#right_place .box{
		flex-direction: column;
		padding: 29px;
	}
	#right_place .left{
		position: static;
		margin: 0px;
		width: 100%;
		height: 255px;
		margin-bottom: 35px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	#right_place .right{
		margin: 0px;
		width: 100%;
		padding: 0px;
	}
	.main_online_order_btn{
		display: block !important;
	}
}
@media screen and (max-width: 675px){
	#cuisine .description{
		text-align: justify;
	}
	.top_contact{
		flex-direction: column;
	}
	.top_contact .seperator_ {
		display: none;
	}
}
@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;
	}
	#gallery .row_{
		flex-direction: column;
	}
	#gallery .col_{
		width: 85%;
		margin: 20px auto;
	}
	#gallery{
		padding: 55px 0px;
	}
}
@media screen and (max-width: 595px){
	#local-area .description{
		padding-left: 20px;
	}
	#local-area .sub_item{
		padding-left: 21px;
	}
}
@media screen and (max-width: 560px){
	#welcome .pictures{
		flex-direction: column;
	}
	#welcome .left{
		width: 80%;
		margin: 0px auto;
		height: 350px;
		margin-bottom: 50px;
	}
	#welcome .right{
		width: 80%;
		margin: 0px auto;
		height: 350px;
	}
}
@media screen and (max-width: 520px){
	#menu{
		padding: 30px 3px;
	}
	.menu-item_left{
		font-size: 17px;
	}
	.menu-item_left{
		font-size: 17px;
	}
	.menu-item_right{
		font-size: 18px;
	}
}
@media screen and (max-width: 500px){
	#local-area .container_{
		width: 100%;
		padding: 0px 25px;
	}
	#local-area .items{
		flex-direction: column;
	}
}
@media screen and (max-width: 490px){
	#book_now .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 485px){
	#map{
		padding: 32px 18px;
	}
}
@media screen and (max-width: 480px){
	#navigation .icon{
		font-size: 22px;
	}
	.logo{
		width: 146px;
	}
	#navigation.scrolled .logo{
		width: 228px;
	}
}
@media screen and (max-width: 475px){
	#right_place .box{
		width: 94%;
		padding: 7px;
	}
}
@media screen and (max-width: 465px){
	#main_header .order_online{
		margin-top: 31px;
		margin-bottom: 31px;
	}
}
@media screen and (max-width: 460px){
	.quote_header1{
		font-size: 21px;
		line-height: 29px;
	}
}
@media screen and (max-width: 440px){
	#footer .col_{
		padding-left: 35px;
	}
}
@media screen and (max-width: 435px){
	#cuisine .left{
		padding: 75px 25px;
	}
	#navigation .icon{
		padding-left: 0px;
	}
}
@media screen and (max-width: 430px){
	#welcome .title2{
		font-size: 31px;
		line-height: 39px;
	}
}
@media screen and (max-width: 420px){
	#welcome .title2{
		width: 100%;
	}
	#welcome .description{
		width: 100%;
	}
}
@media screen and (max-width: 404px){
	.branch{
		width: 98%;
	}
}
@media screen and (max-width: 390px){
	#cuisine .title{
		font-size: 36px;
    	line-height: 40px;
	}
}
@media screen and (max-width: 370px){
	#main_header .title{
		font-size: 33px;
		line-height: 45px;
	}
}
@media screen and (max-width: 350px){
	#contact .left{
		text-align: center;
	}
	.contact_info .col_{
		width: 98%;
	}
	#footer .col_{
		padding-left: 20px;
	}
}
@media screen and (max-width: 265px){
	.main_online_order_btn{
		width: 100%;
	}
}
@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;
	}
}