.mb-30 {
    margin-bottom: 30px;
}
.hr-team-thumb {
    overflow: hidden;
    position: relative;
}
.hr-team-thumb:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all .4s linear;
    z-index: 1;
}
.hr-team-item:hover .hr-team-thumb:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .4s linear;
}
.hr-team-thumb img {
    transition: all 1.3s ease;
}
.hr-team-item:hover .hr-team-thumb img {
    transform: scale(1.15) rotate(-2deg);
}
.hr-team-content-box {
    position: absolute;
    bottom: 30px;
    left: 23px;
    right: 30px;
    text-align: center;
    padding: 26px 10px;
    overflow: hidden;
    transition: allease .3s;
    z-index: 2;
    background-color: var(--white);
}
.hr-team-item:hover .hr-team-content-box {
    margin-bottom: 0;
    background-color: var(--color-3);
}
.hr-team-content {
    margin-bottom: -68px;
    transition: all .3s ease;
}
.hr-team-item:hover .hr-team-content {
    margin-bottom: 0;
}
.hr-team-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
    transition: .3s;
    font-family: var(--font-02);
}
.hr-team-item:hover .hr-team-content-box>span, .hr-team-item:hover .hr-team-title {
    color: var(--white);
}
.hr-team-content>span {
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    transition: allease .3s;
}
.hr-team-item:hover .hr-team-content>span {
    color: var(--white);
}
.hr-team-social {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
}
.hr-team-social>a {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    transition: .3s;
    font-size: 16px;
    color: var(--color-4);
    background-color: var(--white);
}
.hr-team-social>a:not(:last-child) {
    margin-right: 12px;
}
.hr-team-social>a:hover {
    color: var(--color-3);
}
.heading-event h3{
    color: var(--color-3);
    font-family: var(--font-01);
    font-size: 24px;
    font-weight: 600;
}
.hr-team-slider .swiper-pagination {
    display: flex;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -30px;
    justify-content: center;
    z-index: 11;
}
.hr-team-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0px;
    background: #fff;
    border: 2px solid var(--color-3);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    width: 25px;
    height: 8px;
    border-radius: 30px;
}
.swiper-pagination-bullet-active {
    background: var(--color-4)!important;
    border: 2px solid var(--color-4)!important;
    width: 40px!important;
}
@media (max-width:1024px){
    .hr-team-content-box{
        padding: 26px 20px;
    }
}