/*** download the right fonts ***/


@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');
/**/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Joan&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;
}
#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;
}
#main_header{
	background-image: url("../img/backgrounds/header.jpg");
	background-repeat: no-repeat;
	height: 700px;
	background-position: center;
	background-size: cover;
	position: relative;
    padding: 0px;
    margin: 0px;
	list-style-type: none;
	padding-top: 250px;
	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;
}
#main_header .caption{
	text-align: center;
    color: #FFF;
    font-family: 'Joan', serif;
    font-size: 34px;
}
#main_header .title{
	text-align: center;
    color: #fff;
    font-family: 'Calistoga', cursive;
    font-size: 90px;
    font-weight: 600;
}
#navigation.scrolled{
	background-color: #707c86;
	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: 85px;
	display: flex;
	width: 100%;
    left: 0px;
}
#navigation.scrolled .container_{
	height: auto;
}
#navigation.scrolled nav li a{
	color: #FFF;
}
#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;
    position: fixed;
    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: 67%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 118px;
	margin: 0px auto;
}
.logo{
	align-self: center;
	float: left;
}
.logo img{
	height: 90px;
}
#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 23px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all linear 0.2s;
    font-family: 'Cabin', sans-serif;
}
.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{
	display: none;
	position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background-color: #707c86;
    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;
}
#navigation-r .logo img{
	height: 64px;
	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;
}
.header{
	background-image: url("../img/backgrounds/header.jpg");
	background-repeat: no-repeat;
	height: 475px;
	box-shadow: inset 0 0 0 2000px #00000082;
	-moz-box-shadow: inset 0 0 0 2000px #00000082;
	-ms-box-shadow: inset 0 0 0 2000px #00000082;
	-o-box-shadow: inset 0 0 0 2000px #00000082;
	-webkit-box-shadow: inset 0 0 0 2000px #00000082;
	background-position: center;
	background-size: cover;
	margin: 10px;
}
.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: 203px;
}
#welcome{
	padding-bottom: 75px;
	border-top: 20px solid #707c86;
}
#welcome .container{
	display: flex;
    align-items: center;
    flex-direction: column;
}
#welcome .title1{
	font-family: 'Cabin', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #707c86;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0px auto;
    padding: 10px 30px;
	margin-bottom: 55px;
}
#welcome .title2{
	font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #444444;
    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: #ce902a;
}
#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;
	width: 100%;
}
#welcome .left{
	height: 389px;
	width: 65%;
	background-image: url("../img/welcome1.jpg");
	background-position: center;
	background-size: cover;
}
#options{
	background-image: url("../img/backgrounds/thing.jpg");
	background-repeat: no-repeat;
	padding: 200px 0px;
	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;
}
#options .container_{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	margin: 0px auto;
}
.option{
	border: 11px solid #FFF;
	border-radius: 50%;
	width: 340px;
	height: 340px;
	display: block;
	margin: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.option .title{
	text-align: center;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 63px;
	margin-bottom: 20px;
}
.option .text{
    text-align: center;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 500;
}
#book_now{
	text-align: center;
    color: #FFF;
    background-color: #f7f7f7;
    padding: 150px 0px;
    background-position: center left -464px;
    background-size: cover;
}
#book_now .title{
	font-size: 38px;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #5d5d5d;
}
#book_now .caption{
	font-size: 22px;
    font-family: 'Cabin', sans-serif;
    color: #b98d40;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
#book_now .number a{
	font-size: 32px;
    font-family: 'Catamaran', sans-serif !important;
    color: #5d5d5d !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;
}
.gallery{
	padding: 30px 15px;
	display: flex;
	justify-content: space-around;
}
.gallery .col_{
	flex: 1 0 auto;
    height:auto;
	margin: 0px 15px;
}
.gallery .col_:before {
    content:'';
    float:left;
    padding-top:100%;
}
#gallery .col_:nth-child(1) .gallery_image{
	background-image: url("../img/gallery/1.jpg");
}
#gallery .col_:nth-child(2) .gallery_image{
	background-image: url("../img/gallery/2.jpg");
}
#gallery .col_:nth-child(3) .gallery_image{
	background-image: url("../img/gallery/3.jpg");
}
#gallery .col_:nth-child(4) .gallery_image{
	background-image: url("../img/gallery/4.jpg");
}
#gallery .col_:nth-child(5) .gallery_image{
	background-image: url("../img/gallery/5.jpg");
}
#gallery .col_:nth-child(6) .gallery_image{
	background-image: url("../img/gallery/6.jpg");
}
/**/
#gallery1 .col_:nth-child(1) .gallery_image{
	background-image: url("../img/gallery/7.jpg");
}
#gallery1 .col_:nth-child(2) .gallery_image{
	background-image: url("../img/gallery/8.jpg");
}
#gallery1 .col_:nth-child(3) .gallery_image{
	background-image: url("../img/gallery/9.jpg");
}
#gallery1 .col_:nth-child(4) .gallery_image{
	background-image: url("../img/gallery/10.jpg");
}
#gallery1 .col_:nth-child(5) .gallery_image{
	background-image: url("../img/gallery/11.jpg");
}
#gallery1 .col_:nth-child(6) .gallery_image{
	background-image: url("../img/gallery/12.jpg");
}
.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: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery_image img{
    width: 100%;
	height: 100%;
}
#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;
}
#contact{
	background-color: #fbfdfc;
}
#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;
	padding: 75px 0px;
}
#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:150px;
	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: 65px 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: 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;
	}
	.gallery_image{
		height: 211px;
	}
	#bottom_boxes .container{
		width: 95%;
	}
}
@media screen and (max-width: 1175px){
	#footer .container, #footerBottom .container{
		width: 83%;
	}
	#gallery .col_:last-child{
		display: none;
	}
	#gallery1 .col_:last-child{
		display: none;
	}
}
@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: 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%;
	}
	#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;
	}
}
@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;
	}
	#gallery .col_:nth-child(5){
		display: none;
	}
	#gallery1 .col_:nth-child(5){
		display: none;
	}
}
@media screen and (max-width: 930px){
	#options{
		padding: 40px 0px;
	}
	#options .container_{
		flex-direction: column;
	}
	.option{
		margin: 20px 0px;
	}
}
@media screen and (max-width: 925px){
	#footer .container, #footerBottom .container{
		width: 95%;
	}
}
@media screen and (max-width: 895px){
	.menu_left{
		width: 100%;
		padding: 0px 6px;
	}
	.menu_right{
		width: 100%;
		padding: 0px 6px;
	}
	#menu{
		flex-direction: column;
	}
}
@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;
	}
	.gallery_image{
		height: 250px;
		width: 100%;
	}
	.gallery{
		overflow: hidden;
	}
	.gallery .col_{
		width: 40%;
		margin: 0px 17px;
		display: flex;
		align-items: center;
	}
}
@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 .phone_number a{
		margin-top: 10px;
	}
	#main_header{
		height: 592px;
		padding-top: 170px;
	}
	#main_header .title{
		font-size: 65px;
	}
	#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;
	}
	#navigation{
		display: none;
	}
	#navigation.scrolled{
		display: none;
	}
	#navigation-r{
		display: block;
	}
	.main_online_order_btn{
		display: block !important;
		margin-top: 40px;
	}
}
@media screen and (max-width: 675px){
	#cuisine .description{
		text-align: justify;
	}
}
@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;
	}
}
@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;
	}
	#gallery{
		padding-top: 45px;
	}
	#gallery1{
		padding-bottom: 45px;
	}
	.gallery{
		padding: 8px 15px;
	}
	.gallery .col_{
		/* width: 80%; */
		margin: 0px 8px;
	}
	.option{
		width: 280px;
		height: 280px;
	}
	.option .title{
		font-size: 46px;
		line-height: 47px;
	}
}
@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: 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: 350px){
	#contact .left{
		text-align: center;
	}
	.contact_info .col_{
		width: 98%;
	}
	#footer .col_{
		padding-left: 20px;
	}
}
@media screen and (max-width: 330px){
	#main_header .title{
		font-size: 50px;
	}
	#main_header .caption{
		font-size: 28px;
	}
	.option{
		width: 95%;
	}
}
@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;
	}
}