@charset "utf-8";
/* CSS Document */

.content_header{
	width:100%;
	max-width: 1520px;
	margin:180px auto 80px auto;
}

.content_header .title{
	background-color:#082A66;
	padding:38px 105px;
	font-size:32px;
	color:#fff;
	font-family:'Poppins',sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	border-radius:50px;
}

.content_header .desc{
	max-width:1300px;
	margin:auto;
	margin-top:40px;
}

.content_header .desc .left,
.content_header .desc .right{
	float:left;
	width:43%;
	font-size:24px;
	color:#082A66;
	line-height:36px;
}

.content_header .desc .right{
	float:right;
	margin-top:-190px;
}

.content_header .desc .right img{
	border-radius:20px;
}

.content_container:nth-child(5){
	margin-top:125px;
}

.content_container hr{
	color: #EEE;
	background-color: #EEE;
	margin: 50px auto;
	width: 60%;
	border: 0px;
	height: 1px;
}

.content_container .content_content h4{
	font-size:18px;
	margin:0px 0px 10px 0px;
}

.content_container .content_content h5{
	font-size:14px;
	margin:0px;
}

.contact_holder input[type="text"],
.contact_holder textarea{
	height: 45px;
  padding: 5px 10px;
  background: #FFF;
  border: solid 1px #CCC;
  width: 100%;
  border-radius: 3px;color: inherit;
  font: inherit;
  line-height: inherit;
  margin:5px 0px 0px 0px;
}

.contact_holder textarea{
	height:300px;
}