body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Alga';
    src: url('../fonts/Alga-Medium.eot');
    src: url('../fonts/Alga-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alga-Medium.woff2') format('woff2'),
         url('../fonts/Alga-Medium.woff') format('woff'),
         url('../fonts/Alga-Medium.ttf') format('truetype'),
         url('../fonts/Alga-Medium.svg#Alga-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Alga';
    src: url('../fonts/Alga-Semibold.eot');
    src: url('../fonts/Alga-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alga-Semibold.woff2') format('woff2'),
         url('../fonts/Alga-Semibold.woff') format('woff'),
         url('../fonts/Alga-Semibold.ttf') format('truetype'),
         url('../fonts/Alga-Semibold.svg#Alga-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Alga';
    src: url('../fonts/Alga-Bold.eot');
    src: url('../fonts/Alga-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alga-Bold.woff2') format('woff2'),
         url('../fonts/Alga-Bold.woff') format('woff'),
         url('../fonts/Alga-Bold.ttf') format('truetype'),
         url('../fonts/Alga-Bold.svg#Alga-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 999;
    animation: smoothScroll 1s;
}
.darkHeader{
    top: 0;
    z-index: 999;
    animation: smoothScroll 1s;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-250px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header-top{
    padding-top: 20px;
    padding-bottom: 15px;
    background: url("../images/header-design-img.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
}
.header-wrap{
    text-align: end;
}
.logo-part img{
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader  .logo-part img{
    width: 150px;
    height: auto;
}
.header-menu{
    display: inline-block;
    margin-right: 34px;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
/*     display: inline-block;
    margin-right: 6px; */
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-menu ul li a:hover{
    color: #94494b;
    transition: ease 0.5s all 0s;
}
.header-btn01, .header-btn02{
    display: inline-block;
    vertical-align: middle;
}
.header-btn01 a{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222220;
    border-radius: 30px;
    background-color: #cab790;
    padding: 12px 35px;
    margin-right: 10px;
    transition: ease 0.5s all 0s;
}
.header-btn01 a:hover, .header-btn02 a:hover{
    background-color: #171717;
    color: #fff;
}
.header-btn02 a{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border-radius: 30px;
    background-color: #94494b;
    padding: 12px 30px;
    transition: ease 0.5s all 0s;
}
.Order-sec{
	background: #f7f7f7;
	 padding: 40px 0 80px;
}
.Order-part{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.Order-part a{
	display: inline-block;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-top: 30px;
    text-align: center;
	max-width: 150px;
	height: auto;
	margin: 13px;
	overflow: hidden;
	border-radius: 10px;
}
.Order-headed{
	color: #94494b;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
	margin-bottom: 30px;
}
.Order-sec .booking-btn{
	text-align: center;
	margin-top :30px;
}
.call-head{
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
}
.Order-sec .booking-btn a{
	display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border-radius: 30px;
    background-color: #94494b;
    padding: 12px 25px;
    transition: ease 0.5s all 0s;
}
.restaurant-sec{
	background: #f7f7f7;
    margin: 0 0 50px;
    padding: 40px 0 80px;
}
.rest-title{
	color: #94494b;
    font-size: 21px;
    font-weight: 600;
	text-align: center;
	margin-top: 40px;
}
.restaurant-part{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 12px;
    background: #fff;
    border-radius: 6px;
    margin-top: 30px;
    text-align: center;
}
.restaurant-icon{
	line-height: 8.1;
    width: 120px;
    height: 120px;
    background: #94494b1c;
    margin: 0 auto 18px;
    border-radius: 90px;
}
.restaurant-heading{
	color: #1a1919;
    font-size: 22px;
    font-weight: 600;
     font-family: 'Alga'; 
    line-height: 1.1;
    margin-top: 15px;
}
.banner-sec{
    background: url("../images/banner-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 165px;
    margin-top: 100px;
}
.banner-text{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Alga';
    color: #e2e2e2;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.banner-text strong{
    color: #cab790;
    font-weight: 600;
}
.banner-head{
    font-size: 50px;
    font-weight: bold;
    font-family: 'Alga';
    color: #fff;
    line-height: 1.1;
    margin-bottom: 30px;
}
.banner-head strong{
    color: #d1c09d;
}
.banner-btn .banner-btn01{
	display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222220;
    border-radius: 30px;
    background-color: #d1c09d;
	border: 2px solid #d1c09d;
    padding: 12px 30px;
    transition: ease 0.5s all 0s;
	margin-right: 5px;
}
.banner-btn .banner-btn01:hover{
	border: 2px solid #d1c09d;
	color: #fff;
	background: transparent ;
}
.banner-btn a{
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border-radius: 30px;
    background-color: #94494b;
	border: 2px solid #94494b;
    padding: 12px 25px;
    transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	border: 2px solid #94494b;
	background: transparent ;
    color: #fff;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 85px;
    background: url("../images/about-design-img.png");
    background-position: right bottom 40px;
    background-repeat: no-repeat;
    background-size: auto;
}
.about-left img{
    border-radius: 20px;
    width: 100%;
}
.about-right{
    padding-left: 60px;
}
.about-us-head{
    color: #222220;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.welcome-to-head{
    color: #1a1919;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Alga';
    line-height: 1.1;
    margin-bottom: 25px;
}
.welcome-to-head strong{
    font-weight: 500;
    color: #94494b;
}
.about-para{
    color: #1a1919;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-btn a{
    display: inline-block;
    background-color: #94494b;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 13px 45px;
    transition: ease 0.5s all 0s;
}
.about-btn a:hover{
    background-color: #171717;
}
.situated-sec{
    padding-top: 80px;
    padding-bottom: 85px;
    border-top: 4px solid #94494b;
    background: url("../images/pattan-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.since-text{
    text-align: center;
    color: #94494b;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.situated-heading{
    text-align: center;
    color: #94494b;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Alga';
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 50px;
}
.situated-heading strong{
    color: #100e0e;
    font-weight: 500;
}
.situated-part{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.situated-part img{
    border-radius: 10px;
    width: 100%;
}
.situated-title{
    color: #212121;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}
.good-title{
    color: #212121;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Alga';
    text-transform: capitalize;
    line-height: 1.0;
    margin-bottom: 20px;
}
.good-title strong{
    color: #94494b;
}
.good-text{
    color: #212121;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 24px;
}
.good-btn .good-btn01{
	display: inline-block;
    color: #111111;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Alga';
    background-color: #cab790;
    border-radius: 30px;
    padding: 12px 35px;
    transition: ease 0.5s all 0s;
    line-height: 1.2;
	margin-right: 5px;
}
.good-btn .good-btn01:hover{
	color: #fff;
}
.good-btn a{
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Alga';
    background-color: #94494b;
    border-radius: 30px;
    padding: 12px 25px;
    transition: ease 0.5s all 0s;
    line-height: 1.2;
}
.good-btn a:hover{
    background-color: #171717;
}
.locations-btn a{
    display: inline-block;
    color: #111111;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Alga';
    background-color: #cab790;
    border-radius: 30px;
    padding: 12px 40px;
    transition: ease 0.5s all 0s;
    line-height: 1.2;
}
.locations-btn a:hover{
    background-color: #171717;
    color: #fff;
}
.good-line{
    position: relative;
}
.good-line::before{
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 285px;
    background-color: rgb(148, 73, 75);
}
.good-gap{
    padding-left: 70px;
}
.situated-right{
/*     margin-top: 100px; */
    position: relative;
}
.situated-right::after{
    position: absolute;
    content: "";
    bottom: -160px;
    right: 0;
    width: 615px;
    height: 534px;
    background: url("../images/good-img.png") no-repeat center;
    z-index: 1;
}
.menu-sec{
    background: url("../images/menu-bg-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 70px;
    position: relative;
}
.menu-sec::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 90%);
}
.menu-sec .container{
    position: relative;
    z-index: 1;
}
.vegetarian-head{
    color: #cab790;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.menu-part{
 max-width: 80%;
}
.menu-price{
    position: relative;
}
.menu-price::before{
    position: absolute;
    content: "";
    width: 100%;
    border: 1px dotted #ececec;
    z-index: -1;
    bottom: 5px;
}
.menu-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.menu-price span{
    display: inline-block;
    color: #ececec;
    font-size: 15px;
    font-weight: 500;
    padding: 0 6px;
}
.menu-price .price-bg01{
    background-color: #000609;
}
.price-bg02{
    background-color: #001016;
}
.price-bg03{
    background-color: #001218;
}
.price-bg04{
    background-color: #001419;
}
.price-bg05{
    background-color: #001016;
}
.price-bg06{
    background-color: #00060a;
}
.view-btn{
    text-align: center;
}
.view-btn a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    background-color: #94494b;
    padding: 12px 30px;
    margin-top: 45px;
    transition: ease 0.5s all 0s;
}
.view-btn a:hover{
    background-color: #cab790;
    color: #00060a;
}
.gallery-sec{
    padding-top: 75px;
    padding-bottom: 85px;
}
.following-head{
    text-align: center;
    color: #191919;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Alga';
	margin-bottom: 30px;
}
.following-head a {
  color: #191919;
}
footer{
    background: url("../images/footer-bg-img.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 65px;
}
footer .container{
    position: relative;
    z-index: 1;
}
footer::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 80%);
}
.footer-text{
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding-top: 30px;
}
.footer-align{
    text-align: center;
}
.footer-case{
  padding-left: 40px;
}
.footer-wrap{
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #443d33;
}
.footer-para{
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    text-align: left;
}
.footer-para a{
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
	transition: ease 0.5s all 0s;
}
.footer-para a:hover{
	color: #94494b;
}
.footer-para:first-child{
    margin-right: 40px;
	margin-bottom :10px;
}
.footer-time, .footer-social{
    display: inline-block;
    vertical-align: middle;
}
.footer-wrap-last{
    padding-top: 25px;
}
.footer-time{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin-right: 60px;
	margin-bottom: 10px;
}
.footer-social a{
    margin: 0 3px;
}
.footer-menu{
    text-align: center;
    margin-top: 60px;
    border-top: 1px solid #443d33;
    border-bottom: 1px solid #443d33;
    padding: 25px 0;
}
.footer-menu ul{
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    list-style: none;
    display: inline-block;
    margin-right: 18px;
}
.footer-menu ul li a{
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    transition: ease 0.5s all 0s;
}
.footer-menu ul li a:hover{
    color: #94494b;
}
.footer-menu ul li:last-child{
    margin-right: 0;
}
.copy-right{
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    padding: 25px 0;
}
.copy-right a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.copy-right a:hover{
    color: #94494b;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat;
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 100px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 0 !important;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-image: -moz-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.902;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6242424', endColorstr='#00000000', GradientType=1);
}

#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #94494b;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.contact_page_heading {
    color: #1a1919;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #cab790;
}
.contact_page_heading strong {
    color: #94494b;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 32px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
	font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
}
.contact_page_info a:hover{
	color: #cab790;
}

.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
/*  background-color: #fff;  */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	border-radius: 5px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
/*  background-color: #fff;  */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 134px;
	border-radius: 5px;
}
.get-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #94494b !important;
     color: #fff !important;
    padding: 13px 35px !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
}
.send_btn input:hover {
    background-color: #171717 !important;
    color: #fff !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #94494b !important;
}

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #1a1919;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #94494b;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #cab790;
}
.inner_txt {
    color: #1a1919;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #1a1919;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #f178b5;
}
.restaurant-btn {
  text-align: center;
  margin-top: 0;
}
.restaurant-btn a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    background-color: #94494b;
    padding: 12px 30px;
    transition: ease 0.5s all 0s;
}
.restaurant-btn a:hover{
	background-color: #171717;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    
}
.footer_btn1 {
    background: #94494b;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #cab790;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #222220;
    background: #cab790;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #222220;
	color: #fff;
}

.menu_img {
  margin-bottom: 30px;
}
.menu_txt {
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0 70px;
}
/* ================Responsive=============== */

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu, .header-btn01, .header-btn02, .good-line::before{
		display: none;
	}
	.logo-part img {
       width: 150px;
       height: auto;
}
   .header-top {
    background: #fff;
    padding: 13px 0;
}
	.about-us-head{
		font-size: 18px;
	}
	.banner-sec{
		margin-top: 80px;
	}
	.darkHeader{
		animation: none;
	}
	.page .entry-header, .blog_page_header {
        margin: 80px 0 50px !important;
        padding: 100px 0 !important;
   }
	 .welcome-to-head, .situated-heading, .good-title, .following-head{
		font-size: 26px;
	}
	.page .entry-title{
		font-size: 26px !important;
		font-weight: 500 !important;
	}
	.about-para{
		font-size: 16px;
	}
	.about-sec, .menu-sec, .gallery-sec, footer, .situated-sec{
		padding: 40px 0;
	}
	.banner-sec{
		padding: 80px 0 80px;
	}
	.banner-head{
		font-size: 35px;
	}
	.banner-btn a, .about-btn a, .view-btn a{
		font-size: 16px;
        padding: 12px 25px
	}
	.about-right{
		padding-left: 0;
	}
	.situated-part{
		margin-bottom: 30px;
	}
	.situated-right{
		margin-top: 10px;
	}
	.situated-right::after{
		position: absolute;
    content: "";
    bottom: -160px;
    right: 0;
    width: 330px;
    height: 510px;
    background: url("../images/good-img.png") no-repeat center;
    z-index: 1;
    background-size: 330px;
	}
	.good-gap{
		padding-left: 16px;
	}
	.footer-case{
		padding-left: 0;
	}
	.footer-time{
		margin-right: 0;
		margin-bottom :10px;
		display: block;
	}
	.footer-para:first-child{
		margin-right: 0;
		display: block;
	}
	.menu-part{
		margin-top: 30px;
	}
	.menu_txt {
	  font-size: 16px;
	  margin-bottom: 30px;
	  padding: 0;
	}

}


@media only screen and (max-width : 320px) {
	.about-left{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.good-part{
		margin-top: 30px;
	}
	.footer-align{
		text-align: left;
		margin-bottom :40px;
	}
	.contact_right{
		margin-top: 30px;
	}
	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.about-left{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.good-part{
		margin-top: 30px;
	}
	.situated-right::after {
    position: absolute;
    content: "";
    bottom: -160px;
    right: 0;
    width: 150px;
    height: 509px;
    background: url("../images/good-img.png") no-repeat center;
    z-index: 1;
    background-size: 150px;
}
	.footer-align{
		text-align: left;
		margin-bottom :40px;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.about-left{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.good-part{
		margin-top: 30px;
	}
	.situated-right::after {
    position: absolute;
    content: "";
    bottom: -160px;
    right: 0;
    width: 260px;
    height: 509px;
    background: url("../images/good-img.png") no-repeat center;
    z-index: 1;
    background-size: 260px;
}
	.footer-align{
		text-align: left;
		margin-bottom :40px;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.situated-right::after{
		position: absolute;
    content: "";
    bottom: -160px;
    right: 0;
    width: 320px;
    height: 510px;
    background: url("../images/good-img.png") no-repeat center;
    z-index: 1;
    background-size: 320px;
	}
	.header-btn01 a, .header-btn02 a{
		   font-size: 13px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.situated-right::after {
     position: absolute;
    content: "";
    bottom: -160px;
    right: 0;
    width: 400px;
    height: 534px;
    background: url("../images/good-img.png") no-repeat center;
    z-index: 1;
    background-size: 400px;
}
	.header-btn01 a, .header-btn02 a{
		   font-size: 13px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}

