
/**/

.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-teambox-style1 .themetechmount-post-item{
    padding: 30px 30px 10px;
    border-radius: 30px;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;
}
.themetechmount-teambox-style1 .themetechmount-team-details {
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.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 span.themetechmount-item-thumbnail-inner {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}
.themetechmount-teambox-style1 span.themetechmount-item-thumbnail-inner img{
    transition: 0.5s all;
}
.themetechmount-teambox-style1:hover span.themetechmount-item-thumbnail-inner img{
    transform: scale(1.1);
}
.themetechmount-teambox-style1:hover span.themetechmount-item-thumbnail-inner {
    border-radius: 20px;
}
.tm-team-style-1 .themetechmount-element-teambox-style1 .tm-box-col-wrapper:nth-child(even) {
    padding-top:80px;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box .themetechmount-box-social-links ul {
    padding: 0;
    background-color: transparent;
    text-align: center;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box .themetechmount-box-social-links ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box .themetechmount-box-social-links ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    font-size: 14px;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box .themetechmount-box-social-links {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transition: 0.5s all;
    transform: translateY(15px);
    opacity: 0;
}
.themetechmount-teambox-style1:hover .themetechmount-team-image-box .themetechmount-box-social-links {
    transform: translateY(0px);
    opacity: 1;
}
.themetechmount-box-team.themetechmount-teambox-style1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--ttm-greycolor);
    border-radius: 11px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 0;
}
.themetechmount-box-team.themetechmount-teambox-style1:hover:before{
    border: none;
    height: 100%;
    background: rgba(214, 183, 109, 0.2);
    background: var(--ttm-greycolor);
}
@media (max-width: 991px){
    .tm-team-style-1 .themetechmount-element-teambox-style1 .tm-box-col-wrapper:nth-child(even) {
        padding-top: 0px;
    }
}
/**/