.common-sec {
    padding: 35px 0;
}
.placeholder-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    backface-visibility: hidden;
}
.placeholder-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 320px;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.placeholder-img:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
.custom-heading {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}
.custom-heading:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background-color: #0f974d;
    bottom: -12px;
    left: 0px;
}
.custom-para {
    font-size: 16px;
    line-height: 30px;
}
.tp-top {
    margin-top: 74px;
}
.custom-btn {
    background: none;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px !important;
    overflow: hidden;
    color: #0f974d;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #0f974d;
}
.custom-btn:hover {
    color: #fff;
    background-color: #0f974d;
}
.right-sec {
    background-color: #000;
}
.right-sec .custom-heading, .right-sec .custom-para {
    color: #fff;
}
.right-sec .custom-btn {
    color: #fff;
    border: 1px solid #fff;
}
.right-sec .custom-btn:hover {
    color: #0f974d;
    background-color: #fff;
    border: 1px solid #fff;
}
.background-section {
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}
.background-section .banner-heading {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}
.background-section .container {
    z-index: 1;
    position: relative;
}
.catering-list p {
    text-align: center;
    margin-bottom: 10px;
    color: #000;
    font-size: 17px;
}
.catering-list p .blog-span {
    color: #0f974d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
}
.catering-list p .border-span {
    height: 2px;
    width: 100%;
    max-width: 250px;
    background-color: #0f974d;
    display: inline-flex;
    margin: 0 auto;
}
.catering-list p a:hover {
    color: #0f974d;
}
.menu-img {
    position: relative;
    text-align: center;
    height: 100%;
}
.menu-img a {
    background-color: #fff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px !important;
    box-shadow: 0 1px 1px 0px rgb(0 0 0 / 17%) !important;
    height: 100%;
    max-width: 190px;
    width: 100%;
}
.menu-img img {
    width: 100%;
    max-width: 155px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
}
.menu-detail {
    padding: 10px 10px;
    padding-bottom: 0px;
}
.menu-detail h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}
.background-section {
    position: relative;
}
.background-section:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.menulisting .row > div {
    padding: 0px 10px;
    margin-bottom: 2em;
}
.banner-section h1 {
    font-weight: 600;
    font-size: 32px;
}   
.banner-section h1 span {
    display: block;
    color: var(--main-bg-color);
}
.banner-section p {
    font-size: 15px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    line-height: 25px;
}

/*FAQ Accordion*/
.faq-section .accordion .accordion-item button[aria-expanded=true] {
    background: var(--main-bg-color);
    margin-top: -1px;
}
.faq-section .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1em;
    border-radius: 5px;
    background: none;
    outline: none;
    border: none;
}
.faq-section .accordion button:hover, .faq-section .accordion button:focus {
    cursor: pointer;
}
.faq-section .accordion button:hover::after, .faq-section .accordion button:focus::after {
    cursor: pointer;
    border: 1px solid #03b5d2;
}
.faq-section .accordion button .accordion-title {
    padding: 0em 1.8em 0em 0;
    display: inline-flex;
    font-weight: 600;
}
.faq-section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 0px;
}
.faq-section .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.faq-section .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.faq-section .accordion .accordion-item button[aria-expanded=true] .accordion-title,
.faq-section .accordion .accordion-item button[aria-expanded=true] .icon {
    color: #fff;
}
.faq-section .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.faq-section .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content p {
    margin: 1em 0 1em;
    padding: 0em 1em;
}
.faq-section .accordion .accordion-content ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.faq-section .accordion {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-item {
    border: 1px solid #8CC327;
    border-radius: 5px;
}
section.tp-top.common-sec.position-relative.banner-section h2 {
    padding-top: 12px !important;
}
.banner-full {
    position: relative;
    min-height: 63.8vh;
}
/*FAQ Accordion*/

/*Responsive*/
@media only screen and (max-width: 991px) {
.banner-full {
    position: relative;
    min-height: 79.4vh;
}
.menulisting .row > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

}

@media only screen and (max-width: 767px) {
.common-sec {
    padding: 15px 0;
}
.placeholder-img {
    height: 260px;
    margin-top: 20px;
}
.custom-para {
    font-size: 15px;
    line-height: 26px;
}
.custom-heading {
    font-size: 24px;
    margin-bottom: 20px;
}
.custom-heading:after {
    width: 80px;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tp-top {
    margin-top: 63px;
}
.about-section {
    text-align: center;
}
.right-sec .row .col-md-6:first-child {
    order: 2;
}
.background-section {
    height: 170px;
}
.background-section .banner-heading {
    font-size: 35px;
}
.catering-list p {
    margin-bottom: 8px;
}
.catering-list p .blog-span {
    font-size: 17px;
}
.catering-list p .border-span {
    max-width: 160px;
}
.catering-list p {
    font-size: 16px;
}
.catering-list p a {
    color: #000;
}
.menu-detail h4 {
    font-size: 15px;
}
.menu-img img {
    max-width: 130px;
}
.banner-section h1 {
    font-size: 22px;
}
.menulisting .row > div {
    margin-bottom: 17px;
    padding: 0px 5px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.menu-img a {
    padding: 8px 8px;
}
.menu-detail {
    padding: 2px 10px;
    padding-bottom: 0px;
}
.banner-full {
    min-height: 63.8vh;
}

}
