html {
	scroll-padding-top: 120px;
}

* {
	text-transform: none !important;
}

.tm-color {
	color: #22C8E5 !important;
}
.tm-bg-color {
	background-color: #22C8E5 !important;
}

.services .naccs .menu div {
	width: 33% !important;
}
.services .naccs .menu div .thumb {
	width: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.services .naccs h4 {
	font-size: 1.4em;
}
.services .naccs p {
	font-size: 1.2em;
}

p  {
	color: #000000!important; 
}

ul.elenco-vantaggi {
	padding-top: 20px;
	padding-left: revert;
	color: #000000; 
}
ul.elenco-vantaggi li {
	list-style: disc;
}

h6 a {
	color: #2a2a2a !important;
	text-decoration: underline !important;
}

.allinea-verticale {
	display: flex;
	align-items: center;
}

.free-quote {
	background-image: url("../img/globe-1.png");
}
.free-quote :is(.section-heading, .section-heading h4) {
	margin-bottom: 0 !important;
}

footer {
	background-image: none;
	background-color: #333333;
}

footer p {
	color: #afafaf!important;
}

:is(.main-banner, .section, .form)::before {
	display: none;
}
:is(.main-banner, .section, .form)::after {
	display: none;
}

i.icon, .icon svg {
	display: block;
	font-size: 1.8em;
	padding-bottom: 20px;
	color: #22C8E5;
	box-shadow: none !important;
	height: 56px;
	fill: #22C8E5;
}

i.fa {
	font-family: 'FontAwesome' !important;
}

#map, #map iframe {
	height: 100%;
}

.fill-form {
	padding: 40px;
}

.be-checkbox {
	display: flex;
	margin-top: 20px;
}
.be-checkbox input {
	width: auto !important;
    margin-top: 5px !important;
    height: fit-content !important;
    margin-right: 10px;
}
.be-checkbox label {
	font-size: .8em;
    opacity: .8;
    text-align: justify;
}

a {
	color: #22C8E5;
	transition: .3s;
}
a:hover {
	color: #2e2e2e;
}

.engagebay-forms button img {
	max-width: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 992px) {
	.fill-form {
		padding: 40px 0;
	}
	.fix-mobile {
		margin-top: 0 !important;
		margin-left: 0 !important;
	}
}


.tm_btn {
	background-color: #22C8E5;
	color: white;
	border: 1px solid #22C8E5;
	transition: .3s;
	padding: 1em 3em;
	border-radius: 999px;
	font-size: .9em;
}
.tm_btn:hover {
	background-color: transparent;
	color: #22C8E5;
}

.tm_btn_xl {
	font-size: 1.2em;
	padding: 1em 4em;
}

.text-align-center {
	text-align: center !important;
}

.text-align-justify {
	text-align: justify !important;
}

.tm-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.tm-width-100 {
	width: 100%;
}

.tm-list {
	margin-top: 20px;
}
.tm-list li {
	margin-top: 15px;
	list-style: disc;
	margin-left: 30px;
}
.tm-list li strong {
	color: #22C8E5;
}

header.header-area .main-nav .nav li a.active:not(:hover) {
	color: #2a2a2a !important;
}
header a.active::after {
	display: none;
}

@media screen and (max-width: 992px) {
	.main-banner {
		text-align: inherit;
	}
	#first-party-dmp {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 768px) {
	.services .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.services .menu svg {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#private-dmp .container {
		margin-top: -150px !important;
	}
	.services .tm_btn {
		margin-bottom: 50px;
	}
}

.tm-txt-columns > div {
	font-size: 1.1em;
	padding: 1em;
}
.tm-txt-columns > div:not(:last-child) {
	border-right: 2px solid #22C8E5;
}
.tm-txt-columns > div strong {
	color: #22C8E5;
}

.main-banner .left-content p,
:is(.about-right-content, .about-left-content) p {
	font-size: 1.1em;
}

footer {
	padding: 50px 0;
}
footer h4 {
	color: white;
	margin-bottom: 20px;
}
footer p {
	color: white;
	text-align: left;
	margin: 5px 0 !important;
}

.header-area {
	z-index: 223;
}
