/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2025 | 12:26:05 */
.risk-free-consultation-img,.process-section,.featured-slider-img,.risk-free-consultation-imgtop,.testing-indus-banner{
    position: relative;
}
.risk-free-consultation-img:after {
  content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 280px;
    height: 104px;
    background-image: url(/wp-content/uploads/2025/01/service-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.risk-free-consultation-imgtop:after {
  content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 280px;
    height: 104px;
    background-image: url(/wp-content/uploads/2025/01/topshape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* .process-section{
	background:#0D0A0A !important;
} */
.process-section:after,.testing-indus-banner:after {
  content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 368px;
    height: 104px;
    background-image: url(/wp-content/uploads/2025/01/service-shape2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.featured-slider-img:after {
  content: "";
    position: absolute;
    bottom: 56px;
    left: -1px;
    width: 176px;
    height: 104px;
    background-image: url(/wp-content/uploads/2025/01/service-shape3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width:767px){
	.risk-free-consultation-img:after,.process-section:after,.testing-indus-banner:after,.risk-free-consultation-imgtop:after{
		 width: 200px;
    height: 75px;
	}
	.featured-slider-img:after{
		width:90px;
		height:60px;
	}
}