html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	overflow-x: hidden;
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}


/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d8f;
}


.elementor-sticky__spacer {
	position: absolute;
}

.header-top {
	transform: translateY(-100%);
	top: 0px;
	left: 0px;
	position: fixed;
	left: 0;
}

.header-top .hfe-nav-menu__toggle {
    position: fixed !important;
    left: 0px !important;
    z-index: 999999;
    max-width: 400px;
    width: 100%;
    top: 250px;
}
:lang(it) .header-top .hfe-nav-menu__toggle {
    top: 200px;
}
.header-top .hfe-nav-menu-icon {
	margin-right: unset !important;
	margin-left: auto !important;
}


.hfe-dropdown-expandible {
	transform: translateX(-100%);
	width: 0vw;
	height: 110vh !important;
	max-height: 100vh !important;
	z-index: 999;
	overflow-x: hidden;
	transition: width 0.5s ease;
	background-color: rgba(0, 0, 0, .7) !important;
	max-width: 450px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0px 3px 60px rgb(0 0 0 / 60%);
	transition: all 0.5s ease-in-out;
	position: fixed;
}
.hfe-dropdown-expandible::-webkit-scrollbar {
    display: none;
	-ms-overflow-style: none;   
  scrollbar-width: none;   
}

.header-top .hfe-dropdown-expandible {
	transform: translateX(0);
	width: 30vw !important;
	position: fixed !important;
	left: 0 !important;
	/* top: 0 !important; */
	padding-top: 45px !important;
	height: 100vh;
	z-index: 999;
}

.elementor-sticky--effects {
	background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 55%) 100%);
}

.header-top .hfe-nav-menu__toggle :focus {
	outline: none;
}

.home-slider .swiper {
	padding: 0 60px !important;
}

.home-slider>.elementor-widget-container {
	overflow: hidden !important;
}

.custom-language a {
	border: none !important;
	text-align: center !important;
	transition: all 0.4s ease-in-out;
}
.custom-language ul li ul li a:hover {
    transform: scale(1.08);
    transition: all 0.5s ease;
    color: #000 !important; 
}
.custom-language ul.wpml-ls-sub-menu {
	/* border: 3px solid #fff !important; */
	background: #a6c0d8c4;
	width: 100% !important;
	color: #000 !important;
	border-top-color: transparent;
	padding-top: 6px !important;
}

.custom-language ul.wpml-ls-sub-menu li a {
	border-bottom: 1px solid transparent !important;
}

.custom-language ul.wpml-ls-sub-menu li a:hover:not(:last-child) {
	border-bottom: 1px solid #fff !important;
}

.custom-language>.elementor-widget-container>.wpml-elementor-ls ul>li {
	padding-bottom: 6px !important;
}

.map-email a {
	color: #000;
}

.map-email a:hover {
	color: #a2bdea;
}

.banner-bg h1 {
	position: relative;
}

.banner-bg h1:before {
	position: absolute;
	content: '';
	display: block;
	margin: auto;
	width: 1px;
	background-color: #fff;
	right: 0;
	left: 0;
	margin-top: 120px;
	height: 0vh;
	transition: 1.3s all ease-in-out;
	transition-delay: 1s;
}
.bg-line h1:before{
    margin-top: 150px;
}
.banner-bg h1.anim::before {
	height: 35vh;
	transition: 1.3s all ease-in-out;
	transition-delay: 1s;
}

.inner-page-slider .elementor-swiper span.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 1;
	vertical-align: middle;
	background: transparent;
	border: solid 1px #333;
}

.inner-page-slider .elementor-swiper  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #333;
}
.hfe-has-submenu-container>.hfe-menu-item{
	position: relative;
    display: inline-block !important;
    padding-right: 30px !important;
}
.hfe-has-submenu-container>.hfe-menu-item::before{
	position: absolute;
	content: ''; 
	width: 10px;
    height: 10px;
	right: 0;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(135deg) !important; 
	background: transparent !important;
    opacity: 1 !important;
}
.hfe-menu-toggle.sub-arrow{
	display: none !important;
}
.sub-menu.sub-menu-open{
	background-color: inherit !important;
}


.slider-posts_01 .thumbnail img{
	width: 100%;
	height: 255px;
	object-fit: cover;
}
.mini-img_01{
	margin-bottom: -40px;
    position: absolute; 
    top: 0px;
    z-index: 111; 
	width: 100%;
}
.mini-img_01 img{
	margin: auto;
	width: 100px;
    height: 100px;
    display: block; 
    right: 0;
    left: 0;
    margin: auto;
    filter: drop-shadow(5px 20px 30px rgb(0 0 0 / 25%));
    border-radius: 50px;
    background-color: #fff;
}
.btn{
	font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    border: solid 3px #ccbe85;
    color: #000;
    position: relative;
    z-index: 5;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s ease;
    line-height: 1.4;
}


.slider-posts_01 .slick-slider {
    margin:0 -15px;
}
.slider-posts_01 .slick-slide {
	width:100%;
    max-width: 500px; 
    margin-right: 25px;  
	padding-top: 45px;
	position: relative;
}
.slider-posts_01 .slide-btn{
	text-align: center; 
	margin-top: 30px;
}
/*.slider-posts_01 .slick-track{*/
/*	width: 100% !important;*/
/*}*/
.slider-para{
	background-color: #eeeeee;
	padding: 20px 35px 60px;
}
.slider-para p{
	margin: 0;
	font-size: 16px;
	font-family: "Marion", Sans-serif;
    line-height: 1.3em;
}
.btn:hover {
    background-color: #ccbe85;
    color: #fff;
}
.slick-nav svg{
	height: 25px;
	width: 25px;
}
.slick-nav{ 
	position: absolute;
    z-index: 9;
    width: 50px;
    height: 100%;
	background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    border-radius: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-nav:hover{
	background-color: #fff;
}
.slick-nav.prev-arrow  {
	left: 0;
}
.slick-nav.next-arrow  {
	right: 0;
}

@media(max-width:1199px) {
	.header-top .hfe-dropdown-expandible {
		width: 55vw !important;
	}
	.banner-bg h1.anim::before {
		height: 20vh; 
	}
	.slider-posts_01 .slick-slide { 
		margin-right: 18px;
		padding-top: 45px; 
	}
}

@media(max-width:767px) {
	.home-slider .swiper {
		padding: 0 0px !important;
	}

	.header-top .hfe-dropdown-expandible {
		width: 60vw !important;
	}

	.header-top .hfe-nav-menu__toggle {
		max-width: 50vw;
		width: 100%;
	}
	.slider-posts_01 .slick-slide {
		margin-right: 0px;
		padding-top: 45px;
	}
	.slick-nav{
		width: 25px;
	}
	.slick-nav svg {
		height: 15px;
		width: 15px;
	}
	.slider-para { 
		padding: 20px 25px 60px;
	}
	.slider-posts_01 .slick-slide{
		max-width: 100%;
	}
}

@media(max-width:575px) {
	.contact-img {
		position: relative !important;
		margin-top: 30px;
		right: -25px !important;
	}

	.footer-image-list ul,
	.footer-icon ul {
		flex-direction: column !important;
	}

	.footer-image-list ul li:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer-icon ul li:not(:last-child) {
		margin-bottom: 20px;
	}

	.footer-icon ul li svg,
	.footer-image-list ul li svg {
		margin: 0 !important;
	}
}