/**
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
*/
/**/
.main-header-menu .sub-menu{
    background: #29223c;
}
.recognized-excellence{
    margin-bottom:20px;
    padding-top:60px;
    background: #29223c;
}

.section-title{
    color:#fff;
    font-size:36px;
    font-weight:600;
    text-align: center;
}
.excellence{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin: 50px auto;
    max-width:600px;
}

.review-box{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:150px;
    padding:10px;
}

.review-box:last-child{
    border-right:none;
}

.review-box a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}

.review-box img{
    max-width:180px;
    width:100%;
    height:auto;
    transition:.3s ease;
}

.review-box:hover img{
    transform:scale(1.05);
}

/**/


.footer{
    background:#180f2a;
    color:#fff;
    padding: 30px 20px;
}

.footer-wrapper{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1.5fr;
    gap:60px;
}

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

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

.footer-widget a{
    color:#ddd;
    text-decoration:none;
}

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

.widget-title{
    font-size:24px;
    margin-bottom:25px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding:20px 0;
    text-align:center;
}

.footer-social{
    display:flex;
    align-items:center;
    gap:15px;
}

.footer-social a{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#ffffff;
    border:1px solid #e5e5e5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    transition:all .35s ease;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.footer-social a:hover{
    transform:translateY(-5px) scale(1.08);
    color:#fff;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}

/* Brand Colors */
.footer-social .linkedin{
    background:#0A66C2;
}

.footer-social .youtube{
    background:#FF0000;
}

.footer-social .facebook{
    background:#1877F2;
}

.footer-social .instagram{
     background: linear-gradient(
        135deg,
        #405DE6 0%,
        #5B51D8 25%,
        #833AB4 50%,
        #C13584 65%,
        #E1306C 80%,
        #FD1D1D 90%,
        #F77737 95%,
        #FCAF45 100%
    );
}

.footer-social .twitter-x{
    background:#000;
}
@media(max-width:991px){

.footer-wrapper{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.footer-wrapper{
    grid-template-columns:1fr;
}
 .excellence{
        grid-template-columns:1fr;
    }

    .review-box{
        border-right:none;
        border-bottom:1px solid #ddd;
    }

    .review-box:last-child{
        border-bottom:none;
    }

}