.capitalize {
	text-transform: capitalize;
}

/*navbar*/
.navbar-brand .logo {
	height: 30px;
}

.navbar-brand .logo-text {
	height: 12px;
	margin-left: 12px;
}

.navbar-brand {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.carousel-caption .row > * {
	max-width: 75%;
}

@media only screen and (min-width: 767px) {
	.navbar-brand .logo {
		height: 35px;
	}

	.navbar-brand .logo-text {
		height: 15px;
		margin-left: 18px;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		width: 100%;
		justify-content: flex-end;
	}
}

/*header*/
.header-eight {
	padding: 0;
}

.header-area {
	margin-top: 45px;
}

@media only screen and (min-width: 992px) {
	.header-area {
		margin-top: 74px;
	}
}

/*carousel*/
.carousel-title {
	text-transform: capitalize;
}

.link-carousel {
	display: block;
}

.contact-form-wrapper {
	margin: 0 auto;
}

@media only screen and (min-width: 767px) {
	.navbar-brand .logo {
		height: 35px;
	}

	.navbar-brand .logo-text {
		height: 15px;
		margin-left: 18px;
	}
}

.contact-section {
	padding-bottom: 60px;
}

@media only screen and (min-width: 767px) {
	.contact-section {
		padding-bottom: 80px;
	}
}

@media only screen and (min-width: 992px) {
	.contact-section {
		padding-bottom: 100px;
	}

	.contact-form-wrapper {
		max-width: 70%;
	}
}

.align-left {
	text-align: left;
}

.section-title-five h6 {
	display: flex;
	max-width: max-content;
}

.section-title-five {
	max-width: 100%;
}

@media only screen and (min-width: 767px) {
	.nav-our-services {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
}

.list-items {
	color: var(--dark-3);
}

.list-items i {
	color: var(--primary);
}

.list-items .list-style-five i {
	color: var(--success);
}

.more-info {
}

.about-five-content .about-five-tab .tab-content {
	border: none;
	padding-top: 60px;
}

.about-five-content .about-five-tab .tab-content li {
	padding-top: 20px;
	cursor: pointer;
}

.about-five-content .about-five-tab .tab-content #nav-history li {
	cursor: auto;
}

.about-five-content .about-five-tab .tab-content .more-info p {
	margin: 0;
}

.dis {
	opacity: 0;
	height: 0;
	visibility: hidden;
	transition: opacity 0.15s linear;
}

.disbutactive {
	opacity: 1;
	height: auto;
	visibility: visible;
	transition: opacity 0.15s linear;
	padding-top: 10px;
	padding-left: 40px;
}

.img-co {
    margin-top: 22px
}

.la-nostra-piattaforma-row {
    margin-top: 45px;
}

.la-nostra-piattaforma-row > * {
    padding: 0;
}

.list-style-five img {
	max-width: 700px;
}

.card-content {
	display: flex;
	justify-content: center;
    align-items: center;
}

.card-area {
    display: flex;
    flex-wrap: wrap;
}

.single-card {
	max-width: 240px;
	margin-right: 24px;
}

.card-title {
	font-weight: 400;
	font-size: 16px;
	color: var(--dark-3);
	pointer-events: none;
}

.card-icon-wrapper {
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon-wrapper svg {
	height: 30px;
}

.card-icon-wrapper svg path {
	fill: var(--primary);
}

.teda-wwa {
	text-transform: uppercase;
	font-size: 14px;
}
