/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --red: #e30613;
    --white: #ffffff;
    --off-white: #eee;
    --white-30: rgba(255,255,255,0.9);
    --white-40: rgba(255,255,255);
    --white-50: rgba(255,255,255,0.75);
    --white-60: rgba(255, 255, 255, 0.5);
    --sky-blue: #00bfff;
    --black: #000000;
    --black-30: #252525;
    --jet-black: #222;
    --gray: #8d8989;
    --blue: #c7c7c7;
    --green: #0f8631;
    --jet-green: #2b4f3d;
  }

body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #fff !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 
section {
    padding-top: 100px;
    padding-bottom: 100px;
} */

.pd-0 {
    padding: 0 !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--green);
    text-transform: capitalize;
}

/* .ast-container,
.container {
    max-width: 1320px;
    margin: auto;
    display: block !important;
    padding-inline: 12px;
} */

.site-header .container {
    max-width: 100%;
}

.section-blog .blog-contant {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.section-blog .blog-contant .blog-post {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.section-blog .blog-contant .blog-post .blog-card .card-image {
    position: relative;
    overflow: hidden;
}

.section-blog .blog-contant .blog-post .blog-card .card-image a {
    display: block;
    transition: transform 0.8s ease;
}

.section-blog .blog-contant .blog-post .blog-card:hover .card-image a {
    transform: scale(1.08);
}

.section-blog .blog-contant .blog-post .blog-card .card-image a img {
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.section-blog .blog-contant .blog-post .blog-card .category-badge {
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #00b251;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}

.section-blog .blog-contant .blog-post .blog-card .card-content {
    padding: 20px 25px 25px;
    text-align: center;
}

h2 {
    line-height: 20px;
    margin-bottom: 15px;
}

.section-blog .blog-contant .blog-post .blog-card .card-content h2 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #0f8631;
    text-transform: capitalize;
}

.section-blog .blog-contant .blog-post .blog-card .card-content .post-excerpt p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.section-blog .blog-contant .blog-post .blog-card .card-content .post-meta {
    display: flex;
    justify-content: center;
}

.section-blog .blog-contant .blog-post .blog-card .card-content .post-meta span {
    color: #1c1b1b;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.custom-pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.custom-pagination a:hover {
    border-color: var(--green);
    color: var(--green);
}

.custom-pagination .current {
    background-color: var(--green);
    color: #fff;
    border-color: var(--green);
    pointer-events: none;
}

.custom-pagination .next,
.custom-pagination .prev {
    font-weight: 700;
}

.search-box {
    position: relative;
}

.search-box input::placeholder {
    color: #212529;
    text-transform: capitalize;
}

.search-box input:focus {
    border: 1px solid var(--green);
    outline: 0;
    box-shadow: none;
}

input[type="text"] {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border-radius: 0;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: unset;
    font-size: 20px;
    cursor: pointer;
    color: #212529;
    padding: 0;
    box-shadow: none;
}

.search-icon:hover {
    background-color: unset;
    color: #000;
}

.suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
}

.suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: var(--green);
    color: var(--white);
}

.share-buttons a {
    display: inline-block;
    width: 56px;
    padding: 5px 8px;
    text-align: center;
    color: var(--green);
    border: 1px solid var(--green);
    margin-right: 5px;
}

.share-buttons a:hover {
    color: #fff;
    background-color: var(--green);
}

.share-buttons a i {
    padding: 0;
    margin: 0 4px;
    font-size: 16px;
    line-height: 18px;
}

.share-buttons {
    margin-bottom: 10px;
}

.post-single h2.post-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0f8631;
    text-transform: capitalize;
    line-height: 40px;
	margin-top: 20px;
}

.category-container,
.tag-container {
    margin-top: 30px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: var(--white);
    border-radius: 5px;
}

.post-single .category-container h2,
.post-single .tag-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--green);
    text-transform: capitalize;
}

.post-single .category-container .category-list,
.post-single .tag-container .tag-list  {
    margin-left: 0;
    margin-bottom: 10px;
}

.post-single .category-container .category-list li a i,
.post-single .tag-container .tag-list li a i {
    color: var(--green);
    font-size: 12px;
    margin-right: 5px;
}

.post-single .category-container .category-list li a,
.post-single .tag-container .tag-list li a {
    color: var(--black);
    font-size: 14px;
    color: #212529;
    text-transform: capitalize;
}

.post-single .category-container .category-list li a:hover,
.post-single .tag-container .tag-list li a:hover {
    color: var(--green);
}

.post-single .social-icon {
    margin-top: 30px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: var(--white);
    border-radius: 5px;
}

.post-single .social-icon h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--green);
    text-transform: capitalize;
}

.post-single .recent-posts-container {
    margin-top: 30px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: var(--white);
    border-radius: 5px;
}

.post-single .recent-posts-container ul {
    margin: 0;
    margin-top: 22px;
}

.post-single .recent-posts-container ul li a .recent-post-thumb img {
    width: 100%;
    max-height: 150px;
    border-radius: 5px;
}

.post-single .recent-posts-container ul li a .recent-post-title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
    text-align: center;
    margin-top: 4px;
}

.post-single .post-contant {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
}

.post-single .post-thumbnail img {
    width: 100%;
    max-height: 500px;
    border-radius: 5px 5px 0 0;
}

.post-single .post-content {
    margin-top: 20px;
}

.post-single .post-content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.post-single .blog-gallery {
    margin-top: 30px;
    gap: 10px;
}

.post-single .blog-gallery figure {
    overflow: hidden;
    cursor: zoom-in;
}

.post-single .blog-gallery figure img {
    max-height: 200px !important;
    width: 100%;
    transition: transform 0.6s ease;
}

.post-single .blog-gallery figure:hover img {
    transform: scale(1.1);
}

.post-single .recent-posts-container .recent-post-item .recent-post-category {
    color: var(--green);
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.post-single .recent-posts-container .recent-posts-list .recent-post-item {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.post-single .recent-posts-container .recent-posts-list .recent-post-item:nth-of-type(3) {
    margin-bottom: 0;
}

#ast-scroll-top {
    background-color: var(--green);
    font-size: 15px;
    border-radius: 50%;
    outline: none;
}
.post-content ul{
	margin-bottom:20px;
}
.post-content ul li{
	list-style: disc !important;
	margin-left: 30px;
}


/* header */

nav.main-nav ul > li > a {
    color: #0f8631;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 600;
    font-size: 16px;
} 

.top-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #2b2b2b;
}

.top-header .header-contact-detail {
    display: flex;
    column-gap: 20px;
}

.top-header .header-contact-detail a {
    color: #ffffff;
    transition: 0.5s;
}

.top-header .header-contact-detail a img {
    vertical-align: bottom;
    margin-right: 10px;
    transition: 0.5s;
}

.socical-media {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.socical-media li {
    border-right: 1px solid #ffff;
    list-style: none;
}

.socical-media li:last-child {
    border: none;
}

.socical-media li a {
    color: #ffff;
    padding-right: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.top-header .header-contact-detail a img {
    filter: grayscale(1) brightness(3);
}

.site-header .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px;
}

.side-logo a img {
    padding: 0px 10px;
}

footer.site-footer {
    background-color: #000;
    padding: 70px 0 30px;
}

footer.site-footer .footer-logo {
    margin-bottom: 20px;
    display: block;
}

footer.site-footer .description {
    color: #fff;
    text-align: inherit;
}

.description {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: justify;
}

.footer-link-heading {
    color: #0f8631;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-link-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

.footer-link-list li {
    margin-bottom: 15px;
}

.footer-link-list li .address {
    margin-left: 40px;
    margin-bottom: 5px;
    display: inline-block;
    color: #00b251;
    font-size: 18px;
}

.footer-link-list li a img, .footer-link-list li img {
    margin-right: 10px;
}

.footer-link-list li a:hover {
    color: #0f8631;
}

.mini-footer {
    padding: 20px 0;
    background-color: #0f8631;
}

.mini-footer .description {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.mini-footer a {
    color: #000;
    transition: 0.5s;
    font-weight: 600;
}

.mini-footer a:hover {
    color: #fff;
}

li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 0 !important;
}

.inner-banner {
    background-color: #000;
    padding: 100px 0;
}

.inner-banner .title {
    text-align: center;
}

.inner-banner .breadcrumb {
    justify-content: center;
    margin: 0;
}

.inner-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.inner-banner .breadcrumb .breadcrumb-item.active {
    color: #00b251;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

.recent-btn {
    text-align: center;
    margin-bottom: 5px;
}

.recent-btn a {
    background-color: #00b251;
    color: #fff;
    padding: 6px 17px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

.single-container .inner-banner h1.title {
    font-size: 30px;
}

.post-content h3{
	font-size: 24px;
	margin-bottom: 15px;
}



@media screen and (max-width:1200px) {
    .post-single .recent-posts-container {
        box-shadow: unset;
        padding: 0;
    }

    .post-single .recent-posts-container ul {
        margin-top: 14px;
    }

    .post-single .recent-posts-container ul li a .recent-post-title {
        font-size: 15px;
        line-height: 15px;
    }

    .recent-btn a {
        font-size: 12px;
    }

    .share-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 0;
    }

    .share-buttons a {
        width: 34px;
        line-height: 0;
        padding: 5px 4px;
    }

    footer.site-footer .container {
        max-width: 960px;
    }

}

@media screen and (max-width: 992px) {
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .single-container .inner-banner h1.title {
        font-size: 30px;
    }

    .post-single h1.post-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .post-single .post-thumbnail img {
        max-height: 100%;
    }

    .post-single .post-content p {
        font-size: 15px;
    }

    .post-single .recent-posts-container ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .post-single .recent-posts-container ul li a .recent-post-thumb img {
        max-height: 200px;
    }

    .category-container, .tag-container,.post-single .social-icon {
        margin-top: 20px;
    }

    .post-contant {
        margin-bottom: 20px;
    }

    .post-single .blog-gallery figure img {
        max-height: 120px !important;
        min-height: 120px !important;
    }

    footer.site-footer .container {
        max-width: 720px;
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .section-blog .blog-contant .blog-post .blog-card .card-content {
        padding: 20px 10px 25px;
    }

    .section-blog .blog-contant {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cetegory-contant {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    footer.site-footer .container {
        max-width: 540px;
    }

    .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-link-heading {
        font-size: 25px;
    }

    .section-blog .blog-contant {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .section-blog .blog-contant .blog-post .blog-card .card-image a img {
        height: 200px;
    }

    h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .section-blog .blog-contant .blog-post .blog-card .card-content h2 a {
        font-size: 20px;
    }

    .section-blog .blog-contant .blog-post .blog-card .card-content .post-excerpt p {
        line-height: 20px;
        font-size: 14px;
    }

    .section-blog .blog-contant .blog-post .blog-card .category-badge {
        padding: 3px 8px;
        font-size: 12px;
    }

    .post-single h1.post-title {
        font-size: 24px;
        line-height: 28px;
    }

    .single-container .inner-banner h1.title {
        font-size: 25px;
    }

    .post-single .recent-posts-container ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .cetegory-contant {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .post-single .category-container h2, .post-single .tag-container h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .post-single .social-icon h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .post-single .recent-posts-container .recent-posts-list .recent-post-item {
        margin-bottom: 0;
    }

    .post-single .post-content p {
        font-size: 14px;
    }
}