/********** Template CSS **********/
:root {
    --primary: #7AB730;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #212121;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .5s all;
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

.btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.bg-primary-lite{
    background-color: #7AB73070;
}
.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
p{
    text-align: justify;
}
.back-to-top {
    font-size: 16px;
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}
.back-to-top:hover{
    box-shadow: 0px 0px 10px rgb(2, 46, 2);
}

.navbar-light .navbar-nav .nav-link {
    /* font-family: 'Roboto', sans-serif; */
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    /* font-weight: 700; */
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.top-bar{
    background-color: var(--primary);
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: -4px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        width: 100%;
        height: 1px;
        top: -1px;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/coco-peats.jpg) top right no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0; 
}
.hero-header2 {
    background: url(../img/chars.jpg) top right no-repeat;
    /* background: url(../img/slide-kjs2.png) top right no-repeat; */
    background-size: cover;
}
.hero-header3 {
    background: url(../img/bgch.webp) top right no-repeat;
    /* background: url(../img/slide-kjs2.png) top right no-repeat; */
    background-size: cover;
}
.hero-header4 {
    background: url(../img/bgco.webp) top right no-repeat;
    /* background: url(../img/slide-kjs2.png) top right no-repeat; */
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.service-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.service-item a:hover i {
    padding-left: 50px;
}

.service-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.service-item a:hover i::after {
    width: 50px;
}

.product-item {
    padding: 30px;
}

.product-item .btn-action {
 
    width: 100%;
    bottom: -40px;

    left: 0;
    opacity: 1;
    transition: .5s;
}



.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.bg-offer {
    background: url(../img/cocopeat.jpg) top right no-repeat;
    background-size: cover;
}
.bg-offer .col-lg-7{
    background-color: #21212199;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 46px;
    top: calc(50% - 23px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}


.img-flex img{
    display: none;    
}
@media(min-width:991px){
     .navbar .dropdown-menu{
         width: 500px !important;
         height: 200px !important;
        margin-left: -200px !important;
    }

    .img-flex {
        width: 100%;
        display: flex;
    }
    .img-flex img{
        display: block !important;    
    }
    .img-flex .dropdown-item{
        position: relative;
        width: 50% !important;
        height: 150px !important;
    }
}


.footer{
    /* background-image: url(./img/footerbg.jpeg); */
    background-color: var(--primary);
    background-blend-mode: multiply;
    width:100%; 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .owl-nav{
    display: flex;
    align-items: center;
    position: absolute;
    right: 10%;
    bottom: 10%;
      
}
.slides .owl-nav .owl-next:hover,
.slides .owl-nav .owl-prev:hover{
    box-shadow:0px 0px 10px var(--primary);
    background-color:transparent;
}
.slides .owl-nav .owl-next,
.slides .owl-nav .owl-prev{
    transition: .5s all;
    background-color: var(--primary);
    margin: 8px 15px;
    padding: 20px;
    color: var(--light);
}
@media(max-width:768px){
    .slides .owl-nav{
        display: none;
    }
    .slides p{
        display: none;
    }
}
.slides .contents{
    top: 40%;
    z-index: 100;
}
.top-values .fs-1{
    font-size: 300% !important;
}

.top-values .cards::before{
    position: absolute;
    content: "";
    top:0;
    bottom: 0;
    left:0;
    width: 0;
    transition: .5s all;
    background-color: var(--primary);
    z-index: -1;
    
}
.top-values .cards:hover::before{
    /* transform: rotate(45deg); */
    position: absolute;
    content: "";
    top:-100;
    color:var(--light) !important;
    bottom: 0;
    left:0%;
    width: 100%;
    height: 300px;
    background-color: var(--primary);
}
.top-values .cards:hover, .top-values .cards:hover h5{
    color: var(--light);
}
.top-values .cards{
    transition: .5s all;
    position: relative;
    overflow: hidden;
}

.top-valuess .cards{
    transition: .5s all;
}
.top-valuess .cards:hover h5{
    font-size: 130%;
    color: var(--light);
}
.top-valuess .cards:hover{
    background-color: var(--primary);
}
.top-valuess .cards:hover .fs-1{
    transform: rotateY(360deg);
    color: var(--light);
    font-size: 300% !important;
}
/* .bgs1{
    min-height: 400px;
} */
.bgs1{
    background-image: url(../img/top-view-natural-soil.jpg);
    background-position: center ;
    background-size: cover;
}

.banner-cocopeat{
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-image: url(../img/bgco.webp);
}
.banner-cococharcoal{
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-image: url(../img/cocos.jpeg);
}
.bgs-coco{
    width: 100%;
    background-position: center;
    background-size: cover;
    
    background-attachment: fixed;
    background-image: url(../img/footerbg.jpeg);
}


.gallerys img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.selectpicker .dropdown-menu{
    max-height: auto !important;
    overflow: auto !important;
    min-height: auto !important;
}
/* ++++++++++++++++++++++++++++++++++++
google translate
++++++++++++++++++++++++++++++++++++ */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-simple img{
    display: none !important;
}
body{
    top: 0 !important;
}
.goog-tooltip{
    display: none !important;
}
.goog-logo-link{
    display: none !important;
}
.goog-te-banner-content{
    display: none !important;
}
.goog-te-gadget-icon{display: none;}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
}
.goog-logo-link {
    display:none !important;
}
.trans-section {
    margin: 100px;
}

.dropdown{
    transition: .5s all !important;
}

.dropsdowns:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
 }
  
 .VIpgJd-ZVi9od-ORHb{
    display: none !important;
 }

