.logo img{
	max-height: 60px;
}

.sticky-header .logo img{
	max-height: 60px;
}

.products-carousel .image{
	height: 200px;
	overflow: hidden;
	display: block;
	overflow: hidden;
	border-radius: 6px;
}

	.products-carousel .image img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

.credits_link{
	color: #38B5E6 !important;
	font-weight: 700;
	font-family: sans-serif;
}

.credits_link:hover{
	color: #fff !important;
}

	.credits_link:before{
		content: "";
		vertical-align: middle;
		width:16px;
		height: 16px;
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
		background-image: url(https://www.clion.it/favicon-96x96.png);
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;

		transition: all 450ms ease;
	}

		.credits_link:hover:before{
			transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
		}

.single-item-carousel  .image{
	overflow: hidden;
	border-radius: 10px;
	height: 500px;
}

	.single-item-carousel img{
		object-fit: cover;
		height: 100%;
	}

.single-item-carousel .owl-nav{
	display: none !important;
}

.cta-section-one .play-box .play-button{
	    font-size: 27px;
    text-indent: -4px;
}

._flaticon{
	font-family: "Flaticon";
}

body{
	overflow-x: hidden;
}

.overlay_img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer_logo{
	display: block;
		margin-left: auto;
	margin-right: auto;
}

.footer_logo img{
	background-color: #fff;
	padding: 6px;
	border-radius: 8px;
	height: 110px;
}

.footer-style-two{
	margin-top: 0;
	padding-top: 80px;
}

.service-block-four .inner-box h5{
	min-height: 56px;
	margin-bottom: 10px;
}

._certificazioni img{
	height: 90px;
}

@media (max-width: 767px) {

	.main-slider-two .slide {
    padding: 40px 0px 40px;
}

	.footer_logo img{
		height: auto;
		width: 90vw;
		max-width: 300px;
	}

	.single-item-carousel .image{
		height: 360px;
	}

	.service-section-five,
	.faq-page-section{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.service-block-four .inner-box h5{
		min-height: 0;
	}

	.service-block-four .inner-box{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.h4, h4 {
	    font-size: 1.1rem;
	}
	
}