:root {
	--theme-color: #2a1f87;
}

.theme-title {
	color: var(--theme-color);
	font-weight: bold;
	border-bottom: 4px solid;
	width: fit-content;
	margin: 0 auto;
}
.text-theme {
	color: var(--theme-color);
}

.btn-theme {
	background-color: var(--theme-color);
	color: #fff;
}

.bg-service-image{
  background-image: url(../img/banner/udyam.webp);
}


.theme-banner>.img{
	width: 100%;
}