@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

h1,h2,h3,h4,h5,a,p,span {
	font-family: "DM Sans", sans-serif !important;
	  font-optical-sizing: auto;
}
h3 {
	color: #0d4a5c !important;
}
.testimonials-one__single,.thm-btn {
	background: #006b8b;
}
.scroll-to-top {
	background: #006b8b;
}
.cta-one__icon img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	background: #5798fe;
	transform: rotateY(0) perspective(90px);
	transition: transform 500ms ease;
}
.icon-bg-x,
.icon-box-bg-x {
	background: #8DC7D8 !important;
}
.service-one__single .service-icon .icon-box:after, .service-one__single .service-icon .icon-box:before {
	background: #006b8b;
}
.site-footer-bg {
	background-image: url(assets/images/foto/footer.webp);
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0;
	opacity: 1;
}
.footer-logo {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 2rem;
}
footer a, footer p {
	color: #fff !important;
}
.main-nav__main-navigation .main-nav__navigation-box>li>a:before {
	background-color: #8DC7D8;
}
.contatti label {
	color: #364957;
	font-size: 16px;
}
.form-control {
	background: transparent;
	border-bottom: 1px solid #006b8b; 
	border-left: none;
	border-right: none;
	border-top: none;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	font-family: "DM Sans", sans-serif !important;
	border-radius: 0;
}
.contatti button {
	background: #006b8b;
	width: 60%;
	color: #fff;
	border-radius: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "DM Sans", sans-serif !important;
	margin: 0 auto;
}