.speaker-box img {
    width: 200px; /* Adjust the size as needed */
    height: 200px; /* Adjust the size as needed */
    border-radius: 50%; /* Make the image circular */
    object-fit: cover; /* Preserve aspect ratio of the image */
}
.speaker-box .speaker-name {

}

.speaker-box .speaker-tagline a {
    color: white;
}

.keynote-speaker-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.keynote-speaker-box img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}

#program .container {
    position: relative;
}

#progam h3.program-group {
}

#program .date-picker {
}


ul.program {
    list-style: none;
}

ul.program li {
    position: relative;
    list-style: none;
    margin: 10px auto;
    padding: 30px 15px 10px 15px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    text-align: left;
}

.date-picker .active {
    background-color: var(--primary-color);
}

ul.program .item-time {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

ul.program .item-time span {
    padding: 5px 10px 0 30px;
    margin-right: 5px;
    background: 5px center url('../tpw/images/schemes/minimal-1/icon-time.png') no-repeat;
    background-color: var(--secondary-color);
    color: var(--success-color);
    border-radius: 5px 0 5px 0;
}

ul.program .item-people {
}
ul.program .item-people img {
    border-radius: 50%;
}

#sponsors {

}

.sponsor-box {
    
}
.sponsor-box img {
    width: 200px;
}


#registration .register .btn-register {
    text-align: center;
}

#registration .register .btn-register {
    width: 200px;
    margin: auto;
}


