.team-sperkers-section-area {
    position: relative;
    z-index: 1;
}

.team-sperkers-section-area .our-team-boxarea {
    text-align: center;
    margin-bottom: 30px;
}

.team-sperkers-section-area .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 24px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements21 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements22 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    height: auto;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: -7px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #FFBA00;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
    color: var(--ztc-text-text-2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a img {
    height: 20px;
    width: 20px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul {
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
    right: 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li {
    display: inline-block;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
    color: var(--ztc-text-text-8);
    margin: 0 10px 0 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: #FFBA00;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    position: absolute;
    bottom: 10px;
    left: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    position: absolute;
    bottom: -20px;
    left: 52px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    position: absolute;
    bottom: 10px;
    right: -3px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    position: absolute;
    bottom: -20px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

#team-members {
    height: 100%;
}

.sp1 {
    padding: 100px 0 100px;
}
.advisory-container{
    max-width: 1420px;
}