/* CSS Document */
.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
}
.content {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.content::after {
	content: '';
	display: block;
	clear: both;
}
header .content h1 {
	margin: 0 auto;
	width: 335px;
	height: 135px;
}
header .content h2 {
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #032076;
	font-size: 25px;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	margin: 0;
}
header .content h2 a {
	text-decoration: none;
	color: #032076;
	position: relative;
	padding: 0 0 0 40px;
}
header .content h2 a img {
	position: absolute;
	top: -5px;
	left: 0;
	width: 40px;
}
.splash {
	background: #ecebeb url("images/splash.webp") 0 0 no-repeat;
	background-size: cover;
}
.splash .content {
	position: relative;
	min-height: 620px;
}
.splash .content .data {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: rgba(255,255,255,0.8);
	width: 650px;
	padding: 30px;
	box-sizing: border-box;
}
.splash .content .data h3 {
	font-size: 60px;
	font-weight: 400;
	margin: 0 0 30px 0;
	color: #000;
}
.splash .content .data h4 {
	font-size: 33px;
	font-weight: 400;
	margin: 0 0 30px 0;
	line-height: 45px;
	color: #0057e1;
}
.splash .content .data h5 {
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	line-height: 38px;
	color: #f35520;
}
.form {
	background: #032076;
}
.form .content {
	padding: 60px 0; 
	text-align: center;
	color: #fff;
}
.form .content h2 {
	font-size: 55px;
	margin: 0 0 30px 0;
	font-weight: 400;
	color: #fff;
}
.form .content input[type="text"], .form .content input[type="email"], .form .content input[type="tel"], .form .content textarea {
	font-family: "Roboto", sans-serif;
	font-weight: 400;	
	width: 100%;
	background: #fff;
	border: 1px #0057e1 solid;
	padding: 10px;
	font-size: 18px;
	height: 45px;
	margin: 0;
	box-sizing: border-box;
}
.form .content textarea {
	resize: none;
}
.form .content input[type="submit"] {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 20px;
	background: #f35520;
	color: #032076;
	cursor: pointer;
	border: none;
}
.form .content .fields {
	display: flex;
	column-gap: 40px;
	margin: 0 0 40px 0;
}
.form .content .fields .field {
	width: 100%;
}
.services {
	text-align: center;	
}
.services .content {
	padding: 100px 0;
}
.services .content .heading {
	margin: 0 0 80px 0;
}
.services .content .heading h2 {
	font-size: 55px;
	margin: 0 0 30px 0;
	font-weight: 400;
	color: #000;
}
.services .content .heading h3 {
	color: #0057e1;
	font-size: 35px;
}
.services .content .heading h3 strong {
	font-weight: 700;
	color: #f35520;
}
.services .content .data {
	display: flex;
	column-gap: 50px;
	justify-content: center;
}
.services .content .data .block {
	width: 300px;
	text-align: center;
}
.services .content .data .block img {
	border-radius: 50%;
	margin: 0 0 20px 0;
}
.services .content .data .block h4 {
	color: #032076;
	font-size: 25px;
	margin: 0 0 10px 0;
}
.services .content .data .block h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.services .content .data .block ul {
	text-align: left;
	padding: 0 0 0 15px;
}
.services .content .data .block ul li {
	margin: 0 0 25px 0;
}
.services .content .data .block ul li:last-child {
	margin: 0;
}
.contact {
	background: url("images/contact.webp") 0 0 no-repeat;
	background-size: auto ;
	padding: 150px 0;
}
.contact .content {
	display: flex;
	column-gap: 50px;
	justify-content: center;
	align-content: center
}
.contact .content::after {
	display: none;
}
.contact .content .block {
	background: #fff;
	text-align: center;
	width: 100%;
	padding: 50px 30px;
}
.contact .content .block h4 {
	margin: 0;
	color: #f35520;
	font-size: 20px;	
	text-transform: uppercase;
}
.contact .content .block p {
	font-size: 18px;
}
.contact .content .block p a {
	color: #000;
	text-decoration: underline;
}
.vision {
	background: #ecebeb;
	min-height: 500px;	
}
.vision .content {
	padding: 50px 0;
}
.vision .content h3 {
	font-size: 55px;
	margin: 0 0 30px 0;
	font-weight: 400;
	color: #032076;
}
.vision .content p {
	font-size: 22px;
	margin: 0 0 30px 0;
	line-height: 32px;
}
.vision .content p:last-child {
	margin: 0;
}
.vision .content p strong {
	font-weight: 700;
	color: #f35520;
}
footer {
	text-align: center;
	font-size: 16px;
	padding: 40px 0;
}
footer p {
	margin: 0;
}
@media screen and (max-width:1440px) {
	.content {
		margin: 0 20px;
	}
}
@media screen and (max-width:1000px) {
	header .content {
		padding: 20px 0;
	}
	header .content h1 {
		margin: 0 auto 20px auto;
	}
	header .content h2 {
		position: relative;
		transform: none;
		text-align: center;
	}
	.splash .content {
		padding: 20px 0;
		min-height: inherit;
	}
	.splash .content .data {
		position: relative;
		transform: none;
		width: auto;
	}
	.form .content .fields {
		display: block;
		margin: 0;
	}
	.form .content .fields .field {
		margin: 0 0 40px 0;
	}
	.services .content .data {
		display: block;
	}
	.services .content .data .block {
		width: auto;
		margin: 0 0 50px 0;
	}
	.services .content .data .block ul {
		list-style: none;
		text-align: center;
		padding: 0;
	}
	.contact {
		background-size: cover;
		padding: 50px 0 10px 0;
	}
	.contact .content {
		display: block;
	}
	.contact .content .block {
		box-sizing: border-box;
		padding: 20px;
		margin: 0 0 40px 0;
	}
	footer {
		padding: 40px 20px;
	}
}