.header-wrapper {
	position: relative;
	z-index: 2;
}
.slider-wrapper {
	position: relative;
	z-index: 1;
}
input.wpcf7-submit {
	padding: 5px 10px;
	border-radius: 5px;
	background: #9900CC;
	color: #fff;
	border: medium none;	
}
input.wpcf7-form-control[type=email],
input.wpcf7-form-control[type=text],
textarea.wpcf7-form-control{
	width: 100%;
	line-height: 22px;
	height: 22px;
	border: 1px solid black;
	padding: 0 10px;
	max-width: 400px;
}
textarea.wpcf7-form-control{
	min-height: 200px;
}
.top-header-box{
	padding: 15px;
    background: #eddaf3;
    display: inline-flex;
    width: 100%;
	max-width: 260px;
    align-items: center;
    margin-top: 40px;
}
.top-header-box .fa{
	color:#90c;
	font-size: 33px;
    padding-right: 10px;
}
.top-header-box div
{	
	color: #90c;
	font-size: 14px;
    text-align: left;
}
@media only screen and (max-width: 639px) and (min-width: 320px){
	.top-header-box{    width: 100%;
		    max-width: 260px;
		margin-top: 0px;
		margin-left: -15px;
	}
}