/*------------------------ funfacts-section --------------------------*/

.funfacts-section {
    position: relative;
    padding: 100px 0 70px;
}
.funfacts-section .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.funfacts-section .fact-counter {
    position: relative; display:block;
    padding: 0;
}
.fact-counter .inner {
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0 0 50px 0;
    box-shadow: rgb(0 0 0 / 20%) 0 0 50px 0;
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 38px;
    border-radius: 6px;
	width: 100%;
}
.fact-counter .icon-box {
    position: relative;
    padding-left: 0;
    margin-bottom: 16px;
}
.fact-counter .icon-box .counter-title {
    position: relative;
    font-size: 19px;
    top: 0;
    font-family: barlow,sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}
.funfacts-section .fact-counter .content {position: relative;
    padding-left: 0;
    min-height: 100px;
    margin-bottom: 0px;
    text-align: center;}
.fact-counter .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: fira sans,sans-serif;
    background-image: url(https://d2attmqgyy4lt0.cloudfront.net/images/img/pattern-4.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.funfacts-section .fact-counter  .count-box {
    position: relative;
    font-size: 90px;
    font-weight: 800;
    line-height: 100px;
    font-family: fira sans,sans-serif;
    background-image: url(https://d2attmqgyy4lt0.cloudfront.net/images/img/pattern-4.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
	    background-color: #9d031d!important;
}

.funfacts-section .fact-counter  .count-text {font-size: 90px;}
/*------------------------ funfacts-section --------------------------*/

/*------------------------free food-------------------------------*/
/* About Section */

.about-section {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section .sec-title h2 {    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 30px;
    color: #9d031d;
    letter-spacing: -0.5px;}
	
	.sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}
.sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}
.sec-title .text-decoration .right, .sec-title .text-decoration .left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}
.sec-title .text-decoration .left::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color:#bf161d;
    border-radius: 50%;
}
.sec-title .text-decoration .left::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: #bf161d;
    border-radius: 50%;
}
.sec-title .text-decoration .right::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: #bf161d;
border-radius: 50%;}

.sec-title .text-decoration .right::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color:#bf161d;
    border-radius: 50%;
}

.about-section .image-block {
        position: relative;
    margin-bottom: 30px;
    height: auto;
}

.about-section .image-block::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(241, 242, 245);
    -o-border-image: initial;
       border-image: initial;
    border-radius: 3px;
}

.about-section .image-one {
    position: relative;
    margin-left: 65px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
    z-index: 1;
	    width: 100%;
}
.youtubr_iframe iframe {    width: 100%;
    height: 275px;}

.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section .image-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-section .image-one:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.about-section .image-two {
    position: relative;
    margin-top: -55px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
    width: 26%;
}

.about-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.about-section .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section .image-two:hover .image-box:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.about-section .image-two img {
    border-radius: 6px;
}

.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(51, 51, 51);
    -o-border-image: initial;
    border-image: initial;
    z-index: 2;
}

.about-section .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.about-section .logo img {
        position: relative;
    width: auto;
}

.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section .text-block::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #9d031d !important;
}

.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section .text-block h4 {
    font-size: 21px;
    font-weight: 600;
    color: #6b6b6b;
}

.about-section .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #bf161d;
}

.about-section .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
	    text-align: justify;
}

.about-section .sec-title {
    margin-bottom: 40px;
}


.cta-section-two {
    position: relative;
    padding: 30px 0px 30px;
    background-color: #f2f3f6;
    background-size: cover;
}
.cta-section-two  .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.cta-section-two h2 {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 30px;
}
.cta-section-two h2 span {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 75px;
    line-height: 75px;
    font-weight: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-section-two .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.cta-section-two .contact-info {
    position: relative;
    padding-left: 60px;
}
.cta-section-two .contact-info .icon {
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    left: 0;
    top: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}
.cta-section-two .contact-info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.cta-section-two .contact-info .text a{
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: var(--fira-sans);
    margin-bottom: 0;
}
.cta-section-two .btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}
.cta-section-two .btn-style-four .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}
.cta-section-two .btn-style-four .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.cta-section-two .theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-image: -webkit-linear-gradient( 
0deg
, rgb(157 3 29) 16%, rgb(152 136 139) 100%);
}


.menu-lunch {padding: 30px 0;}
.menu-lunch h2 {
    color: #9d031d;
    line-height: 48px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
    }
	.menu-lunch .w-75 {  width: 75%;   margin: 0 auto;}
	.menu-lunch .w-75 span {     color: gray;
    font-weight: 400;
    font-size: 15px;}
	.menu-lunch .property-item-type-2 {box-shadow: 0px 0px 10px #000 !important; padding:0px; position:relative}
	.menu-lunch .property-item-type-2 h6 {      font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 4px;}
	.menu-lunch .property-item-type-2 a.mt-20{ position: absolute;
    width: 100%;    left: 0;
    background: #000000cf;
    bottom: 0;}
	.all-property {    position: relative;
    overflow: hidden;}
	.menu-lunch .property-item-type-2:hover a.mt-20 {    background: #9d031dd9;}
	
.menu-lunch .property-item-type-2 img {width:100%}
.menu-lunch .mb-30 {
    margin-bottom: 30px;
}
.menu-lunch .all-property .veg-bt  {position: absolute;
    top: 0;
    left: 42%;}
.parle-g {display:none}
@media (max-width: 823px) {
	.veg-bt {position: inherit;
    top: 0;
    left: 0%;}
	.menu-lunch .property-item-type-2 {
    box-shadow: 0px 0px 10px #000 !important;
    padding: 0px;
    position: relative;
    margin: 4px !important;
    padding: 0;
}
}
/*------------------------free food-------------------------------*/

.cases-section.free-fod-page {
    position: relative;
    padding: 30px 0;
}
.cases-section.free-fod-page .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 470px;
    background-position: right center;
    background-repeat: no-repeat;
}
.cases-section.free-fod-page .sec-title h2 {
    position: relative;
    display: block;
    font-weight: 700;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: -.5px;
    color: #9d031d;
    line-height: 48px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
}
.cases-section.free-fod-page .sec-title.text-center .text-decoration {
    margin: 0 auto;
}
.cases-section.free-fod-page .sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}
.cases-section.free-fod-page .sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #bf161d;
    border-radius: 50%;
}

.cases-section.free-fod-page .sec-title {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 50px;
}

.cases-section.free-fod-page .case-block-one {
position: relative;
    padding: 0 15px !important;
}
.cases-section.free-fod-page .case-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}
.cases-section.free-fod-page .case-block-one .image {
    position: relative;
    overflow: hidden;
    height: 202px;
    border-radius: 6px;
}
.cases-section.free-fod-page .case-block-one .tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    content: "\f00e";
    font-family: FontAwesome;
    pointer-events: none;
    z-index: 9000;
    transition: .4s;
}
.cases-section.free-fod-page .cases-section .tz-gallery .lightbox:hover:after, .cases-section.free-fod-page .cases-section .tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.cases-section.free-fod-page .cases-section .tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(157 3 29/85%);
    content: '';
    transition: .4s;
}


/*-------------------------video section------------------------------*/
.video-section {
    position: relative;
    padding: 30px 0;
}
.video-section .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 470px;
    background-position: right center;
    background-repeat: no-repeat;
}
.video-section .sec-title h2 {
    position: relative;
    display: block;
    text-transform: capitalize;
    letter-spacing: -.5px;
    color: #9d031d;
    line-height: 48px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
}
.video-section .sec-title.text-center .text-decoration {
    margin: 0 auto;
}
.video-sectione .sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}
.video-section .sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #bf161d;
    border-radius: 50%;
}

.video-section .sec-title {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 50px;
}
.templatemo_col12 iframe {
    width: 100%;
    height: 210px;
}
/*-------------------------video section------------------------------*/
.testimonial-section-two {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.testimonial-section-two .sec-bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-image: -moz-linear-gradient( 90deg,rgb(0 0 0) 0%,rgb(0 0 0) 75%);
    background-image: -webkit-linear-gradient( 
90deg
,rgb(0 0 0) 0%,rgb(0 0 0) 75%);
    background-image: -ms-linear-gradient( 90deg,rgb(0 0 0) 0%,rgb(0 0 0) 75%);
}
.testimonial-section-two .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-section-two .light h2 {
    line-height: 30px;
    font-size: 40px;
}
.testimonial-section-two .light h2 span {
    font-size: 19px;
}
.testimonial-section-two ul {
    margin-top: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    position: relative;
}
.testimonial-section-two ul li {
    display: inline-block;
    overflow: hidden;
    width: 14%;
    background: #9d031d;
    color: #fff;
    padding: 2px;
    border-radius: 50px;
    box-shadow: 0 0 6px #fff;
    margin: 5px;
}

.about-section .image-one .image-box video {width:100%}

.about-section .sec-title h1.free_food {position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 30px;
    color: #9d031d;
    letter-spacing: -0.5px;
	    margin-top: 0;}

@media (max-width:992px){

.about-section .sec-title h1.free_food {
    font-size: 26px;
}

.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(51, 51, 51);
    -o-border-image: initial;
    border-image: initial;
    z-index: 2;
}
.about-section .logo img {
    position: relative;
    width: 34px;
    height: 21px;
}
.about-section .image-one {
    position: relative;
    margin-left: 22px;
    -webkit-box-shadow: rgb(0 0 0 / 27%) 0px 5px 20px 0px;
    box-shadow: rgb(0 0 0 / 27%) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
    z-index: 1;
}

.about-section .sec-title h2 {
    font-size: 26px;
}
.youtubr_iframe iframe {
    width: 100%;
    height: auto;
}
.about-section .image-two {
    margin-top: 0;
    width: 39%;
}

.about-section .image-one {
    margin-left: 0;
}

.cta-section-two .contact-info {padding-left: 34px;padding-bottom: 20px;}
.cta-section-two h2 {font-size: 25px;margin-bottom: 13px;}
.about-section {padding: 30px 0px 70px;}





	
	
}