#welcome{     
    color: #0069fb;
    font-weight: bold;
    padding: 25px 2 25px;
    background-color: rgb(255, 255, 255);
    height: 25px;
}  

.index-header {
    background: #FFF;
    background-color: #FFF;
    background-image: radial-gradient(circle,#c058ff 0,#ff5858 26%,#FFF 27%);
    background-position: 100% 100%;
    background-size: 150%;
    -webkit-animation-name: bg-circle;
    animation-name: bg-circle;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    }
    .index-header {
    -webkit-text-fill-color: transparent;
    }
    @-webkit-keyframes bg-circle{0%{background-size:350%;background-position:left 100% bottom 0}50%{background-size:350%;background-position:left -10% bottom 0}to{background-size:350%;background-position:left 100% bottom 0}}
    @keyframes bg-circle{0%{background-size:350%;background-position:left 100% bottom 0}50%{background-size:350%;background-position:left -10% bottom 0}to{background-size:350%;background-position:left 100% bottom 0}}
    @-webkit-keyframes bg-anim{0%{background-position:0 0}50%{background-position:100%}to{background-position:0 0}}
    @keyframes bg-anim{0%{background-position:0 0}50%{background-position:100%}to{background-position:0 0}}
    .bc-blog-item .card-body, .bc-blog-item .card-footer {
    padding: 10px !important;
    }
    .bc-blog-item a.h5.stretched-link{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    
    .bc-blog-item .mt-3.mb-0.lh-170{
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    
    .bc-blog-single-two p>img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    }  