.white{
    color: white !important;
}
.how-we-help .exist-post {
    position: relative;
    min-height: 110px;
    padding-top: 7px;
    margin-bottom: 60px;
    text-align: justify;

}
.lower-text{
    padding-bottom: 10px !important;
}
.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 370px !important;
    height: 340px !important;
    border-radius: 5px;
}
.cause-details .info-box .link-box {
    padding: 4px !important;
}
.widget-content .share-post .social-links li a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #f1f9f9;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget-content .social-links li a:hover {
    color: #ffffff;
    background: #f5a93f;
}
.widget-content .online li {
    float: right;
    padding: 5px 10px;
}
.sidebar .search-box .widget-inner {
    background: #faf9f2;
    text-align: center !important;
}

@media only screen and (max-width: 1023px){
    .header-style-two .nav-outer .mobile-nav-toggler {
        color: #2b2a29 !important;
    }
}