.contact-form-success {
	display: flex;
	width: 100%;
}
.contact-form-success .message{
	width: 50%;
	margin-right: 10%;
	padding: 5% 10%;
	background-color: #fff;
}
.contact-form-success .message p{ 
	font-size: 16px;
}
.contact-form-success .image{
	width: 20%;
	margin-right: 10%;
}
#contact-loader {
	display: none;
	width: 100%;
	justify-content: center;
}
#contact-loader .image { 
	width: 50%;
}
#contact-error {
	font-weight: 600;
	font-size: 16px;
}
.tp-parallax-wrap {
	left: 300px;
}
.content_slider.carousel .content_slider_ul li {
	text-align: center;
	padding: 0 40px;
    height: 150px;	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.content_slider.carousel .content_slider_ul li img {
	margin-bottom: 0;
	opacity: 1;
	position: relative;
	top: 0
}
