@charset "utf-8";

.cncpt05 {
	position: relative;
	margin: auto auto auto auto;
	width: 80%;
	height: auto;
	padding: 0% 0%;
}
.cncpt05 form p {
	position: relative;
	margin: auto;
	width: auto;
	height: auto;
	font-size: 70%
}
.cncpt05 form {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}
.cncpt05 form #name, #email, #dropdown {
	position: relative;
	margin: 1% auto;
	width: 60%;
	padding: 0.75%;
	font-size: 80%;
	color: rgba(0,0,0,0.6);
	border:1px solid rgba(52,0,89,0.3);
	background-color: #f2f2f2;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;			
}
.cncpt05 form #message {
	position: relative;
	margin: auto auto;
	width: 60%;
	height: auto;
	min-height: 100px;
	padding: 0.5%;
	font-size: 80%;
	color: rgba(0,0,0,0.6);
	border:1px solid rgba(52,0,89,0.3);
	background-color: #f2f2f2;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	border-radius: 0px;
}	
.cncpt05 form #phone {
	position: relative;
	margin: 1% auto;
	width: 40%;
	padding: 0.75%;
	font-size: 80%;
	color: rgba(0,0,0,0.6);
	border:1px solid rgba(52,0,89,0.3);
	background-color: #f2f2f2;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;			
}
.cncpt05 form #send_btn {
	position: relative;
	margin: auto;
	padding: 0.5% 3%;
	background-color: #808080;
	border: 3px solid #808080;
	color: rgba(255,255,255,1);
	font-size: 70%;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3pt;
	border-radius: 0px;
}
.cncpt05 form #send_btn:hover {
	background-color: #000000;
	border: 3px solid #000000;
	-webkit-animation-name: send;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-name: send;
	animation-duration: 1s;
	animation-iteration-count: 1;
	cursor: pointer;
}
@-webkit-keyframes send {
	from  {background-color: #808080; border: 3px solid #808080;}
	to    {background-color: #000000; border: 3px solid #000000;}
}
@keyframes send {
	from  {background-color: #808080; border: 3px solid #808080;}
	to    {background-color: #000000; border: 3px solid #000000;}
}
strong {
	font-weight:700;"
}

.about01 h2 {
	position: relative;
	margin: auto auto 2% auto;
	width: 80%;
	height: auto;
	color: rgba(0,0,0,0.75);
	font-size: 150%;
	font-weight: 700;
	text-align: left;
}
.about01 p {
	position: relative;
	margin: auto auto 2% auto;
	width: 80%;
	height: auto;
	color: rgba(0,0,0,0.9);
	font-size: 80%;
	text-align: justify;
}