/*Team style 2*/

.themetechmount-box-team.themetechmount-teambox-style2 {
    position: relative;
    text-align: center;
}

.themetechmount-teambox-style2 .themetechmount-box-content {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    padding: 20px 30px;
    background-color: transparent;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
    background-color: var(--ttm-whitecolor);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.themetechmount-teambox-style2:hover .themetechmount-box-content {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.themetechmount-box-team.themetechmount-teambox-style2 .themetechmount-team-image-box img {
    border-radius: 10px;
}

.themetechmount-teambox-style2 .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}

.themetechmount-teambox-style2 .themetechmount-box-content .themetechmount-team-position {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0 0 0 / 0.7);
}

/*Team style 4*/
.themetechmount-teambox-style4 .tm-team-social-links-wrapper ul {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background: transparent !important;
    z-index: 2;
    text-align: center;
}
.themetechmount-teambox-style4 .tm-team-social-links-wrapper ul li {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.themetechmount-teambox-style4 .tm-team-social-links-wrapper ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.themetechmount-teambox-style4:hover .tm-team-social-links-wrapper ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.themetechmount-teambox-style4 .tm-team-social-links-wrapper ul li a{
    color: #ffffff;
}
.themetechmount-teambox-style4 span.themetechmount-item-thumbnail-inner {
    overflow: hidden;
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
}
.themetechmount-teambox-style4 span.themetechmount-item-thumbnail-inner:before {
    content: '';
    background: var(--ttm-skincolor);
	opacity: 0.80;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: translateY(-110%);
    -webkit-transition: translateY(-110%);
    -o-transition: translateY(-110%);
    -moz-transition: translateY(-110%);
    margin: auto;
}
.themetechmount-teambox-style4:hover span.themetechmount-item-thumbnail-inner:before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: translateY(0);
    -webkit-transition: translateY(0);
    -o-transition: translateY(0);
    -moz-transition: translateY(0);
}
.themetechmount-teambox-style4 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.themetechmount-teambox-style4 .themetechmount-team-position .themetechmount-box-title h4 {
    margin-bottom: -5px;
    padding-top: 30px;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper {
    border-right: 1px solid rgba(8, 8, 41, 0.08);
    position: relative;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper:last-child{
    border-right: 0;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper:last-child:after {
    width: 0;
    }
.themetechmount-element-teambox-style4 .tm-box-col-wrapper:after {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 24px;
    background-color: var(--ttm-skincolor);
    content: "";
    animation: scroll1 15s forwards infinite;
}
@keyframes scroll1 {
  0% {
    top: 0%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
.themetechmount-team-designation {
    font-size: 15px;
    color: var(--body-blackfont-color);    
}
.tm-team-box-top .themetechmount-element-teambox-style4 .tm-box-col-wrapper {
    margin-bottom: 0 !important;
}
.tm-team-box-bottom .themetechmount-element-teambox-style4 .tm-box-col-wrapper {
   padding-top:20px ;

}


/*team style 5*/

article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style5 {
    position: relative;
    overflow: hidden;
    opacity: 1;
    box-shadow: 0 0 0 rgba(255,255,255,1);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
    transition: all .6s ease;
    border-radius: 10px;
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style5:hover {
    box-shadow: 10px 10px 16px rgb(4 4 4 / 20%);
    border-radius: 20px;
} 
.themetechmount-teambox-style5 .themetechmount-item-thumbnail-inner img {
    width: 100%;
}
.themetechmount-box-team.themetechmount-teambox-style5 .themetechmount-box-content .tm-team-details {
    text-align: center;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    padding: 10px 10px 8px 10px;
    background-color: var(--ttm-skincolor);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    transform: translateY(0%);
    position: absolute;
    width: 100%;
}
.themetechmount-box-team.themetechmount-teambox-style5:hover .themetechmount-box-content .tm-team-details {
    opacity: 1;
    transform: translateY(-100%);
}
.themetechmount-box-team.themetechmount-teambox-style5 .themetechmount-box-content .tm-team-details .themetechmount-box-title h4 {
    margin-bottom: 0;
    font-size: 21px;
}
.themetechmount-box-team.themetechmount-teambox-style5 .themetechmount-box-content .tm-team-details .themetechmount-box-title h4 a{
    color: var(--ttm-whitecolor);
}
.themetechmount-box-team.themetechmount-teambox-style5 .themetechmount-box-content .themetechmount-team-position {
    font-size: 14px;
    color: var(--ttm-whitecolor);
}
/*team style 5*/
/*style 7*/

article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style7 {
    position: relative;
    overflow: hidden;
}
.themetechmount-teambox-style7 .themetechmount-content-inner img {
    border-radius: 10px;
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-content .tm-team-details {
    text-align: center;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    padding: 15px 10px 10px 10px;
    background-color: var(--ttm-skincolor);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    transform: translateY(0%);
    position: absolute;
    width: 100%;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover .themetechmount-box-content .tm-team-details {
    opacity: 1;
    transform: translateY(-100%);
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-content .tm-team-details .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-content .tm-team-details .themetechmount-box-title h4 a{
    color: var(--ttm-whitecolor);
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-content .themetechmount-team-position {
    font-size: 14px;
    color: var(--ttm-whitecolor);
}

.themetechmount-teambox-style7 .tm-member-social {
    position: absolute;
    right: 28px;
    top: 22px;
}
.themetechmount-teambox-style7 .tm-member-social:hover {
    height: 100%;
}
.themetechmount-teambox-style7 .tm-member-social .themetechmount-team-icon{
    position: absolute;
    background: var(--ttm-skincolor);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.themetechmount-teambox-style7 .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}

.themetechmount-box-team.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li {
    display: block;
    list-style: none;
}
.themetechmount-teambox-style7 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li a {
    background: var(--ttm-skincolor);
    font-size: 14px;
    display: block;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
    color: var(--ttm-whitecolor);
}

.themetechmount-teambox-style7 .themetechmount-team-icon,.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li a {
    -webkit-box-shadow: 10px 7px 30px 0 rgba(0,42,106,.1);
    -moz-box-shadow: 10px 7px 30px 0 rgba(0,42,106,.1);
    box-shadow: 10px 7px 30px 0 rgba(0,42,106,.1)
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li {
    opacity: 1;
    width: 37px;
    height: 37px;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(6) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.themetechmount-teambox-style7 .tm-team-social-links-wrapper ul li:nth-child(7) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(1) {
    top: 45px
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(2) {
    top: 90px
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(3) {
    top: 135px
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(4) {
    top: 180px
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(5) {
    top: 225px
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(6) {
    top: 270px
}

.themetechmount-teambox-style7 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(7) {
    top: 315px
}

/*---teambox style6---*/
.themetechmount-teambox-style6 .themetechmount-team-position {
    width: 55px;
    padding: 0;
}
.themetechmount-teambox-style6 .themetechmount-team-position .team-pos {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 0;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: rgba(0 , 0 , 0 , 0.21);
}
.themetechmount-teambox-style6 .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
}
.themetechmount-teambox-style6 .themetechmount-box-title {
    padding-top: 10px;
}
.themetechmount-teambox-style6 .tm-team-social-links-wrapper ul li {
    display: inline-block;
    margin-right: 10px;
}
.themetechmount-teambox-style6 .themetechmount-item-thumbnail-inner {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.themetechmount-teambox-style6 .themetechmount-item-thumbnail-inner:before {
    content: '';
    background-color: var(--ttm-skincolor);
	opacity:0.85;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 0.4s;
    transform: scale(0);
    -webkit-transition: scale(0);
    -o-transition: scale(0);
    -moz-transition: scale(0);
    margin: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.themetechmount-teambox-style6:hover .themetechmount-item-thumbnail-inner:before {
    transition: 0.4s;
    transform: scale(1);
    -webkit-transition: scale(1);
    -o-transition: scale(1);
    -moz-transition: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.85;
}
.themetechmount-teambox-style6 .themetechmount-team-image-box,
.themetechmount-teambox-style6 .themetechmount-post-item {
    position: relative;
    border-radius: 0;
}
.themetechmount-teambox-style6 .tm-team-social-links-wrapper {
    position: absolute;
    bottom: 0%;
    margin: auto;
    left: 20px;
    right: 20px;
    padding: 2px;
    text-align: center;
    border-radius: 0;
    transition: .5s ease;
    z-index: 2;
}
.themetechmount-teambox-style6:hover .tm-team-social-links-wrapper {
    bottom: 38%;
}
.themetechmount-teambox-style6 .tm-team-social-links-wrapper ul.tm-team-social-links {
    background-color: transparent;
    padding: 0;
    display: none;
}
.themetechmount-teambox-style6:hover .tm-team-social-links-wrapper ul.tm-team-social-links {
    display: block;
}
.themetechmount-teambox-style6 .tm-team-social-links-wrapper .tm-team-social-links a {
    color: #fff;
}
.themetechmount-element-teambox-style6 .tm-box-col-wrapper:nth-child(2n+1) .themetechmount-teambox-style6 {
    margin-top: 40px;
}
@media (max-width:991px) {
	.themetechmount-element-teambox-style6 .tm-box-col-wrapper:nth-child(2n+1) .themetechmount-teambox-style6 {
		margin-top: 0;
	}
	.themetechmount-teambox-style6 .themetechmount-team-position {
		padding: 0;
	}
	.themetechmount-teambox-style6 .themetechmount-team-position .team-pos {
		left: 0;
	}
	.themetechmount-teambox-style15 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
		width: 100%;
		height: 390px;
	}
}
@media (max-width: 768px) {
.themetechmount-teambox-style6 .themetechmount-team-position .team-pos {
    display: none;
}
} 
@media only screen and (min-width:1200px) and (max-width:1340px) {
.themetechmount-teambox-style6 .themetechmount-team-position .team-pos {
    left: -15px;
}
}    
@media only screen and (min-width:992px) and (max-width:1200px) {
.themetechmount-teambox-style6 .themetechmount-team-position .team-pos {
    display: none;
}
}    
/*---teambox style8---*/
.themetechmount-box-team.themetechmount-teambox-style8 {
    position: relative;
    text-align: center;
}

.themetechmount-teambox-style8 .themetechmount-box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
    ition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}

.themetechmount-teambox-style8:hover .themetechmount-box-content {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.themetechmount-box-team.themetechmount-teambox-style8 .themetechmount-team-image-box img {
    border-radius: 10px;
    width: 100%;
}

.themetechmount-teambox-style8 .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 5px;
}
.themetechmount-teambox-style8 .themetechmount-post-item {
    overflow: hidden;
}
.themetechmount-teambox-style8 .themetechmount-box-content .themetechmount-team-position {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.themetechmount-teambox-style8 .themetechmount-team-image-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.themetechmount-teambox-style8 .themetechmount-team-image-box:before {
    content: '';
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: scale(0);
    -webkit-transition: scale(0);
    -o-transition: scale(0);
    -moz-transition: scale(0);
    margin: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    border-radius: 8px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,var(--ttm-secondarycolor) 100%);
}
.themetechmount-teambox-style8:hover .themetechmount-team-image-box:before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: scale(1);
    -webkit-transition: scale(1);
    -o-transition: scale(1);
    -moz-transition: scale(1);
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);
    opacity: 1;
}
.themetechmount-teambox-style8 .themetechmount-box-content .themetechmount-box-title h4 a {
    color: #fff;
}
/*---teambox style10---*/
.themetechmount-teambox-style10 .themetechmount-box-content h4 a {
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style10 .themetechmount-post-item {
    content: '';
    position: relative;
    background-color: var(--ttm-greycolor);
    overflow: hidden;
    border-radius: 400px;
    padding: 85px 0 0;
    transition: .7s;
}
.themetechmount-teambox-style10 .themetechmount-box-content {
    text-align: center;
    padding-bottom: 60px;
}
.themetechmount-teambox-style10 .themetechmount-team-position {
    font-size: 15px;
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style10 .themetechmount-box-content h4 {
    margin-bottom: 2px;
}
.themetechmount-element-teambox-style10 .tm-box-col-wrapper:nth-child(even) .themetechmount-teambox-style10 {
    margin-top: 180px;
}
.themetechmount-teambox-style10:hover .themetechmount-post-item {
    background-color: var(--ttm-skincolor);
} 
@media (max-width:991px) {
.themetechmount-teambox-style10 .themetechmount-item-thumbnail-inner img {
    text-align: center;
    margin: 0 auto;
}
.themetechmount-element-teambox-style10 .tm-box-col-wrapper:nth-child(even) .themetechmount-teambox-style10 {
    margin-top: 0;
}
}

/********************teambox style 9 css ********************/
.themetechmount-boxes-team.themetechmount-element-teambox-style9 {
    background-color: #faf9fa;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style9 .themetechmount-boxes-inner .tm-box-col-wrapper {
    margin-bottom: 0 !important;
}
.themetechmount-teambox-style9 {
    padding: 15px 40px 13px 40px;
    border-bottom: 1px solid #e8e8e8;
    transition: all .5s ease;
}
.themetechmount-teambox-style9 .themetechmount-post-item .themetechmount-content-inner .themetechmount-team-image-box {
    max-width: 15%;
}
.themetechmount-teambox-style9 .themetechmount-post-item .themetechmount-content-inner {
    display: flex;
    justify-content: space-between;
}
.themetechmount-teambox-style9 .themetechmount-post-item .themetechmount-content-inner .themetechmount-team-image-box img {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    width: 100px;
    height: 100px;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style9 .tm-box-col-wrapper:last-child .themetechmount-teambox-style9 {
    border-bottom: unset;
}
.themetechmount-teambox-style9 .themetechmount-post-item .themetechmount-content-inner .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}
.themetechmount-teambox-style9 .themetechmount-box-content {
    padding-top: 20px;
}
.themetechmount-teambox-style9:hover {
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    transition: all .5s ease;
}
.themetechmount-teambox-style9:hover .themetechmount-post-item .themetechmount-content-inner .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style9:hover .themetechmount-post-item .themetechmount-content-inner .themetechmount-team-position {
    color: var(--ttm-whitecolor);
}
/***********teambox-style11 css****************/
.themetechmount-box-team.themetechmount-teambox-style11 .themetechmount-post-item .themetechmount-box-overlay .themetechmount-box-title h4 {
    font-size: 0;
}
.themetechmount-box-team.themetechmount-teambox-style11 .themetechmount-post-item .themetechmount-box-overlay .themetechmount-team-position {
    font-size: 0;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style11 .themetechmount-boxes-inner .tm-box-col-wrapper.group2 {
    margin-bottom: 0;
}
.themetechmount-box-team.themetechmount-teambox-style11 {
    position: relative;
}
.themetechmount-box-team.themetechmount-teambox-style11 .themetechmount-item-thumbnail {
    position: relative;
}
.themetechmount-box-team.themetechmount-teambox-style11 .themetechmount-box-overlay .themetechmount-box-content {
    display: none;
}
.prt-cursor.-visible.-tooltip.blackish-color .prt-cursor-text {
    background-color: #fff;
   background-color: var(--ttm-whitecolor);
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
}
.prt-cursor.-visible.-tooltip.blackish-color .prt-cursor-text .team-box-content-title h4{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0; 
    text-transform: capitalize;
}
.prt-cursor.-visible.-tooltip.blackish-color .prt-cursor-text .themetechmount-team-position{
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
}
.prt-cursor {
    width: 100%;
}
/* style 13 */
.themetechmount-box-team.themetechmount-teambox-style13 ul.tm-team-social-links {
	background-color: unset;
	padding-left: 0;
}
.themetechmount-box-team.themetechmount-teambox-style13 .tm-team-social-links-wrapper ul li {
    display: inline-block;
}
.themetechmount-teambox-style13 .themetechmount-content-inner {
    display: inline-block;
    vertical-align: top;
	width: 50%;
}
.themetechmount-teambox-style13 .themetechmount-box-content {
    display: inline-block;
	width: 50%;
}
.themetechmount-teambox-style13 .themetechmount-post-item {
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 40px 45px;
	background-color: #fff;
	display: flex;
}
.themetechmount-teambox-style13 .themetechmount-team-position {
    color: var(--ttm-skincolor);
    font-weight: 500;
}
.themetechmount-teambox-style13 span.themetechmount-item-thumbnail-inner img {
    border-radius: 10px;
}
.themetechmount-box-team.themetechmount-teambox-style13 .tm-team-social-links-wrapper ul li a {
    height: 33px;
    width: 33px;
    line-height: 33px;
    background-color: var(--ttm-greycolor);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.themetechmount-box-team.themetechmount-teambox-style13 .tm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-skincolor);
}
.themetechmount-teambox-style13 .themetechmount-box-title h4 {
    margin-bottom: 4px;
}
.themetechmount-teambox-style13 .tm-member-social {
    position: absolute;
    bottom: 33px;
}
.themetechmount-box-team.themetechmount-teambox-style13 .tm-team-social-links-wrapper ul li a i {
    font-size: 14px;
}
.themetechmount-box-team.themetechmount-teambox-style13 .tm-team-social-links-wrapper ul li a:hover i {
    color: #fff;
}
.themetechmount-teambox-style13 .themetechmount-team-email {
    color: var(--ttm-secondarycolor);
}
.themetechmount-teambox-style13 .ttm-post-featured-link-wrapper {
    height: 219px;
    width: 270px;
    background-position: top;
    background-size: cover;
    border-radius: 10px;
	transition: .4s ease-in-out;
}
.themetechmount-teambox-style13 .themetechmount-team-image-box {
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-teambox-style13:hover .ttm-post-featured-link-wrapper {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width:1200px) {
	.themetechmount-teambox-style13 .tm-member-social {
		position: relative;
		bottom: 0;
	}
	.themetechmount-teambox-style13 .themetechmount-box-content {
		width: 100%;
	}	
}
/*---teambox style 12---*/
.themetechmount-teambox-style12 .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-teambox-style12 .themetechmount-team-image-box img {
    border-radius: 10px;
    width: 100%;
    transition: 0.5s;
}
.themetechmount-box-team.themetechmount-teambox-style12 {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-teambox-style12 .themetechmount-box-content .themetechmount-box-content-overlay {
    padding: 0px 40px;
    color: #fff;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity:0;
    top: 50%;
    transform: translate(0,-45%);
    text-align: center;
}
.themetechmount-teambox-style12:hover .themetechmount-box-content .themetechmount-box-content-overlay {
    opacity: 1;
    z-index:11;
}
.themetechmount-teambox-style12:hover .themetechmount-box-content:before {
    opacity: 1;
    transform: scale(1);
}
.themetechmount-teambox-style12 .themetechmount-box-content:before{
    background-color: rgb(0 0 0 / 50%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    position:absolute;
    content:"";
    opacity:0;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    
}
.themetechmount-teambox-style12 .themetechmount-box-content .themetechmount-box-title a,
.themetechmount-teambox-style12 .themetechmount-box-content .themetechmount-box-social-links .tm-team-social-links li a{
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style12 .themetechmount-box-content .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-teambox-style12 .themetechmount-box-content .themetechmount-box-social-links .tm-team-social-links li {
    display: inline-block;
    padding: 0 4px;
    font-size: 15px;
}
.themetechmount-teambox-style12 .themetechmount-box-content .themetechmount-box-social-links .tm-team-social-links {
    background-color: transparent;
    padding: 0;
}
.themetechmount-teambox-style12 .tm-team-social-links-wrapper {
    border-top: 1px solid #ffffff45;
    padding-top: 0;
    margin-top: 15px;
}
/*---teambox style 12---*/

/*---teambox style14---*/
.themetechmount-teambox-style14 .themetechmount-item-thumbnail-inner img {
    border-radius: 15px;
}
.themetechmount-teambox-style14 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-teambox-style14 .themetechmount-box-content {
    text-align: center;
    padding-top: 22px;
}
.themetechmount-teambox-style14 .themetechmount-post-item {
    text-align: center;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 30%;
    padding: 0;
    margin: auto 0;
    background-color: transparent;
    z-index: 2;
    text-align: center;
}
.themetechmount-teambox-style14:hover .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li:last-child {
    margin-right: 0;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li a {
    height: 33px;
    width: 33px;
    line-height: 33px;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    background-color: var(--ttm-skincolor);
    transition: 0.5s;
}
.themetechmount-teambox-style14 .tm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-secondarycolor);
}
@media (max-width:768px) {
.themetechmount-teambox-style14 .themetechmount-team-image-box {
    text-align: center;
}
}
/*---teambox style14---*/
/** team 16 **/
.themetechmount-teambox-style16 .themetechmount-post-item {
    background-color: var(--ttm-secondarycolor);
    padding: 38px 45px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}
.themetechmount-teambox-style16 .themetechmount-post-item:hover {
    border-color: rgba(255,255,255,0.19);
    transition: all 0.5s ease;
}
.themetechmount-teambox-style16 .themetechmount-post-item:before {
    content: '';
    background: #202020;
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    border-radius: 15px;
    transition: all 0.5s ease;
    z-index: -1;
}
.themetechmount-teambox-style16 .themetechmount-post-item:hover:before {
    height: 100%;
    transition: all 0.5s ease;
    bottom: auto;
    top: 0;
}
.themetechmount-teambox-style16 .themetechmount-post-item h4 {
    font-size: 20px;
    margin: 0;
}
.themetechmount-teambox-style16 .tm-team-details {
    border-bottom: 1px solid rgba(255,255,255,0.19);
    padding-bottom: 18px;
}
.themetechmount-teambox-style16.themetechmount-box-team ul.tm-team-social-links {
    background: transparent;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.themetechmount-teambox-style16.themetechmount-box-team ul.tm-team-social-links li {
    float: left;
    margin-right: 10px;
}
.themetechmount-teambox-style16.themetechmount-box-team ul.tm-team-social-links li a {
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style16.themetechmount-box-team ul.tm-team-social-links li a:hover {
    color: var(--ttm-skincolor);
}
.themetechmount-teambox-style16 .tm-team-details {
    border-bottom: 1px solid rgba(255,255,255,0.19);
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.themetechmount-teambox-style16 .themetechmount-content-inner .themetechmount-item-thumbnail {
    border-radius: 20px;
    width: 90px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 13px;
}
.themetechmount-teambox-style16 .themetechmount-box-content {
    overflow: hidden;
}
/**  style 15 **/
.themetechmount-teambox-style15 .themetechmount-team-position {
    font-size: 15px;
}
.themetechmount-teambox-style15 span.themetechmount-item-thumbnail-inner img {
    border-radius: 132px;
}
.themetechmount-teambox-style15 .themetechmount-post-item {
    text-align: center;
}
.themetechmount-teambox-style15 .themetechmount-box-content {
    padding-top: 20px;
}
.themetechmount-teambox-style15 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.tm-align-center .themetechmount-element-teambox-style15 .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 60%;
}
.themetechmount-teambox-style15 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    width: 265px;
    height: 499px;
    background-position: center;
    background-size: cover;
    border-radius: 132px;
    transition: .4s ease-in-out;
    background-repeat: no-repeat;
	margin: 0 auto;
}
.themetechmount-teambox-style15:hover .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    border-radius: 70px;
}

@media (max-width:1200px) {
    .themetechmount-teambox-style13 .tm-member-social {
        position: relative;
        bottom: 0;
    }
    .themetechmount-teambox-style13 .themetechmount-box-content {
        width: 100%;
    }   
}
/********************teambox style 17 css ********************/

.themetechmount-teambox-style17 {
    padding: 40px 50px 40px;
    border: 1px solid #e8e8e8;
    transition: all .5s ease;
    position: relative;
    background: var(--ttm-whitecolor);
    border-radius: 20px;
}
.themetechmount-teambox-style17:hover{
    border-color: #fff;
    background: var(--ttm-whitecolor);
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.1);
    
}
.themetechmount-teambox-style17 .themetechmount-post-item .themetechmount-box-content {
    display: flex;
}
.themetechmount-teambox-style17 .themetechmount-post-item .themetechmount-content-inner .themetechmount-team-image-box img {
    border-radius: 100px;
}
.themetechmount-teambox-style17 .themetechmount-team-position {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    height: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 45px 15px 15px;
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style17 .themetechmount-team-image-box {
    width: 40%;
    text-align: center;
    padding: 0 15px;
}
.themetechmount-teambox-style17 .themetechmount-box-social-links .tm-team-social-links li {
    display: inline-block;
    padding: 0 6px;
    font-size: 16px;
}
.themetechmount-teambox-style17  .themetechmount-box-title {
    display: inline-block;
}
.themetechmount-teambox-style17  .themetechmount-box-social-links {
    display: inline-block;
    padding-left: 10px;
}
.themetechmount-teambox-style17 .tm-member-title-social {
    width: 50%;
    padding: 40px 20px;
}
.themetechmount-teambox-style17 .themetechmount-readmore {
    width: 10%;
    padding: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.themetechmount-teambox-style17 span.tm-button-border {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.4s ease-out;
    border: 1px solid #5d5d5d;
    overflow: hidden;
    display: block;
}
.themetechmount-teambox-style17 ul.tm-team-social-links {
    background-color: transparent !important;
    padding: 0;
}
.themetechmount-teambox-style17 .themetechmount-readmore a {
    position: relative;
    z-index: 11;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    background-color: transparent;
    color: var(--ttm-secondarycolor);
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.themetechmount-teambox-style17:hover .themetechmount-readmore a {
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style17 .themetechmount-box-title  h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    position: relative;
}
.themetechmount-teambox-style17 .themetechmount-box-title h4:after {
    position: absolute;
    content: "/";
    right: -20px;
    left: auto;
}


.themetechmount-teambox-style17 .themetechmount-readmore a:after,
.themetechmount-teambox-style17 .themetechmount-readmore a:before {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    transform-origin: left;
    transition: 0.4s ease-out;
    z-index: -1;
}
.themetechmount-teambox-style17 .themetechmount-readmore a:after {
    background-color: var(--ttm-secondarycolor);
}
.themetechmount-teambox-style17 .themetechmount-readmore a:before {
    transition-delay: 0.15s;
}
.themetechmount-teambox-style17:hover .themetechmount-readmore a:after,
.themetechmount-teambox-style17:hover .themetechmount-readmore a:before {
    top: -1px;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-out;
}
.themetechmount-teambox-style17:hover .themetechmount-readmore a:after {
    transition-delay: 0.15s;
}

@media (max-width: 1340px){
.themetechmount-teambox-style17 .themetechmount-post-item .themetechmount-box-content {
    display: block;
}
.themetechmount-teambox-style17 .tm-member-title-social {
    width: 100%;
    text-align: center;
    padding: 30px 20px 10px;
}
.themetechmount-teambox-style17 .themetechmount-team-image-box {
    width: 100%;
}
.themetechmount-teambox-style17 .themetechmount-readmore {
    width: 100%;
    display: block;
    text-align: center;
}
.themetechmount-teambox-style17 .themetechmount-team-position {
    writing-mode: unset;
    transform: unset;
    position: relative;
    padding: 15px;
   }
}
@media (max-width: 1024px){
    .tm-align-center .themetechmount-element-teambox-style15 .tm-element-heading-content-wrapper .tm-element-content-desctxt {
        width: 100%;
    }
.themetechmount-teambox-style17 .themetechmount-box-title  h4 {
    font-size: 24px;
    line-height: 36px;
}
}
@media (max-width: 767px){
.themetechmount-teambox-style17 {
    padding: 20px;
    }
}

/*************************teambox style 18 css**************************/
.themetechmount-box-team.themetechmount-teambox-style18 {
    border: 1px solid  var(--ttm-secondarycolor);
    padding: 35px 25px 0px 35px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}
.themetechmount-box-team.themetechmount-teambox-style18 .tm-team-details .themetechmount-team-position {
    font-size: 14px;
    line-height: 20px;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-team-image-box .themetechmount-item-thumbnail-inner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.themetechmount-box-team.themetechmount-teambox-style18:hover .themetechmount-team-image-box .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0);
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-box-content .tm-text-capital {
    font-size: 260px;
    line-height: 98px;
    font-family: var(--special-element-fontfamily);
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 2px  var(--ttm-bordercolor);
    margin-bottom: 32px;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 40px;
    right: -25px;
    left: auto;
    top: auto;
    z-index: 9;
}
.themetechmount-box-team.themetechmount-teambox-style18:before {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 0;
    transition: .5s;
    background-color: var(--ttm-skincolor);
    content: '';
    z-index: -1;
}
.themetechmount-box-team.themetechmount-teambox-style18:hover:before {
    bottom: 0;
    height: 100%;
}
.themetechmount-box-team.themetechmount-teambox-style18:before{
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 0;
    transition: .5s;
    background-color: var(--ttm-skincolor);
    content: '';
    z-index: -1;
}
.themetechmount-box-team.themetechmount-teambox-style18:hover .themetechmount-post-item .themetechmount-box-content .themetechmount-team-position {
    color:  var(--ttm-secondarycolor);
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 a:hover {
    color:  var(--ttm-secondarycolor);
}
.themetechmount-box-team.themetechmount-teambox-style18:hover .themetechmount-post-item .themetechmount-box-content .tm-text-capital {
    color: var(--ttm-skincolor);
    -webkit-text-stroke: 2px  var(--ttm-secondarycolor);
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-box-social-links ul {
    margin-top: 25px;
    margin-bottom: 35px;
    background-color: transparent;
    padding-left: 0;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-box-social-links ul li {
    display: inline-block;
    padding: 3px 15px 2px;
    border: 1px solid rgb(0 0 0 / 20%);
    margin: 0 5px 10px 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-box-social-links ul li i {
    display: none;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-box-social-links ul li span {
    font-size: 13px;
    display: block;
    font-weight: 500;
    color: var(--ttm-secondarycolor);
} 
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-box-social-links ul li:hover{
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-skincolor);
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-box-social-links ul li:hover a span {
    color: var(--ttm-whitecolor);
}

/* style 19 */
.themetechmount-element-teambox-style19 .tm-box-col-wrapper {
    border: 0px solid #fff;
    border-width: 1px 0;
}
.themetechmount-teambox-style19 .themetechmount-box-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 210px 0 40px 0;
	z-index: 11;
}
.themetechmount-teambox-style19 .themetechmount-box-title h4 a {
    color: #fff;
}
.themetechmount-teambox-style19 .themetechmount-team-position {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255 , 0.70);
}
.themetechmount-teambox-style19 .themetechmount-box-title h4 {
    margin-bottom: 0;
	font-size: 22px;
    line-height: 32px;
}
.themetechmount-teambox-style19 .themetechmount-team-image-box {
    position: relative;
}
.themetechmount-teambox-style19 .ttm-post-featured-link-wrapper:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(rgba(14, 43, 92,0) 30%,rgb(2 20 40 / 80%) 90%);
	opacity: 0;
	transition: all 1s ease;
}
.themetechmount-teambox-style19:hover .ttm-post-featured-link-wrapper:before { 
	opacity: 1;	
}
.themetechmount-teambox-style19:hover .ttm-post-featured-link-wrapper {
    opacity: 1;
}
.themetechmount-teambox-style19 .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 431px;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
	opacity: 0;
	position: relative;
	background-position: 0 -50px;
}
.themetechmount-teambox-style19 .themetechmount-post-item {
    position: relative;
}

@media (max-width: 1200px) {
	.themetechmount-teambox-style19 .ttm-post-featured-link-wrapper {
		background-position: 0 0px;
	}
}

@media (max-width: 991px) {
	.themetechmount-teambox-style19 .ttm-post-featured-link-wrapper {
		height: auto;
		padding-top: 300px;
		background-position: 0 0;
	}
}

@media (max-width:480px) {
	.themetechmount-teambox-style13 .themetechmount-post-item {
		padding: 20px 15px;
		display: block;
	}
	.themetechmount-teambox-style13 .ttm-post-featured-link-wrapper {
		width: 100%;
	}
}

@media (min-width:1201px) and (max-width:1339px) {
	.themetechmount-teambox-style13 .themetechmount-box-content {
		width: auto;
	}
	.themetechmount-teambox-style13 .themetechmount-team-image-box {
		padding-left: 10px;
	}
	.themetechmount-teambox-style13 .themetechmount-post-item {
		padding: 40px 40px;
	}
}

