/*=== Portfolio Style 1 ===*/
.thsn-portfolio-style-1 .themesion-post-item{
    position: relative;
    overflow: hidden;
}
.thsn-portfolio-style-1 .thsn-content-wrapper {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-10%);
    -moz-transform: translateX(0%) translateY(-10%);
    -ms-transform: translateX(0%) translateY(-10%);
    -o-transform: translateX(0%) translateY(-10%);
    transform: translateX(0%) translateY(-10%);
    left: 0;
    right: 0;
    text-align: center;
}
.thsn-portfolio-style-1 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;
}
.thsn-portfolio-style-1: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);
}
.thsn-portfolio-style-1 h3.thsn-portfolio-title {
    font-size: 24px;
    line-height: 28px;
}
.thsn-portfolio-style-1 .thsn-content-wrapper,
.thsn-portfolio-style-1 .themesion-content,
.thsn-portfolio-style-1 .thsn-link-icon{
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.thsn-portfolio-style-1:hover .themesion-content {
    opacity: 1;
}
.thsn-portfolio-style-1 h3.thsn-portfolio-title a,
.thsn-portfolio-style-1 .thsn-port-cat a{
    color:var(--thsn-logisto-blackish-color);
}
.thsn-portfolio-style-1 .thsn-port-cat a{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.thsn-portfolio-style-1 .themesion-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(var(--thsn-logisto-global-color-rgb) ,0.90);
    padding: 20px 40px 0 30px;
    opacity: 0;
    overflow: hidden
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
    width: 70px;
    height: 70px;
    background-color: var(--thsn-logisto-light-bg-color);
    color: var(--thsn-logisto-blackish-color);
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button:hover{
    background-color: var(--thsn-logisto-global-color);
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button:hover.owl-next{
    background-color: var(--thsn-logisto-secondary-color);
    color: var(--thsn-logisto-white-color);
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after, 
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
    content: '\e85f'!important;
    font-weight: 600;
    font-size: 12px;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav{
    width: 120px !important;
    right: 370px !important;
    top: -135px !important;
}

/*===== RTL =====*/
body.rtl .thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav{
    width: auto!important;
    left: 400px!important;
}
body.rtl .thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next{
    left: 50px;
    right: auto;
}