
/*blog style 1*/
.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- {
    overflow: hidden;
    background: var(--ttm-greycolor);
    border-radius: 10px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details {
    padding: 50px 30px 36px 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-content {
    background-color: var(--ttm-greycolor) !important;
    display: flex;
    overflow: hidden;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left {
    padding: 0;
    margin: 0;
    width: 330px;
    overflow: hidden;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left .ttm-featured-outer-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 50% 50%; 
    width: 85px;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-post-cat {
    display: inline-block;
    background-color: #ecedfa;
    padding: 7px 20px;
    margin-bottom: 25px;
    border-radius: 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-post-cat .tm-meta-line.cat-links a {
    font-size: 14px;
    line-height: 24px;
    color: var(--ttm-skincolor);
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-post-cat 
.tm-meta-line.cat-links a:hover {
    color: var(--ttm-secondarycolor);
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-content {
    margin-bottom: 10px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-content .ttm-meta-box .author {
    text-transform: capitalize;
    margin-right: 20px;
    position: relative;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-content .ttm-meta-box .author:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 9px;
    height: 6px;
    width: 6px;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .ttm-blog-content a {
    color: rgba(0 0 0 / 0.7);
}

.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .themetechmount-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.tm-bgcolor-grey .themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details {
    background-color: var(--ttm-whitecolor);
}

.themetechmount-box-blog.themetechmount-blogbox-styleone:hover.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}



/*blogbox-styletwo*/

/*blogbox-styletwo*/

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- {
    overflow: hidden;
    border-radius: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content {
    background-color: var(--ttm-greycolor);
    overflow: hidden;
    padding: 30px 25px;
    clear: both;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
    text-align: left;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .tm-meta-line.byline {
    padding-right: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left {
    padding: 0;
    margin: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left .ttm-featured-outer-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left 
.ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 50% 50%;
    width: 200px;
    height: 205px;
    display: block;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    border-radius: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .tm-entry-meta-wrapper {
    margin-bottom: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .tm-entry-meta-wrapper .entry-meta .tm-meta-line.posted-on {

    border: 1px solid var(--ttm-bordercolor);
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-details .themetechmount-box-content-inner 
.tm-entry-meta-wrapper .entry-meta .tm-meta-line.posted-on i {
    display: none;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-details .themetechmount-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 21px;
    line-height: 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo:hover.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left 
.ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .tm-entry-meta-wrapper .entry-meta .tm-meta-line:after {
    content: unset;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .themetechmount-blogbox-desc-footer {
    padding-top: 20px;
    padding-bottom: 6px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .themetechmount-blogbox-footer-readmore a {
    font-size: 0;
    border: 1px solid var(--ttm-secondarycolor);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all .5s;
    background-color: transparent;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:after {
    content: "\f13c";
    font-family: 'flaticon_new_bussines_agency';
    position: absolute;
    transform: rotateZ(-45deg);
    bottom: 15px;
    left: 29px;
    z-index: 1;
    display: block;
    transition: all .5s;
    font-size: 20px;
    color: var(--ttm-secondarycolor);
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo:hover.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:after {
     transform: rotate(0deg);
    color: var(--ttm-whitecolor);;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo:hover.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .themetechmount-blogbox-footer-readmore a  {
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}

/*blog style 2*/

.themetechmount-box-blog-style2  {
   margin-bottom: 30px;
}
.themetechmount-box-blog-style2 .tm-featured-wrapper img {
    border-radius: 10px;
}

.themetechmount-box-blog-style2 .tm-blog-classic-box-content {
    margin-top: 37px;
}

.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-blog-post-cat .cat-links a {
    background-color: #ecedfa;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}

.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-blog-post-cat .cat-links a {  
    color: var(--ttm-skincolor);
}
.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-blog-post-cat .cat-links a:hover {  
    color: var(--ttm-secondarycolor);
}

.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-blog-post-cat {
    margin-bottom: 28px;
}

.themetechmount-box-blog-style2 .tm-blog-classic-box-content .entry-header h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
}

.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-classic-footer-meta .tm-entry-meta-wrapper .tm-entry-meta-blogclassic .tm-meta-line .author:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 7px;
    height: 6px;
    width: 6px;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
}


/*blog style 5*/
.themetechmount-blogbox-stylefive .tm-blog-post-cat .cat-links {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.themetechmount-blogbox-stylefive .tm-social-share-title {
    font-size: 0;
    color: #000;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.themetechmount-blogbox-stylefive .tm-blog-post-cat {
    display: inline-block;
}
.themetechmount-blogbox-stylefive:hover .themetechmount-box-desc {
    box-shadow: 0 10px 28px rgb(0 0 0 / 13%);
}
.themetechmount-blogbox-stylefive .themetechmount-box-desc {
    transition: 0.3s;
}

.themetechmount-blogbox-stylefive .tm-social-share-links {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0px;
    width: max-content;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateX(-80%);
}
.themetechmount-blogbox-stylefive:hover .tm-social-share-links {
    opacity: 1;
    transform: translateX(-90%);
}
.themetechmount-blogbox-stylefive .themetechmount-box-title h4 a:hover {
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-stylefive .themetechmount-blogbox-sharebox {
    position: relative;
    float: right;
}
.themetechmount-blogbox-stylefive .tm-entry-meta-wrapper {
    display: inline-block;
}
.themetechmount-blogbox-stylefive .tm-social-share-links ul li a {
    line-height: 40px !important;
    border-radius: 20px;
    font-size: 14px !important;
    border: 0;
    width: 30px;
    height: 30px;
}
.themetechmount-blogbox-stylefive .tm-social-share-links ul li a:hover {
    color: var(--body-blackfont-color);
    background-color: transparent !important;
}
.themetechmount-blogbox-stylefive .tm-entry-meta .tm-meta-line i {
    font-size: 0;
}
.themetechmount-blogbox-stylefive .themetechmount-box-desc {
    padding: 30px 30px 20px !important;
    box-shadow: 0px 0px 20px 6px rgb(2 1 41 / 7%);
    border-radius: 0 0 10px 10px;
}
.themetechmount-blogbox-stylefive .tm-featured-wrapper img{
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.themetechmount-blogbox-stylefive:hover .tm-featured-wrapper img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-blogbox-stylefive .tm-featured-outer-wrapper{
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.themetechmount-blogbox-stylefive .tm-box-post-date {
    position: relative;
    background-color: var(--ttm-skincolor);
    font-size: 15px;
    line-height: 26px;
    height: auto;
    width: auto;
    padding: 0px 20px 4px;
    right: auto;
    border-radius: 10px;
    display: inline-block;
    top: 0;
}
.themetechmount-blogbox-stylefive  .tm-box-post-date span {
    display: inline-block;
}
.themetechmount-blogbox-stylefive .themetechmount-box-desc .entry-header {
    padding-top: 15px;
}
.themetechmount-blogbox-stylefive .themetechmount-blogbox-desc-footer {
    padding-top: 15px;
    padding-bottom: 0px;
}


/*blog style 8*/

.themetechmount-blogbox-styleeight .tm-blog-post-cat .cat-links {
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    line-height: 20px;
    padding: 3px 14px;
    background: transparent;
    border: 1px solid var(--ttm-whitecolor);
    transition: all .6s ease;
}

.themetechmount-blogbox-styleeight .themetechmount-box-desc .entry-header {
    padding: 20px 0 5px;
}
.themetechmount-blogbox-styleeight .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
     content: unset;
}
.themetechmount-blogbox-styleeight .themetechmount-blogbox-desc-footer {
    padding-top: 5px;
    padding-bottom: 6px;
}
.themetechmount-blogbox-styleeight .themetechmount-box-desc {
    padding: 45px 50px 30px;
}
.themetechmount-blogbox-styleeight .themetechmount-box-desc {
    padding: 35px 35px 25px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    transition: all .5s ease;
    z-index: 1;
}
.themetechmount-blogbox-styleeight .ttm-post-featured-link-wrapper:before {
    content: '';
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 70%) 100%);
    width: 100%;
    height: 93%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .99;
    transition-property: top,opacity;
    transition-duration: 0.3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
}
.themetechmount-blogbox-styleeight .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 367px;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
    overflow: hidden;
    transform: scale(1.15);
    transition: opacity .95s ease 0s,transform .95s ease 0s;
}
.themetechmount-blogbox-styleeight:hover .ttm-post-featured-link-wrapper {
    transform: scale(1);
}
.themetechmount-blogbox-styleeight .tm-post-featured-outer-wrapper{
    border-radius: 15px;
    overflow: hidden;
   transition: all .6s ease;
}
.themetechmount-blogbox-styleeight:hover .tm-post-featured-outer-wrapper {
    border-radius: 25px;
}
.themetechmount-blogbox-styleeight .tm-blog-post-cat .cat-links a,
.themetechmount-blogbox-styleeight .themetechmount-box-desc .entry-header .themetechmount-box-title a,
.themetechmount-blogbox-styleeight .themetechmount-blogbox-desc-footer .tm-meta-line i,
.themetechmount-blogbox-stylenine .tm-blog-post-cat .cat-links a,
.themetechmount-blogbox-stylenine .themetechmount-box-desc .entry-header .themetechmount-box-title a:not(:hover),
.themetechmount-blogbox-stylenine .themetechmount-blogbox-desc-footer .tm-meta-line i{
    color: var(--ttm-whitecolor);
}
.themetechmount-blogbox-styleeight .themetechmount-blogbox-desc-footer .tm-meta-line a,
.themetechmount-blogbox-stylenine .themetechmount-blogbox-desc-footer .tm-meta-line a{
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
}
 .themetechmount-blogbox-styleeight .themetechmount-blogbox-desc-footer .tm-meta-line i,
  .themetechmount-blogbox-styleenine .themetechmount-blogbox-desc-footer .tm-meta-line i {
    font-size: 16px;
 }
.themetechmount-blogbox-styleeight .tm-blog-post-cat .cat-links a,
.themetechmount-blogbox-stylenine .tm-blog-post-cat .cat-links a {
    font-style: italic;
    font-size: 12px;
}
.themetechmount-blogbox-styleeight .themetechmount-box-desc .entry-header .themetechmount-box-title h4 {
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
}
/*blog style 8*/
/*blog style 9*/


/*blogbox-stylenine*/

.themetechmount-box-blog.themetechmount-blogbox-stylenine {
    overflow: hidden;
    background: var(--ttm-secondarycolor);
    border-radius: 15px;
    padding: 30px;
    transition: all .6s ease;
}
.themetechmount-box-blog.themetechmount-blogbox-stylenine:hover{
    border-radius: 30px;
    
}
.themetechmount-blogbox-stylenine .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    content: unset;
}
.themetechmount-box-blog.themetechmount-blogbox-stylenine.themetechmount-blogbox-format- .themetechmount-box-content {
    display: flex;   
    overflow: hidden;
    color: var(--ttm-whitecolor);
}
.themetechmount-blogbox-stylenine .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    display: block;
    height: 136px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    width: 195px;
}
.themetechmount-blogbox-stylenine .tm-blog-post-cat .cat-links {
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    line-height: 20px;
    padding: 2px 14px;
    background: transparent;
    border: 1px solid var(--ttm-whitecolor);
    margin-bottom: 12px;
    transition: all .6s ease;
}
.themetechmount-blogbox-stylenine .tm-post-featured-outer-wrapper {
    border-radius: 15px;
    overflow: hidden;
    transition: all .6s ease;
}

.themetechmount-blogbox-stylenine .themetechmount-box-desc {
    padding: 0px 0px 0 30px;
}
.themetechmount-blogbox-stylenine .themetechmount-box-desc .entry-header .themetechmount-box-title h4 {
    font-size: 18px;
    line-height: 28px;
}
.themetechmount-blogbox-stylenine .themetechmount-blogbox-desc-footer {
    padding-top: 10px;
    padding-bottom: 0px;
}
.themetechmount-blogbox-stylenine .themetechmount-blogbox-desc-footer .tm-entry-meta .tm-meta-line,
.themetechmount-blogbox-styleeight .themetechmount-blogbox-desc-footer .tm-entry-meta .tm-meta-line{
    padding-right: 10px;
    position: relative;
}

@media (max-width:600px) {
	.themetechmount-box-blog.themetechmount-blogbox-stylenine.themetechmount-blogbox-format- .themetechmount-box-content {
    display: block;
   }
   .themetechmount-blogbox-stylenine .ttm-post-featured-link-wrapper {
        width: 100%;
    }
    .themetechmount-blogbox-stylenine .themetechmount-box-desc {
    padding: 30px 0px 0 0px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylenine {
    padding: 30px 30px 20px;
    }
}

/*** style fourteen ***/
.themetechmount-blogbox-stylefourteen .ttm-entry-meta-blogbox {
    display: flex;
    margin-bottom: 30px;
}
.themetechmount-blogbox-stylefourteen .author-image {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 22px;
}
.themetechmount-blogbox-stylefourteen .ttm-meta-author .author {
    display: block;
}
.themetechmount-blogbox-stylefourteen .ttm-meta-author .author.vcard a, .themetechmount-blogbox-stylefourteen .ttm-meta-author .ttm-meta-line a {
    color: var(--body-fonts-color);
}
.themetechmount-blogbox-stylefourteen .ttm-meta-author .author.vcard a:hover, .themetechmount-blogbox-stylefourteen .ttm-meta-author .ttm-meta-line a:hover {
    color: var(--ttm-skincolor);
}
.themetechmount-blogbox-stylefourteen .ttm-meta-author {
    padding-top: 8px;
}
.themetechmount-blogbox-stylefourteen .ttm-blog-post-cat .tm-meta-line.cat-links a {
    color: var(--body-fonts-color);
    background: var(--ttm-greycolor);
    padding: 4px 18px;
    border-radius: 50px;
    margin-right: 10px;
	font-size: 15px;
}
.themetechmount-blogbox-stylefourteen span.tm-meta-line.cat-links {
    font-size: 0;
}
.themetechmount-blogbox-stylefourteen .ttm-blog-post-cat .tm-meta-line.cat-links a:last-child {
    margin-right: 0;
}
.themetechmount-blogbox-stylefourteen .ttm-blog-post-cat .tm-meta-line.cat-links a:hover {
    color: var(--ttm-skincolor);
}
.themetechmount-blogbox-stylefourteen .ttm-blog-post-cat {
    margin-bottom: 35px;
}
.themetechmount-blogbox-stylefourteen .themetechmount-blogbox-footer-readmore {
    margin-top: 17px;
    display: inline-block;
    position: relative;
}
.themetechmount-blogbox-stylefourteen .themetechmount-blogbox-footer-readmore a:before {
    content: '\e86d';
    font-family: 'tm-ttmbusiness-icons';
    position: absolute;
    right: -20px;
    left: auto;
    top: 14px;
    font-size: 14px;
    transition: all .3s ease;
}
.themetechmount-blogbox-stylefourteen .themetechmount-blogbox-footer-readmore a:hover:before {
    right: -23px;
    transition: all .3s ease;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .post-item .themetechmount-box-content {
    padding: 57px 50px 47px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    margin: 20px 0;
    transition: all 0.5s ease;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefourteen:hover .post-item .themetechmount-box-content {
    transform: translateY(-5px);
    transition: all 0.5s ease;
}
.themetechmount-blogbox-stylefourteen .themetechmount-box-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* blog style 15 */
.themetechmount-box-blog-style15 .tm-classic-footer-meta.col-md-6 {
    padding: 0 0 0 5px;
	width: 49%;
}
.themetechmount-box-blog-style15 .ttm-meta-author,
.themetechmount-box-blog-style15 span.author-image,
.themetechmount-box-blog-style15 .ttm-blog-post-cat {
    display: inline-block;
}
.themetechmount-box-blog-style15 .entry-meta.ttm-entry-meta.ttm-entry-meta-blogbox {
    display: inline-block;
	padding-right: 19px;
}
.themetechmount-box-blog-style15 .ttm-blog-post-cat a,
.themetechmount-box-blog-style15 .entry-meta.ttm-entry-meta.ttm-entry-meta-blogbox a {
	color: var(--body-fonts-color);
}
.themetechmount-box-blog-style15 .themetechmount-box-title h4 {
    font-size: 35px;
    line-height: 45px;
}
.themetechmount-element-blogbox-style15.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding: 0;
}
.themetechmount-box-blog-style15 .ttm-post-featured-link-wrapper {
    height: 504px;
    width: auto;
    background-position: center;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
}
.themetechmount-box-blog-style15 .themetechmount-box-desc-text {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
	margin-bottom: 30px;
}
.themetechmount-box-blog-style15 .author-image img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
}
.themetechmount-box-blog-style15 .ttm-by-author {
    font-size: 14px;
	line-height:24px;
	display: block;
}
.tm-headerstyle-classic-elegant2 .themetechmount-box-blog-style15 .ttm-meta-author a {
    font-size: 18px;
    line-height: 28px;
}
.themetechmount-box-blog-style15 span.author.vcard {
    vertical-align: middle;
    display: inherit;
    padding-left: 10px;
}
.themetechmount-box-blog-style15 .ttm-meta-author a {
    font-size: 18px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.themetechmount-box-blog-style15 .tm-social-share-links ul li a {
    border: 1px solid var(--ttm-secondarycolor);
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 15px;
    border-radius: 30px;
    background-color: var(--ttm-whitecolor);
}
.themetechmount-box-blog-style15 .ttm-meta-author:after {
    position: absolute;
    content: '/';
    left: auto;
    content: '';
    height: 37px;
    width: 1px;
    background-color: var(--body-fonts-color);
    right: -20px;
    top: 8px;
}
.themetechmount-box-blog-style15 .ttm-meta-author {
    position: relative;
}
.themetechmount-box-blog-style15 .tm-social-share-links ul li a:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
.themetechmount-pagination .page-numbers.current, .themetechmount-pagination .page-numbers:hover {
    color: #fff;
}
.themetechmount-box-blog-style15 .post-item {
    display: flex;
}
.themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
    padding: 72px 46px 75px 46px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    width: 51%;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 50px 0px rgba(1, 14, 42, 0.1);
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.themetechmount-box-blog-style15 .ttm-blog-post-cat {
    padding-left: 19px;
    position: relative;
}
.themetechmount-box-blog-style15 .ttm-blog-post-cat:after {
    position: absolute;
    content: '/';
    left: -5px;
}
.themetechmount-box-blog-style15 .themetechmount-box-title {
    padding-top: 5px;
}
.themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
     overflow: hidden;
}
.themetechmount-box-blog-style15 .tm-social-share-links {
    width: max-content;
}
.themetechmount-box-blog-style15 .tm-show-sharelinks .tm-social-share-links {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.themetechmount-box-blog-style15 .tm-social-share-links ul li {
    display: inline-block;
    padding-right: 6px;
}
.themetechmount-box-blog-style15 .tm-socialbox {
    position: relative;
}
.themetechmount-box-blog-style15 .tm-social-share-title {
    cursor: pointer;
}
.themetechmount-box-blog-style15 .tm-social-share-title:after {
    position: absolute;
    background-image: url(../images/share.png);
    content: '';
    height: 27px;
    width: 27px;
    font-family: "tm-ttmbusiness-icons";
	font-size: 26px;
}
.themetechmount-box-blog-style15 .tm-social-share-wrapper.tm-social-share-post-wrapper {
    position: absolute;
    right: auto;
    bottom: 56px;
    left: 38%;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .post-item {
    display: flex;
    flex-direction: row-reverse;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
    width: 50.53%;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
	border-radius: 10px 0 0 10px;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .ttm-post-featured-link-wrapper {
	border-radius: 0 10px 10px 0;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .tm-classic-footer-meta.col-md-6 {
    padding: 0;
    width: 49%;
}

/* styleeleven */
.themetechmount-blogbox-styleeleven .ttm-post-featured-link-wrapper {
    padding: 301px 0 0 524px;
    border-radius: 10px;
	overflow: hidden;
	transition: all 500ms ease;
    width: 100%;
	background-position: top;
    background-size: cover;
}
.themetechmount-blogbox-stylethirteen .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper,
.themetechmount-blogbox-styleeleven .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-blogbox-stylethirteen:hover .ttm-post-featured-link-wrapper,
.themetechmount-blogbox-styleeleven:hover .ttm-post-featured-link-wrapper {
    transform: scale(1.02);
}
.themetechmount-blogbox-styleeleven .themetechmount-box-title h4 a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
	color: #fff;
}
.themetechmount-blogbox-styleeleven .themetechmount-box-content {
    position: relative;
}
.themetechmount-blogbox-styletwelve .tm-entry-meta-wrapper,
.themetechmount-blogbox-stylethirteen .tm-entry-meta-wrapper,
.themetechmount-blogbox-styleeleven .tm-entry-meta-wrapper {
    font-size: 15px;
	margin: 0px 0px 5px 0px;
}
.themetechmount-blogbox-styleeleven .tm-entry-meta .tm-meta-line {
    padding-right: 10px;
}
.themetechmount-blogbox-styletwelve .tm-entry-meta .tm-meta-line i,
.themetechmount-blogbox-stylethirteen .tm-entry-meta .tm-meta-line i,
.themetechmount-blogbox-styleeleven .tm-entry-meta .tm-meta-line i {
	display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwelve .themetechmount-box-content .tm-entry-meta .tm-meta-line:after,
.themetechmount-box-blog.themetechmount-blogbox-styleeleven .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    width: 0;
}
.themetechmount-blogbox-styleeleven .themetechmount-box-desc {
    position: absolute;
    bottom: 30px;
    left: 30px;
	z-index: 11;
}
.themetechmount-blogbox-styleeleven .ttm-post-featured-link-wrapper:before {
    position: absolute;
	content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to bottom,rgba(4,62,76,0) 20%,rgb(23 23 23) 100%);
    border-radius: 10px;
}

.themetechmount-blogbox-styletwelve .tm-entry-meta .tm-meta-line a,
.themetechmount-blogbox-styleeleven .tm-entry-meta .tm-meta-line a {
    color: #fff;
}
.themetechmount-blogbox-styletwelve .themetechmount-box-title h4 a:hover {
    color: #fff;
}
.themetechmount-blogbox-styletwelve .themetechmount-box-title h4 a {
    font-size: 24px;
    line-height: 34px;
	color: #fff;
}
.themetechmount-blogbox-styletwelve .post-item {
    padding: 33px 30px 0;
}
.themetechmount-blogbox-styletwelve .themetechmount-box-desc-text {
    padding-top: 16px;
	color: rgba(255, 255 ,255 , 0.60);
}
.tm-bgcolor-grey-inner .elementor-inner-column.elementor-element:hover img {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.tm-icon-one .themetechmount-iconbox-styleeighteen .tm-number-wrapper {
    padding: 0px 0px 0 13px;
}
.themetechmount-blogbox-stylethirteen .ttm-post-featured-link-wrapper {
    padding-top: 322px;
    padding-left: 303px;
    margin-right: 30px;
	border-radius: 10px;
	transition: all 500ms ease;
	width: 303px;
	background-position: top;
    background-size: cover;
}
.themetechmount-blogbox-stylethirteen .themetechmount-box-title h4 a {
    font-size: 24px;
    font-weight: 600;
}
.themetechmount-blogbox-stylethirteen .themetechmount-box-desc-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
    padding-top: 30px;
}
.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
    padding: 30px 30px 30px;
    background-color: var(--ttm-greycolor);
	border-radius: 10px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethirteen .themetechmount-box-desc-text {
    padding-top: 4px;
}
.themetechmount-blogbox-stylethirteen .themetechmount-blogbox-footer-left {
    font-size: 14px;
    text-transform: uppercase;
	padding-top: 16px;
	font-family: var(--special-element-fontfamily);
}
.themetechmount-blogbox-stylethirteen .themetechmount-blogbox-footer-left a {
    position: relative;
	padding-right: 24px;
	font-weight: 600;
}
.themetechmount-blogbox-stylethirteen .themetechmount-blogbox-footer-left a:after {
    content: '\e826';
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    right: 0;
    font-weight: 400;
    font-size: 14px;
    top: -2px;
    font-style: normal;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
    display: table-cell;
    vertical-align: middle;
}
.themetechmount-blogbox-stylethirteen .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    display: table-cell;
}
@media (max-width: 1339px){
	.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .post-item .themetechmount-box-content {
		padding: 32px 50px 24px;
	}
	.themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
		padding: 52px 46px 67px 46px;
	}
	.themetechmount-box-blog-style15 .themetechmount-box-title h4 {
		font-size: 38px;
	}
	.themetechmount-box-blog-style15 .themetechmount-box-title {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}



@media (max-width:991px) {

    .themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-content {
        display: block;
    }
	.themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
		padding: 30px 30px 67px;
	}
	.single-post.tm-headerstyle-toplogo .tm-blog-classic-box-comment {
		padding: 2px 30px 30px;
		margin: 50px 0;
	}
	.single-post .comments-area {
		margin-top: 0;
	}
    .themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left {
        width: 500px;
        height: 300px;
    }	
	.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
		display: block;
		margin-top: 15px;
	}
	.themetechmount-blogbox-stylethirteen .ttm-post-featured-link-wrapper {
		margin-right: 0;    
	}
	.themetechmount-box-blog-style15 .post-item,
	.themetechmount-blogbox-stylethirteen .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
		display: block;
	}
	.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
		display: block;
		margin-top: 30px;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .tm-classic-footer-meta.col-md-6,
	.themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6,
	.themetechmount-blogbox-stylethirteen .ttm-post-featured-link-wrapper {
		width: 100% !important;
	}  
	.themetechmount-box-blog-style15 .tm-classic-footer-meta.col-md-6 {
		padding: 0;
		width: 100%;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .ttm-post-featured-link-wrapper,
	.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6,
	.themetechmount-box-blog-style15 .ttm-post-featured-link-wrapper,
	.themetechmount-box-blog-style15 .themetechmount-box-details.col-md-6 {
		border-radius: 0;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-box-blog-style15 .post-item {
		display: block;
	}
}

@media (max-width: 767px){
	.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .post-item .themetechmount-box-content {
		padding: 32px 30px 24px;
	}

    .themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content {
        display: block;
    }

    .themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left, 
    .themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-img-left .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
        width: 100%;
        height: 250px;
    }

    .themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details {
        padding-left: 0px;
    }

    .themetechmount-box-blog.themetechmount-blogbox-styletwo.themetechmount-blogbox-format- .themetechmount-box-content .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:after {
        bottom: 5px;
        left: 9px;
    }


}

@media (max-width: 680px){
	.themetechmount-box-blog-style15 .themetechmount-box-title h4 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (min-width:1201px) and (max-width:1339px) {
	.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
		padding: 28px 20px 28px;
	}
	.themetechmount-blogbox-stylethirteen .ttm-post-featured-link-wrapper {
		padding-left: unset;
		width: auto;
	}
	.themetechmount-blogbox-stylethirteen .tm-blog-classic-box-content {
		width: 50%;
	}
}

@media only screen and (min-width:991px) and (max-width:1200px) {
	.themetechmount-blogbox-stylethirteen .ttm-post-featured-link-wrapper {
		padding-left: 120px;
		margin-right: 29px;
		width: auto;
	}
}
/***********blogbox style 16 css***********/
.themetechmount-blogbox-style16 {
    padding: 40px;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    border-style: solid;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(249,249,249) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(249,249,249) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,249,249) 0%, rgb(255,255,255) 100%);
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-box-title h4 a:hover,
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .themetechmount-box-title h4 a:hover {
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-style16 .themetechmount-box-details .ttm-blog-post-cat {
    margin-bottom: 22px;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .ttm-blog-content .ttm-meta-line {
    position: relative;
    padding-right: 10px;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .entry-meta.tm-entry-meta .tm-meta-line i,
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .entry-meta.tm-entry-meta .tm-meta-line i{
    display: none;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .tm-meta-line.posted-on:after ,
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .tm-meta-line.posted-on:after{
    background-color: #00000033;
    content: '';
    width: 1px;
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0px;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .entry-meta.tm-entry-meta .tm-meta-line ,
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .entry-meta.tm-entry-meta .tm-meta-line{
    font-size: 16px;
    line-height: 24px;
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-style16 .themetechmount-box-details .ttm-blog-content .ttm-meta-box {
    margin-bottom: 15px;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-blogbox-footer-readmore {
    padding: 0;
    margin: 0;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-blogbox-footer-readmore a {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    display: block;
    width: max-content;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:after {
    content: "";
    background: var(--ttm-skincolor);
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 2px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.themetechmount-blogbox-style16 .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:hover {
    color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
.themetechmount-blogbox-style16 .themetechmount-box-details .ttm-blog-content .ttm-meta-box .tm-entry-meta-blogbox .tm-meta-line.comments-link {
    padding-right: 0;
}
/**************blogbox style 17 css*********************/
.themetechmount-blogbox-style17 .post-item .tm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 640px;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
    overflow: hidden;
}
.themetechmount-blogbox-style17 .post-item .tm-featured-outer-wrapper .ttm-post-featured-link-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .41);
    z-index: 1;
    transition: all .9s ease;
}

.themetechmount-blogbox-style17 .post-item .tm-featured-outer-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner {
    position: absolute;
    top: 10%;
    bottom: auto;
    left: 6%;
    right: auto;
    transition: all .5s ease;
    z-index: 1;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-post-cat .tm-meta-line.cat-links a,
.themetechmount-blogbox-style16 .themetechmount-box-details .ttm-blog-post-cat .tm-meta-line.cat-links a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid var(--body-blackfont-color);
    border-radius: 8px;
    padding: 5px 20px;
	margin-right: 10px;
    transition: all .5s ease;
}
.themetechmount-blogbox-style17 span.tm-meta-line.cat-links,.themetechmount-blogbox-style16 span.tm-meta-line.cat-links {
    font-size: 0;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-post-cat {
    margin-bottom: 22px;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-line a {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-line {
    position: relative;
    padding-right: 10px;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-post-cat .tm-meta-line.cat-links a:hover,
.themetechmount-blogbox-style16 .themetechmount-box-details .ttm-blog-post-cat .tm-meta-line.cat-links a:hover {
    color: var(--ttm-whitecolor);
    background-color: var(--body-blackfont-color);
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-post-cat {
    margin-bottom: 22px;
    display: inline;
    background-color: #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 30px 20px 20px 20px;
     border-radius: 10px 10px 0px 0;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .tm-meta-line.posted-on {
    position: relative;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box .entry-meta.tm-entry-meta {
    display: inline;
    background-color: #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    /* -webkit-box-decoration-break: clone; */
    box-decoration-break: clone;
    padding: 20px 30px 30px 20px;
    border-radius:0 10px 10px;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .themetechmount-box-title h4 {
    line-height: 35px;
    display: inline;
    background-color: #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 15px 20px 15px;
    border-radius: 0 10px 10px;
}

.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .themetechmount-box-title {
    width: 50%;
    padding-top: 5px;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content {
    padding-top: 25px;
}
.themetechmount-blogbox-style17 .post-item .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-box {
    margin-bottom: 0;
}
/* style 18 */

.themetechmount-blogbox-styleeighteen .ttm-post-featured-link-wrapper {    
    z-index: 11;
	height: 332px;
    width: 425px;
    border-radius: 17px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: none;
	background-size: cover;
}
.themetechmount-blogbox-styleeighteen:hover .ttm-post-featured-link-wrapper {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.themetechmount-blogbox-styleeighteen .post-item {
    z-index: 1;
    position: relative;
}
.themetechmount-blogbox-styleeighteen:hover .post-item:before {
    opacity: 1;
    backface-visibility: visible;
}
.themetechmount-blogbox-styleeighteen .post-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(0 ,0 ,0 , 0.70);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
	border-radius: 15px;
    backface-visibility: hidden;
    transition: all .5s ease-in-out;
	border-radius: 15px;
}
.themetechmount-blogbox-styleeighteen .themetechmount-box-title a {
	transition: all .3s ease-in-out;
}
.themetechmount-blogbox-styleeighteen .item-figure {
    opacity: 0;
	overflow: hidden;
	border-radius: 17px;
}
.themetechmount-blogbox-styleeighteen:hover .item-figure {
    opacity: 1;
}
.themetechmount-blogbox-styleeighteen .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	background-color: var(--ttm-greycolor);
    padding: 18px 30px 30px;
    border-radius: 15px;
	z-index: 1;
}
.themetechmount-blogbox-styleeighteen:hover .item-content {
    background-color: transparent;
}
.themetechmount-blogbox-styleeighteen .ttm-blog-post-cat a {
    font-weight: 400;
    font-size: 14px;
    border-radius: 19px;
    padding-right: 5px;
    color: #fff;
}
.themetechmount-blogbox-styleeighteen .ttm-blog-post-cat a:last-child {
    padding-left: 5px;
}
.themetechmount-box-blog.themetechmount-blogbox-styleeighteen .tm-box-post-date {
    color: var(--ttm-secondarycolor);
    text-align: center;
    background-color: transparent;
	position: relative;
    top: auto;
    right: auto;
	font-weight: 500;    
	width: auto;
    height: auto;
    text-align: left;
    display: flex;
	transition: all .3s ease-in-out;
}
.themetechmount-blogbox-styleeighteen:hover .themetechmount-box-title {
    border-color: rgba(255, 255 ,255 , 0.15);
}
.themetechmount-box-blog.themetechmount-blogbox-styleeighteen .tm-box-post-date span {
	font-size: 38px;
	line-height: 41px;
	padding-top: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-styleeighteen .tm-box-post-date .tm-month {
    padding: 0 11px;
    width: 85px;
    font-size: 16px;
    line-height: 20px;
}
.themetechmount-blogbox-styleeighteen:hover .tm-entry-meta .tm-meta-line a,
.themetechmount-blogbox-styleeighteen:hover .themetechmount-box-title h4 a,
.themetechmount-box-blog.themetechmount-blogbox-styleeighteen:hover .tm-box-post-date {
    color: #fff;
}
.themetechmount-blogbox-styleeighteen .ttm-blog-post-cat {
    display: inline-block;
	padding: 0 15px 0 20px;
	border-radius: 19px;
	color: #fff;
}
.themetechmount-blogbox-styleeighteen .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
	margin-bottom: 6px;
}
.themetechmount-blogbox-styleeighteen .themetechmount-box-info {    
    padding: 0px 20px;
}
.themetechmount-blogbox-styleeighteen .tm-entry-meta .tm-meta-line i {
	display: none;
}
.themetechmount-blogbox-styleeighteen .tm-entry-meta .tm-meta-line a {
    font-size: 16px;
    color: var(--ttm-secondarycolor);
	transition: all .3s ease-in-out;
}
.themetechmount-blogbox-styleeighteen span.tm-meta-line.byline {
    float: right;
}
.themetechmount-blogbox-styleeighteen .themetechmount-box-title {
    padding-top: 13px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

@media only screen and (min-width:1025px) and (max-width:1339px) {
	.themetechmount-blogbox-styleeighteen .themetechmount-box-title h4 {
		font-size: 20px;
		line-height: 30px;
	}
}


@media (max-width:1024px) {
	.themetechmount-blogbox-styleeighteen .themetechmount-box-title h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.themetechmount-blogbox-styleeighteen .item-content {
		padding: 16px 20px 30px;
	}
}
@media (max-width:991px) {
	.themetechmount-blogbox-styleeighteen .item-content {
		padding: 16px 20px 16px;
	}
	.themetechmount-blogbox-styleeighteen .ttm-post-featured-link-wrapper {
		height: auto;
		width: 480px;
		padding-top: 270px;
	}
	.themetechmount-blogbox-styleeighteen .themetechmount-box-title a {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width:767px) {
	.themetechmount-blogbox-styleeighteen .ttm-post-featured-link-wrapper {
		height: 238px;
		width: 100%;
		padding-top: 238px;
	}
	.themetechmount-blogbox-styleeighteen .themetechmount-box-title a {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.themetechmount-blogbox-styleeighteen:hover .ttm-post-featured-link-wrapper {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:after,
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:before {
	content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    transform-origin: left;
    transition: 0.4s ease-out;
	z-index: -1;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:after {
    background-color: var(--ttm-skincolor);
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:before {
    transition-delay: 0.15s;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover:after,
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover:before {
    top: -1px;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-out;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover:after {
    transition-delay: 0.15s;
}


/**blog style 19**/

.themetechmount-blogbox-style19 .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: center;
    padding-top: 362px;
    transition: all .6s ease-in-out;
    webkit-transition: all .6s ease-in-out;
    border-radius: 10px;
}
.themetechmount-blogbox-style19  .themetechmount-box-desc {
    padding-top: 14px;
}
.themetechmount-blogbox-style19:hover .ttm-post-featured-link-wrapper {
    padding-top: 300px;
}
.themetechmount-blogbox-style19 .themetechmount-box-desc .tm-entry-meta .tm-meta-line i {
    display: none;
}
.themetechmount-blogbox-style19 .themetechmount-box-desc .tm-entry-meta .tm-meta-line a {
    color: var(--body-fonts-color);
}
.themetechmount-blogbox-style19 .themetechmount-box-content h4 {
    font-size: 20px !important;
    line-height: 30px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/**blog style 19**/

/*---blogbox style20---*/
.themetechmount-blogbox-style20 .ttm-post-featured-link-wrapper {
    padding-top: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.themetechmount-blogbox-style20 .tm-blog-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px;
}
.themetechmount-blogbox-style20 .themetechmount-box-title h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}
.themetechmount-blogbox-style20 .themetechmount-box-title h4 a {
    color: #fff;
}
.themetechmount-blogbox-style20 .tm-entry-meta .tm-meta-line {
    color: rgba(255 , 255 , 255 , 0.70);
    padding-right: 20px;
}
.themetechmount-blogbox-style20 .tm-entry-meta .tm-meta-line i {
    display: none;
}
.themetechmount-blogbox-style20 .tm-blog-box-content .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: rgba(255 , 255 , 255 , 0.70);
    margin-top: 2px;
}
.themetechmount-blogbox-style20 .tm-blog-box-content .tm-entry-meta .tm-meta-line:last-child:after {
    content: unset;
}
.themetechmount-blogbox-style20 .tm-featured-outer-wrapper:before {
    content: '';
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
    border-radius: 15px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
}
.themetechmount-blogbox-style20 .tm-entry-meta-wrapper {
    margin: 0px 0px 14px 0px;
    font-size: 15px;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid #fff;
}
/*---blogbox style20---*/

/**/

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content {
    padding: 25px;
    background-color: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc .tm-entry-meta-wrapper {
    margin-bottom: 20px;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc 
.tm-entry-meta-wrapper .entry-meta .tm-meta-line.posted-on {

    border: 1px solid var(--ttm-bordercolor);
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 15px;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .tm-post-featured-outer-wrapper img {
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    border-radius: 20px;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta .tm-meta-line.posted-on i {
    display: none;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta 
.tm-meta-line:after {
    content: unset;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-footer-readmore a {
    font-size: 0;
    border: 1px solid var(--ttm-secondarycolor);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all .5s;
    background-color: transparent;
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-footer-readmore a:after {
    content: "\f13c";
    font-family: 'flaticon_new_bussines_agency';
    position: absolute;
    transform: rotateZ(-45deg);
    bottom: 30px;
    left: 35px;
    z-index: 1;
    display: block;
    transition: all .5s;
    font-size: 20px;
    color: var(--ttm-secondarycolor);
}

.themetechmount-box.themetechmount-blogbox-styletwentyone:hover .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-footer-readmore a:after  {
    transform: rotate(0deg);
    color: var(--ttm-whitecolor);
}

.themetechmount-box.themetechmount-blogbox-styletwentyone:hover .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-footer-readmore a  {
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}

.themetechmount-box.themetechmount-blogbox-styletwentyone .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-footer-readmore {
    margin-top: 16px;
}


/**blog style 23**/
.themetechmount-blogbox-style23 .themetechmount-box-content-inner {
    background: var(--ttm-secondarycolor);
    width: 68%;
    margin: -80px 75px 0 auto;
    z-index: 1;
    position: relative;
    padding: 35px 50px;
    border-radius: 25px;
}
.themetechmount-blogbox-style23 .themetechmount-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-blogbox-style23 .ttm-blog-post-border {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.19);
    margin-bottom: 15px;
}
.themetechmount-blogbox-style23 .ttm-blog-content {
    margin-bottom: 8px;
    font-size: 13px;
}
.themetechmount-blogbox-style23 .ttm-blog-post-cat {
    font-size: 13px;
}
.themetechmount-blogbox-style23 .ttm-meta-author span.ttm-by-author {
    color: var(--ttm-whitecolor);
    text-transform: capitalize;
}
.themetechmount-blogbox-style23.themetechmount-box-blog .tm-box-post-date {
    background-color: var(--ttm-skincolor);
    border-radius: 15px;
    left: -50px;
    right: auto;
    height: 70px;
    width: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.themetechmount-blogbox-style23.themetechmount-box-blog .tm-box-post-date span {
    padding: 0;
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    font-size: var(--body-font-size);
    line-height: 30px;
    border-radius: 10px;
    margin-bottom: 3px;
}
.themetechmount-blogbox-style23.themetechmount-box-blog .tm-box-post-date {
    background-color: var(--ttm-skincolor);
    border-radius: 15px;
    left: -50px;
    right: auto;
    height: 70px;
    width: 80px;
    top: 55px;
    bottom: auto;
    margin: auto;
    padding: 5px;
    font-size: 18px;
    font-weight: var(--special-element-fontweight);
    line-height: initial;
}
.themetechmount-blogbox-style23 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    border-radius: 20px;
    overflow: hidden;
}
.themetechmount-blogbox-style23 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper a img {
    transition: all 0.5s ease;
}
.themetechmount-blogbox-style23 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper a:hover img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
    transition: all 0.5s ease;
}
.themetechmount-blogbox-style23 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
}
.themetechmount-blogbox-style23 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper a:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@media (max-width:1024px) {
.themetechmount-blogbox-style23 .themetechmount-box-content-inner {
    width: 72%;
    margin: -80px 25px 0 auto;
    padding: 35px 30px 30px 40px;
}
}
/**blog style 23**/
/*blog style 22*/

.themetechmount-blogbox-style22 {
    position: relative;
}
.themetechmount-blogbox-style22 .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 200px;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
    overflow: hidden;
    transition: opacity .95s ease 0s,transform .95s ease 0s;
    border-radius: 10px;
}
.themetechmount-blogbox-style22 .post-item {
    padding: 32px 30px 50px;
    border-radius: 20px;
    background-color: var(--ttm-whitecolor);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 11;
    position: relative;
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-style22:hover .post-item {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.1);
}
.themetechmount-blogbox-style22 .tm-entry-meta .tm-meta-line i {
    font-size: 0;
}
.themetechmount-blogbox-style22 .tm-entry-meta .tm-meta-line a {
    color: var(--body-fonts-color);
}
.themetechmount-blogbox-style22  .themetechmount-box-title h4 {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-blogbox-style22 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    content: ",";
    width: 0;
    right: 1px;
    top: 0;
    margin-top: -3px;
}
.themetechmount-blogbox-style22 .tm-entry-meta .tm-meta-line {
    padding-right: 5px;
}
.themetechmount-blogbox-style22 .themetechmount-box-desc{
    padding-bottom: 20px;
}
.themetechmount-blogbox-style22 .tm-entry-meta-wrapper {
    margin: 0px 0px 0px 0px;
}
.themetechmount-blogbox-style22 .themetechmount-box-title h4 a{
    background-image: linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor)), linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.8s linear;
}
.themetechmount-blogbox-style22:hover .themetechmount-box-title h4 a{
    background-size: 0 1px, 100% 1px;
    color: var(--ttm-secondarycolor);
}
/*blog style 10*/
.themetechmount-blogbox-styleten .post-item>.themetechmount-box-content {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.themetechmount-blogbox-styleten .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    display: block;
    height: 355px;
    width: 500px;
    filter: grayscale(100%);
    transition: all 0.3s ease-out 0s;
}
.themetechmount-blogbox-styleten  .tm-box-post-date {
    background-color: var(--ttm-skincolor);
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 26px;
    padding: 4px 20px 7px;
    top: 20px;
    left: 20px;
    right: auto;
    border-radius: 5px;
}
.themetechmount-blogbox-styleten  .tm-box-post-date span {
    display: inline-block;
}
.themetechmount-blogbox-styleten .themetechmount-box-desc {
    padding: 6px 32px 20px 33px;
    box-shadow: rgba(43, 52, 59,0.10) 0px 0px 10px 0px;
    background-color: var(--ttm-secondarycolor);
    left: -320px;
    top: auto;
    bottom: 0;
    position: absolute;
    text-align: left;
}
.themetechmount-blogbox-styleten .tm-entry-meta .tm-meta-line i {
    display: none;
}
.themetechmount-blogbox-styleten .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
     background-color: rgb(231 231 231 / 43%);
   }
.themetechmount-blogbox-styleten .themetechmount-blogbox-desc-footer {
      padding-bottom: 0;
}
.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-readmore {
    padding-top: 0;
}
@media (max-width: 1200px){
.themetechmount-blogbox-styleten:hover .post-item>.themetechmount-box-content {
    border-radius: 10px;
}
.themetechmount-blogbox-styleten:hover .ttm-post-featured-link-wrapper {
    border-radius: 0 !important;
}

.themetechmount-blogbox-styleten .post-item>.themetechmount-box-content {
    display: block;
}
.themetechmount-blogbox-styleten .themetechmount-box-desc {
    left: 0;
    top: auto;
    bottom: 0;
    position: relative;
      padding: 6px 18px 20px 18px;
}
.themetechmount-blogbox-styleten .ttm-post-featured-link-wrapper{
    width: 100%;
}
.themetechmount-blogbox-styleten  .themetechmount-box-contents.col-md-5{
    width: 100%;
    padding: 0;
}
}


.themetechmount-blogbox-styleten .themetechmount-box-desc {
    padding: 5px 32px 30px 33px;
  }
.themetechmount-blogbox-styleten:hover .ttm-post-featured-link-wrapper {
    filter: grayscale(0);
   border-radius:10px;
}

.themetechmount-blogbox-styleten .themetechmount-box-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/************************************blogbox style 24 css *******************************/
.themetechmount-box-blog.themetechmount-blogbox-style24 {
    position: relative;
    padding: 35px 0 40px;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    border-top: 1px solid var(--ttm-secondarycolor);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.themetechmount-box-blog.themetechmount-blogbox-style24:hover {
    border-top: 1px solid transparent;
}
.themetechmount-boxes-blog.themetechmount-element-blogbox-style24 .tm-box-col-wrapper:last-child .themetechmount-blogbox-style24:hover{
        border-bottom:  1px solid transparent;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-box-desc .tm-blog-post-cat {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-box-desc .tm-blog-post-cat .themetechmount-blogbox-desc-footer {
    padding:0 0 0 15px;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-box-desc .tm-blog-post-cat .tm-meta-line.cat-links a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 17px;
    border: 1px solid var(--ttm-secondarycolor);
    margin-right: 10px;
}
.themetechmount-boxes-blog.themetechmount-element-blogbox-style24 .tm-box-col-wrapper {
    margin-bottom: 0px !important;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-box-desc .tm-blog-post-cat .themetechmount-blogbox-desc-footer .tm-entry-meta-wrapper .tm-meta-line i {
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-box-desc .tm-blog-post-cat .themetechmount-blogbox-desc-footer .tm-entry-meta-wrapper .tm-meta-line:after{
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #888888;
    margin-top: 2px;
    transform: rotate(15deg);
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-box-desc .tm-blog-post-cat .themetechmount-blogbox-desc-footer .tm-entry-meta-wrapper .tm-meta-line:last-child:after{
    content: unset;
}
/******/
.themetechmount-boxes-blog.themetechmount-element-blogbox-style24 .tm-box-col-wrapper:last-child .themetechmount-blogbox-style24 {
    border-bottom: 1px solid var(--ttm-secondarycolor);
}
.themetechmount-box-blog.themetechmount-blogbox-style24:hover .post-item .tm-blog-overlay-img {
    opacity: 1;
    top: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item  .tm-blog-overlay-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    top: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .tm-blog-overlay-img .ttm-post-featured-link-wrapper {
    height: 350px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .themetechmount-box-content .entry-header .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 28px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s ease-in-out;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-blogbox-footer-readmore {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-blogbox-footer-readmore a {
    width: 177px;
    height: 113px;
    text-align: center;
    line-height: 103px;
    color: var(--ttm-secondarycolor);
    position: relative;
    padding-left: 45px;
    padding-top: 45px;
    z-index: 9;  
}
.themetechmount-box-blog.themetechmount-blogbox-style24:hover .themetechmount-blogbox-footer-readmore .themetechmount-blogbox-footer-left {
    width: 177px;
    height: 113px;
    line-height: 103px;
    color: var(--ttm-secondarycolor);
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-blogbox-footer-readmore a:before {
    content: ' ';
    position: absolute;
    width: 177px;
    height: 113px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: var(--ttm-skincolor);
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .post-item .themetechmount-blogbox-footer-readmore a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -2;
    background-color: #000;
}
.themetechmount-box-blog.themetechmount-blogbox-style24:hover .themetechmount-blogbox-footer-readmore {
    opacity: 1;
}
.themetechmount-box-blog.themetechmount-blogbox-style24 .tm-blog-post-cat .cat-links {
    font-size:0px;
}

@media (max-width:480px) {
	.themetechmount-box-blog-style15 .themetechmount-box-title {
		display: block;
	}
}
/** blog 26 **/
.themetechmount-blogbox-style26 .themetechmount-box-content {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.themetechmount-blogbox-style26:hover .themetechmount-box-content {
    box-shadow: 0 1px 15px rgba(0,0,0,.07);
    transition: all 0.5s ease;
}
.themetechmount-blogbox-style26 .themetechmount-box-content-inner {
    background-color: var(--ttm-whitecolor);
    padding: 30px 30px 25px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 15px 15px;
}
.themetechmount-blogbox-style26 .ttm-meta-box {
    display: flex;
    margin-bottom: 15px;
}
.themetechmount-blogbox-style26 .ttm-blog-post-cat a {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: var(--special-element-fontweight);
    text-transform: uppercase;
}
.themetechmount-blogbox-style26 .ttm-entry-meta.ttm-entry-meta-blogbox {
    font-size: 13px;
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
    margin-left: 12px;
}
.themetechmount-blogbox-style26:hover .themetechmount-box-details img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-blogbox-style26 .tm-featured-wrapper img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.themetechmount-blogbox-style26 .tm-featured-wrapper {
    overflow: hidden;
}
.themetechmount-element-blogbox-style26.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow {
    border: none;
    top: -30px;
    right: 15px;
    left: auto;
    background: transparent !important;
    box-shadow: unset;
    width: auto;
}
.themetechmount-element-blogbox-style26.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
    left: auto;
    right: 40px;
}
.themetechmount-element-blogbox-style26.themetechmount-boxes-blog .themetechmount-boxes-row-wrapper .slick-arrow:before {
    font-family: 'tm-ttmbusiness-icons';
    color: var(--body-fonts-color);
    font-size: 22px;
}
.themetechmount-element-blogbox-style26.themetechmount-boxes-blog .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
    color: var(--ttm-secondarycolor);
}
.themetechmount-element-blogbox-style26.themetechmount-boxes-blog .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\e808';
}
.themetechmount-element-blogbox-style26.themetechmount-boxes-blog .themetechmount-boxes-row-wrapper .slick-next:before {
    content: '\e809';
}
.themetechmount-blogbox-style26 .themetechmount-box-title h4 {
    font-size: 18px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* style 25 */
.themetechmount-blogbox-styletwentyfive .ttm-post-featured-link-wrapper {
    width: 496px;
    height: 216px;
    background-size: cover;
    transform: translateY(0px) scale(1.1);
    transition: all 1s ease;
    overflow: hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwentyfive .themetechmount-box-desc-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-blogbox-styletwentyfive:hover .ttm-post-featured-link-wrapper {
    transform: translateY(0) scale(1.3);
}
.themetechmount-box-blog.themetechmount-blogbox-styletwentyfive .tm-entry-meta .tm-meta-line {
    padding-right: 15px;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwentyfive .tm-box-post-date {
    position: relative;
    background-color: #fff;
    top: 0;
    right: 0;
    height: 65px;
    width: 65px;
	border: 1px solid #000;
}
.themetechmount-blogbox-styletwentyfive .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-blogbox-styletwentyfive .ttm-blog-content {
    padding-left: 28px;
}
.themetechmount-blogbox-styletwentyfive .tm-entry-meta .tm-meta-line i {
	display: none;
}
.themetechmount-blogbox-styletwentyfive .item-content {
    display: flex;
}
.themetechmount-blogbox-styletwentyfive .tm-blogbox-detials {
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}
.themetechmount-blogbox-styletwentyfive .tm-entry-meta-wrapper {
    font-weight: 500;
}
.themetechmount-blogbox-styletwentyfive .item-figure {
    overflow: hidden;
}
.themetechmount-blogbox-styletwentyfive .item-figure1 {
    padding-right: 60px;
    border-right: 1px solid var(--ttm-secondarycolor);
}
.themetechmount-blogbox-styletwentyfive .post-item {
    display: flex;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwentyfive .tm-box-post-date span {
    font-weight: 700;
    font-size: 26px;
    color: var(--ttm-secondarycolor);
}
.themetechmount-box-blog.themetechmount-blogbox-styletwentyfive .tm-box-post-date span.tm-month {
    font-size: 14px;
	padding-top: 8px;
}
.themetechmount-blogbox-styletwentyfive span.tm-meta-line.comments-link:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: var(--body-fonts-color);
    right: 6px;
    top: 0px;
}

@media (max-width:1370px) {
	.themetechmount-blogbox-styletwentyfive .tm-blogbox-detials {
		padding-left: 15px;
	}
	.themetechmount-blogbox-styletwentyfive .item-figure {
		padding-right: 15px;
	}
	.themetechmount-blogbox-styletwentyfive .ttm-post-featured-link-wrapper {
		width: 400px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1499px) {
	.themetechmount-blogbox-styletwentyfive .item-figure1 {
		padding-right: 20px;
	}
	.themetechmount-blogbox-styletwentyfive .ttm-post-featured-link-wrapper {
		width: 300px;
	}

}

@media (max-width:1200px) {
	.themetechmount-blogbox-styletwentyfive .themetechmount-box-title h4 {
		font-size: 20px;
	}
	.themetechmount-blogbox-styletwentyfive .item-figure1 {
		padding-right: 20px;
	}
	.themetechmount-box-blog.themetechmount-blogbox-styletwentyfive .themetechmount-box-desc-text {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

}

@media (max-width:991px) {
	.themetechmount-blogbox-styletwentyfive .ttm-post-featured-link-wrapper {
		width: 340px;
	}
}

@media (max-width:767px) {
	.themetechmount-blogbox-styletwentyfive .item-figure {
		padding-right: 0;
	}
	.themetechmount-blogbox-styletwentyfive .ttm-blog-content {
		padding-left: 0;
	}
	.themetechmount-blogbox-styletwentyfive .post-item {
		display: block;
	}
	.themetechmount-blogbox-styletwentyfive .tm-box-post-date1 {
		display: none;
	}
	.themetechmount-blogbox-styletwentyfive .tm-blogbox-detials {
		padding-left: 0;
	}
	.themetechmount-blogbox-styletwentyfive .ttm-post-featured-link-wrapper {
		width: 100%;
		height: 240px;
	}
	.themetechmount-blogbox-styletwentyfive .tm-blogbox-detials {
		padding-top: 20px;
	}
	.themetechmount-blogbox-styletwentyfive .item-figure1 {
		padding-right: 0;
		border-right: unset;
	}
}

/*blog style 27*/

.themetechmount-box-blog.themetechmount-blogbox-style27.themetechmount-blogbox-format- .themetechmount-box-content {
    background-color: var(--ttm-secondarycolor);
    overflow: hidden;
    padding: 40px 50px 27px;
    clear: both;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 15px;
    position: relative;
    margin: 0;
    z-index: 9;
}
.themetechmount-blogbox-style27 .themetechmount-box-details {
    width: 85%;
}
.themetechmount-blogbox-style27 .themetechmount-box-img-left {
    align-items: center;
    display: inline-flex;
}
.themetechmount-blogbox-style27 .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 110px;
    width: 110px;
    border-radius: 50%;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
    overflow: hidden;
    transform: scale(1);
    transition: opacity .40s ease 0s,transform .40s ease 0s;
}

.themetechmount-blogbox-style27:hover .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    transform: scale(0);
}
.themetechmount-box-blog.themetechmount-blogbox-style27:hover .themetechmount-box-content {
    border-color: transparent;
}
.themetechmount-box-blog.themetechmount-blogbox-style27 .post-item .tm-blog-overlay-img .ttm-post-featured-link-wrapper {
    height: 350px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.themetechmount-box-blog.themetechmount-blogbox-style27:hover .post-item .tm-blog-overlay-img {
    opacity: 1;
    top: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.themetechmount-box-blog.themetechmount-blogbox-style27 .post-item .tm-blog-overlay-img .ttm-post-featured-link-wrapper:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
    border-radius: 15px;
    background: rgb(0 0 0 / 50%);
}
.themetechmount-box-blog.themetechmount-blogbox-style27 .post-item  .tm-blog-overlay-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    top: -50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.themetechmount-blogbox-style27 .themetechmount-box-details .ttm-blog-post-cat .tm-meta-line.cat-links a {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 30px;
    padding: 7px 18px;
    transition: all .5s ease;
}
.themetechmount-blogbox-style27 .themetechmount-box-details .entry-header {
    padding-top: 16px;
    padding-bottom: 30px;
}
.themetechmount-blogbox-style27 .themetechmount-box-details  .tm-entry-meta .tm-meta-line i {
    display: none;
}
.themetechmount-blogbox-style27 .themetechmount-box-details .tm-entry-meta-wrapper {
    color: var(--ttm-whitecolor);
}
.themetechmount-blogbox-style27 .themetechmount-box-details .tm-entry-meta .tm-meta-line:after{
    content: unset;
}
.themetechmount-blogbox-style27 .themetechmount-box-content h4 a,
.themetechmount-blogbox-style27 .themetechmount-box-content h4 a:hover {
    color: var(--ttm-whitecolor);
}
@media(max-width: 767px) {
.themetechmount-blogbox-style27 .themetechmount-box-img-left{
    display: none;   
}
.themetechmount-blogbox-style27 .themetechmount-box-details {
    width: 100%;
}
}



/*blog style 28*/
.themetechmount-box-blog.themetechmount-blogbox-style28.themetechmount-blogbox-format- .themetechmount-box-content {
    background-color: var(--ttm-secondarycolor);
    overflow: hidden;
    clear: both;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 0px;
    position: relative;
    margin: 0;
    transition: 0.8s;
}
.themetechmount-blogbox-style28 .themetechmount-box-details .ttm-blog-post-cat .tm-meta-line.cat-links a {
    font-size: 13px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 30px;
    padding: 3px 20px;
    transition: all .5s ease;
    margin-right: 5px;
}
.themetechmount-blogbox-style28 .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    height: 375px;
    width: 100%;
    transition: transform .5s ease-in-out;
}
.themetechmount-blogbox-style28 .themetechmount-box-details {
    padding: 50px 100px 50px 40px;
}
.themetechmount-blogbox-style28 .ttm-blog-content {
    padding: 15px 0;
}
.themetechmount-blogbox-style28 .themetechmount-box-desc-text {
    padding: 0;
    color: rgb(255 255 255 / 70%);
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.themetechmount-blogbox-style28 .themetechmount-box-img-left {
    padding: 0;
}
.themetechmount-blogbox-style28 .themetechmount-blogbox-footer-readmore {
    padding-top: 30px;
    padding-bottom: 0;   
}
.themetechmount-blogbox-style28 .themetechmount-blogbox-footer-readmore a {
    text-decoration: underline;
}
.themetechmount-blogbox-style28 .themetechmount-box-title h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-style28:hover .themetechmount-box-content {
    border-radius: 15px;
    transform: translateY(-10px);
}
@media(max-width: 992px) {
.themetechmount-blogbox-style28 .themetechmount-box-details {
    padding: 40px 30px 35px 30px;
}
}
/*---blogbox style4----*/
.themetechmount-blogbox-stylesix span.tm-meta-line.byline, .themetechmount-blogbox-styleseven span.tm-meta-line.byline, .themetechmount-blogbox-stylesix span.tm-meta-line.comments-link, .themetechmount-blogbox-styleseven span.tm-meta-line.comments-link, .themetechmount-blogbox-stylefour span.tm-meta-line.comments-link, .themetechmount-blogbox-stylethree span.tm-meta-line.comments-link {
    display: none;
}

.themetechmount-blogbox-styleseven .tm-entry-meta .tm-meta-line i, .themetechmount-blogbox-stylesix .tm-entry-meta .tm-meta-line i, .themetechmount-blogbox-stylefour .tm-entry-meta .tm-meta-line i {
    display: none;
}

.themetechmount-blogbox-stylefour .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-box-title h4 a, .themetechmount-blogbox-stylefour .themetechmount-box-content .themetechmount-box-title h4 a {
    color: #fff;
}

.themetechmount-blogbox-stylefour .tm-entry-meta-wrapper {
    padding: 10px 0px 0px 0px;
    color: #fff;
}

.themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 500px;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
    overflow: hidden;
}

.themetechmount-blogbox-styleseven .themetechmount-box-desc, .themetechmount-blogbox-stylefour .themetechmount-box-desc {
    position: absolute;
    bottom: 40px;
    left: 50px;
    right: 30px;
    transition: all .5s ease;
    z-index: 1;
}

.themetechmount-blogbox-styleseven .ttm-post-featured-link-wrapper:before, .themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .41);
    z-index: 1;
    transition: all .9s ease;
}

.themetechmount-blogbox-stylesix:hover .ttm-post-featured-link-wrapper, .themetechmount-blogbox-styleseven:hover .ttm-post-featured-link-wrapper, .themetechmount-blogbox-stylefour:hover .ttm-post-featured-link-wrapper {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.themetechmount-blogbox-stylesix .tm-featured-outer-wrapper, .themetechmount-blogbox-styleseven .tm-featured-outer-wrapper, .themetechmount-blogbox-stylefour .tm-featured-outer-wrapper {
    overflow: hidden;
}

/*---blogbox style6----*/
.themetechmount-blogbox-stylesix .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 205px;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
}

.themetechmount-blogbox-stylesix .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper {
    padding: 22px 0px 0px 0px;
    margin-bottom: 0;
    font-size: 14px;
}
.themetechmount-blogbox-stylesix .themetechmount-box-content .themetechmount-box-title h4 a {
    color: var(--body-blackfont-color);
}

/*---blogbox style7----*/
.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.themetechmount-blogbox-styleseven .tm-entry-meta-wrapper {
    padding: 0px 0px 0px 0px;
    color: #fff;
}

.themetechmount-blogbox-styleseven .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 235px;
    transition: transform .5s ease-in-out;
    webkit-transition: all .6s ease-in-out;
}

.themetechmount-blogbox-styleseven .themetechmount-box-desc {
    bottom: 30px;
    left: 30px;
}

.themetechmount-blogbox-stylefour .themetechmount-box-content .tm-entry-meta .tm-meta-line:after, 
.themetechmount-blogbox-stylesix .themetechmount-box-content .tm-entry-meta .tm-meta-line:after, 
.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    content: unset;
}



/**/

/*blog style 29*/

.tm-blog-style29 .themetechmount-element-blogbox-style29 .tm-box-col-wrapper .themetechmount-blogbox-style29 .themetechmount-box-content {
    flex-direction: row-reverse;
    display: flex;
}

.themetechmount-box-blog.themetechmount-blogbox-style29.themetechmount-blogbox-format- .themetechmount-box-content {
    background-color: #242424;
    overflow: hidden;
    clear: both;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 0px;
    position: relative;
    margin: 0;
    transition: 0.8s;
}
.themetechmount-blogbox-style29 .themetechmount-box-details .ttm-blog-post-cat .tm-meta-line.cat-links a {
    font-size: 13px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 30px;
    padding: 7px 20px;
    transition: all .5s ease;
    margin-right: 5px;
}
.themetechmount-blogbox-style29 .ttm-featured-outer-wrapper .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    height: 375px;
    width: 100%;
    transition: transform .5s ease-in-out;
}
.themetechmount-blogbox-style29 .themetechmount-box-details {
    padding: 40px 100px 50px 40px;
}
.themetechmount-blogbox-style29 .ttm-blog-content {
    padding: 30px 0 0 0;
}
.themetechmount-blogbox-style29 .themetechmount-box-desc-text {
    padding: 0;
    color: rgb(255 255 255 / 70%);
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.themetechmount-blogbox-style29 .themetechmount-box-img-left {
    padding: 0;
}
.themetechmount-blogbox-style29 .themetechmount-blogbox-footer-readmore {
    padding-top: 30px;
    padding-bottom: 0;   
}
.themetechmount-blogbox-style29 .themetechmount-blogbox-footer-readmore a {
    text-decoration: underline;
}
.themetechmount-blogbox-style29 .themetechmount-box-title h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.themetechmount-blogbox-style29 .themetechmount-box-details .themetechmount-box-content-inner .themetechmount-box-title {
    margin-bottom: 30px;
}

@media(max-width: 992px) {
.themetechmount-blogbox-style29 .themetechmount-box-details {
    padding: 40px 15px 35px 15px;
}
}