<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.attend{
    text-align: center;
    background-color: #f8edf2;
    padding: 40px 22px;
    border-radius: 2px 2px 2px 50px;
    min-height: 460px;
}
.attend .icon i{
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #ffffff;
    color: #ed1d7e;
    font-size: 30px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.attend:hover {
    background: linear-gradient(65.02deg, #C41C74 14.69%, #ED1D7E 41.06%, #F15A3F 84.66%);
}
.attend:hover h3{
    color: #ffffff;
    margin-top: 10px;
}
.attend:hover p{
    color: #ffffff;
}
.attend:hover i{
    background-color: #ffffff;
    color: #ed1d7e;
}
.twitter-icon{
    background-image: url(../img/logo/twitter-icon.png);
    background-repeat: no-repeat;
}
.attend h3{
    margin: 10px 0;
    font-size: 22px;
}
.color-pink{
    color: #ed1d7e;
}
.color-purpal{
    color: #6f42c1;
}
.them-img{
    height: 550px;
}
.footer-area-content a{
    color: #fff;
}
.footer-area-content a:hover{
    color: #ED1D7E;
}

@media (max-width: 768px) {
    .attend{
        min-height: 100%;
    }
    .features-slider.owl-theme .owl-dots .owl-dot span {
        margin: 0 2px !important;
      }
      .offset-1 {
        margin-left: 0 !important;
    }
    .main-banner-three {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .schedule-list-tab .tab_content .tabs_item .schedule-time {
        text-align: center;
    }
    .mb-cntr{
        text-align: center;
    }
}

</pre></body></html>