/*---blogbox style1---*/
.themetechmount-blogbox-styleone {
    overflow: hidden;
}
.themetechmount-blogbox-styleone .themetechmount-box-content .tm-featured-outer-wrapper .tm-box-post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--ttm-whitecolor);
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    z-index: 2;
    background-color: var(--ttm-skincolor);
    font-size: 15px;
    line-height: 25px;
    border-radius: 10px;
    height: auto;
    width: fit-content;
    font-weight: 400;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .tm-featured-outer-wrapper .tm-box-post-date  span {
    display: inline-block;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .tm-featured-outer-wrapper .tm-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .tm-featured-outer-wrapper .tm-featured-wrapper img {
    transform: scale(1);
    width: 100%;
    width: calc(100% + 10px);
    max-width: none;
    border-radius: 20px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.themetechmount-blogbox-styleone:hover .themetechmount-box-content .tm-featured-outer-wrapper .tm-featured-wrapper img {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc {
    padding-top: 30px;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .entry-header .tm-entry-meta-wrapper .tm-meta-line i {
    display: none;
}
.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .entry-header .tm-entry-meta-wrapper .tm-meta-line a {
    font-size: 17px;
    line-height: 27px;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    background-color: var(--body-fonts-color); 
}


.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4 {
     position: relative;
    font-size: 28px;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4 a {
   
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    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.4s linear;
}

.themetechmount-blogbox-styleone:hover .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4 a {
    background-size: 0 1px, 100% 1px;
}

.themetechmount-blogbox-styleone:hover .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4:hover a {
    background-image: linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor)), linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor));
}

.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:before {
    content: '\e87b';
    position: absolute;
    top: -5px;
    right: -50px;
    left: auto;
    font-family: 'ttm-medisat-icons';
    font-size: 17px;
    font-weight: normal;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-secondarycolor);
    border-radius: 50px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:hover:before {
    transform: rotate(90deg);
}

/*---blogbox style3---*/
.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 {
    font-size: 30px;
    line-height: 40px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree {
    padding: 33px 35px 15px;
    border-radius: 20px;
    overflow: visible;
    transition: all 0.5s ease;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-desc-text {
    padding-top: 0;
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-icon.tm-wrap-cell {
    vertical-align: top;
    padding-left: 30px;
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-icon i {
    font-size: 75px;
    opacity: 0.1;
}
.themetechmount-blogbox-stylethree .themetechmount-box-img-bottom img.wp-post-image {
    border-radius: 10px;
    transition: all 0.5s ease;
}
.themetechmount-blogbox-stylethree .themetechmount-box-details {
    padding-bottom: 20px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree:hover {
    border-bottom-left-radius: 150px;
}
.themetechmount-blogbox-stylethree:hover .themetechmount-box-img-bottom img.wp-post-image,
.themetechmount-blogbox-stylethree:hover .themetechmount-box-img-bottom {
    border-bottom-left-radius: 120px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-img-bottom {
    overflow: hidden;
}
.themetechmount-blogbox-stylethree.themetechmount-box-blog .themetechmount-blogbox-footer-left a {
    font-size: 0px;
}
.themetechmount-blogbox-stylethree.themetechmount-box-blog .themetechmount-blogbox-footer-left a:before {
    content: '\e87b';
    font-family: 'ttm-medisat-icons';
    font-size: 30px;
    line-height: 30px;
    color:#fff;
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-footer-left a {
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    transform: rotate(45deg) translate(-30px, 30px);
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.themetechmount-blogbox-stylethree:hover .themetechmount-blogbox-footer-left a {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
}
.tm-layout-default .themetechmount-blogbox-stylethree .themetechmount-blogbox-icon.tm-wrap-cell {
    display: none;
}
.tm-layout-default .themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.tm-layout-default .themetechmount-blogbox-stylethree .themetechmount-box-img-bottom,
.tm-layout-default .themetechmount-blogbox-stylethree:hover .themetechmount-box-img-bottom img.wp-post-image {
    border-radius: 10px;
}


.themetechmount-blogbox-styletwo .tm-entry-meta .tm-meta-line i {
    font-size: 0;
}


.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper {
    border-radius: 20px;
    overflow: hidden;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-details {
    text-align: left;
    padding: 35px 30px 25px;
    background-color: rgba(255 255 255 / 0.88);
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 25px 25px;
    -webkit-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;
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-entry-meta .tm-meta-line.cat-links {
    border: 1px solid #000;
    padding: 6px 24px 8px;
    border-radius: 50px;
    margin-right: 10px;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content  .tm-entry-meta .tm-meta-line a {
    color: var(--body-blackfont-color);
    font-weight: 500;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-title {
    padding-top:6px;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper img {
    transform: scale(1);
    width: 100%;
    width: calc(100% + 20px);
    max-width: none;
    border-radius: 20px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-styletwo:hover .themetechmount-box-content .tm-featured-wrapper img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-title h4 {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-blogbox-styletwo .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 .8s linear
}
.themetechmount-blogbox-styletwo:hover .themetechmount-box-title h4 a {
    background-size: 0 1px,100% 1px;
    color: var(--ttm-secondarycolor)
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-entry-meta .tm-meta-line.cat-links:after {
    content: unset;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    height: 5px;
    width: 5px;
    right: 8px;
    border-radius: 50%;
    top: 6px;
    background-color: var(--ttm-secondarycolor);
    margin-top: 0;
}
@media (max-width:1200px) {
.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-title h4{
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width:1340px) {
.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-details {
    margin: 20px 15px 25px;
    padding: 35px 15px 25px;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-entry-meta .tm-meta-line.cat-links {
    display: table;
    margin-bottom: 10px;
    line-height: initial;
}
}
@media (max-width: 1100px){
.themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-details {
    margin: 25px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
}
    .themetechmount-blogbox-styletwo .themetechmount-box-content .themetechmount-box-title {
    padding-top: 0;
}
}

.themetechmount-blogbox-stylesix:hover .ttm-post-featured-link-wrapper {
    transform: translateY(0) scale(1.1);
}
.themetechmount-blogbox-stylesix .ttm-post-featured-link-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 0 270px 26px;
    background-position: center;
    background-size: cover;
    border-radius: 20px 20px 0px 0;
	transform: translateY(0px) scale(1.0);
    transition: all 1s ease;
    overflow: hidden;
}
.themetechmount-blogbox-stylesix .ttm-featured-outer-wrapper.ttm-post-featured-outer-wrapper {
    overflow: hidden;
    border-radius: 20px 20px 0px 0;
}
.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper {
    border: 1px solid #e3e3e3;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.themetechmount-blogbox-stylesix .themetechmount-box-details {
    border: 1px solid #e3e3e3;
    padding: 35px 30px 30px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylesix .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
	display: none;
}
.themetechmount-blogbox-stylesix .themetechmount-box-title h4 a {
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
}
.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper i {
	font-size: 15px;
}
.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper {
    font-size: 14px;
}
.themetechmount-blogbox-stylesix .tm-entry-meta .tm-meta-line {
    padding-right: 8px;
}
.themetechmount-blogbox-stylesix .post-item {
    box-shadow: 0px 3px 29px 0px rgba(24, 29, 78, 0.14);
    border-radius: 20px;
}


@media (max-width:991px) {
	.themetechmount-blogbox-stylesix .themetechmount-box-details {
		padding: 20px 20px 20px;
	}
	.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper {
		padding: 5px 11px;
	}
	.themetechmount-blogbox-stylesix .themetechmount-box-title h4 a {
		font-size: 20px;
		line-height: 30px;
	}
}
/* Blogbox Style4  */
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore {
   cursor: pointer;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour img {
    transform: scale(1);
    border-radius: 10px;
    width: 100%;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .tm-meta-line i{
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-box-content .tm-entry-meta .tm-meta-line:after,
.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-content .tm-entry-meta .tm-meta-line:after{
    content: unset;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .tm-meta-line.comments-link:before,
.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-meta-line.comments-link:before{
    content: "";
    position: absolute;
    top: 6px;
    left: -12px;
    width: 6px;
    height: 6px;
    background-color: var(--ttm-skincolor);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .ttm-blog-post-cat a,
.themetechmount-box-blog.themetechmount-blogbox-stylefour .tm-meta-line.cat-links a {
    position: relative;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    z-index: 2;
    background-color: var(--body-bg-color);
    border: 1px solid #e9e9e9;
    text-transform: uppercase;
    font-size: 14px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .tm-meta-line a{
    font-size: 17px;
    color: var(--body-fonts-color);
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .ttm-meta-line a {
    display: inline-block;
    position: relative;
    margin-right: 9px;
    padding-left: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefour .tm-meta-line.cat-links, .themetechmount-box-blog.themetechmount-blogbox-stylefour .ttm-entry-meta-blogbox, .themetechmount-box-blog.themetechmount-blogbox-stylefour .ttm-meta-box {
    display: inline-block;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-box-title h4 a {
    font-size: 32px;
    line-height: 48px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-box-details .themetechmount-box-content-inner {
    padding: 53px 0px 50px 30px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore {
    padding-top: 25px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-box-title {
    padding-top: 15px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: var(--body-blackfont-color);
    font-weight: 500;
    font-size: 15px;
    font-family: var(--button-font-family);
    letter-spacing: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore:after{
    content: '';
    position: absolute;
    background-color: var(--body-blackfont-color);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 7px;
    top: auto;
    right: auto;
}

/* Blogbox Style5  */
.themetechmount-box-blog.themetechmount-blogbox-stylefive {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-color: var(--base-white);
    border: 1px solid #e9e9e9;
    padding: 30px 20px 30px 30px;
    display: flex;
    align-items: center;
    -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;
    transition: all .3s ease-in-out;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-meta-line.cat-links,
.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-meta-line i{
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-post-featured-wrapper a {
    min-width: 110px;
    height: 110px;
    border-radius: 5px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-img-left {
    padding: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-content-inner {
    padding: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .ttm-meta-line a {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    transition: all .3s ease-in-out;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-title h4 a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    transition: all .3s ease-in-out;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-post-featured-wrapper a {
    position: relative;
    overflow: hidden;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive img {
    border-radius: 5px;
    height: 110px;
    object-fit: cover;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .author.vcard {
    display: none;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .ttm-entry-meta-blogbox {
    margin-top: -10px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-title {
    padding-top: 0px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefive:hover a{
    color: var(--ttm-whitecolor);
}
.themetechmount-box-blog.themetechmount-blogbox-stylefive:hover .tm-meta-line.comments-link:before{
    background-color: var(--ttm-whitecolor);
}
.themetechmount-box-blog.themetechmount-blogbox-stylefive:hover {
    background-color: var(--ttm-skincolor);
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive:hover .themetechmount-box-title h4 a, .themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-title h4 a:hover, .themetechmount-box-blog.themetechmount-blogbox-stylefive .ttm-meta-line a:hover, .themetechmount-box-blog.themetechmount-blogbox-stylefive:hover .ttm-meta-line a {
    color: var(--body-bg-color);
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive {
    background-color: var(--ttm-whitecolor);
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive:hover img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

/*styleseven*/

.themetechmount-blogbox-styleseven {
    position: relative;
    padding: 32px 30px 34px 30px;
    background-color: #fcf9f8;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 12px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-box-post-date {
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-skincolor);
    margin-bottom: 10px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-box-post-date span {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4 a {
    color: var(--ttm-secondarycolor);

}
.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title h4 a:hover { 
  color: var(--ttm-skincolor);
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-featured-outer-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-featured-outer-wrapper .tm-featured-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-featured-outer-wrapper .tm-featured-wrapper  img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    border-radius: 15px;
}

.themetechmount-blogbox-styleseven:hover .themetechmount-box-content .tm-featured-outer-wrapper .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-styleseven .themetechmount-box-content .themetechmount-blogbox-btn {
    margin-top: 30px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-blogbox-btn .themetechmount-blogbox-footer-left a {
    position: relative;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-blogbox-btn .themetechmount-blogbox-footer-left a:before {
    content: '\e826';
    position: absolute;
    top: -3px;
    right: -25px;
    left: auto;
    font-family: 'ttm-medisat-icons';
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-blogbox-btn .themetechmount-blogbox-footer-left a:hover:before  {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards;
}

@keyframes LeftToRight {
    49% {
        transform: translateX(30%)
    }

    50% {
        opacity: 0;
        transform: translateX(-30%)
    }

    51% {
        opacity: 1
    }
}

/**/
.tm-layout-style8 .themetechmount-blogbox-styleone .themetechmount-box-content .tm-featured-outer-wrapper .tm-box-post-date span {
    padding-top: 0;
}

.themetechmount-blogbox-style8 .post-item {
	position: relative;
	background-color:#fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.themetechmount-blogbox-style8 .themetechmount-box-details {
	padding: 25px 0 0 0;
}
.themetechmount-blogbox-style8 .themetechmount-blogbox-meta {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;	
	padding-bottom: 7px;
}
.themetechmount-blogbox-style8 .themetechmount-blogbox-meta .tm-entry-meta-wrapper i {
	display:none;
}
.themetechmount-blogbox-style8 .themetechmount-blogbox-desc-footer a {
	color:#fff;
	font-size: var(--button_fontsize);
    line-height:var(--button_fontsize);
	 border-radius: var(--ttm-button-shape);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    background-color: var(--ttm-skincolor);
	padding: 17px 29px 19px;
    padding-top: var(--button-topbottom-padding);
    padding-bottom: var(--button-topbottom-padding);
    border-color: var(--ttm-skincolor);
}
.themetechmount-blogbox-style8 .themetechmount-blogbox-desc-footer a:hover {
  background-color: var(--ttm-secondarycolor);	
}
.themetechmount-blogbox-style8 .themetechmount-blogbox-meta .tm-entry-meta-wrapper a:not(:hover),
.themetechmount-blogbox-style8 .themetechmount-blogbox-meta .ttm-meta-line.posted-on a:not(:hover) {
	color: var(--body-fonts-color); 	
}
.themetechmount-box-blog.themetechmount-blogbox-style8 .themetechmount-blogbox-desc-footer {
    padding-top: 40px;
    padding-bottom: 10px;
}
.themetechmount-blogbox-style8 .tm-post-featured-wrapper {
	overflow:hidden;
}
.themetechmount-blogbox-style8 .tm-post-featured-wrapper img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.themetechmount-blogbox-style8:hover .tm-post-featured-wrapper img {
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}
@media (max-width:1024px) {
.themetechmount-blogbox-style8 .tm-post-featured-wrapper img {
    width: 100%;
}
}

/* blog style nine */
.themetechmount-blogbox-stylenine .themetechmount-box-title h4 a {
    font-size: 32px;
    line-height: 42px;
}
.themetechmount-blogbox-stylenine .themetechmount-box-content {
    position: relative;
    display: inline-block;
}
.themetechmount-blogbox-stylenine .ttm-post-featured-link-wrapper {
    border-radius: 10px;
    padding: 568px 746px 0 0;
    background-position: center;
    background-size: cover;
    transition: .4s ease-in-out;
}
.themetechmount-blogbox-stylenine .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-blogbox-stylenine:hover .ttm-post-featured-link-wrapper {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.themetechmount-blogbox-stylenine .themetechmount-box-content .themetechmount-box-details {
    text-align: left;
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 30px 30px;
    -webkit-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;
    transition: all .5s ease-in-out;
}
.themetechmount-box-blog.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-readmore a,
.themetechmount-box-blog.themetechmount-blogbox-stylenine .themetechmount-blogbox-footer-readmore a {
    padding-left: 22px;
    position: relative;
}
.themetechmount-box-blog.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-readmore a:after,
.themetechmount-box-blog.themetechmount-blogbox-stylenine .themetechmount-blogbox-footer-readmore a:after {
    position: absolute;
    content: '\e826';
    left: 0;
    bottom: 1px;
    font-family: 'ttm-medisat-icons';
    height: auto;
    width: auto;
    background-color: transparent;
    font-size: 14px;
}
/* blog style ten */
.themetechmount-blogbox-styleten .themetechmount-box-title h4 a {
    font-size: 32px;
    line-height: 42px;
}
.themetechmount-blogbox-styleten .themetechmount-box-content {
    text-align: left;
    border: 1px solid;
    padding: 32px 30px 30px;
    border-radius: 10px;
    border-color: var(--ttm-bordercolor);
}
.themetechmount-blogbox-styleten .themetechmount-box-title {
    padding-bottom: 8px;
}
.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-readmore {
    padding-bottom: 11px;
}


@media only screen and (min-width:1025px) and (max-width:1339px) {
	.themetechmount-blogbox-stylenine .ttm-post-featured-link-wrapper {
		padding: 88px 0 423px 181px;
	}
	.themetechmount-blogbox-stylenine .themetechmount-box-content {
		display: block;
	}
	.themetechmount-blogbox-styleten .themetechmount-box-content {
		padding: 17px 25px 15px;
	}
	.themetechmount-blogbox-styleten .themetechmount-box-title h4 a {
		font-size: 24px;
		line-height: 34px;
	}
}

.themetechmount-boxes-view-carousel .themetechmount-box-blog.themetechmount-blogbox-style14 .post-item {
    margin-top: 30px;
}
@media (max-width:767px) {
.themetechmount-blogbox-stylethree .themetechmount-blogbox-footer-left a {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
}

/*---blogbox style11---*/
.themetechmount-blogbox-style13 .ttm-post-featured-link-wrapper img,
.themetechmount-blogbox-style11 .ttm-post-featured-link-wrapper img {
    border-radius: 10px;
}
.themetechmount-blogbox-style13 .ttm-meta-box .tm-meta-line.cat-links i,
.themetechmount-blogbox-style11 .ttm-meta-box .tm-meta-line.cat-links i {
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-style13 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after,
.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    right: 6px;
    top: 6px;
    background-color: var(--ttm-secondarycolor);
}
.themetechmount-blogbox-style13 .ttm-meta-box .tm-meta-line.cat-links a,
.themetechmount-blogbox-style11 .ttm-meta-box .tm-meta-line.cat-links a {
    background-color: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor);
    padding: 7px 19px;
    border-radius: 10px;
}
.themetechmount-blogbox-style13 .themetechmount-box-content-inner,
.themetechmount-blogbox-style11 .themetechmount-box-content-inner {
    padding-top: 34px;
}
.themetechmount-blogbox-style13 .ttm-post-featured-link-wrapper,
.themetechmount-blogbox-style11 .ttm-post-featured-link-wrapper {
    position:relative;
    overflow:hidden;
}
.themetechmount-blogbox-style13 .ttm-post-featured-link-wrapper img,
.themetechmount-blogbox-style11 .ttm-post-featured-link-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.themetechmount-blogbox-style13:hover .ttm-post-featured-link-wrapper img,
.themetechmount-blogbox-style11:hover .ttm-post-featured-link-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-blogbox-style13 .themetechmount-box-title h4,
.themetechmount-blogbox-style11 .themetechmount-box-title h4 {
    background-image: linear-gradient(var(--body-blackfont-color), var(--body-blackfont-color)), linear-gradient(var(--body-blackfont-color), var(--body-blackfont-color));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    font-size: 19px;
    line-height: 29px;
}
.themetechmount-blogbox-style13:hover .themetechmount-box-title h4,
.themetechmount-blogbox-style11:hover .themetechmount-box-title h4 {
    background-size: 0 1px, 100% 1px;
}
.themetechmount-blogbox-style13 .themetechmount-box-title h4 a:hover,
.themetechmount-blogbox-style11 .themetechmount-box-title h4 a:hover {
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-style13 .tm-entry-meta-wrapper, .themetechmount-blogbox-style11 .tm-entry-meta-wrapper {
    margin-bottom: 15px;
}
/*blog style 17 */

.themetechmount-blogbox-style17 .tm-entry-meta .tm-entry-meta-blogbox {
   color:var( --ttm-skincolor);
}
.themetechmount-blogbox-style17 .tm-meta-line.cat-links {
    font-size: 15px;
    color:var( --ttm-skincolor);
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:after{
    content: unset;
}
.themetechmount-element-blogbox-style17 .themetechmount-box-desc {
    margin-top: 30px;
    padding: 22px 10px 0px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
} 
.themetechmount-element-blogbox-style17 .tm-box-col-wrapper{
    border-right: 1px solid rgba(0, 0, 0, 0.20);
 } 
.themetechmount-element-blogbox-style17 .tm-box-col-wrapper.tm-featured-outer-wrapper {
      margin: 0 30 0 30px;
}
.themetechmount-blogbox-style17 .themetechmount-box-desc .themetechmount-box-title h4 {
    position: relative;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-blogbox-style17 .themetechmount-box-title h4 a{
    background-image: linear-gradient(var(--body-blackfont-color), var(--body-blackfont-color)), linear-gradient(var(--body-blackfont-color), var(--body-blackfont-color));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.themetechmount-blogbox-style17:hover .themetechmount-box-title h4 a{
    background-size: 0 1px, 100% 1px;
}

.themetechmount-element-blogbox-style17:hover .themetechmount-box-title { 
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-style17:hover .themetechmount-box-content .tm-featured-wrapper img {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.themetechmount-blogbox-style17 .themetechmount-box-content .tm-featured-wrapper img {
    transform: scale(1);
    border-radius: 20px;  
    width: calc(100% + 20px);    
    max-width: none;
   -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-blogbox-style17 .themetechmount-box-content .tm-featured-wrapper {
    overflow: hidden;
    border-radius: 20px;
}
.themetechmount-blogbox-style17 .themetechmount-box-content .tm-featured-wrapper {
    border-radius: 15px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    margin: 0 30px;
}
.themetechmount-element-blogbox-style17 .ttm-medisat-icon-folder-open-empty:before{
    content: unset;
}
.themetechmount-blogbox-style17 .tm-meta-line i {
    font-size: 0;
}
/*blog style 17 */
/* Blogbox Style16 */
article.themetechmount-box.themetechmount-box-blog.themetechmount-blogbox-style16.themetechmount-blogbox-format-{
    background-color: var(--ttm-greycolor);
    padding: 40px 0px;
}
.themetechmount-blogbox-style16 .themetechmount-box-content-inner {
    text-align: center;
    padding: 0px 55px 26px;
    hyphens: auto;
}
.themetechmount-blogbox-style16  .tm-entry-meta-wrapper {
    padding-top: 6px;
}
.themetechmount-blogbox-style16 .entry-date {
    display: none; 
}
.themetechmount-blogbox-style16 .tm-featured-wrapper img {
    border-radius: 0px 163px 163px 0px;
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; 
}
.themetechmount-blogbox-style16 .themetechmount-blogbox-desc-footer {
    display: none 
}
.themetechmount-blogbox-style16:hover .tm-featured-wrapper img {
    border-radius: 0px 20px 20px 0px; 
}

/* Blogbox Style19 */

.themetechmount-blogbox-style19 {
    position: relative;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--ttm-bordercolor);
}

.themetechmount-blogbox-style19 .themetechmount-box-content .themetechmount-box-title {
    margin-bottom: 20px;
}

.themetechmount-blogbox-style19 .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.themetechmount-blogbox-style19 .themetechmount-box-content .ttm-meta-box .entry-meta .tm-meta-line i {
    display: none;
}

.themetechmount-blogbox-style19 .themetechmount-box-content .ttm-meta-box .entry-meta .tm-meta-line a {
    padding: 10px 20px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 50px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: var(--ttm-secondarycolor);
}

.themetechmount-blogbox-style19 .themetechmount-box-content .ttm-meta-box .entry-meta .tm-meta-line.cat-links a {
    background-color: var(--ttm-greycolor);
}

.themetechmount-blogbox-style19 .themetechmount-box-content .ttm-meta-box .entry-meta .tm-meta-line.cat-links:last-child a {
    margin-right: 0px;
}

.themetechmount-blogbox-style19 .themetechmount-box-content .ttm-meta-box .entry-meta .tm-meta-line {
    padding-right: 0px;
}

.themetechmount-blogbox-style19 .themetechmount-box-content .ttm-meta-box .tm-entry-meta-wrapper {
    font-size: 0px;
}