a.video-vemo-icon.venobox.vbox-item {
    color: #806cff;
}

/*start-team-details*/

.team-details.style1 {
    border-radius: 8px;
    filter: drop-shadow(0 0 1px #717171);
    background: rgba(255,255,255);
}
.team-details.style1 .details-thumb img {
    width: 100%;
}
.team-details.style1 .team-details-content {
    padding: 20px 0 38px 25px;
}
.team-details.style1 .bio-text h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 500;
    margin: 0px 0 0;
}

.team-details.style1 .bio-text h6 {
    font-size: 15px;
    color: #232323;
    font-weight: 500;
    margin: 20px 0 0;
}

.team-details.style1 .bio-text h6 span {
    font-size: 15px;
    font-weight: 400;
}

.team-details.style1 .social-icon {
    display: flex;
    margin: 30px 0 0px;
    gap: 10px;
    align-items: center;
}
.team-details.style1 .social-icon h6 {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    margin: 0 0 0;
}
.team-details.style1 .social-icon h6 span {
    font-size: 15px;
    font-weight: 400;
}
.team-details.style1 .social-icon ul li {
    list-style: n0;
    display: inline-block;
}
.team-details.style1 .social-icon ul li a {
    color: #555555;
    padding: 0 5px 0;
    transition: .5s;
}
.team-details.style1 .social-icon ul li a:hover {
    color:  #806cff;
}
/*end-team-details*/

.team-dt {
    border-radius: 8px;
    filter: drop-shadow(0 0 3px #717171);
    background-color: #fff;
    padding: 25px 20px 25px;
    margin: 20px 0 20px;
}
.team-dt .heading.style1 h4 {
    font-size: 23px;
    color: #232323;
    font-weight: 500;
    margin: 0;
}
.bor-both .section-title.style10 {
    border-top: 1px solid rgba(85, 85, 85, 0.149);
    border-bottom: 1px solid rgba(85, 85, 85, 0.149);
    padding: 10px 0px 25px;
}
/*start-section-title.style10*/

.section-title.style10 .title {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    margin: 30px 0 30px;
    line-height: 0;
}
.section-title.style10 .description {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    margin: 0;
}

/*.event-box.style1*/

.event-box.style1 {
    border-radius: 6px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85,85,85,0.17);
    padding: 20px;
}
.event-box.style1 .event-thumb {
    line-height: 0;
}
.event-box.style1 .content {
    background: #fff;
    padding: 30px 18px 40px;
    border-radius: 0 0 5px 5px;
}
.event-box.style1 .event-top {
    display: flex;
    justify-content: space-between;
}
.event-box.style1 .event-left {
    display: flex;
    align-items: center;
    gap: 5px;
}
.event-box.style1 .event-left h6 {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    margin: 0;
}
.event-box.style1 .event-right {
    position: relative;
    right: -2px;
    top: -46px;
}
.event-box.style1 .event-right h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    border-radius: 4px;
    background-color: #806cff;
    padding: 8px 12px;
}
.event-box.style1 .content h3 {
    font-size: 22px;
    line-height: 32px;
    color: #232323;
    font-weight: 600;
    border-bottom: 1px solid rgba(76, 76, 76, 0.102);
    padding: 0 0 25px;
}
.event-box.style1 .event-btn a {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85,85,85,0.17);
    padding: 8px 18px;
    display: inline-block;
    margin: 29px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.event-box.style1:hover .event-btn a {
   color: #fff
}
.event-box.style1 .event-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #806cff;
    transform: scale(0);
    transition: .5s;
}
.event-box.style1:hover .event-btn a:before {
    transform: scale(1);
}