body{
	padding: 0;
	margin: 0;
}
.slider-first{
	height: 32em;
	width: 100%;
	overflow: hidden;
	background-color: linear-gradient(to right, rgba(100, 50, 100, 0.3), rgba(23, 90, 155, 1));
	background-size: cover;
	background-repeat: no-repeat;
}
.slider-second{
	height: 32em;
	width: 100%;
	overflow: hidden;
	background-color: linear-gradient(to right, rgba(100, 50, 100, 0.3), rgba(23, 90, 155, 1));
	background-size: cover;
	background-repeat: no-repeat;
}
.slider-third{
	height: 32em;
    width: 100%;
    overflow: hidden;
    background-color: linear-gradient(to right, rgba(100, 50, 100, 0.3), rgba(23, 90, 155, 1));
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-heading{
	font-family: 'poppinsmedium';
	font-size: 25px;
	margin-top: 10%;
}
.slider-content{
	font-family: 'open_sansregular';
	font-size: 17px;
}
@media only screen and (max-width: 1200px){
	.slider-first, .slider-second, .slider-third{
		height: 28em;
	}
}
@media only screen and (max-width: 1100px){
	.slider-first, .slider-second, .slider-third{
		height: 25em;
	}
}
@media only screen and (max-width: 700px){
	.slider-first, .slider-second, .slider-third{
		height: 20em;
	}
}