/*=== .thsn-service-style-3 ===*/
.thsn-service-style-3{
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.thsn-service-style-3,
.thsn-service-style-3 .themesion-box-content::before,
.thsn-service-style-3 .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-3 .themesion-box-content{
	position: relative;
}
.thsn-service-style-3 .themesion-box-content-inner{
	padding: 40px 00px 30px;
	z-index: 1;
	position: relative;
}
.thsn-service-style-3 .thsn-service-title {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}
.thsn-service-style-3 .thsn-service-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: center;
	color: var(--thsn-dentiq-global-color);
}
.thsn-service-style-3 .thsn-service-icon-wrapper img{
	max-width: 50px;
}
.thsn-service-style-3:hover .themesion-box-content::before{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.thsn-service-style-3 .themesion-box-content::after{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.thsn-service-style-3 .themesion-box-content::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	z-index: 1;
}
.thsn-service-style-3:hover{
	color: #fff;
}
.thsn-service-style-3:hover .thsn-service-title a,
.thsn-service-style-3:hover .thsn-service-icon-wrapper i{
	color: #fff;
	transition-delay: .1s;
}
.thsn-service-style-3 .thsn-service-btn .vc_general.vc_btn3{
	color: #1e2227;
}
.thsn-service-style-3 .themesion-box-content::before{
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-element-service-style-3 .thsn-heading-subheading {
	margin-bottom: 40px;
}