
:root{
    --white-color: #fff;
    --main-color: #B39379;
    --dark-brown: #93653F;
    --green-color: #375333;
    --black-color: #000;
    --main-font:'Inter Tight', sans-serif;
    --light-brown: #dfd7d0;
}
body{
    font-family: var(--main-font);
}
@media (min-width: 1920px){
    body, header{
        max-width: 1920px;
        margin: 0 auto;
    }
}

::selection {
    color: var(--light-brown);
    background: var(--green-color);
}

/* For Mozilla Firefox */
::-moz-selection {
    color: var(--light-brown);
    background: var(--green-color);
}
:focus-visible{
    outline: 0;
    box-shadow: none;
}
.wpcf7 p{
	margin:0;
}
.wpcf7 p br{
	display:none;
}
.slick-slider:not(.slick-initialized) {
	display: none !important;
}

p, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-brown); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--green-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--green-color); 
}
/* Wrappers ======================================================= */
.full-wrap{
    width: 90%;
    margin: 0 auto;
}
.main-wrapper{
    width: 85%;
    margin: 0 auto;
}
.min-wrapper{
    width: 60%;
    margin: 0 auto;
}
.mid-wrapper{
    width: 75%;
    margin: 0 auto;
}
.max-wrapper{
    width: 80%;
    margin: 0 auto;
}
.min-wrapp {
    width: 39%;
    margin: 0 auto;
}
.process-wrapper {
    padding-left: 10%;
}
.wrap-65{
    width: 65%;
    margin: 0 auto;
}
.w-25{
    width: 25%;
}
.w-45{
    width: 45%;
}
.w-55{
    width: 55%;
}
.w-75{
    width: 75%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-30{
    width: 30%;
}
.p-b-20{
    padding-bottom: 20px;
}
/* Menu =============================================  */

header#header {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: rgb(0,0,0);
    background: linear-gradient(100deg, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3393732492997199) 50%);
}
.page-template-front-page header#header{
    background: transparent;
}
.caption {
    width: 79%;
    margin-left: auto;
    padding-right: 21%;
    z-index: 1;
}
ul#primary a.nav-link {
    color: var(--white-color);
    font-family: Inter Tight;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* color: #fff; */
    padding: 0 35px ;
}
header#header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
li#menu-item-20 a.nav-link {
    padding-right: 0 !important;
}

/* Background ================================================== */
.brown-bg {
background-color: var(--main-color);
}
.dark-brown-bg {
background-color: var(--dark-brown);
}
.light-brown-bg{
    background-color: var(--light-brown);
}
.green-bg {
    background: rgba(55, 83, 51, 1);
    border-radius: 8px;
    padding: 40px;
}
.banner-bg{
    background-color: #B39379;
}
.full-with::before {
    background: rgba(0, 0, 0, 0.70);    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /* opacity: 0.43; */
    z-index: -1;
}
footer#footer::before{
    background: rgba(0, 0, 0, 0.70);    
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /* opacity: 0.43; */
    z-index: -1;
}

/* Font ================================================ */

.green-font{
    color: var(--green-color);
}
.black-font{
    color: var(--black-color);
}
.white-font{
    color: var(--white-color);
}
.ash-font{
    color: #505050;
}
.line-height-40{
    line-height: 40px !important;
}
.brown-font{
    color: #5D3612;
}
.font-22 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
} 
.font-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.font-70{
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}
.para, .font-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.font-60{
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; 
}
.font-40{
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
}
.font-25{
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}
.font-48{
    font-size: 48px;
}


/* Button ============================================= */

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
}
[class^="hvr-"] {
    margin: 0;
    padding: 20px 60px;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
}
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    background: #93653F;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5d3612;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
    overflow: hidden;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
}


/* Padding =============================================== */
.section-top-p-100{
    padding-top: 100px;
}
.section-bottom-p-100{
    padding-bottom: 100px;
}
.section-top-p-50{
    padding-top: 50px;
}
.section-bottom-p-50{
    padding-bottom: 50px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pl-40{
    padding-left: 40px;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.p-l-11{
    padding-left: 11%;
}
.about-company-des {
    padding-left: 60px;
}
.bottom-p-80{
    padding-bottom: 80px;
}
img.c-icon {
    padding-right: 40px;
}
.section-bottom-p-134{
    padding-bottom: 134px;
}
/* Site ============================================== */

.main-banner{
    height: 100vh;
    background-color: var(--light-brown);
}
.bg-img-slider {
    border-radius: 0px 0px 0px 170px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.main-img {
    bottom: 0;
    left: 36%;
}
.leaves, .nuts {
    bottom: 0;
    right: 0;
}

.bg-image-2 {
    bottom: 0;
    left: 0;
}
.sec-header:after {
    content: "";
    display: block;
    width: 135px;
    height: 4px;
    background: var(--dark-brown);
    top: 50%;
}
.footer-logo img{
    margin: 0 auto;
    display: block;
}
p.copyright,  .copyright a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: var(--white-color);
    text-decoration: none;
}
.footer-top .navbar-nav {
    flex-direction: row;
    justify-content: center;
}
.footer-menu ul#primary a.nav-link {
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.footer-menu {
    padding: 30px 0 40px;
}
.footer.contact-details a, .address-f p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    padding-top: 20px;
}
.footer.contact-details a:hover{
    color: var(--main-color);
}
.footer-bottom{
    bottom: 0;
    left: 0;
    right: 0;
}
button#mybtntop {
    right: 27px;
    bottom: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    border: 0;
}

.product-items {
    width: 24%;
    background: var(--light-brown);
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    /* padding: 100px 0 40px; */
    overflow: hidden;
    height: 500px;
    border-radius: 10px;
}
.product-img img {
    transition: 0.4s ease;
}
.product-liters {
    top: 0;
    right: 40px;
    background: var(--green-color);
    color: var(--white-color);
    padding: 30px 25px 20px;
}

.padding-lr {
    padding-right: 194px;
    padding-left: 45px;
}
.process-img {
    margin-left: -7%;
}
.logo-pro{
    position: absolute;
    right: 35%;
    top: 26%;
}
.about--process {
    padding-left: 25px;
}
.plam-oil .nav-link .btn-img, .plam-oil .nav-pills .nav-link.active .btn-img, .plam-oil .nav-pills .show>.nav-link .btn-img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-bottom: 96px;
    margin-right: 70px;
}
.plam-oil .me-3 {
    margin-right: 70px !important;
}
img.tab-img{
    border-radius: 5px;
    padding-top: 37px;
}
section.plam-oil .tab-content {
    padding-left: 105px;
}
.plam-oil .nav-pills .nav-link.active, .plam-oil .nav-pills .show>.nav-link{
    background-color: transparent;
}
.plam-oil .nav-pills .nav-link.active .title-tab, .plam-oil .nav-pills .show>.nav-link .title-tab{
    font-weight: 700;
}

section.plam-oil h2, .productgallery h2, section.faq h2, .core-values h2, .team-members h2 {
    width: fit-content;
    margin: 0 auto;
}
button#v-pills-2-tab {
    margin-left: 10%;
}
button#v-pills-3-tab {
    margin-left: 8%;
}
button#v-pills-4-tab {
        margin-left: -2%;
}
img.h-img{
    padding-right: 15px;
}
.h-phone{
    padding-right: 50px;
}
header#header .navbar-expand-lg {
    justify-content: space-between;
}
.top-details{
    padding-bottom: 40px;
}
.top-details a{
    text-decoration: none;
}
.inner-banner-image img {
    border-radius: 0px 0px 0px 100px;
    height: 625px;
    object-fit: cover;
}
.breadcrumbs, .breadcrumbs a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
}
.inner-banner-image::after{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: var(--black-color); */
    opacity: 0.5;
    border-radius: 0px 0px 0px 100px;
}
.c-img{
    border-radius: 5px;
}
.landing--product .product-items {
    /* height: 500px; */
    width: auto;
}
.product-img{
    height: 500px;
}
.product-img img{
    object-fit: cover;
}
.short-des {
    padding: 35px 20px;
}
.productgallery{
    padding: 100px 30px 150px;
}
.slider-menu-img {
    height: 364px;
    object-fit: cover;
    border-radius: 5px;
    padding: 0 10px;
}
.slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--main-color);
    text-indent: -9999px;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots {
    display: flex;
    margin: 0;
    list-style-type: none;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px;
}
li.slick-active button{
    background-color: var(--dark-brown);
}
.plam--tree {
    position: absolute;
    right: 0;
}
.about-process {
    padding-right: 127px;
    padding-bottom: 50px;
}
.inner-process::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 30%;
    left: 0;
    right: 0;
    z-index: -1;
    background: #efebe8;
}
.process---img img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.process---img {
    margin-bottom: -56px;
}
a.my-video-links {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 32px;
    color: #fff;
    text-decoration: none;
}
img.play-icon {
    padding-left: 15px;
}
/* .main-des::before {
    content: '';
    width: 21%;
    position: absolute;
    bottom: 0;
    top: -13%;
    z-index: 9;
    background-repeat: no-repeat;
    left: 0;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    height: 100%;
} */
section.map iframe {
    width: 100%;
    height: 555px;
}
.accordion .accordion-item {
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    width: 100%;
    margin-bottom: 40px;
    border: 0;
    border-radius: 0;
    background-color: var(--light-brown);
}
section.faq div#accordionExample {
    column-count: 2;
    column-gap: 117px;
    position: relative;
}
.accordion-button:focus{
    border: 0;
    box-shadow: none;
}
.accordion-button{
    padding: 28px 40px;
}
.accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: var(--light-brown);
    border: 0;
    box-shadow: none;
}
.quiz-answer {
    padding: 0 60px 30px 20px;
    border: 0;
}
.accordion-button{
    color: #000000c7;
    background-color: var(--light-brown);
    border: 0;
    box-shadow: none;
}
span.quixacco, .faqAccordianBody {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.accordion-body.faqAccordianBody{
    color: var(--black-color);
}
.field-wrap {
    border-radius: 5px;
    border: 1px solid var(--white-color);
    height: 68px;
    background-color: transparent;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 38px;
    color: var(--white-color);
}
input:-internal-autofill-selected {
background-color: transparent !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--white-color);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--white-color);
}
.wpcf7-submit {
    padding: 18px 92px;
    border-radius: 8px;
    box-shadow: unset;
    border: 0;
    background-color: #ffffff69;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: all 2s;
}
.wpcf7-submit:hover{
    background-color: var(--white-color);
    color: var(--green-color);
    transition: all 2s;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.field-wrap {
    height: 150px;
    padding-top: 22px;
}
section.contact-form hr:not([size]) {
    width: 65%;
    height: 1px;
    color: #000000;
    background: #000000;
    margin: 40px 0;
}
.detailss {
    padding-left: 15%;
}
.detailss a {
    text-decoration: none;
    color: #000;
}
.map {
    margin-top: 5%;
    z-index: -1;
}
.explore-description {
    padding-left: 100px;
    padding-top: 50px;
}
.archive-items:nth-child(odd){
    flex-direction: row-reverse;
}
.archive-items:nth-child(odd) .archive-expo-description{
    padding-right: 80px;
}
.archive-items:nth-child(even) .archive-expo-description{
    padding-left: 80px;
}
.national-desc {
    padding-right: 95px;
    padding-bottom: 30px;
}
.national-after-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 58%;
    left: 0;
    right: 0;
    z-index: -1;
    background: #efebe8;
}
.sus-img img {
    margin-bottom: -34px;
}
.des {
    padding-right: 188px;
}
.ash-box {
    background-color: #efebe8;
    padding: 50px 90px 50px 87px;
    width: 690px;
    border-radius: 30px;
}
.vision-wrap .ash-box svg {
    position: absolute;
    right: -8%;
}
.mission-wrap .ash-box svg {
    position: absolute;
    left: -8%;
}
.vision-wrap{
    margin-right: 87px;
}
.mission-wrap {
    margin-left: 87px;
    margin-bottom: -15%;
}
.l-des, .r-des{
    padding-bottom: 45px;
    height: 255px;
}
.right-core {
    padding-left: 65px;
}
.left-core {
    padding-right: 65px;
}
.left-core,.right-core, .mid-core  {
    width: 33%;
}
.mem-name {
    font-weight: 500;
    padding-top: 36px;
    padding-bottom: 17px;
}
.l-des:last-child(), .r-des:last-child(){
    padding-bottom: 0;
}
section.team-members::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    background: #efebe8;
}
.explore-quality::after, .plam-oil::after, .faq::after, .faq::before, .explore-quality::before, .team-members::before, .main-des::before, .contact-form::before {
    content: '';
    position: absolute;
    z-index: 9;
    background-repeat: no-repeat;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 11%;
    height: 140%;
}
.explore-quality::after{
    bottom: 0;
    top: -37%;
    right: 0;
}
.plam-oil::after {
    bottom: 0;
    top: 44%;
    right: 0;
}
.faq::after {
    bottom: 0;
    top: 26%;
    right: 0;
}
.explore-quality::before{
    bottom: 0;
    top: 50%;
    left: 0;
}
.team-members::before {
    bottom: 0;
    top: -21%;
    left: 0;
}
.faq::before {
    bottom: -56%;
    /* top: 0; */
    left: 0;
}
.main-des::before{
    bottom: -56%;
    /* top: 0; */
    left: 0;
}
.product-items:hover .product-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.5);
    position: absolute;
    bottom: -5%;
    transition: all 1s;
}
.product-items:hover{
    background-color: #375333cc;
    transition: all 4s;

}
.product-items:hover .product-name, .product-items:hover .product-liters {
    opacity: 0;
    /* display: none; */
    transition: all 1s;
}
.navbar-nav li.active .nav-link::before, .navbar-nav li:hover .nav-link::before {
    content: "";
    position: absolute;
    height: 81px;
    width: 73%;
    top: 31px;
    left: 33%;
    background-repeat: no-repeat;
}

.navbar-nav li {
    position: relative;
}
a.navbar-brand.d-none-desktop {
    display: none;
}









/* Animation ================================== */

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.blur {
    -webkit-animation: blur 3s infinite;
  }
  
@-webkit-keyframes blur {
0%,
100% {
    -webkit-filter: blur(0px);
}
50% {
    -webkit-filter: blur(10px);
}
}
header.header.main-menu.header-scrolled .menu-top {
    display: none;
    transition: all 3s;
  }
  header.header.main-menu.header-scrolled .scroll-menu{
    display: block !important;
    transform: translateY(0);
    transition: all .5s cubic-bezier(1.000, 0.005, 0.000, 1.000);
    width: 100%;
    z-index: 99;
  }
  .explore-img {
    transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
    clip-path: inset(0 100% 0 0);
  }
  .animate.is-inview {
    transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    clip-path: inset(0px 0px 0px 0px);
  }
  .animate.fadeup{
    opacity: 0;
    transition: opacity 500ms;
  }
  .fadeup.scrolled {
    animation: animateup 0.5s ease-in-out both;
    animation-delay: 0.3s;
  }


  .container-waves, button.nav-link.active .container-waves {
    position: relative;
    width: 90px;
    height: 90px;
    margin-bottom: -24px;
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .container-waves:hover .delay1, button.nav-link.active .container-waves .delay1 {
    -webkit-animation: waves 2.5s linear;
    animation: waves 2.5s linear;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .container-waves:hover .delay2, button.nav-link.active .container-waves .delay2 {
    -webkit-animation: waves 2.5s linear 0.7s forwards;
    animation: waves 2.5s linear 0.7s forwards;
  }
  .container-waves:hover .delay3, button.nav-link.active .container-waves .delay3 {
    -webkit-animation: waves 2.5s linear 1.3s forwards;
    animation: waves 2.5s linear 1.3s forwards;
  }
  .container-waves:hover .delay4, button.nav-link.active .container-waves .delay4 {
    -webkit-animation: waves 2.5s linear 1.9s forwards;
    animation: waves 2.5s linear 1.9s forwards;
  }
  
  .svg-box {
    position: relative;
    z-index: 10;
  }
  
  .svg-box:hover {
    -webkit-animation: bloop 1s linear;
    animation: bloop 1s linear;
  }
  
  .circle {
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: var(--dark-brown);
    margin: 2px;
    transition: 5s ease;
    position: absolute;
    top: 0px;
  }
  @-webkit-keyframes waves {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  @-webkit-keyframes bloop {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes bloop {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .container-waves img {
    position: absolute;
    z-index: 999;
    margin-top: 25px;
}
  .mem-pic:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-color);
    opacity: 0.5;
    transition: all 5s;
  }
  .mem-pic::after{
    transition: all 5s;
  }
  .mem-pic {
    border-radius: 4px;
    height: 340px;
    margin: 0 20px;
    object-fit: cover;
    overflow: hidden;
}
.logo-slider .logos {
    border-radius: 8px;
    padding: 0 50px;
}
.logo-slider {
    margin: 0 -50px;
}
a:hover {
    color: var(--white-color);
}

.header-show.scroll-menu.header-scrolled {
    transform: translateY(0) !important;
    transition: all .5s cubic-bezier(1,.005,0,1.000);
}

.scroll-menu {
    height: auto;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: all .5s cubic-bezier(1,.005,0,1.000);
    z-index: 9999;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: var(--main-color);
}

#navbar_main, .mobile-offcanvas {
    display: none !important;
}
header.header.header-scrolled .desktop-menu {
    display: none;
}
.main-logo img {
    width: 40%;
}
.scroll-menu.header-scrolled .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
section.contact-form a:hover {
    color: var(--black-color);
}
.menu-item-20.nav-item a.nav-link {
    padding-right: 0 !important;
}
.hover-img {
    /* z-index: -1; */
    bottom: 0;
    display: none;
}
.product-items:hover .hover-img {
    display: block !important;
}
.footer-menu .menu-item-20.nav-item a.nav-link {
    padding-right: 25px !important;
}
  /* Responsive =============================================  */

  @media only screen and (max-width: 1600px) {
    .main-img {
        width: 57%;
        bottom: 0;
        left: 43%;
    }
    .mid-wrapper {
        width: 85%;
        margin: 0 auto;
    }
    .font-70 {
        font-size: 60px;
        line-height: 76px;
    }
    .font-60 {
        font-size: 45px;
        line-height: 70px;
    }
    .caption {
        width: 80%;
        padding-right: 16%;
        z-index: 1;
        padding-top: 20%;
    }
    ul#primary a.nav-link {
        font-size: 18px;
        padding: 0 25px;
    }
    .ash-box{
        width: 100%;
        padding: 50px 79px;
    }
    .l-des, .r-des {
        padding-bottom: 23px;
        height: 305px;
    }
    .mid-core img{
        width: 100%;
    }
    .right-core {
        padding-left: 65px;
    }
    .pb-40 {
        padding-bottom: 20px;
    }
    .des {
        padding-right: 100px;
    }
    /* section.core-values .d-flex {
        align-items: center;
    } */
    .mem-pic {
        height: 277px;
    }
    .mem-pic img {
        width: 100%;
    }
    .slider-menu-img {
        height: 270px;
    }
    .process---img {
        z-index: 9;
    }
    section.faq div#accordionExample {
        column-gap: 50px;
    }
    section.plam-oil .tab-content {
        padding-left: 40px;
    }
    .product-liters{
        padding: 20px;
    }
    .product-name{
        text-align: center;
    }
    .font-22 {
        font-size: 18px;
    }
    .full-with{
        padding: 50px 0 !important;
    }
    .font-40 {
        font-size: 30px;
        line-height: 60px;
    }
    .process-img {
        margin-left: -15%;
    }
    .lap--width {
        width: 80%;
    }
    .logo-pro {
        right: 30%;
    }
    .about-process {
        padding-right: 40px;
    }
    .archive-items:nth-child(odd) .archive-expo-description {
        padding-right: 50px;
    }
    .archive-items:nth-child(even) .archive-expo-description {
        padding-left: 50px;
    }
    .green-bg{
        padding: 50px;
    }
    .explore-quality .mid-wrapper {
        width: 85%;
        margin: 0 auto;
    }
    .national-after-line::after {
        top: 40%;
    }
}

  @media (min-width: 1500px) and (max-width: 1600px) {
    .national-desc {
        padding-right: 30px;
        padding-bottom: 10px;
    }
    footer#footer .min-wrapper {
        width: 75%;
    }
    .process-img {
        margin-left: -23% !important;
    }
  }
  @media only screen and (max-width: 1440px) {
    .font-70 {
        font-size: 50px;
        line-height: 68px;
    }
    .national-after-line::after {
        top: 48%;
    }
    .main-img {
        width: 69%;
        bottom: 0;
        left: 38%;
    }
    .archive-expo-description, .sus-img, .explore-description , .national-desc{
        width: 50%;
    }
    img.sus-img {
        width: 100%;
    }
    .national-desc {
        padding-bottom: 5px;
    }
    .mem-pic {
        height: 255px;
    }
    .logo-slider .logos {
        padding: 0 20px;
    }
    button#v-pills-4-tab {
        margin-left: -6%;
    }
    .process-img {
        margin-left: -34%;
    }
    .plam-tree img {
        margin-left: -20%;
        overflow: hidden;
    }
    .main-logo {
        width: 85% !important;
    }
  }
  @media (min-width: 1300px) and (max-width: 1500px) {
  
  }
  @media (min-width: 991px) and (max-width: 1500px) {
    .explore-quality::after, .plam-oil::after, .faq::after, .faq::before, .explore-quality::before, .team-members::before, .main-des::before, .contact-form::before {
        width: 14%;
    }

  }
  @media only screen and (max-width: 1280px) {
    .wrap-direction {
        flex-direction: column-reverse;
    }
    .mid-core img {
        width: 100%;
        height: 469px;
        object-fit: contain;
    }
    .left-core, .right-core, .mid-core {
        width: 100%;
    }
    .right-core {
        padding-left: 0;
    }
    .left-core {
        padding-right: 0;
    }
    .l-des, .r-des{
        height: auto;
    }
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
    ul#primary a.nav-link {
        font-size: 17px;
        padding: 0 17px;
    }
    .para, .font-18 {
        font-size: 16px;
        line-height: 30px;
    }
    .font-60 {
        font-size: 40px;
        line-height: 60px;
    }
    .national-desc {
        padding-bottom: 20px;
    }
    section.inner-process .process---img, section.inner-process .about-process {
        width: 50%;
    }
    .process---img img {
        width: 100%;
    }
  }
  @media (min-width: 991px) and (max-width: 1200px) {
  
  }
  @media (min-width: 991px) and (max-width: 1400px) {
    .section-bottom-p-100 {
        padding-bottom: 50px;
    }
    .section-top-p-100 {
        padding-top: 50px;
    }
    .national-after-line::after {
        top: 40%;
    }
    .min-wrapper {
        width: 70%;
    }
    .process-img {
        margin-left: -35%;
    }
    .padding-lr {
        padding-right: 140px;
    }
    .logo-pro {
        right: 27%;
    }
    .slick-dots {
        bottom: -35px;
    }
  }
  @media (min-width: 991px) and (max-width: 1024px) {
    .font-70 {
        font-size: 35px;
        line-height: 50px;
    }
    .para, .font-18 {
        font-size: 16px;
        line-height: 30px;
    }
    .main-banner {
        height: 90vh !important;
    }
    .main-img {
        width: 67%;
        bottom: 10%;
        left: 37%;
    }
    [class^="hvr-"] {
        padding: 13px 45px;
    }
    .font-40 {
        font-size: 25px;
        line-height: 50px;
    }
    .font-60 {
        font-size: 35px;
        line-height: 45px;
    }
    section.plam-oil .nav:after{
        width: 15% !important;
    }
    .explore-quality::after, .plam-oil::after, .faq::after, .faq::before, .explore-quality::before, .team-members::before, .main-des::before, .contact-form::before {
        width: 20%;
    }
    .plam-oil .nav-link .btn-img, .plam-oil .nav-pills .nav-link.active .btn-img, .plam-oil .nav-pills .show>.nav-link .btn-img {
        margin-right: 40px;
    }
    .plam-oil .max-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .plam-oil .me-3 {
        margin-right: 20px !important;
    }
    .font-25 {
        font-size: 20px;
    }
    section.plam-oil .nav:after {
        top: 22% !important;
        left: 7% !important;
    }
    .plam-tree{
        display: none;
    }
    .min-wrapper {
        width: 80%;
    }
    .footer-menu ul#primary a.nav-link {
        font-size: 15px;
    }
    .padding-lr {
        padding-right: 45px;
    }
    .process-img {
        margin-left: 0 !important;
    }
    .lap--width {
        width: 70%;
    }
    .about--process {
        padding-left: 25px;
        width: 50%;
    }
    .process-img img{
        width: 100%;
    }
    .mid-wrapper, .wrap-65, .max-wrapper, .min-wrapper{
        width: 90%;
    }
    .process-wrapper {
        padding-left: 5%;
    }
    .scroll-menu .main-logo {
        width: 35% !important;
    }
    ul#primary a.nav-link {
        font-size: 16px;
        padding: 0 19px;
    }
    .font-48 {
        font-size: 40px;
    }
    .inner-banner-image img {
        height: 520px;
    }
    .national-after-line::after {
        top: 33%;
    }
    section.inner-process .align-items-end{
        align-items: center !important;
    }
    section.inner-process .process---img, section.inner-process .about-process{
        width: 50%;
    }
    .process---img img{
        width: 100%;
    }
    .about-process {
        padding-bottom: 30px;
    }
    .inner-process::after {
        top: 25%;
    }
    .min-wrapp {
        width: 75%;
        margin: 0 auto;
    }
    .sus-img img {
        margin-bottom: 0;
    }
    .section-bottom-p-134 {
        padding-bottom: 50px;
    }
    .productgallery {
        padding: 100px 30px 100px;
    }
    .navbar-nav li.active .nav-link::before, .navbar-nav li:hover .nav-link::before {
        top: 23px;
        left: 16%;
        transition: all 2s;
    }
    .leaves, .nuts {
        bottom: 0;
        right: -161px;
    }
    .leaves img{
        width: 72%;
    }

  }
  
  @media (min-width: 991px) and (max-width: 1300px) {
    .product-items {
        width: 48%;
        transform: none !important;
        margin: 1%;
    }
    .plam-tree img {
        margin-left: -30%;
        overflow: hidden;
    }
    .main-banner {
        height: 80vh;
    }
    .logo-pro{
        display: none;
    }
    .process-img {
        margin-left: -43%;
    }
    .vision-wrap {
        margin-right: 60px;
    }
    .mission-wrap {
        margin-left: 60px;
    }
    .mem-pic {
        height: 222px;
    }
    .products.landing--product .w-25 {
        width: 50% !important;
    }
    .short-des {
        padding: 10px 35px 40px;
    }
    .slider-menu-img {
        height: 231px;
    }
    .process---img.w-30 {
        width: 100%;
    }
    .plam--tree {
        display: none;
    }
    .faq::before {
        bottom: 12%;

    }
    .mid-core{
        display: none;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .para, .font-18 {
        font-size: 15px;
        line-height: 30px;
        
    }
    body{
        overflow-x: hidden;
    }
    footer#footer{
        background-size: cover;
    }
    .about-process {
        padding-right: 25px !important;
        padding-bottom: 20px !important;
    }
    .min-wrapp {
        width: 90%;
    }
    .desktop-menu a.navbar-brand img {
        width: 60%;
    }
    [class^="hvr-"] {
        padding: 13px 45px;
    }
    .section-top-p-100 {
        padding-top: 50px;
    }
    .section-bottom-p-100 {
        padding-bottom: 50px;
    }
    .mid-wrapper, .wrap-65, .max-wrapper, .min-wrapper{
        width: 90%;
    }
    .contact-form::before, .explore-quality::after, .plam-oil::after, .faq::after, .faq::before, .explore-quality::before, .team-members::before, .main-des::before, .contact-form::before{
        width: 40%;
    }
    .inner-banner-image img {
        height: 420px;
    }
    .p-l-11 {
        padding-left: 5%;
    }
    .font-48 {
        font-size: 40px;
    }
    .explore-description {
        padding-left: 40px;
        padding-top: 0;
    }
    .font-60 {
        font-size: 30px;
        line-height: 51px;
    }
    .archive-items:nth-child(odd),  .archive-items:nth-child(even)  {
        flex-direction: column;
        display: flex;
    }
    .archive-expo-description, .sus-img, .explore-description, .national-desc {
        width: 100%;
    }
    .archive-items:nth-child(even) .archive-expo-description {
        padding-left: 0;
    }
    .archive-items:nth-child(odd) .archive-expo-description {
        padding-right: 0;
    }
    .sus-img img {
        margin-bottom: 0;
    }
    .archive-items .sus-img {
        padding-bottom: 20px;
    }
    .national-desc {
        padding-right: 25px;
    }
    .national-after-line::after {
        top: 29%;
    }
    .footer-menu {
        display: none;
    }
    .address-f {
        width: 100%;
        padding-top: 23px;
    }
    .phone-f , .email-f{
        width: 50%;
    }
    .section-bottom-p-134 {
        padding-bottom: 50px;
    }
    .footer.contact-details .wrapp-tab{
        flex-wrap: wrap;
    }
    footer#footer{
        min-height: 520px;
    }
    .green-bg {
        padding: 20px;
    }
    .faq::before {
        bottom: -35%;
    }
    .contact-form::before, .explore-quality::after, .plam-oil::after, .faq::after, .faq::before, .explore-quality::before, .team-members::before, .main-des::before, .contact-form::before{
        content: unset;
    }
    section.faq div#accordionExample {
        column-count: 1;
    }
    .h-phone {
        padding-right: 20px;
    }
    .mobile-menu {
        display: flex !important;
        height: 75px;
        justify-content: center;
        align-items: center;
        background: #c5ae9c;
    }
    .desktop-menu{
        display: none;
    }
    .detailss {
        padding-left: 0;
    }
    section.contact-form hr:not([size]) {
        width: 90%;
    }
    .field-wrap {
        height: 50px;
        margin-bottom: 25px;
        padding: 0 36px;
    }
    .font-48 {
        font-size: 35px;
    }
    .process-img img{
        width: 100%;
    }
    .main-banner .w-50, .full-with .w-50 {
        width: 100% !important;
    }
    .full-with .d-flex{
        flex-direction: column;
    }
    .product-items {
        width: 48%;
        transform: none !important;
        margin: 1%;
    }
    .hamburger .line {
        width: 50px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 2px 0 2px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }
    .classic.is-active .line:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .logo-pro{
        display: none;
    }
    .plam-tree, .plam--tree {
        display: none;
    }
    .padding-lr {
        padding-right: 5%;
        padding-left: 5%;
    }
    .process-img {
        margin-left: 0;
    }
    .process---img{
        margin-bottom: 0;
    }
    .about--process, .lap--width{
        width: 50%;
    }
    .font-40 {
        font-size: 23px;
        line-height: 40px;
    }
    .caption-description {
        display: none;
    }
    
    body.offcanvas-active{
        overflow:hidden;
    }

    .offcanvas-header{ display:none; }

    .screen-darken{
        height: 100%;
        width:0%;
        z-index: 30;
        position: fixed;
        top: 0;
        right: 0;
        opacity:0;
        visibility:hidden;
        background-color: rgba(34, 34, 34, 0.6);
        transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
    }

    .screen-darken.active{
        z-index:10; 
        transition:opacity .3s ease, width 0s;
        opacity:1;
        width:100%;
        visibility:visible;
    }
    .footer-bottom {
        position: relative !important;
        background-size: cover;
    }

/* ============ mobile view ============ */

	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:100%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
    #navbar_main, .mobile-offcanvas {
        display: block !important;
    }
    .tab--direction{
        flex-direction: column;
    }
    .caption {
        width: 57%;
        padding-right: 0;
        z-index: 1;
        padding-top: 0;
        text-align: center;
        margin: 0 auto;
        padding: 13% 0;
    }
    .main-banner {
        border-radius: 0px 0px 0px 170px;
    }
    .main-img {
        width: 142%;
        bottom: 15%;
        left: -25%;
    }
    a.navbar-brand.d-none-desktop {
        display: block !important;
    }
    .banner-bg  img {
        position: relative !important;
    }
    .main-banner{
        height: 100%;
    }
    .bg-primary {
        background-color: #C5AE9C !important;
    }
    ul#mobilemenu li {
        padding: 35px 0 !important; 
    }
    ul#mobilemenu li a{
        color: var(--dark-brown);
        text-transform: uppercase;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
    }
    ul#mobilemenu {
        padding: 50% 0;
    }
    .products.landing--product .w-25 {
        width: 50% !important;
    }
    .process---img img {
        width: 100%;
    }
    .process-wrapper {
        padding-left: 5%;
    }
    .about-process.w-40, .process---img.w-30 {
        width: 100%;
    }
    .bottom-p-80 {
        padding-bottom: 30px;
    }
    .slick-dots {
        bottom: -35px;
    }
    section.certification .d-flex {
        flex-direction: column;
    }
    .des {
        padding-right: 0;
    }
    .slider-sec.w-55 {
        width: 100%;
    }
    section.vision-mission .d-flex {
        flex-direction: column;
    }
    .about-company  .d-flex{
        flex-direction: column-reverse;
    }
    .mission-wrap{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .company-img.w-50, .about-company-des {
        padding-left: 0;
        width: 100% !important;
    }
    .company-img.w-50{
        padding-top: 30px;
    }
    .btn-close:focus{
        box-shadow: unset;
    }
    .tab-d-none{
        display: none !important;
    }
    #hamburger-1.is-active{
        opacity: 0;
    }
    .classic.is-active .line:nth-child(2){
        opacity: 0;
    }
    .classic.is-active .line:nth-child(3){
        transform: translateY(-4px) rotate(-45deg) !important;
    }
    .btn-close{
        background: none;
    }
    .navbar-nav li.active .nav-link::before, .navbar-nav li:hover .nav-link::before {
        content: "";
        position: absolute;
        height: 81px;
        width: 73%;
        top: 76px;
        left: 27%;
        background-repeat: no-repeat;
    }
    .left-core {
        padding-right: 0;
        padding-top: 23px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .mob-direction{
        flex-direction: column-reverse;
    }
    .national-after-line::after{
        content: none;
    }
    .pl-40 {
        padding-left: 0;
    }
    .w-50 , .w-45, .w-55{
        width: 100%!important;
    }
    section.welcom-note img {
        margin: 0 auto;
        display: block;
        padding-top: 20px;
    }
    .caption{
        padding: 30% 0;
    }
    .caption{
        width: 90%;
    }
    .font-70{
        font-size: 40px;
    }
    .mob-direction-column {
        flex-direction: column;
    }
    .sec-header {
        padding-bottom: 20px;
    }
    .product-items {
        width: 100%;
        margin: 2% 0;
    }
    .about--process, .lap--width{
        width: 100%;
    }
    .about--process {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .inner-text {
        position: absolute;
        z-index: 999;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .w-60 {
        width: 100%;
    }
    .p-l-11 {
        padding-left: 0;
    }
    .light-brown-bg{
        background-color: transparent;
    }
    .breadcrumbs, .breadcrumbs a{
        color: var(--white-color);
    }
    .mission-wrap {
        margin-left: 0;
        margin-bottom: -15%;
    }
    .vision-wrap {
        margin-right: 0;
    }
    .ash-box {
        padding: 20px;
    }
    .left-core, .right-core, .mid-core {
        width: 100%;
    }
    .right-core {
        padding-left: 0;
    }
    .logo-slider {
        margin: 0;
    }
    .ash-box svg {
        display: none;
    }
    .left-core {
        padding-right: 0;
        padding-top: 20px;
    }
    .products.landing--product .w-25{
        width: 100% !important;
    }
    .short-des {
        padding: 10px 20px 30px;
    }
    .about-process {
        padding-right: 0;
    }
    .productgallery {
        padding: 50px 10px;
    }
    .explore-description {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .map {
        margin-top: 20px;
        z-index: -1;
    }
    .contact--form{
        padding-top: 30px;
    }
    .phone-f, .email-f {
        width: 100%;
        padding-top: 20px;
    }
    .footer.contact-details a, .address-f p {
        padding-top: 5px;
    }
    button#mybtntop {
        right: 0;
        bottom: 70%;
        width: 35px;
        height: 35px;
    }
    .footer-bottom {
        padding-bottom: 0;
    }
    footer#footer {
        padding: 50px 0 50px;
    }
}
   
   .logos img {
    border: 1px solid #000;
}

.scroll-menu ul#primary a.nav-link{
    white-space: nowrap;
}

.d span:last-child, .h-phone span:last-child{
    display: none;
}
.h-phone span{
color: var(--white-color);
}

.d span, .h-phone span{
    padding: 0 10px;

}
.form-input:focus{
color: var(--white-color) !important;
}

.page-template-front-page header#header .white-font{
color: var(--dark-brown) !important;
}
.page-template-front-page ul#primary a.nav-link {
    color: var(--dark-brown) !important;
}
.page-template-front-page header#header img.h-img, .page-template-front-page .navbar-nav li.active .nav-link::before, .page-template-front-page .navbar-nav li:hover .nav-link::before{
filter: brightness(0) saturate(100%) invert(41%) sepia(20%) saturate(1177%) hue-rotate(345deg) brightness(97%) contrast(83%);
}