/* Portfolio Style 2 */
.tstk-portfolio-style-3 .themestek-post-item{
    position: relative;
    overflow: hidden;    
    border-radius: 50px 0 0 0;
}
.tstk-portfolio-style-3 .tstk-content-wrapper {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
    left: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.tstk-portfolio-style-3 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.tstk-portfolio-style-3:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.tstk-portfolio-style-3 h3.tstk-portfolio-title {
    font-size: 24px;
    line-height: 26px;
}
.tstk-portfolio-style-3 .tstk-port-cat{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
}
.tstk-portfolio-style-3 .tstk-content-wrapper,
.tstk-portfolio-style-3 .themestek-content,
.tstk-portfolio-style-3 .tstk-link-icon{
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.tstk-portfolio-style-3:hover .themestek-content {
    opacity: 1;
}
.tstk-portfolio-style-3 h3.tstk-portfolio-title a{
    color: #fff;
}
.tstk-portfolio-style-3 .tstk-port-cat a{
    color: var(--tstk-industrey-blackish-color);
}
.tstk-portfolio-style-3 .themestek-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(var(--tstk-industrey-global-color-rgb) ,0.90);
    padding: 20px 40px 0 30px;
    opacity: 0;
    overflow: hidden
}

/*===== RTL =====*/
body.rtl .tstk-portfolio-style-3 h3.tstk-portfolio-title{
    font-size: 22px;
}
body.rtl .tstk-portfolio-style-3 .tstk-port-cat{
    font-size: 13px;
}