/* PortfolioBox  Styles-1 */
.themetechmount-box-portfolio .ttm-post-featured-link-wrapper {
    overflow: hidden;
}

.themetechmount-portfoliobox-style1 {
    position: relative;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-overlay p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.20);
}

.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 1px solid var(--ttm-whitecolor);
}

.themetechmount-element-portfoliobox-style1 .tm-box-col-wrapper:first-child .themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    border-top: 1px solid var(--ttm-whitecolor);
}

.themetechmount-portfoliobox-style1 .tm-post-iconbox {
    text-align: right;
    margin-top: 5px;
    width: 20%;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-title h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    transition: all 0.5s linear;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category,
.themetechmount-portfoliobox-style1 .themetechmount-box-content .themetechmount-box-title h4 a {
    color: rgba(255, 255, 255, 1);
    pointer-events: none;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-content .themetechmount-box-title h4 a:hover {
    color: var(--ttm-whitecolor);
}

.themetechmount-element-portfoliobox-style1 .tm-box-col-wrapper {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.themetechmount-element-portfoliobox-style1 .tm-box-col-wrapper.active {
    animation-name: fadeIn;
    animation-duration: .9s;
    animation-fill-mode: both;
}

.themetechmount-element-portfoliobox-style1 .tm-box-col-wrapper.active .ttm-post-img-featured-wrapper {
    display: block;
}

.themetechmount-portfoliobox-style1 .ttm-post-img-featured-wrapper {
    display: none;
    margin-top: 30px;
}

.themetechmount-portfoliobox-style1 .tm-post-iconbox i {
    color: var(--ttm-whitecolor);
    font-size: 12px;
}

.themetechmount-portfoliobox-style1 .tm-post-iconbox a {
    color: var(--ttm-whitecolor);
    padding: 0px 11px 0px;
    transition: .5s;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-overlay .themetechmount-box-content {
    width: 35%;
}

.themetechmount-portfoliobox-style1 .tm-post-iconbox a {
    color: var(--ttm-whitecolor);
}


@media (max-width: 1024px) {
    .themetechmount-portfoliobox-style1 .themetechmount-box-overlay .themetechmount-box-content {
        width: auto;
    }
}

@media (max-width: 768px) {
    .themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
        display: block;
        text-align: center;
    }
    .themetechmount-portfoliobox-style1 .themetechmount-box-overlay .themetechmount-box-category {
        margin: 10px 0;
    }
    .themetechmount-portfoliobox-style1 .tm-post-iconbox {
        margin: 25px 0 0px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .themetechmount-portfoliobox-style1 .themetechmount-box-title h4 {
        font-size: 26px;
        line-height: 36px;
    }
}

/*---Portfolio style2---*/

.themetechmount-portfoliobox-style2 .themetechmount-post-item-inner {
    position: relative;
    overflow: hidden;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content {
    padding-top: 33px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 30px;
    line-height: 40px;
}

.themetechmount-portfoliobox-style2 .themetechmount-box-content .themetechmount-box-title h4 a:hover,
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a {
    color: var(--body-blackfont-color);
}

.themetechmount-portfoliobox-style2 .themetechmount-box-content .tm-cat {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.themetechmount-portfoliobox-style2:hover .tm-featured-wrapper img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s;
}

.themetechmount-portfoliobox-style2 .tm-featured-wrapper img {
    position: relative;
    display: block;
    transition: .5s;
    width: 100%;
}

.themetechmount-portfoliobox-style2 .themetechmount-box-desc {
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .themetechmount-portfoliobox-style2 .themetechmount-box-content {
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .themetechmount-portfoliobox-style2 .tm-featured-wrapper img {
        width: 100%;
    }
    .themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
        font-size: 26px;
        line-height: 36px;
    }
}

/*---Portfolio style3---*/
.themetechmount-portfoliobox-style3 .themetechmount-box-overlay {
    padding-top: 30px;
}

/*---Portfolio style4---*/
.themetechmount-portfoliobox-style4 .themetechmount-post-item-inner {
    display: flex;
    background-color: var(--ttm-whitecolor);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 12px;
    margin: 2px 0;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-overlay {
    width: 60%;
    padding-right: 20px;
}

.themetechmount-portfoliobox-style4 .ttm-post-img-featured-wrapper {
    width: 40%;
}

.themetechmount-portfoliobox-style4 .ttm-post-img-featured-wrapper img {
    min-height: 310px;
    object-fit: cover;
    border-radius: 12px;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-title h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-desc {
    padding-top: 100px;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-desc p {
    margin-bottom: 0;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-overlay .themetechmount-box-category a {
    border: 1px solid rgba(0 , 0 , 0 , 0.10);
    padding: 3px 10px;
    border-radius: 30px;
    margin-right: 5px;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-category {
    margin-bottom: 28px;
}

@media (max-width: 991px) {
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay .themetechmount-box-category a {
    padding: 0px 10px;
}
.themetechmount-portfoliobox-style4 .themetechmount-post-item-inner {
    padding: 30px;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-desc {
    padding-top: 40px;
}
}
@media (max-width: 1024px) {
.themetechmount-portfoliobox-style4 .themetechmount-post-item-inner {
    display: block;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
}
.themetechmount-portfoliobox-style4 .ttm-post-img-featured-wrapper {
    width: 100%;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-desc {
    padding-top: 20px;
}
}