

/*
---------------------------
CATEGORIES
---------------------------
*/

.imagebox {
	float: left;
	width: 100%;
	display: block;
 	position: relative;
  	border: 0px solid #fff;
	min-height: 150px;
	position: relative;
	z-index: 98 !important;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;


	-webkit-transform: translate3d(0, 0, 0) perspective(-1px);
	-moz-transform: translate3d(0, 0, 0) perspective(-1px);
	transform: translate3d(0, 0, 0) perspective(-1px);
	
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imagebox * {
	-webkit-font-smoothing: antialiased;
}


[data-whatintent='mouse'] a.imagebox:hover {
	z-index: 99 !important;
	box-shadow: 0px 1px 4px 0px rgba(0, 33, 100, 0.2);	
	/* transform: scale(1.027) translate3d(0, 0, 0); */
}

[data-whatintent='mouse'] a.imagebox {
	cursor: pointer;
}
/* Slides */


.imagebox .imagebox-slides {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.imagebox .imagebox-slides .imagebox-slides-item {
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;


	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;


	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.imagebox:hover .imagebox-image {

	-webkit-transform: scale(1.1, 1.1);
  	transform: scale(1.1, 1.1);

}
.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0;
}

.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: .1 !important;
}

/* Shade */
.imagebox .image-shade-top,
.imagebox .image-shade-center,
.imagebox .image-shade-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	height: 180px;
	display: block;
	z-index: 1;
	opacity: .9;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.imagebox .image-shade-top {
	background: -moz-linear-gradient(top, rgba(21, 18, 21,1) 0%, rgba(21, 18, 21,0) 100%);
	background: -webkit-linear-gradient(top, rgba(21, 18, 21,1) 0%,rgba(21, 18, 21,0) 100%);
	background: linear-gradient(to bottom, rgba(21, 18, 21,1) 0%,rgba(21, 18, 21,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e29', endColorstr='#00000e29',GradientType=0 );
}
.imagebox .image-shade-center {
	height: 100%;
	background: #BD57FD;
	opacity: 0.3;
}
.imagebox .image-shade-bottom {
	top: auto;
	bottom:0;
	height: 180px;
	background: -moz-linear-gradient(top, rgba(21, 18, 21,0) 0%, rgba(21, 18, 21,1) 100%);
	background: -webkit-linear-gradient(top, rgba(21, 18, 21,0) 0%,rgba(21, 18, 21,1) 100%);
	background: linear-gradient(to bottom, rgba(21, 18, 21,0) 0%,rgba(21, 18, 21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000e29', endColorstr='#000e29',GradientType=0 );
	opacity: 1;
}

[data-whatintent='mouse'] a.imagebox:hover .image-shade-top,
[data-whatintent='mouse'] a.imagebox:hover .image-shade-bottom {
	/* opacity: 0; */
}

.imagebox.no-image .image-shade-top,
.imagebox.no-image .image-shade-center,
.imagebox.no-image .image-shade-bottom{
	display: none;
}

.imagebox,
.imagebox.hover-shadow:before,
.imagebox .imagebox-image,
.imagebox .imagebox-overlay,
.imagebox .image-shade-top,
.imagebox .image-shade-bottom {
	border-radius: 15px;
	overflow: hidden;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.small-margin-collapse .imagebox,
.small-margin-collapse .imagebox.hover-shadow:before,
.small-margin-collapse .imagebox .imagebox-image,
.small-margin-collapse .imagebox .imagebox-overlay {
	border-radius: 0px !important;
}

.full .imagebox,
.full .imagebox.hover-shadow:before,
.full .imagebox .imagebox-image,
.full .imagebox .imagebox-overlay {
	border-radius: 0px !important;
}


.small-margin-collapse .imagebox.hover-shadow:before {
	display: none !important;
}
[data-whatintent='mouse'] .small-margin-collapse a.imagebox:hover {
	transform: translateY(0)
}

.small-margin-collapse .imagebox.first,
.small-margin-collapse .imagebox.first .imagebox-image,
.small-margin-collapse .imagebox.first .imagebox-overlay {
	border-radius: 15px 0 0 15px !important;
}
.small-margin-collapse .imagebox.last,
.small-margin-collapse .imagebox.last .imagebox-image,
.small-margin-collapse .imagebox.last .imagebox-overlay {
	border-radius: 0px 15px 15px 0 !important;
}


/* Badge */
.imagebox .imagebox-badge {
	position: absolute;
	top:20px;
	right: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.5rem 1rem;
	border-radius: 15px 0 0 15px;
	color: #fff;
	font-weight: 400;
	z-index: 5;
}
.imagebox .imagebox-badge.center {
	
}
.imagebox .imagebox-badge.not-top {
	top: auto;
	bottom: 50px;
	right: auto;
	left:0;
	border-radius: 0px 15px 15px 0;
	padding-left: 30px;
}
.imagebox .imagebox-badge-label {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}
.imagebox .imagebox-badge-title {
	font-size: 18px;
	line-height: 1;
}
.imagebox .imagebox-badge-info {
	font-size: 10px;
	font-weight: 400;
}
/* Medium */
.imagebox .imagebox-badge.medium .imagebox-badge-label {
	font-size: 14px;
}
.imagebox .imagebox-badge.medium .imagebox-badge-title {
	font-size: 18px;
}
.imagebox .imagebox-badge.medium .imagebox-badge-info {
	font-size: 11px;
}

/* Large */
.imagebox .imagebox-badge.large .imagebox-badge-label {
	font-size: 16px;
}
.imagebox .imagebox-badge.large .imagebox-badge-title {
	font-size: 24px;
}
.imagebox .imagebox-badge.large .imagebox-badge-info {
	font-size: 14px;
}

.imagebox .imagebox-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	border-radius: 100px;
	line-height: 1;
	padding: 0;
	background: #fff;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.21);
	z-index: 99;
}
.imagebox.with-description .imagebox-play {
	top: 40%;		
}

.imagebox .imagebox-play:before {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: '';
	border-radius: 1000px;
	background: #fff;
	opacity: 0.4;
	-webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.imagebox:hover .imagebox-play:before {
	transform: scale(1.1);
}
.imagebox .imagebox-play:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 14px 26px;
	border-color: transparent transparent transparent #BD57FD;
}

/* Small */
.blocks-height-small .imagebox .imagebox-play {
	width: 44px;
	height: 44px;
}
.blocks-height-small .imagebox .imagebox-play:before {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}
.blocks-height-small .imagebox .imagebox-play:after {
	border-width: 8px 0 8px 12px;
}

.imagebox .imagebox-description {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0px;
	right: 0px;
	z-index: 4;
	border-radius: 0;

	overflow: hidden;
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox:hover .imagebox-description {
	opacity: 1;
}

.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	left:0;
	right:0;
	z-index: 3;
	
}
.imagebox-description .imagebox-title-wrap {
	text-align: left;
	padding: 20px 1rem 15px 25px;
	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.imagebox .imagebox-description .imagebox-title-wrap .imagebox-title-wrap-bg {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	border-radius: 0 0 15px 15px;
	opacity: 0.85;
	z-index: 1;
}

/* Top */
.imagebox .imagebox-description.top .imagebox-title-wrap {
	top:0;
	padding-top: 25px;
}
/* Bottom */
.imagebox .imagebox-description.bottom .imagebox-title-wrap {
	bottom:0;
	border-radius: 0 0 15px 15px;
	/* background: rgba(0, 0, 0, 0.2); */
}
.full .imagebox .imagebox-description.bottom .imagebox-title-wrap {
	border-radius: 0 0;
}
.textblock .imagebox-description .imagebox-title-wrap {
	text-align: left;
	padding: 20px 1rem 15px 15px;
}

/* Center */
.imagebox .imagebox-description.center .imagebox-title-wrap {
	top: 50%;
	transform: translateY(-50%);
	left:0;
	width: 100%;
	text-align: center;
}

.imagebox:hover .imagebox-description.bottom .imagebox-title-wrap.with-link-text {
	transform: translateY(-40px);
}


.imagebox .imagebox-description .imagebox-intro {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	padding: 5px 10px 5px 30px;
	border-radius: 0px 2px 2px 0;
	margin-bottom: 5px;
	color: #fff;
}

.imagebox .imagebox-description .imagebox-title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0em 0 5px;
	color:#fff;
	z-index: 2;
}
[class*="columnbox-section bg-"]:not(.bg-white):not(.bg-light) .imagebox-title,
[class*="columnbox-section bg-"]:not(.bg-white):not(.bg-light) .imagebox-title a {
	color: rgba(255, 255, 255, 1) !important;
}

a.imagebox:hover .imagebox-description .imagebox-title {

}
.imagebox .imagebox-description.bottom .imagebox-title {
	max-width: 75%;
}
.large-6.imagebox .imagebox-description .imagebox-title {
	font-size: 34px;
}

.imagebox .imagebox-description .imagebox-title.title-small {
	font-size: 18px;
	padding:0;
	margin:0;
}

.blocks-height-tiny .imagebox .imagebox-description .imagebox-title {
	font-size: 16px;
}
.blocks-height-small .imagebox .imagebox-description .imagebox-title {
	font-size: 18px;
}
.blocks-height-small .imagebox .imagebox-description .imagebox-title.title-small {
	font-size: 18px;
	padding:0;
	margin:0;
}

.blocks-height-medium .imagebox .imagebox-description .imagebox-title {
	font-size: 20px;
}
.blocks-height-large .imagebox .imagebox-description .imagebox-title {
	font-size: 24px;
}
.blocks-height-xlarge .imagebox .imagebox-description .imagebox-title {
	font-size: 26px;
}
.blocks-height-huge .imagebox .imagebox-description .imagebox-title {
	font-size: 28px;
}

.imagebox .imagebox-description p {
	position: relative;
	max-width: 90%;
	margin: 0 0 4px 0;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}

.imagebox:hover .imagebox-description p {
	visibility: visible;
	opacity: 1;
}
.imagebox .imagebox-quote {

	padding: 0px 5px 0 0rem;
	line-height: 1.3;
	font-size: 1.1rem;
	font-weight: 500;

}

.imagebox .imagebox-link-text {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 14px;
	font-weight: 600;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.imagebox:hover .imagebox-link-text {
	visibility: visible;
	opacity: 1;
}
.blocks-height-tiny .imagebox .imagebox-link-text {
	bottom: 15px;
}
.imagebox:hover .imagebox-link-text.c-tertiary {
	visibility: visible;
	opacity: 0.6;
}

.imagebox .imagebox-arrow {
	position: absolute;
	bottom: 15px;
	right: 15px;
	min-width: 36px;
	height: 36px;
	z-index: 88;
	font-size: 1.125rem;
	color: #BD57FD !important;
	background: rgba(21, 18, 21, 0.2);
	border-radius: 5px;
	transform: translate(0, 0);
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.blocks-height-tiny .imagebox .imagebox-arrow,
.large-3 .imagebox .imagebox-arrow {
	min-width: 40px;
	height: 40px;
}

.section-wrapper.bg-light .imagebox .imagebox-arrow {
	/* background-color: #eef0f2 !important; */
}
.section-wrapper.bg-extralight .imagebox .imagebox-arrow {
	/* background-color: #F2F3F7 !important; */
}

.imagebox .imagebox-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.imagebox:hover .imagebox-arrow {
	transform: translateX(5px);
	/* background-color: #fff; */

}
.imagebox.with-video:hover .imagebox-arrow {
	/* transform: translate(100%, 100%); */
}

.full .imagebox .imagebox-arrow {
	min-width: 120px;
	border-radius: 3px 0 0 0;
}

.imagebox .imagebox-button {
	position: absolute;
	bottom: 0;
	right: 0rem;
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px 30px;
	z-index: 88;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	color: #BD57FD !important;
	background: #fff;
	border-radius: 3px 0 3px 0;
	transform: translateY(100%);
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.imagebox .imagebox-button i {
	color: #BD57FD !important;
	margin-left:10px;
}

.imagebox:hover .imagebox-button,
.touch .imagebox .imagebox-button {
	transform: translateY(0);
}
.full .imagebox .imagebox-button {
	border-radius: 3px 0 0 0;
}

.imagebox .imagebox-footer {
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	padding: 27px 0px;
	z-index: 55;
}
.imagebox .imagebox-footer .imagebox-footer-price {
	font-size: 20px;
	font-weight: 700;
	color: #fff;	
	line-height: 1;
	background: #BD57FD;
	padding: 5px 15px 2px 30px;
	border-radius: 0 3px 3px 0;
}
.imagebox .imagebox-footer .imagebox-footer-info {
	margin-top:4px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;	
	padding-left: 30px;
}

.sidebar .imagebox {
	margin-bottom: 20px;
}


/* Imagebox Heights (all) */
.blocks-height-tiny .imagebox {
	height: 110px !important;
}
.blocks-height-small .imagebox {
	height: 160px !important;
}
.blocks-height-medium .imagebox {
	height: 260px !important;
}
.blocks-height-large .imagebox {
	height: 360px !important;
}
.blocks-height-xlarge .imagebox {
	height: 400px !important;
}
.blocks-height-huge .imagebox {
	height: 460px !important;
}

/* Imagebox Heights (seperato) */
.blocks-masonry .imagebox.height-tiny {
	height: 140px !important;
}
.blocks-masonry .imagebox.height-small {
	height: 235px !important;
}
.blocks-masonry .imagebox.height-medium {
	height: 300px !important;
}
.blocks-masonry .imagebox.height-large {
	height: 380px !important;
}
.blocks-masonry .imagebox.height-xlarge {
	height: 400px !important;
}
.blocks-masonry .imagebox.height-huge {
	height: 500px !important;
}

/* Imagebox Heights (seperato) */
#page-content .imagebox.height-tiny {
	height: 140px !important;
}
#page-content .imagebox.height-small {
	height: 235px !important;
}
#page-content .imagebox.height-medium {
	height: 300px !important;
}
#page-content .imagebox.height-large {
	height: 380px !important;
}
#page-content .imagebox.height-xlarge {
	height: 400px !important;
}
#page-content .imagebox.height-huge {
	height: 500px !important;
}


/* List */
.imagebox-list ul {
	list-style: none;
	margin:0;
	margin-top: 1rem;
}
.imagebox-list ul li {
	color:#fff;
	font-size: 1.3rem;
}
.imagebox-list ul li i {
	color:#3cb7b8;
}

	@media (max-width: 1380px) {
		.blocks-height-tiny .imagebox .imagebox-description .imagebox-title {
			font-size: 16px;
		}
		.blocks-height-small .imagebox .imagebox-description .imagebox-title {
			font-size: 18px;
		}
		.blocks-height-medium .imagebox .imagebox-description .imagebox-title {
			font-size: 20px;
		}
		.blocks-height-large .imagebox .imagebox-description .imagebox-title {
			font-size: 20px;
		}
		.blocks-height-xlarge .imagebox .imagebox-description .imagebox-title {
			font-size: 22px;
		}
		.blocks-height-huge .imagebox .imagebox-description .imagebox-title {
			font-size: 24px;
		}
		

	}
	@media (max-width: 1023px) {
		.imagebox .imagebox-badge.not-top {
			top: auto;
			bottom: 50px;
			right: auto;
			left:0;
			border-radius: 0px 5px 5px 0;
			padding-left: 15px;
		}
		.imagebox-description .imagebox-title-wrap {
			text-align: left;
			padding: 30px 1.5rem 15px 15px;
		}
		.imagebox .imagebox-description .imagebox-intro {
			display: inline-block;
			font-size: 11px;
			line-height: 1;
			font-weight: 600;
			padding: 5px 10px 5px 15px;
		}
		
		.blocks-height-tiny .imagebox .imagebox-description .imagebox-title {
			font-size: 16px;
		}
		.blocks-height-small .imagebox .imagebox-description .imagebox-title {
			font-size: 17px;
		}
		.blocks-height-medium .imagebox .imagebox-description .imagebox-title {
			font-size: 19px;
		}
		.blocks-height-large .imagebox .imagebox-description .imagebox-title {
			font-size: 20px;
		}
		.blocks-height-xlarge .imagebox .imagebox-description .imagebox-title {
			font-size: 22px;
		}
		.blocks-height-huge .imagebox .imagebox-description .imagebox-title {
			font-size: 22px;
		}
		.imagebox .imagebox-button {
			position: absolute;
			bottom: 0;
			right: 0rem;
			min-width: 60px;
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: space-around;
			padding: 10px 15px;
		}
		.imagebox .imagebox-footer .imagebox-footer-price {
			padding-left: 15px;
		}
		.imagebox .imagebox-link-text {
			left: 15px;
		}
		.blocks-height-tiny .imagebox {
			min-height: 110px;
		}
		.blocks-height-small .imagebox {
			min-height: 140px;
		}
		.blocks-height-medium .imagebox {
			min-height: 220px;
		}
		.blocks-height-large .imagebox {
			min-height: 320px;
		}
		.blocks-height-xlarge .imagebox {
			min-height: 360px;
		}
		.blocks-height-huge .imagebox {
			min-height: 400px;
		}

	}
	@media (max-width: 767px) {
		.blocks-height-tiny .imagebox {
			min-height: 100px;
		}
		.blocks-height-small .imagebox {
			min-height: 120px;
		}
		.blocks-height-medium .imagebox {
			min-height: 180px;
		}
		.blocks-height-large .imagebox {
			min-height: 220px;
		}
		.blocks-height-xlarge .imagebox {
			min-height: 300px;
		}
		.blocks-height-huge .imagebox {
			min-height: 340px;
		}
		.imagebox .imagebox-arrow {
			position: absolute;
			bottom: 10px;
			right: 10px;
			min-width: 36px;
			height: 36px;
		}
	}
	@media (max-width: 440px) {
		.blocks-height-tiny .imagebox {
			min-height: 100px;
		}
		.blocks-height-small .imagebox {
			min-height: 120px;
		}
		.blocks-height-medium .imagebox {
			min-height: 150px;
		}
		.blocks-height-large .imagebox {
			min-height: 180px;
		}
		.blocks-height-xlarge .imagebox {
			min-height: 260px;
		}
		.blocks-height-huge .imagebox {
			min-height: 300px;
		}
		.imagebox .imagebox-arrow {
			transform: translate(1%, 1%);
			font-size: 1rem;
		}
	}
	@media (max-width: 400px) {
		.blocks-height-large .imagebox {
			min-height: 160px;
		}
	}


/*
---------------------------
ICON BOX
---------------------------
*/

.iconbox {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100px;
	padding: 4rem 3rem;
	border-radius: 5px;

	backface-visibility: hidden;
	
}
.iconbox .iconbox-image {
	position: relative;
	z-index: 2;
	margin-bottom: 1rem;
}
.iconbox .iconbox-section {
	position: relative;
	z-index: 3;
}
.iconbox .iconbox-section .iconbox-title {

}
.iconbox .iconbox-section p {
	font-size: 1.125rem;
	color: rgba(0,  33,  100, 0.6)
}


	@media (max-width: 1280px) {
		.iconbox .iconbox-section .iconbox-title {
			font-size: 1.3rem;
		}
		.iconbox .iconbox-section p {
			font-size: 1.1rem;
		}
	}
	@media (max-width: 1023px) {
		.iconbox {
			min-height: 100px;
			padding: 3rem 1rem;
			border-radius: 5px;
		}
		.iconbox .iconbox-image {
			position: relative;
			z-index: 2;
			margin-bottom: 1rem;
		}
		.iconbox .iconbox-image img {
			max-width: 100px;
		}
		.iconbox .iconbox-section .iconbox-title {
			font-size: 1.2rem;
		}
		.iconbox .iconbox-section p {
			font-size: 1rem;
		}
	}

/*
---------------------------
COLUMN BOX
---------------------------
*/

.columnbox {
	position: relative;
	min-height: 60px;
	backface-visibility: hidden;
	border-top-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.columnbox.with-border {
	border: 2px solid #fff;
}

.columnbox.bg-white.with-border {
	border-color: #3B2D82
}
#sidebar .columnbox {
	margin: 15px 0;
}

.blocks-masonry .columnbox.cell {
	margin-bottom: 40px !important
}

	@media (max-width: 767px) {
		.columnbox {
		
		}
	}



.columnbox-image {
	border-radius: 15px;
	position: relative;
	display: block;
	overflow: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.columnbox-image.with-padding {
	padding: 25px 25px 0 25px;
}


.columnbox-image.round {
	max-width: 60%;
	border-radius: 1000px;
	margin-left:20px;
}


a.columnbox-image,
.columnbox-image img {
	width: 100%;
	border-radius: 15px 15px 15px 15px;
	position: relative;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition:transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.columnbox-image:hover img,
.columnbox-image a:hover img {
	transform: scale(1.05);
}
.with-padding.columnbox-image:hover img,
.with-padding.columnbox-image a:hover img {
	transform: scale(1);
}
.no-bg .columnbox-image,
.no-bg a.columnbox-image,
.no-bg .columnbox-image img {
	border-radius: 15px 15px 15px 15px;
}

.columnbox-image.with-padding img {

}
.columnbox-image img.round {
	border-radius: 1000px !important;
	max-width: 200px;
}
.columnbox-image a {
	position: relative;
	display: block;
	margin:0 !important;
	padding:0 !important;
}
.columnbox-image a:hover {
	display: block;
}

/* Badge */
.columnbox-image .columnbox-badge {
	position: absolute;
	top: 20px;
	right: -10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 5px 5px 5px;
	border-radius: 15px;
	transform: rotate(4deg);
	color: #fff;
	font-weight: 400;
	z-index: 5;
}
.columnbox-image .columnbox-badge-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}
.columnbox-image .columnbox-badge-title {
	font-size: 24px;
	line-height: 1;
}
.columnbox-image .columnbox-badge-info {
	font-size: 11px;
	font-weight: 400;
}


.columnbox-image .columnbox-image-title-wrap {
	position: absolute;
	bottom: 0;

	width: 100%;
	display: block;
	padding: 15px 15px 15px 25px;
	
	border-radius: 0 0 0px 0px;
	z-index: 1;

}
.columnbox-image-title-wrap-bg {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0px;
	left: 0px;
	opacity: 0.7;
	border-radius: 0 0 15px 15px;
}

.columnbox-image.with-padding .columnbox-image-title-wrap {
	width: calc(100% - 50px);
}
.columnbox-image .columnbox-image-title-wrap .columnbox-image-title {
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	margin-bottom:0;
	z-index: 4;
}
.columnbox-image .columnbox-image-title-wrap .columnbox-image-title a {
	color: #fff;
}
.columnbox-image .columnbox-image-title-wrap .columnbox-image-title a:hover {
	color:  #BD57FD;
}
.columnbox-image .columnbox-image-title-wrap i {
	color: #ffffff !important;
	font-size: 1.125rem;
	margin-left: 10px;
	position: relative;
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.columnbox-image .columnbox-image-title-wrap {

}
.columnbox-image  .columnbox-image-title-wrap a:hover i {
	transform: translateX(2px);
	color: #BD57FD;
}


	@media (max-width: 1100px) {
		.columnbox-image .columnbox-image-title {
			font-size: 1.4rem;
		}
	}
	@media (max-width: 1023px) {
		.columnbox-image.with-padding {
			padding: 10px 10px 0 10px;
		}
		.columnbox-image.with-padding .columnbox-image-title-wrap {
			width: calc(100% - 20px);
		}
		.columnbox-image .columnbox-image-title {
			color: #fff;
			font-size: 1.2rem;
		}
		.columnbox-image .columnbox-image-title-wrap {
			padding-left: 15px;
		}
	}
	@media (max-width: 767px) {
		.columnbox-image .columnbox-badge {
			position: absolute;
			top: 20px;
			right: -5px;
		}
		.columnbox-image .columnbox-image-title-wrap {
			padding-left: 15px;
		}
		.columnbox-image .columnbox-image-title {
			max-width: 90%;
			color: #fff;
			font-size: 1.6rem;
			line-height: 1.3;
		}
	}

.columnbox-section {
	position: relative;
	display: block;
	padding: 25px 35px 25px 35px;
	z-index: 2;
}
.large-12 .columnbox-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.columnbox.no-image .columnbox-section {
	border-radius: 25px;
}

.columnbox-section.with-footer {
	padding-bottom: 0;
}

/* Centered */
.text-center .columnbox-section {
	padding: 1rem 35px;
	margin-left: auto;
	margin-right: auto;
}
.columnbox-title-wrap .columnbox-intro {
	line-height: 1;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.bg-primary .columnbox-title-wrap .columnbox-intro,
.bg-secondary .columnbox-title-wrap .columnbox-intro {
	color: rgba(255, 255, 255, 0.7);
}

.columnbox-title-wrap .columnbox-title {
	line-height: 1.1;
	font-weight: 700;
	font-size: 1.250rem;
}
.columnbox-title-wrap .columnbox-title.title-small {
	font-size: 1.125rem;
}
.columnbox-title-wrap .columnbox-title.title-medium {
	font-size: 1.4rem;
}
.columnbox-title-wrap .columnbox-title.title-large {
	font-size: 1.8rem;
}
.columnbox-title-wrap .columnbox-title.title-xlarge {
	font-size: 2.2rem;
}
.columnbox-title-wrap .columnbox-title.title-huge {
	font-size: 3rem;
}
.columnbox-title-wrap .columnbox-title a {
	display: block;
	color: #000428;
	position: relative;
	padding-left:0;
}
/* .section-wrapper.bg-primary .columnbox-title-wrap .columnbox-title a,
.section-wrapper.bg-secondary .columnbox-title-wrap .columnbox-title a,
.section-wrapper.bg-dark .columnbox-title-wrap .columnbox-title a {
	color: #fff;
} */
.columnbox-title-wrap .columnbox-title i {
	/* position: absolute;
	top: 5px;
	right:2rem; */
	position: relative;
	margin-left: 6px;
	color: #BD57FD;
	font-size: 18px;
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
	
}
.columnbox-title-wrap .columnbox-title a:hover i {
	transform: translateX(2px)
}
.columnbox-title-wrap .columnbox-title a:hover {
	opacity: 1;
	color: #BD57FD;
}
/* .section-wrapper.bg-primary .columnbox-title-wrap .columnbox-title a:hover,
.section-wrapper.bg-secondary .columnbox-title-wrap .columnbox-title a:hover,
.section-wrapper.bg-dark .columnbox-title-wrap .columnbox-title a:hover {
	color: #fff;
} */
.columnbox-title-wrap .columnbox-subtitle {
	font-size: 18px;
	font-weight: 400;
}
.columnbox-title-wrap .columnbox-date {
	font-size: 15px;
	font-weight: 600;
	color: rgba(10, 10, 10, 0.6);
}

	@media (max-width: 1100px) {
	
	}
	@media (max-width: 1023px) {
		.columnbox-section {
			padding-top: 15px;
			padding-left: 15px;
			padding-bottom: 15px;
		}
		.columnbox-title-wrap .columnbox-title.title-small {
			font-size: 1rem;
		}
		.columnbox-title-wrap .columnbox-title.title-medium {
			font-size: 1.2rem;
		}
		.columnbox-title-wrap .columnbox-title.title-large {
			font-size: 1.6rem;
		}
		.columnbox-title-wrap .columnbox-title.title-xlarge {
			font-size: 1.8rem;
		}
		.columnbox-title-wrap .columnbox-title.title-huge {
			font-size: 2.6rem;
		}
	}
	@media (max-width: 767px) {
		.large-12 .columnbox-section {
			display: block;
			/* align-items: center;
			justify-content: space-between; */
		}
		.columnbox-title-wrap .columnbox-title.title-small {
			font-size: 1rem;
		}
		.columnbox-title-wrap .columnbox-title.title-medium {
			font-size: 1.2rem;
		}
		.columnbox-title-wrap .columnbox-title.title-large {
			font-size: 1.4rem;
		}
		.columnbox-title-wrap .columnbox-title.title-xlarge {
			font-size: 1.6rem;
		}
		.columnbox-title-wrap .columnbox-title.title-huge {
			font-size: 2.2rem;
		}
	}
.columnbox-lead  {
	max-width: 100%;
}
.large-12 .columnbox-lead  {
	padding-top: 10px;
	width: 80%;
}
.columnbox-lead p {
	font-size:16px;

}
.large-12 .columnbox-lead p {
	font-size: 20px;
}
.columnbox-link {
	font-weight: 700;
	padding-left:0 !important;
}

/* [class*="columnbox-section bg-"]:not(.bg-white):not(.bg-light) .columnbox-lead p {
	color: rgba(255, 255, 255, 1) !important;
}
.section-wrapper.bg-primary .columnbox-lead p,
.section-wrapper.bg-secondary .columnbox-lead p,
.section-wrapper.bg-dark .columnbox-lead p {
	color: #fff;
} */



/* Listing */

.listing-wrap {
	position: relative;
	z-index: 0;
	display: none;
	padding: 0 20px;
}
.listing-wrap.expanded {
	display: block;
}
.columnbox-listing {
	position: relative;
	z-index: 996 !important;
	border-radius: 0 0 15px 15px;
}
.listing-wrap .columnbox-listing {
	padding: 20px 20px;
}
.columnbox-listing ul {
	list-style: none;
	margin:0;
	padding:0 0 0;
}
.with-footer .columnbox-listing ul {
	padding-bottom: 15px;
}
.columnbox-listing ul li {
	border-bottom: 1px solid rgba(0, 33, 100, 0.1);
}
.columnbox-listing ul li:last-child {
	border:0;
}

.columnbox-listing ul li > .columnbox-listing-item {
	font-family: 'Nunito Sans';
	font-weight: 700;
	display: block;
	padding: 15px 1em 15px 35px;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	color: #3B2D82;
}
.columnbox-listing li > a.columnbox-listing-item {
	padding-left: 0;
}
.columnbox-listing li > .columnbox-listing-item i {
	position: absolute;
	top: 14px;
	left: 0;
	color: #BD57FD;
	font-size: 18px;
	-webkit-transition: transform 0.1s ease-in-out;
	-moz-transition: transform 0.1s ease-in-out;
	-ms-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
}

.columnbox-listing li > a.columnbox-listing-item i {
	left: auto;
	right: 5px;
}

.columnbox-listing li > a.columnbox-listing-item:hover {
	color: #BD57FD;
}
.columnbox-listing li > a.columnbox-listing-item:hover i {
	transform: translateX(3px);
	color: #BD57FD;
}

.columnbox-listing.bg-secondary ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.columnbox-listing.bg-secondary ul li:last-child {
	border:0;
}
.columnbox-listing.bg-secondary ul li > .columnbox-listing-item,
.columnbox-listing.bg-secondary ul li > .columnbox-listing-item i {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
}
.columnbox-listing.bg-secondary ul li > .columnbox-listing-item:hover,
.columnbox-listing.bg-secondary ul li > .columnbox-listing-item:hover i {
	color: #BD57FD;
}

[class*="columnbox-section bg-"]:not(.bg-white):not(.bg-light) .columnbox-listing ul li > .columnbox-listing-item {
	color: rgba(255, 255, 255, 1) !important;
}

.section-wrapper.bg-primary .columnbox-listing ul li,
.section-wrapper.bg-secondary .columnbox-listing ul li,
.section-wrapper.bg-dark .columnbox-listing ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.section-wrapper.bg-primary .columnbox-listing ul li > .columnbox-listing-item,
.section-wrapper.bg-secondary .columnbox-listing ul li > .columnbox-listing-item,
.section-wrapper.bg-dark .columnbox-listing ul li > .columnbox-listing-item {
	color: #fff;
}


/*Iconen */

.columnbox-listing.icons ul {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.columnbox-listing.icons ul.flex-wrap{
	flex-wrap: wrap;
}
.columnbox-listing.icons ul li {
	border:0;
	width: 25%;
}
.columnbox-listing.icons ul li .listing-icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding: 20px 30px;
}
.columnbox-listing.icons ul li .listing-icon .icon-wrap {
	border: 1px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
}
.columnbox-listing.icons ul li .listing-icon span {
	margin-top: 15px;
	font-weight: 700;
	line-height: 1.1;
}	
.columnbox-listing.icons ul li .listing-icon i {
	font-size: 48px;
}
.columnbox-listing.icons ul li .listing-icon img  {
	max-width: 40px;
}
.columnbox-listing.icons ul li .listing-icon:hover span,
.columnbox-listing.icons ul li .listing-icon:hover i {
	color: #BD57FD;
}

.bg-primary.columnbox-listing.icons ul li .listing-icon:hover span,
.bg-primary.columnbox-listing.icons ul li .listing-icon:hover i {
	color: #3B2D82;
}


/* Social */
.columnbox-social {
	margin-top: 20px;
}
/* Social */
.columnbox-social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding:0;
	margin:0;
}
.columnbox-social {
	padding: 0;
}
.columnbox-social a {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 20px;
	text-align: center;
	border-radius: 14px;
	background: rgba(39, 73, 243, 0.1);
	margin-right: 10px;
	-webkit-transition: background 0.1s ease-in-out 0s;
  	transition: background 0.1s ease-in-out 0s
}
.columnbox-social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #BD57FD;
	font-size: 18px;
	-webkit-transition: color 0.1s ease-in-out 0s;
  	transition: color 0.1s ease-in-out 0s
}
.columnbox-social a:hover {
	background: #BD57FD;
}
.columnbox-social a:hover i {
	color: #fff;	
}

.footer-wrapper.bg-primary .columnbox-social a,
.footer-wrapper.bg-secondary .columnbox-social a,
.footer-wrapper.bg-dark .columnbox-social a {
	background: rgba(255, 255, 255, 0.1) !important;
}
.footer-wrapper.bg-primary .columnbox-social a i,
.footer-wrapper.bg-secondary .columnbox-social a i,
.footer-wrapper.bg-dark .columnbox-social a i {
	color: rgba(255, 255, 255, 1) !important;
}
.columnbox-social.large a {
	width: 48px;
	height: 48px;
}
.columnbox-social.large a i {
	font-size: 20px;
}

.columnbox .columnbox-footer {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	padding: 0rem 35px 0px 35px;
}
.columnbox .columnbox-footer.with-arrow-down {
	padding-top: 15px;
}
.columnbox .columnbox-footer .button {
	transform: translateX(0) translateY(20px);
	border: 2px solid #fff;
}
.columnbox .columnbox-footer .arrow {
	position: absolute;
	bottom: -5px;
	right:-30px;
	border: 2px solid #fff;
}
.columnbox .columnbox-footer .arrow.down {
	position: absolute;
	bottom: -25px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.columnbox .columnbox-footer .arrow.down i {
	left: 0px;
}
.columnbox .columnbox-footer .arrow.down.active i {
	transform: rotate(-180deg);
}
.columnbox .columnbox-footer .arrow.down:hover i {
	transform: translateY(3px);
}
.columnbox .columnbox-footer .arrow.down.active:hover i {
	transform: translateY(-3px) rotate(-180deg);
}
.columnbox.with-border .columnbox-footer .arrow {
	
	
}
.text-center .columnbox-footer {
	display: flex;
	justify-content: center;
}
.text-center .columnbox-footer a {

}




	@media (max-width: 1100px) {

		.large-12 .columnbox-section {
			padding-left: 25px;
		}
		.columnbox-listing li > a.columnbox-listing-item {
			text-overflow: ellipsis;
			font-weight: 700;

			white-space: nowrap;
			width: 100%;

			padding-right: 2.5rem;
			overflow: hidden;
		}

		.columnbox-listing li > a.columnbox-listing-item i {
			position: absolute;
			top: 12px;
			right:3px;
		}
		.sidebar .columnbox-usp-listing li {
			font-size: 0.86rem;
			padding-left: 20px;
		}
		.sidebar .columnbox-usp-listing li i{
			font-size: 1rem;
		}
		
		.columnbox-button {
			padding-left: 1rem !important;
			padding-right: 1rem !important;
		}
		/* .columnbox-button i {
			display: none !important;
		} */
	}
	@media (max-width: 1023px) {
		.columnbox-listing li > a.columnbox-listing-item {
			text-overflow: ellipsis;
			font-weight: 700;
			white-space: nowrap;
			width: 100%;
			font-size: 0.86rem;
			padding: 0.66em 0em 0.66em 0rem;
			padding-right: 1rem;
			overflow: hidden;
		}
		.columnbox-listing li > a.columnbox-listing-item i {

		}

		.columnbox-listing.icons ul li .listing-icon{
			display: flex;
			align-items: center;
			justify-content: flex-start;
			flex-direction: column;
			text-align: center;
			color: #fff;
			padding: 20px 10px;
		}
		.sidebar .columnbox-usp-listing li {
			font-size: 0.96rem;
			padding-left: 30px;
		}
		.sidebar .columnbox-usp-listing li i{
			font-size: 1.1rem;
		}

		.columnbox .columnbox-footer {
			padding: 0rem 5px 5px 15px;
		}
		.columnbox-button {
			font-size: 0.96rem;
			padding-left: 1rem !important;
			padding-right: 1rem !important;
		}
		.columnbox .columnbox-footer .arrow {
			position: absolute;
			bottom: -5px;
			right:-30px;
			border: 2px solid #fff;
			display: flex;
			align-items: center;
		}
		.columnbox .columnbox-footer .arrow i {
			left: 2px;
		}
		.columnbox .columnbox-footer .arrow.down i {
			left: 0px;
		}
	
	}
	@media (max-width: 767px) {
		.blocks-masonry .columnbox.cell {
			margin-bottom: 30px !important
		}
		.with-toggle {
			margin-bottom: 30px !important;
		}
		
		.large-12 .columnbox-lead  {
			padding-top: 10px;
			width: 100%;
		}
		.large-12 .columnbox-lead  br {
			display: none;
		}
		.columnbox-button {
			font-size: 0.96rem;
			padding-left: 1rem !important;
			padding-right: 1rem !important;
		}
		.columnbox .columnbox-footer .arrow {
			bottom: 5px;
			right:-20px;
			width: 40px !important;
			height: 40px !important;
			padding: 0 !important;
			border-radius: 60px;
			font-size: 18px;
		}
		.columnbox .columnbox-footer .arrow i {
			margin:0 !important;
			left: 14px;
		}
		.columnbox .columnbox-footer .arrow i.fa-plus-circle {
			left:9px;
		}
		.columnbox .columnbox-footer .arrow.down i {
			left: 10px;
		}


		.listing-wrap {
			position: relative;
			z-index: 0;
			display: none;
			padding: 0 12px;
		}
		.columnbox-listing.icons ul {
			width: 100%;
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.columnbox-listing.icons ul li {
			border:0;
			width: 50%;
		}
		.columnbox-listing.icons ul li .listing-icon{
			display: flex;
			align-items: center;
			justify-content: flex-start;
			flex-direction: column;
			text-align: center;
			color: #fff;
			padding: 20px 10px;
		}
		.columnbox-listing.icons ul li .listing-icon span {
			margin-top: 15px;
			font-size: 14px;
			font-weight: 700;
			line-height: 1.1;
		}	
		.columnbox-listing.icons ul li .listing-icon i {
			
		}
		.large-12 .columnbox-lead p {
			font-size: 16px;
		}
		

	}	
	@media (max-width: 400px) {
		.blocks-masonry .columnbox {
			margin-bottom: 30px !important
		}
		.columnbox-lead p {
			font-size:15px;
		
		}
		.columnbox-button {
			font-size: 0.96rem;
			padding-left: 1rem !important;
			padding-right: 1rem !important;
		}
		.columnbox .columnbox-footer .arrow {
			bottom: 5px;
			right:-15px;
			width: 40px !important;
			height: 40px !important;
			padding: 0;
			border-radius: 60px;
			font-size: 18px;
			text-align: center !important;
			align-items: center;
			justify-content: center;
		}
		.columnbox .columnbox-footer .arrow i {
			margin:0 !important;
			left: 0px;
		}
		.columnbox .columnbox-footer .arrow i.fa-plus-circle {
			left:0px;
		}
		.columnbox .columnbox-footer .arrow.down i {
			left: 0px;
		}
	}


/* Round icons */

.roundbox {
	width: 100%;
	padding-bottom: 100%;
 	position: relative;
  	border: 0px solid #fff;
	position: relative;
	border-radius: 100%;
	z-index: 98 !important;
	/* padding-left: 20px;
	padding-right: 20px; */
	
	min-height: 0px;
	height: 0;
	min-height: 0px;
	
	
	
	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fancybox-active .roundbox {
	overflow: visible;
}

.roundbox:hover{
	transform: scale(1.1);
	z-index: 1001 !important;
}
.roundbox * {
	-webkit-font-smoothing: antialiased;
}






.roundbox .roundbox-inner {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0) perspective(-1px);
	-moz-transform: translate3d(0, 0, 0) perspective(-1px);
	transform: translate3d(0, 0, 0) perspective(-1px);
	
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.roundbox .roundbox-image {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	overflow: hidden;
	border-radius: 100%;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;


	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.roundbox .roundbox-image.bg-white {
	box-shadow: 0 0 0 1px #3B2D82;
}

.roundbox-inner .morphing {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	transform: scale(0);

	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	z-index: 999999999;
}
.fancybox-active .expanded .morphing {
	transform: scale(100);
	opacity:1;
	z-index: 9999999999;
}

.roundbox-icon {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 60%;
	max-height: 110px;
	margin: 10px;
	font-size: 40px;
}
.large-7 .roundbox-icon {
	font-size: 70px;
}
.large-8 .roundbox-icon {
	max-width: 70%;
	max-height: 110px;
	font-size: 60px;
}
.large-3 .roundbox-icon {
	max-width: 50%;
	max-height: 50px;
	font-size: 20px;
}
.roundbox-icon img {
	
}
.roundbox-title  {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.1;
	padding: 5px 20px;
	max-width: 200px;
	font-weight: 400;
	z-index: 3;
}
.large-7 .roundbox-title  {
	padding: 5px 40px;
	font-size: 17px;
}

/* Top */
.roundbox.margin-top-10 {
	top: 10%
}
.roundbox.margin-top-20 {
	top: 20%
}
.roundbox.margin-top-30 {
	top: 30%
}
.roundbox.margin-top-40 {
	top: 40%
}
.roundbox.margin-top-50 {
	top: 50%
}
.roundbox.margin-top-60 {
	top: 60%
}
.roundbox.margin-top-70 {
	top: 70%
}
.roundbox.margin-top-80 {
	top: 80%
}

/* Left */
.roundbox.margin-left-10 {
	margin-left: 10%
}
.roundbox.margin-left-20 {
	margin-left: 20%
}
.roundbox.margin-left-30 {
	margin-left: 30%
}
.roundbox.margin-left-40 {
	margin-left: 40%
}
.roundbox.margin-left-50 {
	margin-left: 50%
}
.roundbox.margin-left-60 {
	margin-left: 60%
}
.roundbox.margin-left-70 {
	margin-left: 70%
}
.roundbox.margin-left-80 {
	margin-left: 80%
}

/* Right */
.roundbox.margin-right-10 {
	right: 10%
}
.roundbox.margin-right-20 {
	right: 20%
}
.roundbox.margin-right-30 {

	right: 30%;
}
.roundbox.margin-right-40 {
	right: 40%
}
.roundbox.margin-right-50 {
	right: 50%
}
.roundbox.margin-right-60 {
	right: 60%
}
.roundbox.margin-right-70 {
	right: 70%
}
.roundbox.margin-right-80 {
	right: 80%
}

/* Bottom */
.roundbox.margin-bottom-10 {
	margin-bottom: 10%
}
.roundbox.margin-bottom-20 {
	margin-bottom: 20%
}
.roundbox.margin-bottom-30 {
	margin-bottom: 30%
}
.roundbox.margin-bottom-40 {
	margin-bottom: 40%
}
.roundbox.margin-bottom-50 {
	margin-bottom: 50%
}
.roundbox.margin-bottom-60 {
	margin-bottom: 60%
}
.roundbox.margin-bottom-70 {
	margin-bottom: 70%
}
.roundbox.margin-bottom-80 {
	margin-bottom: 80%
}


@media (max-width: 767px) {
	.large-7 .roundbox-title  {
		padding: 5px 40px;
		font-size: 16px;
	}
	.roundbox-icon {
		position: relative;
		z-index: 3;
	
		
		max-width: 50%;
		max-height: 90px;
		margin: 10px;
	}
	.large-8 .roundbox-icon {
		max-width: 70%;
		max-height: 100px;
	}
}
@media (max-width: 400px) {
	.roundbox-title  {
		position: relative;
		display: block;
		font-size: 15px;
		line-height: 1.1;
		padding: 5px 10px;
		max-width: 200px;
		z-index: 3;
	}
	.small-5 .roundbox-title  {
		font-size: 13px;
	}
	.roundbox-icon {
		position: relative;
		z-index: 3;
	
		
		max-width: 50%;
		max-height: 90px;
		margin: 10px;
	}
	.large-8 .roundbox-icon {
		max-width: 70%;
		max-height: 100px;
	}
}

@media (max-width: 374px) {
	.roundbox-title  {
		position: relative;
		display: block;
		font-size: 13px !important;
		line-height: 1.1;
		padding: 5px 10px;
		max-width: 200px;
		z-index: 3;
	}
	.small-5 .roundbox-title  {
		font-size: 12px !important;
	}
	.roundbox-icon {
		position: relative;
		z-index: 3;
	
		
		max-width: 50%;
		max-height: 70px;
		margin: 10px 5px 5px;
	}
	.large-7 .roundbox-icon {
		max-width: 60%;
		max-height: 70px;
	}
	.large-8 .roundbox-icon {
		max-width: 70%;
		max-height: 80px;
	}
}


/* Brands */
.brand-wrapper {
	
}
.brand {
	display: flex;
	align-items: center !important;
	justify-content: center;
	position: relative;
	padding: 0px;
	border-radius: 0px;
	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.brand:hover {
	transform: scale(1.1);
}
.brand img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/207080f/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
 	 filter: gray;
	  -webkit-filter: grayscale(100%);
	  opacity: 0.4;
	  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.brand img.grayscale:hover {
	filter: none;
 	 filter: none;
	  -webkit-filter: grayscale(0%);
	  opacity: 1;
}
.brand.transparent img {
	border-radius: 20px 0 20px 0;
	border: 1px solid rgba(0, 0, 0, 0.233);
}

@media (max-width: 767px) {
	.brand {
		
		
	}
}