/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 16:07:41 */
.icon-color-white img {
    filter: brightness(0) invert(1);
}
#hovermap image {
    opacity: 0;
	cursor: pointer;	
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#hovermap image:hover {
    opacity: 1;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.map-content {
	display: none;
}
#hovermap image#bg_map {
    opacity: 1;
}
#hovermap image.active {
    opacity: 1;
}
.Odisha {
	display: flex;
}
.inner_seperate_section p {
    font-weight: 500;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	.entire-network-icons .hmls-logo-main-wrapper>.hmls-logo-item>a {
		height: auto;
	}
	.entire-network-icons {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
	.entire-network-icons .hmls-logo-main-wrapper>.hmls-logo-item>a {
		height: auto;
	}
	.entire-network-icons {
		margin-top: 100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
	.entire-network-icons .hmls-logo-main-wrapper>.hmls-logo-item>a {
		height: auto;
	}
	.entire-network-icons {
		margin-top: 75px;
	}
}