/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 14:35:53 */
.dark-section-container {
    background: #000;
}

.dark-section-wrapper {
    background: #000 !important;
}

.white-section-container {
    background: #fff;
}

.white-section-wrapper {
    background: #fff !important;
}


/* SERVICES SLIDER POINTER EVENTS */
.swiper-slide .outer .slide-title.active-title {
    pointer-events: none !important;
}

.slide-title-wrapper .slide-link {
	display: none !important;
}

.text-para {
	color: #404040 !important;
}

.fix-padding-margin {
	padding-bottom: 1em 0;
	margin: 0;
}

.fix-padding {
	padding: 0 0 1em 0 !important;
}