/*=== .thsn-portfolio-style-2 ===*/
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper i,
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper,
.thsn-portfolio-style-2 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-2,
.thsn-portfolio-style-2 .thsn-image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.thsn-portfolio-style-2 .thsn-content-wrapper{
    padding:20px 0 0;
}
.thsn-portfolio-style-2 .thsn-portfolio-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
}
.thsn-portfolio-style-2 .thsn-portfolio-title a{
    color: #2c2c2c;
}
.thsn-portfolio-style-2 .thsn-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 4px;
    display: inline-block;
}
.thsn-portfolio-style-2 .thsn-port-cat{
    position: relative;
    line-height: 13px;
    margin-bottom: 10px;
}
.thsn-text-color-white .thsn-portfolio-style-2 .thsn-portfolio-title a{
    color: #fff;
}
.thsn-portfolio-style-2 .vc_general.vc_btn3{
    padding: 12px 60px;
}
body .thsn-portfolio-style-2  .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
}
.thsn-portfolio-style-2 .vc_btn3-container{
    margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper {
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
}
.thsn-portfolio-style-2:hover .thsn-portfolio-icon-wrapper {
    opacity: 1;
}
.thsn-portfolio-style-2:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.thsn-portfolio-style-2 .thsn-featured-wrapper img {
    transform: scale(1, 1);
	width: 100%;
}
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before {
    width: 100%;
}

body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.thsn-portfolio-style-2 .thsn-port-cat:before {
	background-color: var(--thsn-dentiq-global-color);
}
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-portfolio-style-2 .thsn-port-cat,
.thsn-portfolio-style-2 .thsn-port-cat a,
.thsn-portfolio-style-2 .thsn-portfolio-title a:hover,
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper i {
	color: var(--thsn-dentiq-global-color);
}