/**
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 {
    --thm-font: 'Montserrat', sans-serif;
     --thm-font2: 'Vonique', sans-serif;
    --thm-gray: #808080;
    --thm-black: #252628;
    --thm-color: #fff;
    --thm-base: #E42237;
    --thm-base-light: #E4223730; 
    --thm-light: #04304920;
    --thm-footer: #e2e2e2;
    --thm-base-rgb: 237, 32, 43;
    --thm-primary: #0b2142;
    --thm-primary-light: #0b214230;
    --thm-primary-rgb: 231, 189, 26; 
    --thm-test-light: #F8F5EE;
  }

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: 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(4, 1fr);
    gap: 20px;
}

.section-blog .blog-contant .blog-post {
    border-radius: 0;
    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 solidvar(--thm-base);
}

.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: var(--thm-base);
    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;
}

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

.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(--thm-base);
    color:var(--thm-base);
}

.custom-pagination .current {
    background-color: var(--thm-base);
    color: #fff;
    border-color: var(--thm-base-light);
    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(--thm-base) !important;
    outline: 0;
    box-shadow: none;
}

.search-box input[type="text"] {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border: 0;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
}

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

.search-icon:hover {
    background-color: unset;
    color: var(--thm-base-lights);
}

.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;
    margin-bottom: 30px;
    border: 1px solid var(--thm-base-light);
    padding: 10px;
    border-radius: 10px;
}

.post-single .category-container h2,
.post-single .tag-container h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: var(--thm-base);
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 10px;
    color: var(--thm-color);
    text-transform: uppercase;
}

.post-single .recent-posts-container h2 , .post {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: var(--thm-base);
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 10px;
    color: var(--thm-color);
    text-transform: uppercase;
}



.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: 25px;
    margin-bottom: 25px;
    border: 1px solid var(--thm-base-light);
    padding: 10px;
    border-radius: 10px;
}

.side_bar_sticky .service-detail-page .side-bar {
    margin-bottom: 25px;
}

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

.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: 110px;
    object-fit: cover;
    max-width: 110px;
    border-radius: 6px;
}

.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: 6px;
}

.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 h3, h4, h5, h6 {
    margin-bottom: 15px !important;
}

.post-single .post-content ul {
    padding: 0 20px 0 30px;
	margin-bottom: 15px;
}

.post-single .post-content ul li {
    list-style: disc !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-gray);
}

.post-single .post-content p {
    font-size: 16px;
    margin-bottom: 16px;
	margin-top: 16px;
    font-weight: 500;
    color: var(--thm-gray);
}

.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 rgb(0 0 0 / 7%);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.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: var(--green);
    font-size: 24px;
    border-radius: 0;
    outline: none;
}

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

.bg-style2 {
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);    
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--thm-base-light);
    margin-bottom: 25px;
}

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

.blog_custome p.description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    max-height: calc(1.6em * 3);
}

.section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

.side_bar_sticky {
    position: sticky;
    top: 140px;
    align-self: flex-start;
}

.post-single h2.heading  {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--thm-base);
}

.blog_custome .our-product-content {
    text-align: center !important;
}

.post-single .post-content br {
	background-color: red !important;
}


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

    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@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;
    }
	
	.post-single h2.heading {
		font-size: 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;
    }

    .section-spacing {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	
	.post-single .post-content ul li {
		font-size: 14px;
	}
}

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