﻿
.oll li {
    font-size: 20px;
    margin-bottom: 10px;
}

.oll {
    padding-left: 20px;
}

.category-products {
    padding: 20px 0px 60px;
}

.category-descript {
    margin: 0 0 40px;
    text-align: center;
}

.catrgory-descript p {
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar-section {
    display: inline-block;
    width: 24%;
    margin-right: 30px;
}

section#woocommerce_product_categories-2 {
    padding: 30px 15px;
    background-color: #5e7f14;
}

.widget_product_categories h4 {
    color: #FFFFFF;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 25px;
}

    .widget_product_categories h4:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #000;
    }

.widget_product_categories li a {
    display: block;
    padding: 15px 20px 15px 10px;
    background: #f3f3f3;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    transition: ease-in 0.6s;
    color: #000;
}

.products-section {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.products ul, ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

    .products ul::after, .products ul::before, ul.products::after, ul.products::before {
        content: " ";
        display: table;
    }

    ul.products.columns-3 li.product, ul.products.columns-3 li.product {
        width: 28.75%;
    }

    ul.products li.first, ul.products li.first {
        clear: both;
    }

    ul.products li.product, ul.products li.product {
        float: left;
        margin: 0 3.8% 2.992em 0;
        padding: 0;
        position: relative;
        margin-left: 0;
    }

.products-section li.product, section.related.products ul li {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #FF5E14;
    background-color: #ffffff;
    padding: 5px 10px 20px !important;
}

ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

li.product a p.product_category_title {
    display: none;
}

.products-section li p.product_category_title, section.related.products ul li p.product_category_title {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    color: #747474;
}

.products-section li h2.woocommerce-loop-product__title, section.related.products li h2 {
    font-family: "Poppins-Medium";
    font-weight: 700;
    font-size: 16px !important;
    padding: 0 !important;
    text-align: center;
}

ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
}

.product_type_simple {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.service-section {
    margin: 70px 0px 30px;
}

.title {
    text-align: center;
    position: relative;
    margin: 40px 0px;
}

    .title h3 {
        color: #000;
         font-size: 35px; 
        text-transform: uppercase;
        position: relative;
        z-index: 9;
    }

.service-section h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.service-section ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 50px 15px;
    list-style: none;
    margin: 70px 15px;
}

.service-section li {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 50%);
}

    .service-section li h6 {
        margin: 30px 0px 10px;
        text-align: center;
        font-size: 16px;
        color: #000;
    }

    .service-section li p {
        text-align: center;
    }

.wrapper ul li:hover {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}

.sec_padd {
    padding: 0px 0 40px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.container-full {
    padding: 0 60px;
    position: relative;
}

h2.section-title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #000;
    letter-spacing: 0.2px;
    display: inline-block;
}

.row.col-row {
    display: flex;
    margin: 0 -10px;
}

.blog_item {
    background: #fff;
    box-shadow: 0 4px 12px 0 #0000000d;
}

.lates_blog_row .blog_wrap {
    position: relative;
    overflow: hidden;
}

.blog_content {
    padding: 10px;
    background: #fff;
}

    .blog_content h3 {
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .blog_content p {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 14px;
        text-align: start;
    }

.blog_item span.date {
    font-size: 13px;
    color: #b1b1b1;
    font-weight: 500;
}

.owl-items {
    width: 300px;
    padding-right: 20px;
}

.know-more-sec {
    margin-top: 40px;
}

.common-btn {
    border: none;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    min-width: 150px;
    box-shadow: 1px 30px 35px -19px rgb(0 0 0 / 36%);
    cursor: pointer;
    display: inline-block;
}

.common-btn {
    background: #e4b80d;
    text-align: center;
    color: #000;
}

.know-more-sec .common-btn:hover {
    color: #000;
}

.lat-blog {
    padding: 0px 10px;
}

.blog_content h3, .blog_content p {
    color: #5e7f14;
}

.cert-img {
    margin-bottom: 20px;
}

.textimonial-img {
    height: 70px;
    width: 70px;
    margin-bottom: 3rem;
    margin-left: 45%;
}

.textimonial-img img {
    border-radius: 50%;
}

@media screen and (max-width:767px) {
    .service-section ul {
        grid-template-columns: 1fr;
        margin: 30px 15px;
    }

    .common-btn {
        padding: 10px 11px;
        min-width: 140px;
    }

    h2.section-title {
        font-size: 2.6rem !important;
    }

    .title h3 {
        font-size: 1.6em;
    }

    .sidebar-section {
        width: 100%;
    }

    ul.products.columns-3 li.product, ul.products.columns-3 li.product {
        width: 100%;
        margin: 20px 5.8% 0.992em 45px;
    }

    .main-banner {
        height: 150px;
    }

    .blog_content h3 {
        font-size: 20px !important;
    }
    .textimonial-img{
        margin-left: 38%;
    }
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}




/*	gallery */

.gallery-title{
    font-size: 36px;
    color: #004a8b;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

        .filter-button {
    width: 190px;
    font-size: 15px;
    border: 2px solid #5e7f14;
    padding: 3px 0px;
    text-align: center;
    /* color: #004a8b; */
    margin-bottom: 30px;
    background: transparent;
    display: inline-block;
    color: #ffffff;
    background-color: #5e7f14;
    outline: none;
}


.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}
        .filter {
            margin-bottom:20px;
        }
            .filter img {
                width:400px;
            }
        .img-fluid {
            height:270px;
            width:100%;
        }


        @media screen and (max-width:425px) { 
            .filter-button {
    width: 116px;
    font-size: 12.5px;
    border: 2px solid #5e7f14;
    padding: 1px 1px;
    text-align: center;
    margin-bottom: 27px;
    display: inline-block;
}

             .filter-button-1 {
    width: 68px;
    font-size: 12.5px;
    border: 2px solid #5e7f14;
    padding: 1px 1px;
    text-align: center;
    margin-bottom: 27px;
    display: inline-block;
}
        }




    .image-header-img{
    height:auto;
    width: 100%;
}
    @media screen and (max-width: 425px) {
        .image-header-img {
            height:75px;
            width: 100%;
        }
    }

