<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}
.themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li:last-child {
    margin-right: 0px;
}
.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    font-size: 15px;
    display: block;
    border-radius: var(--ttm-button-shape);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--ttm-secondarycolor);
    border: 1px solid var(--ttm-bordercolor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
}
.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul{
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.themetechmount-teambox-style1 .themetechmount-post-item {
    padding: 40px;
    background: #ffffff;
    border-radius: var(--ttm-globalradius);
}
.themetechmount-teambox-style1 .themetechmount-team-image-box {
    padding: 0 50px;
}
.themetechmount-teambox-style1 .themetechmount-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-skincolor);
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 {
    margin-bottom: 0px;
}
.themetechmount-teambox-style1 .themetechmount-team-position {
    margin-bottom: 25px;
}
.themetechmount-teambox-style1 .themetechmount-team-image-box img {
    border-radius: var(--ttm-globalradius);
    height: 250px;
    object-fit: cover;
}
.themetechmount-teambox-style1:hover .themetechmount-post-item {
    transform: translate3d(0, -12px, 0);
    -webkit-transform: translate3d(0, -12px, 0);
    box-shadow: 0 8px 20px rgb(0 0 0 / 12%);
}
.themetechmount-teambox-style1 .themetechmount-post-item  {
    transition: all .5s ease-in-out;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-carousel .tm-box-col-wrapper{
    margin-top: 15px;
    margin-bottom: 10px;
}


.themetechmount-teambox-style1  .themetechmount-teambox-footer-left a {
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.themetechmount-teambox-style1 .themetechmount-teambox-footer-left a:before {
    position: absolute;
    display: inline-block;
    content: "\e826";
    font-family: 'tm-empiral-icons';
    right: -25px;
    left: auto;
}
.themetechmount-teambox-style1 .themetechmount-teambox-footer-left a:after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 0;
    left: auto;
    width: 100%;
    height: 1px;
    background: var(--body-blackfont-color);
    top: auto;
    bottom: 0;
    transition: 0.3s all;
}
.themetechmount-teambox-style1 .themetechmount-teambox-footer-left a:hover:after {
    background-color: var(--ttm-skincolor);
}
@media (max-width: 1024px){
.themetechmount-teambox-style1 .themetechmount-team-image-box {
     padding: 0px;
}
}</pre></body></html>