.blue-background{
    background-color: #1c9cd9;
}

.darkblue-background{
    background-color: #293780;
}

.red-background{
    background-color: #ed312f;
}

.yff-padding60{
    padding-right: 60px;
}

.yff-padding20{
    padding: 20px;
}

.img-border-50{
    border-radius: 50%;
    border: 15px solid #e7a922;
}

.img-border-10{
    border-radius: 10%;
    border: 15px solid #e7a922;
}

.innovate-color{
    color: #e7a922;
}
.incubate-color{
    color: #1c9cd9;
}
.Inspire-color{
    color: red;
}

.flexslider-overlay {
    background-color: rgb(31 39 50 / 89%) !important;
}


@media (min-width: 992px) {
    .page_slider .intro_featured_word {
        font-size: 90px !important;
    }
    .img-back {
        background-image: url('/images/yff/funding.jpg');
        background-size: cover;
        background-position: center; 
    }
    
}



@media (max-width: 767px) {
    .page_slider .intro_featured_word {
        font-size: 50px  !important;
        margin-top: 6px;
    }

    .img-back {
        background-image: url('/images/yff/funding2.jpg');
        background-size: cover;  /* ensure image covers */
        background-position: center;  /* keep the image centered */
    }
}