/*portfolio style 1*/
.themetechmount-portfoliobox-style1 .cursor-play-btn-block {
    display: none;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    padding: 30px 30px 30px 30px;
    background: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-15px);
    margin: -50px 30px 0 30px;
    z-index: 1;
    position: relative;
    display: flex;
	gap: 15px;
    justify-content: space-between;
    align-items: center;
	box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
}
.themetechmount-portfoliobox-style1 .tm-cat {
    padding-bottom: 4px;
    font-size: 14px;
}
.themetechmount-portfoliobox-style1 .tm-project-readmore-btn {
    display: inline-block;
    vertical-align: top;
}
.themetechmount-portfoliobox-style1 .tm-project-readmore-btn a {
    width: 50px;
    height: 50px;
    line-height: 58px;
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-30px);
    font-size: 0;
    text-align: center;
	transition: all 0.8s ease;
}
.themetechmount-portfoliobox-style1 .tm-project-readmore-btn a i {
    font-size: 30px;
}
.themetechmount-portfoliobox-style1 .tm-featured-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: var(--ttm-border-shape-15px);
}
.themetechmount-portfoliobox-style1 .tm-featured-wrapper:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: all 0.5s ease;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(0deg, transparent 0%, rgba(255,255,255,0.4) 100%);
    height: 0;
}
.themetechmount-portfoliobox-style1:hover .tm-project-readmore-btn a {
    transform: rotateY(360deg);
    transition: all 0.8s ease;
}
.themetechmount-portfoliobox-style1:hover .tm-featured-wrapper:before {
    opacity: 1;
    height: 100%;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay h4 {
    margin-bottom: 0;
	font-size: 22px;
    line-height: 32px;
}
.themetechmount-portfoliobox-style1 .tm-featured-wrapper img {
	transition: all .5s ease-in-out;
}
.themetechmount-portfoliobox-style1:hover .tm-featured-wrapper img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	transition: all .5s ease-in-out;
}
@media (max-width:1399px){
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay h4 {
    font-size: 20px;
    line-height: 30px;
}
.themetechmount-portfoliobox-style1 .tm-project-readmore-btn a {
    width: 40px;
    height: 40px;
    line-height: 48px;
}
}
@media (max-width:1299px){
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    padding: 25px 25px 25px 25px;
    margin: -50px 25px 0 25px;
}
}
@media (max-width:1024px){
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay h4 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
}
}
@media (max-width:1024px){
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    padding: 20px 20px 20px 20px;
    margin: -40px 20px 0 20px;
}
.themetechmount-portfoliobox-style1 .tm-project-readmore-btn a {
    width: 30px;
    height: 30px;
    line-height: 38px;
}
.themetechmount-portfoliobox-style1 .tm-project-readmore-btn a i {
    font-size: 20px;
}
}
@media (max-width:767px){
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay h4 {
    font-size: 18px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.themetechmount-portfoliobox-style1 .tm-cat {
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
}
/*portfolio style 1*/
/*portfolio style 2*/
.themetechmount-portfoliobox-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-15px);
	padding: 30px 30px 25px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
    margin-top: 10px;
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper {
	display: block;
    overflow: hidden;
	border-radius: var(--ttm-border-shape-10px);
}
.themetechmount-portfoliobox-style2 .themetechmount-post-item-inner img {
    transform: scale(1.05) rotate(.5deg);
    transform-origin: 90% 50%;
    border-radius: var(--ttm-border-shape-10px);
    transition: transform 1.2s cubic-bezier(.4,.01,.14,.99);
}
.themetechmount-portfoliobox-style2:hover .themetechmount-post-item-inner img {
    transform: scale(1.001) rotate(0);
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content .tm-cat {
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--ttm-border-shape-30px);
    padding: 4px 15px;
    margin-bottom: 13px;
	font-size: 14px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-overlay {
    margin-top: 30px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content,
.themetechmount-portfoliobox-style2 .themetechmount-box-title {
    display: block;
    overflow: hidden;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
    cursor: pointer;
    margin-bottom:0px;
    transition: all 0.5s linear;
    font-size: 23px;
    line-height: 32px;
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above.themetechmount-element-portfoliobox-style2 .themetechmount-boxes-row-wrapper .slick-arrow.slick-prev, .themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-below.themetechmount-element-portfoliobox-style2 .themetechmount-boxes-row-wrapper .slick-arrow.slick-prev {
    right: 30%;
    left: auto;
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above.themetechmount-element-portfoliobox-style2 .themetechmount-boxes-row-wrapper .slick-arrow.slick-next, .themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-below.themetechmount-element-portfoliobox-style2 .themetechmount-boxes-row-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 26.6%;
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above.themetechmount-element-portfoliobox-style2 .themetechmount-boxes-row-wrapper .slick-arrow {
    top: -75px;
}
.themetechmount-portfoliobox-style2 .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 220px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    position: relative;
	transform: scale(1.05) rotate(.5deg);
    transform-origin: 90% 50%;
    border-radius: var(--ttm-border-shape-10px);
    transition: transform 1.2s cubic-bezier(.4,.01,.14,.99);
}
.themetechmount-portfoliobox-style2:hover .ttm-post-featured-link-wrapper {
	transform: scale(1.001) rotate(0);
}
.themetechmount-portfoliobox-style2 .themetechmount-post-item-image {
	overflow: hidden;
	border-radius: var(--ttm-border-shape-10px);
	position: relative;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-readmore a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
	overflow: hidden;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-box-readmore a {
    transition: all 0.5s ease;
    transform: scale(1.1);
	color: var(--body-blackfont-color);
}
.themetechmount-portfoliobox-style2 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:before, .themetechmount-portfoliobox-style2 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:after {
    content: "\f126";
    font-family: 'themeicons_it_solutionwp';
    font-size: 25px;
    line-height: 50px;
    transform: rotate(45deg);
    display: block;
	transition: transform 0.3s ease-out;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:hover:before {
    transform: translatex(150%) translatey(-150%) translatez(0);
	transition: transform 0.3s ease-out;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:after {
    top: 0;
    transform: translatex(-150%) translatey(150%) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:hover:after {
    transform: translatex(0) translatey(0) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
}
@media (max-width: 680px){
	.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
	    font-size: 20px;
	    line-height: 30px;
	}
}
/*portfolio style 2*/
/*portfolio style 3*/
.themetechmount-portfoliobox-style3 {
    position: relative;
    display: block;
    overflow: hidden;
}
.themetechmount-portfoliobox-style3 .themetechmount-post-item-image {
	overflow: hidden;
	border-radius: var(--ttm-border-shape-30px);
	position: relative;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-readmore a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
	z-index: 2;
	overflow: hidden;
}
.themetechmount-portfoliobox-style3:hover .themetechmount-box-readmore a {
    transition: all 0.5s ease;
    transform: scale(1.1);
	color: var(--body-blackfont-color);
}
.themetechmount-portfoliobox-style3 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:before, .themetechmount-portfoliobox-style3 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:after {
    content: "\f126";
    font-family: 'themeicons_it_solutionwp';
    font-size: 25px;
    line-height: 50px;
    transform: rotate(45deg);
    display: block;
	transition: transform 0.3s ease-out;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:hover:before {
    transform: translatex(150%) translatey(-150%) translatez(0);
	transition: transform 0.3s ease-out;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:after {
    top: 0;
    transform: translatex(-150%) translatey(150%) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-readmore-wrap .themetechmount-box-readmore a:hover:after {
    transform: translatex(0) translatey(0) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
}
.themetechmount-portfoliobox-style3 .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 320px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    position: relative;
	transform: scale(1.05) rotate(.5deg);
    transform-origin: 90% 50%;
    border-radius: var(--ttm-border-shape-10px);
    transition: transform 1.2s cubic-bezier(.4,.01,.14,.99);
}
.themetechmount-portfoliobox-style3:hover .ttm-post-featured-link-wrapper {
	transform: scale(1.001) rotate(0);
}
.themetechmount-portfoliobox-style3 .themetechmount-box-title h4 {
    cursor: pointer;
    margin-bottom: 0px;
    transition: all 0.5s linear;
    font-size: 24px;
    line-height: 34px;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-title h4 a {
	color: var(--ttm-whitecolor);
}
.themetechmount-portfoliobox-style3 .themetechmount-box-title h4 a:hover {
	color: var(--ttm-whitecolor) !important;
}
.themetechmount-portfoliobox-style3 .tm-cat {
    padding-bottom: 4px;
    font-size: 14px;
	color: var(--ttm-whitecolor);
}
.themetechmount-portfoliobox-style3 .themetechmount-box-overlay {
    position: absolute;
    bottom: 25px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
	z-index: 1;
	transition: all 0.3s ease;
}
.themetechmount-portfoliobox-style3:hover .themetechmount-box-overlay {
    opacity: 0;
    transition: all 0.3s ease;
}
.themetechmount-portfoliobox-style3 .themetechmount-post-item-image:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: -15px;
    width: 110%;
    height: 60%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    visibility: visible;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 23, 70, 0.90) 30%, rgba(0, 23, 70, 0.15) 80%);
    padding: 20px;
    transition: all .3s ease;
    z-index: 1;
    filter: blur(10px);
}
.themetechmount-element-portfoliobox-style3 .slick-dots {
    display: inline-block;
    right: 0;
    left: 0;
    bottom: -70px;
    width: 116px;
    margin: 0 auto;
}
.themetechmount-element-portfoliobox-style3 .themetechmount-boxes-row-wrapper.slick-dotted {
    text-align: center;
}
/*portfolio style 3*/
/*portfolio style 4*/
.themetechmount-portfoliobox-style4 .themetechmount-box-content {
    padding: 30px 30px 28px 30px;
}
.themetechmount-portfoliobox-style4 .tm-featured-wrapper img {
    border-radius: 0 0 var(--ttm-border-shape-15px) var(--ttm-border-shape-15px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
}
.themetechmount-portfoliobox-style4:hover .tm-featured-wrapper img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.themetechmount-portfoliobox-style4 .prt-featured-image.themetechmount-post-item-inner .tm-featured-wrapper {
    overflow: hidden;
    border-radius: 0 0 var(--ttm-border-shape-15px) var(--ttm-border-shape-15px);
}
.themetechmount-portfoliobox-style4 .themetechmount-post-item {
    position: relative;
    box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
    border-radius: var(--ttm-border-shape-15px);
    background-color: var(--ttm-whitecolor);
	margin-bottom: 20px;
}
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: -22px;
    top: auto;
    left: 30px;
    right: auto;
    transition: all 0.5s ease;
}
.themetechmount-portfoliobox-style4:hover .tm-project-readmore-btn {
    opacity: 0;
	visibility: hidden;
    transition: all 0.3s ease;
}
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn.tm-hide {
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 45px;
    opacity: 0;
}
.themetechmount-portfoliobox-style4:hover .tm-project-readmore-btn.tm-hide {
    opacity: 1;
	visibility: visible;
    transition: all 0.3s ease;
}
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn a {
    width: 45px;
    height: 45px;
    line-height: 53px;
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
    border-radius: var(--ttm-border-shape-30px);
	box-shadow: 0px 3px 15px rgba(39, 0, 143, 0.2);
    font-size: 0;
    text-align: center;
	transition: all 0.5s ease;
}
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn a:hover {
	box-shadow: unset;
	background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
	transition: all 0.3s ease;
}
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn a i{
    font-size: 25px;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0 0;
}
.themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a {
    padding: 12px 25px 11px;
	margin-bottom: 12px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--body-blackfont-color);
}
.themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a.selected, .themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a:hover {
    background: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
.themetechmount-element-portfoliobox-style4 .tm-sortable-list ul {
    margin-top: 0;
}
.themetechmount-portfoliobox-style4 .prt-featured-image.themetechmount-post-item-inner {
    position: relative;
}
@media (max-width: 767px){
.themetechmount-portfoliobox-style4 .themetechmount-box-content {
    padding: 20px 20px 18px 20px;
}
}
/*portfolio style 4*/

