body{
	margin:0 auto;
	font-family: 'ubuntu', sans-serif;
	line-height: 1.5;
	font-weight: 3rem;
	background-color: rgb(0 0 0 0.5);
}

.slider{
	padding: ;

}


h2{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight:bold;
	line-height: ;
	padding: 15px;
}

.text{
	text-align: center;
	color: white;
	padding-top: 100px;
	font-weight: bold;
	padding-bottom: 0;
}


.para{
	padding: 50px;
	color: white;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'ubuntu bold' sans-serif;

}

P{
	font-family: 'Times New Roman', Times, serif;
	font-weight:3rem;
	line-height: 1.5rem;
}

.bg{
	position: absolute; /* Position the background text */
	bottom: 100PX; /* At the bottom. Use top:0 to append it to the top */
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 100%; /* Full width */
	padding: 20px; /* Some padding */
}

.col-gap{
	column-gap: 4px;
	border-radius: 10px;
	margin:0;
}

.client{
	font-size: 20px;
	color: rgba(250, 250, 249, 0.808);
	font-weight:100;
}

 .para-p{
	padding: 0;
	color: rgb(20, 20, 20);
	font-size: 20px;
	line-height: 1.5;
	font-family: 'ubuntu bold' sans-serif;
 }
