.main-container {
  padding: 0px;
}
.item{
	float: left;
	position: relative;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel-caption button {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: rem;
	text-transform: ;
	/*text-shadow: #9FB6BE;*/
	/*border: 2px solid #000;*/
	text-align: center;
}
.carousel .icon-container {
	background-color: #FF9800;
	color: #0E2F92;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}
.carousel-inner>.item>img{
	width: 100%;
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}


 