.carousel {
	max-height: 600px;
	overflow: hidden;
}
.carousel-indicators li {
	cursor: pointer;
	background-color: #6e6c9b
}
.carousel-indicators li.active {
	background-color: #e59596
}
.accordion-wrapper {
	background-color: #f1f2f6
}

.carousel-indicators {
	z-index: 1
}

.carousel-img{
	max-width: 550px;
	height: auto;
	margin: 25px 0 0 0;
	position: relative;
	left: 0%;
	right: auto;
	top: 10%;
	max-height: 420px;
}

.carousel-inner {
	width: 100%;
	height: 500px !important;
}
.carousel-caption {
    right: 10%;
    top: 10%;
    left: auto;
    width: 35%;
}

.carousel-content{
	position: absolute;
	top: 20%;
}

.carousel-caption h1{
	font-size: 2rem;
	font-weight: 600;
}

.carousel-caption h1 strong{
	color: #da4b47;
	font-weight: 600;
	font-style: italic;
}

@media all and (max-width: 1300px) {
	.carousel-inner {
		height: 450px !important;
	}
	.carousel-img{
		max-width: 450px;
		left: 10%;
		margin: 30px 0 35px;
		display: block;
	}
}

@media all and (max-width: 1200px) {
	.carousel-img{
		left: 5%;
	}

	.carousel-inner {
		height: auto !important;
	}
	
	.carousel-caption h1 {
		font-size: 20px;
	}
}

@media all and (max-width: 992px) {
	.carousel-container{
		margin: 0;
		padding: 0;
		max-width: 100%;
	}
	.carousel-img{
		left: 10%;
		margin: 30px 0 35px;
		display: block;
		max-height: 320px;
	}
	.carousel-caption {
		right: 3%;
	}
}

@media all and (max-width: 850px) {
	.carousel-caption {
		right: 0%;
	}

	.carousel-img{
		max-width: 400px;
	}

}

@media all and (max-width: 767px) {
	.carousel-img{
		left: 0%;
		margin: 30px auto 35px;
		display: block;
	}

}