:root {
    --accent: #07e0e0 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

.cs-site_branding img {
    max-height: 55px;
}

@media screen and (max-width: 575px) {
    .cs-site_branding img {
        max-height: 50px;
    }
}

.cs-shape_wrap_4 .cs-shape_4 {
    background-color: #1b1b1b;
    border-radius: 50%;
    position: absolute;
}

.cs-hero.cs-style6 .cs-hero_img {
    position: relative;
    display: none;
}

.cs-slider.cs-style3 .slick-center .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
    left: 0;
    opacity: 0.8;
    top: 0;
    transition-delay: .4s;
}

.cs-partner_logo_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    flex-direction: row;
    flex-wrap: wrap;
}

.cs-post.cs-style2 .cs-post_meta {
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.cs-page_heading.cs-style1 .breadcrumb {
    color: #999696;
    justify-content: center;
    margin-bottom: 0;
}
