.aboutbox{
	background-color:#7debd2;
	color:#000;
	margin:50px auto 50px auto;
	padding:50px 10px 50px 10px;
	width:0 auto;
	text-align:center;
	color:#000;
}
.about_list{
	display: inline-block;
}
.about_list .about_box{
	display: inline-block;
	padding:0 10px 0 10px;
}
 .about_box span{
 	font-size:30px;
 	font-weight:300;
}



.btn_center{
	text-align:center;
	padding:0 0 50px 0;
}


.your-name input
{
	background-color: #fff;
	color: #000;
	width: 98%;
	margin:0 0 30px 0;
	
}
.your-email input
{
	background-color: #fff;
	color: #000;
	width:100%;
	margin:0 0 30px 0;
	text-align:left;
}
.your-subject input
{
	background-color: #fff;
	color: #000;
	width: 100%;
	margin:0 0 30px 0;
}

.your-message input
{
	background-color: #fff;
	color: #000;
	width: 100%;
	margin:0 0 30px 0;
}

.wpcf7 input[type="submit"]
{
	background-color:#7debd2;
	color: #000;
	width: 100%;
	border:none;
	font-weight:200px;
}
#black_b1{
	border:solid 1px #000;
	border-radius:0;
	color: #000;
}
#black_b2{
	border:solid 1px #000;
	border-radius:0;
	color: #000;
}
#black_b3{
	border:solid 1px #000;
	border-radius:0;
	color: #000;
}
#black_b4{
	border:solid 1px #000;
	border-radius:0;
	color: #000;
}
.menu-item-92{
	margin:-7px 0 0 0;
	}


#top_area{
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	height: 100vh;
	text-align:center;
}

#loader{
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	margin:0 auto 0 auto;
	text-align:center;
	z-index: 99;
	background-color:#FFF;
}
#fade{
	width: 100vw;
	height: 100vh;
	display: none;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	background-color:#FFF;
}