/* seminar page new design */

.top_event_box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color:  #121A53;
}
.share-icons img {
    width: 20px;
    height: 20px;
}
.event_button {
    border-bottom: 1px solid #dbdae3;
    background-color: #fff;
}
.event_button {
    padding: 10px;
}
.event_srt_desc {
    padding: 30px 30px 20px;
    background-color: #faf9fd;
}
.event_srt_desc {
    height: 360px;
}
.event_title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.event_title h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: .5px;
}
i.fa.fa-clock {
    position: relative;
    top: 1px;
}