.section-title p {
	color: #000000 !important;
	margin-bottom: 1rem !important;
}

.hero {
	background: url(https://icis22.uttaranchaluniversity.ac.in/assets/img/ICIS-Banner.jpg) top center !important;
}

/* Premium UI additions */
.hover-grow {
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.hover-grow:hover {
	transform: scale(1.05) !important;
}

.bg-primary-light {
	background-color: rgba(36, 135, 206, 0.1) !important;
}

.Glen-Icon-bg {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.hover-shadow {
	transition: all 0.3s ease-in-out;
}
.hover-shadow:hover {
	box-shadow: 0 1rem 2.5rem rgba(18, 66, 101, 0.12) !important;
	transform: translateY(-5px);
}

.uppercase {
	text-transform: uppercase;
}

.tracking-wide {
	letter-spacing: 0.15em;
}