/*
Theme name: Manthan NGO
Author: Arnav Softech
Author URI: https://www.arnavsoftech.com
Version: 1.0
*/

.wp-block-gallery .wp-block-image {
    margin: 5px !important;
}

.wp-block-gallery .wp-block-image img {
    padding: 1px;
    border: solid 5px #EF9645;
    border-radius: 5px;
}

.about_area_para ul {
    margin: 10px 0;
    padding-left: 20px;
}

.about_area_para ul li {
    list-style: disc;
}

.text-warning {
    color: #eb780d !important;
}

.blog-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar h2 {
    font-size: 16px;
}

.blog-sidebar .wp-block-latest-comments {
    margin: 0;
    padding: 0;
}

.case_boxed_img ul,
.our-partners ul {
    padding-left: 20px;
}

.case_boxed_img ul li,
.our-partners ul li {
    list-style-type: disc;
}

.our-partners {
    padding: 0 0 100px 0;
}

.about_area_para ul li {
    line-height: 1.8;
}

.main-slider {
    position: relative;
}

.main-slider img {
    object-fit: cover;
}

.banner_one_text .color_big {
    color: #fff;
}

#home_one_banner {
    padding: 120px 0;
    background-size: 100%;
}

.image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}