.main-container {
  padding: 40px 15px;
}
.carousel-caption {
	flex-direction: column;
	font-family: 'Oswald', sans-serif;
    display: flex;
	align-items: flex-end;
    justify-content: center;/*left/right center*/
    top: 0; /*Ajust to move down*/
    bottom: 0; /*Ajust to move up*/
}
.home.carousel-caption {
    flex-direction: column;
        display: flex;
    align-items: flex-end;
    justify-content: center;/*left/right center*/
    top: 0; /*Ajust to move down*/
    bottom: 0; /*Ajust to move up*/
    text-align: left;
}
.carousel-indicators li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.carousel-indicators li{
	background: #fff;
}
.carousel-indicators .active{
	background: #1d599d;
}
.carousel-indicators{
	align-items: flex-end;
	    justify-content: flex-end;
}
.carousel-indicators {
	bottom: 80px;
	right: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.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; 
}

/* Animation delays */
