.header{
    background-image: url(../images/backgrounds-header-three.jpg);
}
.contect-sec{
	font-family:'oswaldlight';
	background-color: #76828E;
	padding: 30px 0px;
	margin-bottom: 14px;
}

.cont-contect-sec{
	width: 80%;
	margin: 0px auto;
}

.title-contect{
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 7px;
	padding-right: 35px;
	border-bottom: 1px solid #D0D3D4;
	float: left;
}

.text-contect{
	width: 90%;
	margin: 0px auto;
	margin-bottom: 35px;
	overflow: hidden;
}

.text-contect > p{
	font-size: 24px;
	line-height: 36px;
}

.img-sec{
	height: 488px;
	overflow: hidden;
}

.img-sec-one, .img-sec-two{
	width: 59%;
	float: left;
	position: relative;
}

.img-sec-two{
	width: 40%;
	float: right;
	height: 488px;
	background-color: #415464;
	background-image: url("../images/mar-agu.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 65% auto;
	background-position: 130% 95%
}

.sec-two-text{
	font-family:'oswaldlight';
	width: 85%;
	margin:0px auto;
	margin-top: 100px;
}

.two-text-one, .two-text-two{
	font-size: 16px;
	line-height: 24px;
	border-bottom: 2px solid #fff;
}

.two-text-two{
	font-size: 18px;
	line-height: 30px;
	border: none;
}

.form-one, .form-two{
	float: left;
	width: 49%;
	min-height: 5px;
}

.form-one > div{
	float: right;
}
.form-one > div > input, textarea{
	float: right;
	line-height: 24px;
	border-radius: 5px;
	border-color: #fff;
	background-color: #fff;
}


.label{
	float: right;
	margin-right: 22px;
	text-transform: uppercase;
	line-height: 33px;
}

.form-two{
	float: right;
}

.form-two > div{
	float: right;
}
.form-two > div > input, textarea{
	float: right;
	line-height: 24px;
	border-radius: 5px;
	border-color: #fff;
	background-color: #fff;
}

.btn{
	color: #6F8CA3;
	background-color: #D7D8D5;
	border-radius: 10px;
}

