.carousel-caption {
    position: absolute;
    /*right: 15%;*/
    top: 25%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4caf50 !important;
    text-align: center;
	width: 45%;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption p {
	color: #ffffff;
}
.carousel-caption h1 {
	font-size: 3.5rem;
	margin-bottom: 1rem;
}
.carousel-caption h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.carousel-caption  .btn {
    padding: .5rem 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
	font-weight: bold;
}
.carousel-control-next, .carousel-control-prev {

    width: 5%;

}
@media (max-width: 1199px) {
	#slider-section {
		margin-top: 36px;
	}
	.carousel-caption h1 {
		font-size: 2.5rem;
	}
	.carousel-caption h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	#slider-section {
		display: none;
	}
}