/*carousel-view*/

.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-post-item {
    text-align: left;
    padding: 30px;
    transition: transform 0.4s ease;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
    margin-bottom: 30px;
}
.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-servicebox-bottom-content {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper.slick-slide.slick-current.slick-active .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-servicebox-bottom-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

.minemopro-servicebox-default .minemopro-post-item .minemopro-image  .ttm-featured-wrapper {
    overflow: hidden;
    border-radius: var(--border-radius-image);
}

.minemopro-servicebox-default .minemopro-post-item .minemopro-image img {
    border-radius: var(--border-radius-image);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 100%;
}

.minemopro-servicebox-default:hover .minemopro-post-item .minemopro-image img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.minemopro-servicebox-default .minemopro-post-item .item-content h4 {
    margin: 0;
}

.minemopro-servicebox-default .minemopro-post-item .minemopro-box-title {
    padding-top: 20px;
}


.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-servicebox-bottom-content .minemopro-box-desc p {
    padding-bottom: 10px;
}

.minemopro-servicebox-default .minemopro-servicebox-top-content .minemopro-box-title h4 {
    font-size: 24px;
    line-height: 34px;
}


.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper.slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

/*Grid-view*/

.minemopro-element-servicebox-default.minemopro-boxes-view-default .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-post-item {
    text-align: left;
    padding: 20px;
    transition: transform 0.4s ease;
    background-color: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
}

.minemopro-element-servicebox-default.minemopro-boxes-view-default .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-post-item .minemopro-box-desc {
    margin-bottom: 65px;
}

.minemopro-element-servicebox-default.minemopro-boxes-view-default .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-post-item .minemopro-servicebox-bottom-content .minemopro-serviceboxbox-readmore a,
.minemopro-servicebox-default .minemopro-servicebox-bottom-content .minemopro-serviceboxbox-readmore a {
    text-decoration: underline;
}

.minemopro-element-servicebox-default.minemopro-boxes-view-default .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-post-item .minemopro-servicebox-top-content .minemopro-image img {
    height: 170px;
    max-height: 170px;
    object-fit: cover;
}

.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper.slick-slide.slick-current.slick-active .minemopro-servicebox-default .minemopro-servicebox-top-content .minemopro-box-title h4 {
    margin-bottom: 15px;
}

.minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper.slick-slide .minemopro-servicebox-default .minemopro-servicebox-top-content .minemopro-box-title h4 {
    margin-bottom: 0px;
}



@media (max-width:991px) {

    .minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper.slick-slide .minemopro-servicebox-default .minemopro-servicebox-top-content .minemopro-box-title h4 {
        margin-bottom: 15px;
    }

   .minemopro-element-servicebox-default.minemopro-boxes-view-carousel .ttm-box-col-wrapper .minemopro-box.minemopro-box-service.minemopro-servicebox-default .minemopro-servicebox-bottom-content {
        transition: all 0.4s ease;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: block;
    }
}


@media (max-width:365px) {

    .minemopro-servicebox-default .minemopro-servicebox-top-content .minemopro-box-title h4 {
        font-size: 20px;
        line-height: 30px;
    }
}