.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
    height: 225px;
    width: 100%;
    
}
.Speaker_designation {
    color: white !important;
    margin-bottom: 0px !important;
    font-size: 14px;
}

.team-item:hover img {
    top: -30px;
}
.spd{
	color:orange !important:
}
.team-item .team-text {
    position: relative;
    height: 153px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 185px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}
.team-item{
    margin-bottom: 20px;

}
.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.bg-light {
    background-color: #00264a !important;
}

.Speaker_name {
    color: #ffa500;
    font-weight: 600;
}

.Speaker_designation {
    color: white !important;
}
