:root 
{
    --oxpins-base : #43a7ba;
    --oxpins-black: #23344b;
    --oxpins-primary:#23344b;
    --oxpins-gray2: #ffffff;
    --oxpins-secondary: #43a7ba;
    --oxpins-gray3:#5f697700;
    --oxpins-extra: #43a7ba;
}
.main-header-four__inner {
    padding: 0 130px;
}
.main-slider-four__image__inner  img{
    border-bottom-left-radius: 100px;

    border-bottom-right-radius: 100px;
}
.main-slider-four__image__inner {
    mask : unset;
    border-radius: 500px;
}
.about-three .thm-btn, 
.contact-three .thm-btn {
    color: #ffffff;
}
.about-pillar__bg {
    mask: unset;
}
.about-three__border {
    border-style: unset;
     border-radius: 0;
}
.about-three__text-1
{
    text-align: justify
}
#logo-fade .main-slider-four__image__inner{
    position:relative;
    z-index:99;
}
#mother .about-three__img img {
    width: 350px;
    height: 350px;
     object-fit: cover; 
}
#mother.about-three {
    padding: 10px 200px 120px;
}
#mother .about-three__left .section-title {
	     text-align: center;
}

.contact-three {
    background-color: var(--oxpins-extra);
}
.causes-four__content {
    padding: 15px;
}
.causes-four__img img {
    width: 100%;
    height: 180px;
    object-fit:fill;
}
.footer-widget__about-logo img{
    width:150px;
    height:150px;
    object-fit:conatin;
}
.site-footer-two__bottom-text {
    color: #43a7ba;
}
.site-footer-two .footer-widget__non-profit-list li a, .site-footer-two .footer-widget__links-list li a ,
.footer-widget__contact-list li .icon i,
.site-footer-two .footer-widget__contact-text ,
.site-footer-two .footer-widget__about-text {
    color: rgb(255, 255, 255);
}


@media (max-width: 767px) {
   #mother.about-three {
    text-align: center;
    padding: 10px 20px 120px;
    }
    .main-header-four__inner {
    padding: 0 30px;
}
    .main-slider-four__content {
        padding-top: 170px;
        padding-bottom: 90px;
        padding-left: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
    #mother .about-three__right {
        margin: 50px 130px 0;
    }
}