html, body{overflow-x: hidden;}
*
{
	margin: 0px;
	padding: 0px;
}
/******* font face rule **************/
@font-face {
  font-family: ACaslonPro-Regular;
  src: url(../fonts/ACaslonPro-Regular.ttf);
}
@font-face {
  font-family: ACaslonPro-Semibold;
  src: url(../fonts/ACaslonPro-Semibold.ttf);
}
@font-face {
  font-family: Adobe_Caslon_Pro_Semibold_Italic;
  src: url(../fonts/Adobe_Caslon_Pro_Semibold_Italic.ttf);
}
@font-face {
  font-family: ACaslonPro-Bold;
  src: url(../fonts/ACaslonPro-Bold.ttf);
}

@font-face {
  font-family: Segoe UI;
  src: url(../fonts/Segoe UI.ttf);
}
@font-face {
  font-family: Segoe_UI_Semibild_Italic;
  src: url(../fonts/Segoe_UI_Semibild_Italic.ttf);
}
@font-face {
  font-family: AlexBrush-Regular;
  src: url(../fonts/AlexBrush-Regular.ttf);
}
@font-face {
  font-family: Lato-Regular;
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-Bold;
  src: url(../fonts/Lato-Bold.ttf);
}
/******* font face rule Over **************/

/**************** custom css*********************/
.section-padding{padding-top: 40px; padding-bottom: 40px;}
.text-red{color: #C1001A !important;}
/**************** custom css Over*********************/


/*******  header ***********/
.header-top-image
{
	background-image: url("../images/header-after.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 8px;
	width: 100%;
}

	/****** navbar*****/
	.logo-image{height: 250px;width: auto;}
	.navbar
	{
		background-color: transparent;
		position: absolute;
		width: 100%;
		top: 1%;
		z-index: 1;
	}
	.address-bar li a
	{
		font-family: ACaslonPro-Regular;
		font-size: 22px;
		color: #FFFFFF;
	}	
	.navbar-links li{padding: 10px 20px;}
	.navbar-links li:last-child{padding: 10px 0px;}
	#Navbar .navbar-links li a
	{
		font-family: Segoe UI;
		font-size: 24px;
		color: #fff;
		text-transform: uppercase;		
		position: relative;
		padding: 0px;
		padding-bottom: 5px !important;
	}
	.navbar-links li a.active:before
	{
		content: "";
		position: absolute;
	    background: url(../images/header-after.png);
	    width: auto;
	    height: 2px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background-size: contain;
	}
	/****** navbar Over*****/
	.header-image
	{
		background-position: center;;
		background-size: cover;
		background-repeat: no-repeat;
		height: 99vh;
		width: 100%;
		position: relative;
	}
	.header-inner-page-overlay
	{
		position: absolute;
		height: 100%; width: 100%;
		top:0; bottom: 0; left: 0; right: 0;
		background-color: rgba(41, 41, 41,0.7);
	}
	.header-slider{position: relative;height: 100%;width: 100%;}
	.header-slider:after
	{
		position: absolute;
		content: '';
		background-image: url("../images/header-slider-after.png");
		bottom: -2%;
		width: 100%;
		height: 150px;
	}
	.header-slider .slick-dots{bottom:20%;}
	.header-slider .slick-dots li button:before{font-size: 20px;opacity:0.7;color: #fff;}
	.header-slider .slick-dots li{width: 15px;}
	.header-slider .slick-dots li.slick-active button:before{color: #C1001A;}
	.header-text
	{
		position: absolute;
		left: 50%; top: 55%; transform: translate(-50%,-50%); 
	}
	.header-text h1
	{
		font-family: ACaslonPro-Bold;
		font-size: 140px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 1px 0px 6px rgba(0, 0, 41, 0.4);
        font-weight: 900;
        margin-bottom: 0px;
        line-height: 1;
    }
    .header-text h2
    {
        font-family: ACaslonPro-Bold;
        font-size: 60px;
		text-align: center;
		color: #fff;
    }
	.header-text h6
	{
		font-family: Segoe UI;
		font-size: 20px;
		text-align: center;
		color: #FFF9F9;
		text-transform: uppercase;
		opacity: 1;
	}

/* top-address-bar-mobile */
.top-address-bar-mobile{background-color: #000;text-align: right;display: none;}
.top-address-bar-mobile a
{
	font-family: ACaslonPro-Regular;
    font-size: 22px;
    color: #FFFFFF;
}
/* top-address-bar-mobile Over*/
/*******  header Over ***********/

/******* section 2 about ************/
.section-2-about {position: relative;}
.index-about-sec-img-1
{
	position: absolute;
    background-image: url(../images/index-about-bg-img-1.png);
    top: 0%; left: -2%;
    height: 200px; width: 100%;
    z-index: -1;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.index-about-sec-img-2
{
	position: absolute;
    background-image: url(../images/index-about-bg-img-2.png);
    top: 0%;
    right: 0%;
    height: 230px;
    width: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.section-heading h1
{
	font-family: AlexBrush-Regular;
    font-size: 90px;
    text-transform: capitalize;
    color: #313133;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
}
.section-heading h1:after
{
	content: '';
    position: absolute;
    background: url(../images/header-after.png);
    background-size: contain;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.section-2-about p
{
	font-family: Segoe UI;
	color: #2D2828;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}
.section-2-about a
{
	font-family: Segoe UI;
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #343434;
    color: #232323;
    padding: 10px 30px;
}
.section-2-about a:hover
{
	text-decoration: none;
	border:1px solid #C1001A;
	background-color: #C1001A;
	color: #fff;
	  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
/******* section 2 about Over ************/

/**************** section 3 gallary ***********************/
.sec-3-gallary
{
	background-image: url(../images/gallery-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 0px 60px;
	padding-bottom: 100px;
	position: relative;
}


.index-gallery-section-bg-img-1
{
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/index-about-bg-img-1.png);
    left: -5%;
    top: 0;
    height: 200px;
    width: 100%;
	opacity: 0.3;
	z-index: 0;
}

.index-gallery-section-bg-img-2
{
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/index-gallery-img-1.png);
    left: -5%;
    bottom: 0;
    height: 200px;
    width: 200px;
    opacity: 0.3;
    z-index: 0;
}
.index-gallery-section-bg-img-3
{
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/index-gallery-image-crop.png);
    right: 0%;
    top: 0;
	height: 280px;
    width: 280px;
    opacity: 0.3;
    z-index: 0;
}
.index-gallery-section-bg-img-4
{
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/index-gallery-img-3.png);
    right: 0;
    bottom: -10%;
    height: 280px;
    width: 280px;
    opacity: 0.3;
    z-index: 0;
}
.sec-3-gallary a
{
	font-family: Segoe UI;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    border: 1px solid #FFFFFF;
}
.sec-3-gallary a:hover
{
	background-color: #fff;
	color: #313133;
	text-decoration: none;
	  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
.gallary-image
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 320px;
	width: 100%;	
	border: 1px solid #707070;
}

.gallary-slider .slick-slider{margin:20px;}
.gallary-slider .slick-slide:focus{outline: 0;}
.gallary-slider .slick-slider:focus{outline: 0;}

.gallary-slider .slick-prev{left: -3.1%;top: 40%;transform: translate(0, -50%);}
.gallary-slider .slick-next {right: -1%;top: 40%;transform: translate(0, -50%);}
.gallary-slider .slick-next:before 
{
 	    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    color: red;
    font-size: 40px;
    font-weight: 900;
    display: inline-block;
    color: #F2F7F9;
    background: rgba(242, 247, 249,0.6);
    padding: 30px 15px;
    text-align: center;
 } 
 .gallary-slider .slick-prev:before 
 {
 	    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    color: red;
    font-size: 40px;
    font-weight: 900;
    display: inline-block;
    color: #F2F7F9;
    background: rgba(242, 247, 249,0.6);
    padding: 30px 15px;
    text-align: center;
 }
 .gallary-slider .slick-dots{position: relative;bottom: 0;}
 .gallary-slider .slick-dots li button:before{color: #fff;opacity: 1;font-size: 12px;}
 .gallary-slider .slick-dots li.slick-active button:before{color: #C1001A;}
/**************** section 3 gallary Over***********************/

/************** section 4 *********************/
.section-4{position: relative;}

.section-4-bg-images-left-top
{
	position: absolute;
	top: 0; left: 1%;
	background-size: contain;background-repeat: no-repeat;
	background-image: url("../images/5.png");	
	height: 100px; width:100px;
}

.section-4-bg-images-left-bottom
{
	position: absolute;
	bottom: 0; left: 0;
	background-size: contain;background-repeat: no-repeat;
	background-image: url("../images/7.png");	
	height: 60px; width:100%;
}
.section-4-bg-images-right-top
{
	position: absolute;
    top: 0;
    right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/index-section-4-bg-img-2.png);
    height: 260px;
    width: 260px;
    z-index: 0;
}
.section-4-bg-images-right-bottom
{
	position: absolute;
    bottom: 0%;
    right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/6.png);
    height: 170px;
    width: 270px;
    z-index: 0;
}
.section-4-image
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	position: relative;
	z-index: 10;
}
.section-4-text
{
	position: absolute;
    background-color: rgba(41, 41, 41,0.7);
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    padding: 20px 0px;
    display: block;
}
.section-4-text h1
{
	color: #F9F9F9;
    font-family: Lato-Regular;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    border: 6px solid #EBE3E3;
    margin: 0 auto;
    padding: 10px;
}
.section-4-image:hover .section-4-text
{
	display: block;
	  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
/************** section 4 Over*********************/

/*********** section 5 *****************/
.lunch-time-special-menu
{
	background: -webkit-linear-gradient(rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.8)), url("../images/launch-menu-bg.jpg");
    background: linear-gradient(rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.8)), url("../images/launch-menu-bg.jpg"); 
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;	
	position: relative;
}
.lunch-time-special-menu:before
{
	position: absolute;
	content: '';
	background-image: url("../images/launch-menu-after.png");
	bottom: -1%;
	width: 100%;
	height: 120px;
}
.lunch-time-special-menu h1
{
	color: #fff;
	font-family: AlexBrush-Regular;
	text-align: center;
	text-transform: capitalize;
	font-size: 70px;
	margin-bottom: 0px;
}
.lunch-time-special-menu-content{padding-top: 60px;padding-bottom: 130px;}

.lunch-time-special-menu a
{
	background-color: #278134;
	color: #F9F9F9;
	font-family: Lato-Regular;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
    padding: 15px 25px;
    border: 1px solid #278134;
}

.lunch-time-special-menu a:hover
{
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	color: #278134;
	  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
/*********** section 5 Over *****************/

/*************** opening hours *****************/
.opening-hours-section{position: relative;}
/* bgimages */
.index-opening-hours-bg-image-1
{
	position: absolute;
    top: 5%; left: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/2.png);
    height: 260px; width: 260px;
    z-index: -1;
}
.index-opening-hours-bg-image-2
{
	position: absolute;
    bottom: 0%; left: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/index-opening-hours-bg-img-2.png);
    height: 260px; width: 260px;
    z-index: -1;
}
.index-opening-hours-bg-image-3
{
	position: absolute;
    bottom: 10%;
    left: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/5.png);
    height: 100px;
    width: 100px;
    z-index: -1;
}
.index-opening-hours-bg-image-4
{
	position: absolute;
    top: 10%; right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/4.png);
    height: 200px; width: 300px;
    z-index: -1;
}
.index-opening-hours-bg-image-5
{
	position: absolute;
    bottom: 5%; right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/3.png);
    height: 100px; width: 150px;
    z-index: -1;
}
.index-opening-hours-bg-image-6
{
	position: absolute;
    bottom: 5%; right: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/6.png);
    height: 130px; width: 200px;
    z-index: -1;
}
/* bgimages Over*/
.opening-hours-section-heading h1
{
	font-family: AlexBrush-Regular;
    font-size: 90px;
    text-transform: capitalize;
    color: #313133;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
}
.opening-hours-section-heading h1:after 
{
    content: '';
    position: absolute;
    background: url(../images/header-after.png);
    background-size: contain;
    height: 2px;
    width: 53%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
}
.opening-hours-list{margin-top: 35px;}
.opening-hours-list li
{
	 font-family: ACaslonPro-Regular;
	 color: #1A1818;
	 font-size: 35px;
	 text-align: center;
	 margin-bottom: 15px;
}
.opening-hours-list li span{color: #E50019;}
/*************** opening hours Over*****************/

/******************** footer ******************/
.footer-image
{
	background-image: url("../images/footer-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding: 40px 0px;
}
.footer-links-list li{margin-bottom: 5px;}
.footer-links-list li a
{
	font-family: Segoe UI;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 25px;
}
.footer-links-list li a.active{color:#C1001A;}
.footer-links-list li a:hover
{
	text-decoration: none;
	color: #C1001A;
		  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}

.footer-address-list{border-left: 1px solid #fff;padding-left: 60px;}
.footer-address-list li a
{
	font-family: Segoe UI;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 20px;
}
.footer-address-list li a:hover
{
	text-decoration: none;
	color: #C1001A;
		  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
.footer-address-list li{margin-bottom: 15px;}
.footer-address-list .footer-social-link
{
	height: 55px;
    width: 55px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 30px;
}
.footer-address-list .footer-social-link:hover
{
	text-decoration: none;
	color: #fff;
	border: 3px solid #C1001A;
	background-color: #C1001A;
		  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
.header-top-image-height{height: 10px;}

.copyright-section {padding: 20px 40px;}
.copyright-section a
{
	font-family: Segoe UI;
	color: #636363;
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.copyright-section a:hover
{
	text-decoration: none;
	color: #C1001A;
		  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}
.copyright-section .right-text{float: right;}
.header-top-image-height {height: 10px;}
/******************** footer Over ******************/

/************** About page ********************/
.about-restaurant-image
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.about-page-bg-1{
	position: absolute;
    background-image: url(../images/about-sec-2-bg-img-1.png);
    top: 0%;
    left: -2%;
    height: 200px;
    width: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.about-page-bg-2{
	position: absolute;
    background-image: url(../images/about-sec-2-bg-img-2.png);
    top: 0%;
    right: 0%;
    height: 230px;
    width: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.about-restaurant-h{padding-bottom: 120px;}
.about-restaurant-h h1{font-size: 65px;display: inline-block;margin-bottom: 30px;}
.about-restaurant-h h6{color:#707070;font-family:Segoe_UI_Semibild_Italic;font-size:25px;}
.about-restaurant-h p{color:#707070;font-family: Segoe UI;font-size:25px;}

.about-why-choose-us-section
{
	background-image: url("../images/about-choose-us-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding-bottom: 150px;
	position: relative;
}
/* bg images */
.about-why-choose-us-bg-1
{
	position: absolute;
    background-image: url(../images/4.png);
    top: 0%; left: 0%;
    height: 200px; width: 100%;
    z-index: -1;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.about-why-choose-us-bg-2
{
	position: absolute;
    background-image: url(../images/8.png);
    top: 0%;
    right: 1%;
    height: 200px;
    width: 250px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.5;
}
.about-why-choose-us-bg-3
{
	position: absolute;
    background-image: url(../images/7.png);
    bottom: 10%;
    left: 0%;
    height: 150px;
    width: 170px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.5;
}
.about-why-choose-us-bg-4
{
	position: absolute;
    background-image: url(../images/6.png);
    bottom: 10%;
    right: 3%;
    height: 150px;
    width: 170px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.5;
}
/* bg images Over*/
.why-choose-us-content
{
	background-color: #3E3E3E;
	border-radius: 50%;
	height: 340px;width: 340px;margin:50px auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-us-sec-3{padding-top: 170px;padding-bottom: 350px;}
.about-us-sec-3-image{background-color:#7B7B7B;border:1px solid #7B7B7B;height:330px;width:100%}

.about-sec-3-bg-image
{
	background-image: url(../images/10.png);
	transform: rotate(130deg);
	left: -4%;
    height: 310px;
    width: 310px;

}
.about-us-sec-3-text h1
{
	font-family: Segoe_UI_Semibild_Italic;
	color: #707070;
	font-size: 30px;
	text-align: left;
	margin-bottom: 20px;
}
.about-us-sec-3-text p
{
	font-family: Segoe UI;
	color: #707070;
	font-size: 22px;
	text-align: left;
}
/************** About page Over ********************/

/****************** Gallery page *********************/

/* bg images */
.gallary-page-bg-img-1
{
	position: absolute;
    background-image: url(../images/about-sec-2-bg-img-1.png);
    top: 1%;
    left: -1%; 
    height: 200px;
    width: 200px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallary-page-bg-img-2
{
	position: absolute;
    background-image: url(../images/about-sec-2-bg-img-2.png);
    top: 1%;
    right: 0%; 
	height: 190px;
    width: 140px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallary-page-bg-img-3
{
	position: absolute;
    background-image: url(../images/2.png);
    top: 50%;
    left: -5%;
    height: 250px;
    width: 300px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.gallary-page-bg-img-4
{
	position: absolute;
    background-image: url(../images/4.png);
    top: 50%;
    right: -5%;
    height: 250px;
    width: 300px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.gallary-page-bg-img-5
{
	position: absolute;
    background-image: url(../images/10.png);
    bottom: -8%;
    left: -1%;
    height: 300px;
    width: 280px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    transform: rotate(100deg);
}
.gallary-page-bg-img-6
{
	position: absolute;
    background-image: url(../images/6.png);
    bottom: 0%;
    right: 26%;
    height: 150px;
    width: 200px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.gallary-page-bg-img-7
{
	position: absolute;
    background-image: url(../images/about-sec-2-bg-img-2.png);
    bottom: 0%;
    right: 0%;
    height: 230px;
    width: 170px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
/* bg images Over*/

.gallary-button{margin: 70px auto;}
.gallery-images-wrp{margin: 30px auto;}
.gallary-button a
{
	font-family: Segoe UI;
	color: #232323;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
    padding: 10px 40px;
    padding-bottom: 16px;
	border: 1px solid #343434;
}
.gallary-button a:hover
{
	text-decoration: none;
	color: #fff;
	border: 1px solid #232323;
	background-color: #232323;
	  -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition:0.4s ease;
    transition: 0.4s ease;
}

.gallery-page-image
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 520px;
	width: 100%;
	margin: 15px auto;
	position: relative;
	overflow: hidden;
}
.gallery-page-image-overlay
{
	position: absolute;
	height: 100%; width: 100%;
	top:0; left:0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.gallery-page-image-text
{
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}
.gallery-page-image-icon
{
	color: #fff;font-size: 80px;
	display: flex!important;
    justify-content: center;
}
.gallery-page-image:hover .gallery-page-image-overlay{display: block;}
.gallery-page-image p
{
	font-family: ACaslonPro-Bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin-top: 15px;
	word-break: break-word;
}
.gallery-page-h h1:after
{
	background: url(../images/header-after-img-1.png);
	background-size: contain;
}
/****************** Gallery page Over *********************/

/************ Contact us page *********************/
.contact-us-page-h h1{
	padding: 0px 40px;
}
.contact-us-page-h h1:after
{
    background: url(../images/header-after-img-1.png);
    background-size: contain;
}
.contact-get-in-touch {margin-top: 20px;}
.contact-get-in-touch i{color:#E50019; font-size: 30px; margin-right: 25px;}
.contact-get-in-touch a{color:#000; font-size: 20px; font-family: Segoe_UI;float: left;text-align:left;}
.contact-get-in-touch a:hover{text-decoration: none;}
.contact-get-in-touch a:focus{text-decoration: none;}
/************ Contact us page Over*********************/

/**************** menu page *************************/
.menu-page-bg-image-1
{
    top: 0%;
    left: -1%;
    height: 150px;
    width: 150px;
}
.menu-page-bg-image-2{top: -1%;}

.menu-page-bg-image-3{top: 35%;}
.menu-page-bg-image-4{top: 35%;right: -5%;}

.menu-page-bg-image-5
{
	position: absolute;
    background-image: url(../images/about-sec-2-bg-img-1.png);
    top: 65%;
    left: 0%;
    height: 170px;
    width: 170px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.menu-page-bg-image-6
{
	position: absolute;
    background-image: url(../images/2.png);
    top: 65%;
    right: 0%;
    height: 170px;
    width: 170px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.menu-page-bg-image-7
{
	position: absolute;
    background-image: url(../images/10.png);
    bottom: -4%;
    left: -1%;
    height: 300px;
    width: 280px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    transform: rotate(100deg);
}
.menu-page-bg-image-8
{
	position: absolute;
    background-image: url(../images/6.png);
    bottom: 1%;
    right: 0%;
    height: 150px;
    width: 200px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.menu-heading h1:after{
	height: 3px;width: 83%;
		background: url(../images/header-after-img-1.png);
	background-size: contain;
}

#MenuTabs li{margin-top: 15px;}
#MenuTabs li a
{
	font-family: Lato-Bold;
	color: #D1CCCC;
	text-transform: uppercase;
    /* font-size: 24px; */
    /* padding: 12px 20px; */
	font-size: 20px;
    padding: 12px 10px;
	position: relative;
}
#MenuTabs li a.active{background-color: transparent;color:#C1001A;}
#MenuTabs li a.active:before
{
	position: absolute;
    content: '';
    background-color: #C1001A;
    height: 4px;
    width: 45%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
}
.menu-tab-content-wrp{padding-top: 20px;padding-bottom: 130px;}
.menu-tab-content{margin: 50px auto;}
.menu-tab-content h1
{
	font-family: ACaslonPro-Semibold;
    color: #C1001A;
    font-size: 70px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 25px 50px;
    letter-spacing: 0.5px;
    margin-bottom: 80px;
}
.menu-tab-content h1:after
{
	position: absolute; content: '';
	background-color: #E5E5E5;
	height: 4px;
	 width: 90%;
	left:50%;
	bottom: 0;
	transform: translate(-50%,-50%);
}
.menu-tab-content h1.font-40
{
    font-size: 25px;
    margin-bottom: 50px;
    padding: 25px 20px;
    letter-spacing: 0.5px;
    word-break: break-word;
}
.menu-tab-content h5
{
	font-family: ACaslonPro-Semibold;
	font-size: 25px;
	color: #1A1818;
	letter-spacing: 0.5px;
	word-break: break-word;
}
.menu-tab-content h5 span
{
	font-family: ACaslonPro-Regular;
	font-size: 21px;
	color: #1A1818;
	word-break: break-word;
}
.menu-tab-content h6
{
	font-family: ACaslonPro-Semibold;
	font-size: 23px;
	color: #1A1818;
	word-break: break-word;
}
.menu-tab-content p
{
	font-family: ACaslonPro-Regular;
    /* font-size: 21px; */
    font-size: 20px;
	color: #1A1818;
	letter-spacing: 0.5px;
	word-break: break-word;
	line-height: 1;
}
.menu-heading-number
{
	color: #278134 !important;
	font-family: ACaslonPro-Bold !important;
	font-size: 25px !important;
	margin-left: 10px;
}
.menu-tab-content a{
	border-bottom: 1px dashed #000;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.menu-tab-content a:hover{	text-decoration: none;cursor: auto;}
	.menu-tab-content h5:hover, .menu-tab-content h6:hover,.menu-tab-content h4:hover	{
		color:#B50014;
			  -webkit-transition: 0.4s ease;
	    -moz-transition: 0.4s ease;
	    -o-transition:0.4s ease;
	    transition: 0.4s ease;
	}
.menu-tab-content h2
{
	color: #BFBCBC;
	font-family: Adobe_Caslon_Pro_Semibold_Italic;
	font-size: 40px;
	margin-bottom: 70px;
}
.menu-tab-content h3
{
	color: #C1001A;
    font-family: Adobe_Caslon_Pro_Semibold_Italic;
    font-size: 70px;
    text-align: center;
    word-break: break-word;
    padding: 50px;
}
.menu-tab-content h4
{
	font-family: ACaslonPro-Regular;
	color: #1A1818;
	/* font-size: 26px; */
	font-size: 24px;
	margin-bottom: 10px;
}

.menu-meat-logo{height: 100px;}
.menu-meat-logo-wrp{margin-bottom: 50px;}

.menu-tab-content .wine-list-padding{padding-bottom: 50px;}
.menu-tab-content .wine-list-padding-1{padding-bottom: 30px;}
.wine-list-h4 h4{font-size: 22px;}
.menu-meat-text-mobile-display
{
	padding: 0px !important;
    font-size: 45px !important;
    margin: 40px auto !important;
	display: none;
}
/**************** menu page Over*************************/


/*================media query ===============================*/
@media all and (max-width: 350px)
{   
    #MenuTabs li a{font-size: 16px !important;}
}
@media all and (min-width: 350px) and (max-width: 400px)
{
    #MenuTabs li a{font-size: 17px !important;}
}
@media all and (max-width: 400px)
{
	.logo-image {height: 150px !important;}
	.header-top-image{background-size: contain;height: 4px;}
    .header-text h1 {font-size: 42px !important;}
    .header-text h2{line-height: 1!important;margin-bottom: 0px;font-size:30px!important;}
	.header-image{height: 90vh !important;}
	.section-4-image{height: 240px !important;}
	.opening-hours-section-heading h1{font-size: 50px !important;}
	.why-choose-us-content{height: 260px!important;width: 260px !important;}
	.gallery-page-image{height: 220px !important;}
	.menu-tab-content h1{font-size: 30px !important;}
	.menu-tab-content h1.font-40{font-size: 30px !important;}
	.top-address-bar-mobile a{font-size: 12px !important;}
    #MenuTabs li a{font-size: 17px !important;}
    
}
@media all and (max-width: 767px)
{


	.logo-image {height: 220px;}
    .header-text h1{font-size: 50px !important;}
    .menu-tab-content h1.font-40 {font-size: 25px;margin-bottom: 30px;}
    .header-text h6{font-size: 15px !important;}
    .header-text h2{line-height: 2.5;margin-bottom: 0px;font-size:35px!important;}
	.navbar-links li a.active:before{background-size: contain !important;}
	.top-address-bar-mobile a{font-size: 16px;}
	.header-image {height: 60vh !important;}
	.header-slider:after{height: 0px;}

	.section-heading h1{font-size: 70px;padding-top: 20px;}
	.section-2-about p{font-size: 15px;}

	.sec-3-gallary{padding: 0px;padding-bottom: 60px;}

	.section-4-image{height: 290px;margin-top: 30px;}

	.opening-hours-section-heading h1{font-size: 60px;}
	.opening-hours-list li{font-size:20px;}
	.copyright-section{text-align: center;}
	.copyright-section .right-text {float: none;}
	.footer-links-list li {text-align: center;}
	.footer-address-list{border-left: 0;padding-left: 0;text-align: center;}

	/*about page*/
	.about-restaurant-h h6{font-size: 22px;}
	.about-restaurant-h p{font-size: 22px;text-align: center;}
	.about-why-choose-us-section{padding-top: 0px;}
	.why-choose-us-content{margin: 20px auto;}
	.about-us-sec-3 {padding-top: 60px;padding-bottom: 60px;}
	.about-why-choose-us-section h1{font-size: 50px !important;}
	/*about page Over*/

	/*gallery page*/
	.gallery-page-h h1{font-size: 55px;}
	.gallery-page-image{height: 310px;}
	/*gallery page Over*/

	/*menu page*/
	.menu-heading h1{padding-top: 20px;}
	.menu-tab-content h1{font-size: 40px;}
	#MenuTabs li a{font-size: 22px;padding: 12px 15px;}
	/*menu page Over*/

	/* bg images */
	.about-why-choose-us-bg-1{height: 110px;width: 120px;}
	.about-why-choose-us-bg-2{height: 150px;width: 180px;}
	.about-why-choose-us-bg-3{height: 120px;width: 130px;bottom: 5%;}
	.about-why-choose-us-bg-4{bottom: 5%;height: 90px;width: 130px;}

	.gallary-page-bg-img-1{height: 150px;width: 150px;top: 0;}
	.gallary-page-bg-img-5{bottom: -8%;left: -15%;height: 140px;width: 240px;}
	.gallary-page-bg-img-6{height: 80px;width: 150px;}
	.gallary-page-bg-img-7{bottom: 2%;height: 110px;width: 100px;}

	.index-opening-hours-bg-image-3{display: none;}
	/* bg images Over*/
}
@media all and (max-width: 991px)
{
	/*navbar*/
	.logo-image {height: 200px;width: auto;margin-bottom: 30px;}
	.header-top-image
	{
		background-image: url("../images/header-top-image-mobile.png");
		background-size: cover;
		height: 6px;
	}
	.header-logo{margin-bottom: 0px;}
	.top-address-bar-mobile{display: block;text-align: center;padding: 10px 0px;}
	.address-bar{display: none;}
	.navbar{position: relative;background-color: rgba(0,0,0,0.9);}
	.navbar-toggler i{font-size: 30px;}
	.navbar-toggler:focus{outline: 0;}
	.navbar-links li:last-child {padding: 10px 20px;}
	.address-bar li a{text-align: center;font-size: 19px;}
	#Navbar .navbar-links li a{text-align: center;font-size: 18px;}
	.navbar-links li a.active:before{background-size: cover;}

	/*navbar Over*/
	.header-top-image{display: block;}
	.header-text{top: 45%;}
	.header-image{height: 80vh;}
	.header-text h1{font-size: 80px;}
    .header-text h6{font-size: 15px;}
    .header-text h2{font-size: 50px;}

	.sec-3-gallary{padding: 0px;padding-bottom: 60px;}
	

	.section-4-image{height: 290px;margin-top: 30px;}
	.section-4-text{display: block;}
	.section-4-text h1{font-size: 25px;}

	.lunch-time-special-menu h1{font-size: 50px;margin-bottom: 40px;}
	
	.footer-logo{text-align: center;margin-bottom: 20px;}
	.footer-links-list li a{font-size: 20px;}
	/****** about-page-bg-1 *******/
	.about-restaurant-h h1 {display: block;}
	.about-restaurant-h h6{text-align: center;}
	.about-restaurant-h p{text-align: center;}
	.about-restaurant-h {padding-bottom: 0px;}
	.about-why-choose-us-section h1{font-size: 80px;}
	.about-us-sec-3-text h1{margin-top: 20px;text-align: center;}
	.about-us-sec-3-text p{text-align: center;}
	/****** about pege Over *******/

	/*menu page*/
	.menu-tab-content h1{padding: 25px 20px;margin-bottom: 40px;}
	.menu-tab-content-wrp {padding-top: 20px;padding-bottom: 50px;}
	.menu-meat-text-desktop-display{display: none;}
	.menu-meat-text-mobile-display{display: block;}
	/*menu page Over*/

	/* bgimages */
	.index-about-sec-img-1{height: 150px;top: 15%;}
	.index-gallery-section-bg-img-1{height: 200px;}
	.index-gallery-section-bg-img-3{height: 190px;width: 150px;}
	.index-gallery-section-bg-img-2{height: 140px;}
	.index-gallery-section-bg-img-4{height: 200px;bottom: -5%;width: 200px;}
	.section-4-bg-images-right-bottom{height: 100px;width: 150px;}

	.index-opening-hours-bg-image-1 {top: 0%;left: 5%;height: 140px;width: 140px;}
	.index-opening-hours-bg-image-4{height: 130px;width: 150px;}
	.index-opening-hours-bg-image-2{height: 160px;width: 160px;}
	.index-opening-hours-bg-image-6{bottom: 10%;height: 110px;width: 100px;}
	.index-opening-hours-bg-image-5{height: 80px;width: 100px;}

	/* about page */
	.about-page-bg-1{height: 150px;top: 15%;}
	.about-page-bg-2{height: 150px;top: 15%;}
	/* about page Over*/

	/* menu page */
	.menu-page-bg-image-2 {top: 0%;}
	.menu-page-bg-image-3{height: 150px;width: 150px;}
	.menu-page-bg-image-4 {height: 150px;width: 150px;right: 0;}
	.menu-page-bg-image-8{height: 150px;width: 130px;}
	.menu-page-bg-image-6{height: 120px;width: 120px;}

	.gallary-page-bg-img-4{right: 0;}
	
	/* menu page Over*/
	
	/* bgimages Over*/
}

@media all and (min-width: 768px) and (max-width: 991px)
{
	.about-us-sec-3 {padding-top: 100px;padding-bottom: 100px;}
	.why-choose-us-content{height: 200px;width: 200px;}
	.gallery-page-image{height: 300px;}
	.menu-tab-content h1{font-size: 55px;}
}
@media all and (max-width: 1700px)
{
	.gallary-slider .slick-prev:before{font-size: 20px;padding: 20px 10px;}
	.gallary-slider .slick-next:before{font-size: 20px;padding: 20px 10px;}
	.gallary-slider .slick-next {right: -2%;}
}
@media all and (min-width: 992px) and (max-width: 1024px)
{
	.section-4-image{height: 310px;}
	.lunch-time-special-menu h1{font-size: 60px;}
	.about-restaurant-h h1{font-size: 53px;}
	.about-restaurant-h p{font-size: 22px;}
	.address-bar li a{font-size: 20px;}
	.header-top-image{background-size: contain;}
}
@media all and (min-width: 992px) and (max-width: 1200px)
{
	.why-choose-us-content{height: 300px; width: 300px;}
}
@media all and (min-width: 1025px) and (max-width: 1200px)
{
	.section-4-image{height: 380px;}
	.address-bar li a{font-size: 20px;}
}

@media all and (max-width: 1600px)
{
	.about-restaurant-h {padding-bottom: 30px;}
}

/*================media query Over===============================*/
