/*---team style 1---*/
.themetechmount-teambox-style1 .themetechmount-post-item {
    position: relative;
}
.themetechmount-teambox-style1 .themetechmount-box-content {
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease 0s;
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.themetechmount-boxes-team.themetechmount-element-teambox-style1.themetechmount-boxes-view-carousel .slick-slider {
    margin-left: -25px;
    margin-right: -25px;
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper  {
    position: absolute;
    top: 0px;
    right: 25.5%;
    background-color: var(--ttm-greycolor);
    z-index: 1;
    padding: 44px 45px;
    max-width: 440px;
    height: 100%;
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper .tm-box-Button-link {
    margin-top: 47px;
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper .tm-box-Button-link a {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 14px 45px 14px 28px;
    position: relative;
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper .tm-box-Button-link a:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper .tm-box-Button-link a:hover:after {
    color: var(--ttm-whitecolor);
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper .tm-box-Button-link a:after {
    content: "\f10b";
    font-family: 'theme_finance';
    font-size: 14px;
    line-height: 46px;
    right: 24px;
    position: absolute;
    top: -1px;
    color: var(--body-blackfont-color);
    z-index: 9999;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-weight: 700;
}
.themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper .tm-box-Button-link a:hover:after {
    transform: rotate(90deg);
}
.themetechmount-boxes.themetechmount-boxes-team.themetechmount-element-teambox-style1 {
    padding: 50px 0 50px;
    position: relative;
    background-color: var(--ttm-skincolor);
}
.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-box-social-links {
    padding-top: 21px;
}
.themetechmount-teambox-style1 .themetechmount-box-title {
    margin-bottom: -30px;
    transition: all 0.5s ease-in-out;
}
.themetechmount-teambox-style1:hover .themetechmount-box-title {
    margin-bottom: 20px;
}

@keyframes tm-marque-text {
    0% {
        transform: translate(-20%, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.themetechmount-teambox-style1 .themetechmount-box-desc {
    transition: all 0.5s ease-in-out;
    width: 100%;
    padding: 0;
    animation: tm-marque-text 15s linear infinite;
    white-space: nowrap;
    display: flex;
    opacity: 0;
}
.themetechmount-teambox-style1:hover .themetechmount-box-desc {
    opacity: 1;
}
.themetechmount-teambox-style1 .themetechmount-box-desc li {
    display: inline;
    position: relative;
    color: rgba(255 , 255 , 255 , 0.80);
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: rgba(255 , 255 , 255 , 0.50);
    padding: 2px 14px;
}
.themetechmount-teambox-style1 .themetechmount-box-desc li:after {
    position: absolute;
    content: '';
    right: -3px;
    top: 13px;
    left: auto;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 50px;
    opacity: 0.9;
}

.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    transition: all .6s ease;
}
.themetechmount-element-teambox-style1 .tm-element-content-desctxt {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1440px) and (max-width: 1700px) {
    .themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper {
        padding: 44px 35px;
        max-width: 350px;
    }
    .themetechmount-element-teambox-style1 .tm-content-with-desc .tm-element-content-heading {
        font-size: 35px;
        line-height: 45px;
    }
    .themetechmount-element-teambox-style1 .themetechmount-boxes-row-wrapper .slick-arrow {
        display: none;
    }
}
@media (max-width: 1440px) {
    .themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper {
        position: static;
        max-width: 100%;
    }
    .themetechmount-element-teambox-style1 .themetechmount-boxes-row-wrapper .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .themetechmount-boxes-team.themetechmount-element-teambox-style1.themetechmount-boxes-view-carousel .slick-slider {
        margin-left: 0;
        margin-right: 0;
    }
    .themetechmount-element-teambox-style1 .tm-content-with-desc .tm-element-content-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .themetechmount-element-teambox-style1 .themetechmount-box-heading-wrapper {
        padding: 30px;
    }
}

/*---team style2---*/

.themetechmount-teambox-style2 .themetechmount-post-item {
    position: relative;
}
.themetechmount-teambox-style2 .themetechmount-innercontent-box {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 31px;
    transition: all .7s;
}
.themetechmount-teambox-style2 .themetechmount-innercontent-box .themetechmount-team-position {
    color: rgba(255 , 255 , 255 , 0.80);
    margin-bottom: 3px;
}
.themetechmount-teambox-style2 .themetechmount-innercontent-box .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style2 .themetechmount-innercontent-box .themetechmount-box-title h4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
}

.themetechmount-teambox-style2:hover .themetechmount-innercontent-box {
    background-color: var(--ttm-skincolor);
    position: absolute;
    padding: 22px 30px 30px;
    border-radius: 12px;
    margin: 30px;
    -webkit-transition: all .7s;
    -khtml-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.themetechmount-teambox-style2 .themetechmount-team-image-box img {
    border-radius: 12px;
    width: 100%;
}

/* Teambox style3 */
.themetechmount-teambox-style3 .themetechmount-post-item {
    position: relative;
}
.themetechmount-teambox-style3 .themetechmount-innercontent-box {
    position: absolute;
    padding: 0px 30px;
    z-index: 1;
    transition: .5s;
    bottom: 0px;
    width: 100%;
}
.themetechmount-teambox-style3:hover .themetechmount-innercontent-box {
    bottom: 28px;
}
.themetechmount-teambox-style3 .themetechmount-box-social-links {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.themetechmount-teambox-style3:hover .themetechmount-box-social-links {
    right: 25px;
    opacity: 1;
}
.themetechmount-teambox-style3 .themetechmount-box-title h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2px;
}
.themetechmount-teambox-style3 .themetechmount-team-position,
.themetechmount-teambox-style3 .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.themetechmount-teambox-style3 .themetechmount-box-social-links ul.tm-team-social-links li a {
    color: var(--ttm-whitecolor);
    font-size: 18px;
}
.themetechmount-box-team.themetechmount-teambox-style3 .tm-team-social-links-wrapper ul li {
    display: block;
    width: auto;
    padding-bottom: 5px;
}
.themetechmount-teambox-style3 .themetechmount-content-inner {
    position: relative;
}
.themetechmount-teambox-style3 .themetechmount-content-inner:before {
    content: '';
    position: absolute;
    background-color: var(--ttm-skincolor);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: .5s;
}
.themetechmount-teambox-style3:hover .themetechmount-content-inner:before {
    opacity: 0.75;
}
.themetechmount-teambox-style3 .themetechmount-box-content {
    opacity: 0;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.themetechmount-teambox-style3:hover .themetechmount-box-content {
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.tm-teamthree-firstbox .themetechmount-element-teambox-style3 .col-sm-6 {
    width: 25%;
}
.tm-teamthree-firstbox .themetechmount-element-teambox-style3 .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
}
}

@media (max-width: 768px) {
.themetechmount-element-teambox-style3 .tm-box-col-wrapper {
    text-align: center;
    margin-bottom: 10px !important;
}
}