.carousel-item .item_text{
	position: absolute;
    color: #fff;
    top: 45%;
	text-align: center;
	width: 100%;
}
.carousel-item .item_text p{
	margin: 5px 0;
}
.carousel-item .item_text h2{
	margin: 10px 0;
}

.carousel_nav_wrap{
	max-width: 1390px;
	text-align: right;
	position: relative;
	top: -40px;
	color: #909090;
}
.carousel_nav{
	max-width: 1390px;
    margin-right: 30px;
}
.carousel_nav .prev:hover,.next:hover{
	font-weight: bold;
	color: #196558;
	cursor: pointer;
}