.header {
	margin-top: 20px;
}

.header.cloned {
	margin-top: 20px;
}

.header.cloned .inside {
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

#slider .ce_bgimage {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ce_revolutionslider_text h1 {
	text-align: center;
	font-size: inherit;
	line-height: 1.1;
}

.mt-0 h4 {
	margin-top: 0 !important;
}

.ce_text h2,
.ce_text h3,
.ce_text h4 {
	margin-top: 1.5rem;
}

.ce_list ul {
	list-style-type: disc;
}

.badge {
	display: inline-block;
	font-size: .9rem;
	line-height: 1.2;
	background: var(--accentColor);
	color: #fff;
	border-radius: 500px;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
}

.ce_portfoliofilter.style2 .ce_portfoliofilter_content a.selected,
.ce_portfoliofilter.only-icon .ce_portfoliofilter_content a.selected {
	background: var(--accentColor);
	color: #fff;
}

.ce_iconbox_vertical[data-style="style2"] p {
	color: #fff;
}

.module-plenta-jobs-basic-offer-list a {
	-webkit-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.module-plenta-jobs-basic-offer-list a:hover {
	color: var(--accentColor);
}

.module-plenta-jobs-basic-offer-reader h1 {
	font-size: 2.333rem;
	line-height: 1.3;
}

canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--secondColor);
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
	.ce_form .column.col_6 {
		margin-bottom: 0;
	}
}