<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* home hero banner section starts*/
.hero-banner {
	height: auto !important;
}
.carousel-item {
	width: 100%;
	min-height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0px 15px 0px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel-content {
	max-width: 45%;
	margin-left: 8em;
	margin-top: 4em;
}
.carousel-item h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.carousel-item p {
	color: white;
	font-size: 1.75rem;
	font-weight: 400;
	margin: 2em 0 2em;
	padding-right: 10rem;
}

.hero-banner-btn {
	background: #3cdd53;
	padding: 1rem 3rem;
	text-transform: uppercase;
	color: white;
	font-size: 1.375rem;
	display: inline-block;
	border: none;
}



.lSSlideOuter .lSPager.lSpg &gt; li a {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border: 1px solid #ddd;

}

.lSSlideOuter .lSPager.lSpg &gt; li.active a,
.lSSlideOuter .lSPager.lSpg &gt; li:hover a {
	background-color: #3cdd53;
	border: 1px solid #3cdd53;
}

.carousel-item2 .carousel-content {
	margin-left: auto;
	margin-right: 8em;
	max-width: 40%;
}
.carousel-item1 .carousel-content {
	max-width: 40%;
}

.carousel-item3 .carousel-content {
	margin-top: 0;
	max-width: 40%;
}
.carousel-item4 .carousel-content {
	margin-left: auto;
	margin-right: 8em;
	max-width: 40%;
}

.fuld_service_blocks .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



@media (max-width: 992px) {
	.carousel-item .carousel-content {
		max-width: 100% !important;
		margin: 0 !important;
		padding-top: 5em;
	}
	.carousel-item p {
		padding-right: 0;
	}
}

@media (max-width: 420px) {
	.carousel-item .carousel-content {
		max-width: 100% !important;
		margin: 0 !important;
		padding-top: 8em;
	}
	.carousel-item p {
		padding-right: 1.5rem;
		line-height: 1.2;
		font-size: 1.5rem;
		margin-top: 1em;
	}
	.carousel-item h1 {
		font-size: 2.3rem;
		text-transform: uppercase;
		font-weight: bold;
		color: white;
	}
}

/* --- */
.home-banner-arrow{
	width: 25px;
	height: auto;
	/* margin-left: 3rem; */
}
.carousel-item1,
.carousel-item2,
.carousel-item3,
.carousel-item4
{
	position: relative;
}
.carousel-item1 .home-banner-arrow,
.carousel-item2  .home-banner-arrow,
.carousel-item3  .home-banner-arrow,
.carousel-item4  .home-banner-arrow
{
	position: absolute;
	left: 55%;
	bottom: 1%;
	z-index: 999;
	cursor: pointer;
}


@media (max-width: 772px){
	.carousel-item1 .home-banner-arrow,
	.carousel-item2  .home-banner-arrow,
	.carousel-item3  .home-banner-arrow,
	.carousel-item4  .home-banner-arrow
	{
		left: 63%;
		bottom: 1%;
	}
	.home-banner-arrow{
		width: 20px;
	}
	ul.lSPager.lSpg{
		bottom: -40px;
		left: 40%;
	}
}

@media only screen and (max-width: 920px) and (min-width: 800px)  {
	.carousel-item1 .home-banner-arrow,
	.carousel-item2  .home-banner-arrow,
	.carousel-item3  .home-banner-arrow,
	.carousel-item4  .home-banner-arrow
	{
		left: 60%;
		bottom: 3%;
	}
	.home-banner-arrow{
		width: 20px;
	}
	ul.lSPager.lSpg{
		bottom: 1%;
		left: 45%;
	}
}


/* ------- */
@media (max-width:292px){
	.carousel-content &gt; h1{
		padding-top: 0rem;

	}
	.carousel-content &gt; p{
		font-size: 1.4rem;


	}
	.home-banner-arrow{
		width: 16px;
	}
	.carousel-item1 .home-banner-arrow,
	.carousel-item2  .home-banner-arrow,
	.carousel-item3  .home-banner-arrow,
	.carousel-item4  .home-banner-arrow
	{
		left: 70%;
		bottom: 1%;
	}
	ul.lSPager.lSpg{
		/* bottom: 1%; */
		left: 40%;
	}
}
/* -------------------------------------------------------------- */

/* fuld_service_blocks starts */
.data-analytics-card {
	width: 50%;
	border: 2px solid #5b6f8e;
	background-color: #5b6f8e;
	margin: 0 auto;
	cursor: pointer;
	padding: 5rem;
	border-radius: 12px;
	position: relative;
}
.data-analytics-card a {
	position: absolute;
	inset: 0;
}

.data-analytics-card &gt; h2 {
	color: #ffff !important;
	text-transform: uppercase;
	letter-spacing: 1rem;
	font-size: 1.2rem;
}

@media (max-width: 932px) {
	.fuld_content h2{
		font-size: 2.2rem !important;
	}
}

/* fuld_service_blocks ends */
</pre></body></html>