.credit-footer{
	background-color: #d40000;
	color: #FFFFFF;
}

.credit-footer p{
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
}

.credit-footer a{
	color: #FFFFFF;
}

.credit-footer a:hover, .credit-footer a:active, .credit-footer a:focus{
	color: #1e3e55;
}

.menu_area-light .navbar-nav li > ul{
	z-index: 99;
}

.bgcard{
	background-position: center;
	background-size: cover;
}

.br-50{
	border-radius: 50%;
}

.overlay-servizio{
	background-color: rgba(255,255,255,0.8);
	width: 100%;
    height: 100%;
}

.mt-20{
	margin-top: 20px;
}

.mt-50{
	margin-top: 50px;
}

.banner-wrapper img {
    margin-top: -1px;
}

.img-recensione{
	margin-top: 15px;
}

.img-recensione img{
	border-radius: 50%;
}

.error{
	color: #F00;
	font-size: 14px;
}

.modal {
    --bs-modal-zindex: 99999;
	z-index: 99999;
}

.pull-right{
	position: absolute;
	right: 10px;
	top: 0;
}

button.close{
	border: none;
	font-size: 26px;
	background: transparent;
}

.result-segnala{
	color: #F00;
	margin-bottom: 20px;
}

.portfolio-style01 .content{
	opacity: 1;
    transform: scale(1, 1);
}

.display-1 {
    font-size: 36px;
}

@media (min-width: 992px){
	.hidden-lg{
		display: none;
	}
}

@media (min-width: 1200px){
	.hidden-xl{
		display: none;
	}
	
	h1.display-1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px){
	.testimonial-carousel-two p.display-24{
		font-size: 18px;
	}
}