/*=== .thsn-service-style-2 ===*/
.thsn-service-style-2{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 4px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper{
    -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-service-style-2 .themesion-box-content{
   text-align: center;
   position: relative;
}
.thsn-service-style-2 .themesion-post-item{
    padding: 15px;
    padding-bottom: 0;
}
.thsn-service-style-2 .themesion-box-content-inner{
    padding: 0 30px 20px;
}
.thsn-service-style-2 .thsn-service-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0 20px;
    padding-bottom: 10px;
}
.thsn-service-style-2 .thsn-service-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #efefef;
    left: 50%;
    margin-left: -40px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper{
    height: 64px;
    width: 64px;
    font-size: 25px;
    line-height: 63px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    margin-top: -35px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper:after {
    width: 76px;
    height: 76px;
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    background-color: #000;
    z-index: 0;
}
.thsn-service-style-2 .thsn-service-icon-wrapper i{
    position: relative;
    z-index: 9;
}
.thsn-service-style-2 .thsn-featured-wrapper{
    overflow: hidden;
}
.thsn-service-style-2 .thsn-featured-wrapper img {
    transform: scale(1, 1);
        transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
	width: 100%;
}
.thsn-service-style-2:hover .thsn-featured-wrapper 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-service-style-2 .thsn-service-icon-wrapper,
.thsn-service-style-2 .themesion-box-content-inner:before {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-service-style-2 .thsn-service-icon-wrapper:after{
	background-color: rgba(var(--thsn-dentiq-global-color-rgb), 0.50);
}
.thsn-service-style-2{
	border-bottom-color: var(--thsn-dentiq-global-color);
}
body .thsn-service-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3 {
	color: var(--thsn-dentiq-blackish-color);
}

@media (max-width: 767px){
	.thsn-service-style-2 .themesion-box-content-inner{
		padding-left: 0;
		padding-right: 0;
	}
}