/**
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: #da261e;
    --jet-green: #2b4f3d;
  }

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

.main_heading {
	display: flex;
    justify-content: left !important;
    align-items: center;
    flex-wrap: wrap;
	gap: 20px;
}

.post-content ul li {
	list-style: disc !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: 12px;
    padding-right: 12px;
}

.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% !important;
    flex: 0 0 25% !important;
}

.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% !important;
    flex: 0 0 75% !important;
}

.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(--black);
    text-transform: capitalize;
}

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

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

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

.section-blog .blog-contant .blog-post .blog-card .card-image {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #da261e;
}

.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.03);
}

.section-blog .blog-contant .blog-post .blog-card .category-badge {
    padding: 4px 8px;
    position: absolute;
    top: 4px;
    left: 5px;
    background-color: #da261e;
    border-radius: 0;
    font-size: 11px;
    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 {
    line-height: 24px;
    margin-bottom: 15px;
}

.post-contant .post-thumbnail {
    margin-bottom: 25px;
}

.section-blog .blog-contant .blog-post .blog-card .card-content h2 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
    text-transform: capitalize;
}

.section-blog .blog-contant .blog-post .blog-card .card-content .post-excerpt p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #666666;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-blog .blog-contant .blog-post .blog-card .card-content .post-excerpt {
    margin-bottom: 30px;
}

/* .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: #da261e;
    color: #da261e;
}

.custom-pagination .current {
    background-color: var(--black);
    color: #fff;
    border-color: var(--black);
    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: 1px solid #2F307130;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    /* font-family: 'Poppins', sans-serif !important; */
}

.search-icon {
    position: absolute;
    right: 20px;
    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(--black);
    border: 1px solid var(--black);
    margin-right: 5px;
}

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

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

.post-single h1.post-title {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
    line-height: 44px;
}

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

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

.post-single .recent-posts-container h2 {
    position: relative;
    display: inline-block;
}

.post-single .category-container h2::before,
.post-single .social-icon h2::before,
.post-single .recent-posts-container h2::before  {
    content: "";
    height: 2px;
    bottom: -4px;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #da261e50;
    display: inline-block;
}


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

.post-single .category-container .category-list li a i,
.post-single .tag-container .tag-list li a i {
    color: var(--black);
    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,
.post-single .category-container .category-list li a:hover i {
    color: var(--green);
}

.post-single .social-icon {
    background-color: var(--white);
    border-radius: 5px;
    margin-top: 10px;
}

.post-single .social-icon h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.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-top: 4px solid #da261e;
    border-radius: 8px;
}

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

.post-single .recent-posts-container ul li a .recent-post-thumb img {
	box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    padding: 2px;
    width: 90px;
    object-fit: cover;
    max-width: 90px;
    border-radius: 8px;
}

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

.post-single .post-contant {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding: 20px;
	border-radius: 8px;
}

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

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

.post-single .post-content p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #666666;
}

.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: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
	border-radius: 8px;
}

.post-single .recent-posts-container .recent-post-content .recent-post-title {
    line-height: 20px;
}

.post-single .recent-posts-container .recent-post-content .recent-post-title a {
    color: #000;
}

.post-single .recent-posts-container .recent-posts-list .recent-post-item > a {
    width: 30%;
}

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

#ast-scroll-top {
    background-color: #000;
    font-size: 24px;
    border-radius: 0;
    outline: none;
}

#ast-scroll-top:hover {
    cursor: pointer;
    background-color: #999999;
}

.bg-style2 {
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);    
    padding: 20px 25px;
    border-top: 4px solid #da261e;
    border-radius: 8px;
}

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

.section-blog .blog-contant .blog-post .blog-card .card-image a img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    /* padding: 10px 30px; */
}

.ml-0 {
    margin-left: 0;
}

.card-content {
    position: relative;
}

.post-content ol,.post-content ul {
    margin-left: 20px !important;
    padding-left: 10px;
    margin-bottom: 16px;
}

.post-content ol li ,.post-content ul li {
	list-style: disc;
}

.post-content h3 {
	margin-bottom: 15px !important;
	font-weight: 600;
}
.post-content h4 {
    margin-bottom: 15px !important;
    font-weight: 600;
}





@media screen and (max-width:1200px) {

    .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;
    }

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

}

@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 {
        gap: 10px;
    }

    .post-single .recent-posts-container ul li a .recent-post-thumb img {
        min-width: 80px;
        max-width: 100%;
    }

    .post-single .recent-posts-container .recent-post-content .recent-post-title a {
        font-size: 14px;
    }

    .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: 15px 10px 20px;
    }

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

}

@media screen and (max-width: 820px) {
    .sm-col-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .post-single .recent-posts-container .recent-posts-list .recent-post-item > a {
        width: auto;
    }

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

@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;
    }

    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 .recent-posts-container h2  {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bg-style2 {
        padding: 20px;
    }

    .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;
    }

    .section-blog .blog-contant .blog-post .blog-card .category-badge {
        top: 10px;
        left: 10px;
    }

    .section-blog .blog-contant .blog-post .blog-card .card-content h2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 620px) {
    .post-single .recent-posts-container ul li a .recent-post-thumb img {
        min-width: 100px;
    }
}