/*********Body*******/

p{
    line-height: 1.6;
    text-align: justify;
    font-size: 16px;
    color: #4d4d4d;
}


.no-padding{
    padding: 0 !important;
}

.hover-images:hover img {
    transform: scale(1.15);
}

.hover-images img {
     -webkit-transition: all 0.5s ease 0s; 
    -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s; 
}

.pt-50{
    padding-top: 50px;
}


.navbar-brand img{
    width: 70%;
} 

.single-footer-widget .logo img{
    width: 35%;
}

.default-btn{
    background-color: #3c8525;
}

.fb{
    color: #3b5998 !important;
    background-color: #ebebeb !important;
}

.tweet{
    color: #1da1f2 !important;
    background-color: #ebebeb !important;
}

.yt{
    color: #c4302b !important;
    background-color: #ebebeb !important;
}

.linkin{
    color: #0e76a8 !important;
    background-color: #ebebeb !important;
}



/*********Top Header*******/

.topnav{
    background-color: #3c8525;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 5px;
    line-height: 1;
}

.topnav i{
    font-size: 14px; 
    line-height: normal;
    position: relative;
    top: 1px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.topnav a{
    font-size: 14px; 
    font-weight: 500;
    line-height: normal;
    top: 1px;
    color: #fff;
    padding-left: 10px;
    font-style: italic;
}


.mean-container .mean-nav{
    margin-top: 80px;
}


/*********Top Header Ends*******/

/*********Header Starts*******/

.botberry-nav .navbar .navbar-nav .nav-item a{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 14px;
}
.botberry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a{
    padding: 8px 5px;
    padding-left: 10px;
    font-size: 15px;
}

.botberry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .botberry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .botberry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active{
    letter-spacing: 0.8px;
}

.botberry-nav .navbar .navbar-nav .nav-item .dropdown-menu{
    width: 265px;
}

.navhead{
    font-size: 18px !important;
    color: #4a9e2f !important;
    padding-left: 5px !important;

}

.botberry-nav .navbar .navbar-nav .nav-item a:hover::before, .botberry-nav .navbar .navbar-nav .nav-item a:focus::before, .botberry-nav .navbar .navbar-nav .nav-item a.active::before {
    border-bottom: 5px solid #4a9e2f;
    content: "";
    position: absolute;
    display: inline-block;
    height: 0px;
    width: 0px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px;
    bottom: 0px;
}

.botberry-nav .navbar .navbar-nav .nav-item a:hover, .botberry-nav .navbar .navbar-nav .nav-item a:focus, .botberry-nav .navbar .navbar-nav .nav-item a.active {
    border-bottom: 5px solid #4a9e2f;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.botberry-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover, .botberry-nav .navbar .navbar-nav .dropdown-menu .nav-item a.active{
    border-bottom: 1px solid #4a9e2f;
}




/*********Header Ends*******/

/*********Slider*******/

.home-banner-two .home-slides .home-item .main-banner-content .banner-list i{
    height: 55px;
    width: 55px;
    padding: 8px;
    border: 1px dotted #d0eed6;
}

.home-banner-two .home-slides .home-item .main-banner-content h1 {
    font-size: 26px;
 
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list span {
 
    line-height: 1.3;
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list .sup3 sup{
    right: 40px !important;
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list .sup2 sup{
    right: 31px !important;
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list .sup1 sup{
    right: 8px !important;
}

/*********Slider Ends*******/


/*********About Start*******/

.pt-30{
    padding-top: 20px;
}

.about-title-area {
    margin-bottom: 20px;
}

.about-content-area .about-list i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 19px;
    background-color: #eafef1;
    color: #209e2e;
    border: 1px solid #209e2e;
    border-radius: 30px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    margin-right: 3px;
}


.about-content-area .about-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    
}

.about-content-area .about-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.about-slider .about-item .about-text h3 {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0;
    line-height: 15px;
}

.about-title-area .about-title h2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}

.about-slider .about-item .about-text{
    padding: 14px; 
}

.about-section.section-bottom {
    padding-bottom: 40px;
}


.areas-section {
    background-image: url(../img/about/areas.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.areas-title {
    text-align: center;
    margin-bottom: 50px;
}

.areas-title span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.areas-title h3 {
    font-size: 38px;
    color: #fff;
    margin: 12px 0 0;
}

.areas-item {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px;
    margin-top: -30px;
    top: 30px;
}

.areas-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #209e2e;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
}

.areas-item .areas-image {
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center;
    position: relative;
}

.areas-item .areas-image img {
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s;
}

.areas-item .areas-image img:last-child {
    -webkit-transition: .6s;
    transition: .6s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.areas-item .areas-content h3 {
    font-size: 26px;
    color: #209e2e;
    margin: 20px 0 0;
    -webkit-transition: .6s;
    transition: .6s;
}

.areas-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.areas-item:hover::before {
    height: 100%;
}

.areas-item:hover .areas-image img {
    opacity: 0;
}

.areas-item:hover .areas-image img:last-child {
    opacity: 1;
}

.areas-item:hover h3 {
    color: #fff;
}


/*********About Ends*******/


/*********Product Start*******/

td, th {
  border: 1px solid #dddddd !important;
}

.cart-table table thead tr th {
    padding: 7px 0;
} 

.cart-table table tbody tr td{
    padding-top: 9px;
    padding-bottom: 9px;
}

.cart-wraps {
    padding: 5px;
}

.product-details-desc h3{
    font-size: 25px;
}


/*********Product Ends*******/

/*********Blog Start*******/

.section-title p{
    text-align: center;
}
.single-blog-item-two .blog-content span{
    font-size: 15px;
}
.single-blog-item-two .blog-content h3 {
    line-height: 20px;
    font-size: 17px;
}

.single-blog-item-two .blog-content p {
    line-height: 1.8;   
    font-size: 15px;
}

.single-blog-item-two:hover span{
    -webkit-transform: translateY(-140px);
     transform: translateY(-140px);
}

.single-blog-item-two:hover h3{
    -webkit-transform: translateY(-220px);
     transform: translateY(-220px);
}

.single-blog-item-two:hover p{
    -webkit-transform: translateY(-62px);
     transform: translateY(-62px);
}


.single-blog-item-two .blog-image::before {
    position: absolute;
    content: "";
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
/*********Blog Ends******/

/*********Testimonial Start******/
.testimonials-slider .testimonials-item .testimonials-content p {

    margin: 16px 0 0;
}

.testimonials-slider .testimonials-item{
    padding: 23px;
}

.testimonials-slider .testimonials-item .testimonials-content span {
    color: #dd8704;
    font-weight: 500;
}

/*********Testimonial Ends******/


/*********Footer******/

.footer-section {
    padding-top: 50px;
    padding-bottom: 15px;
}

.single-footer-widget {
    margin-bottom: 15px;
}

.single-footer-widget p{
    margin: 20px 20px 20px 0;
    color: #4d4d4d;
}



.single-footer-widget .footer-info-contact span {
    color: #4d4d4d;
 }

.single-footer-widget .footer-info-contact span a{
    color: #4d4d4d;
 }
.single-footer-widget .footer-info-contact h3{
    margin: 0 0 6px;
    font-weight: 500;
}

.single-footer-widget .footer-info-contact i {
    color: #b48017;

}

.content-title p{
    text-align: center;
}

.single-contact-box .content-title a{
    color: #4d4d4d;
}

.single-footer-widget .footer-info-contact {
    margin-bottom: 12px;
}

.copyright-area .copyright-area-content {
    margin-top: 15px;
}

.copyright-area .copyright-area-content p{
    color: #4d4d4d;
}

.copyright-area .copyright-area-content ul li{
    color: #4d4d4d;   
}

.copyright-area .copyright-area-content .cs{
    color: #e63030 !important;   
}

.copyright-area .copyright-area-content .designed{
    text-align: center;
}

/*********Footer Ends******/


/*********Gallery******/

.single-gallery-box .gallery-btn {
    top: 50%;
}


.single-gallery-box .gallery-btn1 {
    position: absolute;
    left: 5%;
    top: 10%;
    right: 5%;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    
}


.single-gallery-box:hover .gallery-btn1 {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.gallery-item{
    padding: 10px 0px;
    border-radius: 5px; 
    border: 1px dashed #209e2e;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 30px;
}


/******V-Gallery******/

.vgallery-title{
    padding: 10px;
    text-align: center;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px; 
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);

}

.vgallery-title iframe{
    width: 100%;
}
.vgallery-title p{
    text-align: center;
}



/*********Gallery Ends******/

/*********Career******/

.career-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.career-information li {
    padding: 10px 15px 7px;
    color: #666;
}

.career-information li span {
    display: inline-block;
    width: 15%;
    color: #333;
    font-weight: 500;
}

.career-content{
    margin-top: 30px;
}

.career-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 18px;
}

.career-content h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 20px;
}

.career-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.career-list li {
    margin-bottom: 16px;
    margin-left: 15px;
    position: relative;
    padding-left: 34px;
    color: #4a4a4a;
 
}

.career-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #209e2e;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}

.career-list li:hover i {
    background-color: #faf5f5;
    color: #209e2e;
}



/*********Career Ends******/


.tabs-list{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
}

.tabs-list li{
    margin-top: 20px;
    margin-left: 16px;
}

.tabs_item .tabs-list i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #eafef1;
    color: #209e2e;
    border: 1px solid #209e2e;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 6px;
}

.page-title-content {
    text-align: center;
     margin-top: 0px; 
}

.page-title-area {
    height: 200px;
}

.home-banner-two .home-slides .home-item {
    height: 575px;
}

.nice-select .list{
    width: 100% !important;
}

.wd{
    margin-top: 5px;
    width: 30% !important;

}


@media only screen and (max-width: 767px){

    body{
        font-size: 15px;
    }
    
    p {
        line-height: 1.5;
    }

    .product-details-desc h3 {
        font-size: 18px;
    }

    .navbar-area-three {
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .mean-container a.meanmenu-reveal{
        padding-top: 25px;
    }

    .topnav{
        display: none;
    }

    .home-banner-two .home-slides .home-item {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .home-banner-two .home-slides .home-item .main-banner-content .banner-list li{
        padding: 0 5px;
    }

    .home-banner-two .home-slides .home-item .main-banner-content .banner-list span{
        font-size: 11px;
    }

    .home-banner-two .home-slides .home-item .main-banner-content .banner-list{
        margin-bottom: 30px;
    }

    .home-banner-two .home-slides .home-item .main-banner-content p {
        line-height: 1.5;
    }

    

    .about-title-area .about-title h2{
        font-size: 16px;
    }

    .about-content-area .about-content h3{
        font-size: 15px;   
    }

    .areas-item .areas-content h3 {
        font-size: 18px;
        margin: 16px 0 0;
    }

    .areas-item {
        margin-bottom: 30px;
        margin-top: 0;
        top: 0;
    }

    .single-blog-item-two .blog-content{
        padding: 10px;
    }

    .page-title-content h2{
        font-size: 28px;
    }

    .page-title-content ul li::before{
        top: 9px;
    }

    .products-details-tab .tabs li a{
        padding-right: 5px;
        padding-left: 5px;
        font-size: 13px;
        font-weight: 500;
    }

    .tabs-list li {
        margin-top: 20px;
        margin-left: 16px;

    }

    .tabs_item .tabs-list i {
        display: inline-block;
        height: 22px;
        width: 22px;
        font-size: 11px;
        line-height: 22px;
        
        /*padding-top: 5px;
        padding-bottom: 5px;*/
    }

    .products-details-tab .tab_content{
        padding: 3px;
    }

    .cart-table table thead tr th{
        font-size: 15px;
    }

    .products-details-tab .tabs li{
        margin-right: 0px;
    }

    .career-information li span {
        width: 33%;
    }
}



