.tm-showcase-box-styleone .tm-showcasebox-inner-content {
    display: inline-block;
    position: static;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0 !important;
}

.tm-showcase-box-styleone .tm-post-featured-link-wrapper {
    transition: .5s all;
    opacity: 0;
}

.tm-showcase-box-styleone.tm_showcasebox_contents.active .tm-post-featured-link-wrapper {
    transition: .5s all;
    opacity: 1;
}

.tm-showcase-box-styleone .tm-post-featured-link-wrapper img {
    display: flex;
    align-items: center;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}
.tm-showcase-box-styleone .tm-showcase-details {
    width: 55%;
    display: grid;
    align-content: space-between;
    align-items: center;
    padding: 0;
    transition: 0.5s all;
}
.tm-showcase-box-styleone.tm_showcasebox_contents .ttm-header {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 40%;
    opacity: 0;
    transition: 0.5s all;
}

.tm-showcase-box-styleone.tm_showcasebox_contents.active .ttm-header {
    opacity: 1;
}


.tm-showcase-box-styleone .tm-showcase-details .tm-box-title h4 {
    line-height: 62px;
    font-size: 52px;
    background-image: linear-gradient(var(--body-blackfont-color), var(--body-blackfont-color)), linear-gradient(var(--body-blackfont-color), var(--body-blackfont-color));
    display: inline;
    background-size: 0% 1px, 0 3px;
    background-position: 100% 100%, 0 95%;
    background-repeat: no-repeat;
    transition: background-size .5s linear;
}
.tm-showcase-box-styleone.tm_showcasebox_contents.active  .tm-showcase-details .tm-box-title h4 {
    line-height: 78px;
    font-size: 68px;
    font-weight: 700;
    color: var(--ttm-skincolor);
    background-size: 0 1px, 100% 3px;
    background-image: linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor)), linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor));
}
.tm-showcase-box-styleone .tm-showcase-details .tm-box-title {
    margin-bottom: 25px;
    cursor: pointer;
}
.ttm-min-height.ttm-init.tm_showcasebox_wrapper.tm-showcasebox-style1.multi-columns-row {
    position: static;
    overflow: hidden;
    height: 635px;
}
.tm-showcase-box-styleone.tm_showcasebox_contents .ttm-header a.tm-more-button {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--ttm-button-shape);
    padding: 10px 25px;
    display: inline-block;
    background-color: #ffffff;
    margin: 35px 0 0;
}
.tm-showcase-box-styleone.tm_showcasebox_contents .ttm-header a.tm-more-button:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #ffffff;
}
.tm-showcasebox-style1 .tm_showcasebox_main-contents:before {
    position: absolute;
    content: "\f101";
    font-family: flaticon_saas_ !important;
    font-size: 700px;
    line-height: 700px;
    top: -80px;
    left: 0;
    opacity: 0.042;
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
    z-index: -1;
}

@media (max-width: 1200px){
    .tm-showcase-box-styleone.tm_showcasebox_contents .ttm-header {
        position: relative;
        width: 100%;
        opacity: 1;
    }
    .tm-showcase-box-styleone .tm-post-featured-link-wrapper {
        transition: .5s all;
        opacity: 1;
    }
    .tm-showcase-box-styleone .tm-post-featured-link-wrapper img {
        position: relative;
        right: 0;
        left: 0;
        margin: 0;   
    }
    .ttm-min-height.ttm-init.tm_showcasebox_wrapper.tm-showcasebox-style1.multi-columns-row {
       height: 100%;
    }
    .tm_showcasebox_contents.tm-showcase-box-styleone {
        margin-bottom: 30px;
    }
    .tm-showcase-box-styleone .tm-showcase-details {
        width: 100%;
        margin-bottom: 30px;
    }
}


@media (max-width: 767px){
.tm-showcase-box-styleone .tm-showcase-details .tm-box-title h4 {
    line-height: 42px;
    font-size: 32px;
}
.tm-showcase-box-styleone.tm_showcasebox_contents.active  .tm-showcase-details .tm-box-title h4 {
    line-height: 52px;
    font-size:42px;
}
}


/********showcase boc style 2**********/
.tm-showcase-box-styletwo .overlapping-image-inner.trigger-item {
    position: relative;
}
.tm-showcase-box-styletwo .tm-showcase-title h4 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 700;
    color: #ffffff;
}
.tm-showcase-box-styletwo .tm-show-featured-link {
    position: relative;
    overflow: hidden;
}
.tm-showcase-box-styletwo .overlapping-image-inner.trigger-item {
    position: relative;
}
.tm-showcase-box-styletwo .tm-showcase-title {
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: auto;
    padding: 40px;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo {
    margin-bottom:50px;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo:last-child {
    margin-bottom:0px;
}
.tm-showcase-box-styletwo .tm-post-featured-link-wrapper img {
    border-radius: 20px;
}

.tm-showcase-box-styletwo {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width:992px){
.tm-showcase-box-styletwo .tm-showcase-title h4 {
    font-size: 42px;
    line-height: 52px;
}
}

@media (max-width:680px){
.tm-showcase-box-styletwo .tm-showcase-title h4 {
    font-size: 30px;
    line-height: 40px;
}
}
/********showcase boc style 2**********/