ul.fa-ul{
    font-size: 15px;
}
ul.fa-ul li i{
    color: var(--primary);
}
.bg-color{
    background-color: #f7fafe;
}
.terms-conditions a{
    font-weight: bold;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.65);
    background: linear-gradient(270deg, rgb(2 0 36 / 0%) 0%, rgba(0, 0, 0, 0.65) 65%);
    background-blend-mode: overlay;
}
.single-logo {
    padding: 10px 5px;
    border-radius: 10px;
}
.help-area::before {
    display: none
}

.h3-extra {
    font-size: 1.5rem;
}
.css-pattern-img{
    position: relative !important;
}
.css-pattern-img::after{
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    background-color: var(--primary);
    height: 75%;
    width: 40%;
    z-index: -1;
    border-radius: 5px;
}
.css-pattern-img::before{
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    background-color: var(--primary);
    height: 75%;
    width: 40%;
    z-index: -1;
    border-radius: 5px;
}
.Mukti-History img {
    margin-right: 15px;
}
.project-images img{
    height: 200px;
    object-fit: cover;
}
.legal-status-view {
    padding-right: 10px;
}

.registration-legal-status thead {
    background-color: var(--secondary);
    color: #ffff;
}
.video-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

/* Photo Gallery CSS */
.gallery-item{
    width: 100%;
    height: 302px;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Single Partner */
.signle-partner{
    border-bottom: 1px solid var(--primary);
    border-radius: 10px;
    min-height: 140px;
    box-shadow: 0 4px 10px rgb(31 48 151 / 15%);
    transition: 0.3s ease !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signle-partner img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.partners:hover{
    margin-top: -10px;
}
/* Custom Icons */
.media-pub{
    padding: 10px;
}
.media-pub h3{
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}
.mf-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d1ecf1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mf-icon img{
    width: 50px;
}

/* Career  */
#jobs .nav-tabs .nav-link{
    margin-right: 5px;
}
.single-job{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.single-job .job-title, .job-details, .job-apply{
    flex: 1;
    text-align: center;
}
.job-title h4{
    font-size: 18px;
    font-weight: 600;
}


.shadow-sm,
.shadow-sm--on-hover:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(132, 138, 163, 0.1) !important
}
.gradient-light--lean-left {
    background-image: -webkit-linear-gradient(110deg, #f2f3fa 0%, #fcfdff 100%);
    background-image: -ms-linear-gradient(110deg, #f2f3fa 0%, #fcfdff 100%)
}

.color--heading {
    color: #101f41 !important
}

.color--text {
    color: #4f5464 !important
}


.badge-circle {
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0
}

.text-white {
    color: #fff!important;
}


.background--white,
.bg-white {
    background-color: #fff !important
}

.background--brand,
.background--primary,
.bg-brand,
.bg-primary {
    background-color: #4d5bed !important;
    color: #fff
}

.background--dark,
.bg-dark {
    background: #0c2050 !important;
    color: #939eb8
}

.form-select{
    border-radius: 0px;
    border: 1px solid #eee;

}
.form-select:focus{
    border-color: var(--primary);
    box-shadow: unset;
}
.form-select option{
    font-size: 16px;
}
.form-select{
    font-size: 15px;
    padding: 12px;
}
.image img {
    filter: brightness(0) invert(1);
}
.overlay-class{
    position: relative;
    background-color: #000;
}
.overlay-class:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: 0.8;
}
.single-project.project-style {
    margin: 0;
}
.campaing-style:hover img {
    transform: none;
}
.single-campaing .campaing-text h3 {
    margin-bottom: 17px;
    margin-top: 8px;
}

.close-modal {
    background: rgb(0 0 0 / 55%);
    width: 30px;
    height: 30px;
    color: #fff;
    top: 16px;
    right: 16px;
    position: absolute;
    z-index: 1;
    text-align: center;
    border-top-right-radius: 0.25rem;
    line-height: 2;
    font-size: 15px;
    cursor: pointer;
}
.cta-overlay{
    position: relative;
    background-color: var(--secondary);
}
.cta-overlay::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Content/img/contact-us.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

/* Project Details */
.project-title{
}

.project-title h2{
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.project-objectives ul{
    list-style-type: none;
}

.project-objectives ul li{
    font-size: 16px;
    margin-bottom: 10px;
}
.project-objectives ul li i{
    padding-right: 5px;
}
.single-good-causes h3{
    margin-top: 10px;
}
.householdsAbility{
    background: #00b0b5cf;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 48px;
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.line-clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.hero-slider-item::before {
    opacity: 0.85;
    background-color: rgba(0, 0, 0);
    background: rgb(255,255,0);
    background: linear-gradient(270deg, rgb(0 0 0 / 43%) 0%, rgba(0,0,0,1) 73%);
}
.donor img{
    max-width: 100%;
    height: 50px;
    object-fit: contain 
}

.micro-product{
    margin-bottom: 10px;
}
.micro-product h4{
    margin-bottom: 4px;
}
/* ongoing Projects */
.projects p, .projects h3, .projects .read-more{
    color: #fff;
}
.projects a:hover h3, .bg-diff{
    transition: all 0.25s;
}
.custom-icon {
    padding: 10px;
    border-radius: 45px;
    width: 95px;
    background: #ffffff;
    background: radial-gradient(circle, rgb(251 114 1) 0%, rgb(255 255 255) 73%);
}

.bg-diff:nth-child(1) .single-good-causes{
    background-color: #4a3535;
}

.bg-diff:nth-child(2) .single-good-causes{
    background-color: #5d8b00;
}

.bg-diff:nth-child(3) .single-good-causes{
    background-color: #c00041;
}

.bg-diff:nth-child(4) .single-good-causes{
    background-color: #006079;
}

.bg-diff:nth-child(5) .single-good-causes{
    background-color: #9e5617;
}

.bg-diff:nth-child(6) .single-good-causes{
    background-color: #0d1e61;
}

.bg-diff:nth-child(7) .single-good-causes{
    background-color: #7d1111;
}

.bg-diff:nth-child(8) .single-good-causes{
    background-color: #4f0d6e;
}

.bg-diff:nth-child(9) .single-good-causes{
    background-color: #007e6b;
}
.bg-diff:hover {
    margin-top: -10px;
}

.single-good-causes.two:hover .shape-icon {
    -webkit-transform: scale(0) !important;
}
.projects a:hover h3{
    color: var(--primary) !important;
}