/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.4.1.1699595559
Updated: 2023-11-10 05:52:39

*/
body #content{
	margin-top: 78px;
}
.testimonial.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}

.testimonial .ch-masonry {
    column-count: 3;
    column-gap: 15px;
    margin: 30px;
    padding: 0;
}


.coversation_img img {
    border-radius: 30px 0 0 30px;
    height: 100%;
}

.conversation_block {
    border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 1024px) {
    body #content{
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 991px) {
    .testimonial .ch-masonry {
        column-count: 2;
    }
}

@media only screen and (max-width: 820px) {
    body #content{
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 575px) {
    .coversation_img img {
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .conversation_block {
        border-radius: 0 0 30px 30px;
    }
    
    body #content{
		margin-top: 0px !important;
	}
}



@media only screen and (max-width: 371px) {
    .testimonial .ch-masonry {
        column-count: 1;
    }
}

.testimonial .ch-masonry__item {
    display: inline-block;
    background: #efefef;
    padding: 15px;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    border-radius: 10px;
}

.testimonial .ch-masonry__item img {
    width: 100%;
    max-width: 100%;
}



.testimonial .image-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.testimonial .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #7e7e7e;
}

.testimonial .ch-masonry__item h3 {
    text-align: center;
}

.testimonial .ch-masonry__item p {
    text-align: center;
    font-size: 14px;
}

.testimonial ul.list-item {
    display: flex;
    justify-content: center;
    gap: 2px;
    padding: 0;
}

.testimonial .list-item li {
    list-style: none;
    color: #fb9622;
}


.testimonial .ch-masonry__item h4 {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.coversation_img {
    height: 100%;
}

.header-section {
    position: fixed !important;
}

.header-section.scroll {
    position: fixed;
    background: #F8F7F2 !important;
    width: 100%;
    /** max-width: 1200px !important; */
    max-width: 1140px !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50px;
    top: 10px !important;
    box-shadow: 0 4px 40px rgb(0 0 0 / 32%) !important;
}

.header-section.scroll::before {
    background-color: transparent !important;
	max-width: 1140px !important;
}

.header-section.scroll .header-menu-h a {
    color: #000 !important;
}

.header-section.scroll .logo_container {
    margin-left: 10px !important;
}

@media only screen and (max-width: 575px) {
    .header-section.scroll {
        border-radius: 0px !important;
        top: 0px !important;
    }
}