/* PortfolioBox  Styles-1 */
.themetechmount-portfoliobox-style1 {
    margin: 0px;
    position: relative;
    overflow: hidden
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
    min-width: 100%;
}

.themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
    background:-webkit-linear-gradient(transparent,rgb(0 0 0 / 80%) 70);
    background: linear-gradient(transparent,rgb(0 0 0 / 80%) 70%);

}

.themetechmount-portfoliobox-style1:hover .tm-featured-wrapper:before {
    opacity: 1;
}


.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 60px 30px 35px;
    text-align: left;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(30%);
    overflow: hidden;
}

.themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner .themetechmount-box-content {
    opacity: 1;
    transform: translateY(0%);
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content p {
    color: rgba(255 255 255 / 0.70);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content .tm-post-iconbox {
    margin-top: 35px;
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content .tm-post-iconbox a {
    background-color: transparent;
    color: var(--ttm-whitecolor);
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content .tm-post-iconbox a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-secondarycolor);
    border-radius: 50px;
    font-size: 17px;
    margin-left: 15px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
 
.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner .themetechmount-box-content .tm-post-iconbox:hover a i {
    transform: rotate(90deg);
}


/* portfoliobox style 2 */
.themetechmount-portfoliobox-style2 .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
    border-radius: 25px;
    transform: scale(1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper {
    overflow: hidden;
    border-radius: 25px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content {
    padding-top: 26px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
    margin-bottom: 5px;
}
.themetechmount-portfoliobox-style2:hover .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
    transform: scale3d(1.05,1.05,1.05);
}

/*protfolio style 4*/

.themetechmount-portfoliobox-style4 .tm-post-iconbox a {
    position: relative;
    width: 45px;
    height: 45px;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    display: inline-block;
    line-height: 45px;
    text-align: center;
}
.themetechmount-portfoliobox-style4 .tm-post-iconbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    opacity: 0;
    transition: all 0.5s ease-out 0.15s;
}
.themetechmount-portfoliobox-style4:hover .tm-post-iconbox {
    opacity: 1;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay{
    position: relative;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay:before {
    background-color: var(--ttm-secondarycolor);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.themetechmount-portfoliobox-style4:hover .themetechmount-box-overlay:before {
    opacity: 0.5;
    -webkit-transform: scaleX(0);
    transform: scaleX(1);
}
.themetechmount-portfoliobox-style4 .tm-featured-wrapper img {
    width: 100%;
}
.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 40px;
    padding-left:40px;
}
.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 40px;
}


@media only screen and (min-width:1025px) and (max-width:1200px) {
	.themetechmount-portfoliobox-style2 .tm-short-desc {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/* Portfoliobox Style3 */
.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a span,
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-post-iconbox a{   
   font-family: var(--button-font-family);
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-post-iconbox a:active,
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-post-iconbox a:focus{
   color: var(--body-blackfont-color);
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-featured-wrapper a img {
    border-radius: 10px;
    overflow: hidden;
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .themetechmount-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 30px 30px 35px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(30%);
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style3:hover .themetechmount-box-content {
    opacity: 1;
    transform: translateY(0%);
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .themetechmount-box-content{
    text-align: center;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-short-desc p{
   text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .themetechmount-box-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-color: rgba(0 0 0 / 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .themetechmount-box-title h4 a, .themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-post-iconbox a {
    color: var(--body-bg-color) !important;
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-post-iconbox a {
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 15px;
    position: relative;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 .tm-post-iconbox a:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--ttm-whitecolor) !important;
    top: unset;
    bottom: 0px;
    left: 0;
    transition: all 0s ease 0s;
    clip-path: unset;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 p {
    color: rgba(255 255 255 / 0.70);
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 img.wp-post-image {
    width: 100%;
}

/*style6*/

.themetechmount-portfoliobox-style6 .tm-featured-wrapper a img {
    border-radius: 10px;
    overflow: hidden;
}

.themetechmount-portfoliobox-style6 .themetechmount-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 30px 30px 35px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(30%);
}

.themetechmount-portfoliobox-style6:hover .themetechmount-box-content {
    opacity: 1;
    transform: translateY(0%);
}

.themetechmount-portfoliobox-style6 .themetechmount-post-item-inner:before {
    content: '';
    background: rgba(0,0,0,0.55);
    display: block;
    height: 90%;
    width: 90%;
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 18px;
    right: 25px;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: scale(0);
    -webkit-transition: scale(0);
    -o-transition: scale(0);
    -moz-transition: scale(0);
    margin: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.themetechmount-portfoliobox-style6:hover .themetechmount-post-item-inner:before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: scale(1);
    -webkit-transition: scale(1);
    -o-transition: scale(1);
    -moz-transition: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.themetechmount-portfoliobox-style6 {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
}

.themetechmount-portfoliobox-style6 .themetechmount-box-title h4 a, .themetechmount-portfoliobox-style6 .tm-post-iconbox a {
    color: var(--body-bg-color) !important;
}

.themetechmount-portfoliobox-style6 .tm-post-iconbox a {
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 15px;
    position: relative;
}

.themetechmount-portfoliobox-style6 p {
    color: rgba(255 255 255 / 0.70);
}

.themetechmount-portfoliobox-style6 .themetechmount-box-content .themetechmount-box-category {
    color: var(--ttm-whitecolor);
}


.themetechmount-portfoliobox-style6 .themetechmount-box-content .themetechmount-box-category a {
    font-size: 14px;
    line-height: 24px;
    color: var(--ttm-whitecolor);
    padding-right: 5px;
}

/*********************portfolio style7 css**************/
.themetechmount-portfoliobox-style7 {
    overflow: hidden;
    position: relative;
}   
.themetechmount-portfoliobox-style7 .themetechmount-post-item {
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.themetechmount-portfoliobox-style7 .themetechmount-post-item .themetechmount-item-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay {
    background-color: rgba(26, 26, 26, 0.70);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(-5px)translateY(5px);
    transform: translateX(-5px)translateY(5px);
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-media-link {
    width: 100%;
    margin-bottom: 15px;
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-media-link a {
    display: inline-block;
    border-radius: 0%;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid transparent;
    text-align: center;
    color: #fff;
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-media-link a {
    background-color: var(--ttm-skincolor);
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-box-content-inner {
    padding:30px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-title {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-title h4 {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-title h4 a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--ttm-whitecolor);
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-category {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.themetechmount-portfoliobox-style7:hover .themetechmount-overlay {
    opacity: 1;
    -webkit-transform: translateX(0)translateY(0);
    transform: translateX(0)translateY(0);
}
.themetechmount-portfoliobox-style7:hover .themetechmount-overlay .themetechmount-media-link {
    color: var(--ttm-whitecolor);
    opacity: 1;
}
.themetechmount-portfoliobox-style7:hover .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-title,
.themetechmount-portfoliobox-style7:hover .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-box-content-inner .themetechmount-box-category a {
    color:rgba(255, 255, 255,0.60);
}
.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-media-link a i {
    color: var(--ttm-whitecolor);
}

.themetechmount-portfoliobox-style7 .themetechmount-overlay .themetechmount-media-link a i:before {
    content: "\f129";
    font-family: flaticon_medical-new !important;
    position: absolute;
    left: 10px;
    right: auto;
    margin: 0 auto;
    font-size: 11px;
    line-height: 17px;
    transform: rotate(0deg);
    transition: 0.5s;
    top: 9px;
    bottom: auto;
}

@media (max-width:991px) {
.themetechmount-portfoliobox-style7 .themetechmount-post-item .themetechmount-item-thumbnail img {
    width: 100%;
}
}


/* PortfolioBox  Styles-9 */
.themetechmount-portfoliobox-style9 {
    margin: 0px;
    position: relative;
    overflow: hidden
}
.themetechmount-portfoliobox-style9 .tm-featured-wrapper {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.themetechmount-portfoliobox-style9 .themetechmount-post-item-inner img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
    min-width: 100%;
}
.themetechmount-portfoliobox-style9:hover .themetechmount-post-item-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-portfoliobox-style9 .tm-featured-wrapper:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
    background:-webkit-linear-gradient(transparent,rgb(0 0 0 / 80%) 70);
    background: linear-gradient(transparent,rgb(0 0 0 / 80%) 70%);

}

.themetechmount-portfoliobox-style9:hover .tm-featured-wrapper:before {
    opacity: 1;
}
.themetechmount-portfoliobox-style9 .themetechmount-post-item-inner .themetechmount-box-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 60px 10px 35px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    overflow: hidden;
}

.themetechmount-portfoliobox-style9:hover .themetechmount-post-item-inner .themetechmount-box-content {
    opacity: 1;
    transform: translateY(0%);
}
.themetechmount-element-portfoliobox-style9 .themetechmount-boxes-inner .tm-box-col-wrapper:nth-child(even) {
    padding-top: 55px;
}
.themetechmount-portfoliobox-style9 .themetechmount-post-item-inner .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
    font-weight: 500;
}

.themetechmount-portfoliobox-style9 .themetechmount-post-item-inner .themetechmount-box-content .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}

.themetechmount-portfoliobox-style9 .themetechmount-post-item-inner .themetechmount-box-content p {
    color: rgba(255 255 255 / 0.70);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

