.program-one {
    background-color: #FCF9F4;
}
.kidearn-btn {
    background-color: #fe4b7b;
}
.topbar-one {

    background-color: #5d1b65;
}
.topbar-one__social {
    background-color: #5c1bdb00;
}
.topbar-one__social::before {
    background-color: #5c1bdb00;
}
.main-header__call__number {
    color:#0B2038;
}
.topbar-one__info__icon {
    color:#fe4b7b;
}
.topbar-one__social {
    background-color: #fe4b7b;
}
.topbar-one__social::before {
    background-color: #fe4b7b;
}

.main-footer__bg {
    background-color: #5d1b65;
}
.footer-widget__info li a, .footer-widget__links li a {
    color: #D9C7E0;
}
.main-menu__list li a.active,
.main-menu__list li.active > a {
    font-weight: bold;
    color: #F25334 !important; /* Theme color */
}

.tcul_green{
    background-color: #2390ff!important;
}
.tcul_red{
    background-color: #dc3545!important;
}
.main-footer__copyright {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color:#D9C7E0;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.tculh5{
    font-family: var(--kidearn-heading-font, "Fredoka", serif);
    color: #e0e4ea;
}
.funfact-two__item {
    padding: 36px 30px 48px 110px;
}
.main-header__nav {
    margin-left: 100px;
    margin-right: auto;
}
.tj {
    text-align: justify;
}
@media (max-width: 768px) {
    .main-header__nav {
        margin-left: auto;
    }
}

/* aug */
/* .fixed-event-card .col-md-5 {
    display: flex;
    align-items: center; 
} */

.fixed-event-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fixed-event-card .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}


.fixed-event-card .event-card-two__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fixed-event-card .event-card-two__title {
    max-height: 11.2em; /* ~2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
