*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}



.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.toppos{
    z-index: 9999;
}
.top_header{
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgb(255, 255, 255);
}

.banner1_section,.banner2_section,.banner3_section{
    min-height: 600px;
    position: relative;
   
}
.navbar-light .navbar-brand {
    color: #2bb54c;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;

}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #2bb54c;
    font-weight: 600;
}

.banner_cover{
    position: relative;
}

.topicons{
    padding: 1px;
    background-color: #2bb54c;
}

.topicons p{
    margin-bottom: 0px;
    color:#ffffff;
    font-size: 15px;
    text-align: right;
    padding: 1px;
    margin-right: 10px;
}

.topicon a{
    color:#ffffff !important;
}

.banner1_section{
    
    background-image: url(../images/banner3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner2_section{
    background-image: url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner3_section{
    background-image: url(../images/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_text h3{
    font-size: 37px;
    max-width: 400px;
    font-family: 'Rubik Moonrocks', cursive;
    text-align: center;
    color: #ffffff;

}

.about_section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.abt_header h2{
    font-size: 32px;
    font-weight: 700;
    max-width: 400px;
    text-transform: uppercase;
}

.abt_btn a{
   background-color:#2bb54c;
   padding: 12px 16px;
   height: 20px;
   border-radius: 6px;
   color:#ffffff;
}


.abt_header h2 span{
    font-size: 32px;
    color:#2bb54c;
    font-weight: 700;
    max-width: 400px;
    text-transform: uppercase;
}

.milstone{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mil_text h4{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color:#2bb54c;
}

.abt_images_wrapper{
    max-width: 350px;
    margin: auto;
}

.third_section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #2bb54c29;
   
}
.heading{
    margin: auto;
    text-align: center;
}
.heading h2{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.heading h2 span{
    font-size: 32px;
    color:#2bb54c;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.product_wrapper_page {
    position: relative;
    margin-top: 36px;
    max-width: 360px;
    min-height: 265px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    box-shadow: #2bb54c59 1.95px 1.95px 2.6px;
}
.product_wrapper_text_page h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #2bb54c;
}
.product_wrapper_text_page{
    position: absolute;
    top: 9px;
    left: 9px;
}
.product_wrapper{
    position: relative;
    margin: 5px;
    max-width:360px;
    min-height: 265px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.product_wrapper_text{
    position: absolute;
    top: 9px;
    left: 9px;
}

.product_wrapper_text h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
}
.our_story{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;  
    background-image: url(../images/bg_abt.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.our_story::before{

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background-color: #343a4085;


}

.story_text{
   
    max-width:800px;
    text-align: center;
    margin: auto;
    z-index: 9999;
}

.story_text h3{
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
}

.story_text p{
    font-size: 18px;
    color: #ffffff;
    text-transform: lowercase;
  }


.categories_section{
    padding-top: 70px;
    padding-bottom: 70px; 
}

.cat_wrapper_img{
    position: relative;
    border-radius: 5px;
    margin: 6px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}



.cat_wrapper_img:hover .cart_text{
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #2bb54b60;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat_wrapper_img img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cat_wrapper_img:hover .cart_text h3{
    display:block;
}

.cart_text h3{
    display:none;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}


.newsletter {
    padding: 80px 0;
    background: #1e7e34;
    }
    
    .newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    .newsletter .content h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
    }
    .newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
    }
    .newsletter .content .btn {
    min-height: 50px; 
    border-radius:0;
    background: #212529;
    color: #fff;
    font-weight:600;
    }

.content h4{
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}


.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.demo{ background: #ffffff; 
    padding-top: 60px;
    padding-bottom: 60px;}


    .testimonial{
        margin: 0 20px;
    }
    .testimonial .testimonial-content{
        padding: 35px 25px 35px 50px;
        margin-bottom: 35px;
        background: #ddf6e3;
        border: 1px solid #f0f0f0;
        position: relative;
    }
    .testimonial .testimonial-content:after{
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 22px;
        transform: rotate(45deg);
    }
    .testimonial-content .testimonial-icon{
        width: 50px;
        height: 45px;
        background: #1e7e34;
        text-align: center;
        font-size: 22px;
        color: #fff;
        line-height: 42px;
        position: absolute;
        top: 37px;
        left: -19px;
    }
    .testimonial-content .testimonial-icon:before{
        content: "";
        border-bottom: 16px solid #1e7e34;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }
    .testimonial .description{
        font-size: 15px;
        font-style: italic;
        color: #212529;
        line-height: 23px;
        margin: 0;
    }
    .testimonial .title{
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #525252;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin: 0 0 5px 0;
    }
    .testimonial .post{
        display: block;
        font-size: 14px;
        color: #066d80;
    }
    .owl-theme .owl-controls{
        margin-top: 20px;
    }
    .owl-theme .owl-controls .owl-page span{
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span{
        background: #ff4242;
    }


    .mainfooter {
        padding-top: 70px;
        padding-bottom: 70px;
        background-color: #1e7e34;
    }


    
    .footercontent h2{
        color: rgb(0, 0, 0);
        text-align: left;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .footercontent p{
        font-size: 15px;
        color:#ffffff;
        
    }
    
    
    .footercontent ul{
        text-align: left;
        color:#ffffff;
        font-size: 15px;
    }
    
    
    .footercontent .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 13px;
        line-height: 1.5;
        color: #117a8b;
        margin-top: 7px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
    .footerbtn a{
        background-color: #212529;
        padding: 12px 16px;
        border-radius: 4px;
        text-decoration: none;
        color:#fff;
    }
    
    .footerbtn a:hover{
        text-decoration: none;
    }

    .footercontent ul{
        list-style-type: none;
    }

    .footercontent li a{
        color: #ffffff;
    }

.stcky_icon{
    position: fixed;
    top: 145px;
    left:2px;
    z-index: 999;
}

.social_icon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background-color: #ffffff9c;
}

.social_icon .fab{
    color:#1e7e34;
}
.social_icon .fad{
    color:#1e7e34;
}
.abt_banner{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/banner_1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.about_us_text h3{
    font-size: 37px;
    font-family: 'Rubik Moonrocks', cursive;
    text-align: center;
    color: #ffffff;
}


.abt_wrapper{
    padding-top: 70px;
    padding-bottom: 70px; 
}

.categories_section_btn{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #2bb54c2e;
}

.product_banner{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/banner2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.product_us_text h3{
    font-size: 37px;
    font-family: 'Rubik Moonrocks', cursive;
    text-align: center;
    color: #ffffff;
}

.pro_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #2bb54c17;
}

.contact_banner{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/banner3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.carsellform .form-control {
    display: block;
    width: 100%;
    padding: 1.5rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    border-bottom: 1px solid #000000;
    border-radius: 0.25rem;
    margin-top: 22px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.add_icon ul{
    list-style-type: none;
    line-height: 35px;
}

.cat_banner{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/banner2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.cat_text h3{
    font-size: 37px;
    font-family: 'Rubik Moonrocks', cursive;
    text-align: center;
    color: #ffffff;
}


.add_icon .fas{
    color: #1e7e34;
}

.product_view{
    position: absolute;
    bottom: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #1e7e34;
    background-color: rgb(255, 255, 255);
    padding: 6px 9px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.product_view p{
    margin-bottom: 0px;
}


.detail_banner{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/banner4.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.detail_text h3{
    font-size: 37px;
    font-family: 'Rubik Moonrocks', cursive;
    text-align: center;
    color: #ffffff;
}
.copywrite p a{
    color:#ffffff;
    text-transform: uppercase;
}

.copywrite p {
    font-size: 12px;
    color: #ffffff;
    background-color: #000000;
    margin-bottom: 0px;
    text-align: center;
}

.copywrite{
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #000000;
}

@media screen and (max-width: 820px){
.product_wrapper {
    margin: 5px;
    max-width: 360px;
    min-height: 214px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}
.stcky_icon {
    position: fixed;
    bottom: -1px;
    left: 2px;
    z-index: 999;
}
}