/*blogbox-styleone*/
.themetechmount-blogbox-styleone .tm-featured-outer-wrapper .tm-featured-wrapper {
    overflow: hidden;
}
.themetechmount-blogbox-styleone .themetechmount-box-desc .tm-entry-meta .tm-meta-line {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.themetechmount-blogbox-styleone .themetechmount-box-desc .tm-entry-meta .tm-meta-line:first-child {
    padding-left: 0px;
}
.themetechmount-blogbox-styleone .themetechmount-box-desc .tm-entry-meta .tm-meta-line:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    width: 1px;
    height: 100%;
    background: rgb(97 120 153 / 37%);
}
.themetechmount-blogbox-styleone .themetechmount-box-desc .tm-entry-meta .tm-meta-line:last-child:before {
    content: unset;
}
.themetechmount-blogbox-styleone  .themetechmount-blogbox-footer-left,
.themetechmount-blogbox-styleone  .themetechmount-blogbox-footer-left a {
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-left a:after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 0;
    left: auto;
    width: 100%;
    height: 1px;
    background: var(--body-blackfont-color);
    top: auto;
    bottom: 0;
    transition: 0.3s all;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-left a:hover:after {
    background-color: var(--ttm-skincolor);
}
.themetechmount-blogbox-styleone .themetechmount-box-content {
    box-shadow: 0 0 5px 4px rgb(0 0 0 / 7%);
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.themetechmount-blogbox-styleone:hover .themetechmount-box-content {
    transform: translate3d(0, -12px, 0);
    -webkit-transform: translate3d(0, -12px, 0);
    box-shadow: 0 8px 20px rgb(0 0 0 / 12%);
}
.themetechmount-element-blogbox-style1.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}
.themetechmount-blogbox-styleone .themetechmount-box-title h4 a:hover {
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-styleone .tm-featured-outer-wrapper .tm-featured-wrapper img {
    width: 100%;
}

.themetechmount-blogbox-styleone .themetechmount-box-content {
    padding: 25px 25px 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 11px 0px rgb(0 21 51 / 10%);
    background-color: #ffffff;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}

