
#main-menu .menu a:hover {
font-size: 18px !important;
}

.our-brand {
    padding: 70px 0;
    position: relative;
}

.our-brand h2 {
    font-size: 48px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.our-brand h2 span {
    color: #afcb1f;
}

.our-brand ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.our-brand ul .tab-menu {
    /* border-right: 2px solid #eee; */
    padding: 10px 25px 10px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    min-width: 400px;
    /* margin: 15px; */
}

.tab-menu.active {
    border-bottom: 2px solid #0a612e;
}

/* .our-brand ul .tab-menu:nth-child(2) {
    border-right: 0px;
} */

.our-brand ul .tab-menu span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.our-brand ul .tab-menu span:hover {
    color: #afcb1f;
}

.our-brand .tab-items {
    display: none;
    /* background: #fff0e3; */
    padding: 20px 0;
}

.our-brand .tab-items .box {
    background: #eee;
}

#c_food_data {
    display: block;
}

/* #c_food_data .inner-img img, #c_pack_data .inner-img img {
    margin-bottom: 25px;
} */

#c_pack_data {
    display: none;
}
/* 
.why-us {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.why-us h2 {
    font-size: 48px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.why-us h2 span {
    color: #afcb1f;
}

.why-us .box {
    padding: 25px;
    text-align: center;
}

.why-us .box img {
    margin-bottom: 20px;
    width: 65px;
}

.why-us .box p {
    font-size: 18px;
    font-weight: 600;
}

.why-us .bg-image {
    position: absolute;
    height: 350px;
    width: 400px;
    left: -8%;
    bottom: 1%;
    z-index: 1;
}

.why-us .bg-image::before {
    content: '';
    background: url(../images/totmato.png) no-repeat;
    position: absolute;
    height: 350px;
    width: 400px;
    right: 0;
    top: 0;
    z-index: 1;
}

.why-us .bg-image2 {
    position: absolute;
    height: 350px;
    width: 400px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(-1);
}

.why-us .bg-image2::after {
    content: '';
    background: url(../images/garlic.png) no-repeat;
    position: absolute;
    height: 350px;
    width: 400px;
    right: 120px;
    top: -70px;
    z-index: 1;
} */
.about-us {
    overflow: hidden;
}

.about-us .bag {
    position: absolute;
    height: 635px;
    width: 290px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.about-us .bag::after {
    content: '';
    background: url(../images/pack4.png) no-repeat;
    position: absolute;
    height: 635px;
    width: 290px;
    right: -60px;
    top: -90px;
    z-index: 1;
}


#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9;
}

#back-to-top .bi {
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}



/*------------- contact-us starts--------------------- */

.contact-inner {
    padding: 70px 0;
    position: relative;
}

.contact-inner h2 {
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: "Fira Sans", sans-serif;
    color: #0b622f;
}

.contact-inner p {
    color: #555;
    font-family: "Fira Sans", sans-serif;
}

.contact-inner p strong {
    font-size: 18px;
    color: #0b622f;
}

.contact-inner p a {
    color: #555;
}

.contact-inner .btn {
    background: linear-gradient(to right, #0e6e36, #1bc060, #0b622f);
    color: #fff;
    padding: 5px 25px;
    margin: 20px 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.contact-inner input {
    font-family: "Fira Sans", sans-serif;
}

 
/* ---------------product inner starts----------------- */




/* .product-inner .box .image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 18px;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.product-inner .box:hover .image-hover{
    opacity: 1;
} */

/* ---------------product inner ends------------------- */