/*=== .thsn-portfolio-style-3 ===*/
.thsn-portfolio-style-3 {
    margin-bottom:  30px;
}
.thsn-portfolio-style-3 .thsn-featured-wrapper:before,
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper i,
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper,
.thsn-portfolio-style-3 img {
   -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #000;
}
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper a{
    color: #fff;
    display: block;
}
.thsn-portfolio-style-3 .thsn-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block;
    color: #a4a6a9;
}
.thsn-portfolio-style-3 .thsn-content-wrapper{
    padding:20px 30px;
    border: 1px solid #f8f8f8;
}
.thsn-portfolio-style-3 .thsn-portfolio-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.thsn-portfolio-style-3 .thsn-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.thsn-portfolio-style-3 .thsn-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 22, 42, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
}
.thsn-portfolio-style-3:hover .thsn-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s ease;
}
.thsn-portfolio-style-3 .thsn-image-wrapper{
    position: relative;
}
.thsn-portfolio-style-3 .themesion-icon-box{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -15px;
    margin-top: -15px;
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.thsn-portfolio-style-3 .themesion-icon-box a{
    color: #fff;
    font-size: 30px;
}
.thsn-portfolio-style-3:hover .themesion-icon-box{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thsn-portfolio-style-3 .thsn-featured-wrapper img{
	width: 100%;
}

.thsn-portfolio-style-3:hover .thsn-portfolio-icon-wrapper {
	background-color: var(--thsn-dentiq-global-color);
}
[data-columns="6"] .thsn-portfolio-style-3 .thsn-content-wrapper,
[data-columns="5"] .thsn-portfolio-style-3 .thsn-content-wrapper {
	padding: 20px 15px;
}
[data-columns="6"] .thsn-portfolio-style-3 .thsn-portfolio-title,
[data-columns="5"] .thsn-portfolio-style-3 .thsn-portfolio-title {
    font-size: 15px;
}
[data-columns="6"] .thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper,
[data-columns="5"] .thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper {
    height: 30px;
    width: 30px;
    line-height: 30px;
}