@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700);

:root {
	--maincolor: #423e37ff;
	--color2: #e3b23cff;
	/* --goud: #C88C00; */
	/* --goud: #AB9743; */
	--goud: #B8860B;
	--bruin: #5A3214;
	--donker: #1C1C1C;
	--wit: #F8F8F8
}

html {
	overflow-x: hidden
}

body {
	line-height: 1.6;
	font-family: Rubik,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #6f8ba4;
	font-weight: 400;
	background-color: #faf5e6
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: Montserrat,sans-serif;
	font-weight: 900;
	color: var(--goud)
}


.h1,h1 {
	font-size: 2.5rem;
}

.h2,h2 {
	font-size: 44px;
	line-height: 1.3
}

.h3,h3 {
	font-size: 1.5rem
}

.h4,h4 {
	font-size: 1.3rem;
	line-height: 30px
}

.h5,h5 {
	font-size: 1.25rem;
	font-weight: 400
}

.h6,h6 {
	font-size: 1rem
}

p {
	line-height: 30px
}

.btn {
	display: inline-block;
	font-size: 14px;
	font-size: .8125rem;
	font-weight: 500;
	letter-spacing: .5px;
	padding: .7rem 2rem;
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid transparent;
	transition: all .35s ease;
	cursor: pointer
}

.btn.btn-icon i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px
}

.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn-main {
	background: var(--maincolor);
	color: var(--color2);
	border-color: var(--maincolor)
}

.btn-main:hover {
	color: var(--maincolor);
	background: 0 0
}

.btn-solid-border {
	border: 2px solid var(--maincolor);
	background: 0 0;
	color: var(--goud)
}

.btn-solid-border:hover {
	border: 2px solid var(--maincolor);
	color: var(--color2);
	background: var(--maincolor)
}

.btn-round {
	border-radius: 4px
}

.btn-round-full {
	border-radius: 50px
}

.btn:active:focus,.btn:focus {
	outline: 0
}

.section {
	padding: 80px 0
}

.text-sm {
	font-size: 14px
}

.text-md {
	font-size: 1.75rem;
	font-weight: 700
}

.text-large {
	font-size: 2rem;
}
a {
	color: var(--goud);
	text-decoration: none;
	display: inline-block;
	transition: .3s
}

a:focus,a:hover {
	color: var(--maincolor);
	text-decoration: none
}

a:focus {
	outline: 0
}

@media (max-width:575px) {
	.h2,h2 {
		font-size: 1.8rem;
		line-height: 42px
	}
}

@media screen and (min-width:1216px) {
	.container:not(.is-max-desktop) {
		max-width: 1140px
	}
}

@media (max-width:1023px) {
	.container {
		max-width: 765px
	}
}

@media (max-width:768px) {
	.container {
		max-width: 540px
	}
}

.container {
	padding-left: 15px;
	padding-right: 15px
}

.heading {
	display: block;
	font-size: unset;
	letter-spacing: unset;
	margin-bottom: 5px;
	text-transform: unset
}

.column {
	padding: 15px
}

.columns {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px
}

.columns:last-child {
	margin-bottom: -15px
}

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

.list-inline .list-inline-item {
	display: inline-block
}

.list-inline .list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.w-100 {
	width: 100%
}

.ml-auto {
	margin-left: auto!important
}

.bg-light {
	background-color: #f8f9fa
}

.navigation .btn {
	box-shadow: none
}

@media (max-width:1023px) {
	.navbar-brand .navbar-item {
		padding-left: 0
	}
}

.navbar-brand .navbar-item img {
	max-height: unset;
}

.navbar-brand .navbar-item img {
	max-height: 100px;
	align-items: center;
}

.navbar-burger {
	height: 3rem;
	width: 3rem;
	border: 0;
	margin-top: 5px;
	outline: 0!important
}

.navbar-burger:hover {
	background-color: var(--color2)!important
}

.navbar {
	background-color: transparent
}

@media (max-width:1023px) {
	.navbar-menu {
		text-align: center;
		padding-top: 1rem;
		padding-bottom: 1.3rem
	}

	.navbar-menu .navbar-start>.navbar-item {
		padding: 0!important
	}
}

#navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5658
}

#navbar .navbar-link {
	padding-left: 26px;
	font-weight: 500;
	color: var(--goud);
	font-family: Rubik,sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	padding: 8px!important;
	transition: all .25s ease
}

#navbar .navbar-link:hover {
	color: var(--maincolor)!important;
	background-color: transparent!important
}

.navbar-brand {
	font-weight: 600
}

.navbar-link::after {
	display: none!important
}

#navbar.nav-text-white .navbar-brand,#navbar.nav-text-white .navbar-link {
	color: var(--color2)
}

@media (max-width:1023px) {
	#navbar.nav-text-white .navbar-brand,#navbar.nav-text-white .navbar-link {
		color: #000
	}
}


.banner {
	position: relative;
	overflow: hidden;
	background: var(--color2);
	background: url(../images/bg/profielfoto.webp) no-repeat 70% 65%;
	background-size: cover;
	padding: 60px 0 60px 0;
}


@media (max-width:575px) {
	.banner {
		padding: 80px 0
	}
}

.banner .block {
	padding-top: 120px
}

@media (max-width:575px) {
	.banner .block {
		padding-top: 100px
	}
}

.banner .block h1 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -1.2px;
	text-transform: capitalize
}

.letter-spacing {
	letter-spacing: 2px
}

.text-color {
	color: var(--maincolor)
}

/* @media (max-width:1215px) {
	.banner {
		background: var(--wit) !important
	}
} */

@media (max-width:1023px) {
	.banner {
		background: var(--wit) !important
	}
}

@media (max-width:768px) {
	.banner .block h1 {
		font-size: 56px;
		line-height: 70px
	}

	.banner {
		background: var(--wit) !important
	}
}

@media (max-width:575px) {
	.banner .block h1 {
		font-size: 38px;
		line-height: 50px
	}

	.banner {
		background: var(--wit) !important
	}
}

@media (max-width:400px) {
	.banner .block h1 {
		font-size: 28px;
		line-height: 40px
	}

	.banner {
		background: var(--wit) !important
	}
}

.about-item i {
	font-size: 50px
}

.about-item a {
	color: var(--maincolor);
	font-weight: 500
}

.about-item .icon {
	float: left;
	height: unset;
	width: unset
}

.about-item .content {
	padding-left: 80px
}

.process {
	position: relative
}

.icon-block {
	padding: 50px 40px;
	background: #f7f7f7;
	border-radius: 10px;
	box-shadow: 0 0 40px 0 rgba(85,128,255,.2)
}

.icon-block i {
	font-size: 35px;
	background: var(--wit);
	width: 70px;
	height: 70px;
	text-align: center;
	padding-top: 16px;
	border-radius: 10px;
	display: inline-block;
	color: var(--maincolor)
}

.icon-block h5 {
	margin-top: 25px;
	margin-bottom: 15px
}

.icon-block p {
	margin-bottom: 0
}

.feature-list ul li {
	margin-bottom: 15px;
	color: var(--goud)
}

.feature-list ul li i {
	color: var(--bruin)
}

.video-img {
	position: relative
}

.mt-30 {
	margin-top: 30px
}

@media (max-width:768px) {
	.custom-grid .mt-30 {
		margin-top: 0!important
	}

	.custom-grid .pb-0 {
		padding-bottom: 15px!important
	}

	.custom-grid .pt-0 {
		padding-top: 15px!important
	}
}

.feature {
	background: linear-gradient(to bottom,#05a5f9,#10dab7)
}

.feature-block {
	background: var(--color2);
	padding: 30px;
	text-align: center
}

.feature-block i {
	font-size: 40px
}

.feature-block h5 {
	margin-top: 20px
}

.counter {
	background: var(--maincolor)
}

.counter .counter-item h2 {
	color: var(--color2)
}

.counter .counter-item p {
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0
}

.counter--style i {
	font-size: 40px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	color: #fafafa;
	background: var(--maincolor);
	display: inline-block;
	padding-top: 28px
}

.team-block img {
	border-radius: 5px
}

.service-item-list {
	padding: 15px 30px;
	background: var(--color2);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 5px;
	margin: 0 0 20px
}

.service-item-list i {
	font-size: 30px;
	line-height: 1.1;
	margin-right: 20px;
	float: left;
	color: var(--maincolor)
}

.service-item-list p {
	padding-left: 50px;
	line-height: 1.6;
	margin-bottom: 0;
	color: var(--goud)
}

.content-padding {
	padding: 100px 0
}

.service-img {
	padding-right: 20px
}

.service-img img {
	border-radius: 5px;
	box-shadow: 0 0 40px 0 rgba(85,128,255,.2)
}

.heading {
	margin-bottom: 90px
}

.case-content,.case-img {
	padding: 30px
}

@media (max-width:768px) {
	.case-content,.case-img {
		padding: 0
	}
}

.case-timeline {
	position: relative
}

@media (max-width:768px) {
	.case-timeline {
		margin-bottom: 60px
	}
}

.case-timeline-divider {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 0;
	width: 2px;
	height: auto;
	margin-left: -1px;
	background-color: #eee
}

.case-timeline-dot {
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	z-index: 1;
	content: " ";
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background-color: var(--color2);
	border-width: 5px;
	border-style: solid;
	border-radius: 50%
}

@media (max-width:575px) {
	.case-timeline-dot {
		display: none
	}

	.case-timeline-divider {
		display: none
	}
}

@media (max-width:400px) {
	.case-timeline-dot {
		display: none
	}

	.case-timeline-divider {
		display: none
	}
}

@media (max-width:768px) {
	.case-timeline-dot {
		display: none
	}

	.case-timeline-divider {
		display: none
	}
}

@media (max-width:1023px) {
	.case-timeline-dot {
		display: none
	}

	.case-timeline-divider {
		display: none
	}
}

.foto-banner {
	background: url(../images/bg/foto-banner.webp) no-repeat;
	background-size: cover;
	background-position: 10% 50%;
	position: relative;
	height: 400px
}

@media (max-width:575px) {
	.foto-banner {
		display: none
	}
}

.mb-30 {
	margin-bottom: 30px
}

.pricing-block {
	padding: 20px 0 20px 0;
	border-top: 7px solid var(--maincolor);
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border: 0
}

.pricing-block .price-header {
	padding: 30px 0;
}

.pricing-block .price-header h2 {
	font-weight: 700;
	margin: 15px 0
}

.pricing-block .price-body {
	padding: 30px;
	border-top: 2px solid rgba(0,0,0,.06);
	border-bottom: 2px solid rgba(0,0,0,.06);
	margin-bottom: 30px
}

.pricing-block .price-body ul li {
	padding: 5px 0
}


.pricing-block .price-footer {
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 2px solid rgba(0,0,0,.06);
}

.google-map {
	position: relative
}

.google-map #map {
	width: 100%;
	height: 450px
}

.mt-90 {
	margin-top: 90px
}

.comments-section {
	margin-top: 35px
}

.author-about {
	margin-top: 40px
}

.footer {
	padding-bottom: 10px;
	background: #000
}

.footer .copyright a {
	font-weight: 600
}

.lh-30 {
	line-height: 30px
}

.widget{
	font-family: Montserrat,sans-serif;
}

.widget h4 {
	color: var(--color2);
	font-weight: 600
}

.widget a {
	font-size: 0.875rem;
	color: rgba(255,255,255,.7)
}

.widget a:hover {
	color: var(--maincolor)
}

.widget p  {
	font-size: 0.875rem;
	color: rgba(255,255,255,.7);
	font-weight: 100
}

.footer-btm {
	border-top: 1px solid rgba(255,255,255,.06)
}

.footer-socials li a {
	margin-right: 7px
}

.copyright {
	color: rgba(255,255,255,.7)
}

.copyright a {
	color: rgba(255,255,255,.8)
}

.copyright a:hover {
	color: var(--maincolor)
}

.widget-contact h6 {
	font-weight: 500;
	margin-bottom: 18px
}

.widget-contact h6 i {
	color: var(--maincolor)
}

.vlabel-logo {
	margin: 10px
}

.wit {
	background-color: var(--wit)!important
}

.opsomming {
	font-size: 6rem;
	text-align: center;
	font-weight: lighter
}

@media (max-width:1023px) {
	.opsomming {
		display: none;
	}
}

.over-img {
	max-height: 100%;
	max-width: 100%
}

.over-img img {
	max-height: 500px;
	width: auto
}

.over-contact {
	padding-left: 100px
}

.over-titels {
	color: var(--bruin);
	font-weight: bolder
}

.google-map {
	position: relative;
	overflow: hidden;
	padding-left: 30px
}

.google-map iframe {
	width: 100%;
	height: 600px;
	border: none
}

.no-top-padding {
	padding-top: 0px;
}
.no-bottom-padding {
	padding-bottom: 0px;
}


.nav-toggle {
    display: none;
}

.navbar-burger {
    display: none;
    cursor: pointer;
    height: 3.25rem;
    width: 3.25rem;
    position: relative;
    border: none;
    background: none;
    padding: 0;
}

.navbar-burger span {
    background-color: #4a4a4a;
    display: block;
    height: 2px;
    width: 24px;
    position: absolute;
    left: calc(50% - 12px);
    transition: all 0.3s ease-out;
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 8px);
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 6px);
}

@media screen and (max-width: 768px) {
    .navbar-burger {
        display: block;
    }

    .navbar-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .navbar-start,
    .navbar-end {
        flex-direction: column;
        width: 100%;
    }

    .navbar-item {
        padding: 0.5rem 0;
    }

    /* Show menu when checkbox is checked */
    .nav-toggle:checked ~ .navbar-menu {
        display: block;
    }

    /* Burger animation when menu is open */
    .nav-toggle:checked ~ .navbar-brand .navbar-burger span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-toggle:checked ~ .navbar-brand .navbar-burger span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked ~ .navbar-brand .navbar-burger span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}