
.sections_1 .main-container {
  padding: 40px 15px;
}

.carousel-indicators {
	bottom: 0;
}
.sections_1 .carousel-control.right,
.sections_1 .carousel-control.left {
	background-image: none;
}

.sections_1 .carousel .item {
	min-height: 350px;
	height: 100%;
	width:100%; 
}


 .sections_1 .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
	padding-bottom: 15px; bottom: 40%;
}

.sections_1 .carousel-caption h3,
.sections_1 .carousel .icon-container,
.sections_1 .carousel-caption button {
	background-color: #09c;
}
.sections_1 .carousel-caption p {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; font-size:22px; margin:0px;
}

.sections_1 .carousel-caption h3 {
	padding: .5em;
}
.sections_1 .carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	
	border-radius: 50%;
}
.sections_1 .carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.sections_1 .carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.sections_1 .carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sections_1 .carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}