.themetechmount-blogbox-styleone .themetechmount-blog-top-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: baseline;
    background: var(--ttm-whitecolor);
    padding: 30px;
    border-radius: var(--ttm-border-shape-15px);
	box-shadow: 0 3px 15px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
    margin: 15px 0;
	transition: all 0.5s ease;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content:hover {
    transform: translateY(5px);
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-authorbox {
    display: flex;
    align-items: center;
	gap: 13px;
}
.themetechmount-blogbox-styleone .tm-user-name {
    display: flex;
    gap: 30px;
}
.themetechmount-blogbox-styleone .post-time-ago {
	position: relative;
}
.themetechmount-blogbox-styleone .post-time-ago:before {
    content: '/';
    position: absolute;
    left: -18px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-authorbox .tm-author {
    color: var(--body-blackfont-color);
    font-weight: var(--special-element-fontweight);
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-authorbox img {
    width: 40px;
	height: 40px;
    border-radius: 50%;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-featured-outer-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: var(--ttm-border-shape-15px);
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-desc {
    padding-top: 10px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-desc .tm-meta-line.cat-links {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid;
    border-radius: var(--ttm-border-shape-30px);
    display: inline-block;
    vertical-align: top;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-title h4 {
    line-height: 32px;
    font-size: 22px;
    font-weight: var(--special-element-fontweight);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-title{
    padding-top: 12px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-box-post-date {
    font-size: 14px;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore {
    padding: 0;
    margin: 0;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
	overflow: hidden;
}
.themetechmount-blogbox-styleone:hover .themetechmount-blogbox-footer-readmore a {
    transition: all 0.5s ease;
    transform: scale(1.1);
	color: var(--body-blackfont-color);
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a:before, .themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a:after {
    content: "\f126";
    font-family: 'themeicons_it_solutionwp';
    font-size: 25px;
    line-height: 50px;
    transform: rotate(45deg);
    display: block;
	transition: transform 0.3s ease-out;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a:hover:before {
    transform: translatex(150%) translatey(-150%) translatez(0);
	transition: transform 0.3s ease-out;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a:after {
    top: 0;
    transform: translatex(-150%) translatey(150%) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a:hover:after {
    transform: translatex(0) translatey(0) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
}
/*style 2*/
.themetechmount-blogbox-styletwo .themetechmount-box-content {
    overflow: hidden;
    border-radius: var(--ttm-border-shape-15px);
    border: 1px solid var(--ttm-bordercolor);
	background-color: var(--ttm-greycolor);
}
.themetechmount-blogbox-styletwo .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    width: 42.1%;
    float: left;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-desc {
	overflow: hidden;
	padding: 30px 30px;
}
.themetechmount-blogbox-styletwo .themetechmount-box-desc .tm-meta-line.cat-links {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid;
    border-radius: var(--ttm-border-shape-30px);
    display: inline-block;
    vertical-align: top;
}
.themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 22px;
    line-height: 32px;
	margin: 15px 0 80px;
}
.themetechmount-blogbox-styletwo .themetechmount-blogbox-footer-readmore {
    padding: 0;
    margin: 0;
}
.themetechmount-blogbox-styletwo .themetechmount-blogbox-footer-readmore a {
    padding: 0 25px;
    padding-top: var(--button-topbottom-padding);
    padding-bottom: var(--button-topbottom-padding);
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-50px);
}
.themetechmount-blogbox-styletwo .themetechmount-blogbox-footer-readmore a:hover {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}
.themetechmount-blogbox-styletwo .tm-featured-wrapper:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .08);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.themetechmount-blogbox-styleone .tm-featured-outer-wrapper.tm-post-featured-outer-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;
	-webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
}
.themetechmount-blogbox-styleone:hover .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -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-styletwo  .tm-featured-wrapper img {
    border-radius: var(--ttm-border-shape-15px) 0 0 var(--ttm-border-shape-15px);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.themetechmount-blogbox-styletwo:hover .tm-featured-wrapper img {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
}
.themetechmount-blogbox-styletwo .tm-featured-wrapper,
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: var(--ttm-border-shape-15px) 0 0 var(--ttm-border-shape-15px);
}
.themetechmount-blogbox-styletwo:hover .tm-featured-wrapper:before,
.themetechmount-blogbox-stylethree:hover .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:before,
.themetechmount-blogbox-styleone:hover .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:before {
    -webkit-animation: circle 2s;
    animation: circle 2s;
}
@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }

}
@media (max-width:1339px){
.themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
    margin: 15px 0 40px;
}
}
@media (max-width:1024px){
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-desc {
    padding: 0 30px 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content {
    display: flex;
}
.themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
    margin: 15px 0 20px;
}
.themetechmount-blogbox-styletwo .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    width: 45%;
}
}
@media (max-width:991px){
    .themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
        margin: 15px 0 50px;
    }
}
@media (max-width:767px){
.themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
    font-size: 22px;
    line-height: 32px;
	margin: 15px 0 30px;
}
.themetechmount-blogbox-styletwo .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    width: 100%;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-desc {
    padding: 30px 15px;
}
.themetechmount-blogbox-styletwo  .tm-featured-wrapper img {
    border-radius: var(--ttm-border-shape-15px) var(--ttm-border-shape-15px) 0 0;
}
.themetechmount-blogbox-styletwo .tm-featured-wrapper {
    border-radius: 0;
}
}
@media (max-width:479px){
.themetechmount-blogbox-styleone .themetechmount-blog-top-content {
    gap: 10px;
    padding: 25px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-title h4 {
    line-height: 28px;
    font-size: 18px;
}
}
/*style 2*/
/*style 3 - 4*/
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    border-radius: var(--ttm-border-shape-15px);
    width: 47.5%;
    float: left;
	margin-right: 30px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-details {
    overflow: hidden;
}
.themetechmount-blogbox-stylethree .themetechmount-box-title h4 {
	font-size: 22px;
    line-height: 32px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-blogbox-stylethree .themetechmount-box-title {
    padding-top: 15px;
    padding-bottom: 72px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content {
    overflow: hidden;
    border-radius: var(--ttm-border-shape-15px);
    box-shadow: 0 3px 15px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
	background-color: var(--ttm-whitecolor);
	padding: 30px;
    margin: 15px 0;
	transition: all 0.5s ease;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content:hover {
    transform: translateY(5px);
}
.themetechmount-blogbox-stylethree .prt-authorbox img {
    border-radius: 50%;
	width: 40px;
}
.themetechmount-blogbox-stylethree .prt-authorbox {
    display: flex;
    align-items: center;
    gap: 13px;
}
.themetechmount-blogbox-stylethree .prt-authorbox .prt-user.prt-user-name-box {
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-stylethree .post-time-ago {
    display: flex;
    gap: 30px;
	margin-top: -5px;
    font-size: 14px;
}
.themetechmount-blogbox-stylethree .post-time-ago .ttm-meta-boxdate {
    position: relative;
}
.themetechmount-blogbox-stylethree .post-time-ago .ttm-meta-boxdate:before {
    content: '/';
    position: absolute;
    right: -17px;
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-footer-readmore a {
    padding: 14px 25px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid;
    border-radius: var(--ttm-border-shape-30px);
}
.themetechmount-blogbox-stylethree .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 300px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    border-radius: 10px;
    position: relative;
}
.themetechmount-blogbox-stylethree:hover .ttm-post-featured-link-wrapper {
    transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 1024px){
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-details {
    overflow: visible;
}
.themetechmount-blogbox-stylethree .themetechmount-box-title {
    padding-bottom: 40px;
}
}
@media (max-width: 767px){
.themetechmount-blogbox-stylethree .themetechmount-box-content {
    padding: 15px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-title {
    padding-bottom: 20px;
}
}
/*style 3 - 4*/
/*style 4*/
.themetechmount-blogbox-stylefour .themetechmount-box-desc .tm-meta-line.cat-links {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid;
    border-radius: var(--ttm-border-shape-30px);
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-greycolor);
	margin-bottom: 3px;
}
.themetechmount-blogbox-stylefour .prt-authorbox .prt-user.prt-user-name-box {
    font-weight: var(--special-element-fontweight);
}
.themetechmount-blogbox-stylefour .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    width: 100%;
    margin: 0;
    float: none;
}
.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore a {
	font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
	padding: 0;
    border: 0;
	overflow: hidden;
}
.themetechmount-blogbox-stylefour:hover .themetechmount-blogbox-footer-readmore a {
    transition: all 0.5s ease;
    transform: scale(1.1);
	color: var(--body-blackfont-color);
}
.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore a:before, .themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore a:after {
    content: "\f126";
    font-family: 'themeicons_it_solutionwp';
    font-size: 25px;
    line-height: 50px;
    transform: rotate(45deg);
    display: block;
	transition: transform 0.3s ease-out;
}
.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore a:hover:before {
    transform: translatex(150%) translatey(-150%) translatez(0);
	transition: transform 0.3s ease-out;
}
.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore a:after {
    top: 0;
    transform: translatex(-150%) translatey(150%) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore a:hover:after {
    transform: translatex(0) translatey(0) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
}
.themetechmount-blogbox-stylefour .themetechmount-box-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
	transform: translateY(-10px);
	z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-stylefour:hover .themetechmount-box-top {
    opacity: 1;
	transform: translateY(0);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-stylefour:hover .themetechmount-box-desc {
    opacity: 0;
	transform: translateY(-10px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper {
    height: 290px;
}
.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.themetechmount-blogbox-stylefour .themetechmount-box-desc {
    padding: 0;
}
.themetechmount-blogbox-stylethree:hover .ttm-post-featured-link-wrapper {
    transform: scale3d(1, 1, 1);
}
.themetechmount-blogbox-stylefour .post-time-ago {
    display: block;
    margin: 0;
    font-size: inherit;
	position: relative;
}
.themetechmount-blogbox-stylefour .prt-user-name {
    display: flex;
    gap: 30px;
}
.themetechmount-blogbox-stylefour .post-time-ago:before {
    content: '/';
    position: absolute;
    left: -18px;
}
.themetechmount-blogbox-stylefour .themetechmount-box-content {
    position: relative;
}
/*style 4*/