		body{
			overflow: hidden;
			background-image: linear-gradient(to right bottom, #ebeced, #e7edf1, #e3eef4, #ddeff6, #d7f0f8);
		}
*, ::after, ::before {
    box-sizing: content-box;
	
}		
		.rotate-slider{
			margin: 2.5em auto;
			height: 360px;
			/* overflow: hidden; */
			width: 480px;
			font-family: 'Roboto Slab', sans-serif;
			font-weight: 300;
		}
@media (max-width: 575px) {
		.rotate-slider{
			width: 400px;
		}
}		
		.rotate-slider ul.slides{
			height: 100%;
			margin: 0;
			overflow: hidden;
			padding: 0;
			position: relative;
				top: 0;
				left: 50%;
			-ms-transform-origin: center center;
			transform-origin: center center;
			width: 100%;
		}
		.rotate-slider ul.slides.animate{
			-webkit-transition: all 0.75s ease-in-out;
			transition: all 0.75s ease-in-out;
		}
		.rotate-slider ul.slides li{
			background-position: center;
			background-size: cover;
			display: block;
			color: #fff;
			list-style: none;
			position: absolute;
				top: 0;
				left: 50%;
			text-align: center;
			-ms-transform-origin: bottom center;
			transform-origin: bottom center;
			width: 100%;
		}
		.rotate-slider ul.slides li:nth-of-type(1){background: url(../images/slider-incubation-astra.jpg); color:#ffc107}
		.rotate-slider ul.slides li:nth-of-type(2){background: #74C044;}
		.rotate-slider ul.slides li:nth-of-type(3){background: url(../images/slider-case-study.jpg); color:#2D69AC}
		.rotate-slider ul.slides li:nth-of-type(4){background: url(../images/slider-hospitality-astra.jpg) no-repeat center center; color:#74BF43}
		.rotate-slider ul.slides li:nth-of-type(5){background: url(../images/slider-business-astra.jpg) no-repeat center center; color:#2D69AC}
		.rotate-slider ul.slides li:nth-of-type(6){background: url(../images/slider-family-business-astra.jpg); color:#74BF43}
		.rotate-slider ul.slides li .inner{
			box-sizing: border-box;
			padding-left: 0em;
			height: 100%;
			width: 100%;
		}
		.inner {padding-top:50px;}
		.inner h2 {font-weight:800}
		.inner p {font-weight:700}