.ts-servicebox-style-15.themestek-box-service .themestek-feature-wrapper{
	position: relative;
	overflow: hidden;
}
.ts-servicebox-style-15.themestek-box-service .themestek-feature-wrapper img{
	width: 100%;
	display: block;
	border-radius: inherit;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
}
.ts-servicebox-style-15.themestek-box-service:hover .themestek-feature-wrapper img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-link{
	position: absolute;
    left: 0;
    bottom: 0;
	z-index: 2;
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-link a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 60px;
	background-color: var(--tste-labtechco-skincolor-white);
	color: var(--tste-labtechco-skincolor-dark);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.rtl .ts-servicebox-style-15.themestek-box-service .themestek-box-link a i{
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-link a:hover{
	background-color: var(--tste-labtechco-skincolor);
	color: var(--tste-labtechco-skincolor-white);
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-content-inner{
	padding-top: 25px;
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-category{
	margin-bottom: 5px;
}
.ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3{
	font-size: 28px;
	line-height: 30px;
	text-transform: none;
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-category h4{
	margin: 0;
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-category a{
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ts-bgcolor-skincolor .ts-servicebox-style-15.themestek-box-service .themestek-box-category a{
	color: var(--tste-labtechco-skincolor-dark);
}
.ts-servicebox-style-15.themestek-box-service .themestek-box-category a:hover{
	color: var(--tste-labtechco-skincolor-dark);
}
.ts-bgcolor-darkgrey .ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 a,
.ts-bgcolor-skincolor .ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 a,
.ts-bgcolor-skincolor .ts-servicebox-style-15.themestek-box-service .themestek-box-category a:hover,
.ts-bgcolor-darkgrey .ts-servicebox-style-15.themestek-box-service .themestek-box-category a:hover{
	color: #fff;
}
.ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 a:hover{
	color: var(--tste-labtechco-skincolor);
}
.ts-bgcolor-skincolor .ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 a:hover{
	color: var(--tste-labtechco-skincolor-dark);
}
.themestek-boxes-element-service-style-15.ts-boxes-carousel-arrows-above .ts-element-heading-wrapper,
.themestek-boxes-element-service-style-15.ts-boxes-carousel-arrows-above .ts-heading-subheading{
	margin-bottom: 55px;
}

/*=== Heading Button (Style 15 only) ===*/
.themestek-boxes-element-service-style-15 .ts-heading-btn{
	margin-top: 25px;
}
.themestek-boxes-element-service-style-15 .ts-heading-btn a{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 26px;
	background-color: var(--tste-labtechco-skincolor-light);
	color: var(--tste-labtechco-skincolor-dark);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.themestek-boxes-element-service-style-15 .ts-heading-btn a:hover{
	background-color: var(--tste-labtechco-skincolor);
	color: var(--tste-labtechco-skincolor-white);
}
.rtl .themestek-boxes-element-service-style-15 .ts-heading-btn a i{
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}

/*=== CTA Box (Style 15 extra option) ===*/
.themestek-boxes-element-service-style-15 .ts-service-cta-box{
	position: relative;
	background-color: var(--tste-labtechco-skincolor);
	clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 90px, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 90px, 100% 100%, 0 100%);
}
.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	height: 100%;
	padding: 50px 40px 55px;
}
.themestek-boxes-element-service-style-15 .ts-service-cta-icon{
    color: var(--tste-labtechco-skincolor-white);
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.themestek-boxes-element-service-style-15 .ts-service-cta-icon .ts-labtechco-business-icon:before{
	font-size: unset;
}
.ts-service-cta-icon svg{
	width: 1em;
	height: 1em;
	fill: var(--tste-labtechco-skincolor-white);
}
.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner p{
	margin: 0 0 auto;
	color: var(--tste-labtechco-skincolor-white);
	line-height: 24px;
}
.themestek-boxes-element-service-style-15 .ts-service-cta-btn{
	margin-top: 30px;
	max-width: 100%;
	display: inline-flex;
}
.themestek-boxes-element-service-style-15 .ts-service-cta-btn a{
	padding: 15px 25px;
	background-color: var(--tste-labtechco-skincolor-white);
	color: var(--tste-labtechco-skincolor-dark);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	white-space: normal;
	text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.themestek-boxes-element-service-style-15 .ts-service-cta-box .ts-service-cta-btn a i{
	transform: translateX(5px);
	transition: transform .3s ease;
	-webkit-transition: transform .3s ease;
	display: inline-block;
}
.themestek-boxes-element-service-style-15 .ts-service-cta-box .ts-service-cta-btn a:hover i{
	transform: translateX(10px);
}
.rtl .ts-service-cta-btn a i{
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.themestek-boxes-element-service-style-15 .ts-service-cta-btn a:hover{
	background-color: var(--tste-labtechco-skincolor-dark);
	color: var(--tste-labtechco-skincolor-white);
}
.themestek-boxes-element-service-style-15{
	position: relative;
}
.themestek-boxes-element-service-style-15::before,
.themestek-boxes-element-service-style-15::after{
	content: '';
	position: absolute;
	height: 100px;
	width: 100px;
    top: 100px;
    right: -100px;
	left: auto;
}
.themestek-boxes-element-service-style-15::before{
	background-color: var(--tste-labtechco-skincolor);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	animation: ts_ani_top_bottom 3s ease-in-out infinite;
}
.themestek-boxes-element-service-style-15::after{
	background-color: var(--tste-labtechco-skincolor-light);
	clip-path: polygon(0 0, 0 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	bottom: auto;
	transform: rotate(-90deg);
    top: 150px;
    right: -120px;
    animation: ts_ani_top_bottom-rotated 3s ease-in-out infinite;
}
@keyframes ts_ani_top_bottom{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(5px);
	}
}
@keyframes ts_ani_top_bottom-rotated{
	0%, 100%{
		transform: translateY(0) rotate(-90deg);
	}
	50%{
		transform: translateY(10px) rotate(-90deg);
	}
}

/* Bg Color Set */
.tste-elementor-bg-color-secondary .ts-servicebox-style-15.themestek-box-service .themestek-box-category h4,
.tste-elementor-bg-color-secondary .themestek-boxes-element-service-style-15 .themestek-box-content-inner a,
.tste-elementor-bg-color-globalcolor .ts-servicebox-style-15.themestek-box-service .themestek-box-category h4,
.tste-elementor-bg-color-globalcolor .themestek-boxes-element-service-style-15 .themestek-box-content-inner a{
	color: var(--tste-labtechco-skincolor-white);
}
.tste-elementor-bg-color-secondary .ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 a:hover,
.tste-elementor-bg-color-globalcolor .ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 a:hover{
	color: rgba(var(--tste-labtechco-skincolor-white-rgb),.7);
}
.tste-elementor-bg-color-globalcolor .themestek-boxes-element-service-style-15 .ts-service-cta-box{
	background-color: var(--tste-labtechco-skincolor-dark);
}
.tste-elementor-bg-color-globalcolor .themestek-boxes-element-service-style-15::before{
	background-color: var(--tste-labtechco-skincolor-dark);
}

@media (max-width: 991px) and (min-width: 768px){
	.themestek-boxes-element-service-style-15 .ts-service-cta-box {
		position: relative;
		aspect-ratio: 645 / 860;
	}
}

@media (max-width:1366px){
	.themestek-boxes-element-service-style-15::before,
	.themestek-boxes-element-service-style-15::after {
		height: 50px;
		width: 50px;
		right: 0;
	}
}
@media (max-width:1280px){
	.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner {
		padding: 30px 30px 50px;
	}
	.ts-servicebox-style-15.themestek-box-service .themestek-pf-box-title h3 {
    	font-size: 22px;
	}
}
@media (max-width:1200px){
	.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}
@media (max-width: 1024px) and (min-width: 992px){
	.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

@media (max-width: 1199px) and (min-width: 768px){
	.themestek-boxes-element-service-style-15 .ts-service-cta-box{
		clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 55px, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 55px, 100% 100%, 0 100%);
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner{
		padding: 35px 25px 30px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-icon{
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-btn{
		margin-top: 20px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-btn a{
		padding: 13px 18px;
		font-size: 12px;
	}
}
@media (max-width:768px){
	.themestek-boxes-element-service-style-15::before,
	.themestek-boxes-element-service-style-15::after {
		position: unset;
		content: unset;
		display: none;
	}
}
@media (max-width: 767px){
	.themestek-boxes-element-service-style-15.ts-boxes-carousel-arrows-above .ts-element-heading-wrapper,
	.themestek-boxes-element-service-style-15.ts-boxes-carousel-arrows-above .ts-heading-subheading{
		margin-bottom: 30px;
	}
	.ts-servicebox-style-15.themestek-box-service .themestek-box-link{
		left: 15px;
		bottom: 15px;
	}
	.ts-servicebox-style-15.themestek-box-service .themestek-box-link a{
		width: 44px;
		height: 44px;
		font-size: 15px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-box{
		clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-box-inner{
		padding: 30px 25px 30px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-icon{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-btn{
		margin-top: 30px;
	}
	.themestek-boxes-element-service-style-15 .ts-service-cta-btn a{
		padding: 13px 20px;
		font-size: 12px;
	}
}