
/* teambox style 1 */
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    padding: 16px 28px 27px;
	background-color: var(--ttm-greycolor);
	transition: all 0.5s ease;
	margin: 20px 0;
}
nav.tm-sortable-list {
    text-align: center;
}
.themetechmount-element-teambox-style1 .tm-sortable-list .tm-sortable-link:hover a,
.themetechmount-element-teambox-style1 .tm-sortable-list .tm-sortable-link a.selected {
    background-color: var(--ttm-skincolor);
}
.themetechmount-element-teambox-style1 .tm-sortable-list .tm-sortable-link a {
	background-color: var(--ttm-greycolor);
	border-radius: 10px;
	font-weight: 500;
}
.themetechmount-element-teambox-style1 .tm-sortable-list ul {
    margin-top: 0;
}
.themetechmount-teambox-style1 span.themetechmount-item-thumbnail img {
    border-radius: 30px;
    width: 100%;
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 {
    font-weight: 400;
	margin-bottom: 0;
}
.themetechmount-teambox-style1 .themetechmount-post-item {
    text-align: center;
}
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
    margin: 0;
}
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1:hover .tm-member-social {
    bottom: -1px;
}
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 .tm-member-social {
    bottom: -54px;
}
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 ul.tm-team-social-links {
	margin: 0;
}
.themetechmount-teambox-style1:hover .featured-team-overlay { 	
    transition: all 0.3s ease;
}
.themetechmount-teambox-style1 .themetechmount-box-content {
    position: relative;
    overflow: hidden;
    padding: 18px 10px 0px;
    transform: scale(1.0);
    transition: all 0.5s ease;
}
.themetechmount-box-team.themetechmount-teambox-style1 ul.tm-team-social-links {
    background-color: #233053c9;
    padding: 5px 0;
    border-radius: 0 0 25px 25px;
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1:hover {
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}
.themetechmount-teambox-style1 .tm-member-social {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: -50px;
	transition: all 0.5s ease;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-box-team.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
	background-color: transparent;
}
.themetechmount-box-team.themetechmount-teambox-style1 ul.tm-team-social-links i {
    color: #fff;
}
.themetechmount-teambox-style1:hover .tm-member-social {
    bottom: -16px;
    opacity: 1;
}


/*style2*/

.themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px;
    padding: 0px;
}

.themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(odd) 
.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
    padding-left: 0px;
}

.themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(even) 
.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
   border-right: 0px;
   padding-right: 0px;
}

.themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(1) 
.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content, 
.themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(2) 
.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
    border-top: 0;
    padding-top: 0px;
}

.themetechmount-teambox-style2 {
    position: relative;
}

.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    border-right: 1px solid rgba(0 65 73 / 0.10);
    border-top: 1px solid rgba(0 65 73 / 0.10);
}

.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box {
    text-align: left;
}

.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    margin-bottom: 0;
}

.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-box-title h4 a {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor)), linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.themetechmount-teambox-style2:hover .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-box-title h4 a {
    background-size: 0 1px, 100% 1px;
     background-image: linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor)), linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor));

}

.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail {
    overflow: hidden;
    border-radius: 50%;
    min-width: 90px;
    height: 90px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.themetechmount-teambox-style2:hover .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.themetechmount-teambox-style2:hover .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail {
    border-radius: 10px;
}


@media(max-width:767px) {
        .themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
        margin-bottom: 0px;
        padding: 0px 15px;
    }

    .themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(odd) 
    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
        padding-left: 0px;
        border-right: 0px;
        padding-right: 0px;
        border-top: 0px;
    }

    .themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(even) 
    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
       border-right: 0px;
       padding-right: 0px;
       padding-left: 0px;
       border-top: 0px;
    }

    .themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(1) 
    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content, 
    .themetechmount-element-teambox-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(2) 
    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
        border-top: 0;
        padding-top: 20px;
        border-right: 0px;
        padding-right: 0px;
    }

}

@media(max-width:479px) {

    .themetechmount-teambox-style2 {
        text-align: center;
    }

    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box {
        text-align: center;
    }

    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content {
        display: block;
        padding: 30px 0px 0px 0px;
    }

    .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail {
        width: 90px;
        height: 90px;
        margin-left: 0px;
        margin: 30px auto 0px auto;
    }

}
/*team style 3*/


.themetechmount-teambox-style3 {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 35px 0 rgba(0 0 0 / 0.12);
    margin: 15px 0;
}
.themetechmount-teambox-style3 .tm-animation-hover-button {
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}
.themetechmount-teambox-style3 .tm-featured-wrapper {
    overflow: hidden;
    border-radius: 50%;
}
.themetechmount-teambox-style3 .tm-featured-wrapper img{
    border-radius: 50%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.themetechmount-teambox-style3:hover .tm-featured-wrapper img{
-moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-element-teambox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px;
}
.prt-cursor-text .themetechmount-team-position {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--body-fonts-color);
}
/* teambox style 4 */
.themetechmount-teambox-style4 .ttm-post-featured-link-wrapper {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
	margin: auto;
	transition: all 0.5s ease;
}
.themetechmount-teambox-style4 .themetechmount-post-item {
    text-align: center;
    box-shadow: 0px 3px 29px 0px rgba(24, 29, 78, 0.14);
    padding: 25px 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    background-color: #fff;
}
.themetechmount-teambox-style4 .themetechmount-box-content {
    padding-top: 20px;
}
.themetechmount-teambox-style4 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-teambox-style4 .themetechmount-team-position {
    font-size: 14px;
}
.themetechmount-teambox-style4:hover .themetechmount-box-title h4 a,
.themetechmount-teambox-style4:hover .themetechmount-team-position {
    color: #fff;
}
.themetechmount-teambox-style4:hover .themetechmount-post-item {
    background-color: var(--ttm-skincolor);
}
.themetechmount-teambox-style4:hover .ttm-post-featured-link-wrapper {
    border-radius: 40px;
}

/*---teambox style5---*/
.themetechmount-teambox-style5 .themetechmount-post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.themetechmount-teambox-style5 .themetechmount-item-thumbnail-inner {
    width: 132px;
    height: 132px;
    transition: all 0.5s ease;
    position: absolute;
    top: 10%;
    left: 44%;
    overflow: hidden;
    border-radius: 50%;
}
.themetechmount-teambox-style5:hover .themetechmount-item-thumbnail-inner {
    width: 224px;
    height: 224px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    top: -36px;
    left: 41%;
}
.themetechmount-teambox-style5 .themetechmount-item-thumbnail-inner img {
    width: auto;
    height: auto;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.themetechmount-box-team.themetechmount-teambox-style5 .tm-team-social-links-wrapper li a:hover {
    background-color: var(--ttm-skincolor);
    color: #fff;
}
.themetechmount-box-team.themetechmount-teambox-style5 {
    border: 1px solid;
    padding: 40px 60px 40px;
    border-radius: 15px;
}
.themetechmount-teambox-style5 .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 38px;
    position: relative;
}
.themetechmount-box-team.themetechmount-teambox-style5 .themetechmount-box-social-links ul {
    padding: 0;
    background-color: transparent;
}
.themetechmount-teambox-style5 .tm-team-social-links-wrapper ul.tm-team-social-links li {
    display: inline-block;
}
.themetechmount-teambox-style5 .tm-short-desc {
    width: 38%;
}
.tm-bgcolor-skincolor .themetechmount-box-team.themetechmount-teambox-style5:hover .themetechmount-box-title h4 a,
.tm-bgcolor-skincolor .themetechmount-box-team.themetechmount-teambox-style5 .themetechmount-box-title h4 a:hover {
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style5 .themetechmount-team-position {
    font-size: 18px;
    line-height: 28px;
}
.themetechmount-box-team.themetechmount-teambox-style5 .tm-team-social-links-wrapper li a {
    width: 29px;
    height: 29px;
    line-height: 29px;
    border: 1px solid var(--ttm-whitecolor);
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    text-align: center;
    color: var(--ttm-whitecolor);
    background-color: transparent;
}
.themetechmount-teambox-style5 .themetechmount-box-title h4:after {
    content: '/';
    position: relative;
    top: 5px;
    right: -28px;
    color: var(--ttm-whitecolor);
    transition: all 0.5s ease;
}
.themetechmount-teambox-style5 .tm-short-desc p {
    margin: 0;
}
.themetechmount-teambox-style5 .themetechmount-box-social-links {
    margin: -40px 0 0 -100px;
}
.themetechmount-teambox-style5:hover .themetechmount-box-title h4:after {
    color: var(--ttm-secondarycolor);
}
.themetechmount-box-team.themetechmount-teambox-style5:hover {
    background-color: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
    border-color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style5:hover .tm-team-social-links-wrapper li a {
    border-color: var(--body-blackfont-color);
    color: var(--body-blackfont-color);
}
@media (max-width: 992px) {
    .themetechmount-teambox-style5 .themetechmount-post-item {
        display: block;
    }
    .themetechmount-box-team.themetechmount-teambox-style5 {
        text-align: center;
        padding: 40px 30px 40px;
    }
    .themetechmount-teambox-style5 .themetechmount-box-social-links {
        margin: 0;
    }
    .themetechmount-teambox-style5 .themetechmount-item-thumbnail-inner {
        position: static;
        margin: 0 auto;
    }
    .themetechmount-teambox-style5 .tm-short-desc {
        width: 100%;
        padding-top: 20px;
    }
    .themetechmount-teambox-style5 .themetechmount-box-title h4:after {
        content: unset;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.themetechmount-teambox-style5 .themetechmount-box-title h4:after {
    content: unset;
}
.themetechmount-box-team.themetechmount-teambox-style5 {
    padding: 35px 35px 35px;
}
.themetechmount-teambox-style5 .tm-short-desc {
    padding-left: 0;
}
.themetechmount-teambox-style5 .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
}
}
@media only screen and (min-width:1200px) and (max-width:1340px) { 
.themetechmount-teambox-style5 .themetechmount-box-title h4:after {
    content:unset;
}
}

/*team style 6*/

.themetechmount-teambox-style6  .themetechmount-box-content {
    padding-top: 20px;
}
.themetechmount-teambox-style6 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style6 {
    position: relative;
    overflow: hidden;
}
.themetechmount-teambox-style6 .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-teambox-style6 span.themetechmount-item-thumbnail-inner img {
    transition: 0.8s;
    transform: scale(1);
    width: 100%;
}
.themetechmount-teambox-style6:hover span.themetechmount-item-thumbnail-inner img {
    transform: scale(1.01);
}

.themetechmount-teambox-style6 .featured-team-overlay {
    background-color: rgb(255 255 255 / 70%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: var(--body-fonts-color);    
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 55px 35px 35px;
    display: flex;
    align-items: center;
    opacity: 0;
    
}
.themetechmount-teambox-style6:hover .featured-team-overlay {
    opacity: 1!important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.themetechmount-teambox-style6 .tm-team-details-list .tm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: var(--body-fonts-color) !important;
}
.themetechmount-teambox-style6 .tm-team-list-value a:not(:hover) {
    color: var(--body-fonts-color);
}
.themetechmount-teambox-style6 .tm-team-details-list li {
    font-size: 15px;
    padding: 0px 0 5px 0px;
}
.themetechmount-teambox-style1 .tm-team-social-links-wrapper {
    padding-top: 5px;
    padding-bottom: 0px;
}
.themetechmount-teambox-style6.themetechmount-box-team  ul.tm-team-social-links {
    background-color: transparent;
}
.themetechmount-box-team.themetechmount-teambox-style6 .tm-team-social-links-wrapper ul li a {
    height: auto;
    width: auto;
    background-color: transparent;
    margin-right: 8px;
}
.themetechmount-teambox-style6 .tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title {
    display: block;
    font-size: 18px !important;
    font-weight: 500;
    color: var(--body-blackfont-color) !important;
    padding-bottom: 5px;
}
.themetechmount-teambox-style6 .tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-value {
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style6 span.tm-team-year {
    display: block;
    color: var(--body-fonts-color);
}
.themetechmount-teambox-style6 .tm-team-extra-details-wrapper {
    margin-bottom: 50px;
    padding-top: 15px;
}
.themetechmount-teambox-style6 .tm-team-extra-details-wrapper .tm-team-details-list li {
    padding: 0px 0 15px 0px;
}
.themetechmount-teambox-style6 .themetechmount-box-title h4 a {
    cursor: unset;
    pointer-events: none;
}
@media  (max-width:1660px) {
.themetechmount-teambox-style6 .featured-team-overlay{
    overflow: scroll;
    overflow-x: hidden;
}
}

@media  (max-width:1024px) {
	article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
		margin: 0;
	}
}

@media  (max-width:767px) {
	article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
		width: auto;
		display: inline-block;
	}
	.themetechmount-element-teambox-style1 .tm-box-col-wrapper.col-lg-4.col-sm-6.col-md-4.col-xs-12 {
		text-align: center;
	}
}
/* team style7 */
.themetechmount-box-team.themetechmount-teambox-style7 .tm-team-social-links-wrapper{
    padding-top: 0px !important;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style7 ul li a{
    border-radius: 10px;
     text-transform: uppercase;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style7 nav.tm-sortable-list {
    text-align: left;
}

.themetechmount-box-team.themetechmount-teambox-style7{
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
    transition: 0.4s;
    width: 100%;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover{
    box-shadow: 0 0 20px 0 rgb(1 25 88 / 30%);
}
.themetechmount-box-team.themetechmount-teambox-style7 img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover img{
-moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-content{
    padding: 21px 30px 20px;
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-title h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-item-thumbnail-inner{
    overflow: hidden;
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-box-content .themetechmount-box-desc-text{
    padding-top: 20px;
    border-top: 1px solid rgba(0 0 0 / 0.10);
}
.themetechmount-box-team.themetechmount-teambox-style7 ul.tm-team-social-links li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.themetechmount-box-team.themetechmount-teambox-style7 ul.tm-team-social-links li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.themetechmount-box-team.themetechmount-teambox-style7 ul.tm-team-social-links li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.themetechmount-box-team.themetechmount-teambox-style7 ul.tm-team-social-links li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li:nth-child(4) {
    top: 148px;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li:nth-child(3) {
    top: 107px;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li:nth-child(2) {
    top: 66px;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li:nth-child(1) {
    top: 25px;
}
.themetechmount-box-team.themetechmount-teambox-style7 ul.tm-team-social-links li{
    position: absolute;
    top: 0;
    right: 25px;
    opacity: 0;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li{
    opacity: 1;
    z-index: 999;
}
.themetechmount-box-team.themetechmount-teambox-style7 .themetechmount-item-thumbnail{
    margin-top: -17px;
}
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li a{
    font-size: 14px;
    color: #fff;
    background-color: var(--ttm-skincolor);
    border-radius: 5px;
    display: block;
    min-width: 26px;
    text-align: center;
}
/*team style 6*/
/* team style 10 */ 
.themetechmount-teambox-style10 span.themetechmount-item-thumbnail-inner img {
    position: absolute;
    top: 0;
    opacity: 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.themetechmount-teambox-style10:hover span.themetechmount-item-thumbnail-inner img {
    opacity: 1;
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.themetechmount-teambox-style10 .themetechmount-team-image-box {
    padding-top: 118px;
}
.themetechmount-teambox-style10 .themetechmount-box-content {
    text-align: center;
}
.themetechmount-teambox-style10 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-teambox-style10 .themetechmount-post-item {
    height: 287px;
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
    border-right: 1px solid var(--ttm-bordercolor);
}
.group-02 article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
    border-top: 1px solid var(--ttm-bordercolor);
}
.tm-box-col-wrapper:last-child article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
	border-right: 0px;	
}
/************neurology teambox style 8 css*************/
.themetechmount-boxes-team.themetechmount-element-teambox-style8 .themetechmount-boxes-inner {
    text-align: center;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style8 .themetechmount-boxes-inner .tm-box-col-wrapper {
    padding-right: 26.5px;
    padding-left: 26.5px;
    display: inline-block;
    width: auto;
    margin: 0;
    float: none;
    position: relative;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style8  .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: -20px;
}
.themetechmount-box-team.themetechmount-teambox-style8 {
    position: relative;
   margin-bottom: 30px;
}
.themetechmount-box-team.themetechmount-teambox-style8 .themetechmount-content-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
}
.themetechmount-box-team.themetechmount-teambox-style8 .themetechmount-content-inner h4 {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 0;
}
.themetechmount-box-team.themetechmount-teambox-style8 .themetechmount-content-inner h4 a:hover {
    color: var(--ttm-whitecolor);
}
.themetechmount-boxes-team.themetechmount-element-teambox-style8 .themetechmount-boxes-inner .tm-box-col-wrapper:after {
    position: absolute;
    content: '';
    right: -7px;
    height: 5px;
    width: 15px;
    background-color: var(--ttm-whitecolor);
    top: 35px;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style8 .themetechmount-boxes-inner .tm-box-col-wrapper:last-child:after{
    content: unset;
}
.themetechmount-box-team.themetechmount-teambox-style8 .tm-animation-hover-img {
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    margin-top: -195px;
    margin-left: -70px;
    z-index: 1;
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.themetechmount-box-team.themetechmount-teambox-style8 .tm-animation-hover-img .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-box-team.themetechmount-teambox-style8 .tm-animation-hover-img .themetechmount-team-image-box .tm-featured-wrapper{
    overflow: hidden;
    position: static;
    border-radius: 0px;
    height: 320px;
    width: 240px;
}
.themetechmount-box-team.themetechmount-teambox-style8 .tm-animation-hover-img  img {
    transition: .5s all;
    opacity: 1;
}
.tm-layout-style8 .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    width: 90px;
    height: 90px;
}

.tm-layout-style7 .themetechmount-teambox-style2 .themetechmount-post-item .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail {

    border-radius: 15px;
}

/*style9*/
.themetechmount-teambox-style9 {
    position: relative;
    padding:30px;
    transition: all .5s ease;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0px 0px 14px 0px rgba(105, 20, 14, 0.11);
    transition: all .5s ease;
}

.themetechmount-teambox-style9:hover {
    background-color: var(--ttm-skincolortwo);
    border-color: var(--ttm-skincolortwo);
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-team-image-box {
    max-width: 100px;
    width: 100px;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-innercontent-box {
    padding-left: 20px;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-team-image-box .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-box-title h4 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    transition: all .5s ease;
}

.themetechmount-teambox-style9:hover .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-box-title h4  a {
    color: var(--ttm-whitecolor);
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info {
    text-align: right;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info .themetechmount-box-social-links .tm-team-social-links-wrapper {
    padding-top: 0px;
}


.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info .themetechmount-box-social-links .tm-team-social-links-wrapper 
.tm-team-social-links {
    background-color: transparent;
}


.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info .themetechmount-box-social-links .tm-team-social-links-wrapper 
.tm-team-social-links li:last-child a {
    margin-right: 0px;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info .themetechmount-ratting-star {
    padding: 0px;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info .themetechmount-ratting-star i {
    font-size: 16px;
    width: 15px;
    color: #efbd24;
    transition: all .5s ease;
}

.themetechmount-teambox-style9:hover .themetechmount-box-content .themetechmount-social-info .themetechmount-ratting-star i { 
  color: var(--ttm-whitecolor);
}

.themetechmount-teambox-style9:hover .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-team-position {
    color: rgba(255 255 255 / 0.80);
    transition: all .5s ease;
}

.themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info .themetechmount-box-social-links .tm-team-social-links-wrapper 
.tm-team-social-links li a {
    background-color: #f9f9f9;
    box-shadow: 0px 0px 14px 0px rgba(105, 20, 14, 0.11);
    border: 1px solid transparent;
    transition: all .5s ease;
    line-height: 30px;
}

.themetechmount-teambox-style9:hover  .themetechmount-box-content .themetechmount-social-info .themetechmount-box-social-links .tm-team-social-links-wrapper .tm-team-social-links li a {
   background-color: transparent;
    border: 1px solid var(--ttm-whitecolor);
    color: var(--ttm-whitecolor);
    line-height: 30px;

}


@media (max-width:591px) {

    .themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-team-image-box {
        width: 100px;
        display: block;
    }

    .themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-innercontent-box {
        padding-left: 0px;
        display: block;
        padding-top: 20px;
    }

    .themetechmount-teambox-style9 .themetechmount-box-content .themetechmount-social-info {
        text-align: left;
        display: block;
        padding-top: 15px;
    }

}

/*style9*/

/**/
.themetechmount-teambox-style10:hover .ttm-post-featured-link-wrapper {
    opacity: 1;
    transition: all 0.8s ease 0s;
}
.themetechmount-teambox-style10 .ttm-post-featured-link-wrapper {
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.8s ease 0s;
    height: 100%;
    width: 100%;
    background-position: 0 0;
    background-size: cover;
    background-position: 0 -48px;
}
.themetechmount-teambox-style10:hover .ttm-post-featured-link-wrapper {
    background-position: 0 0;
}


.themetechmount-teambox-style12 .themetechmount-post-item {
	position: relative;
	overflow: visible;
	margin: 15px 0;
}
.themetechmount-teambox-style12 .themetechmount-team-image-box {
	position: relative;
	overflow: hidden;
}
.themetechmount-teambox-style12 .themetechmount-team-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	-moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.themetechmount-teambox-style12:hover .themetechmount-team-image-box img {
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}
.themetechmount-teambox-style12 .themetechmount-box-content{
	position: relative;
	padding: 25px 20px 23px;
	margin: -46px 20px 0px;
	background-color:#fff;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}
.themetechmount-teambox-style12:hover .themetechmount-box-content {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
}
.themetechmount-box-team.themetechmount-teambox-style12 .tm-team-social-links {
	background-color: transparent;	
	    padding: 0;
    margin: 0;
}
.themetechmount-box-team.themetechmount-teambox-style12 .tm-team-social-links-wrapper ul li a {
    height: auto;
    background-color: transparent;
    margin-right: 0;
}
.themetechmount-box-team.themetechmount-teambox-style12 .tm-team-social-links-wrapper ul li a:not(:hover) {
	color: var(--body-fonts-color);
}
.themetechmount-teambox-style12 .themetechmount-team-position {
  font-size: 17px;
  padding-bottom:3px;
}
.themetechmount-teambox-style12 .tm-team-social-links-wrapper {
    padding-top: 0;
}
.themetechmount-teambox-style12 .themetechmount-box-title h4 {
	margin-bottom:7px;
}

/*---teambox-style11---*/
.themetechmount-teambox-style11 .themetechmount-team-image-box img.wp-post-image {
    border-radius: 15px;
}
.themetechmount-teambox-style11 .themetechmount-innercontent-box {
    padding-left: 17px;
}
.themetechmount-teambox-style11 .themetechmount-team-image-box {
    width: 42%;
}
.themetechmount-teambox-style11 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-teambox-style11 .themetechmount-team-position {
    font-style: italic;
    padding-bottom: 3px;
    text-transform: capitalize;
}
@media (max-width:768px) {
.themetechmount-teambox-style11 .themetechmount-team-image-box {
    width: 20%;
}
}

/* style 13 */
.themetechmount-teambox-style13 .ttm-post-featured-link-wrapper {
    padding: 164px 0 0 303px;
    background-position: top;
    background-size: cover;
	border-radius: 10px 10px 0 0;
	transition: .4s ease-in-out;
}
.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);
}
.themetechmount-teambox-style13 .themetechmount-team-image-box {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.themetechmount-teambox-style13 .themetechmount-box-content {
    padding: 23px 30px 30px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 0 0 10px 10px;
}
.themetechmount-teambox-style13 .themetechmount-team-position {
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style13 .tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title {
    display: none;
}
.themetechmount-teambox-style13 .tm-team-details-list li {
    font-size: 16px;
    line-height: 24px;   
    padding: 0;    
	float: none;
}
.themetechmount-teambox-style13 .tm-team-extra-details-line-1 .tm-team-list-value {
    font-size: 14px;
    color: var(--body-fonts-color);
}
.themetechmount-teambox-style13 .themetechmount-box-title h4 {
    margin-bottom: 5px;
	font-size: 24px;
}
.themetechmount-teambox-style13 .themetechmount-team-position1 {
    padding-bottom: 20px;
}
.themetechmount-teambox-style13 .tm-team-extra-details-wrapper {
    margin-bottom: 0;
}

@media only screen and (max-width:991px) and (min-width:768px) {
	.tm-box-col-wrapper:nth-child(2) article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
		border: none;
	}
	.group-02 article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
		border-top: none;
	}
}


@media(max-width:767px) {
	article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
		border-right: none;
	}
	.group-01 article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
		border-bottom: 1px solid var(--ttm-bordercolor);
	}
	.group-01:last-child article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style10 {
		border: none;
	}
}

.themetechmount-teambox-style18:hover .themetechmount-post-item .themetechmount-team-image-box {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
    transform: translate(0px, -2px);
}
.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-team-image-box:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    margin-left: 1em;
    margin-top: -0.85em;
    transform: rotate(2deg);
    background-color: var(--ttm-skincolor);
    pointer-events: none;
    transition: all 650ms ease;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
}
.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-team-image-box {
    transition: all .5s ease;
}
.themetechmount-teambox-style18:hover .themetechmount-post-item .themetechmount-team-image-box:before {
    opacity: 1;
}

/*---teambox style17---*/
.themetechmount-teambox-style17 .themetechmount-box-content .tm-short-desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-size: 15px;
}
.themetechmount-teambox-style17 .ttm-inner-detailbox {
    background-color: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor);
    padding: 0 30px 25px;
}
.themetechmount-teambox-style17 .themetechmount-ratting-star {
    padding-bottom: 0;
}
.themetechmount-teambox-style17 .themetechmount-innercontent-box {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 23px 30px;
    text-align: center;
    margin-top: -55px;
    position: relative;
    transition: .7s;
}
.themetechmount-teambox-style17 .themetechmount-innercontent-box h4 {
    margin-bottom: 3px;
}
.themetechmount-teambox-style17 .themetechmount-social-info {
    text-align: center;
    padding-top: 19px;
}
.themetechmount-teambox-style17 .themetechmount-ratting-star i {
    font-size: 15px;
    color: #ffcd1e;
}
.themetechmount-teambox-style17 .themetechmount-team-image-box img {
    border-radius: 10px 10px 0 0;
}
.themetechmount-teambox-style17 .ttm-inner-detailbox {
    border-radius: 0 0 10px 10px;
}
.themetechmount-teambox-style17 .themetechmount-ratting-star .tm-short-desc i {
    color: var(--ttm-secondarycolor);
    padding-right: 3px;
}
.themetechmount-teambox-style17 .themetechmount-team-position {
    font-size: 15px;
    line-height: 25px;
}
.themetechmount-teambox-style17:hover .themetechmount-innercontent-box {
    background-color: var(--ttm-secondarycolor);
    color: #fff;
}
.themetechmount-teambox-style17:hover .themetechmount-innercontent-box .themetechmount-box-title h4 a {
    color: #fff;
}
@media (max-width: 1024px) { 
.themetechmount-teambox-style17 .themetechmount-team-image-box img {
    text-align: center;
    margin: 0 auto;
}
.themetechmount-teambox-style17 .ttm-inner-detailbox {
    border-radius: 10px;
}
}

/********************teambox style 22 css******************/
.themetechmount-teambox-style22 .themetechmount-team-image-box .tm-featured-outer-wrapper {
    background-size: auto;
    background-position: center;
    padding-top: 490px;
    transition: transform .7s ease-in-out;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.themetechmount-teambox-style22 .tm-team-social-links li {
    list-style: none;
    display: inline-block;
}
.themetechmount-teambox-style22.themetechmount-box-team ul.tm-team-social-links {
    padding-left: 0;
    background-color: transparent;
    margin: 0;
}
.themetechmount-teambox-style22 .themetechmount-content-inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 50px 0;
    align-items: center;
    transition: .7s;
}
.tm-box-col-wrapper:first-child .themetechmount-teambox-style22 .themetechmount-content-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.themetechmount-teambox-style22 .themetechmount-team-image-box {
    width: 30%;
    position: absolute;
    top: -65px;
    right: 20%;
    opacity: 0;
    transition: .7s;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
    z-index: 4;
}
.themetechmount-teambox-style22:hover .themetechmount-box-content:before,
.themetechmount-teambox-style22:hover .themetechmount-box-content:after,
.themetechmount-teambox-style22:hover .themetechmount-box-social-links,
.themetechmount-teambox-style22:hover .themetechmount-team-image-box {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.themetechmount-teambox-style22 .themetechmount-box-content:before,
.themetechmount-teambox-style22 .themetechmount-box-content:after,
.themetechmount-teambox-style22 .themetechmount-box-social-links {
    opacity: 0;
    transition: .7s;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.themetechmount-teambox-style22 .themetechmount-box-title {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.themetechmount-teambox-style22 .themetechmount-box-title:after {
    content: '';
    position: absolute;
    border-right: 3px solid;
    height: 87%;
    top: 3px;
    right: 6px;
    transform: rotate(15deg);
}
.themetechmount-teambox-style22 .themetechmount-box-title h4 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
}

.themetechmount-teambox-style22 .themetechmount-box-content:after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--ttm-skincolor);
    width: 100px;
    top: 50%;
    left: 45px;
}
.themetechmount-teambox-style22 .themetechmount-box-content:after{
    content: unset;
}
.themetechmount-teambox-style22 .tm-post-iconbox a i:before {
    font-size: 20px;
    font-weight: 900;
}

.themetechmount-teambox-style22 .tm-team-social-links a {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #fff;
}
.themetechmount-teambox-style22 .themetechmount-box-social-links {
    width: 45%;
}
.themetechmount-teambox-style22:hover .themetechmount-box-title h4 a,
.themetechmount-teambox-style22:hover .themetechmount-content-inner .tm-post-iconbox a {
    color: var(--ttm-skincolor);
}

/* team style 19 */
.themetechmount-teambox-style19 ul.tm-team-social-links {
    text-align: center;
    display: inline-block;
}
.themetechmount-box-team.themetechmount-teambox-style19 .tm-team-social-links-wrapper ul li {
    list-style: none;
    font-size: 16px;
    display: block;
}
.themetechmount-teambox-style19 .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-teambox-style19 .tm-member-social {
    position: absolute;
    text-align: center;
    left: auto;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease;
    background: var(--ttm-greycolor);
    transform: translateX(20px);
}
.themetechmount-teambox-style19:hover .tm-member-social {
    opacity: 1;
    transform: translateX(0px);
}
.themetechmount-teambox-style19 .tm-team-social-links-wrapper {
    padding-top: 0;
}
.themetechmount-box-team.themetechmount-teambox-style19 .tm-team-social-links-wrapper ul li a {
    height: 43px;
    width: 43px;
    line-height: 43px;
    background-color: var(--ttm-greycolor);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-right: 0px;
}
.themetechmount-teambox-style19 .themetechmount-item-thumbnail img {
    position: relative;
   
}
.themetechmount-teambox-style19 .themetechmount-innercontent-box{
    display: flex;
}
.themetechmount-teambox-style19 .themetechmount-team-position{
    padding-top: 5px;
    padding-left: 5px;
}
.themetechmount-teambox-style19 .themetechmount-team-image-box{
    border-radius:10px;
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style19 {
    position: relative;
    display: inline-block;
}
/* team style 19 */
/* Team box style 20 */
/ Team box style 20 /
.themetechmount-element-teambox-style20 .slick-list {
    overflow: visible;
} 
.themetechmount-teambox-style20 {
    position: relative;
    overflow: visible;
    margin: 38px 10px 24px 0px
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    display: inline-block;
    width: auto;
    margin: 0;
    float: none;
    position: relative;
}
.themetechmount-teambox-style20 .themetechmount-content-inner { 
    overflow: hidden;
}
.themetechmount-teambox-style20 .themetechmount-item-thumbnail-inner {
    overflow: hidden;
    position: static;
    height: 215px;
    width: 215px;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img {
    position: absolute;
    opacity: 0;
    z-index: 999;
    border-radius: 50%;
    width: 215px;
    height: 215px;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    bottom: 77px;
    transition: all .4s ease-out;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper  .themetechmount-teambox-style20:hover .tm-animation-hover-img {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease-out;
    transform: translateX(10px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img .themetechmount-team-image-box .cmt-sboxfeatured-wrapper {
    overflow: hidden;
    position: static;
    border-radius: 0px;
    height: 215px;
    width: 215px;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper.active .tm-animation-hover-img img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    height: 215px;
    width: 215px;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img img {
    transition: .5s all;
    opacity: 1;
    border-radius: 50%;
    height: 215px;
    width: 215px;
}
.themetechmount-teambox-style20 .themetechmount-content-inner .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
}
.themetechmount-teambox-style20 .themetechmount-content-inner .themetechmount-box-content .themetechmount-box-title h4 a {
    color: var(--tm-darkcolor-bg);
}
.themetechmount-teambox-style20 .themetechmount-content-inner .themetechmount-box-content .themetechmount-team-position {
    visibility: hidden;
    transition: 0.2s ease;
    opacity: 0;
    font-size: 15px;
    line-height: 25px;
}
.themetechmount-teambox-style20:hover .themetechmount-content-inner .themetechmount-box-content .themetechmount-team-position {
    visibility: visible;
    opacity: 1;
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:after {
    content: '*';
    position: absolute;
    right: 0;
    top: 48px;
    display: flex;
    font-size: 24px;
    color: var(--tm-darkcolor-bg);
}
.themetechmount-element-teambox-style20 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:last-child:after {
    content: unset;
}
.themetechmount-teambox-style20 .themetechmount-content-inner .themetechmount-box-content .themetechmount-team-position {
    color: var(--body-fonts-color);
}
.themetechmount-element-teambox-style20 {
    width: 100%;
    animation: prt-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.prt-marque-text-rl .themetechmount-element-teambox-style20 {
    animation: prt-marque-text-rl 25s linear infinite;
}
@keyframes prt-marque-text {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}
@keyframes prt-marque-text-rl{

    100% {
        transform:translate(0,0) 
    }

    0% {
        transform:translate(-100%,0)
    } 
}
.themetechmount-element-teambox-style20 .slick-list {
    overflow: visible;
}
/* Team box style 20 */


/* team style 24 */ 
.themetechmount-teambox-style24 { 
    padding: 15px 0px 15px 30px;
    border-left: 2px solid var(--ttm-secondarycolor);
}
.themetechmount-teambox-style24 .themetechmount-post-item {
    height: 90px;
    display: flex;
    align-items: center;
}
.themetechmount-teambox-style24 .ttm-post-featured-link-wrapper {
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.8s ease 0s;
    height: 120px;
    width: 300px;
    background-size: cover;
    background-position: 0 -50px;
    border-radius: 8px;
}
.themetechmount-teambox-style24:hover .ttm-post-featured-link-wrapper {
    background-position: 0 0;
    opacity: 1;
    transition: all 0.8s ease 0s;
}

.themetechmount-teambox-style24 .themetechmount-box-content {
    text-align: left;
    transition: all 0.5s ease 0s;
}
.themetechmount-teambox-style24 .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-teambox-style24:hover {
    padding-left: 0px;
    border: none;
}
.themetechmount-teambox-style24:hover .themetechmount-box-content {
    opacity: 0;
    transition: all 0.5s ease 0s;
}


