html, body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif !important;
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
}
a:hover{
    color: #555 !important;
    text-decoration: none !important;
}
.padng{
    padding: 10% 0;
}

/* Menu */
.nabar-brand h1 i{
    color: #7bc64e;
}
.navbar-toggler{
    outline: none !important;
    padding: 0 !important;
}
.navbar .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: 15px;
    padding: 10px 25px 10px 0;
    font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #7bc64e !important;
}
.nav-link i{
    color: #7bc64e !important;
}
.navbar-collapse{
    flex-grow: 0 !important;
}
.fa-bars:before{
    color: #7bc64e;
}
.smart-scroll{
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 10px #5553;
    background: #fff;
}
.scrolled-up .nav-item .nav-link{
    color: #555 !important;
}
.scrolled-up .nabar-brand h1{
    color: #000;
}


/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #7bc64e !important;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    position: relative;
    bottom: 50px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    position: initial !important;
    margin-top: -30px !important;
}
.owl-theme .owl-dots .owl-dot{
    outline: none !important;
}


.btnn{
    padding: 15px 30px;
    color: #fff !important;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}
.btnn:before, .btnn:after{
    content: '';
    position: absolute;
    height: 1px; width: 50px;
    background: #fff;
    transition: 0.5s;
}
.btnn:before{
    top: 0; left: 0;
}
.btnn:after{
    bottom: 0; right: 0;
}
.btnn:hover{
    color: #fff !important;
/*    background: #21c87a;*/
}
.btnn:hover:before, .btnn:hover:after{
    width: 100%;
    transition: 0.5s;
}
.ttl{
    margin-bottom: 40px;
    text-align: center;
}
.ttl h5{
    position: relative;
    padding-bottom: 10px;
    color: #008cdd;
}
.ttl h5:before{
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    height: 1px; width: 25px;
}
.ttl h5:after{
    content: '';
    position: absolute;
    bottom: 5px; left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    height: 1px; width: 50px;
}
.ttl h2{
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 35px !important;
}

::-webkit-scrollbar{
    width: 8px;
    background: #eee;
}
::-webkit-scrollbar-thumb{
    background: #eabf9f;
}
::selection{
    background: #faf3e0;
    color: #555;
}


/* Banner */

.banner *{
    text-align: center;
    position: relative;
    color: #fff;
}
.banner h2{
    font-size: 70px;
    margin: 40px 0;
    font-family: 'Sail', cursive !important;
}
.banner .bandesc span{
    color: #7bc64e;
}
@media only screen and (max-width: 767px){
    .banner h2{
        font-size: 35px;
        margin: 20px 0;
    }
}
.banblock{
    position: relative;
}
.banblock .bandesc{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
/*    border-bottom: 1px solid #888;
    padding-bottom: 50px;*/
}
.banner .banblock:before{
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
    background: #000a;
}
.banner .item .banblock{
    height: 100vh;
}
.banner .b1{
    background: url(../images/coffee.jpg) center center no-repeat;
    background-size: cover;
}
.banner .b2{
    background: url(../images/compost.jpg) center center no-repeat;
    background-size: cover;
}
.banner .b3{
    background: url(../images/arecanut.jpg) center center no-repeat;
    background-size: cover;
}
.banner .b4{
    background: url(../images/org3.jpg) center center no-repeat;
    background-size: cover;
}

/* features */
.features{
    background: #c1cf5b;
}
.features.padng{
    padding: 5% 0;
}
.fetr{
    text-align: center;
}
.fetr:hover span{
    background: #589e2e;
}
.fetr:hover span i{
    color: #fff;
}
.fetr span{
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 40px;
}
.fetr span i{
    font-size: 40px;
}
.fetr h5{
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d5a12;
}

/* about */
.about h2{
    font-size: 40px;
    padding-bottom: 10px;
}
.about p{
    padding-top: 30px;
}
.about a{
    color: #7bc64e;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}
.about h5{
    color: #008cdd;
}
.abtimg{
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}


/* products */
.products{
    background: #f1f1f1;
    background: linear-gradient(#000c, #000c), url(../images/banner2.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.products .ttl h2{
    color: #7bc64e;
}
.products h6{
    color: #ccc;
}
.prod .p_img{
    padding: 10px;
    border: 1px solid #aaa;
    overflow: hidden;
}
.p_img:hover img{
    transform: scale(1.2);
    transition: 0.3s;
}
.p_img img{
    transition: 0.3s;
}
.prod{
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.prod p{
    margin: 25px 0;
}
.prod h4{
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    color: #fff;
    height: 90px;
    font-size: 20px;
}

/* organic */
.organic .org span{
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    position: relative;
    padding: 10px;
    color: #fff;
}
.organic .org span:before{
    content: '';
    position: absolute;
    height: 100%; width: 100%;
    background: #ccc;
    z-index: -1;
}
.organic .org span:after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
    background: #555;
    z-index: -1;
}
.organic .org p{
    padding-top: 20px;
    margin-bottom: 10px;
}
.org a{
    color: #7bc64e;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}
.orgc img{
    margin-bottom: 20px;
}

/* ftr */
.ftr{
    background: #14580b;
}
.ftr_ttl{
    color: #fff;
    border-left: 5px solid;
    padding-left: 10px;
    margin-bottom: 20px;
}
.ftr_col a{
    color: #fff;
}
.ftr_col a:hover{
    color: #000 !important;
}
.ftr_col ul.address{
    list-style: none;
    padding: 0; margin: 0;
    line-height: 2;
}
.ftr_col ul.address li{
    position: relative;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.ftr_col ul.address li i{
    position: absolute;
    top: 10px; left: 0;
}
.ftr_col ul{
    padding-left: 15px;
    color: #fff;
}
.ftr_col ul li{
    line-height: 2;
}
@media only screen and (max-width: 767px){
    .ftr_col{
        margin-bottom: 40px;
    }
}
.ftr_col p{
    color: #fff;
    font-weight: bold;
}
.fu{
    margin-top: 30px;
}
.fu ul{
    list-style: none;
    padding: 0; margin: 0;
}
.fu ul li, .fu ul li a{
    display: inline-block;
}
.fu ul li a{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
}
.fu ul li:hover a{
    border-color: #000;
}
.ftrbtm{
    padding: 40px;
    text-align: center;
    font-size: 14px;
    background: #0a2f06;
}
.ftrbtm p{
    margin: 0;
    color: #fff;
}
.ftrbtm p a{
    color: #7bc64e;
}
.ftrbtm p a:hover{
    color: #008cdd !important;
}

/* Inner pages */

/* About */
.innerbanner{
    background: linear-gradient(#000a, #000a), url(../images/innerbanner.jpg) center center no-repeat;
    background-size: cover;
    padding: 180px 0 100px;
}
.innerbanner h2{
    color: #7bc64e;
}
.inpadng{
    padding: 5% 0;
}
.innercontent h3{
    padding-bottom: 10px;
    margin-bottom: 0;
}

/* Products */
.innercontent .p{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.innercontent .product{
    margin-bottom: 10px;
    border: 1px solid #eee;
    box-shadow: 1px 10px 10px #ccc;
}
.sf{
    margin-bottom: 30px;
}