/* Top */
/* #425eee8 = old blue */
/* #5fcb93 = new green */

.topbar {
	display: none;
	background-color: #3a77f6;
	color: #fff;
	z-index: 9999;
	position: fixed;
	top:0;
	padding: 10px 0;
	width: 100%;
	left: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 19px;
}

.topbar p {
	margin-bottom: 0;
}

.gratisscanblock {
	border-radius: 15px;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 35px 25px;
}

footer p {
	color: rgba(255,255,255,0.5);
}

.hamburger__line {
	backface-visibility: hidden;
	perspective: 1000;
}

.overmij {
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #cbd3e8;
    margin-bottom: 5px;
}

.txt-darker {
    color: #abb4cb;
}

.more-button {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3a77f6;
	border-radius: 999px;
	float: right;
    margin-left: 15px;
    margin-top: -2px;
}

.news-block .more-button .far {
	position: relative !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

.topbar a {
	text-decoration: none;
    font-weight: 600;
    color: #05131e;
}

.homepage-template .topbar {
	display: block;
}

.navbar {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.navbar .nav-link {
	color: #040f1b;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.navbar .nav-link:last-child {
	margin-right: 15px;
}

.single-back {
	height: calc(100vh - 94px);
}

.logo {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	z-index: 2;
}

.line {
	height: 1px;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	margin-top: 0;
	margin-bottom: 45px;
}

.is-opened-logo {
	opacity: 1 !important;
}

.global-menu {
	align-items: end;
	height: 100vh;
	padding-top: 124px;
}

.content {
	display: inline-block;
	float: right;
}

.logo img {
	height: 20px;
	margin-top: 22px;
	margin-bottom: 22px;
}

.navbar a {
	text-decoration: none;
	font-weight: 600;
	font-size: 19px;
}

.dropdown {
	position: static !important;
}

.dropdown-menu {
	width: 100%;
    top: 79px;
    border: 0;
    border-radius: 0;
    padding: 50px;
}

.dropdown-menu .nav-link {
	color: #040f1b;
	font-size: 19px;
	font-weight: 400;
}

.cta form label {
	font-size: 19px;
	margin-bottom: 2px;
}

.cta #submit {
	padding: 15px;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.owl-carousel {
	display: block;
	position: relative;
	padding: 0 40px;
}

.owl-logos .owl-item {
	filter: grayscale(1);
}

.logos img {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.owl-controls {
	margin-top: 0 !important;
	display: block !important;
	position: unset !important;
}

.small-h3 {
    font-weight: 500;
    font-size: 19px;
    color: #94a5b9;
    margin-bottom: 30px;
}

/* Main */
body {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-size: 19px;
	line-height: 1.7;
	padding-top: 94px;
	-webkit-font-smoothing: antialiased;
	color: #000;
	overflow-x: hidden;
}

.lust {
	font-family: helvetica-neue-lt-pro, sans-serif;
}

.section {
	padding: 100px 0;
}

.padbot {
	padding-bottom: 75px;
}

.nopadtop {
	padding-top: 0;
}

.section-50 {
	padding: 50px 0;
}

.section-35 {
	padding: 35px 0;
}

h1 {
	font-weight: 700;
	margin-top: 0;
	font-size: 50px;
}

.smaller-h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}

.bigger-h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

.blog h2,
.blog h3 {
	line-height: 1.7;
}

.h4 {
	font-size: 19px;
	font-weight: 600;
}

.subtitel {
	color: #3a77f6;
	font-weight: 600;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #3a77f6;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit],
.btn-primary, .btn-default {
	transition: 0.3s !important;
	-webkit-transition: 0.3s !important;
	-moz-transition: 0.3s !important;
	-o-transition: 0.3s !important;
}

.background {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.header-image-container {
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.header-image-content::before {
	content: '';
	width: 50%;
	position: absolute;
	background-color: #fff;
	right: 0;
	bottom: 0;
	height: 100%;
}

.header-image {
	position: relative;
}

.blog-image {
	width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    background-color: #000;
    margin-bottom: 15px;
    overflow: hidden;
}

.header-image-sec-2 {
	position: relative;
}

.header-image-sec-2 section {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.header-image-sec-2:after {
	content: '';
	position: absolute;
	top: -25%;
	width: 100%;
	height: 25%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.0) 100%);
}

.header-image:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0,0,0,0.9) 30%,  rgba(0,0,0,0.75) 55%, rgba(0,0,0,0.6) 75%, rgba(0,0,0,0.5) 100%);
}

.first-item-right-contact {
	display: block;
}

.header-blog:after {
	background: #000 !important;
	opacity: 0.45;
}

.opacity-none {
	opacity: 0;
}

.header-image-content {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

.bg-blue {
	background-color: #3a77f6;
}

.bg-light {
	background-color: #ebeff9 !important;
}

.bg-light-grey {
	background-color: #ebeff9;
}

.bg-black {
	background-color: #000000;
}

.txt-blue {
	color: #3a77f6;
}

.txt-lightblue {
	color: #e3e8f7;
}

.txt-lightblue-stroke .wrap {
	-webkit-text-stroke: 2px #d8deef;
	color: transparent;
}

.txt-white {
	color: #fff;
}

.btn {
	text-decoration: none !important;
}

.btn-secondary {
    padding: 12px 32px;
    background: transparent;
	border: 2px solid rgba(255,255,255,0.5);
    margin-top: 7px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 999px;
}

.btn-secondary:hover {
	background-color:#fff;
	border-color: #fff;
	color: #020a16;
}

.btn-primary {
	padding: 12px 32px;
	background: #3a77f6;
	border: 2px solid #3a77f6;
	margin-top: 7px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 999px;
}

.btn-primary:hover {
	background-color:#cb5cff;
	border-color: #cb5cff;
}

.btn-link-blue {
	text-decoration: none !important;
	font-weight: 500;
}

.btn-white {
	padding: 16px 38px;
    background-color: #fff;
    border-color: #fff;
    margin-top: 7px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 14px;
}

.btn-white:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn-default {
	padding: 16px 38px;
    background-color: transparent;
    border: 2px solid #fff;
    margin-top: 7px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    border-radius: 14px;
}

.btn-default:hover {
	background-color: #fff;
	color: #000;
}

.btn-default-blue {
	border-color: #3a77f6;
	color: #3a77f6;
}

.btn-default-blue:hover {
	background-color: #3a77f6;
	color: #fff;
}

.btn-orange {
    padding: 16px 38px;
    background-color: #f2c62b;
    border: 2px solid #f2c62b;
    margin-top: 7px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    border-radius: 14px;
}

.btn-orange:hover {
	background-color: #ff973e;
    border: 2px solid #ff973e;
    color: #fff;
}

.btn .fa-search,
.btn .fa-user,
.btn .fa-phone,
.btn .fa-rocket,
.btn .fa-circle-info,
.btn .fa-magnifying-glass {
	margin-right: 8px;
}

.fa-phone {
	transform: rotate(20deg);
}

.padbot10 {
	padding-bottom: 10px;
}

.marbot0 {
	margin-bottom: 0;
}

.social-icon {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255,255,255,0.6);
	-webkit-text-stroke: 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 15px;
	padding-top: 3px;
}

.social-icon:hover {
	text-decoration: none !important;
	background-color: rgba(58, 119, 246, 0.15);
	color: #3a77f6;
}

.social-icons {
	display: flex;
	align-items: end;
	justify-content: end;
	margin-bottom: 30px;
	padding-right: 15px;
}

.main--contact {
	float: right;
	display: inline-block;
	padding-right: 35px;
    padding-left: 35px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin-top: 8px;
}

.main-menu .txt-white {
	text-decoration: none;
	margin-right: 45px;
	padding: 8px 28px;
	border-radius: 14px;
	cursor: pointer;
}

.main-menu .txt-white:hover {
	background-color: rgba(58, 119, 246, 0.15);
	color: #3a77f6;
}

.bg-white {
	background-color: #fff;
}

.block {
	padding: 50px;
}

.small-news-block {
	padding: 25px;
	background-color: #fff;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 14px;
    transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
    border: 2px solid rgba(0,0,0,0.1);
}

.small-news-block:hover {
	background-color: rgba(0,0,0,0.1);
    border: 2px solid rgba(0,0,0,0.05);
}

.background-img-block {
	width: 100px;
	height: 100px;
	display: inline-block;
	float: left;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	margin-bottom: 0;
	border-radius: 14px;
}

.small-news-block strong {
	width: calc(100% - 100px);
	float: right;
	min-height: 100px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	color: #4c4c4c;
}

.news-block a {
	text-decoration: none !important;
	font-weight: 700;
}

.foto-nick {
	height: 700px;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	background: #eee;
}

.foto-nick:before {
	content: '';
	position: absolute;
	height: 25%;
	width: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(66,178,232,0.2) 100%);
	background: -webkit-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(66,178,232,0.2) 100%);
	background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(66,178,232,0.2) 100%);
}

.owl-theme {
	margin-bottom: 0;
}

.about-me-caption {
	margin-left: -80px;
	padding: 50px 50px 60px 50px;
	background-color: #fff;
	margin-bottom: 50px;
	border-radius: 14px;
}

.about-me-caption .txt-blue {
    font-size: 34px;
    background: linear-gradient(45deg, #3a77f6, #cb5cff);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin-bottom: 15px;
}

.big-caption {
	padding-bottom: 20px;
	padding-left: 80px;
	position: relative;
	min-height: 160px;
}

.big-caption h4 {
	font-weight: 800;
	font-size: 55px;
	text-transform: uppercase;
}

.big-caption h4 .typewriter {
	position: absolute;
	bottom: 0;
}

.nopadbot {
	padding-bottom: 0;
}

.padbot75 {
	padding-bottom: 75px;
}

.padbot75 .btn {
	margin-left: 0;
}

.notop {
	padding-top: 0;
}

.cap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
}

.image-header {
	padding-top: 150px;
	padding-bottom: 200px;
	position: relative;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	color: #fff;
	font-size: 40px;
}

.bg-para {

}

.image-header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}

.image-header-small {
	padding-top: 100px;
	padding-bottom: 100px;
}

.header-image-overlay {
	position: relative;
	max-height: 75vh;
}

.header-image-overlay::before {
	content: '';
    background-color: #040f1b6b;
    width: 100%;
	height: calc(100% + 120px);
    position: absolute;
    top: 0;
    left: 0;
}

.cta {
	padding: 60px 50px;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #ccdce8;
}

.cta-to-top {
	margin-top: -200px;
	position: relative;
	z-index: 99;
}

.alert, .spcheck {
	display: none;
}

.form-control {
	border: 1px solid #eceff1;
	background-color: #eceff1;
    min-height: 60px;
    border-radius: 0;
}

.news-block {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
	width: 100%;
	margin-bottom: 30px;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	padding: 10px 10px 40px 10px;
	color: #fff !important;
}

.bg-dark .news-block {
	border: 1px solid rgba(255,255,255,0.1);
}

.bg-dark .news-block h3 {
	color: #fff;
}

.bg-light .news-block {
	background-color: #fff;
}

.news-block-block {
	margin-bottom: 30px;
}

.news-block-header {
	background: #000;
	min-height: 240px;
    padding: 40px 30px;
    font-size: 17px;
    position: absolute !important;
    transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
    max-height: 232px;
	height: 100%;
	overflow: hidden;
	border-radius: 14px;
	width: calc(100% - 20px);
}

.news-block-header:hover, .news-block-header:focus, .news-block-header:active {
	color: #fff;
}

.news-block-image-placeholder {
	height: 80px;
	background-color: transparent;
}

.news-container h2 {
	margin-bottom: 10px;
}

.news-block-header .news-block-image {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.news-block-header .name {
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 600;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	height: 28px;
}

.news-block-header .news-date {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	height: 28px;
}

.news-block-image {
	width: 80px !important;
	border-radius: 100%;
}

.news-block-main {
	min-height: 240px;
	padding: 290px 30px 50px 30px;
	font-size: 18px;
	color: #7f7f7f;
}

.news-block-main h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	color: #000
}

.news-block-main h3 a,
.news-block-main h3 a:hover,
.news-block-main h3 a:focus,
.news-block-main h3 a:active {
	color: #fff;
}

.bg-light .news-block-main h3 a,
.bg-light .news-block-main h3 a:hover,
.bg-light .news-block-main h3 a:focus,
.bg-light .news-block-main h3 a:active {
	color: #000;
}

.news-block-main .read {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	position: absolute;
	bottom: 50px;
}

.bg-light .news-block-main .read {
	color: #000;
}

.news-block-header h3 {
	margin-top: 35px;
	font-weight: 600;
}

.blue-in {
    background: #3a77f6;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.h1-white {
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 50px;
	line-height: 1.3;
	color: #fff;
}

.blogslider {
	position: relative;
	padding: 0 15px !important;
}

.blogslider .center {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.blogslider .owl-prev, .blogslider .owl-next {
	z-index: 2;
}

.news-block .news-block-header::before {
	opacity: 0.5;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.news-block:hover .news-block-header::before {
	opacity: 0 !important;
}

.news-block .far {
	font-size: 20px;
    position: absolute;
    bottom: 22px;
    opacity: 0;
    transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
    right: 80px;
    color: #fff;
}

.short-desc {
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	margin-bottom: 50px;
}

.overlay-caption {
	position: relative;
	height: 100%;
}

.single-header {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.single-header h1 {
	line-height: 1.4;
}

.single-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

/* Footer */
footer {
	background-color: #020a16;
	color: #fff;
	padding: 75px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #cb5cff;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer ul li {
	padding: 7.5px 0;
}

footer ul li a {
	text-decoration: none;
	color: #fff;
}

footer hr {
	border-top: 1px solid #454545;
	margin-top: 75px;
}

footer .fa-linkedin-in {
	font-size: 19px;
}

.inhoud {
	padding-right: 40px;
}

.intro {
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 30px;
}

.intro p {
	color: #000 !important;
}

.intro span {
	background-color: #9cd3ff78;
    line-height: 40px;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
}

.dropdown-toggle::after {
	content: '';
	display: none !important;
}

.navbar-toggler {
	width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 999px;
    z-index: 999;
    position: absolute;
    top: 50px;
    right: 50px;
    padding-left: 18px;
    padding-right: 18px;
}

.navbar-toggler:after {
	content: '';
	width: 64px;
    height: 64px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
}

.navbar-toggler .icon-bar {
	width: 100%;
    height: 2px;
    background-color: #040f1b;
    display: block;
    margin-bottom: 5px;
}

.navbar-toggler .icon-bar:last-child {
	margin-bottom: 0;
}


.img-responsive {
	max-width: 100%;
}

.bottomcta {
	background-color: #e8eff7;
	margin-top: 50px;
	margin-bottom: 100px;
}

.bottomcta img {
	margin-top: 100px;
}

.text-block {
	padding: 55px 50px 60px 50px;
	background-color: #3a77f6;
	color: #fff;
	position: absolute;
	bottom: -75px;
	left: 75px;
	border-radius: 5px;
}

.quote {
	margin-left: 70px;
    margin-top: 80px;
    display: inline-block;
    font-size: 37px;
    max-width: 390px;
    font-weight: 600;
    line-height: 51px;
}

.demo-3 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 15px;
	/*background-color: #020a16;*/
	background-color: transparent;
	display: block;
    width: 100%;
    height: 94px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.demo-3-add {
	background-color: rgba(2,10,22,0.8);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.demo-3 .logo {
	float: left;
}

.content--demo-3 {
	float: right;
}

.fixed-men .container {
	position: relative;
}

.default-header {
	background-color: #000 !important;
	color: #fff;

	padding-top: 100px;
	padding-bottom: 150px;
}

.totop2 {
	position: relative;
	margin-top: -230px;
}

.shadow {
	-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2) !important;
}

.f-icon {
	margin-right: 7px;
	height: 44px;
	width: 44px;
	display: flex;
	border: 2px solid #fff;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	float: left;
}

.f-icon:hover {
	text-decoration: none;
	border: 2px solid #3a77f6;
	color: #3a77f6;
}

.owl-controls .owl-dots {
	display: none !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	width: 50px;
    height: 50px;
    color: #fff;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
    font-size: 20px !important;
    display: flex !important;
    border-radius: 999px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    top: calc(50% - 25px) !important;
}

.owl-nav .owl-prev {
	left: 5px;
}

.owl-nav .owl-next {
    right: 5px;
}

.blogslider .owl-nav .owl-next,
.blogslider .owl-nav .owl-prev {
	top: -100px !important;
}

.blogslider .owl-nav .owl-next {
	right: 18px;
}

.blogslider .owl-nav .owl-prev {
	right: 83px;
	left: auto;
}

.icon-block {
	padding: 0 28px 20px 28px;
	text-decoration: none !important;
	color: #040f1b;
	margin-top: 10px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.icon-block:hover {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	color: #040f1b;
}

.icon {
	height: 75px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.klant-item .border3 {
	padding: 100px 50px;
	border: 1.5px solid rgba(0,0,0,0.03);
}

.vh-100 {
	height: 100vh;
}

.image-container-h {
	z-index: 999;
	position: relative;
	padding-top: 100px;
	padding-bottom: 150px;
}

.header-image-big .image-container-h {
	padding-top: 300px;
	padding-bottom: 100px;
}

.header-image-big .fdc-image-container-h {
	padding-top: 100px;
}

.header-image-big .big-h1 h1 {
	font-size: 120px !important;
}

.header-image-big .normal-h1 h1 {
	font-size: 80px !important;
}

.big-h2 {
	font-size: 40px;
}

.header-image-big .header-image:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%);
}

.nobefore::before {
	opacity: 0;
}

.noafter::after {
	opacity: 0;
}

.image-container-small {
	padding-top: 100px;
	padding-bottom: 100px;
}

.image-container-h .h1,
.image-container-h h1 {
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 50px;
	line-height: 1.3;
}

.image-container-small .h1,
.image-container-small h1 {
	margin-bottom: 10px;
}

/* START Whatsapp button */
.whatsapp-button {
	background-color: #29A71A;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 42px;
	border-radius: 999px;
	cursor: pointer;
	z-index: 99999;
}

.whatsapp-frame {
	position: fixed;
	bottom: 90px;
	right: 10px;
	width: calc(100% - 30px);
	max-width: 450px;
	background-color: #e5ddd4;
	min-height: 300px;
	border-radius: 15px;
	z-index: 99999;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	overflow: hidden;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	font-size: 15px;
}

.whatsapp-overlay {
	content: '';
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.07);
	opacity: 1;
	z-index: 9999;
	-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);

}

.whatsapp-header {
	padding: 15px 15px;
	background-color: #fff;
	position: relative;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-header-image {
	height: 50px;
    width: 50px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 999px;
    display: inline-block;
}

.whatsapp-header-content {
    line-height: 18px;
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #a4a4a4;
    font-weight: 400;
    position: relative;

}

.whatsapp-header-content .whatsapp-name {
	color: #000;
	font-weight: 600;
	margin-bottom: 2px !important;
}

.whatsapp-header-content p {
	margin-bottom: 0;
}

.whatsapp-header-content .whatsapp-close {
	font-size: 24px;
	right: 0;
	cursor: pointer;
}

.whatsapp-main {
	padding: 20px 15px 15px 15px;
	position: relative;
	z-index: 99999;
}

.whatsapp-main .whatsapp-message {
	padding: 3px 10px 3px 10px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	max-width: 80%;
	margin-bottom: 10px;
	display: inline-block;
}

.whatsapp-main .whatsapp-message:last-child {
	margin-bottom: 0;
}

.whatsapp-footer {
	padding: 0 20px 20px 20px;
}

.whatsapp-footer .btn-whatsapp {
	padding: 12px 25px 12px 52px;
	border-radius: 999px;
	background-color: #29A71A;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	position: relative;
	font-weight: 500;
}

.whatsapp-footer .btn-whatsapp i {
	font-size: 22px;
	position: absolute;
	left: 25px;
	top: 13px;
}

.whatsapp-footer .btn-whatsapp:hover {
	background-color: #27c116;
}

.absolute {
	position: absolute;
}

label {
	margin-bottom: 0;
	font-size:15px;
}

.whitepaper-image {
	margin: auto auto 50px auto;
    max-width: 350px;
}

.letterspace {
	letter-spacing: .05em;
}

.txt-outline {
	-webkit-text-stroke: 2px #000;
	color: transparent;
}

.outline-white {
	-webkit-text-stroke: 2px #fff;
}

.domein-block {
	padding: 15px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	margin-top: 30px;
}

pre {
	background-color: #2d313d;
	color: #fff;
	border-radius: 10px;
	padding: 20px 25px;
	border: 1px solid #000;
}

.buy-me-a-coffee {
	border-radius: 999px;
	display: inline-block;
	padding: 20px 35px;
	background-color: #ebeff9;
	text-decoration: none;
	color: #000;
	border: 2px solid #000;
}

.buy-me-a-coffee .btn-right {
	width: 30px;
	height: 30px;
	background: #fd0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #000;
	float: right;
	margin-left: 15px;
	margin-top: 3px;
	border: 2px solid #000;
}

.buy-me-a-coffee:hover {
	text-decoration: none;
}

.buy-me-a-coffee img {
	width: 26px;
	margin-right: 10px;
}

.first-section-container {
	position: relative;
	z-index: 2;
}

.third-section-container {
	position: relative;
	z-index: 2;
}

.first-section-overlay {
	height: calc(100% + 25px);
	position: absolute;
	width: 50%;
	right: 0;
	top: 75px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	object-fit: cover;
}

.rating-stars {
	padding: 6px 12px;
	background-color: rgba(0,0,0,0.05);
	display: inline-block;
	border-radius: 6px;
	font-size: 14px;
}

.review-block-small {
	font-size: 16px;
	font-weight: 400;
}



.review-block-small p {
	margin-bottom: 0;
}

.job-item {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	font-size: 16px;
}

.job-items .job-item:last-child {
	border-bottom: 0 !important;
}

.job-item h3 {
	font-size: 19px;
	margin-bottom: 3px;
}

.job-item p {
	margin-bottom: 0;
}

.job-item-logo {
	width: 100px;
    margin-right: 25px;
    padding: 15px;
    background-color: #f6f8fd;
    min-height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #ebeff9;
}

.job-item-logo-nick {
	padding: 25px;
}

.job-item-logo img {
	width: 100%;
}

.job-item-content {
	width: calc(100% - 120px);
}

.bg-image {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.bg-cta-block {
	position: relative;
	min-height: 500px;
}

.bg-cta-block::before {
	content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 10%, rgba(0,0,0,0.8) 55%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.65) 100%);
}

.certificate-block {
	padding: 15px 25px;
    border: 1px solid #ebeff9;
    display: flex;
    border-radius: 5px;
    background-color: #f5f8fd;
    font-size: 16px;
}

.certificate-block strong {
	font-size: 19px;
}

.certificate-block-img {
	width: 75px;
	height: 75px;
	border-radius: 999px;
	background-color: #dae1ef;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate-block-img img {
	width: 45px;
}

.certificate-block-txt {
	width: calc(100% - 90px);
	display: flex;
	align-items: center;
}

.certificate-block p {
	margin-bottom: 0;
}

.white-block {
	background-color: #fff;
	padding: 50px 30px;
}

.white-block-min-height {
	min-height: 500px;
	padding: 75px 30px;
}

.job-item-date {
	color: #949494;
}

.news-image {
	height: 392px;
	width: 100%;
}

.dark-overlay {
	position: relative;
}

.dark-overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.news-image .inside {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 35px;
	display: flex;
	align-items: flex-end;
	z-index: 999;
	color: #fff;
}

.news-item {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 15px;
	display: flex;
	align-items: center;
	text-decoration: none !important;
	color: #000;
}

.news-item:last-child {
	border-bottom: 0;
}

.news-item p {
	margin-bottom: 0;
	font-size: 16px;
}

.news-item:hover {
	background-color: rgba(0,0,0,0.05);
}

.news-image-sm {
	width: 100px;
	height: 100px;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
}

.news-content {
	display: inline-block;
	width: calc(100% - 100px);
	padding: 0 20px;
}

.news-content p {
	max-height: 50px;
	overflow: hidden;
    line-height: 25px;
}

.news-extra .read-further {
	text-decoration: underline;
    color: #b1b7bb;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    float: right;
}

.news-extra .news-date {
    color: #b1b7bb;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    float: left;
}

.bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.half-white {
	position: relative;
}

.half-white::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 0;
}

.half-white  img {
	position: relative;
	z-index: 1;
}

.inhoudsopgave {
	padding: 40px 30px;
	margin-top: -170px;
	z-index: 1;
	font-size: 16px;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 92px;
}

.inhoudsopgave .inhoudsopgave-titel {
	margin-bottom: 20px;
	font-size: 20px;
}

.border-list li a {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
}

.border-list li a:hover {
	background-color: rgba(0,0,0,0.05);
}

.border-list li:last-of-type a {
	border-bottom: none;
}

.unstyle-ul {
	padding-left: 0;
	list-style: none;
}

.blogslider .owl-stage {
	display: flex;
}

.blogslider .owl-stage .owl-item {
	display: inherit;
}

.blog-content {
	padding-right: 60px;
}

.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content blockquote {
	color: rgba(0,0,0,0.7)
}

.tag {
	padding: 5px 15px;
	background-color: transparent;
	margin-right: 5px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.6);
	display: inline-block;
	text-decoration: none !important;
	border: 1px solid rgba(255,255,255,0.1);
	margin-top: 5px;
}

.news-tags .tag:last-child {
	margin-right: 0 !important;
}


.submit-wrap .nf-element:hover {
	background-color:#cb5cff !important;
	border-color: #cb5cff !important;
}

.noleft {
	padding-left: 0 !important;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	border: 1px solid #f1f0f0 !important;
}

.nf-error .nf-error-msg,
.nf-error-msg, .ninja-forms-req-symbol {
	color: #f6883a !important;
}

.nf-error.field-wrap .nf-field-element:after {
	background-color: #f6883a !important;
}

.nf-field .nf-error .nf-element {
	border-color: #f6883a !important;
}

.nf-error textarea {
	display: inherit;
}

.nf-form-content textarea {
	min-height: 125px;
}

.size-medium {
	border: 15px solid #ebeff9;
}

.nf-form-content {
	padding: 0 !important;
}

.nf-form-fields-required {
	display: none;
}

.contactblock {
	font-size: 16px !important;
}

.contactblock p {
	padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.bbgrey {
	border-bottom: 1px solid #eee;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.fakeicon {
	width: 14px;
	display: inline-block;
}

.global-menu__item {
	-webkit-text-stroke: 1px #fff !important;
	color: #000 !important;
	font-weight: 800 !important;
}

.global-menu__item:hover {
	text-decoration: none;
	color: #fff !important;
	transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
	-moz-transition: 0.2s !important;
	-o-transition: 0.2s !important;
}

.contactlink {
	color: #000;
	text-decoration: none !important;
}

.contactlink i {
	color: #3a77f6;
}

.gratisscanblock .btn-primary {
	width: 100%;
}

.contactblock {
	background-color: #ebeff9;
	padding: 50px 40px;
	border-radius: 15px;
	border: 1px solid #e3e8f3;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	background-color: #ebeff9 !important;
	border: 1px solid #e3e8f3 !important;
}

#mc_embed_signup {
	margin: auto !important;
	width: 600px !important;
	max-width: 100% !important
}

#mc_embed_signup h2 {
	font-size: 32px !important;
	font-family: helvetica-neue-lt-pro, sans-serif !important;
}

#mc_embed_signup label {
	font-family: helvetica-neue-lt-pro, sans-serif !important;
}

#mc_embed_signup .indicates-required {
	display: none !important;
}

#mc_embed_signup #mc-embedded-subscribe {
	padding: 14px 36px !important;
	background: #3a77f6 !important;
	border-color: #3a77f6 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 6px !important;
	height: auto !important;
	margin: 0 0 0 0 !important;
}

#mc_embed_signup input {
	height: 50px !important;
	padding: 12px !important;
	line-height: 24px !important;
	background-color: #ebeff9 !important;
	border: 1px solid #e3e8f3 !important;
}

#mc_embed_signup .brandingLogo {
	margin-bottom: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe:hover {
	background: #cb5cff !important;
	border-color: #cb5cff !important;
}

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	80% {
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	80% {
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		transform: scale(1.6);
	}
}

.contact-details {
	font-size: 18px !important;
	text-decoration: none !important;
	color: #fff!important;
	-webkit-text-stroke: 0 !important;
	text-align: right !important;
	margin-right: 15px !important;
	margin-bottom: 15px !important;
	margin-top: 25px !important;
	font-weight: 600 !important;
}

.inhoudsopgave-block {
	padding: 35px;
	background-color: #ebeff9;
	border-radius: 10px;
	font-size: 17px;
}

.inhoudsopgave-block ul {
	list-style: none;
	padding-left: 0;
}

.inhoudsopgave-block ul li {
	padding: 9px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.inhoudsopgave-block ul li:last-child {
	border-bottom: none;
}

.inhoudsopgave-block ul li ul {
	margin-top: 9px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.inhoudsopgave-block ul li ul li {
	padding: 9px 20px;
}

.inhoudsopgave-block ul li ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


.inhoudsopgave-block a {
	text-decoration: none;
}

.blogreeks {
	border: 2px solid #000;
	border-radius: 15px;
	padding: 50px;
	margin-top: 50px;
}

.blogreeks-item-container {
	display: flex;
	height: 100%;
	padding: 15px 0;
}

.blogreeks-number {
	width: 50px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.blogreeks-number-circle {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	border-radius: 100%;
	position: relative;
}

.blogreeks-item {
	width: calc(100% - 80px);
	padding: 7px 6px;
	background-color: #ffffff;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
}

.blogitem-in-reeks {
	text-decoration: none;
	color: #3a77f6;
}


.blogitem-in-reeks:hover,
.blogitem-in-reeks:focus,
.blogitem-in-reeks:active {
	text-decoration: none;
}

.bi-number {
	margin-right: 5px;
	color: #000;
}

.bi-title {
	color: #333;
	display: inline-block;
}

.current-blog-badge {
	padding: 3px 5px;
	border-radius: 5px;
	background-color: #000;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: -100px;
}

.positionrelative {
	position: relative;
}

.blogreeks-item:hover,
.blogreeks-item:active,
.blogreeks-item:focus {
	text-decoration: none;
	color: #000;
}

.blogreeks-item .block-left {
	width: calc(40% - 15px);
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.blogreeks-item .block-right {
	padding: 50px 50px 50px 20px;
	width: calc(60% - 15px);
	margin-left: 15px;
}

.blogreeks-image {
	width: 100%;
	min-height: 300px;
	height: 100%;
}

.first-circle::before {
	content: '';
	position: absolute;
	width: 2px;
	height: calc(50% + 15px);
	top: 50%;
	background-color: #000;
}

.last-circle::before {
	content: '';
	position: absolute;
	width: 2px;
	top: -15px;
	height: calc(50% + 15px);
	background-color: #000;
}

.nth-circle::before {
	content: '';
	position: absolute;
	width: 2px;
	height: calc(100% + 30px);
	background-color: #000;
}

.over-mij-first {
	height: 100%;
	min-height: 350px;
	border-radius: 10px;
}

.subreeks {
	margin-bottom: 20px;
}

.wpml-ls-legacy-list-horizontal {
	padding: 20px !important;
	border-top: 1px solid #ebeff9 !important;
	margin-bottom: 0 !important;
	background-color: #fff !important;
}

.otgs-development-site-front-end {
	display: none;
}

.wpml-ls-link {
	padding: 20px 38px !important;
	border-radius: 15px !important;
	background: transparent !important;
	margin: 0 5px;
}

.wpml-ls-link .wpml-ls-flag {
	display: none !important;
}

.wpml-ls-link .wpml-ls-native {
	margin-left: 0 !important;
}

.wpml-ls-statics-footer {
	background-color: #020a16 !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.wpml-ls-link:hover,
.wpml-ls-link:active,
.wpml-ls-link:focus {
	background-color: rgba(58, 119, 246, 0.15) !important;
	color: #3b78f6 !important;
}

.wpml-ls-statics-footer a,
.wpml-ls-statics-footer  .wpml-ls-sub-menu a,
.wpml-ls-statics-footer  .wpml-ls-sub-menu a:link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
	background: transparent;
	color: rgba(255,255,255,0.6);
	border: 1px solid rgba(255,255,255,0.1);
}

.wpml-ls-display {
	display: none;
}

.dienst-subblok {
	padding: 50px 40px;
	border-radius: 10px;
	height: 100%;
}

.dsb-item {
	max-width: 80px;
	width: 100%;
	margin-bottom: 25px;
}

.navbar-expand-lg .navbar-collapse {
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #3a77f6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.navbar .show {
    opacity: 1;
}

.menu__item-button {
	display: none !important;
}

/* BTN */
.SidebarCreate_anonButton-3Tlol {
	margin: 0 auto;
	width: calc(100% - 2.75rem);
	text-align: center;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	z-index: 2;
	overflow: hidden;
	padding: 3px;
}

.SidebarCreate_anonButton-3Tlol:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(
			115deg
			,#fff,#b9c7ef,#fff,#b9c7ef,#fff);
	background-size: 50% 100%;
}

.SidebarCreate_anonButton-3Tlol:hover:before {
	animation: SidebarCreate_rainbowSlide-2x8hR .75s linear infinite;
}

.SidebarCreate_anonButton-3Tlol span {
	position: relative;
	z-index: 2;
	padding: 14px 36px;
	font-size: 19px;
	font-weight: 600;
	align-items: center;
	background: #000;
	border-radius: 3px;
	display: block;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
}

.image-to-bottom {
	margin-top: 75px;
	margin-bottom: -75px;
}

.p-relative {
	position: relative;
}

.z-index-1 {
	z-index: 1;
}


.circle-0 {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 4px solid #dfe5f3;
	position: absolute;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	z-index: -1;
	opacity: 0.5;
}

.circle-1 {
	width: 300px;
	height: 300px;
	border-radius: 100%;
	border: 3.5px solid #dfe5f3;
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 150px);
	z-index: -1;
	opacity: 0.45;
}

.circle-2 {
	width: 400px;
	height: 400px;
	border-radius: 100%;
	border: 3px solid #e1e7f5;
	position: absolute;
	left: calc(50% - 200px);
	top: calc(50% - 200px);
	z-index: -1;
	opacity: 0.4;
}

.circle-3 {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	border: 2.5px solid #e3e9f6;
	position: absolute;
	left: calc(50% - 250px);
	top: calc(50% - 250px);
	z-index: -1;
	opacity: 0.35;
}

.circle-4 {
	width: 600px;
	height: 600px;
	border-radius: 100%;
	border: 2px solid #ebeff9;
	position: absolute;
	left: calc(50% - 300px);
	top: calc(50% - 300px);
	z-index: -1;
	opacity: 0.35;
}

.circle-5 {
	width: 700px;
	height: 700px;
	border-radius: 100%;
	border: 1.5px solid #ebeff9;
	position: absolute;
	left: calc(50% - 350px);
	top: calc(50% - 350px);
	z-index: -1;
	opacity: 0.35;
}

.bg-black .circle-0 {
	opacity: 0.2;
}

.bg-black .circle-1 {
	opacity: 0.175;
}

.bg-black .circle-2 {
	opacity: 0.15;
}

.bg-black .circle-3 {
	opacity: 0.125;
}

.bg-black .circle-4 {
	opacity: 0.1;
}

.bg-black .circle-5 {
	opacity: 0.075;
}

.nooverflow {
	overflow: hidden;
}

.bg-light .whitepaper-image {
	z-index: 2;
}

.bg-light .circle-0 {
	border: 4px solid #c2cce1;
	z-index: 0;
}

.bg-light .circle-1 {
	border: 3.5px solid #c2cce1;
	z-index: 0;
}

.bg-light .circle-2 {
	border: 3px solid #c2cce1;
	z-index: 0;
}

.bg-light .circle-3 {
	border: 2.5px solid #c2cce1;
	z-index: 0;
}

.bg-light .circle-4 {
	border: 2px solid #c2cce1;
	z-index: 0;
}

.bg-light .circle-5 {
	border: 1.5px solid #c2cce1;
	z-index: 0;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {			margin-bottom: 3px !important;
}

.nf-field-label label,
.nf-error-wrap {
	font-size: 16px !important;
}

blockquote {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 15px;
}

.indent-1 {
  padding: 0;
}
.indent-2 {
  padding: 0 30px;
}
.indent-3 {
  padding: 0 60px;
}
.indent-4 {
	padding: 0 90px;
}

tr td {
	border: 1px solid #d9dfec;
	padding: 5px;
	background-color: #ebeff9;
}

tr:first-child td {
	background-color: #d9dfec;
	border: 1px solid #b8c0d0;
}

.red-td {
	background-color: #f7e5e5;
	border: 1px solid #efd4d4;
}

.blue-td {
	background-color: #f7f0e5;
	border: 1px solid #efe6d4;
}

blockquote {
	color: #000;
	font-size: 14px;
	font-family: monospace;
}

.card {
	color: #4c4c4c !important;
}

.card .card-header {
	color: #4c4c4c !important;
	padding: 15px 15px;
}

.card .card-body {
	padding: 0 15px 15px 15px;
	color: #b7b7b7;
	font-size: 16px;
}

.card .card-header .btn-link {
	color: #fff !important;
}

.card .card-header .btn-block {
	color: #fff !important;
	font-size: 19px;
}

table {
	font-size: 14px;
	width: 100%;
}

.card {
	border: 1px solid #d9dfec;
}

.card-header {
	background-color: #ebeff9;
}

.card-body p {
	margin-bottom: 0;
}

.opmerking {
	padding: 5px;
	border: 1px solid rgba(238, 0, 0, 0.5);
	border-radius: 3px;
	color: #ee0000;
	background-color: #f3e0e0;
}

.ecommerce-event {
	padding-bottom: 25px;
}

.nf-form-content .submit-wrap .nf-element {
	padding: 14px 36px !important;
	height: auto !important;
	background-color: #3a77f6 !important;
	font-size: 19px !important;
	font-weight: 600 !important;
	border: 0 #3a77f6 !important;
	color: #f7f7f7 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 15px !important;
}

.nf-pass.field-wrap .nf-field-element:after {
	color: #4d4d4d !important;
}

.nf-form-content .submit-wrap .nf-element:hover {
	background-color:#cb5cff !important;
	border-color: #cb5cff !important;
}

.contact-option-block {
	padding: 20px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-bottom: 5px;
}

.cob-image {
	max-width: 40px;
	width: 100%;
}

.cob-content {
	width: 100%;
	max-width: calc(100% - 50px);
	padding-left: 15px;
}

.zuume {
	font-family: helvetica-neue-lt-pro, sans-serif !important;
}

.italic {
	font-style: italic;
}

.big-h1 {
	font-weight: 900;
	font-size: 60px !important;
	line-height: 1;
}

.big-h1 h1 {
	font-weight: 900;
	font-size: 60px !important;
	line-height: 1;
}

.rounded-top {
	height: 50px;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    margin-top: -50px;
    position: relative;
    z-index: 999;
}

.bg-dark {
	background-color: #020a16 !important;
	color: #fff;
}

.normal-h1 {
	font-weight: 900;
	font-size: 50px !important;
	line-height: 1;
	letter-spacing: 0.025em;
}

.normal-h1 h1 {
	font-weight: 900;
	font-size: 50px !important;
	line-height: 1;
}

.borderbot1 {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.members-block-inside {
	padding: 100px 75px;
}

.cta-block-inside {
	padding: 75px 75px;
}

.mb-100 {
	margin-bottom: 100px;
}

.info-block p {
	color: #b7b7b7;
}

.info-block-image {
	height: 300px;
	border-radius: 30px;
	overflow: hidden;
}

.bg-dark .card {
	background-color: transparent !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.bg-dark .card:last-child {
	border-bottom: none !important;
}

.bg-dark .card-header {
	background-color: transparent !important;
}

.bg-dark .card .card-header .btn-block {
	color: #fff !important;
	padding: 0 !important;
}

.br-30 {
	border-radius: 30px;
}

.border-1 {
	border: 1px solid rgba(255,255,255,0.1);
}

.logoslider .owl-controls {
	display: none !important;
}

.logoslider-4 .owl-controls {
	display: none !important;
}

.logoslider-container h3 {
	font-size: 18px;
	font-weight: 600;
}

.logoslider .owl-item {

}

.home-section {
	position: relative;
	padding: 224px 0 210px;
	margin-top: -94px;
}

.home-section-right-side {
	width: 45%;
	max-width: 600px;
	position: absolute;
	height: 100%;
	top: 100px;
	right: 0;
}

.hsrs-item {
	height: 125px;
	background-size: cover !important;
	background-position: center left !important;
	background-repeat: no-repeat !important;
	border-radius: 15px;
	margin-bottom: 30px;
}

.hsrs-small-item-img {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	width: 250%;
}

.giphy {
	background-clip: text;
	-webkit-background-clip: text;
	background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeGgzNnh0MXN0MmRqb2IyMWZvYzdkZWI4MmtqNnZ5N2VxZXJ3d2RveSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/bVpEhRITfLd72/giphy.gif);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
	position: relative;
}

.home-section p {
	color: #b7b7b7;
	font-size: 20px;
	line-height: 1.8;
}

.grey-p {
	color: #b7b7b7;
	font-size: 20px;
	line-height: 1.8;
}

.width80percent {
	width: 87%;
}

.submenu {
	width: 100%;
	position: absolute;
	top: 94px;
	left: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;

	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.show-submenu {
	opacity: 1;
	height: auto;
	background-color: #000;
	padding: 50px 0 60px 0;
}

.submenu-inner a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 50px 30px;
	border-radius: 15px;
}

.submenu-block-visual {
	padding: 30px;
	border-radius: 999px;
	min-height: 100px;
	width: 100px;
	margin: auto;
}

.submenu-block-text .strong {
	clear: both;
	display: block;
}



.sb-dc:hover {
	background-color: rgba(58, 119, 246, 0.15);
}

.sb-dc .submenu-block-visual {
	background-color: #3b78f6;
}

.sb-sea:hover {
	background-color: rgba(199, 58, 246, 0.15);
}

.sb-sea .submenu-block-visual {
	background-color: #cb5cff;
}

.sb-ae:hover {
	background-color: rgba(105, 246, 58, 0.15);
}

.sb-ae .submenu-block-visual {
	background-color: #48f63c;
}


.wrap-height-auto {
	min-height: 200px;
}

.news-block:hover .more-button {
	background-color: #0e2555 !important;
}

.news-tags .tag:hover {
	background-color: #3b78f6;
	color: #fff;
}

.news-tags .tag:hover {
	background-color: #3b78f6;
	color: #fff;
}

.blog-cta {
	background-color: #000;
	color: #fff;
	border-radius: 15px;
	padding: 50px;
	margin-top: 25px;
}

.search-ads-certification {
	padding: 10px;
	background-color: #fff;
	border-radius: 15px;
	max-width: 110px;
	max-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.search-ads-certification img {
	width: 100%;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background-color: #000 !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	border-radius: 0 !important;
}

.nf-pass .ninja-forms-field {
	border-color: #4d4d4d !important;
}

.maillink {
	padding: 14px 36px;
	display: inline-block;
	border-radius: 15px;
	text-decoration: none;
	margin-bottom: 15px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.6);
}

.maillink:hover {
	background-color: rgba(58, 119, 246, 0.15);
	color: #3a77f6;
	text-decoration: none;
}

.phonelink {
	padding: 14px 36px;
	display: inline-block;
	border-radius: 15px;
	text-decoration: none;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.6);
}

.phonelink:hover {
	background-color: rgba(199, 58, 246, 0.15);
	color: #cb5cff;
	text-decoration: none;
}

.bg-full-dark {
	background-color: #000;
}

.ring-container {
	position: relative;
	display: block;
	margin-right: 35px;
}

.circle {
	width: 11px;
	height: 11px;
	background-color: #3b78f6;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 7px;
}

.z-index-1 {
	z-index: 1 !important;
}

.z-index-2 {
	z-index: 2 !important;
}

.overflow-hidden {
	overflow: hidden;
}

.ringring {
	border: 3px solid #3b78f6;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 4px;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0
}
@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.txt-green {
	color: #fff;
}

.txt-light {
	color: #b7b7b7;
}

.hire-me {
	border: 1px solid rgba(255,255,255,0.1);
}

.code-container {
	position: relative;
}

.copy-button {
	position: absolute;
	top: 6px;
	right: 6px;
	background-color: #181b24;
	font-size: 12px;
	color: #95989f;
	border: 1px solid #181b24;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}

.copy-button:hover {
	color: #fff;
	border: 1px solid #383d4d;
}

.klant-img {
	width: 100%;
}

.wpml-ls-statics-footer {
	display: none !important;
	border-bottom: 0;
}

@keyframes SidebarCreate_rainbowSlide-2x8hR{to{transform:translateX(-50%)}}


/* @MEDIA CSS */
/* MIN WIDTH*/
@media (min-width: 768px) {
	.whatsapp-button {
		display: none !important;
	}

	.image-to-bottom {
		height: auto;
		width: auto;
		display: block;
		position: absolute;
		bottom: -75px;
		left: 0;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		max-height: calc(100% + 75px);
	}

	.submenu-block-visual {
		margin: 0 auto 15px auto;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
}

/* MAX WIDTH */


@media (max-width: 767px) {
	.first-section-overlay {
		display: none;
	}

	.image-to-bottom {
		margin-bottom: -50px !important;
		max-width: 70%;
		margin-top: 30px;
	}

	.white-block, .certificate-block {
		margin-bottom: 15px;
	}

	body,
	.news-block-main,
	.news-block-main .read {
		font-size: 17px !important;
	}

	.news-block-main {
		padding: 225px 20px 30px 20px;
	}

	.blog-content {
		padding-right: 15px;
	}

	.blog h2,
	.blog h3 {
		line-height: 1.5;
	}

	.h1 span {
		padding: 0;
	}

	.image-container-h {
		padding-top: 100px;
		padding-bottom: 125px;
	}

	.header-image-big .contact-image-container-h {
		padding-top: 150px !important;
	}

	.contact-image-container-h {
		padding-top: 75px !important;
		padding-bottom: 60px !important;
	}

	.header-image-big .fdc-image-container-h {
		padding-top: 100px !important;
	}

	.icon-block {
		padding: 40px 30px;
		text-decoration: none !important;
		margin-top: 10px;
		background-color: #e2e7f3;
		color: #040f1b;
	}

	.icon-block .btn-primary {
		opacity: 1;
	}

	.owl-carousel {
		padding: 0 30px;
	}

	body {
		padding-top: 58px;
	}

	.topbar {
		font-size: 16px;
	}

	.section {
		padding: 50px 0;
	}

	.padbot {
		padding-bottom: 50px;
	}

	.demo-3 {
		height: 78px;
		padding: 0;
	}

	.logo img {
		height: 64px;
		max-width: calc(100% - 25px);
	}

	.about-me-caption {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}

	.foto-nick {
		width: 70%;
		padding-bottom: 70%;
		height: auto;
		border-radius: 100%;
		margin-bottom: 25px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.dark-overlay:before {
		opacity: 0 !important;
	}

	.blogslider .owl-nav .owl-next,
	.blogslider .owl-nav .owl-prev {
		bottom: -75px;
		top: auto !important;
	}

	.blogslider .owl-nav .owl-next {
		right: calc(50% - 55px) !important;
		left: auto !important;
	}

	.blogslider .owl-nav .owl-prev {
		right: auto !important;
		left: calc(50% - 55px) !important;
	}

	.blogslider {
		margin-bottom: 100px;
	}

	.global-menu__item {
		font-size: 32px !important;
	}

	.global-menu {
		padding-top: 100px !important;
		height: calc(100vh - 100px) !important;
		align-items: start !important;
	}

	.bg-cta-block {
		min-height: 400px;
	}

	.padtoplarge {
		padding-top: 75px;
	}

	.submenu-inner a {
		padding: 30px 30px;
	}

	.submenu-block {
		margin-bottom: 15px;
	}

	.main-menu .txt-white {
		padding: 8px 15px;
	}

	.home-section p {
		font-size: 17px;
	}

	.wpml-ls-statics-footer .wpml-ls-current-language > a,
	.wpml-ls-statics-footer a,
	.wpml-ls-statics-footer .wpml-ls-sub-menu a,
	.wpml-ls-statics-footer .wpml-ls-sub-menu a:link,
	.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link,
	.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link{
		color: #8a8a8a !important;
		border: 1px solid rgba(255,255,255,0.3);
	}

	.gratisscanblock {
		border: 1px solid rgba(255,255,255,0.3);
	}

	.submenu-inner a {
		padding: 10px 20px !important;
	}

	.submenu-block-visual {
		padding: 21px;
		min-height: 75px;
		width: 75px;
	}
}

@media (max-width: 768px) {
	.conttotop {
		display: flex !important;
	}

	.inhoud {
		padding-right: 15px;
	}

	.gratisscanblock {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.blogreeks-item .block-left {
		width: 100%;
		margin-right: 0;
	}

	.blogreeks-item .block-right {
		width: 100%;
		margin-left: 0;
		padding: 35px 15px 35px 15px;
	}

	.blogreeks-image {
		min-height: 200px;
	}

	.blogreeks-number {
		width: 40px;
		margin-right: 10px;
	}

	.blogreeks-number-circle {
		width: 40px;
		height: 40px;
	}

	.blogreeks-item {
		width: calc(100% - 50px);
	}

	.menu__item-button {
		display: block !important;
		-webkit-text-stroke: 0 !important;
		margin-top: 30px !important;
	}

	.menu__item-button .btn:first-child {
		margin-left: 0 !important;
	}

	.submenu {
		top: 78px !important;
	}

	.h78px {
		height: 78px !important;
	}
}

@media (max-width: 1228px) {
	.big-h1 h1 {
		font-size: 60px !important;
	}

	.header-image-big .big-h1 h1 {
		font-size: 60px !important;
	}

	.header-image-big .normal-h1 h1 {
		font-size: 60px !important;
	}
}

@media (max-width: 881px) {
	.h78px {
		height: 64px;
	}
}

/* MD */
@media (max-width: 992px) {
	.navbar-collapse {
		position: absolute;
		top: 81px;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		left: 0;
	}

	/*.dcbadgecontainer {*/
	/*	overflow: hidden;*/
	/*}*/

	/*.dcbadge {*/
	/*	display: none;*/
	/*}*/

	.nav-link {
		padding: 15px 20px 15px 20px !important;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		font-size: 19px;
	}

	.dropdown-toggle {
		position: relative;
	}

	.dropdown-toggle span {
		position: absolute;
		right: 20px;
		top: calc(50% - 13px);
		display: inline-block;
		color: #fff;
		padding: 6px 8px 4px 8px;
		background-color: #222;
		border-radius: 999px;
	}

	.dropdown-menu {
		padding: 0;
	}

	.dropdown-menu .nav-item {
		background-color: #fff;
	}

	.dropdown-menu .nav-item .nav-link {
		color: #fff;
		padding-left: 40px !important;
	}

	.inhoudsopgave {
		margin-top: 0;
	}

	.d-none {
		display: none !important;
	}

	.news-block-header {
		min-height: 200px;
		max-height: 200px;
	}

	.news-block-header .overlay-caption {
		display: none;
	}

	.header-image-sec-2:after {
		display: none;
	}

	.header-image-sec-2 section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.conttotop {
		margin-top: -50px;
	}

	.global-menu__item {
		-webkit-text-stroke: 0 !important;
		color: #fff !important;
	}

	.header-image-big .big-h1 h1 {
		font-size: 75px !important;
	}

	.header-image-big .normal-h1 h1 {
		font-size: 65px !important;
	}
}

@media (max-width: 1440px) {
	.container {
		max-width: 1300px;
	}
}

@media (min-width: 2000px) {
	.home-section-right-side {
		width: 45%;
		left: 55vw;
		right: unset;
	}

	.hsrs-small-item-img {
		border-top-right-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		width: calc(250% + 35px) !important;
	}
}

@media (max-width: 576px) {
	.klant-item .border3 {
		padding: 20px 50px;
	}

	h1, .h1-white {
		font-size: 32px;
	}

	.scan-container h1 {
		font-size: 32px;
		margin-right: 20px;
		margin-left: 20px;
	}

	.image-container-h .h1, .image-container-h h1 {
		font-size: 32px;
	}

	.conttotop .image-to-bottom {
		margin-left: 11%;
	}

	.bg-cta-block .btn-primary {
		width: 100%;
	}

	.bg-cta-block .btn-default {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.submit-wrap .ninja-forms-field {
		width: 100% !important;
	}

	.menu__item-button .btn {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.big-h1 h1 {
		font-size: 65px !important;
	}

	.wrap-height-auto {
		min-height: 130px;
	}

	.home-section .btn-primary {
		width: 100%;
	}

	.home-section .btn-default {
		width: 100%;
		margin-left: 0;
	}
}

:root{
  --bg0:#05070c;
  --bg1:#071326;
  --blue:#0b3a8a;
  --teal:#0a5f6c;
}

.hero{
  min-height: 70vh;
  position: relative;
  overflow: hidden;
  background: var(--bg0);
}

.hero::before{
  content:"";
  position:absolute; inset:-12%;
  background:
    radial-gradient(1200px 700px at 85% 20%, rgba(11,131,213,.95), transparent 60%),
    radial-gradient(900px 650px at 30% 85%, rgba(11,131,213,.90), transparent 62%),
    radial-gradient(900px 700px at 55% 45%, rgba(11,131,213,.75), transparent 70%),
    linear-gradient(180deg, rgba(0,0,0,.85), rgba(0,0,0,.55) 45%, rgba(0,0,0,.85));
  transform: translateZ(0);
}

/* distorted + grain overlay (cheap: just filters a duplicate layer) */
.hero::after{
  content:"";
  position:absolute; inset:-12%;
  background: inherit;           /* duplicates ::before’s gradients via element bg */
  background-image: none;        /* (we’ll explicitly re-use the same gradients) */
  background:
    radial-gradient(1200px 700px at 85% 20%, rgba(11,131,213,.95), transparent 60%),
    radial-gradient(900px 650px at 30% 85%, rgba(11,131,213,.90), transparent 62%),
    radial-gradient(900px 700px at 55% 45%, rgba(11,131,213,.75), transparent 70%),
    linear-gradient(180deg, rgba(0,0,0,.85), rgba(0,0,0,.55) 45%, rgba(0,0,0,.85));
  filter: url(#oceanic);
  opacity: .55;
  mix-blend-mode: screen;        /* gives that bright “digital” bloom */
  transform: translateZ(0);
  pointer-events:none;
}

/* keep SVG defs out of layout */
.fx{ position:absolute; width:0; height:0; }