.ts-servicebox-style-4,
.ts-servicebox-style-4 .themestek-box-content .ts-ihbox-icon,
.ts-servicebox-style-4 .themestek-box-content {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ts-servicebox-style-4 {
    position: relative;
}
.ts-servicebox-style-4 .themestek-box-content {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #e1eeff;
    border-right: none;
}
.ts-servicebox-style-4 .themestek-box-content .themestek-box-content-inner {
    padding: 40px 25px 0;
    height: 100%;
    position: relative;
}
.ts-servicebox-style-4 .themestek-box-content .ts-ihbox-icon {
    font-size: 55px;
    line-height: 60px;
    height: 160px; 
}
.themestek-box.ts-servicebox-style-4 .themestek-box-category a{
    font-size: 15px;
}
.entry-content .ts-servicebox-style-4.themestek-box h3{
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: inherit;
}
body .ts-servicebox-style-4 .themestek-box-link {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 15px;
    left: 30px;
    border-top: 1px solid #e1eeff;
    padding-top: 20px;
}
.themestek-box.ts-servicebox-style-4:hover .themestek-box-category a,
body .ts-servicebox-style-4:hover .themestek-box-content .ts-ihbox-icon i,
.ts-servicebox-style-4.themestek-box:hover h3 a,
body .ts-servicebox-style-4:hover .themestek-box-link a {
    color: #fff;
}
body .ts-servicebox-style-4 .themestek-box-link a {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: block;
}

body .ts-servicebox-style-4 .themestek-box-link a:after{
    content: "\e850";
    font-family: "ts-labtechco-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
    float: right;
}
.ts-servicebox-style-4:hover .themestek-box-content {
    background-color: rgb( var(--tste-labtechco-skincolor-rgb) , 0.80) ;
}
body .ts-servicebox-style-4 .themestek-box-link a {
    color: var(--tste-labtechco-skincolor-dark);
}

@media (max-width: 1200px){	
    body .ts-servicebox-style-4 .themestek-box-link{
        border: none;
    }
}