/*
---------------------------
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;
}


.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.1;
	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: .7 !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: #de5e4f;
	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: 0px;
	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: 0px 0 0 0px !important;
}
.small-margin-collapse .imagebox.last,
.small-margin-collapse .imagebox.last .imagebox-image,
.small-margin-collapse .imagebox.last .imagebox-overlay {
	border-radius: 0px 0px 0px 0 !important;
}


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

/* Large */
.imagebox .imagebox-badge.large .imagebox-badge-label {
	font-size: 1rem;
}
.imagebox .imagebox-badge.large .imagebox-badge-title {
	font-size: 1.5rem;
}
.imagebox .imagebox-badge.large .imagebox-badge-info {
	font-size: 0.875rem;
}

.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 0.875rem 26px;
	border-color: transparent transparent transparent #9b0166;
}

/* 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: 1.25rem 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 0px 0px;
	opacity: 0.7;
	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 0px 0px;
	/* 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: 1.25rem 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: 600;
	padding: 5px 10px 5px 30px;
	border-radius: 0px 0px 0px 0;
	margin-bottom: 5px;
	color: #fff;
}

.imagebox .imagebox-description .imagebox-title {
	position: relative;
	display: block;
	font-size: 1.375rem;
	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) .columnbox-title,
[class*="columnbox-section bg-"]:not(.bg-white):not(.bg-light) .columnbox-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: 1.125rem;
	padding:0;
	margin:0;
}

.blocks-height-tiny .imagebox .imagebox-description .imagebox-title {
	font-size: 1.125rem;
}
.blocks-height-small .imagebox .imagebox-description .imagebox-title {
	font-size: 1.25rem;
}
.blocks-height-small .imagebox .imagebox-description .imagebox-title.title-small {
	font-size: 1.125rem;
	padding:0;
	margin:0;
}

.blocks-height-medium .imagebox .imagebox-description .imagebox-title {
	font-size: 1.375rem;
}
.blocks-height-large .imagebox .imagebox-description .imagebox-title {
	font-size: 26px;
}
.blocks-height-xlarge .imagebox .imagebox-description .imagebox-title {
	font-size: 28px;
}
.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: 0.875rem;
	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: 0.875rem;
	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: 0px;
	right: 0px;
	min-width: 50px;
	height: 50px;
	z-index: 88;
	font-size: 1.125rem;
	color: #9b0166 !important;
	background: rgba(255, 255, 255, 1);
	border-radius: 0px;
	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 i {
	
	/* background-color: #fff; */

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

.full .imagebox .imagebox-arrow {
	min-width: 11.25rem;
	border-radius: 100px;
}

.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: #de5e4f !important;
	background: #fff;
	border-radius: 100px;
	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: #9b0166 !important;
	margin-left:10px;
}

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

.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: 1.25rem;
	font-weight: 700;
	color: #fff;	
	line-height: 1;
	background: #9b0166;
	padding: 5px 15px 2px 30px;
	border-radius: 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: 1.25rem;
}


/* 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: 1rem;
		}
		.blocks-height-small .imagebox .imagebox-description .imagebox-title {
			font-size: 1.125rem;
		}
		.blocks-height-medium .imagebox .imagebox-description .imagebox-title {
			font-size: 1.25rem;
		}
		.blocks-height-large .imagebox .imagebox-description .imagebox-title {
			font-size: 1.25rem;
		}
		.blocks-height-xlarge .imagebox .imagebox-description .imagebox-title {
			font-size: 1.375rem;
		}
		.blocks-height-huge .imagebox .imagebox-description .imagebox-title {
			font-size: 1.5rem;
		}
		

	}
	@media (max-width: 1023px) {
		.imagebox .imagebox-badge.not-top {
			top: auto;
			bottom: 50px;
			right: auto;
			left: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: 1rem;
		}
		.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: 1.25rem;
		}
		.blocks-height-xlarge .imagebox .imagebox-description .imagebox-title {
			font-size: 1.375rem;
		}
		.blocks-height-huge .imagebox .imagebox-description .imagebox-title {
			font-size: 1.375rem;
		}
		.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: 21.25rem;
		}
		.blocks-height-large .imagebox {
			min-height: 31.25rem;
		}
		.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: 11.25rem;
		}
		.blocks-height-medium .imagebox {
			min-height: 180px;
		}
		.blocks-height-large .imagebox {
			min-height: 21.25rem;
		}
		.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: 11.25rem;
		}
		.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: 0px;

	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: 100px;
	backface-visibility: hidden;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.columnbox.bg-white {

}
.blog-wrapper .columnbox {
	margin-bottom:30px;
}
#sidebar .columnbox {
	margin: 15px 0;
}

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



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

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


a.columnbox-image,
.columnbox-image img {
	width: 100%;
	border-radius: 0 0;
	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: 0px;
}

.columnbox-image.with-padding img {
	border-radius: 0;
}
.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: 1.25rem;
	right: -10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 5px 5px 5px;
	border-radius: 0px;
	transform: rotate(4deg);
	color: #fff;
	font-weight: 700;
	z-index: 5;
}
.columnbox-image .columnbox-badge-label {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3;
}
.columnbox-image .columnbox-badge-title {
	font-size: 1.5rem;
	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.4;
	border-radius: 0 0 0px 0px;
}

.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 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: #9b0166;
}
.columnbox-image-shape {
	position: absolute;
	bottom:0;
	left: 0;
	width: 40px;
	height: 40px;
}

.columnbox-image-shape-1 {
	position: absolute;
	bottom:40px;
	left: 0;
	width: 40px;
	height: 40px;
	opacity: 0.2;
}
.columnbox-image-shape-2 {
	position: absolute;
	bottom:0px;
	left: 40px;
	width: 40px;
	height: 40px;
	opacity: 0.2;
}

	@media (max-width: 1100px) {
		.columnbox-image .columnbox-image-title {
			font-size: 1.4rem;
		}
		.columnbox-image-shape {
			width: 30px;
			height: 30px;
		}
		
		.columnbox-image-shape-1 {
			bottom:30px;
			width: 30px;
			height: 30px;
		}
		.columnbox-image-shape-2 {
			left: 30px;
			width: 30px;
			height: 30px;
		}
	}
	@media (max-width: 1023px) {
		.columnbox-image.with-padding {
			padding: 5px 5px 0 10px;
		}
		.columnbox-image.with-padding .columnbox-image-title-wrap {
			width: calc(100% - 1.25rem);
		}
		.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: 1.25rem;
			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: 1.25rem 25px 25px 25px;
	border-radius: 0;
	z-index: 2;
}
.columnbox.no-image .columnbox-section {
	border-radius: 10px;
}

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

/* Centered */
.text-center .columnbox-section {
	padding: 1rem 2.5rem;
	margin-left: auto;
	margin-right: auto;
}

.columnbox-title-wrap .columnbox-title {
	line-height: 1.3;
	font-weight: 900;
	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 a {
	display: block;
	color: #0e0e19;
	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: #9b0166;
	font-size: 1.125rem;
	-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: #9b0166;
}
.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: 1.125rem;
	font-weight: 400;
}
.columnbox-title-wrap .columnbox-date {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(13, 13, 25, 0.6);
	margin-bottom: 5px;

}

	@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-lead  {
	max-width: 100%;
}
.columnbox-lead p {
	font-size:15px;
}

.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, 0.7) !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 */
.columnbox-listing {
	position: relative;
	z-index: 996 !important;
}
.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-weight: 500;
	display: block;
	padding: 15px 0 15px 25px;
	font-size: 1rem;
	letter-spacing: -0.5px;
	position: relative;
	line-height: 1.1;
	color: #0e0e19;
}
.columnbox-listing li > a.columnbox-listing-item {
	padding-left: 40px;
}
.columnbox-listing li > .columnbox-listing-item i {
	position: absolute;
	top: 10px;
	left: 0;
	width: 30px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.062);
	color: #9b0166;
	font-size: 0.875rem;
	-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 {

}

.columnbox-listing li > a.columnbox-listing-item:hover {
	color: #9b0166;
}
.columnbox-listing li > a.columnbox-listing-item:hover i {
	transform: translateX(3px);
	color: #9b0166;
}
[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;
}

/* Social */
.columnbox-social {
	margin-top: 1.25rem;
}
/* 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: 1.25rem;
	text-align: center;
	border-radius: 0.875rem;
	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: #9b0166;
	font-size: 1.125rem;
	-webkit-transition: color 0.1s ease-in-out 0s;
  	transition: color 0.1s ease-in-out 0s
}
.columnbox-social a:hover {
	background: #9b0166;
}
.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: 1.25rem;
}

.columnbox .columnbox-footer {
	position: relative;
	z-index: 3;
	display: block;
	padding: 0rem 25px 15px 25px;
}

.text-center .columnbox-footer {
	display: flex;
	justify-content: center;
}
.text-center .columnbox-footer a {
	margin: auto;
}




	@media (max-width: 1100px) {
		.columnbox-listing li > a {
			text-overflow: ellipsis;
			font-weight: 700;

			white-space: nowrap;
			width: 100%;

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

		.columnbox-listing li > a i {
			position: absolute;
			top: 12px;
			right:3px;
		}
		.sidebar .columnbox-usp-listing li {
			font-size: 0.86rem;
			padding-left: 1.25rem;
		}
		.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 {
			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 i {

		}
		.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 15px 15px 15px;
		}
		.columnbox-button {
			font-size: 0.86rem;
			padding-left: 1rem !important;
			padding-right: 1rem !important;
		}
		.columnbox-button i {
			display: none !important;
		}
	}




/* Brands */
.brand-wrapper {
	
}
.brand {
	display: flex;
	align-items: center !important;
	position: relative;
	padding: 0;
	border-radius: 10px;
	height: 160px;
}
.brand img {
	max-width: 200px;
	max-height: 140px;
}
.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;
}

@media (max-width: 767px) {
	.brand {
		display: flex;
		align-items: center !important;
		position: relative;
		padding:5px 5px;
		border-radius: 10px;
		height: 60px;
	}
}