
.ttm-team-bggrey .themetechmount-box-team.themetechmount-teambox-style1 {
    background-color: var(--ttm-greycolor);
    box-shadow: unset;
}

.themetechmount-box-team.themetechmount-teambox-style1 {
    position: relative;
    overflow: hidden;
    background-color: var(--ttm-whitecolor);
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease-in-out;
}
.themetechmount-box-team.themetechmount-teambox-style1:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 0 40px 0px rgb(0 0 0 / 10%);

}
.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-item-thumbnail {
    padding: 15px;
    border-radius: 20px;
}

.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-item-thumbnail img {
    border-radius: 20px;
}

.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;
}

.themetechmount-teambox-style1 .themetechmount-box-content {
    text-align: center;
    position: relative;
    padding: 5px 20px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: visible;
}

.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-team-position {
    text-align: left;
    padding-left: 20px;
}

.themetechmount-teambox-style1 .themetechmount-team-icon .themetechmount-box-social-links ul.tm-team-social-links {
    padding: 0;
    margin: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    text-align: center;
    position: absolute;
    right: 0px;
    left: 2px;
    bottom: 20px;
    top: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-innercontent-box .tm-member-social:hover .tm-team-social-links {
   -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    bottom: 80px;
    visibility: visible;
}

.themetechmount-teambox-style1 .themetechmount-team-icon {
    font-size: 22px;
    text-align: center;
    z-index: 2;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
    transition: color .3s, background .3s ease, -webkit-transform .2s;
    -o-transition: color .3s, background .3s ease, -o-transform .2s;
    -moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
    transition: transform .2s, color .3s, background .3s ease;
    transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}

.themetechmount-teambox-style1 .tm-member-social .tm-team-social-links-wrapper ul li a i {
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
}

.themetechmount-teambox-style1 .themetechmount-team-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
}

.themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    font-size: 14px;
    display: block;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--ttm-whitecolor);
}

.themetechmount-teambox-style1:hover .tm-member-social .tm-team-social-links-wrapper ul li {
    opacity: 1;
    width: 37px;
    height: 37px;
    top: auto;
}

.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-team-position .themetechmount-box-title h4 {
    margin-bottom: 0px;
}


/*team style 2*/
.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-content-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    background: var(--ttm-greycolor);
    padding: 20px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 0 -1px rgb(0 0 0);
    transition: 0.5s all;
}
.themetechmount-teambox-style2:hover .themetechmount-post-item .themetechmount-content-inner{
    box-shadow: unset;
}
.themetechmount-teambox-style2 .themetechmount-post-item  .ttm-post-featured-link-wrapper {
    width: 65px;
    height: 65px;
    max-width: none;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
}
.themetechmount-teambox-style2 .themetechmount-team-position .themetechmount-box-title h4 {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-teambox-style2  ul.tm-team-social-links {
    padding: 0;
    margin: 0;
    background: transparent;
}
.themetechmount-teambox-style2.themetechmount-box-team .tm-team-social-links-wrapper ul li {
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 5px;
}
.themetechmount-teambox-style2.themetechmount-box-team .tm-team-social-links-wrapper ul li:last-child {
    padding-right:0px;
}
.themetechmount-teambox-style2.themetechmount-box-team .tm-team-social-links-wrapper ul li a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: var(--ttm-button-shape);
    color: var(--ttm-whitecolor);
    font-size: 12px;
}
.themetechmount-teambox-style2 .themetechmount-post-item .tm-member-social .themetechmount-box-social-links {
    padding: 55px 30px 0px 13px;
    transform: rotateZ(-5deg);
    translate: 20px;
    transition: 0.8s all;
    opacity: 0;
}
.themetechmount-teambox-style2:hover .themetechmount-post-item .tm-member-social .themetechmount-box-social-links {
    translate: 0;
    opacity: 1;
}
.themetechmount-teambox-style2 .themetechmount-post-item .tm-member-social {
    position: relative;
    margin-top: -50px;
    padding-bottom: 17px;
}
.themetechmount-teambox-style2 .themetechmount-post-item .tm-member-social:before {
    position: absolute;
    content: "";
    display: block;
    width: 97%;
    height: 100%;
    background: var(--ttm-secondarycolor);
    top: -5px;
    bottom: 0;
    left: 5px;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    rotate: 0;
    transform: translateY(-40px);
    opacity: 0;
    transition: 0.5s all;
}
.themetechmount-teambox-style2:hover .themetechmount-post-item .tm-member-social:before {
    transform: translateY(0px);
    opacity: 1;
    rotate: 25 -2 -4 44deg;
}


.tm-team-grp1 .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-content-inner {
    background: #c4c6ff;
}
.tm-team-grp2 .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-content-inner {
    background: #ffebdf;
}
.tm-team-grp3 .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-content-inner {
    background: #ffdfff;
}
.tm-team-grp4 .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-content-inner {
    background: #fff7e7;
}

@media (max-width:992px){
    .themetechmount-teambox-style2 .themetechmount-post-item .tm-member-social {
        margin-top: 0;
    }
    .themetechmount-teambox-style2 .themetechmount-post-item .tm-member-social .themetechmount-box-social-links {
        transform: rotateZ(0deg);
        translate: 0;
        opacity: 1;
        padding: 20px 15px 0;
    }
    .themetechmount-teambox-style2:hover .themetechmount-post-item .tm-member-social:before,
    .themetechmount-teambox-style2 .themetechmount-post-item .tm-member-social:before {
        transform: translateY(0px);
        opacity: 1;
        rotate: unset;
        left: 0;
        width: 100%;
    }
}
/*team style 2*/