@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:'Inter',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 .content_content h4{
	font-size:18px;
	margin:0px;
}

.content_container .content_content h5{
	font-size:14px;
	margin:0px;
}

.contact_holder input[type="text"],
.contact_holder textarea{
	padding:20px 35px;
	font-family:'Plus Jakarta Sans',sans-serif;
	color:#082A66;
	font-size:17px;
	margin-bottom:10px;
	width:100%;
	border-radius:50px;
	border:1px solid #082A66;
}

.contact_holder textarea{
	height:300px;
}