.carousel-caption {
    position: absolute;
    /*right: 15%;*/
    top: 10%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4caf50 !important;
    text-align: left;
	width: 90%;
	background: #ffffff66;
	height: fit-content;
}
.carousel-caption-bg {
	background: #558f3b33 !important;
	left: 10%;
	width: 60%;
	padding: 1rem;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption p {
	color: #000000;
}
.carousel-caption h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.carousel-caption h2 {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.carousel-caption p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	font-weight: bold;
	background:url(../uploads/images/arrow_white.png) 0 0 no-repeat;
	padding-left: 40px;
}
.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%;

}