.themestek-servicebox-style-2.themestek-box .themestek-box-desc{
    margin-bottom: 0;
}
.themestek-servicebox-style-2.themestek-box  .themestek-box-content-inner{
    padding-top: 10px;
}
.themestek-servicebox-style-2.themestek-box .themestek-pf-box-title h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: none;
}
.themestek-servicebox-style-2.themestek-box .themestek-pf-box-title h3 a{ 
    color: #313437;
}
.themestek-servicebox-style-2.themestek-box .themestek-box-link a{
    display: inline-block;
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
}
.themestek-servicebox-style-2.themestek-box .themestek-item-thumbnail{
    position: relative;
    z-index: 2;
}
.themestek-servicebox-style-2.themestek-box .themestek-item-thumbnail img {
	width: 100%;
}
.themestek-servicebox-style-2.themestek-box .themestek-box-link a:before{
    top: 48%;
    right: 0;
    content: '';
    height: 2px;
    width: 40px;
    background-color: #000;
    z-index: 1;
    position: absolute;
}
.themestek-servicebox-style-2.themestek-box{
    position: relative;
}
.themestek-servicebox-style-2.themestek-box .themestek-box-content{
     transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    padding: 10px 30px;
    padding-bottom: 20px;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    width: calc(100% - 40px);
    bottom: 0;
    margin: 0 20px;
    border-radius: 2px;
    opacity: 0;
}
.themestek-servicebox-style-2.themestek-box:hover .themestek-box-content{
    opacity: 1;
    bottom: 20px;
}
.themestek-servicebox-style-2.themestek-box .themestek-pf-box-title h3 a:hover {
	color: var(--themestek-moversco-skincolor);
}
.themestek-servicebox-style-2 .themestek-serviceimagebox{
	border-color: var(--themestek-moversco-skincolor);
}

.themestek-boxes-col-five .themestek-servicebox-style-2.themestek-box .themestek-box-content {
    padding: 10px 15px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
    margin: 0 12px;
}
.themestek-boxes-col-five .themestek-servicebox-style-2.themestek-box .themestek-pf-box-title h3 {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 991px){
	.themestek-servicebox-style-2.themestek-box .themestek-box-link a:before{
		display: none;
	}
	.themestek-servicebox-style-2.themestek-box .themestek-pf-box-title h3{
		font-size: 15px;
		line-height: 25px;
	}
	.themestek-servicebox-style-2.themestek-box .themestek-box-content {
		padding: 10px 10px;
	}
}