.welcome-one {
    padding-top: 50px !important;
    margin-top: 0px !important;
}

.campaign-details__progress .bar .bar-main {
    position: relative;
    width: 100%;
    height: 15px;
    background: #eae5e3;
    border-radius: 5px;
    margin-bottom: 12px;
}

.campaign-details__progress .bar .bar-main {
    position: relative;
    display: block;
    width: 0px;
    height: 15px;
    border-radius: 5px;
    background:darkgreen;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}