/*team style 1 - 2*/
.themetechmount-box-team.themetechmount-teambox-style1, .themetechmount-box-team.themetechmount-teambox-style2 {
    position: relative;
    overflow: hidden;
    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);
}
.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-item-thumbnail img, .themetechmount-box-team.themetechmount-teambox-style2 .themetechmount-item-thumbnail img {
    border-radius: var(--ttm-border-shape-30px);
}
.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;
}
.themetechmount-teambox-style1 .themetechmount-box-content, .themetechmount-teambox-style2 .themetechmount-box-content {
    text-align: center;
    position: relative;
    padding: 20px 20px 20px;
    border-radius: var(--ttm-border-shape-15px);
    -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;
    background: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-bordercolor);
    margin: -50px 30px 0;
}
.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-team-position, .themetechmount-teambox-style2 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-team-position {
    text-align: left;
}
.themetechmount-teambox-style1 .themetechmount-innercontent-box, .themetechmount-teambox-style2 .themetechmount-innercontent-box {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.themetechmount-teambox-style1 .themetechmount-team-icon .themetechmount-box-social-links ul.tm-team-social-links, .themetechmount-teambox-style2 .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, .themetechmount-teambox-style2 .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, .themetechmount-teambox-style2 .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, .themetechmount-teambox-style2 .tm-member-social .tm-team-social-links-wrapper ul li a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-50px);
}
.themetechmount-teambox-style1 .tm-member-social .tm-team-social-links-wrapper ul li a:hover i, .themetechmount-teambox-style2 .tm-member-social .tm-team-social-links-wrapper ul li a:hover i {
    background-color: var(--ttm-skincolor);
}
.themetechmount-teambox-style1 .tm-member-social .tm-team-social-links-wrapper ul li a:hover, .themetechmount-teambox-style2 .tm-member-social .tm-team-social-links-wrapper ul li a:hover {
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style1 .themetechmount-team-icon i, .themetechmount-teambox-style2 .themetechmount-team-icon i {
    width: 50px;
    height: 50px;
    line-height: 58px;
    display: inline-block;
    background-color: var(--ttm-skincolor);
    border-radius: var(--ttm-border-shape-50px);
}
.themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li, .themetechmount-teambox-style2 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a, .themetechmount-teambox-style2 .tm-team-social-links-wrapper ul li a {
    font-size: 15px;
    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(--body-blackfont-color);
}

.themetechmount-teambox-style1:hover .tm-member-social .tm-team-social-links-wrapper ul li, .themetechmount-teambox-style2: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, .themetechmount-teambox-style2 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-team-position .themetechmount-box-title h4 {
    margin-bottom: 0px;
}
.themetechmount-element-teambox-style1 .slick-track, .themetechmount-element-teambox-style2 .slick-track {
    padding-top: 10px;
} 
.tm-team-style1 .themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-item-thumbnail img {
    border-radius: var(--ttm-border-shape-15px);
}
.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-box-readmore a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
	overflow: hidden;
}
.themetechmount-box-team.themetechmount-teambox-style1:hover .themetechmount-box-readmore a {
    transition: all 0.5s ease;
    transform: scale(1.1);
	color: var(--body-blackfont-color);
}
.themetechmount-teambox-style1 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:before, .themetechmount-teambox-style1 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:after {
    content: "\f126";
    font-family: 'themeicons_it_solutionwp';
    font-size: 25px;
    line-height: 50px;
    transform: rotate(45deg);
    display: block;
    transition: transform 0.3s ease-out;
}
.themetechmount-teambox-style1 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:hover:before {
    transform: translatex(150%) translatey(-150%) translatez(0);
	transition: transform 0.3s ease-out;
}
.themetechmount-teambox-style1 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:after {
    top: 0;
    transform: translatex(-150%) translatey(150%) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.themetechmount-teambox-style1 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:hover:after {
    transform: translatex(0) translatey(0) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
}
/*team style 1 - 2*/
/*team style 2*/
.themetechmount-teambox-style2 .themetechmount-box-content {
    border: 0 solid var(--ttm-bordercolor);
    margin: 0 30px 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
	z-index: 2;
}
.themetechmount-teambox-style2 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a {
    display: inline-block;
    vertical-align: top;
}
.themetechmount-teambox-style2 .themetechmount-box-readmore-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
}
.themetechmount-teambox-style2 .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
    border-radius: var(--ttm-border-shape-30px);
}
.themetechmount-box-team.themetechmount-teambox-style2 .themetechmount-item-thumbnail img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
}
.themetechmount-box-team.themetechmount-teambox-style2:hover .themetechmount-item-thumbnail img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.themetechmount-teambox-style2 .themetechmount-team-image-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .08);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.themetechmount-teambox-style2:hover .themetechmount-team-image-box:before {
    -webkit-animation: circle 2s;
    animation: circle 2s;
}
/*team style 2*/