

/* Formatting Hero text button */

#hero-bg {
	color: white !important;
}
@media(max-width: 767px)
	{
		#hero-bg {
	color: black !important;
}
	}
@media(max-width: 1115px)
	{
		.ri-image{
			float: none !important;
			margin: auto !important;
		}
	}
.ri-image{
	 transition: transform 0.3s ease;
}
.ri-image:hover{
	 transform: scale(1.05);
}
#hero-bg .hero-text ul li a{
	text-align: center;
}
/* Formatting home page row - 1*/
#ai-excellence .section-heading{
	margin: 0 auto;
	color: #C8102E;
}
.home-row1-btn:hover{
	background-color: transparent;
	border: 2px solid gray;
}
page-section page-section #main-banner {
 position: relative !important;
}


