/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2024 | 16:17:41 */
.content_box_wrapper {
	display: flex;
	gap: 25px;
}

.content_box_wrapper > section {
	flex-basis: calc(50% - 25px);
	flex: 0 1 50%;
	min-height: 350px;
	cursor: pointer;
	transform: scale(1);
	transition: transform 0.3s;
}

.content_box_wrapper > section:hover {
	transform: scale(1.05);
}

#top .content_box_wrapper .background-image {
	border-radius: 12px;
	z-index: 2;
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

#top .content_box_wrapper .background-overlay {
	border-radius: 12px;
	z-index: 3;
	position: relative;
	height: 100%;
	width: 100%;
} 

#top .content_box_wrapper .content_box_inner {
	z-index: 4;
	position: absolute;
	padding: 35px;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
}

#top .content_box_wrapper .icon_content {
	font-size: 40px;
	margin-bottom: 25px;
	display: block;
}

#top .content_box_wrapper h1, #top .content_box_wrapper h2, #top .content_box_wrapper h3 {
	color: #fff!important;
}

.full_width_wrapper {
	z-index: 9999;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}

section.overlay .content_container p {
	font-family: 'helveticaroundedltstd-bd',Helvetica,Arial,sans-serif;
	font-size: 22px;
}

.av-partner-fake-img {
	background-position: 50% 50%;
}

#top .avia-logo-element-container .slide-entry {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
