/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2025 | 12:43:39 */
.indus_loop .e-loop-item:nth-child(odd) .e-con-inner  {
    flex-direction: row-reverse;
}
.indus_loop .e-loop-item:nth-child(odd) .e-con-inner > .e-con-full img{
 float: left !important; 
}
.service-page-banner{
	position:relative;
	overflow:hidden;
}

@media (min-width: 1024px) {
	.industries-page-banner::after {
		position: absolute;
		content: '';
		background-image: url('/wp-content/uploads/2024/09/Mask-group-1.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom right;
		bottom: 0;
		right: 0px;
		width: 660px; 
		z-index: -1;
		height: 487px;
	}
}
@media(min-width: 1800px) {
	.industries-page-banner::after {
		position: absolute;
		content: '';
		background-image: url('/wp-content/uploads/2024/09/Mask-group-1.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom right;
		bottom: 0;
		right: 220px;
		width: 660px; 
		z-index: -1;
		height: 487px;
	}
	/* shadow */
	.industries-page-banner::before {
		position: absolute;
        content: '';
        background-image: url(/wp-content/uploads/2025/05/Ellipse-11-5.png);
        bottom: 0;
        width: 747px;
        height: 747px;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: -1;
        left: auto;
	}
}


@media(min-width: 768px) {
	.ind-listing-page-top-sec{
		position:relative;
	}
	.ind-listing-page-top-sec::after{
		position: absolute;
		content: "";
		background-image: url(/wp-content/uploads/2024/09/Mask-group-1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
		top: 0;
		right: 0px;
		width: 686px;
		z-index: 0;
		height: 589px;
	}
    .idust-banner-col {
        position: absolute;
        content: '';
        background: url(/wp-content/uploads/2024/09/Mask-group-1.png);
        height: 100%;
        width: 679px;
        background-size: contain;
        right: 0;
        background-position: right;
        background-repeat: no-repeat;
    }
	.ind-qua-sec::after {
		position: absolute;
		content: "";
		background-image: url(/wp-content/uploads/2024/11/Frame-207-1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
		top: 0;
		left: 0px;
		width: 695px;
		z-index: 0;
		height: 657px;
	}
} 
@media only screen and (min-width: 768px) and (max-width: 1024px){ 
.idust-banner-col {
    width: 50%;
}
}

.e-n-accordion .e-n-accordion-item summary[aria-expanded="false"]{
  border-radius: 20px !important;
}