/*Servicebox style1*/

.themetechmount-servicebox-styleone .tm-box-icon i {
    font-size: 64px;
}

.themetechmount-servicebox-styleone .themetechmount-post-item {
    border-radius: 12px;
    background-color: var(--ttm-whitecolor);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    padding: 50px;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-align: left;
    margin: 17px 0;
}

.themetechmount-servicebox-styleone:hover .themetechmount-post-item {
    opacity: 0;
}

.themetechmount-servicebox-styleone .tm-box-icon {
    margin-bottom: 55px;
}

.themetechmount-servicebox-styleone .themetechmount-box-desc p {
    margin-bottom: 0;
}

.themetechmount-servicebox-styleone .tm-servicebox-detials .themetechmount-box-title h4 {
    margin-bottom: 25px;
}

.themetechmount-servicebox-styleone .tm-featured-outer-wrapper.tm-img-wrapper {
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 0;
    height: 100%;
    right: -1px;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 12px;
}

.themetechmount-box-service.themetechmount-servicebox-styleone {
    position: relative;
}

.themetechmount-servicebox-styleone:hover .tm-featured-outer-wrapper.tm-img-wrapper {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.themetechmount-servicebox-styleone img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.themetechmount-servicebox-styleone .tm-featured-outer-wrapper.tm-img-wrapper .tm-tm_service-featured-wrapper {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.themetechmount-servicebox-styleone .tm-box-icon {
    margin-bottom: 20px;
}
.themetechmount-servicebox-styleone .tm-box-icon i {
    font-size: 50px;
}
.themetechmount-servicebox-styleone .tm-servicebox-detials .themetechmount-box-title h4 {
    font-size: 22px;
    line-height: 32px;
}
}


/*Servicebox style2*/

.themetechmount-servicebox-styletwo .tm-box-icon i {
    font-size: 64px;
    color: var(--ttm-skincolor);
}

.themetechmount-servicebox-styletwo .tm-box-icon {
    margin-bottom: 32px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-desc p {
    margin-bottom: 0;
}

.themetechmount-servicebox-styletwo .tm-servicebox-detials .themetechmount-box-title h4 {
    margin-bottom: 25px;
}

.themetechmount-box-service.themetechmount-servicebox-styletwo {
    position: relative;
}

.themetechmount-servicebox-styletwo .themetechmount-post-item {
    background-color: transparent;
    box-shadow: unset;
    border-radius: 0;
    padding: 0 40px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: left;
}

.themetechmount-element-servicebox-styletwo .tm-box-col-wrapper:last-child .themetechmount-servicebox-styletwo .themetechmount-post-item {
    border-right: 0;
}


.themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore {
    margin-top: 30px;
}

.themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid;
}

.themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:after {
    content: "\f10b";
    font-family: 'theme_finance';
    font-size: 11px;
    line-height: 46px;
    right: -19px;
    position: absolute;
    top: -12px;
    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;
}

.themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:hover:after {
    color: var(--ttm-skincolor);
    transform: rotate(90deg);
}

.themetechmount-element-servicebox-styletwo .tm-box-col-wrapper {
    position: relative;
}
.themetechmount-element-servicebox-styletwo .tm-box-col-wrapper:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0 , 0 , 0 , 0.10);
    right: 0;
    top: 0;
}
.themetechmount-element-servicebox-styletwo .slick-list.draggable {
    display: flex;
}
.themetechmount-element-servicebox-styletwo .slick-track {
    display: flex !important;
}

@media (max-width: 991px) {
.themetechmount-element-servicebox-styletwo .tm-box-col-wrapper:after {
    content: unset;
}
}