
/* PortfolioBox  Styles-1 */

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner {
    position: relative;
}

.themetechmount-box-portfolio .tm-featured-wrapper{
    overflow: hidden;
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    border-radius: 10px;
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner:before { 
    z-index: 1;
    background-color: var(--ttm-whitecolor);
    position: absolute;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background-color: var(--ttm-whitecolor);
    border-radius: 10px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateY(-20deg);
    -moz-transform: perspective(600px) rotateY(-20deg);
    -ms-transform: perspective(600px) rotateY(-20deg);
    -o-transform: perspective(600px) rotateY(-20deg);
    transform: perspective(600px) rotateY(-20deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner:before {
    opacity: 1;
    visibility: visible;
    opacity: 0.85;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay{
    padding: 40px 40px 27px 43px;
    position:absolute;
    bottom: 10px;
    opacity:0;
    text-align: left;
    z-index: 7;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}
.themetechmount-portfoliobox-style1:hover .themetechmount-box-overlay{
    opacity:1;
}
.themetechmount-portfoliobox-style1 .tm-post-iconbox{
    position:absolute;
    top: 30px;
    right: 30px;
    z-index: 4;
}
.themetechmount-portfoliobox-style1 .tm-post-iconbox a {
   height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: var(--ttm-whitecolor);
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 15px;
    right: 12px;
}
.themetechmount-portfoliobox-style1:hover .tm-post-iconbox a{
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}
.themetechmount-portfoliobox-style1 .themetechmount-box-content,
.themetechmount-portfoliobox-style1 .themetechmount-box-title,
.themetechmount-portfoliobox-style1 .themetechmount-box-category {
    display: block;
    overflow: hidden;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-title h4 {
    margin-bottom: 2px;
    transform: translateY(100%);
    transition: all 0.5s linear;
    font-size: 25px;
    line-height: 35px;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category {
    font-size: 16px;
    transform: translateY(100%);
    transition: all 0.5s linear;
    margin-bottom: 6px;
}
.themetechmount-portfoliobox-style1:hover .themetechmount-box-title h4, 
.themetechmount-portfoliobox-style1:hover .themetechmount-box-category {
    transform: translateY(0);
}
.themetechmount-boxes-portfolio.themetechmount-element-portfoliobox-style1 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a.selected,
.themetechmount-boxes-portfolio.themetechmount-element-portfoliobox-style1 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a:hover {
    color: var(--body-blackfont-color);
}
.themetechmount-boxes-portfolio.themetechmount-element-portfoliobox-style1 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a {
    font-weight: 500;
}

/*portfolio style 2*/
.themetechmount-portfoliobox-style2 .themetechmount-post-item-inner {
    text-align: center;
    margin: 0 auto;
    background: var(--ttm-greycolor);
    padding: 30px 40px 40px;
}
.themetechmount-portfoliobox-style2 .tm-cat {
    font-size: 14px;
    line-height: 20px;
    color: var(--body-blackfont-color);
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
    margin-bottom: 5px;
    padding-top: 3px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a:hover {
    color: var(--ttm-whitecolor) !important;
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper img {
    border-radius: 168px 168px 0 0;
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper {
    position: relative;
    padding-top: 20px;
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper img {
    border-radius: 168px 168px 0 0;
    -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-portfoliobox-style2:hover .themetechmount-post-item-inner {
    background-image: linear-gradient(to right,var(--tm-first-gradientcolor) 0%,var(--tm-second-gradientcolor) 50%,var(--tm-first-gradientcolor) 100%)!important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    -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-portfoliobox-style2:hover .tm-featured-wrapper img {
    border-radius: 15px 15px 0 0;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-box-title h4 a, .themetechmount-portfoliobox-style2:hover .tm-cat {
    color: #fff;
    transition: all 0.1s ease 0s;
}
/*portfolio style 2*/
.themetechmount-portfolio-box-view-style5 .themetechmount-box-content-inner {
    background: rgb(185 185 185 / 26%);
    margin-bottom: 30px;
    display: flex;
    padding: 30px 0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.9s ease-out 0s;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-box-content-inner .themetechmount-title {
    padding-right: 50px;
    width: 35%;
    text-align: left;
    padding-left: 20px;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-box-content-inner .themetechmount-box-category {
    margin-top: 15px;
    text-align: center;
    width: 20%;
    padding: 0 15px;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-box-content-inner .themetechmount-title h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 15px;
}
.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px !important;
}
.themetechmount-element-portfoliobox-style5 .themetechmount-item-thumbnail{
     overflow: hidden;
    position: static;
    border-radius: 25px;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-post-item .themetechmount-item-thumbnail {
    overflow: hidden !important;
    position: static !important;
    border-radius: 25px;
}
.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img {
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    margin-top: -250px;
    margin-left: 250px;
    z-index: 1;
    border-radius: 10px;
    width:415px;
    height: 350px;
}
.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper.active .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper .themetechmount-item-thumbnail-inner  img {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}

.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper .themetechmount-item-thumbnail-inner  img{ 
   transition: .5s all;
    opacity: 1;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-box-desc {
    width: 47%;
    padding: 0 50px 0 0;
}   
.themetechmount-portfolio-box-view-style5:hover .themetechmount-box-content-inner {
    background: var(--ttm-skincolor);
    transform: scale(1.1);
    border-radius: 20px;
}
.themetechmount-portfolio-box-view-style5:hover .themetechmount-box-content-inner .themetechmount-box-category .tm-cat a {
    color: var(--ttm-whitecolor);
}
.themetechmount-portfolio-box-view-style5:hover .themetechmount-box-content-inner .themetechmount-title h4{
    font-size: 24px;
    line-height: 30px;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-box-desc p {
    margin-bottom: 0;
    display: contents;
    color: rgb(255 255 255 / 70%);
}
.themetechmount-portfolio-box-view-style5 .tm-project-readmore-btn {
    display: -webkit-inline-box;
}
.themetechmount-portfolio-box-view-style5 .themetechmount-box-content-inner .themetechmount-box-category .tm-cat a {
    font-weight: 600;
}
.themetechmount-portfolio-box-view-style5:hover .themetechmount-box-content-inner .themetechmount-title h4 a {
    color: var(--ttm-whitecolor);
}
.themetechmount-portfolio-box-view-style5:hover .themetechmount-box-desc p{
    color: var(--ttm-whitecolor);
}
.themetechmount-portfolio-box-view-style5 .tm-project-readmore-btn a:hover{
    color: var(--ttm-whitecolor);
}
.themetechmount-portfolio-box-view-style5 .tm-project-readmore-btn a{
     position: relative;
}
.themetechmount-portfolio-box-view-style5 .tm-project-readmore-btn a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #fff 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s $custom-ease-out;
}
.themetechmount-portfolio-box-view-style5:hover .tm-project-readmore-btn a:after{
    background-position: 0% 50%;
}

@media (max-width: 1024px){
.themetechmount-portfolio-box-view-style5 .themetechmount-box-content-inner {
     padding: 10px 0 30px;
    }
.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img {
    position: relative ;
    opacity: 1 !important;
    transform: unset !important;
    transform-origin: unset !important;
    margin: 0;
    height: auto;
}
.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px !important;
}
}
@media (max-width: 1300px){
.themetechmount-portfolio-box-view-style5:hover .themetechmount-box-content-inner {
    transform: scale(1);
    }
}
/*---portfolio style6---*/
.themetechmount-portfoliobox-style6 .tm-img-box .ttm-post-featured-link-wrapper {
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.themetechmount-portfoliobox-style6 .tm-cat a {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255 , 255 , 255 , 0.70);
}
.themetechmount-portfoliobox-style6 .themetechmount-box-content-inner {
    padding-bottom: 23px;
}
.themetechmount-portfoliobox-style6 .themetechmount-box-category {
    padding-bottom: 6px;
}
.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    padding: 54px 80px 59px;
    border-right: 1px solid rgba(255 , 255 , 255 , 0.20);
    margin-bottom: 0px;
    border-top: 1px solid rgba(255 , 255 , 255 , 0.20);
    -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;
    background-color: var(--ttm-secondarycolor);
}
.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:hover {
    background-color: rgba(9 , 36 , 32 , 0.95);
}
.themetechmount-portfoliobox-style6 .themetechmount-box-content-inner .themetechmount-box-title h4 a:not(:hover) {
    color: #fff;
}
.themetechmount-portfoliobox-style6 .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper.tm-post-format-video {
    min-height: 385px;
}
.themetechmount-element-portfoliobox-style6 .tm-box-col-wrapper:hover .themetechmount-portfoliobox-style6 .ttm-post-featured-link-wrapper {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-element-portfoliobox-style6 .tm-box-col-wrapper .themetechmount-portfoliobox-style6 .ttm-post-featured-link-wrapper {
    -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;
}
.themetechmount-portfoliobox-style6 .tm-img-box {
    position: relative;
    overflow: hidden;
}
.themetechmount-element-portfoliobox-style6 .tm-sortable-list .tm-sortable-link a {
    padding: 8px 25px 7px;
    color: var(--body-blackfont-color);
    font-weight: 500;
}
.themetechmount-element-portfoliobox-style6 .tm-sortable-list ul {
    text-align: center;
}
.themetechmount-portfoliobox-style6 .themetechmount-post-item .tm-img-box .ttm-post-featured-link-wrapper {
   padding-top: 0;
}
@media (max-width:1024px) {
.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    border: none;
    padding: 15px 15px 15px;
}
.themetechmount-portfoliobox-style6 .tm-img-box .ttm-post-featured-link-wrapper {
    padding-top: 250px;
}
}
@media only screen and (min-width:1024px) and (max-width:1400px) {
.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    padding: 54px 40px 60px;
    border-left: 1px solid rgba(255 , 255 , 255 , 0.20);
    border-right: 0;
}
}
  
/** style8 **/
.themetechmount-portfolio-box-view-style8 .themetechmount-post-item {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    padding: 0 45px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
}
.themetechmount-portfolio-box-view-style8:hover .themetechmount-post-item {
    opacity: 1;
    bottom: 50px;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 {
    position: relative;
    overflow: hidden;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8:before {
    content: '';
    height: 50%;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.60);
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    bottom: 0;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8:hover:before {
    height: 100%;
    opacity: 1;
}
.themetechmount-portfolio-box-view-style8 .themetechmount-box-category .tm-cat a {
    color: rgba(255,255,255,0.60);
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: top;
}
.themetechmount-portfolio-box-view-style8 .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
    margin-bottom: 25px;
    display: block;
}
.themetechmount-portfolio-box-view-style8 .themetechmount-box-desc {
    color: rgba(255,255,255,0.60);
    margin-bottom: 23px;
    display: block;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-portfolio-box-view-style8 .tm-project-readmore-btn a {
    color: var(--ttm-whitecolor);
    padding: 8px 30px;
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.themetechmount-portfolio-box-view-style8 .tm-project-readmore-btn a:hover {
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-skincolor) ;
}
.themetechmount-portfolio-box-view-style8 .tm-project-readmore-btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
    transition: all 0.5s ease;
}
.themetechmount-portfolio-box-view-style8 .tm-project-readmore-btn a:hover:before {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line1,
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line2,
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line3 {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.15);
    width: 1px;
    right: auto;
    left: 70px;
    height: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8:hover .themetechmount-portfolio-lines .themetechmount-portfolio-line1,
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8:hover .themetechmount-portfolio-lines .themetechmount-portfolio-line2,
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8:hover .themetechmount-portfolio-lines .themetechmount-portfolio-line3 {
    height: 100%;
    transition: all 0.5s ease;
    opacity: 1;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line2 {
    right: auto;
    left: 50%;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line3 {
    right: 70px;
    left: auto;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line1:after,
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line2:after,
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line3:after {
    content: '';
    display: block;
    height: 35px;
    width: 8px;
    background: var(--ttm-skincolor);
    position: absolute;
    left: -4px;
    right: auto;
    top: 115px;
    -webkit-animation: scanning 9s linear infinite alternate;
    animation: scanning 9s linear infinite alternate;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line2:after {
    -webkit-animation: scanning 11s linear infinite alternate;
    animation: scanning 11s linear infinite alternate;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style8 .themetechmount-portfolio-lines .themetechmount-portfolio-line3:after {
    -webkit-animation: scanning 13s linear infinite alternate;
    animation: scanning 13s linear infinite alternate;
}
@-webkit-keyframes scanning {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

@keyframes scanning {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}
@media (max-width: 1199px){
.themetechmount-portfolio-box-view-style8 .themetechmount-post-item {
    padding: 0 25px;
}
}

/* style 10 */
.themetechmount-box-portfolio.themetechmount-portfoliobox-style10:hover .tm-featured-wrapper {
	transform: translateY(0) scale(1.3);
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style10 .tm-featured-wrapper {
    overflow: hidden;
    border-radius: 10px;
	transform: translateY(-20px) scale(1.3);
    transition: all 1s ease;
}
.themetechmount-portfoliobox-style10 .themetechmount-post-item-inner {
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-portfoliobox-style10 .themetechmount-box-content {
    position: absolute;
    bottom: 40px;
    right: 55px;
    background-color: var(--ttm-skincolor);
    padding: 13px 30px 2px 30px;
    border-radius: 10px;
}
.themetechmount-portfoliobox-style10 .tm-cat {
    color: #fff;
	font-size: 18px;
}
.themetechmount-portfoliobox-style10 .themetechmount-box-title h4 a {
    color: #fff !important;
	font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}
.themetechmount-portfoliobox-style10 .themetechmount-box-overlay {
    text-align: left;
}
.themetechmount-portfoliobox-style10:hover .themetechmount-box-content {
    opacity: 1;
    transform: translateY(0);
}
.themetechmount-portfoliobox-style10 .themetechmount-box-content {
    opacity: 0;
    position: absolute;
    transform: translateY(-20px);
    transition: all 1s ease;
}
.tm-bgcolor-darkgrey .themetechmount-element-portfoliobox-style10 .tm-sortable-list .tm-sortable-link a.selected {
    border-color: var(--ttm-skincolor);
	background-color: var(--ttm-skincolor);
}
.themetechmount-element-portfoliobox-style10 .tm-sortable-list .tm-sortable-link a {
	background-color: transparent;
	font-weight: 400;
	border: 1px solid rgba(255 ,255 ,255 , 0.70);
	border-radius: 22px;
	color: #fff;
}
.themetechmount-element-portfoliobox-style10 .tm-sortable-list ul {
    margin-bottom: 55px;
    margin-top: 31px;
}
.tm-align-center .themetechmount-element-portfoliobox-style10 .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 58%;
    color: #fff;
}

@media (max-width:1200px) {
	.themetechmount-element-portfoliobox-style10 .tm-sortable-list .tm-sortable-link a {
		padding: 8px 19px 10px;
		font-size: 14px;
	}
}
/** style 11 **/
.themetechmount-portfolio-box-view-style11 .themetechmount-box-category a {
    color: var(--ttm-secondarycolor);
    opacity: 80%;
    font-size: 17px;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-title h4 a {
    color: var(--ttm-secondarycolor);
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-title h4 a:hover {
    color: var(--ttm-skincolor);
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11 {
    text-align: center;
    position: relative;
    margin-top: 15px;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11 .tm-portfolio-box-wrap {
    overflow: hidden;
    border-radius: 148px;
    transition: all 0.5s ease;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11:hover .tm-portfolio-box-wrap {
    background-color: var(--ttm-whitecolor);
    transition: all 0.5s ease;
    overflow: hidden;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-post-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.themetechmount-portfolio-box-view-style11:hover .themetechmount-post-item {
    opacity: 1;
    bottom: 40px;
    transition: all 0.5s ease;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11:hover .tm-animation-hover-img {
    transition: all 0.5s ease;
    transform: translateY(-130px);
    border-radius: 0;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11 .tm-animation-hover-img {
    border-radius: 148px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-pfhighlight .themetechmount-review-highlight {
    margin: 0;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-pfhighlight .themetechmount-review-highlight span {
    font-size: var(--body-font-size);
    font-weight: 400;
    line-height: initial;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-pfhighlight {
    background-color: #1D48E4;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}
.themetechmount-portfolio-box-view-style11 .tm-pfhighlight-text {
    position: absolute;
    right: 0;
    left: auto;
    top: -15px;
    bottom: auto;
    z-index: 1;
    width: 65%;
    text-align: left;
    transition: all 0.5s ease;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11:hover .tm-pfhighlight-text {
    opacity: 0;
    transition: all 0.5s ease;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-pfhighlight .themetechmount-review-highlight > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-pfhighlight .themetechmount-review-highlight > span span {
    font-size: var(--body-font-size);
    font-weight: 400;
    display: block;
    line-height: initial;
}
@media (max-width: 1339px){
    .themetechmount-portfolio-box-view-style11 .themetechmount-box-category a {
        font-size: 14px;
    }
    .themetechmount-portfolio-box-view-style11 .themetechmount-box-title h4 {
        font-size: 15px;
    }
    .themetechmount-box-portfolio.themetechmount-portfolio-box-view-style11:hover .tm-animation-hover-img {
        transform: translateY(-110px);
    }
}
@media (max-width: 1024px){
.themetechmount-portfolio-box-view-style11 .tm-pfhighlight-text {
    width: 75%;
}
.themetechmount-portfolio-box-view-style11 .themetechmount-box-pfhighlight .themetechmount-review-highlight {
    margin: 0;
    font-size: 22px;
}
}
/*portfolio style 7*/
.themetechmount-portfoliobox-style7 .tm-animation-hover-button {
    padding: 23px 15px 28px;
    text-align: center;
    background-image: linear-gradient(to right, #ff3672 0%, #de1b55 50%, #ff3672 100%);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}


.themetechmount-box-portfolio.themetechmount-portfoliobox-style7 {
    position: relative;
    overflow: hidden;
}
.themetechmount-portfoliobox-style7 img.wp-post-image {
    transition: .7s;
    filter: grayscale(100);
    object-fit: cover;
    background-size: cover;
    background-position: 100%;
    display: block;
    height: 550px;
}
.themetechmount-element-portfoliobox-style7 .tm-box-col-wrapper:nth-child(even) {
    flex: 4;
    transition: 0.5s;
}
.themetechmount-element-portfoliobox-style7 .tm-box-col-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    z-index: 5;
    flex: 2;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
    width: auto!important;
}
.themetechmount-element-portfoliobox-style7 .themetechmount-boxes-row-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.themetechmount-element-portfoliobox-style7 .themetechmount-boxes-row-wrapper .slick-track {
    position: relative;
    display: flex;
    height: 100%;
}
.themetechmount-portfoliobox-style7:hover img.wp-post-image {
    filter: grayscale(0);
    border-radius: 10px;
}



@media (max-width: 1500px){
.themetechmount-element-portfoliobox-style7 .tm-box-col-wrapper {
    display: unset;
   align-items: center;
   flex: unset;
}
.themetechmount-element-portfoliobox-style7 .tm-box-col-wrapper:nth-child(even) {
    flex: unset;
    }
    .themetechmount-element-portfoliobox-style7.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}
}


.tm-layout-style25 .themetechmount-portfoliobox-style1 .themetechmount-post-item-inner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .40s ease;
    width: 100%;
}
.tm-layout-style25 .themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner img {
    filter: grayscale(0%);
}
.tm-layout-style25 .themetechmount-portfoliobox-style1 .themetechmount-post-item-inner:before,
.tm-layout-style25 .themetechmount-portfoliobox-style1 .tm-featured-wrapper{
    border-radius: unset;
}
.tm-layout-style25 .themetechmount-portfoliobox-style1 .tm-post-iconbox a{
     border-radius: unset;
     color: var(--ttm-secondarycolor);
}
.tm-layout-style25 .themetechmount-portfoliobox-style1 .themetechmount-box-title h4 a:hover {
    color: var(--ttm-secondarycolor) !important;
}


/* style 12 */
.tm-bgcolor-darkgrey .themetechmount-portfoliobox-style12 .themetechmount-box-content .themetechmount-box-title  h4 a {
    color: #fff;
}
.tm-textcolor-dark .themetechmount-portfoliobox-style12 .themetechmount-box-title h4 {
    margin-bottom: 5px;
}
.tm-textcolor-dark .themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details,
.tm-textcolor-dark .themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details,
.tm-textcolor-dark .themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    color: var(--body-fonts-color);
}
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details,
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    font-size: 16px;
    font-weight: 500;
	color: #fff;
}
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date:first-child .tm-pf-left-details:first-child {
    display: none;
}
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date {
    padding: 0;
    width: 100%;
}

.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child .tm-pf-left-details,
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child .tm-pf-right-details {
    display: inline-block;
}
.themetechmount-portfoliobox-style12 .themetechmount-box-overlay {
    padding: 23px 0 0;
}
.themetechmount-portfoliobox-style12 .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 28px;
}
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list .tm-pf-details-date:first-child .tm-pf-right-details {
    padding-left: 0;
    font-size: 15px;
    font-weight: 400;
}
.themetechmount-element-portfoliobox-style12.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    border-right: 1px solid;
}
.themetechmount-element-portfoliobox-style12.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:last-child {
    border-right: 0px;
}
.themetechmount-portfoliobox-style12 .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
    transform: translateY(0px) scale(1.1);
    transition: all 1s ease;
    overflow: hidden;
}
.themetechmount-portfoliobox-style12:hover .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
	transform: translateY(0) scale(1.3);
}
.themetechmount-portfoliobox-style12 .tm-img-box {
    overflow: hidden;
}
.themetechmount-portfoliobox-style12 .ttm-post-featured-link-wrapper {
	height: 414px;
	width: 100%;
	background-size: cover;
	transform: translateY(0px) scale(1.1);
    transition: all 1s ease;
    overflow: hidden;
}
.themetechmount-portfoliobox-style12:hover .ttm-post-featured-link-wrapper {
	transform: translateY(0) scale(1.3);
}
.tm-bgcolor-darkgrey .themetechmount-portfoliobox-style12 .themetechmount-box-content .themetechmount-box-title  h4 a {
    color: #fff;
}

@media (max-width:1340px) {
	.themetechmount-portfoliobox-style12 .ttm-post-featured-link-wrapper {
		height: 246px;
	}
}
@media (max-width:1024px) {
	.themetechmount-portfoliobox-style12 .ttm-post-featured-link-wrapper {
		height: 346px;
	}
}

@media (min-width:1025px) and (max-width:1200px) {
	.tm-textcolor-dark .themetechmount-portfoliobox-style12 .themetechmount-box-title h4 {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.themetechmount-portfoliobox-style12 .ttm-post-featured-link-wrapper {
		height: 196px;
	}
}

@media (max-width:560px) {
	.themetechmount-portfoliobox-style10 .themetechmount-box-content {
		bottom: 7px;
		right: 20px;
		padding: 11px 15px 0px 15px;
	}
	.themetechmount-portfoliobox-style10 .themetechmount-box-title h4 a {
		font-size: 18px;
		line-height: 28px;
	}
	
}



.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list li.tm-pf-details-date:nth-child(3),
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list li.tm-pf-details-date:nth-child(4),
.themetechmount-portfoliobox-style12 .themetechmount-pf-detailbox-list li.tm-pf-details-date:nth-child(5) {
    display: none;
}

.themetechmount-element-portfoliobox-style12.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:nth-child(4) {
    border-right: 0px solid;
}


/**portfolio style 13**/

.themetechmount-portfolio-box-view-style13 .themetechmount-item-thumbnail-inner img {
    border-radius: 15px;
     transition: all 0.8s ease 0s;
}
.themetechmount-portfolio-box-view-style13:hover .themetechmount-item-thumbnail-inner img {
    border-radius: 50px;
}
.themetechmount-portfolio-box-view-style13 .themetechmount-box-content-inner {
    padding-top: 20px;

}
.themetechmount-portfolio-box-view-style13 .themetechmount-box-category {
    padding-bottom: 10px;
}
.themetechmount-portfolio-box-view-style13 .tm-cat{
    overflow: hidden;
    display: block;
    position: relative;
}
.themetechmount-portfolio-box-view-style13 .tm-cat a {
    vertical-align: baseline;
    display: block;
    position: relative;
}
.themetechmount-portfolio-box-view-style13 .tm-cat a:after{
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    margin-left: 10px;
    border-top: 1px solid var(--ttm-bordercolor);
}
.themetechmount-portfolio-box-view-style13 .themetechmount-content-wrap {
    padding: 40px 40px 20px;
}
.themetechmount-portfolio-box-view-style13 .themetechmount-post-item {
    position: relative;
    display: block;
}
.themetechmount-portfolio-box-view-style13 .themetechmount-post-item:before {
    position: absolute;
    content: "";
    background: var(--ttm-secondarycolor);
    width: 100%;
    opacity: 0;
    transition: all 0.8s ease 0s;
    z-index: -1;
    border: 1px solid #353535;
    border-radius: 15px;
    top: 100px;
    bottom: auto;
    transform: scaleY(0);
    height: -webkit-fill-available;
}
.themetechmount-portfolio-box-view-style13:hover .themetechmount-post-item:before {
    opacity: 1;
    top: 100px;    
    transform: scaleY(1);
}
.themetechmount-element-portfoliobox-style13 .tm-box-col-wrapper:nth-child(even){
    padding-top:100px;
}
.themetechmount-portfolio-box-view-style13 .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
}
.themetechmount-portfolio-box-view-style13 .tm-cat a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: linear-gradient(to right,#5c4bc9 0%,#cf4a50 100%);
    right: 0;
    top: 6px;
    border-radius: 50%;
    z-index: 1;
}
.themetechmount-portfolio-box-view-style13:hover .tm-cat a:before {
        background: var(--ttm-whitecolor);
    }
    .themetechmount-portfolio-box-view-style13  .themetechmount-box-overlay {
    padding: 23px 15px 28px;
    text-align: center;
    background-color: var(--tm-skincolor-text);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30px;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}
@media(max-width: 991px) {
.themetechmount-element-portfoliobox-style13 .tm-box-col-wrapper:nth-child(even) {
    padding-top: 0px;
}
}


/*portfolio style 14*/
.themetechmount-portfolio-box-view-style14 {
     overflow:hidden;
}


.themetechmount-portfolio-box-view-style14 .ttm-content-box-inner .tm-servicebox-detials {
   display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255 , 255 , 255 , 0.20);
    align-items: center;
}

.themetechmount-portfolio-box-view-style14 .ttm-content-box-inner {
    width: 50%;
    float: left;
    transition: 0.8s;
}
.themetechmount-portfolio-box-view-style14 .themetechmount-box-right-content {
    overflow: hidden;
    position: absolute;
    width: 50%;
    right: 0;
    opacity: 0;
    padding-left: 45px;
    top: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 0;
    translate: 0 -50%;
}
.active .themetechmount-portfolio-box-view-style14 .themetechmount-box-right-content {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.themetechmount-portfolio-box-view-style14 .themetechmount-box-item-figure {
    display: flex;
}
.themetechmount-portfolio-box-view-style14 .themetechmount-box-item-figure .themetechmount-item-thumbnail {
    position: relative;
    overflow: hidden;
}

.themetechmount-portfolio-box-view-style14 .themetechmount-box-item-figure .themetechmount-item-thumbnail img {
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    border-radius: 0px;
    width: 735px;
    height: 710px;
    object-fit: cover;
}

.themetechmount-portfolio-box-view-style14 .preyantechnosys-post-item,
.themetechmount-portfolio-box-view-style14,
.themetechmount-element-portfoliobox-style14 .tm-box-col-wrapper {
    position: static;
}

.active .themetechmount-portfolio-box-view-style14 .ttm-content-box-inner {
    transition:all 0.3s ease 0s;
}
.themetechmount-element-portfoliobox-style14 .tm-box-col-wrapper {
     margin-bottom: 5px !important;
}
.themetechmount-portfolio-box-view-style14 .ttm-content-box-inner .tm-servicebox-detials .themetechmount-title .themetechmount-box-title h4 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
}

.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(4),
.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(5), 
.themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:nth-child(6) {
    border-bottom: 1px solid rgba(255 , 255 , 255 , 0.20);
}

@media(max-width: 991px) {
    .themetechmount-portfolio-box-view-style14 .ttm-content-box-inner {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .themetechmount-portfolio-box-view-style14 .themetechmount-box-right-content {
        position: relative;
        width: 70%;
        opacity: 1;
        padding-left: 0;
        top: 0;
        translate: 0;
    }
}

@media(max-width: 767px) {

    .themetechmount-portfolio-box-view-style14 .ttm-content-box-inner .tm-servicebox-detials {
        display: block!important;
    }


    .themetechmount-portfolio-box-view-style14 .ttm-content-box-inner .tm-servicebox-detials .themetechmount-title .themetechmount-box-title h4 {
        margin-bottom: 20px!important;
    }

    .themetechmount-portfolio-box-view-style14 .themetechmount-box-right-content {
        width: 100%;   
    }
    .themetechmount-portfolio-box-view-style14 .tm-servicebox-detials {
        padding: 0px 20px 15px 0px;
        margin-bottom: 0px!important;
    }

    .themetechmount-portfolio-box-view-style14 .themetechmount-box-item-figure .themetechmount-item-thumbnail img {
        height: 500px;
        width: 550px;
    }

}

@media(max-width: 591px) {
    .themetechmount-portfolio-box-view-style14 .themetechmount-box-item-figure .themetechmount-item-thumbnail img {
        height: 300px;
        width: 350px;
    }

}