body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}
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 Outfit Family */

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Regular.woff2') format('woff2'),
         url('../fonts/Outfit-Regular.woff') format('woff'),
         url('../fonts/Outfit-Regular.ttf') format('truetype'),
         url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Medium.woff2') format('woff2'),
         url('../fonts/Outfit-Medium.woff') format('woff'),
         url('../fonts/Outfit-Medium.ttf') format('truetype'),
         url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
         url('../fonts/Outfit-SemiBold.woff') format('woff'),
         url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
         url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Bold.woff2') format('woff2'),
         url('../fonts/Outfit-Bold.woff') format('woff'),
         url('../fonts/Outfit-Bold.ttf') format('truetype'),
         url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts Baloo Family */

@font-face {
    font-family: 'Baloo';
    src: url('../fonts/Baloo-Regular.eot');
    src: url('../fonts/Baloo-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Baloo-Regular.woff2') format('woff2'),
         url('../fonts/Baloo-Regular.woff') format('woff'),
         url('../fonts/Baloo-Regular.ttf') format('truetype'),
         url('../fonts/Baloo-Regular.svg#Baloo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.header-sec{
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   padding-bottom: 30px;
}
.darkHeader {
    background: #101726;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-cover{
    position: relative;
}
.header-cover::before{
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 76px;
    height: 92px;
    background: url("../images/header-leaf-img.png") no-repeat top left;
    background-size: auto;
	z-index: -1;
}
.header-top{
    padding: 10px 0;
}
.header-top-left span{
    display: inline-block;
    font-size: 15px;
    color: #ffdf08;
    font-weight: 500;
    margin-left: 5px;
}
.header-top-right span{
    display: inline-block;
    font-size: 15px;
    color: #ffdf08;
    font-weight: 500;
}
.header-top-right span a{
    display: inline-block;
    color: #ffdf08;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-right span a:hover{
    color: #f70000;
}
.header-bottom{
    position: relative;
}
.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-logo img {
    width: 279px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.darkHeader .header-logo img{
    width: 200px;
}
.darkHeader .header-logo{
    top: 35%;
}
.header-wrap{
    position: relative;
}
.header-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px dashed #fff;
    width: 34%;
}
.header-wrap::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #fff;
    width: 34%;
}
 .header-wrap::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px dashed #fff;
    width: 35%;
} 
 .header-wrap::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px dashed #fff;
    width: 35%;
} 
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin-right: 50px; 
}
.header-menu ul li:nth-child(6){
    margin-right: 0;
}
.header-menu ul li:nth-child(4){
    margin-right: 349px;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 18px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #ffdf08;
}
/* .header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
} */
.header-convert{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-btn{
    margin-left: 20px;
}
.header-btn a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #f70000;
    padding: 12px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn a:hover{
    color: #131313;
    background-color: #ffdf08;
}
.banner-sec{
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 200px 0 66px;
}
.banner-wlc-txt{
    font-size: 20px;
    text-transform: uppercase;
    color: #ffd500;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.banner-head{
    position: relative;
    font-size: 52px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Baloo";
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.head-leaf{
    position: absolute;
    top: -40px;
    right: 0;
}
.banner-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-btn{
    position: relative;
	z-index: 1;
}
.banner-btn::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 138px;
    height: 80px;
    background: url("../images/order-now-img.png") no-repeat top right;
    background-size: auto;
	z-index: -1;
}
.banner-btn a{
    display: inline-block;
    font-size: 16px;
    color: #313131;
    font-weight: normal;
    text-transform: capitalize;
    background-color: #ffd004;
    padding: 12px 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child{
    padding: 12px 40px;
    color: #fff;
    background-color: #f70000;
    margin-left: 10px;
}
.banner-btn a:hover{
    color: #313131;
    background-color: #fff;
}
.about-sec{
    position: relative;
    padding-top: 60px;
    padding-bottom: 150px;
    background: url("../images/ribbon-top-img.png"), url("../images/ribbon-bottom-img.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, 240px;
    background-position: top left, bottom right;
}
.about-right{
    padding-right: 15%;
}
.about-my-txt{
    font-size: 20px;
    text-transform: uppercase;
    color: #f70000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.about-my-txt img{
    margin-right: 5px;
}
.about-head{
    font-size: 42px;
    line-height: 1.1;
    color: #2a2a2a;
    font-weight: normal;
    font-family: "Baloo";
    margin-bottom: 20px;
}
.about-txt{
    font-size: 16px;
    color: #101724;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    background-color: #f70000;
    padding: 12px 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:hover{
    color: #313131;
    background-color: #ffd004;
}
.about-bottom-img{
    position: absolute;
    bottom: 20px;
    right: 0;
	width: auto;
}
.deals-sec{
    background-color: #f9f9f9;
}
.deals-wrap{
    padding-top: 40px;
    padding-bottom: 80px;
}
.deals-pattan-img{
    width: 100%;
    margin-top: -11px;
    position: relative;
    z-index: 1;
}
.top-seller-txt{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #f70000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.top-seller-txt img{
    margin-right: 5px;
}
.our-deals-head{
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: normal;
    font-family: "Baloo";
    margin-bottom: 30px;
    text-transform: capitalize;
}
.deals-part img{
    border-radius: 10px;
	width: 100%;
}
.cart img{
    border-radius: 0;
	width: auto;
}
.deals-part{
    position: relative;
}
.price-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px 10px;
}
.dish-name{
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    font-family: "Baloo";
    text-transform: capitalize;
    margin-bottom: 5px;
}
.dish-price{
    font-size: 20px;
    line-height: 1.2;                                                                  
    color: #ffdf08;
    font-weight: normal;
    font-family: "Baloo";
}
.cart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: url("../images/ribbon-choose-img.png") no-repeat top left;
    background-size: 400px;
}
.choose-ordernow-txt{
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffdf08;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    padding: 40px;
    background: url("../images/order-circle-img.png") no-repeat center;
    background-size: contain;
}
.choose-ordernow-txt span{
    color: #fff;
    display: block;
}
.choose-img{
    margin-top: -70px;
}
.outline-txt{       
    position: relative;   
	font-size: 53px;
    font-weight: normal;
    line-height: 1.2px;
    text-transform: uppercase;
    color: white;               
    -webkit-text-stroke: 1px red; 
    font-family: "Baloo";
}
.outline-txt::after{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0.43) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 50px;
}
.why-choose-txt{
    font-size: 20px;
    text-transform: uppercase;
    color: #f70000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.why-choose-txt img {
    margin-right: 5px;
}
.why-choose-head{
    font-size: 37px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: normal;
    font-family: "Baloo";
    margin-bottom: 15px;
    text-transform: capitalize;
}
.why-choose-para{
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 400;
    margin-bottom: 25px;
}
.choose-part{
    display: flex;
    align-items: start;
    gap: 6px;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 20px 10px;
	min-height: 100%;
}
.choose-part-head{
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.choose-part-txt{
    font-size: 14px;
    font-weight: normal;
    color: #2a2a2a;
}
.info-sec{
    background: url("../images/info-bg-img.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.info-wrap{
    border-radius: 35px;
    filter: drop-shadow(0px 5px 10.5px rgba(0,0,0,0.47));
    background-color: #ffffffd2;
    padding: 20px 20px;
}
.info-head{
    font-size: 23px;
    line-height: 1.2;
    color: #131313;
    font-weight: normal;
    font-family: "Baloo";
    margin: 30px 0;
}
.info-head span{
    color: #f70000;
}
.info-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    background-color: #f70000;
    padding: 12px 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-btn a:last-child{
    background-color: #313131;
    margin-left: 10px;
}
.info-btn a:hover{
    color: #131313;
    background-color: #ffd500;
}
.info-details-line{
   border-left: 1px solid #38383830;
}
.info-item{
    display: flex;
    align-items: start;
    gap: 10px;
    border-bottom: 1px solid #38383830;
    padding: 10px 0;
}
.info-item:first-child{
    padding-top: 0;
}
.info-item:last-child{
    border: none;
}
.info-item strong, .info-schedule strong{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #610701;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.info-item a, .info-item span{
    display: inline-block;
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-item a:hover{
    color: #f70000;
}
.info-list{
    border-bottom: 1px solid #38383830;
    padding: 5px 0;
    background: url("../images/info-clock-img.png") no-repeat left center;
    background-size: auto;
    padding-left: 25px;
}
.info-list:last-child{
    border: none;
}
.info-list .info-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.info-list img{
    margin-right: 4px;
}
.info-schedule{
    padding: 10px 0;
}
.info-schedule:last-child{
    padding-bottom: 0;
}
.info-color{
    color: #f70000 !important;
}
.testimonial-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.clients-feedback img {
    margin-right: 5px;
}
.clients-feedback-txt{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #f70000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.clients-head{
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: normal;
    font-family: "Baloo";
    margin-bottom: 30px;
    text-transform: capitalize;
}
.testimonial-sec{
    background: url("../images/testi-leaf-img01.png"), url("../images/testi-tomato-img01.png"), url("../images/testi-tomato-img02.png"), url("../images/testi-leaf-img02.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left, top right, bottom left, bottom right;
}
/* .gallery-sec{
    padding-bottom: 80px;
} */
.gallery img {
    margin-right: 5px;
}
.gallery-txt{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #f70000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.gallery-head{
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: normal;
    font-family: "Baloo";
    margin-bottom: 30px;
    text-transform: capitalize;
}
footer{
    background: url("../images/footer-pattan-img.png") #121619 no-repeat top center;
    padding-top: 60px;
}
.footer-txt{
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}
.footer-title{
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fdd708;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 8px;
}
.footer-list-middle ul li{
    padding-bottom: 15px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li img{
    margin-right: 8px;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #ffd500;
    padding-left: 4px;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a{
    margin-right: 5px;
}
.footer-list-last ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.footer-copyright {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 30px;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #ffd500;
}
#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-color: #f70000;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 300px 0 200px !important;
    margin: 0 0 50px !important;
    position: relative;
    z-index: 1;
    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: normal !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
	font-family: "Baloo" !important;
}
.breadcrumb-container {
    width: 100%;
    color: #ffd500;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ffd500;
}
.contact_page_heading {
    color: #2a2a2a;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffdf08;
}
.contact_page_heading strong {
    color: #f70000;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.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;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #ffdf08;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #f70000 !important;
    color: #fff !important;
    padding: 13px 30px !important;
    font-weight: 600 !important;
	border-radius: 30px !important;
    font-size: 18px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
	color: #313131 !important;
    background-color: #ffdf08 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #f178b5 !important;
}
.authentic-sec{
	background-color: #f6f6f6;
	padding: 80px 0;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
	padding: 7px;
    box-shadow: 0px 0px 4px #8f8f8f;
}
.inner_titl {
    color: #2a2a2a;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #f70000;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffdf08;
}
.inner_txt {
    color: #2a2a2a;
    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: #2a2a2a;
    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: #ffdf08;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.inner-btn{
	margin-top: 20px;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #ffd004;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner-btn a:last-child{
	padding: 10px 30px;
	margin-left: 5px;
	background-color: #f70000;
}
.inner-btn a:hover{
    background-color: #101726;
}

/* Menu */

.menu-part{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	padding: 20px 10px;
	border-radius: 5px;
}
.menu-heading{
	font-size: 20px;
    text-transform: uppercase;
    color: #ffd500;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #565656;
}
.menu-wrap{
	margin-top: 15px;
}
.menu-name-price{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-name-price strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #181818;
	text-transform: capitalize;
}
.menu-desc{
	font-size: 15px;
	font-weight: normal;
	color: #666;
	margin-top: 4px;
}
.menu-desc strong{
	color: #ffd500;
}
.menu-heading strong{
	font-size: 12px;
	font-weight: uppercase;
}
.menu-box{
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin-top: 30px;
	background-color: #fff;
	padding: 20px 10px;
	border-radius: 5px;
	border: 1px solid #ffd500;
}
.offer-head{
	background-color: #ffd500;
	border-radius: 5px;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #181818;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.offer-red-head{
	color: #f70000;
	font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px 0;
}
.special-head{
    font-size: 15px;
    font-weight: 500;
    color: #181818;
    text-transform: capitalize;
	margin-bottom: 5px;
}
.free-rice-head{
	font-size: 14px;
    font-weight: 500;
    color: #181818;
    text-transform: capitalize;
	padding-bottom: 15px;
	border-bottom: solid 1px #666;
}
.offer-desc{
	font-size: 15px;
    font-weight: normal;
    color: #666;
	padding-bottom: 15px;
	border-bottom: solid 1px #666;
}
.offer-desc:last-child{
	border-bottom: none;
}
.round-box .offer-desc:last-child{
	padding-bottom: 15px;
	border-bottom: solid 1px #666;
}
.round-box, .circle-box{
	position: relative;
}
.round-box::before{
	content: "Save upto $5";
	position: absolute;
	right: 0;
	top: -14px;
	background: #ffdf08;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.circle-box::before{
	content: "Save upto $18";
	position: absolute;
	right: 0;
	top: -14px;
	background: #ffdf08;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.note-para{
	text-align: center;
	margin-top: 15px;
	font-size: 15px;
    font-weight: normal;
    color: #666;
}
.note-para strong{
	display: block;
    font-size: 16px;
    font-weight: bold;
    color: #181818;
    text-transform: capitalize;
	margin-top: 10px;
}
.menu-info{
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px 10px;
    border-radius: 5px;
	min-height: 100%;
}
.take-away-head{
	font-size: 20px;
    text-transform: uppercase;
    color: #ffd500;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 60px;
	text-shadow: 1px 1px 1px #565656;
}
.menu-address{
	font-size: 16px;
    font-weight: normal;
    color: #666;
    margin: 80px 0;
}
.dine-txt{
	font-size: 17px;
    text-transform: uppercase;
    color: #ffd500;
    font-weight: 600;
    line-height: 1.2;
	text-shadow: 1px 1px 1px #565656;
}
.menu-call{
	font-size: 25px;
    color: #f70000;
    font-weight: 600;
	margin-top: 80px;
}
.menu-call a{
	display: inline-block;
	color: #f70000;
}
.open-head{
	font-size: 20px;
    text-transform: capitalize;
    color: #181818;
    font-weight: 600;
    line-height: 1.2;
	margin-top: 80px;
    margin-bottom: 10px;
}
.time-txt{
	font-size: 16px;
    font-weight: normal;
    color: #181818;
}
.order-head{
	margin-top: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #181818;
    text-transform: uppercase;
}
.site-link{
	color: #f70000;
}
.follow-us-head{
	margin-top: 80px;
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    text-transform: capitalize;
}
.mains-course-sec{
	margin-top: 80px;
	background-color: #f1f1f1;
	padding: 80px 0;
}
.mains-course-part{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    min-height: 100%;
}
.mains-course-head{
	font-size: 25px;
    text-transform: uppercase;
    color: #f70000;
    font-weight: 600;
    line-height: 1.2;
	text-shadow: 1px 1px 1px #bcbcbc;
	margin-bottom: 40px;
	text-align: center;
}
.food-cover{
	margin-bottom: 25px;
}
.food-title{
	color: #f70000;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
	text-shadow: 1px 1px 1px #bcbcbc;
}
.food-para{
	font-size: 16px;
    font-weight: normal;
    color: #f70000;
    margin-top: 3px;
}
.mains-content{
	text-align: center;
	border-top: 1px solid #f70000;
	border-bottom: 1px solid #f70000;
	font-size: 15px;
    font-weight: normal;
    color: #666;
	margin-bottom: 40px;
	padding: 10px 0;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #fdd708;
    width: 50%;
    float: left;
    color: #000 !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: #f70000;
    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: #fff;
    background: #f70000;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	color: #000;
    background-color: #ffdf08;
}
.error_page {
    padding: 40px 0 80px;
}
.faq-sec{
	padding: 80px 0;
}
.faq-head {
    text-align: center;
    color: #2a2a2a;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.faq-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #ffdf08;
}
.faq-head strong {
    color: #f70000;
}
.cta_btn {
    text-align: center;
    margin-bottom: 50px;
}
.cta_btn .cta_design1{
    padding: 12px 30px;
    display: inline-block;
    background: #ffd004;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 500ms ease-in-out !important;
    text-decoration: none;
    margin-right: 10px;
    text-transform: capitalize;
}
.cta_btn .cta_design2 {
    padding: 12px 30px;
    display: inline-block;
    background: #f70000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
	margin-right: 10px;
    transition: all 500ms ease-in-out !important;
    text-decoration: none;
    text-transform: capitalize;
}
.cta_btn .cta_design3 {
    padding: 12px 30px;
    display: inline-block;
    background: #313131;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 500ms ease-in-out !important;
    text-decoration: none;
    text-transform: capitalize;
}
.core-box .inner_titl{
	font-size: 22px;
}
.area_sec {
    padding: 0 0 40px;
}
.area_heading{
    color: #2a2a2a;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.area_heading strong{
    color: #f70000;
}
.area_heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 30px;
    height: 3px;
    background: #ffdf08;
}
.area_loc{
    margin-bottom: 12px;
}
.area_loc a {
    display: inline-block;
    padding: 15px 15px 15px 45px;
    border-radius: 4px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    text-transform: capitalize;
/*  border: 2px solid #85eb34; */
    background: url("../images/footer-loc-img.png") #f3f2f2;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.area_loc a:hover{
	color: #fff;
    background-color: #f70000;
}


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn a, .header-wrap::before, .header-wrap::after, .header-cover::before, .head-leaf, .banner-btn::before, .about-bottom-img, .deals-pattan-img, .outline-txt{
		display: none;
	}
	.about-sec{
		background: url("../images/ribbon-top-img.png"), none;
		background-repeat: no-repeat, no-repeat;
        background-size: 400px, 240px;
        background-position: top left, bottom right;
	}
	.header-sec{
		padding: 5px 0;
	}
	.header-logo img {
        width: 150px !important;
        height: auto;
    }
	.darkHeader .header-logo img {
		width: 150px;
	}
	.header-logo{
		position: static;
		transform: none;
		text-align: left;
	}
	.rmp-menu-title-image {
        width: 70%;
        height: 100%;
    }
	.banner-head{
		font-size: 32px !important;
	}
	.banner-sec{
		padding: 150px 0 70px;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.banner-btn a:last-child, .about-btn a, .info-btn a{
		font-size: 15px;
		padding: 12px 30px;
	}
	.authentic-sec, .about-sec, .deals-wrap, .choose-sec, .testimonial-sec, .faq-sec{
		padding: 40px 0;
	}
	.gallery-sec{
		padding-bottom: 40px;
	}
	.about-head, .our-deals-head, .why-choose-head, .clients-head, .gallery-head{
		font-size: 30px;
	}
	.about-right {
		padding-right: 0;
	}
	.about-sec{
		background-size: 350px, 240px;
	}
	.page .entry-header, .blog_page_header {
        padding: 200px 0 150px !important;
        margin: 0 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.choose-part{
		gap: 10px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.about-sec {
        background-size: 300px, 240px;
    }
	.choose-sec{
		background-size: 300px;
	}
	.info-details-line{
	     border-left: none;
	}
	.testimonial-sec{
		background-image: none;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   .inner_page_img img {
        margin-bottom: 30px;
    }
	.about-sec {
        background-size: 300px, 240px;
    }
	.choose-sec{
		background-size: 300px;
	}
	.info-details-line{
	     border-left: none;
	}
	.testimonial-sec{
		background-image: none;
	}
	.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) {
   .inner_page_img img {
        margin-bottom: 30px;
    }
	.about-sec{
		background-size: 400px, 240px;
	}
	.info-details-line{
	     border-left: none;
	}
	.testimonial-sec{
		background-image: none;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 8px;
	}
	.header-btn {
		margin-left: 10px;
	}
	.header-logo img {
        width: 200px;
		height: auto;
	}
	.header-logo {
		top: 35%;
	}
	.banner-head{
		font-size: 49px;
	}
}

/* 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) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-menu ul li{
		margin-right: 8px;
	}
	.header-btn {
		margin-left: 10px;
	}
	.header-logo img {
        width: 200px;
		height: auto;
	}
	.header-logo {
		top: 35%;
	}
	.banner-head{
		font-size: 49px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 8px;
	}
	.header-btn {
		margin-left: 10px;
	}
	.header-logo img {
        width: 200px;
		height: auto;
	}
	.header-logo {
		top: 35%;
	}
	.banner-head{
		font-size: 49px;
	}
}

/* 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) {
	.header-menu ul li{
		margin-right: 8px;
	}
	.header-btn {
		margin-left: 10px;
	}
	.header-logo img {
        width: 200px;
		height: auto;
	}
	.header-logo {
		top: 35%;
	}
	.banner-head{
		font-size: 49px;
	}
}

@media screen and (min-width: 1424px) {
	.header-menu ul li:nth-child(4) {
		margin-right: 531px;
	}
	.banner-sec{
		padding: 250px 0 106px;
	}
	.about-right {
		padding-right: 7%;
	}
	.about-left img{
		width: 700px;
	}
	.about-bottom-img{
		width: 400px;
	}
	.about-sec{
		background-size: 500px, 300px;
	}
	.deals-wrap .container-fluid, .gallery-sec .container-fluid{
		padding: 0 4.5%;
	}
}

@media screen and (min-width: 1624px) {
	.header-menu ul li:nth-child(4) {
		margin-right: 531px;
	}
	.banner-sec{
		padding: 300px 0 166px;
	}
	.about-right {
		padding-right: 17%;
	}
	.about-left img{
		width: 700px;
	}
	.about-bottom-img{
		width: 400px;
	}
	.about-sec{
		background-size: 550px, 300px;
	}
	.deals-wrap .container-fluid, .gallery-sec .container-fluid{
		padding: 0 10%;
	}
}

@media screen and (min-width: 1920px) {
	.header-menu ul li:nth-child(4) {
		margin-right: 531px;
	}
	.banner-sec{
		padding: 300px 0 166px;
	}
	.about-right {
		padding-right: 28%;
	}
	.about-left img{
		width: 700px;
	}
	.about-bottom-img{
		width: 450px;
	}
	.about-sec{
		background-size: 550px, 350px;
	}
	.deals-wrap .container-fluid, .gallery-sec .container-fluid{
		padding: 0 16.5%;
	}
}

@media screen and (min-width: 2048px) {
	.header-menu ul li:nth-child(4) {
		margin-right: 531px;
	}
	.banner-sec{
		padding: 300px 0 166px;
	}
	.about-right {
		padding-right: 32%;
	}
	.deals-wrap .container-fluid, .gallery-sec .container-fluid{
		padding: 0 18.5%;
	}
	.about-left img{
		width: 700px;
	}
	.about-bottom-img{
		width: 450px;
	}
	.about-sec{
		background-size: 550px, 350px;
	}
}

@media screen and (min-width: 2550px) {
	.header-menu ul li:nth-child(4) {
		margin-right: 531px;
	}
	.banner-sec{
		padding: 300px 0 166px;
	}
	.about-right {
		padding-right: 43%;
	}
	.deals-wrap .container-fluid, .gallery-sec .container-fluid{
		padding: 0 24.5%;
	}
	.about-left img{
		width: 800px;
	}
	.about-bottom-img{
		width: 450px;
	}
	.about-sec{
		background-size: 600px, 350px;
	}
}
