@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700|Montserrat');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 70px;
	color: #272110;
	font-weight: 700 !important;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #000491;
	text-decoration: underline;
}

a.active {
	color: #000491 !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: #000491;
	color: #fff !important;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid transparent;
}

.btn-primary:hover {
	background-color: #fff !important;
	color: #000491 !important;
	border: 1px solid #000491;
}

.btn-lg.btn-primary {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-lg {
	padding: 15px 60px;
}

.btn-md {
	font-size: 16px;
	border-radius: 4px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.top-bar {
	color: #fff;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: bottom;
}

.top-bar .top-contact li,
.top-bar .lg-links li {
	float: left;
	padding: 0 7px;
}

.top-bar .top-contact li:first-child {
	padding-left: 0;
}

.top-bar .lg-links {
	float: right;
}

.top-bar .lg-links li:last-child {
	padding-right: 0;
}

.top-bar .lg-links {
	text-transform: uppercase;
}

.top-bar ul li a {
	color: #fff;
	font-size: 17px;
	transition: all .3s;
}

.top-bar ul li a:hover {
	color: #8b8ef8;
}

header {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 0px 0;
	position: relative;
	z-index: 9999;
}

header .navbar {
	background: transparent;
	border: 0;
	margin-bottom: 15px;
}

.navbar-brand {
	height: auto;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	margin-top: 15px;
}

.navbar-toggle .icon-bar {
	background-color: #000491 !important;
}

.navbar-toggle:hover {
	background-color: #000491 !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-right {
	margin-top: 25px;
}

.navbar-right li a {
	color: #3d3d3d !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .4s;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

.navbar-right li a:after {
	content: "";
	width: 0;
	height: 5px;
	background-color: #000491;
	position: absolute;
	right: 0;
	bottom: 5px;
	transition: all .8s;
}

.navbar-right li a:before {
	content: "";
	width: 0;
	height: 5px;
	background-color: #000491;
	position: absolute;
	left: 0;
	top: 5px;
	transition: all .8s;
}

.navbar-right li a:hover::before,
.navbar-right li a:hover::after {
	width: 100%;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	margin-top: -100px;
}

.serviceBg {
	background-image: url(../images/service-bg.png);
}
.hero-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.hero-txt h1 {
	font-size: 100px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 40px 0 30px 0;
}

.services {
	padding: 70px 0;
	background: #e4e5fb;
}

.services .heading {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.services h2 {
	color: #000;
	margin: 20px 0;
	font-size: 45px;
}

.services p {
	font-size: 16px;
	color: #000;
}

.services .btn {
	margin-top: 20px;
}

.services .img {}

.services .img img {
	transition: all .7s;
}

.services .img img:hover {
	transform: scale(1.3);
}

.our-story {
	padding: 70px 0 70px 0;
}

.our-story h2 {
	margin-bottom: 20px;
	color: #000491;
}

.our-story p {
	font-size: 16px;
	color: #3d3d3d;
	line-height: 40px;
	margin-top: 30px;
}

.our-menu {
	padding: 100px 0 60px 0;
}

.our-menu .sec-heading {
	margin-bottom: 50px;
}

.our-menu .menu-tabs {
	text-align: center;
	position: relative;
	width: 100%;
}

.our-menu .nav-tabs li {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 0 !important;
}

.our-menu .nav-tabs li.active a {
	font-weight: 500;
	border: 1px solid #000491;
}

.our-menu .nav-tabs {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%, -50%);
	width: 720px;
	float: none;
	border: 0;
	height: 55px;
}

.our-menu .nav-tabs li a {
	background-color: #000491;
	color: #fff;
	border-radius: 30px;
	width: 199px;
	text-align: center;
	font-size: 22px;
	border: none;
	cursor: pointer;
	margin: auto;
}

.pr-item {
	box-shadow: 0px 10px 38.7px 4.3px rgba(0, 0, 0, 0.17);
	margin-bottom: 25px;
}

.pr-item img {
	width: 100%;
}

.pr-item .pr-text {
	padding: 25px 25px 40px 25px;
}

.pr-item .pr-name {
	font-size: 22px;
	color: #4b4b4b;
	font-weight: 500;
	text-transform: capitalize;
}

.pr-item p {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 24px;
	margin: 19px 0;
}

.pr-item .pr-price {
	font-size: 28px;
	color: #000491;
	font-weight: 700;
	margin-top: 19px;
}

.our-menu .tab-content {
	display: block;
}

.our-menu .tab-pane {
	padding: 120px 0 0 0;
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #000491;
	border: none;
}

.panel-default>.panel-heading:hover {
	color: #fff !important;
}

.js-tabcollapse-panel-heading:hover {
	color: #fff;
}

.sec-heading p {
	font-size: 22px;
	color: #272110;
}

.mk-reservation {
	background-image: url(../images/padd.jpg);
	background-size: cover;
	background-position: left top;
	padding: 90px 0;
}

.mk-reservation .reservation-form {
	margin-top: 90px;
	background-image: url(../images/pad.jpg);
	background-position: top center;
	padding: 100px 25px;
	-webkit-box-shadow: -3px -3px 18px -3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: -3px -3px 18px -3px rgba(0, 0, 0, 0.45);
	box-shadow: -3px -3px 18px -3px rgba(0, 0, 0, 0.45);
}

.mk-reservation img {
	width: 100%;
}

.reservation-form .form-control {
	border: 1px solid #cbc7c7;
	border-radius: 5px;
	min-height: 50px;
	padding-left: 18px;
}

.reservation-form ::placeholder {
	font-size: 18px;
	color: #000491 !important;
}

.reservation-form :-ms-input-placeholder {
	color: red;
}

.reservation-form ::-ms-input-placeholder {
	color: red;
}

.mk-reservation .btn {
	border-radius: 5px;
	border: 1px solid transparent;
	font-size: 22px;
	font-weight: 500;
}

.mk-reservation .btn:hover {
	border: 1px solid #000491;
}

.datepicker .table-condensed th {
	color: #000491 !important;
}

.our-chefs {
	padding: 90px 0;
}

.chef-container {
	margin-top: 70px;
}

.chef {
	position: relative;
	overflow: hidden;
}

.chef .chef-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 4, 145, 0.2);
	transition: all .4s;
}

.chef .social-links {
	position: absolute;
	top: 15px;
	right: -250px;
	transition: all 1s;
}

.chef .img {
	overflow: hidden;
}

.chef img {
	width: 100%;
}

.chef .social-links li {
	padding: 10px 0;
}

.chef .social-links li a {
	font-size: 22px;
	color: #fff;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	line-height: 34px;
	transition: all .3s;
}

.chef .social-links li a:hover {
	color: #fff;
	background: #000491;
}

.chef .chef-desc {
	padding: 15px 25px;
	background-color: rgba(0, 4, 145, 0.6);
	border: 1px solid #000491;
	text-align: center;
	width: 284px;
	position: absolute;
	bottom: 20px;
	left: -500px;
	transform: translate(-50%, 0);
	transition: all 1s;
}

.chef .chef-name {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	display: block;
	margin-bottom: 6px;
}

.chef .cook-type {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
}

.chef:hover .chef-desc {
	left: 50%;
}

.chef:hover .social-links {
	right: 15px;
}

.chef:hover .overlay {
	opacity: 1;
}

footer {
	background-color: #1a1a1a;
	padding: 72px 0 50px 0;
	background-image: url(../images/hero3.jpg);
}

footer .ft-logo {
	display: inline-block;
	margin-bottom: 45px;
}

footer .footer-address {
	font-size: 23px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

footer .contact {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}

footer .ft-social-links {
	display: inline-block;
	margin: 10px auto 0 auto;
}

footer .ft-social-links li {
	float: left;
	padding: 0 11px;
}

footer .ft-social-links li a {
	height: 36px;
	width: 36px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	transition: all .3s;
}

footer .ft-social-links li a:hover {
	background-color: #000491;
	color: #fff;
}

footer .ft-divider {
	height: 1px;
	background-color: #3a3939;
	width: 100%;
	margin: 70px 0 50px 0;
}

footer .copy {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.page-hd {
	padding: 100px 0;
	background-image: url(../images/about-pg.jpg);
	background-size: cover;
	margin-top: -30px;
	background-position: top;
}

.page-hd .pg-title {
	color: #fff;
	font-size: 23px;
}

.contact-us {
	padding: 70px 0 90px 0;
}

.contact-us h4 {
	font-size: 25px;
	margin-bottom: 35px;
}

.contact-us .form-control {
	border: 1px solid #cbc7c7;
	border-radius: 5px;
	min-height: 50px;
}

.contact-us .form-control:focus {
	-webkit-box-shadow: 1px -1px 20px 2px rgba(255, 0, 30, 0.35);
	-moz-box-shadow: 1px -1px 20px 2px rgba(255, 0, 30, 0.35);
	box-shadow: 1px -1px 20px 2px rgba(255, 0, 30, 0.35);
}

.contact-us label {
	margin-bottom: 15px;
}

.contact-us .form-group {
	margin-bottom: 30px !important;
}

.contact-us .contact-outer-box {
	border: 4px solid #aeaeaf;
	border-radius: 1px;
	padding: 10px;
	margin: 50px 0 0 0;
}

.contact-us .contact-inner-box {
	border: 2px solid #838385;
	border-radius: 1px;
	padding: 30px 20px 60px 0;
}

.contact-inner-box p {
	font-size: 17px;
	color: #272110;
}

.contact-us .contact-inner-box h5 {
	font-size: 19px;
	font-weight: 500;
	color: #272110;
	margin-bottom: 10px;
}

.ct-address,
.ct-hours,
.ct-contact-det {
	margin: 0 10px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999897;
}

.ct-connect ul {
	float: right;
	margin-top: 6px;
}

.ct-connect ul li {
	float: left;
	padding: 0 8px;
}

.ct-connect ul li .fa {
	font-size: 21px;
}

.ct-map iframe {
	width: 100%;
	min-height: 400px;
}

.about-us {
	background-repeat: no-repeat;
	padding: 70px 0;
}

.about-us .sec-heading {
	margin-bottom: 70px;
}

.abt-text {
	padding: 30px;
}

.abt-text h3 {
	font-size: 26px;
	margin-bottom: 15px;
}

.abt-text p {
	margin-bottom: 10px;
}

.abt-testimonial {
	padding: 70px 0;
	background-image: url(../images/about-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.abt-testimonial .testi-m {
	text-align: center;
}

.abt-testimonial .testi-m .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

.abt-testimonial .testi-m p {
	line-height: 24px;
}

.abt-testimonial .testi-m .name {
	font-size: 20px;
	color: #000491;
	display: inline-block;
	margin-top: 20px;
	text-transform: capitalize;
	font-weight: 500;
}

.abt-testimonial .testi-m {
	padding: 30px 25px 40px 25px;
}

.abt-products .sec-heading {
	margin-bottom: 50px;
}




/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.hero-txt h1 {
		font-size: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.navbar-right li a {
		font-size: 16px;
		padding: 10px 5px;
	}
	.hero-txt h1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media screen and (max-width: 767px) {
	.navbar-right-2 {
		position: relative;
		transform: none;
		left: 15px;
		top: 15px;
	}
	.hero-txt h1 {
		font-size: 45px;
		margin: 20px 0 20px 0;
	}
	.hero-txt .small-txt {
		font-size: 20px;
	}
	.services .text-right,
	.our-story .text-right,
	.our-story .text-left {
		text-align: center;
	}
	.our-story {
		padding: 45px 0;
	}
	.our-story p {
		line-height: 26px;
	}
	.chef {
		margin-bottom: 20px;
	}
	.chef .chef-desc {
		padding: 7px 12px;
		width: 190px;
	}
	.about-us {
		padding-top: 45px;
		margin-top: 0 !important;
	}
	h2 {
		font-size: 35px;
	}
	.whower {
		margin: 50px 0;
	}
	.hist-txt {
		text-align: center;
	}
	.services {
		margin: 60px 0;
	}
	.mk-reservation,
	.our-menu {
		padding: 45px 0;
	}
	footer {
		text-align: center;
	}
	footer .social-links {
		display: inline-block;
		margin: 0 auto;
	}
	footer .col-md-8 {
		width: 100%;
		display: inline-block;
	}
	.about-us {
		margin: 50px 0;
	}
	.about-us .main-text {
		margin-top: 20px;
	}
	.vision .col-md-4,
	.about-us .col-md-6 {
		text-align: center;
	}
	.about-us h1,
	.vision h1,
	.contact-sec h1,
	.contact-form h1 {
		margin-bottom: 40px;
	}
	.contact-sec {
		margin: 50px 0;
	}
	.vision {
		padding-bottom: 50px;
	}
	.contact-sec .col-md-4 {
		margin-bottom: 30px;
	}
	.contact-form .btn-primary {
		width: 100%;
	}
	.mk-reservation {
		background-image: none;
	}
	.services .text-left {
		text-align: center;
	}
	.desk-img{
		display: none;
	}
}

@media screen and (min-width: 767px) {
	.cart-nav2 {
		display: none;
	}
	.mbl-img{
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.hero-txt h1 {
		font-size: 40px;
	}
	.top-bar ul li {
		padding: 0 4px !important;
	}
	.top-bar ul li a {
		font-size: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}