/*
Theme Name: Learn Education Business
Template: bizberg
Text Domain: learn-education-business
Author: Bizberg Themes
Author URI: https://bizbergthemes.com/
Theme URI: https://bizbergthemes.com/downloads/learn-education-business/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description: Learn Education Business is an education WordPress theme free to use and professionally designed for modern educational institutions. This free school WordPress theme is ideal for anyone looking for a reliable WordPress theme for education, including schools, colleges, and academic organizations. Built as a powerful education business WordPress theme, it suits both institutional and commercial learning websites. This WordPress theme for schools and colleges comes with a fully responsive education WordPress theme layout, ensuring your site looks great on all devices. As an Elementor education theme, it allows easy customization without coding. The theme is also an SEO friendly WordPress education theme, helping your website perform better in search engines. Whether you are launching a free online course WordPress theme, building a website for coaching classes, or managing professional institutes, this WordPress theme for training centers provides clean design, fast performance, and long-term scalability for education-focused websites.
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 0.5
Requires PHP: 5.6
Tested up to: 6.9.1
*/

.navbar-default .navbar-nav > li > a {
    letter-spacing: 0;
}

.blog-lists.blog-nosidebar-1 .blog-listing.no-sidebars .blog-post.blog-large .entry-header {
    margin-top: 0 !important;
}

.category1 {
    padding: 80px 0;
}

.category1 .cat_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 40px;
}

.category1 .cat_wrap .left h2,
.serives_wrap h2 {
    font-family: 'MontserratRegular';
    color: #000;
}

.category1 .cat_wrap .left{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
}

.category1 .cat_wrap .left a,
.serives_wrap .title_wrap a {
    background: #ffb606;
    padding: 11px 30px 11px;
    color: #fff;
    display: inline;
    width: max-content;
    border-radius: 30px;
    font-family: 'Poppins';
    margin-top: 10px;
}

.category1 .cat_wrap .left a:hover,
.services .serives_wrap .title_wrap a:hover {
    color: #fff !important;
    background: #000;
}

.category1 .cat_wrap .right .content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}

.category1 .cat_wrap .right .content a {
    margin-bottom: 30px;
    text-align: center;
}

.category1 .cat_wrap .right .content a span i {
    font-size: 67px;
    background: #eee;
    padding: 20px;
}

.category1 .cat_wrap .right .content a span i {
    font-size: 50px;
    background: #fafafa;
    padding: 40px;
    border-radius: 10px;
    color: #000;
}

.category1 .cat_wrap .right .content a:hover span i {
    background: #ffb606;
    color: #fff;
}

.category1 .cat_wrap .right .content a h4 {
    margin-top: 10px;
    font-family: 'MontserratRegular';
    font-size: 15px;
    font-weight: normal;
}

.serives_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 40px;
}

.serives_wrap .title_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
}

.services {
    padding: 0px 0 50px;
}

.serives_wrap .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
}

.serives_wrap .content a p{
    text-align: center;
    padding-top: 10px;
    font-family: 'MontserratRegular';
    font-size: 15px;
}

@media (max-width: 991px){

    .category1 .cat_wrap {
        grid-template-columns: 1fr;
    }
    .category1 .cat_wrap .left{
        padding-bottom: 40px;
    }
    .category1 .cat_wrap .right .content {
        justify-items: start;
    }
    .serives_wrap {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    .category1 {
        padding: 80px 0 60px;
    }

}

@media (max-width: 414px){

    .category1 .cat_wrap .right .content {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .category1 .cat_wrap .right .content {
        justify-items: center;
    }
    .category1 .cat_wrap .right .content a span i {
        font-size: 40px;
        padding: 30px;
    }
    .serives_wrap .content {
        grid-template-columns: 1fr 1fr;
        column-gap: 25px;
        row-gap: 25px;
    }

}