﻿
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --primary: #D2642C;
    --primary-hover: #E55810;
    --secondary: #7AABBC;
    --secondary-hover: #1F748F;
    --lightblue: #e8f2f5;
    --darkblue: #23819f;
    --darkblue-hover: #1F748F;
    --color: #23819F;
    --white: #ffffff;
    --heading-font-family: "Abhaya Libre", serif;
    --base-font-family: "Source Sans 3", sans-serif;
    --bs-body-font-size: 18px;
}

body {
    
    font-size: var(--bs-body-font-size);
    color: var(--color);
    overflow-x: hidden;
    font-weight: 400;
    font-family: var(--base-font-family);
    background: var(--white);
    
}

.wp-block-button__link{
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: var(--primary);
    border: none;
    color: var(--white);
    padding: 0px 15px 0px 20px;
    font-family: 'Roboto';
    line-height: 45px;
    border-radius: 4px;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    transition: all 0.25s;
}
.wp-block-button__link::after {
    content: '';
    background-image: url(../img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    width: 16px;
    height: 10px;
    display: inline-flex;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    color: var(--white);
    transform: scale(1.1);
}
.wp-block-buttons{
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.wp-block-page-list{
    color: var(--color);
}
.wp-block-page-list li a{
    color: var(--color);
    position: relative;
    overflow: hidden;
}
.wp-block-page-list li a::after {
    content: '';
    background: var(--color);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    transition: all .3s;
}
.wp-block-page-list li a:hover::after {
    width: 100%;
}


.gform_confirmation_message {
    background: var(--white);
    padding: 2rem;
    border-radius: 0;
}
.gform_wrapper .gfield_label.gform-field-label {
    font-weight: 700 !important;
    font-size: 1em !important;
    color: var(--color) !important;
}
.gfield_required.gfield_required_text{
    font-size: 1em !important;
    color: var(--color) !important;
}
.gform_wrapper .gform_fields {
    --gf-form-gap-x: 2rem;
    --gf-form-gap-y: 1em;
}
.ginput_address_city.gform-grid-col {
    width: 100%;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    --gf-local-outline-color: var(--primary) !important;
    --gf-ctrl-choice-check-color: var(--white) !important;
    --gf-ctrl-label-color-req: var(--primary) !important;
    --gf-ctrl-label-color-secondary: var(--color) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 1em !important;
    /* padding: 15px 15px !important; */
    /* min-height: 48px !important; */
    /* min-height: 50px !important; */
    border-color: var(--white) !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background: var(--primary) !important;
    color: var(--white) !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    border-radius: 2px !important;
}
/* placeholder color */
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .chosen-choices .search-field input::placeholder,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .chosen-single-text::placeholder,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder {
    color: var(--color) !important;
    opacity: 0.6 !important;
    font-style: italic !important;
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    color: var(--color) !important;
    font-size: 1rem !important;
}
.gform_required_legend {
    font-size: 1rem !important;
}
.gform-footer.gform_footer.top_label{
    margin-top: 30px !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    min-height: 10px !important;
    padding: 0 !important;
}
.gform_wrapper input.gform_button {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    padding: 0 30px !important;
    line-height: 50px !important;
    font-size: 18px !important;
    transition: all 0.3s ease;
    color: var(--white) !important;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    color: var(--white) !important;
}

.ginput_container input:focus,
.ginput_container textarea:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 2px var(--primary) !important;
    color: var(--color) !important;
    outline: none !important;
}
.gform-footer.gform_footer.top_label {
    margin-top: 14px !important;
}

.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before{
    background: var(--primary) !important;
}

.form-button{
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden;
    background: var(--primary) !important;
    border: none;
    color: var(--white) !important;
    padding: 0px 15px 0px 20px !important;
    line-height: 45px !important;
    border-radius: 4px !important;
    letter-spacing: 0px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-align: center;
    transition: all 0.25s !important;
    cursor: pointer !important;
    margin-left: auto !important;
}
.form-button input.gform_button {
    border: 0 !important;
    box-shadow: none !important;
    min-height: auto !important;
    padding: 15px 0 !important;
    font-weight: 900 !important;
}
.form-button input.gform_button:hover,
.form-button input.gform_button:focus {
    background: transparent !important;
}
.form-button:hover {
    transform: scale(1.1);
}
.form-button::after {
    content: '';
    background-image: url(../img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    width: 16px;
    height: 10px;
    display: inline-flex;
}
.form-button:hover::before, .form-button:focus::before {
    transform: translateX(-10px) rotate(0deg);
    opacity: 1;
}


/* // background colors */
.has-background-color-wit {
    background-color: var(--white) !important;
}
.has-background-color-lichtblauw  {
    background-color: var(--lichtblauw) !important;
}
.has-background-color-donkerblauw {
    background-color: var(--darkblue) !important;
}


.has-background-color-wit + .has-background-color-wit,
.has-background-color-lichtblauw + .has-background-color-lichtblauw,
.has-background-color-donkerblauw + .has-background-color-donkerblauw {
    padding-top: 0 !important;
}



input, select, button {
    font-weight: 400;
    font-family: var(--base-font-family);
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: var(--color);
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--primary);
    font-family: var(--heading-font-family);
    font-weight: 400;
}

h1, .h1, .display-1 {
    font-size: 65px !important;
    font-weight: 400;
    line-height: 1.16;
}

h2, .h2, .display-2 {
    font-size: 40px !important;
    font-weight: 400;
    line-height: 1.2;
}

h3, .h3, .display-3 {
    font-size: 30px !important;
    font-weight: 400;
    line-height: 1.3;
}

h4, .h4, .display-4 {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.3;
}

h5, .h5, .display-5 {
    font-size: 21px !important;
    font-weight: 400;
    line-height: 1.5;
}

h6, .h6, .display-6 {
    font-size: 21px !important;
    line-height: 1.5;
}

p {
    color: var(--color);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 15px 0;
    font-family: var(--base-font-family);
}

p.big {
    font-size: 24px;
    line-height: 1.8em;
}

p.small {
    font-size: 18px;
    line-height: 1.5;
}

p.smaller {
    font-size: 16px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.buttons {
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
    gap: 10px 15px;
}

.testimonials .buttons.justify-content-center{
    margin-top: 0px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    padding: 0px 30px;
    border-radius: 8px;
    border: 1px solid var(--darkblue);
    background: var(--darkblue);
    min-width: 180px;
    text-align: center;
}
.btn-small {
    padding: 0px 20px;
    line-height: 40px;
    font-size: 16px;
    min-width: 150px;
}
.btn-default {
    background: var(--darkblue);
    border-color: var(--darkblue);
}

.btn-default:hover,
.btn-default.active {
    color: var(--white);
    border-color: var(--darkblue-hover);
    background: var(--darkblue-hover);
}

.btn-primary {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--white);
}

.btn-primary:hover {
    border-color: var(--primary-hover);
    background: var(--primary-hover);
    color: var(--white);
}

.btn-secondary {
    border-color: var(--secondary);
    background: var(--secondary);
    color: var(--white);
}

.btn-secondary:hover {
    border-color: var(--secondary-hover);
    background: var(--secondary-hover);
    color: var(--white);
}

.imgstyle{
    position: relative;
    display: inline-block;
    width: 100%;
}
.imgstyle img {
    position: relative;
    z-index: 2;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .667;
}
.imgstyle::after{
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    right: -1px;
    z-index: 3;
    flex-shrink: 0;
    pointer-events: none;
    background: url(../images/mask-left-white.svg) 50% 50% no-repeat;
    background-size: cover;
}
.imgstyle.left::after{
    background: url(../images/mask-right-white.svg) 50% 50% no-repeat;
    background-size: cover;
}
.has-background-color-lichtblauw .imgstyle::after{
    background: url(../images/photomask-right-lightblue.svg) 50% 50% no-repeat;
    background-size: cover;
}
.has-background-color-lichtblauw .imgstyle.left::after{
    background: url(../images/photomask-right-lightblue.svg) 50% 50% no-repeat;
    background-size: cover;
}
.has-background-color-donkerblauw .imgstyle::after{
    background: url(../images/photomask-left-darkblue.svg) 50% 50% no-repeat;
    background-size: cover;
}
.has-background-color-donkerblauw .imgstyle.left::after{
    background: url(../images/photomask-right-darkblue.svg) 50% 50% no-repeat;
    background-size: cover;
}

.section-title h2 {
    margin-bottom: 30px;
}

.section-title.white h2,
.section-title.white p {
}

ul.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    color: #23819F;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
}

ul.list li {
    margin-bottom: 10px;
    min-height: 28px;
    position: relative;
}

ul.list li::marker {
    font-size: 14px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
}
}


/*** TOPBAR ***/
.topbar {
    background:#23819F;
    padding: 5px 0px;
}

.topbar ul {
    padding: 0px;
    margin: 0px;
}

.topbar ul li {
    list-style: none;
    display: inline-block;
    padding-left: 25px;
}

.topbar ul li a {
    color: var(--white);
    font-size: 17px;
}

.topbar ul li a:hover {
    color: #D2642C;
}

/*** HEADER ***/
header {
    width: 100%;
    padding: 0px 0px;
    transition: .3s;
    position: relative;
    z-index: 99;
}

header.fixed {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: var(--white);
}

header .navbar {
    padding: 0px 15px;
}

header .navbar-brand {
    margin: 0;
    padding: 0px 15px 12px 15px;
    margin-top: -36px;
    background: var(--white);
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: -40px;
}

header .navbar-brand img {
    height: 140px;
    transition: .3s;
}

.navbar-light .navbar-nav>.nav-item {
    margin-left: 30px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #23819F;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding: 0px;
    line-height: 30px;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children.active>.nav-link {
	color:#D2642C!important;
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    border: none;
    text-align: left;
    background: none;
    display: block;
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: 0px;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-bottom: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 3px !important;
    background: #D2642C;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:first-child>a {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:last-child>a {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 10px 20px !important;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: var(--white) !important;
    border: none;
    white-space: break-spaces;
    font-family: "Source Sans 3", sans-serif;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:hover>a,
.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.active>a {
	color:#D2642C !important;
    background: var(--white) !important;
}

.navbar-collapse {
    padding: 15px 0px;
}

/*** MAIN SIDEMENU ***/
.main-sidemenu-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    min-width: 40px;
}

.main-sidemenu-btn:hover {
    color: var(--white);
}

.main-sidemenu-btn span {
    height: 2px;
    width: 100%;
	background:#23819f;
    display: inline-block;
    margin: 3px auto;
    float: right;
    transition: all .3s;
}

.main-sidemenu-btn div {
    display: inline-block;
    min-width: 30px;
}

.main-sidemenu {
	position:fixed;
	top:0px;
    left: -150%;
    min-width: 370px;
    max-width: 370px;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	height:100%;
	z-index: 9999999;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 10px;
    color: rgba(204, 204, 204, 1);
    background-color: #200F0A;
    color: var(--white);
    background: #23819F;
}

.main-sidemenu.intro {
	left:0px;
}

.main-sidemenu .logo img {
    height: 35px;
}

.main-sidemenu-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .45s ease-in-out;
    z-index: 9999;
}

.main-sidemenu-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.main-sidemenu a.CloseBtn {
    color: var(--white);
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    top: 15px;
    right: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    float: right;
}

.main-sidemenu a.CloseBtn:before,
.main-sidemenu a.CloseBtn:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.main-sidemenu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-sidemenu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main-sidemenu ul.main-menu ul {
	padding: 0;
}

.main-sidemenu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.main-sidemenu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.main-sidemenu ul.main-menu>li>a {
    display: inline-block;
    width: 100%;
    letter-spacing: 0.1em;
    color: var(--white);
    font-size: 15px;
    line-height: 32px;
    padding: 10px 0px;
    font-weight: 600;
}

.main-sidemenu ul.main-menu li:hover>a,
.main-sidemenu ul.main-menu li.active>a {
	background:none;
    color: #D2642C;
}

.main-sidemenu ul.main-menu li.menu-item-has-children {
    cursor: pointer;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.main-sidemenu ul.main-menu li.menu-item-has-children:hover>a {
    color: #D2642C !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: .8;
    transition: all .3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    border-radius: 0;
    color: inherit;
    border-top-width: 3px;
    border-left-width: 3px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: none;
    padding: 0 0 0 30px !important;
    display: none !important;
    top: 0 !important;
}

.main-sidemenu ul.main-menu li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding: 10px 0px;
    color: var(--white);
    font-weight: 600;
    position: relative;
    letter-spacing: 0.1em;
    width: 100%;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:before {
    content: '';
    background-color: #D2642C;
    content: "";
    width: 20px;
    height: 1px;
    transition: .3s;
    display: inline-block;
    opacity: 0;
    margin-left: -30px;
    margin-right: 10px;
    vertical-align: middle;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.current_page_item>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a {
    background: none !important;
    color: #D2642C !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:hover:before,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a:before {
    opacity: 1;
    margin-left: 0;
}

/*** BANNER ***/
.banner {
    padding-top: 100px;
    position: relative;
    background: #ccc;
    background: url(../images/bg-banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-position: center bottom -55px;
}

.banner:after {
    content: '';
    background: transparent linear-gradient(357deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 535px;
    width: 100%;
    pointer-events: none;
}

.banner .row {
    position: relative;
    z-index: 2;
    --bs-gutter-x: 3.5rem;
}

.banner .mainimg {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    right: 0px;
    max-width: 60%;
}

.banner h1 {
    color: #23819F;
    margin-top: 15px;
}

.banner p {
    margin-top: 10px;
    color: #23819F;
    font-size: 1.45rem;
}
.banner.banner-sm p {
    font-size: 1.2rem;
}

.banner .row.highlights {
    margin-top: 80px;
}

.banner .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.banner .bgbox {
    display: inline-block;
    width: 100%;
    background: #23819F;
    border-radius: 5px;
    padding: 30px 35px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .bgbox:hover {
    transform: scale(1.1);
    background: #1F748F;
}

.banner .bgbox p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 0px;
    color: var(--white);
}

.banner .bgbox img {
    max-height: 70px;
}

.banner .art {
    margin-top: -90px;
    margin-bottom: -1px;
}

/*** ABOUT ***/
.about {
    padding: 80px 0px 80px 0px;
}

.about h3 {
    margin-bottom: 30px;
}

.about p {
    margin-bottom: 30px;
}

.about .bottom {
    margin-bottom: 120px;
}

.imgstyle {
    position: relative;
    display: inline-block;
    width: 100%;
}

.imgstyle .mainimg {
    position: relative;
    z-index: 2;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .8;
}

.imgstyle .overlay {
    /* position: absolute; */
    top: 0%;
    left: 0%;
    z-index: 3;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    pointer-events: none;
    object-fit: cover;
}

/*** UPCOMING ACTIVITIES ***/
.upcoming-activities {
    padding: 90px 0px;
    background: #E8F2F5;
}

.upcoming-activities h2 {
    margin-bottom: 25px;
}

.upcoming-activities p {
    margin-bottom: 30px;
}

.upcoming-activities p.lt {
    margin-bottom: 50px;
}

.upcoming-activities p strong {
    font-weight: bold;
}

.upcoming-activities .btn {
    margin-right: 15px;
    margin-bottom: 10px;
}

/*** TESTIMONIALS ***/
.testimonials {
    padding: 90px 0px 0px 0px;
    background: #7AABBC;
}

.testimonials .art {
    margin-top: 40px;
}

.testimonials .align1 {
    position: absolute;
    top: -50px;
    left: -30px;
    max-height: 100px;
}

.testimonials .align2 {
    position: absolute;
    top: -50px;
    right: -30px;
    max-height: 100px;
}

.testimonials h2 {
    color: var(--white);
    font-size: 45px;
    margin-bottom: 50px;
}

.testimonials .btn {
    margin: 10px 5px;
}

.testimonials p {
    color: var(--white);
    font-size: 22px;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #23819f;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--white);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: relative;
    top: 120px;
}

.testimonials.innner {
    padding-bottom: 100px;
}

.testimonials.innner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
}

/*** FOOTER ***/
.footer {
    padding: 40px 0px 10px 0px;
    background: var(--darkblue);
    color: var(--white);
    font-size: 1rem;
}

.footer p {
    color: var(--white);
    font-size: 16px;
    opacity: 0.7;
    margin: 10px 0px;
}

.footer ul {
    padding: 0px;
    margin: 0px;
}

.footer ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.footer ul li a {
    color: var(--white);
    font-size: 15px;
    position: relative;
}

.footer .social a {
    display: inline-block;
    color: var(--white);
    position: relative;
    border: 2px solid var(--white);
    font-size: 16px;
    text-align: center;
    width: 40px;
    line-height: 36px;
    border-radius: 50%;
    margin-left: 12px;
}

.footer .social a:hover {
    color: #23819f;
    background: var(--white);
}

.footer ul li a:before {
    content: '';
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all .3s;
}

.footer ul li a:hover:before {
    width: 100%;
}

.footer ul li a:hover {
    color: var(--white);
}

.footer hr {
    float: left;
    width: 100%;
    margin: 30px 0px 10px 0px;
    border-top: 1px solid rgba(196, 227, 255, 0.20);
    opacity: 1;
}

.footer .copy ul li {
    padding-right: 20px;
}

.footer .copy p {
    font-size: 15px;
    opacity: .5;
}

.footer .copy ul li a {
    color: #E8F2F5;
    opacity: .5;
    font-size: 15px;
}

.footer .copy ul li a:hover {
    color: var(--white);
    opacity: 1;
}

/*** PAGE BANNER ***/
.page-banner {
    padding: 100px 0px 0px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .art {
    margin-top: 0px;
    margin-bottom: -1px;
}

/*** INFO ***/
.info {
    padding: 40px 0px 40px 0px;
}

.info h1 {
    color: #23819F;
    margin-bottom: 30px;
}

.info p {
    margin-bottom: 30px;
}

.info .btn {
    margin: 5px 5px;
}

.info + .agenda-info {
    padding-top: 0px;
}

/*** TEXTINFO ***/
.textinfo {
    padding: 70px 0px;
}


.textinfo.bg {
    background: #E8F2F5;
}

#voorwie p {
    margin-bottom: 30px;
}

#voorwie .list {
    margin-bottom: 30px;
}


/*** READY START ***/
.ready-start {
    background: #23819F;
    padding: 100px 0px;
}

.ready-start h2 {
    color: var(--white);
}

.ready-start p {
    color: var(--white);
    margin-bottom: 40px;
}

.ready-start p span {
    color: #7AABBC;
    display: inline-block;
    min-width: 60px;
}

.ready-start p a {
    color: var(--white);
    position: relative;
}

.ready-start p a:before {
    content: '';
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all .3s;
}

.ready-start p a:hover:before {
    width: 100%;
}

/*** FURTHER EDUCATION ***/
.further-education {
    padding: 100px 0px;
}

.further-education p {
    margin-top: 10px;
    margin-bottom: 40px;
}

.further-education .bgbox {
    display: inline-block;
    width: 100%;
    background: #23819F;
    border-radius: 5px;
    padding: 30px 35px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.further-education .bgbox:hover {
    transform: scale(1.1);
    background: #1F748F;
}

.further-education .bgbox p {
    margin-top: 15px;
    margin-bottom: 0px;
    color: var(--white);
}

.further-education .bgbox img {
    max-height: 70px;
}
.further-education .row {
    --bs-gutter-x: 3.5rem;
}


/*** AGENDA INFO ***/
.agenda-info {
    padding: 100px 0px 30px 0px;
}

.agenda-info h2 {
    color: #D2642C;
    margin-bottom: 15px;
}

.table thead>tr>th:first-child {
    border-radius: 5px 0px 0px 0px;
}

.table thead>tr>th:last-child {
    border-radius: 0px 5px 0px 0px;
}

.table thead>tr>th {
    background: #23819F;
    padding: 10px 20px;
    color: var(--white);
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
    font-size: 17px;
    border: none;
}

.table tbody>tr>td {
    padding: 14px 20px;
    color: #23819F;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 17px;
    border: none;
    vertical-align: center;
}
.table tbody>tr>td i{
    color: #D2642c;
    font-weight: 400;
    width: 20px;
}

.table tbody>tr>td:first-child {
    color: #D2642C;
}

.table tbody>tr:nth-child(odd) td {
    background: var(--white);
    border-bottom: 2px solid #E8F2F5;
}

.table tbody>tr:nth-child(even) td {
    background: #E8F2F5;
    border-bottom: 2px solid #E8F2F5;
}

.table tbody>tr:hover td, .table tbody>tr:hover td i {
    background: #D2642C !important;
    color: var(--white) !important;
}

.table tbody>tr:hover td .fa-arrow-circle-right::before {
    content: "\f178";
}

/*** WORKSHOP ***/
.workshop {
    padding: 70px 0px;
}

.workshop h2 {
    color: #D2642C;
    margin-bottom: 15px;
}

.workshop p {
    margin-bottom: 40px;
}


.workshop .list {
    margin-bottom: 50px;
}

.workshop p a {
    color: #D2642C;
    position: relative;
}

.workshop .btn {
    margin-bottom: 80px;
}

.sidebar {
    position: relative;
    transition: all 0.3s ease;
}

.sidebar.fixed {
    position: fixed;
    top: 310px;
    width: 100%;
    max-width: 410px;
}

.sidebar.stop {
    position: absolute;
    bottom: 0;
    top: auto;
}

.sidebar {
    background: #E8F2F5;
    border-radius: 8px;
    padding: 0px 55px 60px 55px;
    text-align: center;
    margin-top: 65px;
    position: sticky;
    top: 180px;
}

.sidebar .user {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -65px;
}

.sidebar h3 {
    color: #23819F;
    margin-top: 35px;
    margin-bottom: 40px;
}

.workshop .sidebar p {
    margin-bottom: 30px;
}

.sidebar p  {
    color: #23819F;
}

.sidebar p a {
    color: #D2642C;
    position: relative;
    text-decoration: none;
}

.workshop p a:before {
    content: '';
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all .3s;
}

.workshop p a:hover:before {
    width: 100%;
}

.sidebar .buttons {
    flex-flow: column;
}
.sidebar .btn {
    margin-bottom: 0;
}

/*** REGISTER FORM ***/
.register-form {
    padding: 40px 0px 100px 0px;
}

.register-form .bg {
    background: #E8F2F5;
    border-radius: 8px;
    padding: 50px 60px 60px 60px;
}

.register-form label {
    color: #23819F;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
}

.form-control {
    background: var(--white);
    border-radius: 8px;
    height: 50px;
    padding: 0px 20px;
    color: #23819F;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    border: 2px solid var(--white);
    margin-bottom: 15px;
    box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
    color: #7AABBC;
}

.form-control:focus {
    border-color: #D2642C;
    color: #23819F;
}

textarea.form-control {
    height: 220px;
    padding: 15px 20px;
    resize: none;
    margin-bottom: 25px;
}

.form-check {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
}

.form-check-input:checked {
    background-color: #D2642C;
    border-color: #D2642C;
}

.form-check label a {
    color: #D2642C;
    text-decoration: underline;
}

.form-check .form-check-input {
    margin-left:0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -5px;
    left: 0;
    box-shadow: none !important;
}

.register-form .btn {
    margin-top: 40px;
}


/*** CONTACT FORM ***/
.contact-form {
    padding: 100px 0px;
}

.contact-form h2 {
    margin-bottom: 20px;
}

.contact-form p {
    margin-bottom: 30px;
}

.contact-form p a {
    color: #D2642C;
    position: relative;
}

.contact-form p a:before {
    content: '';
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all .3s;
}

.contact-form p a:hover:before {
    width: 100%;
}

.contact-form .bg {
    background: #E8F2F5;
    border-radius: 8px;
    padding: 50px 60px 60px 60px;
}

.contact-form .bg h2 {
    margin-bottom: 0px;
}

.contact-form label {
    color: #23819F;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
}

.contact-form .btn {
    margin-top: 30px;
}

.contact-form textarea.form-control {
    margin-bottom: 35px;
}
