body{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #28303e;
    font-weight: normal;
    margin: 0 !important;
}

p, pre {
    margin: 1em 0;
}

.p-t-40 {
    padding-top: 40px;
}
.p-b-40 {
    padding-bottom: 40px;
}

main.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.main-navigation ul ul{
    flex-wrap: wrap;
    background: #374248;
    margin-top: 18px;
    padding: 15px 0px;
}
.main-navigation ul ul li{
    padding: 0px 15px;
}
.main-navigation ul ul li a {
    width: 240px;
    text-align: left;
    color: #fff;
    outline: none;
    line-height: 40px;  
}
.main-navigation ul ul li a:hover{
    color: #0077be;
}
.main-navigation ul ul:before {
    content: '';
    background: url(../images/drop-down-bg.png) no-repeat;
    position: absolute;
    top: -17px;
    display: block;
    width: 22px;
    height: 19px;
    left: 22px;
}

.main-navigation li.menu-home a {
    font-size: 0;
}
.main-navigation li.menu-home a:before {
    content: "\f015";
    font-size: 20px;
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
}

.container {
    width: 1260px;
}

/* Start Header */

.header-main{
    transition: background 0.3s;
}

.header-main.is-sticky{
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.main-navigation{
    width: auto;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

.header-wrapper .site-branding a.custom-logo-link {
    max-width: 130px;
    outline: none;
}

.main-navigation a{
    margin: 0 9px 0 9px;
    color: #000;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
}
.header-main .menu-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.other-links a {
    float: right;
    color: #fff;
    display: block;
    text-decoration: none;
    font-style: italic;
    margin-top: 1px;
    border: 1px solid #008b52;
    padding: 7px 15px;
    background-color: #008b52;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}
.other-links a:hover {
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #34d399, #3b82f6, #0891b2);
    color: #000;
} 



/* End Header */
* {
    margin: 0;
    padding: 0;
    border: none;
}

section,
div,
a {
    transition: all 0.4s;
}


p,
ul li
{
    font-size: 16px;
    line-height: 25px;
    color: #28303e;
}

.nopadding {
    padding: 0;
}

.wrapper {
    width: 1140px;
}

section.top-box {
    background-color: #0f172a;
}

section.top-box .col-md-6 {
    text-align: right;
}

section.top-box .top-contact-box {
    text-align: right
}

section.top-box .top-phone {
    color: #fff;
    padding: 8px 0px 8px 20px;
    background: url(../images/phone.png) no-repeat left 10px;
    font-weight: 400;
    font-size: 14px;
}

section.top-box .top-flag {
    text-align: right;
    margin-top: 5px;
}

section.top-box .top-flag ul {
    width: 98px;
    margin: 0;
    padding: 0;
}

section.top-box .top-flag ul li {
    list-style: none;
    display: inline-block;
}

section.top-box .top-flag ul li a {
    display: block;
    width: 29px;
}
.pb-15{
    padding-bottom: 15px;
}
section.top-box .top-email {
    background: url(../images/top-mail.png) no-repeat left 12px;
    background-size: 14px;
    padding: 8px 0px 8px 20px;
    font-weight: 400;
    font-size: 14px;
}

section.top-box .top-email a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

section.top-box .top-phone,
section.top-box .top-flag,
section.top-box .top-email {
    display: inline-block;
    vertical-align: top;
}


.new-middile-content {
    background: #ecfdf5;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-color: #d1fae5;
    padding: 64px;
    position: relative;
    overflow: hidden;
}
.new-middile-content:before {
    content: '';
    width: 140px;
    height: 140px;
    background: #fddcf0;
    position: absolute;
    border-radius: 90px;
    left: -60px;
    bottom: -54px;
}
.new-middile-content:after {
    content: '';
    width: 140px;
    height: 140px;
    background: #d3ede1;
    position: absolute;
    border-radius: 90px;
    right: -40px;
}
.exib-slide .owl-carousel .item .exhibition-logo-link {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
}



section.banner {
    height: 400px;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
}

section.banner .banner-inner {
    position: inherit;
}

section.banner .container {
    display: block;
    position: relative;
    z-index: 99999;
}

section.banner .banner-text-box-main {
    position: relative;
    display: table;
}

section.banner .banner-txt-box {
    color: #2eadbe;
    background: rgba(255, 255, 255, 0.87);
    margin-top: 62px;
    padding: 32px 29px;
    position: absolute;
    top: -380px;
    z-index: 9999; 
}

section.banner .banner-txt-box h1 {
    font-size: 24px;
    color: #008b52;
    font-style: italic;
}

section.banner .banner-txt-box h2 {
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-weight: bold;
}

section.banner .banner-txt-box p {
    font-size: 13px;
    color: #008b52;
    text-align: left;
    line-height: 37px;
}

section.banner .banner-txt-box b {
    margin-bottom: 10px;
}

section.banner .banner-txt-box ul.banner-listing {
    margin-top: 19px;
    margin-bottom: 0px;
    padding: 0 0 0 20px;
}

section.banner .banner-txt-box ul.banner-listing li {
    font-size: 16px;
    font-weight: bold;
    list-style: disc;
    text-align: left;
    padding: 0px 0 5px 5px;
}

section.banner .banner-txt-box .banner-hed-slide-box p {
    font-size: 18px;
    padding: 0;
    margin: 30px 0 0 0;
    display: -webkit-inline-box;
    line-height: 24px;
}

section.banner .center {
    position: absolute;
    right: 40px;
    top: 525px;
    z-index: 99999999999999;
}

section.banner .center img {
    width: 30px;
    opacity: 0.7;
}

section.banner .center img:hover {
    opacity: 1;
}

section.banner .center a {
    font-size: 25px;
    color: #fff;
}

section.banner .banner-inner img {
    width: 100%;
    height: 400px;
    display: none; 
}

section.banner .banner-inner .cycle-caption {
    color: #fff;
    position: absolute;
    right: 40px;
    top: 310px;
    z-index: 99999999999999;
    font-weight: bold;
    font-size: 21px;
}

section.border-line {
    width: 100%;
    height: 4px;
    background: url(../images/line.jpg) no-repeat 0 0;
    background-size: cover;
}

section.centre-box {
    background: #fafafa;
    text-align: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #E8E8E8;
}

section.centre-box .centre-box-main {
    padding: 0 15px 0 15px;
}

section.centre-box .centre-box-main h1 {
    color: #008b52;
    text-transform: uppercase;
    font-weight: bold;
    margin: 53px 0 25px 0;
}

section.centre-box .centre-box-main .centre-box-bg {
    background-color: #fff;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.67);
}

section.centre-box .centre-box-main .centre-box-bg a p {
    transition: all 0.4s;
}

section.centre-box .centre-box-main .centre-box-bg a:hover {
    text-decoration: none;
}

section.centre-box .centre-box-main .centre-box-bg p:hover {
    opacity: 0.8;
}

section.centre-box .centre-box-main p,
section.centre-box .centre-box-main h2 {
    color: #fff;
}

section.centre-box .centre-box-main p {
    font-size: 14px;
}

section.centre-box .centre-box-main .cntr-col2 img,
section.centre-box .centre-box-main .cntr-col3 img {
    width: 100%;
}

section.centre-box .centre-box-main .cntr-col2 {
    float: right;
}

section.centre-box .centre-box-main .cntr-col1,
section.centre-box .centre-box-main .cntr-col4 {
    height: 245px;
    padding: 20.3px;
}

section.centre-box .centre-box-main .cntr-col1 {
    background-color: #008b52;
    color: #fff;
}

section.centre-box .centre-box-main .cntr-col4 {
    background-color: #0077be;
    color: #fff;
}

section.centre-box-middile {
    margin-top: 60px;
    margin-bottom: 60px;
}

.new-middile-content p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0px 0px;
}



/*section.centre-box-middile .middile-content p::first-line { font-weight: bold; font-size: 18px;}*/

section.centre-box-middile .middile-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.centre-box-middile .middile-listing ul li {
    padding: 5px 0 5px 30px;
    background: url(../images/li-listing.png) no-repeat left 5px;
    background-size: 16px;
}

section.centre-box-middile .middile-listing {
    padding-left: 47px;
}

section.centre-box-middile .middile-listing b {
    margin-bottom: 10px;
    display: block;
    font-size: 18px
}


section.inner-box-one .inner-quality-two {
    padding-top: 20px;
}

section.inner-box-one h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 0px 0px 30px;
}

section.project li {
    list-style: none;
}

section.project li .fa {
    padding-right: 15px;
}

section.inner-box-one img {
    float: right;
    margin-left: 15px;
}

section.inner-box-one .col-sm-4 img {
    width: 100%;
}

section.inner-box-one .ordered {
    float: left;
    color: #666;
}

section.inner-box-one .ordered li {
    list-style: none;
    padding: 5px 0 5px 0;
    margin: 5px;
    color: #666;
    background-size: 16px;
}

section.inner-box-one .ordered li em {
    padding-right: 7px;
    font-weight: 600;
}

section.inner-box-one .unordered {
    margin-top: 30px;
}

section.inner-box-one .unordered li {
    width: 423px;    
    display: inline-block;
    list-style: none;
    line-height: 25px;
    min-height: 95px;
    border: solid 1px #ccc;
    padding: 10px 10px 5px 10px;
    margin-bottom: 11px;
    margin-right: 11px;
}

section.inner-box-one .unordered a {
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-decoration: none;
}

section.inner-box-one .unordered a:hover {
    color: #333;
    padding-left: 5px;
}

section.inner-box-one .howdo {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

section.inner-box-one .howdo .howdo-heading {
    display: block;
    position: relative;
    float: left;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 27px;
    margin-left: 26px;
    margin-top: 40px;
    border: 10px solid rgb(0, 119, 190);
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    background-color: rgba(0, 119, 190, 0.75);
}

section.inner-box-one .howdo .howdo-heading:hover {
    background-color: rgba(0, 119, 190, 0.75);
    color: #fff;
    border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
}

section.inner-box-one .howdo h3 {
    color: #666;
    font-weight: 600;
    font-size: 16px;
}

section.inner-box-one .howdo .howdo-content {
    padding-left: 40px;
}

section.inner-box-one .howdo .dowork {
    width: 100%;
    float: left;
}

section.inner-box-one ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

section.inner-box-one ul.resources-list li {
    list-style: none;
    background: url(../images/li-listing.png) no-repeat 0 4px;
    background-size: 16px;
    padding: 5px 0 5px 30px;
}

section.inner-box-one .inner-resources-two {
    margin-top: 40px;
}

section.inner-box-one .inner-tab-main {
    margin-top: 20px;
}

section.inner-box-one .inner-tab-main ul.nav-tabs {
    width: 100%;
}

section.inner-box-one .inner-quality-one .inner-tab-main ul.nav-tabs li a,
section.inner-box-one .inner-resources-one .inner-tab-main ul.nav-tabs li a {
    font-size: 24px;
}

section.inner-box-one .inner-quality-one .inner-tab-main ul.nav-tabs li.active a,
section.inner-box-one .inner-resources-one .inner-tab-main ul.nav-tabs li.active a {
    color: #008B52;
}

section.inner-box-one .inner-tab-main .tab-content .tab-pane {
    border-bottom: 3px solid #ccc;
}

section.inner-box-one .inner-tab-main .tab-content .tab-pane .scrollbox {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}

section.inner-box-one .inner-tab-main .tab-content .tab-pane .scrollbox a {
    display: block;
    margin: 3px auto;
    padding: 15px;
    background-color: rgba(0, 139, 68, 0.50);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #FAFAFA;
}

section.inner-box-one .inner-resources-one .panel-default>.panel-heading {
    background-color: rgb(234, 234, 234);
    border-color: #008B52;
    border: none;
}

section.inner-box-one .inner-resources-one .panel-default {
    border: none;
}

section.inner-box-one .inner-resources-one .panel-default .panel-title a span {
    color: #008B52;
    text-decoration: none;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:visited {
    text-decoration: none;
    color: #0077BE
}

section.inner-box-two {
    background: url(../images/inner-page-section-bg.jpg) no-repeat;
}

section.inner-box-two .row {
    background: #fff;
    border-top: none;
    border-bottom: 5px solid #00673d;
    border-right: 2px solid #00673d;
    border-left: 2px solid #00673d;
    margin-bottom: 36px;
    padding-top: 27px;
    padding-bottom: 30px;
}

section.inner-box-two .row h2 {
    color: #008b52;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

section.inner-box-two .row .col-md-6 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

section.inner-box-two .row .col-md-6 p {
    text-align: justify;
}

section.inner-box-three h3 {
    color: #717271;
    font-weight: bold;
}

section.inner-box-three .row {
    padding: 40px 0;
}

section.inner-box-three .row.product-section:first-child {
    padding-top: 40px;
    padding-bottom: 20px;
}

section.inner-box-three .row.product-section:last-child {
    padding-bottom: 40px;
}

section.inner-box-three .row.product-section {
    padding-top: 0;
    padding-bottom: 20px;
}

section.inner-box-three h2 {
    color: #717271;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

section.inner-box-three ul.advantage-list {
    padding: 0;
}

section.inner-box-three ul.advantage-list li {
    list-style: none;
    padding: 3px 0 3px 35px;
    background: url(../images/li-listing.png) no-repeat left 0;
    background-size: 20px;
    margin-bottom: 8px;
}

section.inner-box-three .certification img {
    width: 90%;
}

section.contact .address-box {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid rgba(55, 66, 72, 0.23);
    padding: 20px;
    border-radius: 12px;
    margin: 0px 0px 30px;
    box-shadow: inset 0 0 0 0 transparent, 
    inset 0 0 0 0 transparent, 0 0 0 0 transparent, 
    0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.contact-map-inner {
    border-radius: 12px;
    overflow: hidden;
}
.contact-map-inner img{
    width: 100%;    
    display: block;
    transition: all 0.3s ease;
}
.contact-map-inner img:hover {
    transform: scale(1.05);
}
.contact-list h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 15px;
}
section.contact .address-box:last-child {
    border-bottom: 0px;
}

section.contact .contact-address h3 {
    color: #008b52;
    font-weight: 600;
    margin: 0px 0px 20px;
    font-size: 22px;
}
section.contact .address-box .row {
    display: flex;
    align-items: center;
}

section.contact .contact-address ul {
    margin: 0;
    padding: 0;
}

section.contact .contact-address ul li {
    list-style: none;
    padding: 0 0 15px 33px;
}

section.contact .contact-address ul li.cnt-address {
    background: url(../images/address.png) no-repeat 0 0;
    background-size: 22px;
}
section.contact .contact-address ul li.cnt-person {
    background: url(../images/person.png) no-repeat 0 0;
    background-size: 22px;
}

section.contact .contact-address ul li.cnt-land {
    background: url(../images/tel.png) no-repeat 0 0;
    background-size: 22px;
}

section.contact .contact-address ul li.cnt-phone {
    background: url(../images/mob.png) no-repeat 0 0;
    background-size: 22px;
}

section.contact .contact-address ul li.cnt-mail {
    background: url(../images/mail.png) no-repeat 0 0;
    background-size: 22px;
}

section.contact .contact-address ul li.cnt-fax {
    background: url(../images/fax.png) no-repeat 0 0;
    background-size: 22px;
}

section.contact .contact-address ul li.cnt-www {
    background: url(../images/worldgrid.png) no-repeat 0 0;
    background-size: 22px;
}

section.contact .contact-address img {
    float: none;
    margin-bottom: 10px;
}

section.contact .contact-map img {
    width: 100%;
}

.fruts-gallery-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0px 0px 60px;
    align-items: center;
}
.fruts-gallery-inner h2 {
    font-size: 30px;
    color: #000;
    margin: 0px 0px 30px;
    font-weight: 600;
}
.fruts-gallery-inner .fruts-gallery-img {
    border-radius: 12px;
    overflow: hidden;
}
.fruts-gallery-inner .fruts-gallery-img img{
    transition: all 0.3s ease;
     position: relative;
}
.fruts-gallery-inner .fruts-gallery-img:hover img {
    transform: scale(1.05);
}
.fruts-gallery-inner .fruts-gallery-img {
    position: relative;
}
.fruts-gallery-inner .fruts-gallery-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.fdsfresh-collections-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    align-items: center;
}
.foodsfresh-collections-inner {
    margin: 0px 0px 60px;
}
.fdsfresh-col-list-info-img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.fdsfresh-col-list-info-img img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.fdsfresh-col-list-info-img img:hover {
    transform: scale(1.05);
}
.fdsfresh-col-list-info {
    position: relative;
}
.fdsfresh-col-list-info .fdsfresh-col-list-info-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px 0px;
    padding: 20px 20px;
    color: #fff;
    font-size: 18px;
}
.fd-freshly-quality {
    padding: 60px 0px;
}
.fd-freshly-quality-lists {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    list-style: none;
    padding: 20px 0px 0px;
    margin: 0 auto;
}
.fd-freshly-quality-lists .fd-freshly-quality-list .fd-freshly-quality-logo {
    border: 1px solid #f9f9f9;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.fd-freshly-quality-lists .fd-freshly-quality-list .fd-freshly-quality-logo img {
    width: 100%;
}
.fd-freshly-quality-inner {
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin: 60px 0px 0px;
}
.fd-freshly-quality-inner h3 {
    position: absolute;
    top: -13px;
    z-index: 1;
    margin: 0px;
    background: #fff;
    padding: 0px 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.fd-freshly-quality-inner.certificates-list .fd-freshly-quality-lists {
    grid-template-columns: repeat(4, 1fr);
}
.fd-freshly-quality-inner.certificates-list {
    margin: 60px 0px 0px;
}
.fd-freshly-quality-inner.Product-registration-list {
    margin: 60px 0px 0px;
}
.fd-freshly-quality-inner.Product-registration-list .fd-freshly-quality-lists {
    grid-template-columns: repeat(3, 1fr);
}
.fd-freshly-quality-inner.Product-registration-list .fd-freshly-quality-list .fd-freshly-quality-logo {
    border: 1px solid #f9f9f9;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    align-items: center;
    height: 100%;
}
.quality-logo-content p:last-child {
    margin-bottom: 0;
}
.quality-logo-content p {
    margin-top: 0;
}


.foodfreshly-inner-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px 0px 60px;
}
.foodfreshly-inner-banner-content {
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foodfreshly-inner-banner-content:before {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .66));
    width: 100%;
    height: 100%;
    position: absolute;
}
.foodfreshly-inner-banner-content .innerbanner-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}
.foodfreshly-text-with-image {
    margin: 0px 0px 0px;
}
.foodfreshly-text-with-image-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    align-items: center;
}
.foodfreshly-text-with-image-content h2 {
    margin: 0px 0px 30px;
    font-size: 30px;
    font-weight: 500;
    color: #008a50;
    line-height: 40px;
}
.about-us-sectionone .foodfreshly-text-with-image-col .fdfreshly-text-with-contant {
    padding: 0px 60px 0px 0px;
}

.about-us-sectiontwo .foodfreshly-text-with-image-col .fdfreshly-text-with-contant {
    padding: 0px 0px 0px 60px;
}

.about-us-sectionthree .foodfreshly-text-with-image-col .fdfreshly-text-with-contant {
    padding: 0px 60px 0px 0px;
}
.foodfreshly-text-with-image.about-us-sectionthree {
    margin: 0px 0px 60px;
}
.foodfreshly-text-with-image.freshness-retainers-section .foodfreshly-text-with-image-content {
    gap: 60px;
}
.freshness-retainers-steps {
    list-style: auto;
    margin-top: 40px;
}
.freshness-retainers-steps li {
    margin: 0px 0px 10px;
}
.freshness-retainers-product {
    margin: 60px 0px 0px;
}
.Worldwide-section-one {
    margin: 0px 0px 60px;
}
.fresh-retr-product-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    row-gap: 40px;
}
.fresh-retr-product-info {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.fresh-retr-product-info .fresh-retr-product-title {
    padding: 15px 10px;
}
.fresh-retr-product-info .fresh-retr-product-title h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.fresh-retr-product-info .fresh-retr-product-title p {
    margin: 0px 0px;
    font-size: 13px;
}
.fresh-retr-product-info a {
    text-decoration: none;
    display: block;
}
.foodfreshly-text-with-image.how-do-they-work .foodfreshly-text-with-image-content {
    gap: 60px;
}
.foodfreshly-text-with-image.how-do-they-work {
    margin: 60px 0px 60px;
}
.foodfreshly-text-with-image.hp-rd {
    margin: 0px 0px 60px;
}
.foodfreshly-text-with-image.hp-rd .foodfreshly-text-with-image-content {
    gap: 60px;
}
.foodfreshly-text-with-image.hp-rd .foodfreshly-text-with-image-img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.foodfreshly-text-with-image.hp-rd .foodfreshly-text-with-image-img img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.foodfreshly-text-with-image.hp-rd .foodfreshly-text-with-image-img img:hover{
    transform: scale(1.05);
}
.suitable-packaging-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    list-style: none;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    align-items: center;
}
.suitable-packaging-video-section {
    margin: 60px 0px 60px;
}
.suitable-packaging-box:last-child {
    margin-bottom: 0;
}
.suitable-packaging-box h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 20px;
    color: #000;
}
.suitable-packaging-box ul.d-inline-sec {
    margin: 0px 0px 0px 20px;
}
.suitable-packaging-box ul.d-inline-sec li {
    margin-bottom: 10px;
    margin-left: 20px;
}
.suit-pack-box-img img{
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
}

.suit-pack-box-img img:hover {
    transform: scale(1.05);
}
.foodfreshly-inner-banner img {
    width: 100%;
    display: block;
}

.services-lists {
    margin: 0px 0px 0px 30px;
}
.services-lists li {
    margin: 0px 0px 10px;
}
.services-section h2 {
    margin: 0px 0px 30px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.services-section {
    margin: 0px 0px 60px;
}
.products-list-section h2 {
    margin: 0px 0px 30px;
    font-weight: 600;
    color: #000;
}
.products-list-inner-wp-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.products-list-inner-wp-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    margin: 60px 0px 60px;
}
.products-list-inner-wp-items .products-list-inner-wp-item-info {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.products-list-inner-wp-items .products-list-inner-wp-item-info img{
    transform: scale(1);
    transition: transform 0.3s ease;
}
.products-list-inner-wp-items .products-list-inner-wp-item-info img:hover{
    transform: scale(1.05);
}

.faq-section-wp h2 {
    font-weight: 600;
    margin: 0px 0px 30px;
}
.faq-section-wp .faq-section-inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.faq-section-wp .faq-section-inner .panel-title a {
    display: block;
    position: relative;
    padding-right: 40px;
}

/* FAQ Accordion Plus/Minus Icons */
.panel-title .icon-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #008b52;
    transition: all 0.3s ease;
}

.panel-title .plus-icon {
    display: inline-block;
}

.panel-title .minus-icon {
    display: none;
}

.panel-title.active .plus-icon {
    display: none;
}

.panel-title.active .minus-icon {
    display: inline-block;
}


.panel-title a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.panel-title a:hover {
    text-decoration: none;
    color: #008b52;
}
.panel-title.active a {    
    color: #008b52;
}

.panel-group .panel+.panel {
    margin-top: 15px;
}
.faq-section-wp .faq-section-inner .tab-content .panel-group {
    margin: 0px 0px 0px;
}
.faq-section-wp .faq-section-inner .tab-content {
    margin: 0px 0px 60px;
}
.press_release_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    row-gap: 20px;
}
.press_release_lists .press_release_info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.press-release-wp {
    margin: 0px 0px 60px;
}
.what3p-section-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    align-items: center;
}
.what3p-section-inner .what3p-section-img {
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
}
.what3p-section-inner .what3p-section-img img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.what3p-section-inner .what3p-section-img img:hover {
    transform: scale(1.05);
}
.what3p-section {
    margin: 0px 0px 60px;
}
.what3p-section-inner h2 {
    margin: 0px 0px 30px;
    font-weight: 600;
}
.services-section .services-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}
.services-content-img{
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.services-content-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}
.services-content-img img:hover {
    transform: scale(1.05);
} 
.services-section-logo-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    list-style: none;
    padding: 20px 0px 0px;
    margin: 0 auto;
    justify-content: center;
}
.services-section-logo-info {
    border: 1px solid #f9f9f9;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    height: 100%;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #0f172a;
    padding: 40px 0 0px 0;
}

footer ul {
    padding-left: 0px;
    margin: 0;
}

footer ul .sub-ul {
    margin: 0;
    margin-top: 0px;
}

footer ul .sub-ul li {
    margin-left: 5px;
}

footer ul .sub-ul li:last-child {
    margin-bottom: 20px;
}

footer ul .sub-ul li a {
    color: #fff;
    text-decoration: none;
}

footer ul li {
    list-style: none;
    color: #eeeeee;
    margin-bottom: 5px;
    font-size: 12px;
}
footer ul li.ft-heding a {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    display: block;
    color: #fff;
    font-weight: 600;
}
footer ul li.ft-heding a:hover {
    opacity: 1;
    padding: 0;
}
.cpy-rt-wrapper {
    background: #fff;
    margin: 40px 0px 0px;
}

.text_center{
    text-align: center;
}
.padding_left_0{
    padding-left: 0px;
}
.padding_right_0{
    padding-right: 0px;
}
.padding_0{
    padding: 0;
}

.press_release_listing .press_release_item .content_des h4{
    margin: 10px 0 10px 0;
    font-weight: 600;
    color: #2a9d6e;
    font-size: 16px;
}
.press_release_listing .press_release_item{
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
.press_release_listing .press_release_item .content_des p
{
    margin: 0 0 10px 0;
    color: #262223;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}
.press_release_listing .press_release_item .content_des a
{

    text-decoration: none;
}
footer p {
    color: #eeeeee;
}

footer h3 {
    color: #fff;
    padding: 0px 0 0px 0;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    display: block;
}

footer a {
    color: #EEEEEE;
    text-decoration: none;
}

footer ul li a:hover {
    color: #EEEEEE;
    opacity: 0.6;
    text-decoration: none;
    padding-left: 5px;
}
footer ul li a:visited,footer ul li a:focus{
    color: #EEEEEE;
    text-decoration: none;
}

footer .footer-box-four .ft-mail {
    padding: 0 0 0 0px;  
}

footer .footer-box-four .ft-phone {
    padding: 0 0 0 0px;
}

footer .footer-box-four .ft-land {
    padding: 0 0 0 0px;   
}

footer .uparrow {
    background: rgba(0, 139, 82, 0.83);
    cursor: pointer;
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease;
}
footer .uparrow:hover{
    background-image: linear-gradient(to right, #34d399, #3b82f6, #0891b2);
}

footer .cpy-rt {
    margin-top: 20px; 
    margin-bottom: 20px;
    color: #008b52;
    display: flex;
    align-items: center;
    column-gap: 30px;
}


/*--  FFG worldwide Starts Here --*/
.p-0
{
	padding: 0 !important;
}
#map {
  height: 100vh;
}

#firstHeading {
    font-size: 18px;
    margin: 12px 0px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #0077be;
}

#bodyContent a {
  color: red;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
#bodyContent p {
	font-size: 14px;
    max-width: 400px;
    font-family: 'Open Sans', sans-serif;
}
#bodyContent a img {
	max-width: 138px;
	margin: 0;
}

.press_release_listing .listing-item{
    max-height: 105px;
}

.blog-img img{
    width: 100%;
    margin: auto !important;
    text-align: center;
}
.blog-heading {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 20px;
}
.blog-heading h2{
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0px;
}
.blog-content{
    text-align: center;
}
.blog-content p{
    margin: 0px;
}
.mb-25{
    margin-bottom: 25px;
}
.box-setting{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
}
.link-page {
    display: block;
    margin: 20px 0px 0px;
}
.link-page a .fa.fa-long-arrow-right {
    margin-top: 3px;
}
.link-page a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid #008b52;
    padding: 7px 15px;
    background-color: #008b52;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.link-page a:hover{
    color: #000;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #34d399, #3b82f6, #0891b2);
}
.fruit-cleaner-section {
    margin: 0px 0px 30px;
}


.d-inline-sec li p{
    margin: 0px;
}


.partner-sec 
{
  /* background-color: rgb(225, 240, 241); */
    padding: 10px 0px 10px;
}

.partner-sec h3
{
  padding: 30px 0px 0px 0px;
    font-size: 27px;
    font-weight: 600;
}

.partner-sec h4 {
  padding: 17px 0px 0px 0px;
  font-size: 22px;
  font-weight: 600;
  margin: 1.33em 0;
}

.partner-sec p
{
  color: #00008B;
    padding: 0px 9px 0px 0px;
}


.certification-sec h3 {
    font-size: 29px;
    padding: 36px 0px 10px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

.certification-sec .hr {
    margin-top: -21px;
    border-top: 2px solid #006699;
    width: 10%;
    margin-left: 45%;
    position: relative;
    border-radius: 18%;
}

.certification-sec .hr::after {
  content: "";
  border-top: 2px solid #006699;
  width: 7px;
  margin-left: 0px;
  position: absolute;
  right: -11px;
  display: block;
  top: -2px;
  border-radius: 35%;
}


/*----------------------new add board of directors------------------  */

.directors-sec h2
{
    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0px!important;
    margin-top: 27%;
    margin-left: 13%;
}

.directors-sec img 
{
    float: left!important;
    margin-left: 15px;
    border-radius: 50%;
    width: 300px;
    padding-bottom: 23px;
}

.directors-sec p
{
    font-size: 17px;
    margin-left: 13%;
    margin-top: 10px;
    font-weight: 600;
    color: #c5c1c1;
}

.directors-sec hr
{
    width: 325px;
    margin-left: 13%;
    border-bottom: 1px solid #0077be;
}

.directors-sec .btn-primary 
{
    color: #fff;
    background-color: #a1a7ad!important;
    border-color: #a1a7ad!important;
}

.directors-part img 
{
    float: left!important;
    margin-left: 15px;
    padding-top: 20px!important;
    border-radius: 50%;
}

.directors-part .btn-primary 
{
    color: #fff;
    background-color: #a1a7ad!important;
    border-color: #a1a7ad!important;
} 
.directors-part h4
{
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: 13px
}

.directors-part p
{
    font-size: 14px;
    color: #f9f9f9;
    margin: 15px;
    text-align: center;
}

.member-sec
{
    background-color: #c8d3ec63;
    width: 30%;
    margin: 0px 18px;
}

.directors-sec .cont-sec h2
{
    color: #000000!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px!important;
    margin-top: 0%;
    margin-left: 0px;
}

.directors-sec .cont-sec p
{
    font-size: 15px;
    margin-left: 0%;
    margin-top: 0px;
    font-weight: 400;
    color: #000000;
}

.directors-sec .cont-sec hr {
    width: 325px;
    margin-left: 0%;
    border-bottom: 1px solid #0077be;
    margin-top: 10px;
}

/* Animation Initial State */
.hidden-animation {
    opacity: 0;
    transform: translateX(-50px);
}

/* Slide Text Animation Styles */
.slide-text h1[data-animation],
.slide-text li[data-animation] {
    opacity: 0;
    transform: translateX(-50px);
    transition: none;
}

.slide-text h1[data-animation].animated,
.slide-text li[data-animation].animated {
    opacity: 1;
    transform: translateX(0);
}

/* Ensure animate.css works properly */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

section.about-banner {
    background: url(../images/strip-1-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.inner-box-banner h2 {
    float: right;
    letter-spacing: 2px;
    font-size: 39px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 63px;
    font-weight: 600;
    background-color: rgba(51, 51, 51, 0.35);
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
section.border-line {
    width: 100%;
    height: 4px;
    background: url(../images/line.jpg) no-repeat 0 0;
    background-size: cover;
}
section.inner-box-one {
    background: #fafafa;
    padding: 0px 0 40px;
    display: block;
    width: 100%;
    margin: auto;
}
section.retainers-banner {
    background: url(../images/strip-2-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.production-banner {
    background: url(../images/strip-3-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.cirtificate-banner {
    background: url(../images/strip-2-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.project-banner {
    background: url(../images/strip-3-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.quality {
    background: url(../images/quality-banner.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.research {
    background: url(../images/research.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.who-we-are {
    background: url(../images/quality-banner.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.rd-banner {
    background: url(../images/strip-2-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.industry-banner {
    background: url(../images/strip-2-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
.action {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    color: #6bd68a;
    border: none;
    background: none;
}
section.ultra-banner {
    background: url(../images/strip-1-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}
section.howdo-banner {
    background: url(../images/strip-2-low.jpg) no-repeat 0 0;
    background-size: cover;
    height: 172px;
}

/*--  FFG worldwide Ends Here  --*/
/******************************************************************/

@media only screen and (max-width: 1200px) {
    .wrapper {
        width: 90%;
    }
    section.top-nav .nav-box-main .logo img {
        width: 100%;
    }
    section.top-nav .nav-box-main .nav-wrap-main {
        margin-left: 0;
    }
    section.banner .banner-inner {
        position: absolute;
    }
    section.banner .banner-text-box-main {
        top: 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    section.top-nav .special-txt-nav {
        position: relative;
        top: 10px;
        right: 60px;
        max-height: 20px;
    }
    section.banner {
        background: #008A50;
    }
    section.centre-box .centre-box-main .cntr-col2 {
        float: inherit;
    }
    section.centre-box .centre-box-main .cntr-col1,
    section.centre-box .centre-box-main .cntr-col4 {
        height: auto;
    }
    section.centre-box .centre-box-main .centre-box-bg {
        padding-top: 1px;
    }
    section.centre-box-two .certificat img {
        width: 65%;
    }
    section.centre-box-two .news-events h2 {
        margin-top: 40px;
    }
    section.centre-box-two .news-events .new-box-main {
        padding-left: 18px;
    }
    footer ul {
        padding-left: 0px;
    }
    footer .footer-box-three h3 {
        padding-bottom: 12px;
    }
    footer .footer-box-three {
        margin-top: 37px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 95%;
    }
    
    section.centre-box-middile .middile-listing {
        padding-left: 19px;
    }
    section.contact .contact-map {
        margin-top: 20px;
    }
    section.contact .contact-map img {
        width: 80%;
    }
    section.contact .contact-map h2 {
        display: none;
    }
    footer ul {
        margin: 0 0 20px 0;
        padding: 0;
    }
    footer .footer-box-three {
        margin-bottom: 32px;
        padding-bottom: 5px;
        border-bottom: 1px solid #696969;
    }
}

@media only screen and (max-width: 662px) {
 section.banner .banner-txt-box {
    margin-top: 12px;
    padding: 28px 28px;
}   
    section.banner .banner-txt-box h2{
            font-size: 18px;
    line-height: 20px;
    }
    section.banner .banner-txt-box ul.banner-listing li {
    font-size: 13px;
    line-height: 16px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 600px) {
    section.top-nav .special-txt-nav {
        top: 24px;
    }
    section.top-nav .nav-box-main nav {
        margin-top: 23px;
    }
    section.top-nav .nav-box-main nav ul ul {
        left: 8px;
    }
    section.inner-box-one .unordered li {
        width: 100%;
        min-height: initial;
        padding: 15px 15px 15px 15px;
    }
    section.inner-box-one .howdo .howdo-content {
        padding-left: 0px;
        padding-right: 0px;
    }
   
}

@media only screen and (max-width: 480px) {
    /*---- NAV ----*/
    section.top-nav .nav-box-main nav {
        border-bottom: 0;
        right: -14px;
        margin-top: 8px;
    }
    section.top-nav .nav-box-main nav ul {
        display: none;
        height: auto;
        width: 286px;
    }
    section.top-nav .nav-box-main nav a#pull {
        display: block;
        width: 100%;
        position: relative;
    }
    section.top-nav .nav-box-main nav a#pull:after {
        content: "";
        background: url('imgage/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    section.top-nav .nav-box-main .special-txt-nav {
        right: 40px;
        top: 14px;
    }
    section.top-nav .nav-box-main .special-txt-nav a {
        font-size: 10px;
    }
    section.banner {
        margin-top: 11px;
    }
    section.centre-box-two .news-events h2,
    section.centre-box-two .certificat h2 {
        padding-left: 0;
        text-align: center;
    }
    section.contact .contact-map img {
        width: 100%;
    }
    section.centre-box-two .certificat img {
        width: 100%;
    }
    section.exib-slide .customNavigation {
        display: none;
    }
    /*---- NAV ----*/
}

@media only screen and (max-width: 320px) {
    /*---- NAV ----*/
    section.top-nav .nav-box-main nav li {
        display: block;
        float: none;
        width: 100%;
    }
    section.top-nav .nav-box-main nav li a {
        border-bottom: 1px solid #576979;
    }
    /*---- NAV ----*/
}

@media only screen and (max-width: 2356px) {
    section.banner .banner-text-box-main {
      /*  top: -142%;*/
    }
}

@media only screen and (max-width: 1806px) {
    section.banner .banner-text-box-main {
       /* top: -119%;*/
    }
}

@media only screen and (max-width: 1517px) {
    section.banner .banner-text-box-main {
      /*  top: -99%;*/
    }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
    section.exib-slide .customNavigation .btn.prev {
        left: -35%;
    }
    section.exib-slide .customNavigation .btn.next {
        right: -35%;
    }
}

/* Banner content styling */
.banner-content {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 15px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.banner-content h1, .banner-content h2, .banner-content h3 {
    color: #fff;
    margin-bottom: 15px;
}

.banner-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #666666;
}
.banner-content p {
    color: #fff;
    margin-bottom: 15px;
}

/* Banner subtitle styling (for backward compatibility) */
.banner-subtitle {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 15px 0;
    /* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
}

.foodfreshly-inner-banner-content .fg-box {
    padding: 1.618rem 3.236rem;
    background-color: rgba(255, 255, 255, .8);
    
    max-width: 45%;
    position: relative;
    z-index: 1;
}
.foodfreshly-inner-banner-content .fg-box p {
    line-height: 25px;
    font-size: 16px;
    color: #28303e;
}
.foodfreshly-inner-banner-content .fg-box .partner-logos {
    display: flex;
    gap: 15px;
}
.foodfreshly-inner-banner-content .fg-box h1{
    color: #008a50;
    font-size: 30px;
    line-height: 32px;
}
.foodfreshly-inner-banner-content .fg-box .partner-logos img {
    width: 89%;
}
section.product-briefing {
    padding: 40px 0;
    background: #f2f2f278;
}
.product-briefing .products-specifications {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.product-briefing .products-specifications .spec-item {
    padding: 10px;
    border: 1px solid #f2f2f2;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    background: #fff;
    overflow: hidden; /* ensures overlay doesn't spill out */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Redirect button overlay */
.product-briefing .products-specifications .spec-item .redirect-btn {
    position: absolute;
    inset: 0; /* covers the whole block */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008b5261; /* dark overlay */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Button styling */
.product-briefing .products-specifications .spec-item .redirect-btn .spec-btn {
    background: #008b52;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

.product-briefing .products-specifications .spec-item .redirect-btn .spec-btn:hover {
    background: #007bc7;
    color: #fff;
}

/* On hover show button */
.product-briefing .products-specifications .spec-item:hover .redirect-btn {
    opacity: 1;
    transform: translateY(0);
}
.steps-to-use .step-by-step {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.steps-to-use .step-by-step .steps {
    padding: 10px;
    border: 1px solid #f2f2f2;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.steps-to-use .step-by-step .steps h3 {
    color: #008a50;
    font-size: 23px;
    font-weight: 600;
}
.steps-to-use h2{
margin: 0px 0px 30px;
    font-size: 30px;
    font-weight: 500;
    color: #008a50;
    line-height: 40px;
}
.steps-to-use .step-by-step .steps:before {
    content: '1';
    border: 2px dashed #008a50;
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 80px;
    border-radius: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #008a50;
    font-size: 31px;
}
.steps-to-use .step-by-step .steps.one:before {
    content: '1';
}
.steps-to-use .step-by-step .steps.two:before {
    content: '2';
}
.steps-to-use .step-by-step .steps.three:before {
    content: '3';
}
.steps-to-use .step-by-step .steps .steps-content {
    padding: 10px 10px 0;
}

.product-benefits .benefits .benefit-item {
    display: flex;
    gap: 20px;
    align-items: center;
}
.product-benefits .benefits .benefit-item > * {
    flex: 1;
}
.product-benefits .benefits .benefit-item .benefit-icon img {
    max-height: 50%;
}
.product-benefits .benefits {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.bg {
    background: #f2f2f278;
}
.quality header.entry-header {
    display: none;
}
.quality .entry-content {
    margin-top: 0;
}
.page-template-default #secondary{
display: none;
}
.new-content-page .content-image h2{
    color: #008a50;
}
section.new-content-page {
    padding: 40px 0;
}
.new-content-page .content-image {
    display: flex;
    gap: 20px;
}
.new-content-page .content-image > * { flex: 1; }
.sample-thumb {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
}
ul.certificate-list {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    justify-content: center;
}
ul.certificate-list li img {
    width: 160px;
}
.country-date {
    display: flex;
    gap: 10px;
    align-items: center;
}
.frame.news-list-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.frame.news-list-item .news-header {
    flex: 2;
}

.frame.news-list-item .news-img {
    flex: 1;
}
.vertical-tabs {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.tabs-nav {
  display: flex;
  flex-direction: column;
  width: 200px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
}

.tab-link {
  padding: 12px 16px;
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  font-weight: 500;
  transition: background 0.3s;
  border-left: 4px solid transparent;
}

.tab-link:hover {
  background: #e9e9e9;
}

.tab-link.active {
  background: #fff;
  border-left: 4px solid #008b52;
  font-weight: 600;
}
.tab-pane h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.tabs-content {
  flex: 1;
  padding: 20px;
  background: #fff;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}
ul.exhibition-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.exhibition-list li {
    line-height: 40px;
    display: flex;
    gap: 20px;
    padding: 10px;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
}

ul.exhibition-list li:nth-child(even) {
    /* background: #f2f2f2; */
}
ul.exhibition-list li a {
    background: #008b52;
    padding: 0px 20px;
    border-radius: 8px;
    color: #fff;
        max-height: fit-content;
}
ul.exhibition-list li span.logo-image {
    max-width: 100px;
}
ul.exhibition-list li span.title {
    flex: 2;
    padding-left: 15px;
    font-weight: 600;
}
.map-container {
    display: flex;
    gap: 20px;
    padding: 0;
    justify-content: space-between;
}
.map-container:before, .map-container:after {
    display: none;
}
#map {
  width: 100%;
  height: 400px; /* or any fixed height */
}
    #sidebar {
      width: 25%;
      height: 100%;
      float: right;
      background: #f9f9f9;
      border-left: 2px solid #ddd;
      padding: 20px;
      box-sizing: border-box;
      overflow-y: auto;
    }
    #sidebar h2 {
      margin-top: 0;
    }
    .leaflet-marker-icon {
      border-radius: 50%;
      background: white;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }
@media only screen and (max-width: 767px) {

    .main-navigation button.menu-toggle {
        font-size: 0;
        background: transparent;
        border: none;
        outline: none;
    }
    .menu-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .menu-wrapper #site-navigation {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 22px;
    }
    .menu-wrapper .other-links {
        -ms-flex-order: 0;
        -webkit-order: 1;
        order: 0;
    }
    .site-header .container {
        padding: 0;
    }
    .top-box .col-md-5 {
        display: none;
    }
    section.top-box .top-contact-box {
        text-align: center;
    }
    section.top-box .top-phone{
        padding: 8px 0px 8px 20px;
    }
    section.top-box .top-email{
        padding: 8px 0px 8px 20px;
    }
    .header-wrapper .site-branding a.custom-logo-link{
        max-width: 90px;
    }
    .other-links a{
        font-size: 12px;
    }
    .main-navigation.toggled .menu-main-menu-container {
        position: absolute;
        right: 0;
        background: #374248;
        z-index: 3;
        top: 100%;
        padding: 0px 20px;
    }
    .main-navigation a{
        color: #fff;
    }
    .site-header{
        position: relative;
    }
    .main-navigation ul ul{
        float: none;
        position: relative;
        top: inherit;
        left: inherit;
        z-index: 1;
    }
    .main-navigation.toggled ul ul.sub-menu{
        background: #4C555A;
        width: 240px;
        box-shadow: none;
    }

    .main-navigation ul ul:before{
        background: url(../images/drop-down-bg-mob.png) no-repeat;
        left: 10px;
    }
    .main-navigation li{
        margin: 0px 0px 10px;
    }
    #bootstrap-touch-slider .carousel-inner .item .container.wrapper {
        display: none;
    }
    section.top-box .container.wrapper {
        width: 100%;
        padding: 0px 15px;
    }
    .wrapper {
        width: 100%;
    }
    section.inner-box-one h2{
        font-size: 20px;
        margin: 0px 0px 0px;
    }
    .press_release_listing .listing-item {
        max-height: inherit;
        display: flex;
    }
    .press_release_listing .press_release_item{
        display: flex;
    }
    section.inner-box-one ul{
        margin: 0 0 1.5em 2em;
    }
    section.inner-box-one.project .col-sm-12.pb-15 {
        padding: 0px 0px 15px;
    }
    section.inner-box-one.project .col-sm-12.pb-15 .col-sm-7 {
        padding: 0;
    }
    section.inner-box-one.project .col-sm-12.pb-15 .col-sm-5 {
        padding: 0;
    }
    section.inner-box-one.project .col-sm-12.pb-15 .col-sm-5 .image-responsive img {
        float: none;
        margin-left: 0;
    }
    section.inner-box-one.contact .col-md-12 .address-box img {
        float: none;
        margin: 0 !important;
    }
    section.inner-box-one.contact .col-md-12 .address-box {
        float: none;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    section.inner-box-one.contact .col-md-12 {
        padding: 0;
    }
    section.inner-box-one .howdo ul.unordered {
        margin: 0;
    }
    section.inner-box-one .howdo .howdo-heading{
        font-size: 20px;
        margin-left: 0;
        margin-top: 10px;
        float: none;
        text-align: center;
    }
    section.inner-box-one .howdo .col-sm-12 {
        padding: 0;
    }


    

}