/* 300 = Light, 400 = Regular, 700 = Bold, 900 = Black */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('/css/clash-display.css');

/* Defaults */
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    color: #272E36;
}

p,
ul li,
ul ol {
    font-size: 17px;
    line-height: 27px;
}

.md-badge {
    border-radius: 20px;
    padding: 6px 10px;
    border: 2px solid;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

.md-badge-outline-light {
    color: #fff;
    border-color: #FFFF00;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.bg-green {
    background-color: #218AAB;
}

.leftoutline {
    margin-left: 100px;

}

.leftoutline-adres {
    margin-left: 30px;

}

.cl-white {
    color: white;
}

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

.basic-link {
    text-decoration: none;
    color: #218aab;
}

.basic-link i {
    width: 20px;
    text-align: center;
    text-decoration: none;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.basic-link:hover {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 41px;
}




.row-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

a {
    color: #218AAB;
    text-decoration: underline;
}

a:hover {
    color: #07b3e9;
}



a.md-regular-link {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    line-height: 49px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

a.md-regular-link:hover {
    text-decoration: none;
    color: #218aab;
}

a.md-regular-link i {
    margin-left: 8px;
    font-size: 18px;
    line-height: 18px;
    color: #218aab;
}

::-moz-selection {
    /* Code for Firefox */
    color: #272e36;
    background: #ffff00;
}

::selection {
    color: #272e36;
    background: #ffff00;
}

.grecaptcha-badge {
    visibility: hidden;
}

.md-swirls-animated, .md-swirl-footer {
    position: absolute;
    z-index: 2;
}

/* .md-swirls-animated img, */
#carouselHomepageHeader .md-swirls-animated dotlottie-player:first-of-type {
    top: -649px;
    position: relative;
    left: -1200px;
    transform: rotate(53deg);
    min-width: 1500px;
}
#carouselHomepageHeader .md-swirls-animated dotlottie-player:last-of-type {
    bottom: -339px;
    position: absolute;
    right: -1160px;
    transform: rotate(53deg);
    min-width: 1500px;
}
.md-swirl-footer dotlottie-player {
    top: -330px;
    position: relative;
    left: -86px;
    transform: rotate(-17deg);
    min-width: 1500px;
}

.z-3 {
    z-index: 3;
}
.carousel {
    background-color: #F4F4F4;
    overflow: hidden;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M16 256a240 240 0 1 1 480 0A240 240 0 1 1 16 256zm496 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM290.3 130.3l-120 120c-3.1 3.1-3.1 8.2 0 11.3l120 120c3.1 3.1 8.2 3.1 11.3 0s3.1-8.2 0-11.3L187.3 256 301.7 141.7c3.1-3.1 3.1-8.2 0-11.3s-8.2-3.1-11.3 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M496 256A240 240 0 1 1 16 256a240 240 0 1 1 480 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM221.7 381.7l120-120c3.1-3.1 3.1-8.2 0-11.3l-120-120c-3.1-3.1-8.2-3.1-11.3 0s-3.1 8.2 0 11.3L324.7 256 210.3 370.3c-3.1 3.1-3.1 8.2 0 11.3s8.2 3.1 11.3 0z'/%3E%3C/svg%3E");
}
/* Cookie message */
#cookie-message {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    width: 420px;
    max-width: calc(100% - 70px);
    padding: 31px 26px;
    z-index: 999;
    box-shadow: 0 2px 20px 0 rgb(25 25 25 / 24%);
    opacity: 0;
    transition: opacity 0.6s;
    /* 600ms to fade out */
}

#cookie-message.show {
    opacity: 1;
    transition: opacity 0.6s;
    /* 600ms to fade out */
}

#cookie-message p {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 22px;
    line-height: 40px;
}

#cookie-message h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

#cookie-message a {
    display: block;
}

#cookie-message span {
    position: absolute;
    top: 31px;
    right: 26px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath fill='black' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3E%3C/svg%3E");
}

#cookie-message span:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath fill='gray' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3E%3C/svg%3E");
}

/* Blob animatie (Thanks Guido) */
@media only screen and (max-width: 360px) {
    #blobContainer {
        width: 65vw;
        height: 65vw;
    }

    .blobVisual span {
        font-size: 14px;
    }
}


@media only screen and (min-width: 360px) and (max-width: 420px) {
    #blobContainer {
        width: 60vw;
        height: 60vw;
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 576px) {
    #blobContainer {
        width: 50vw;
        height: 50vw;
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    #blobContainer {
        width: 300px;
        height: 300px;
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #blobContainer {
        width: 330px;
        height: 330px;
    }

    #blobContainer .blobVisual {
        width: calc(4vw + 90px);
        height: calc(4vw + 90px);
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }

    .usp-box-onhover.hover-horizontal .col-12:first-child {
        border-radius: 17px 0 0 0 !important;
    }

    .usp-box-onhover.hover-horizontal .col-12:nth-child(2) {
        border-radius: 0 17px 0 0 !important;
    }

    .usp-box-onhover.hover-horizontal .col-12:nth-child(3) {
        border-radius: 0 0 0 17px !important;
    }

    .usp-box-onhover.hover-horizontal .col-12:last-child {
        border-radius: 0 0 17px 0 !important;
    }
    .md-cta-primary h3 {
        font-size: 35px;
        line-height: 36px;
    }
    .md-cta-primary p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #blobContainer .blobVisual span {
        font-size: 16px;
    }

    .landingPage-footer a:first-of-type {
        margin-left: 20px;
    }

    .landingPage-footer a:last-of-type {
        margin-left: 20px;
    }

    #blobContainer {
        filter: url(#goo);
    }

    #LA-Blob-Container {
        filter: url(#goo);
    }

}

@media screen and (min-width: 1200px) {
    #blobContainer {
        filter: url(#goo);
    }

    #LA-Blob-Container {
        filter: url(#goo);
    }
}

#blobContainer {
    width: 35vw;
    height: 35vw;
}

#blobContainer .blob {
    position: relative;
    animation: blobPosition 30s cubic-bezier(0.43, 0.01, 0.49, 0.98) infinite;
    display: inline-block;
    width: 1px;
    /*height: 100px;*/
}

#blobContainer .blob:nth-child(1) {}

#blobContainer .blob:nth-child(2) {
    animation-delay: -10s;
}

#blobContainer .blob:nth-child(3) {
    animation-delay: -20s;
}

@keyframes blobPosition {

    0%,
    100% {
        left: 30%;
        top: 20%;
    }

    30% {
        left: 80%;
        top: 50%;
    }

    70% {
        left: 20%;
        top: 70%;
    }
}

#blobContainer .blobVisual {
    width: calc(6vw + 90px);
    height: calc(6vw + 80px);
    background-color: rgba(100, 159, 243, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    animation: blobBody 30s cubic-bezier(0.24, 0.27, 0.49, 0.55) infinite;
    background-blend-mode: overlay;
}

#blobContainer .blob:nth-child(1) .blobVisual {
    background-color: rgba(255, 255, 0, 0.85);
}
#blobContainer .blob:nth-child(1) .blobVisual span {
    color: #000000;
}

#blobContainer .blob:nth-child(2) .blobVisual {
    animation-delay: -10s;
    background-color: #036398d9;
}

#blobContainer .blob:nth-child(3) .blobVisual {
    animation-delay: -20s;
    background-color: #272E36d9;
}

@keyframes blobBody {

    0%,
    100% {
        border-radius: 78% 22% 24% 76% / 79% 80% 20% 21%;
    }

    10% {
        border-radius: 78% 22% 48% 52% / 71% 60% 40% 29%;
    }

    20% {
        border-radius: 33% 67% 44% 56% / 53% 76% 24% 47%;
    }

    30% {
        border-radius: 16% 84% 69% 31% / 46% 54% 46% 54%;
    }

    40% {
        border-radius: 40% 60% 64% 36% / 62% 29% 71% 38%;
    }

    50% {
        border-radius: 68% 32% 32% 68% / 62% 60% 40% 38%;
    }

    60% {
        border-radius: 48% 52% 25% 75% / 73% 49% 51% 27%;
    }

    60% {
        border-radius: 34% 66% 18% 82% / 39% 26% 74% 61%;
    }

    70% {
        border-radius: 30% 70% 22% 78% / 30% 60% 40% 70%;
    }

    80% {
        border-radius: 40% 60% 47% 53% / 65% 49% 51% 35%;
    }

    90% {
        border-radius: 57% 43% 30% 70% / 36% 49% 51% 64%;
    }
}

#blobContainer .blobVisual span {
    color: white;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    z-index: 10;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 360px) {
    #blobContainer {
        width: 65vw;
        height: 65vw;
    }

    .blobVisual span {
        font-size: 14px;
    }
}

/* 480px nokia telefoons */
@media only screen and (min-width: 360px) and (max-width: 420px) {
    #blobContainer {
        width: 60vw;
        height: 60vw;
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

/* col- */
@media only screen and (min-width: 420px) and (max-width: 576px) {
    #blobContainer {
        width: 50vw;
        height: 50vw;
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

/* col-sm */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    #blobContainer {
        width: 300px;
        height: 300px;
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

/* col-md */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #blobContainer {
        width: 330px;
        height: 330px;
    }

    #blobContainer .blobVisual {
        width: calc(4vw + 90px);
        height: calc(4vw + 90px);
    }

    #blobContainer .blobVisual span {
        font-size: 14px;
    }
}

/* col-lg */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #blobContainer .blobVisual span {
        font-size: 16px;
    }

    #blobContainer {
        filter: url(#goo);
    }
}

/* col-xl */
@media screen and (min-width: 1200px) {
    #blobContainer {
        filter: url(#goo);
    }
}

/* Coloring */
.text-primary {
    color: #218aab !important;
}

/* Icons */
.md-icon-rounded {
    color: #ffffff !important;
    width: 60px;
    height: 60px;
    display: block;
    background: #272E36;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 11px;
    border-radius: 52px;
    font-size: 28px;
}

.md-icon-lg {
    font-size: 45px;
    line-height: 49px;
}

/* Image */
.md-img-rounded-shadow {
    border-radius: 17px;
    /* border: 2px solid #f2faff; */
    box-shadow: 0 0 33px #cfcfcf;
}

/* Typed */
/* .typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
} */

/* Colors */
.md-text-light-alt {
    color: #FFFF00;
}

.md-text-dark {
    color: #1F6170;
}

.md-text-medium {
    color: #2870C3;
}

.md-text-light {
    color: #228AAB;
}


/* Headings */

.short-label {
    display: inline-block;
    width: 61px;
    color: #7A828E;
}

h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;

}

.contact-section-font {
    font-size: 18px;
}




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

h3 a {
    text-decoration: none;
}

h4 {
    font-size: 22px;
    line-height: 25px;

}

h5 {
    font-size: 22px;
    line-height: 37px;
    color: #218aab;
    font-weight: 700;

}

.contact-gegevens h3 {
    margin: 20px 0;
    font-weight: 900 !important;
    font-size: 28px;
}

/* Font sizes */
.fz-lg,
.fz-lg p,
.fz-lg ul li,
.fz-lg ol li {
    font-size: 22px;
    line-height: 30px;
}

.fz-\[32px\] {
    font-size: 32px;
    line-height: 36px;
}

.fz-\[23px\] {
    font-size: 23px;
    line-height: 28px;
}

/* Buttons */

.usp-box-onhover .col-12:hover {
    box-shadow: 0 0 20px #ededed;
    transition: box-shadow ease-in-out 200ms;
}

.usp-box-onhover.hover-vertical .col-12 {
    border-radius: 17px;
}

.usp-box-onhover.hover-horizontal .col-12:first-child {
    border-radius: 17px 0 0 17px;
    ;
}

.usp-box-onhover.hover-horizontal .col-12:last-child {
    border-radius: 0 17px 17px 0;
}

.usp-box-onhover p {
    font-size: 14px;
}

.generic_content {
    margin-top: 120px;
}

.generic_content h1 {
    font-weight: 900;
    font-size: 104px;
    line-height: 90px;
}

.generic_content h2 {
    font-weight: 600;
    font-size: 32px;
}

.generic_content h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
}

.generic_content img {
    border-radius: 0px;
    margin-bottom: 20px;
}

.btn {
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    border-radius: 27.5px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    padding: 10.5px 26px;

}

/*.btn:hover {
    animation: zoom-in-out;
    animation-fill-mode: forwards;
    animation-duration: .6s;
}
@keyframes zoom-in-out {
    0% {transform: scale(1.05)}
    50% {transform: scale(0.9)}
    100% {transform: scale(0.9)}
} */
.btn i {
    padding-left: 31px;
}

.btn-wide i {
    padding-left: 116px;
}

.contact-button-header {
    color: #31302B;
    background: #FFF;
    padding: 12px 17px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #218aab;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.contact-button-header:hover {
    box-shadow: inset 230px 0 0 0 #218aab;
}


.btn-primary {
    background-color: #218AAB;
    border-color: #218AAB;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 22px;

}

.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #218AAB;
}


.btn-black {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 22px;

}

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

.btn-primary-black {
    background-color: #218AAB;
    border-color: #218AAB;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 22px;

}

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

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #2498bc;
    border-color: #2498bc;
    color: #e3e3e3;
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2498bc;
    border-color: #2498bc;
    color: #e3e3e3;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #218AAB;
    border-color: #218AAB;
    color: #aaa;
}

.btn-light {
    background-color: #FFFF00;
    border-color: #FFFF00;
    color: #000000;
}

.btn-light:hover {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

.btn-light-contact {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #218AAB;
}

.btn-light-contact:hover {
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #218AAB;
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #218AAB;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #218AAB;
}

.btn-warning {
    background-color: #FFFE55;
    border-color: #FFFE55;
    color: #000000;
}

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

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    background-color: #FFFE55;
    border-color: #FFFE55;
    color: #000000;
    box-shadow: 0 0 0 0.25rem rgba(255, 254, 85, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    background-color: #FFFE55;
    border-color: #FFFE55;
    color: #000000;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 254, 85, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    background-color: #FFFE55;
    border-color: #FFFE55;
    color: #000000;
}

.btn-outline-primary {
    border-color: #218AAB;
    color: #218AAB;
}

.btn-outline-primary:hover {
    background-color: #25acd1;
    border-color: #25acd1;
    color: #fff;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    border-color: #2498bc;
    color: #218AAB;
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}

.btn-outline-dark {
    border-color: #272E36;
    color: #272E36;
    border-width: 2px;
}

.btn-outline-dark:hover {
    background-color: #FFFF00;
    border-color: #FFFF00;
    color: #272E36;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    border-color: #FFFF00;
    color: #FFFF00;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}

.btn-outline-light {
    border-color: #FFFF00;
    color: #FFFFFF;
    border-width: 2px;
}

.btn-outline-light:hover {
    background-color: #FFFF00;
    border-color: #FFFF00;
    color: #272e36;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    border-color: #FFFF00;
    color: #FFFFFF;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    border-color: #2498bc;
    color: #218AAB;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    border-color: #218AAB;
    color: #218AAB;
}

/* Backgrounds */
.bg-warning {
    background-color: #ff2a6f !important;
}

.bg-secondary {
    background-color: #F6F6F6 !important;
}

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

.section-bg-darkgray {
    background-color: #272D36;

}

.section-bg-lightblue {
    background-color: #218AAB;
}

/* Badge */
.badge {
    padding: 10px 12px;
    max-width: 32px;
    max-height: 32px;
}

/* Paddings */
.md-top-page-padding {
    padding-top: 212px !important;
}

/* Vertical align */
.align-super {
    vertical-align: super !important;
}

/* Navbar */
.md-navbar {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.13);
    padding-top: 28px;
    padding-bottom: 28px;
    transition: padding ease .5s;
}

.md-navbar.navbar-bg-onscroll {
    background-color: transparent;
    box-shadow: unset;
}

.md-navbar.navbar-bg-onscroll.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.md-navbar.navbar-bg-onscroll .navbar-brand img {
    filter: invert(100%);
    transition: filter ease .5s;
}

.md-navbar-active {
    padding-top: 23px;
    padding-bottom: 22px;
    transition: padding ease .5s;
}

.md-navbar-active.navbar-bg-onscroll .navbar-brand img {
    filter: unset;
    transition: filter ease .5s;
}

.md-navbar-active.navbar-bg-onscroll.navbar-light .navbar-nav .nav-link {
    color: #272E36;
}

.md-navbar-active.navbar-bg-onscroll.navbar-light .navbar-nav .nav-link:hover,
.md-navbar.navbar-bg-onscroll.navbar-light .navbar-nav .nav-link:hover {
    color: #218AAB;
}

.md-navbar-active.navbar-bg-onscroll {
    background-color: #ffffff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.13);
}

.md-navbar .navbar-brand {}

.md-navbar .nav-item {}

.md-navbar .nav-item .nav-link {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

.md-navbar .nav-item.active .nav-link {
    color: #218AAB;
}

.md-navbar .nav-item .nav-link .badge {
    position: absolute;
    top: -9px;
    right: 8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #272E36;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #218AAB;
}

.dropdown-toggle::after {
    content: unset;
}

.md-dropdown-menu {
    border: unset;
    border-radius: 17px;
    padding: 12px;
    /* margin-top: 14px; */
    box-shadow: 0 2px 15px 0 #E1E1E1;
    max-height: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    min-width: 225px;
    transform: translateX(calc(-50% + 100px));
    opacity: 0;
    border: 3px solid #F2EFEF;
    background: #fff;
    padding: 12px;
}

.md-dropdown-menu .dropdown-item {
    cursor: pointer;
    padding: 0;
}

.md-dropdown-menu .dropdown-item a {
    text-decoration: none;
    margin-bottom: 0;
    display: block;
    padding: 25px 30px;
    border-radius: 8px;
    margin-bottom: 9px;
}

.md-dropdown-menu .dropdown-item.active,
.dropdown-item:active {
    background: white;
}

.md-dropdown-menu .dropdown-item.active a {
    color: #218AAB;
}

.md-dropdown-menu .dropdown-item a:hover {
    /* text-decoration: none;
    font-size: 16px;
    line-height: 31px;
    color: #218AAB;
    display: inline-block;
    width: 90%; */
}

.md-dropdown-menu .dropdown-item i {
    /* font-size: 14px;
    line-height: 32px;
    color: #218AAB;
    float: right; */
    /* color: #000; */
    display: block;
    font-size: 29px;
    line-height: 29px;
}

.md-hover-darker {
    background-color: #272E36;
    color: #fff;
}

.md-hover-darker:hover {
    background-color: #FFFF00;
    transition: all ease .2s;
}

.md-hover-darker i {
    color: #FFFF00;
}

.md-hover-darker:hover i,
.md-hover-darker:hover span,
.md-hover-darker:hover h5,
.md-hover-darker:hover p,
.md-hover-darker:hover b {
    color: #272E36 !important;
    transition: all ease .2s;
}

.md-hover-dark:hover i,
.md-hover-dark:hover span,
.md-hover-dark:hover b {
    color: #ffffff !important;
    transition: all ease .2s;
}

.md-hover-medium:hover i,
.md-hover-medium:hover span,
.md-hover-medium:hover b {
    color: #ffffff !important;
}

.md-hover-light:hover i,
.md-hover-light:hover span,
.md-hover-light:hover b {
    color: #ffffff !important;
}

.md-bottom-link {
    font-size: 15px;
    line-height: 17px;
    color: #228aab;
    text-decoration: none;
}

.md-bottom-link i {
    font-size: 15px;
    line-height: 17px;
}

.md-bottom-link:hover {}

.md-dropdown-menu:before {
    position: absolute;
    left: calc(50% - 12px);
    top: -8px;
    /* content: '\A'; */
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid #fff;
}

.md-dropdown-menu.show {
    max-height: 750px;
    opacity: 1;
    transition: opacity .8s ease;
    visibility: visible;
}

.nav-item.dropdown .md-dropdown-menu span {
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    color: #ffffff;
}

.nav-item.dropdown .md-dropdown-menu b {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    display: block;
    font-family: ClashDisplay-Bold;
}

.nav-item.dropdown:hover .md-dropdown-menu {
    display: block;
    max-height: 750px;
    /* top:42px; */
    /* border-radius:20px; */
    opacity: 1;
    transform: opacity .8s ease;
    visibility: visible;
}

.md-dropdown-icon {
    /* display: inline-block;
    background-color: #F9FAFB;
    border-radius: 11px;
    padding: 12px;
    width: 44px;
    height: 44px;
    margin-right: 18px; */
    display: inline-block;
    margin-right: 26px;
}

.md-dropdown-icon i {
    /* font-size: 19px !important; */
    /* line-height: 19px !important; */
}

.md-max-w-lg {
    max-width: 670px;
}
.md-max-w-md {
    max-width: 480px;
}

/* ============ desktop view ============ */
@media screen and (max-width: 992px) {
    .md-dropdown-menu {
        border: unset;
        padding: 10px 0;
    }

    .md-tile-inner {
        padding: 20px;
    }
    .md-swiper-progress {
        display: none;
    }
}

@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -5px;
        border: unset;
        background: transparent;
    }


    .dropdown-menu .submenu .nav-item {
        background: #fff;
        padding: 4px 60px 4px 16px;
        /*border-left: 1px solid #e3e3e3;*/
        display: block;
        /*border-top: 1px solid #e3e3e3;*/
        /*border-bottom: 1px solid #e3e3e3;*/
        border: 1px solid #e3e3e3;
    }

    .dropdown-menu .submenu li:first-of-type .nav-item {
        border-top-right-radius: 20px;
        /*border-top: unset;*/
        border-bottom: unset;
    }

    .dropdown-menu .submenu li:last-of-type .nav-item {
        border-bottom-right-radius: 20px;
        border-top: unset;
        /*border-bottom: unset;*/
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: unset;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .md-contact-btn {
        margin-top: -4px;
        margin-left: 58px;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

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

}

/* ============ small devices .end// ============ */
/* Hamburger menu */
.hamburger {
    padding: 21px 17px 9px 17px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}

/* Carousel */
.carousel-page-top .carousel-inner {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
}

.carousel-page-top .carousel-type-desktop {
    max-width: 70%;
    max-height: 600px;
    border-top: 20px solid #898484;
    border-left: 20px solid #898484;
    border-right: 20px solid #595050;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.carousel-page-top .carousel-type-smartphone {
    max-width: 50%;
    max-height: 600px;
    border-top: 10px solid #898484;
    border-left: 10px solid #898484;
    border-right: 10px solid #595050;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



.carousel-page-top .carousel-item {
    min-height: 730px;
    background-size: cover;
    background-position: center;
}

.fix-height {
    min-height: 600px !important;
}

.carousel-page-top .carousel-item::before {
    content: '';
    display: block;
    background: linear-gradient(to right, #253848 0, #253848 33%, #244057 33%, #244057 66%, #234663 66%, #234663 100%);
    opacity: 0.8;
    width: 40%;
    height: 130%;
    top: -110px;
    right: -100px;
    position: absolute;
    transform: matrix(0.98, 0.21, -0.21, 0.98, 0, 0);
    animation: shrink 8s infinite alternate;
}
.carousel-subpage .carousel-item::before {
    opacity: .33;
}

@keyframes shrink {
    0% {
        width: 40%;
    }

    100% {
        width: 25%;
    }
}

.carousel-page-top .project-carousel-item {
    min-height: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.project-carousel-item img {
    max-width: 100%;
    height: auto;
}
.carousel-page-top .carousel-item .carousel-caption,
.carousel-page-top .md-video-overlay {
    position: absolute;
    right: 15.625%;
    left: 15.625%;
    bottom: unset;
    padding-top: unset;
    padding-bottom: unset;
    color: #fff;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 3;
}

.carousel-light-shadow .carousel-caption h5 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 38px;
}

.carousel-light-shadow .carousel-caption p {
    font-size: 21px;
    line-height: 24px;
}

.carousel-light-shadow .carousel-caption {
    right: unset;
    bottom: unset;
    left: unset;
    padding-top: unset;
    padding-bottom: unset;
    color: #000;
    text-align: left;
}

.carousel-light-shadow .carousel-indicators {
    position: absolute;
    justify-content: unset;
    margin-right: unset;
    margin-bottom: 37px;
    margin-left: 47px;
    max-width: 33%;
}

.carousel-light-shadow .carousel-indicators [data-bs-target]:first-of-type {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.carousel-light-shadow .carousel-indicators [data-bs-target]:last-of-type {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.carousel-light-shadow .carousel-indicators [data-bs-target] {
    background-color: #218aab;
    width: 120px;
    height: 17px;
    padding: 0;
    margin-right: 2.5px;
    margin-left: 2.5px;
    border: unset;
}

.carousel-light-shadow {
    border-radius: 17px;
    background-color: #FFFFFF;
    padding: 47px 54px;
    box-shadow: 0 2px 30px 0 #DBDBDB;
}

.carousel-light {
    border-radius: 17px;
    background-color: #FFFFFF;
    padding: 47px 54px;
}

.carousel-light .carousel-caption h5 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 38px;
}

.carousel-light .carousel-caption p {
    font-size: 21px;
    line-height: 24px;
}

.carousel-light .carousel-caption {
    right: unset;
    bottom: unset;
    left: unset;
    padding-top: unset;
    padding-bottom: unset;
    color: #000;
    text-align: left;
}

.carousel-light .carousel-indicators {
    position: absolute;
    justify-content: unset;
    margin-right: unset;
    margin-bottom: 37px;
    margin-left: 47px;
    max-width: 33%;
}

.carousel-light .carousel-indicators [data-bs-target]:first-of-type {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.carousel-light .carousel-indicators [data-bs-target]:last-of-type {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.carousel-light .carousel-indicators [data-bs-target] {
    background-color: #439AAA;
    width: 120px;
    height: 17px;
    padding: 0;
    margin-right: 2.5px;
    margin-left: 2.5px;
    border: unset;
}


.carousel-light {
    border-radius: 17px;
    background-color: #FFFFFF;
    padding: 47px 54px;
}

.carousel-dark .carousel-caption h5 {
    font-size: 51px;
    line-height: 59px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.carousel-dark .carousel-caption p {
    font-size: 21px;
    line-height: 24px;
    max-width: 514px;
}

.carousel-dark .carousel-caption {
    right: unset;
    bottom: unset;
    left: unset;
    padding-top: unset;
    padding-bottom: unset;
    color: #FFFFFF;
    text-align: left;
}

.carousel-dark .carousel-indicators {
    position: absolute;
    justify-content: unset;
    margin-right: unset;
    margin-bottom: 37px;
    margin-left: 47px;
    max-width: 33%;
}

.carousel-dark .carousel-indicators [data-bs-target]:first-of-type {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.carousel-dark .carousel-indicators [data-bs-target]:last-of-type {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #FFFFFF;
    width: 120px;
    height: 17px;
    padding: 0;
    margin-right: 2.5px;
    margin-left: 2.5px;
    border: unset;
}

.carousel-dark {
    background-color: #439AAA;
    padding: 47px 54px;
}

.md-align-left {
    text-align: left;
}

.md-align-center {
    text-align: center;
}

.md-align-center h1 {
    margin: 0 auto;
}

.md-align-right h1 {
    margin-left: auto;
}

.md-align-right {
    text-align: right;
}

.md-title {
    font-family: ClashDisplay-Bold;
    font-size: 28px;
    line-height: 32px;
}

h4.md-title {
    font-family: ClashDisplay-Bold;
    font-size: 41px;
    line-height: 46px;
}

.md-title-alt {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
}

h4.md-title-alt {
    font-size: 28px;
    line-height: 32px;
}

.carousel-page-top .carousel-item .carousel-caption h1,
.md-video-overlay h1 {
    font-size: 80px;
    line-height: 86px;
    text-align: left;
    margin-bottom: 12px;
    transition-timing-function: ease-out;
    font-family: ClashDisplay-Bold;
}
.carousel-subpage .carousel-item .carousel-caption h1 {
    font-size: 59px;
    line-height: 55px;
}

.carousel-page-top .carousel-item .carousel-caption strong,
.md-video-overlay strong {
    color: #218aab;
}

.carousel-page-top .carousel-item .carousel-caption p,
.md-video-overlay p {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 0;
}

.carousel-page-top .carousel-item .carousel-caption a.md-link,
.md-video-overlay a.md-link {
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
    font-size: 22px;
    line-height: 44px;
    margin-left: 30px;
}

.carousel-page-top .carousel-item .carousel-caption a.md-link strong,
.md-video-overlay a.md-link strong {
    color: #ffffff;
}

.carousel-page-top .carousel-control-prev-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23218AAB'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23218AAB' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M231.536 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113L238.607 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z'/%3E%3C/svg%3E");
}

.carousel-page-top .carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23218AAB'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23218AAB' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M216.464 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887L209.393 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L233.434 36.465c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
}

.carousel-page-top .carousel-item #blobContainer .blobVisual {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.carousel-page-top .carousel-item #blobContainer {
    width: 35vw;
    height: 25vw;
    margin-left: auto;
    margin-top: 210px;
}

/* Section: Video header */
section.md-homepage-video-section {
    min-height: 600px;
    position: relative;
}

#video-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
}

.md-video-opacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

/* Section: Animated marquee text */
.md-text-anim {
    padding-top: 141px;
    padding-bottom: 100px;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 1.2px;
    font-family: ClashDisplay-Bold;
    -webkit-text-stroke: 1px #1E609136; /* Width and color of the stroke */
    color: transparent; /* Color of the text fill */
}

/* Section: Video */
.md-video-section {
    padding-top: 87px;
    padding-bottom: 120px;
}
.md-video-element {
    border-radius: 36px;
    /* overflow: hidden; */
    /* position: relative; */
}

.btn-control-sound {
    z-index: 1010;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display:none;
}

.md-video-section:hover .btn-control-sound {
  display:block;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 36px;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Section: Text and image */
section.text-and-image {
    padding-top: 140px;
    padding-bottom: 60px;
}

.text-and-image p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}


.text-and-image ul {
    font-size: 22px;
    line-height: 50px;
    list-style: none;
}

.text-and-image ul li {}

.md-link {
    color: #272E36;
    text-decoration: none;
}

.md-img-container img {
    border-radius: 25px;
}
.md-img-container {
    padding: 26px;
}

/* .text-and-image ul li::before {
    content: "\2022";
    color: #218AAB;
    font-size: 34px;
    line-height: 34px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
} */
/* Section: Cases */
.md-case-panel {
    /*min-height: 440px;*/
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
    aspect-ratio: 1 / 1;
    width: 645px;
    height: 420px;
    margin-top: 23px;
    max-width: 100%;
    border-radius: 17px;
}

.md-case-panel-overlay {
    /* background-color: rgba(0,0,0,0.7); */
    background: transparent linear-gradient(188deg, #272E3600 0%, #272E36FE 100%, #272E36 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 17px;
    transition: opacity 0.55s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.55s ease-in-out;
    padding: 42px 54px;
}
.md-case-panel:hover .md-case-panel-overlay {
    background: transparent linear-gradient(188deg, #272E3600 0%, #1E6091 100%, #0077ff 100%) 0% 0% no-repeat padding-box;
    transition: background ease-in-out .3s;
}

.md-case-panel-overlay span {
    color: white;
    font-family: ClashDisplay-Bold;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

.md-case-panel-overlay p {
    max-width: 90%;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: white;
}

.md-overlay-content {
    position: absolute;
    right: 52px;
    left: 52px;
    bottom: 0;
    padding-bottom: 42px;
}

.home-text-color {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: #218AAB;
}

.md-text-intro p,
p.md-text-intro {
    font-size: 22px;
    line-height: 40px;
}

ul li::marker {
    color: #1E6091;
}

h3.md-heading {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
}

.md-cases-introduction p {
    font-size: 22px;
    line-height: 30px;
}

.md-cases-introduction h3 {
    margin-bottom: 29px;
}

section.tags {
    padding-bottom: 135px;
}

.md-tag {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    background-color: rgba(198, 198, 198, 0.32);
    border-radius: 27.5px;
    display: inline-block;
    padding: 13.5px 42px;
    margin-right: 16px;
    margin-bottom: 16px;
}

/* Section: Testimonial */
.md-testimonial {
    padding-top: 86px;
    padding-bottom: 82px;
    background-color: #ECF2F6;
}
.md-testimonial .md-title-alt {
    color: #1e6091;
    margin-bottom: 28px;
}

/* Section: USPS */
.md-usp-item {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 70px;
}
.md-usp-item i {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}
.md-usp-item h6 {
    font-size: 18px;
    line-height: 30px;
    color: #1E6091;
}
/* Section: Text and image */
.md-text-and-image {
    padding-top: 154px;
    padding-bottom: 215px;
}
/* Section: Client logos */
section.client-logos {
    padding-top: 168px;
    padding-bottom: 149px;
}

section.client-logos .image-link {
    margin-bottom: 24px;
    border-radius: 12px;
}

section.client-logos .image-link img {
    max-height: 68px;
    max-width: 70%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

section.client-logos .image-link:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

section.client-logos .image-link {
    background-color: white;
    height: 170px;
    border: 0 solid white;
    transition: all ease 200ms;
}

section.client-logos h3 {
    margin-bottom: 66px;
}

/* Section: Vacancies */
section.vacancies {
    padding-top: 135px;
    padding-bottom: 185px;
}

section.vacancies p {
    font-size: 22px;
    line-height: 40px;
}

section.vacancies .badge {
    padding: 4px 7px;
    font-size: 11px;
    max-width: 19px;
}

.md-vacancy-count {
    position: relative;
    top: -12px;
    right: 18px;
}

/* 404 */

.img-404 {
    margin-top: 200px;
    width: 66%;
    height: auto;
}

.title-404 {
    margin-top: 240px;
}
/* Section: Contact */
.md-contact-section {
    padding-top: 60px;
}
.md-map-img {
    border-radius: 20px;
}
.md-sticker-smiley-sm {
    max-width: 86px;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* Section: Vacancies */
section.vacancies {}

.md-card {
    box-shadow: 0px 3px 6px #0000001F;
    border-radius: 15px;
    margin-bottom: 20px;
    border: unset;
    text-decoration: none;
    color: #000;
}

.md-card:hover {
    text-decoration: none;
    color: #000;
}

.md-card:hover .btn-outline-dark {
    background-color: #FFFF00;
    border-color: #FFFF00;
    color: #272E36;
}

.md-card .card-title span {
    font-family: "Bebas Neue", sans-serif;
    color: #272E36;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.md-card .card-title h4 {
    font-family: ClashDisplay-Bold, sans-serif;
    color: #272E36;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #272E36;
}

.md-card .card-body {}

.md-card .card-body {
    padding: 32px;
}

.md-market-filter-option {
    margin-bottom: 10px;

}

.md-market-filter-option .btn {
    /* border-color: #191919;
    color: #191919;
    text-align: left; */
    position: relative;
    padding-right: 40px;
    /* font-weight: normal; */
    margin-right: 8px;
}

.md-market-filter-option .btn i {
    position: absolute;
    right: 13px;
    top: 12px;
}
/* 
.md-market-filter-option .btn-outline-secondary:hover {
    border-color: #218aab;
    color: #218aab;
    background-color: #FFFFFF
} */

.md-market-filter-option input[type="checkbox"]:checked+.btn {
    border-color: #FFFF00;
    background-color: #FFFF00;
    color: #000;
}

.md-market-filter-option input[type="checkbox"]:checked+.btn i.fa-square::before {
    content: "\f14a";
}

.md-market-filter-option input[type="checkbox"] {
    display: none;
}

.md-market-selection-section {
    padding-top: 54px;
    padding-bottom: 54px;
    background-color: #fff;
}

.vacancy-details {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.vacancy-detail-item {
    display: inline-block;
    padding-right: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.vacancy-detail-item i {
    font-size: 22px;
    line-height: 22px;
    color: #272E36;
    margin-right: 11px;
    vertical-align: middle;
}

/* Section: Call-to-Action */
section.call-to-action {
    padding-top: 78px;
    padding-bottom: 67px;
    position: relative;
    overflow: hidden;
}
section.call-to-action::before {
    content: '';
    display: block;
    background: linear-gradient(to right, #253848 0, #253848 33%, #244057 33%, #244057 66%, #234663 66%, #234663 100%);
    opacity: 1;
    width: 50%;
    height: 180%;
    top: -120px;
    right: -100px;
    position: absolute;
    transform: matrix(0.98, 0.21, -0.21, 0.76, 0.98, 0);
    animation: shrink 8s infinite alternate;
}

section.call-to-action h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

.bg-project-manager-1 {
    /* background: #1f7793; */
    background-image: url(../images/Kitty_Iding-6_transparent.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 360px;
}

.bg-project-manager-1.person-2 {
    background-image: url(../images/Adriaan_Snoeren-5-transparent.png);
}
.bg-project-manager-1.person-3 {
    background-image: url(../images/Remco_Snoeren-1-transparent.png);
}

.md-cta-primary {
    background-color: #272E36;
}

.md-cta-primary h3 {
    font-family: ClashDisplay-Bold;
    color: #ffffff;
    margin-bottom: 19px;
    font-size: 40px;
    line-height: 42px;
}

.md-cta-primary p {
    color: #ffffff;
    font-size: 28px;
    line-height: 32px;
    z-index: 10;
}

.md-cta-primary h4 {
    color: #ffffff;
}

.md-cta-primary a {
    color: white;
}

.md-cta-light {}

.md-cta-light h3 {
    color: #000000;
    margin-bottom: 42px;
}

.md-btn-xl {
    font-size: 18px;
    line-height: 33px;
    padding: 14px 60px;
    border-radius: 40px;
}

.md-btn-xl i {
    font-size: 38px;
    line-height: 38px;
    vertical-align: middle;
    margin-right: 22px;
}

/* Section: Working method intro */
.md-working-method-intro {}
.md-working-method-intro .md-swirls-animated {
    z-index: -1;
}
.md-working-method-intro .md-swirls-animated dotlottie-player {
    right: -60%;
    left: unset;
    top: -120px;
}

/* Section: Vertical swiper */
.swiper {
    width: 100%;
    height: 780px;
}

.swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.md-swiper-steps .container {
    --scroll-gradient: linear-gradient(to bottom, #ffff00 0%, #272e36 0%);
}
.md-swiper-steps .container::before {
    content: '\A';
    position: absolute;
    left: 5%;
    width: 4px;
    top: 0;
    bottom: 0;
    background: var(--scroll-gradient, linear-gradient(to bottom, #ffff00 0%, #272e36 0%));
    z-index: -1;
    transition: background 0.2s;
}
.md-swiper-vertical .card {
    border: 3px solid #272e36;
    border-radius: 16px;
    padding: 40px 30px;
    text-decoration: none;
    color: #272e36;
}
.md-swiper-vertical .card:hover {
    background-color: #272e36;
    color: #FFFFFF!important;
    transition: all ease .3s;
}
.md-swiper-vertical .card:hover .fa-li {
    color: #FFFF00;
}
.md-swiper-vertical .card:hover .btn-dark {
    border-color: #FFFF00;
    background-color: #FFFF00;
    color: #272e36;
}
.card .md-price {
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 16px;
}
.card .md-price b {
    font-family: ClashDisplay-Bold;
    font-size: 26px;
    line-height: 23px;
    margin-left: 6px;
}

.card ul {
    margin-bottom: 26px;
}
/* .card .btn {
    border-radius: 6px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
} */
.card .btn-dark {
    background-color: #272e36;
}

.md-swiper-progress {
    position: absolute;
    right: 20%;
    top: 0;
    z-index: 3;
}
.md-swiper-progress ul {
    list-style-type: none;
    padding: 0;
    position: relative;
}
.md-swiper-progress ul::before {
    content: '\A';
    position: absolute;
    left: 16px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #272e36;
    z-index: -1;
}
.md-swiper-progress ul li {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
    cursor: pointer;
}
.md-swiper-progress ul li span {
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    height: 34px;
    background-color: #272E36;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 18px;
    border-radius: 100%;
    font-weight: bold;
    transition: all ease .3s;
}
.md-swiper-progress ul li span.active {
    background-color: #FFFF00;
    color: #272E36;
    transition: all ease .3s;
}
/* Section: Footer */
.footer-main {
    /*padding: 40px 0 60px 0;*/
    padding-top: 61px;
    position: relative;
    overflow: hidden !important;
    /* background-image: url(images/footer-swirl.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -100px center; */
}

.footer-main img.md-emblem {
    position: absolute;
    max-width: 470px;
    opacity: .95;
}

.footer-main h5 {
    font-family: ClashDisplay-Bold;
    color: #272E36;
    font-size: 24px;
    line-height: 30px;
}

.footer-main a {
    text-decoration: none;
}
.footer-main a.md-link {
    color: #272E36;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

.footer-main a.md-link:hover {
    text-decoration: none;
}

.footer-main a.md-link:hover i {
    margin: 0 10px 0 10px;
}

.footer-main a.md-link i {
    color: #272E36;
    margin: 0 20px 0 0;
    transition: all ease 200ms;
    font-size: 15px;
    line-height: 15px;
}

/* .footer-main img {
    max-width: 180px;
    opacity: .05;
} */

.md-footer-bottom {
    padding-top: 220px;
    padding-bottom: 46px;
}

.sub-footer a.social-media-link {
    display: inline-block;
    text-align: center;
}

a.social-media-link:hover {
    background-color: #272D36 !important;
    text-decoration: none !important;
}

.sub-footer a.social-media-link {
    display: inline-block;
    text-align: center;
}

a.social-media-link:hover {
    background-color: #272D36 !important;
    text-decoration: none !important;
}

a.social-media-link {
    background-color: #272E36;
    color: #fff;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease-in-out;
}

a.social-media-link i {
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

a.md-link-sub {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #272e36;
}

a.md-link-sub:first-child::after {
    content: '|';
    margin-left: 8px;
}

/* Section: Team */
section.team {}

section.team a {
    color: #272E36;
}
section.team h5 {
    color: #272E36;
    font-size: 28px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.md-employee-photo {
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    position: relative;
    min-height: 160px;
    border-radius: 17px;
}

.md-photo-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #272E36;
    color: #ffffff;
    padding: 33px;
    opacity: 0;
    border-radius: 17px;
}

.md-photo-inner img {
    max-width: 66px;
    margin-bottom: 21px;
}
.md-photo-inner p {
    font-size: 17px !important;
    line-height: 20px !important;
    color: #fff;
    font-weight: normal !important;
}

.md-photo-inner a {
    color: #ffffff !important;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .md-photo-inner p {
        font-size: 13px !important;
        line-height: 16px !important;
    }
}

.md-employee-photo-hover:hover .md-photo-inner {
    opacity: 1;
    transition: .3s ease opacity;
}
.md-employee-photo .md-title-alt {
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 0;
}


.md-vacancy-tile {
    display: block;
    background-color: #272E36;
    color: #fff !important;
    /* aspect-ratio: 1 / 1; */
    max-width: 100%;
    min-height: 160px;
    /* text-align: center; */
    text-decoration: none;
    position: relative;
    border-radius: 20px;
}

.md-vacancy-tile:hover h5, .md-vacancy-tile:hover p, .md-vacancy-tile:hover i {
    color: #272e36 !important;
}
.md-vacancy-tile:hover {
    background-color: #ff0 !important;
}
.md-vacancy-tile h5 {
    color: #fff !important;
}

.md-vacancy-tile i {
    margin-top: 0 !important;
    font-size: 45px !important;
    line-height: 45px !important;
    margin-bottom: 20px;
    color: #ff0;
}

.md-vacancy-tile h5 {
    font-family: ClashDisplay-Bold;
    margin-top: 0 !important;
    color: #fff;
    font-size: 28px !important;
    line-height: 36px !important;
}

.md-vacancy-tile p {
    color: #ffffff;
    font-size: 17px !important;
}

.md-tile-inner {
    /* position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
    min-width: 80%;
    /* padding: 40px; */
}

.md-vacancy-tile:hover * {
    color: #fff !important;
}

.md-vacancy-tile:hover {
    /* background: linear-gradient(210.81deg, #4195F8 0%, #276EC2 100%); */
    /* transition: all ease .3s; */
}

/* Section: Features */
section.features {
    padding-bottom: 183px;
}

.md-feature {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
}

.md-i-pre {
    display: inline-block;
    width: 46px;
    float: left;
}

.md-i-pre i {
    font-size: 36px;
    line-height: 36px;
    color: #218aab;
    vertical-align: middle;
}

/* ---------------- END CASE CONTACT ---------------- */

.case-contact {
    background-color: #F6F6F6;
}

.case-contact-card {
    background-color: white;
}

.case-contact-card-detail {
    padding: 50px 0 70px 0;
}

.case-contact-card-detail-intro>*:first-child {
    width: 50px;
    margin-right: 10px;
}

.case-contact-card-detail-intro i {
    font-size: 30px;
}

.case-contact-card-detail-intro {
    color: black;
    margin: 5px 0;
}

a.case-contact-card-detail-intro:hover {
    color: gray;
    text-decoration: none;
}

a.case-contact-card-detail-intro:hover span {
    text-decoration: underline;
}

.case-contact-card-detail-intro h4 {
    font-weight: 900;
    font-size: 24px;
    margin: 0;
    font-family: "Museo-Sans";
}

.case-contact-card-detail-intro h5 {
    font-weight: 100;
    font-family: "Museo-Sans";
    font-size: 22px;
    margin: 0;
}

/* ---------------- END CASE CONTACT ---------------- */


/* Modal: Contact */
.modal-content {
    background-color: #242A34;
    color: #ffffff;
}

.modal-header {
    border: unset;
    padding: 20px 30px;
}

.modal-body {
    padding: 30px;
}

.modal-body p {
    font-size: 28px;
    line-height: 42px;
    font-weight: 300;
}

.modal-body h4 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 47px;
}

.modal-footer {
    border: unset;
}

.md-icon-and-text {
    display: block;
    margin-bottom: 14px;
}

.md-icon-and-text .md-icon i {
    font-size: 38px;
    line-height: 38px;
    vertical-align: middle;
}

.md-icon-and-text .md-icon img {
    display: block;
}

.md-icon-and-text .md-icon {
    display: inline-block;
    width: 90px;
}

.md-icon-and-text .md-text p {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 300;
}

.md-icon-and-text .md-text h5 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 0;
}

.md-icon-and-text .md-text {
    display: inline-block;
}

.md-icon-and-text .md-text a {
    text-decoration: underline;
    font-size: 22px;
}

.md-icon-and-text .md-text {}

/* width */
.modal-body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.modal-body::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb {
    background: #218aab;
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #206c8c;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath fill='white' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3E%3C/svg%3E");
    font-size: 48px;
    line-height: 28;
    opacity: 1;
    position: absolute;
    right: 20px;
    left: auto;
}

.carousel-page-top .carousel-item h2 {
    font-size: 35px;
    line-height: 42px;
    text-align: left;
    font-weight: normal;
    max-width: 498px;
}

.md-theming-default {
    background-color: #272e36;
}

.md-theming-light {
    background-image: linear-gradient(210.81deg, #60C1DF 0%, #228AAB 100%);
}

.md-theming-medium {
    background-image: linear-gradient(210.81deg, #4195F8 0%, #276EC2 100%);
}

.md-theming-dark {
    background-image: linear-gradient(210.81deg, #439AAA 0%, #206171 100%);
}

.g-recaptcha {
    margin-bottom: 20px;
}

form label {
    width: 100%;
}
label {
    font-size: 17px;
    line-height: 22px;
    color: #272E36;
    margin-bottom: 12px;
    /* width: 100%; */
}
label[optional]::after {
    content: 'Optioneel';
    float: right;
    color: #1E6091;
}

.md-form-control {
    background-color: #ECF2F6;
    color: #1E6091;
    border-radius: 5px;
    border: 1px solid #ECF2F6;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 14px;
}

.md-form-control:focus {
    color: #1E6091;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #1E609140;
}

.md-form-control.invalid {
    border-color: #CC3158;
    box-shadow: 0 0 0 .25rem #CC315840;
    background-color: #FCECF3;
    color: #CC3158;
}
label.invalid {
    color: #CC3158;
}

.md-alert {
    border: unset;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 14px 15px;
}
.md-alert ul {
    padding-left: 47px;
    margin-bottom: 0;
}
.md-alert ul li::marker {
    color: #CC3158;
}
.md-alert ul li {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    
}
.md-alert i {
    vertical-align: middle;
    font-size: 21px;
    line-height: 21px;
    margin-right: 8px;
}
.alert-success {
    color: #5FA955;
    background-color: #EFFEF4;
}
.alert-danger {
    color: #CC3158;
    background-color: #FCECF3;
}
.alert-danger ul li::marker {
    color: #CC3158;
}
.form-floating>label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.md-ul-style ul {
    margin: 12px 0;
    list-style: none;
    padding: 0;
}

.md-ul-style ul li {
    font-size: 18px;
    line-height: 29px;
}

.md-ul-style ul li:before {
    content: '✓';
    width: 26px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
}

.md-features-block-container i.fas {
    color: #439AAA;
    line-height: 27px;
}

.md-features-block-container h4 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 23px;
}

.md-features-block-container p {
    /* font-size: 15px;
    line-height: 18px; */
    max-width: 500px;
    margin-bottom: 70px;
}

.md-features-block-container {}

.md-fz-bigger {
    color: #439AAA;
    line-height: 27px;
    font-size: 28px;
}

.md-box-features {}

.md-box-features ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
}

.md-box-features ul li {
    flex: calc(50% - 13px);
    background-color: #DFF9FF;
    color: #439aaa;
    font-size: 21px;
    line-height: 23px;
    padding: 51px 46px;
    border-radius: 17px;
}

.md-contact-btn {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    padding: 9px 42px;
}

.md-testimonial-section {
    background-color: #272e36;
}
.md-testimonial-section {
    margin-bottom: -258px;
    margin-top: 115px;
}

.md-testimonial-section .row:first-child {
    position: relative;
    top: -120px;
}

.md-testimonial-section img {
    max-height: 479px;
}

.md-testimonial-img {
    position: relative;
    border-radius: 20px;
}

.md-bg-quote * {
    z-index: 1;
}

.md-bg-quote p {
    color: #fff;
}

.md-bg-quote h5 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.md-bg-quote {
    position: relative;
}

.md-bg-quote::before {
    content: '\A';
    width: 166px;
    height: 197px;
    left: -70px;
    top: -130px;
    display: block;
    position: absolute;
    background-image: url(/images/double-quote-outline.svg);
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 0;
}

.md-img-rounded {
    border-radius: 15px;
}
.md-paragraph-lg {
    max-width: 670px;
    font-size: 22px;
    line-height: 30px;
}
.md-sticker-smiley {
    max-width: 179px;
    margin-bottom: 43px;
}
.md-steps-vertical {
    position: relative;
}
.md-steps-vertical .md-swirls-animated {
    position: absolute;
    z-index: -1;
}
.md-steps-vertical .md-swirls-animated dotlottie-player {
    right: -60%;
    left: unset;
    top: -300px;
    transform: unset;
    position: relative;
}
.md-vertical-line i {
    font-size: 60px;
    line-height: 60px;
}
.md-vertical-line::before {
    content: '\A';
    position: absolute;
    left: 40.5px;
    top: 59px;
    bottom: 0;
    width: 3px;
    background-color: #000000;
}
.md-step:last-of-type .md-vertical-line::before {
    content: unset;
}
.md-step p {
    margin-bottom: 57px;
}
.md-swiper-vertical .md-step p {
    margin-bottom: 12px;
    line-height: 22px;
}
.md-step ul {
    color: #1e6091;
    font-size: 17px;
    line-height: 22px;
}
.md-step h6 {
    color: #1E6091;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.md-vertical-line {
    position: relative;
}

.md-nr {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 1.2px;
    font-family: ClashDisplay-Bold;
    -webkit-text-stroke: 2px #1E609120;
    color: transparent;
    position: absolute;
    top: -60px;
    left: -100%;
}

#scrollToTeam {
    float: right;
    margin-right: 26px;
}

.voucher-form {
    padding-top: 45px;
    padding-bottom: 45px;
}

.md-subnavigation-link {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
}
.md-subnavigation-link i {
    vertical-align: middle;
    margin-left: 12px;
}
.md-voucher-input {
    font-weight: 900;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.navbar.bg-transparent .hamburger-inner, .navbar.bg-transparent .hamburger-inner::before, .navbar.bg-transparent .hamburger-inner::after {
    background-color: #fff;
}
.navbar.bg-transparent .hamburger.is-active .hamburger-inner, .navbar.bg-transparent .hamburger.is-active .hamburger-inner::before, .navbar.bg-transparent .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}
.navbar.bg-transparent {
    box-shadow: unset;
}
.navbar.bg-transparent.md-navbar-active {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.13);
}
.navbar.bg-transparent .navbar-brand img {
    filter: invert(1) brightness(1);
}
.navbar.bg-transparent .navbar-nav .nav-link {
    color: #fff;
}
.navbar.bg-transparent .navbar-nav .nav-link:hover {
    color: #218AAB;
}
.md-navbar-active.navbar.bg-transparent {
    background-color: #fff !important;
}
.md-navbar-active.navbar.bg-transparent .hamburger-inner, .md-navbar-active.navbar.bg-transparent .hamburger-inner::before, .md-navbar-active.navbar.bg-transparent .hamburger-inner::after {
    background-color: #000;
}
.md-navbar-active.navbar.bg-transparent .hamburger.is-active .hamburger-inner, .md-navbar-active.navbar.bg-transparent .hamburger.is-active .hamburger-inner::before, .md-navbar-active.navbar.bg-transparent .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}
.md-navbar-active.bg-transparent .navbar-brand img {
    filter: invert(0) brightness(0);
    transition: filter .3s ease-out;
}
.md-navbar-active.bg-transparent .navbar-nav .nav-link {
    color:#272E36;
    transition: color .3s ease-out;
}
.sticker-container {
    overflow: hidden; /* To hide the image before it enters */
    width: 100%; /* Adjust based on your layout */
    height: 180px; /* Adjust based on your image size */
    position: relative; /* Allows the image to be positioned absolutely within */
    left: calc(-25% - 60px);
}
.rolling-image {
    width: 180px; /* Adjust based on your image size */
    height: 180px; /* Adjust based on your image size */
    border-radius: 50%; /* Ensures the image is round */
    position: absolute;
    left: -180px; /* Start position (off-screen) */
    top: 50%; 
    transform: translateY(-50%) rotate(0deg);
    animation: rollIn 3s ease-in-out forwards;
}
@keyframes rollIn {
    0% {
        left: -180px;
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        left: calc(100% - 180px); /* End position (right side) */
        transform: translateY(-50%) rotate(360deg); /* Complete one full rotation */
    }
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 150px;
    overflow-x: hidden;
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}
.track-2 {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-2 32s linear infinite;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}  
@keyframes marquee-2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}  

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }

    .md-tile-inner {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .md-vacancy-tile {
        aspect-ratio: 1 / 1;
    }
}

@media only screen and (max-width: 1234px) {
    .md-navbar .nav-item .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .md-contact-btn {
        margin-left: 30px;
    }

    .md-navbar .nav-item .nav-link .badge {
        right: -3px;
    }
}

@media screen and (max-width:1199.98px) {
    .md-swiper-progress {
        right: 10%;
    }
    .md-case-panel {
        max-height: 300px;
    }
    .md-title {
        font-size: 26px;
        line-height: 30px;
    }
    .carousel-page-top .carousel-item {
        min-height: 570px;
    }
    .md-cta-primary h3 {
        font-size: 34px;
        line-height: 33px;
    }
    .md-cta-primary p {
        font-size: 23px;
        line-height: 27px;    
    }
}
@media screen and (min-width: 1024px) and (max-width:1200px) {
    .md-vacancy-tile i {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .md-vacancy-tile h5 {
        font-size: 18px !important;
        line-height: 19px !important;
        margin-bottom: 9px !important;
    }

    .md-vacancy-tile p {
        font-size: 15px !important;
    }
}

@media screen and (max-width:1200px) {
    .md-navbar .nav-item .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .md-navbar .nav-item .nav-link .badge {
        right: -2px;
    }


}

@media only screen and (max-width: 1086px) {
    .md-navbar .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .md-contact-btn {
        margin-left: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .md-navbar .nav-item .nav-link .badge {
        right: -3px;
    }
}

@media screen and (max-width: 1024px) {
    /* .md-case-panel-overlay {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    } */

    .md-navbar .nav-item .nav-link {
        font-size: 16px;
        line-height: 23px;
    }

    .home-text-color {
        font-size: 28px;
    }

    .md-feature {
        font-size: 18px;
    }

    .carousel-page-top .carousel-item .carousel-caption,
    .md-video-overlay {
        max-width: 70%;
    }

    .carousel-page-top .carousel-item .carousel-caption h1 {
        font-size: 34px;
        line-height: 42px;
        font-weight: 900;
        max-width: 690px;
        margin-bottom: 17px;
        transition-timing-function: ease-out;
    }

    .carousel-page-top .carousel-item .carousel-caption h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .carousel-page-top .carousel-item {
        min-height: 540px;
    }

    .carousel-page-top .carousel-type-desktop {
        border-top: 12px solid #898484;
        border-left: 12px solid #898484;
        border-right: 12px solid #595050;
    }

    .carousel-page-top .carousel-type-smartphone {
        border-top: 6px solid #898484;
        border-left: 6px solid #898484;
        border-right: 6px solid #595050;
    }


    .md-case-panel .md-case-panel-overlay {
        opacity: 1;
        top: auto;
        bottom: 0px;
        overflow: hidden;
        top: 0;
    }

    .md-case-panel-overlay span {
        text-align: left;
        padding-top: 20px;
        /* margin-left: 20px; */
        font-size: 20px;
        line-height: 24px;
    }

    .md-case-panel-overlay p {
        text-align: left;
        padding-top: 2px;
        margin-left: 20px;
        font-size: 16px;
        line-height: 19px;
        padding-left: 0px;
    }

    .carousel-page-top .carousel-item {
        min-height: 470px;
    }
    
    .md-steps-vertical {
        overflow: hidden !important;
    }
}


@media screen and (max-width: 991.98px) {
    .md-navbar .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .vacancy-detail-item {
        padding-right: 16px;
    }

    .md-dropdown-menu {
        max-height: 750px;
        opacity: 1;
        transition: opacity .8s ease;
        visibility: visible;
        display: block;
        transform: unset;
        margin: 0;
        box-shadow: unset;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }

    .submenu {
        display: block;
        margin: 0 !important;
        border: unset;
        text-indent: 18px;
    }

    .md-navbar .nav-item .nav-link .badge {
        position: relative;
        left: 20px;
        top: 0px;
    }
    .md-paragraph-lg {
        font-size: 19px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .bg-project-manager-1 {
        background-size: 80%;
        max-width: 480px;
        min-height: 370px;
        background-position: bottom;
        margin: 0 auto;
        position: relative;
    }
    .bg-project-manager-1::before {
        content: '';
        position: absolute;
        left: 18%;
        right: 14%;
        bottom: 0;
        top: 50px;
        background: linear-gradient(transparent 50%, #272e36);
    }

    .usp-box-onhover .col-12 {
        border-radius: 17px !important;
    }

    .md-badge {
        font-size: 11px;
        padding: 4px 12px;
        line-height: 14px;
    }

    .md-voucher-input {
        font-size: 19px;
        line-height: 23px;
    }

    .md-img-container {
        padding: 0;
        margin-bottom: 26px;
    }
}

@media screen and (min-width: 768px) {
    .bg-project-manager-1 {
        clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    }

}

@media screen and (max-width: 575.98px) {

    .modal-body p {
        font-size: 18px;
        line-height: 24px;
    }

    .btn-light-contact {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #218AAB;
    }

    .btn-light-contact:hover {
        background-color: #000;
        border-color: #000;
        color: #FFFFFF;
    }

    section.text-and-image {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .carousel-page-top .carousel-item {
        min-height: 450px;
        background-size: cover;
        background-position: center;
    }

    .carousel-page-top .project-carousel-item {
        min-height: auto;
    }

    .carousel-page-top .carousel-item .carousel-caption {
        max-width: 100%;
    }


    .btn-wide i {
        padding-left: 56px;
    }

    .carousel-page-top .carousel-item .carousel-caption a.md-link {
        margin-left: 0;
        display: block;
    }

    h2 {
        font-size: 28px;
        line-height: 42px;
    }

    /* h3 {
        font-size: 34px;
        line-height: 38px;
    } */
    a.md-regular-link {
        font-size: 17px;
        line-height: 36px;
    }

    a.md-regular-link i {
        font-size: 17px;
        line-height: 17px;
    }

    .text-and-image p {
        font-size: 18px;
        line-height: 36px;
    }

    .md-btn-xl {
        font-size: 22px;
        line-height: 28px;
    }

    .md-btn-xl i {
        font-size: 26px;
        line-height: 26px;
        margin-right: 16px;
    }

    .md-tag {
        font-size: 16px;
        padding: 6px 12px;
    }

    .md-photo-inner p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .md-vacancy-tile h5 {
        font-size: 25px !important;
        line-height: 38px !important;
        margin-bottom: 12px !important;
    }

    .md-vacancy-tile p {
        font-size: 18px !important;
    }

    #cookie-message {
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
    }

    #cookie-message p {
        font-size: 18px;
        line-height: 34px;
    }

    .generic_content {
        margin-top: 90px;
        padding-bottom: 30px;
    }

    .generic_content h1 {
        font-size: 80px;
    }

    .carousel-page-top .carousel-item .carousel-caption h1 {
        font-size: 34px;
        line-height: 42px;
        font-weight: 900;
        max-width: 100%;
        margin-bottom: 17px;
        transition-timing-function: ease-out;
    }

    .carousel-page-top .carousel-item .carousel-caption h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .carousel-page-top .carousel-item .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .md-case-panel {
        /*min-height: 440px;*/
        position: relative;
        background-size: cover;
        background-position: center;
        display: block;
        aspect-ratio: 1 / 1;
        width: 100%;
        height: 320px;
        margin-top: 23px;

    }


    .btn-close {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath fill='white' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3E%3C/svg%3E");
        font-size: 48px;
        line-height: 28;
        opacity: 1;
        position: absolute;
        left: auto;
        right: 20px;
    }

    .title-404 {
        margin-top: 80px;
    }

    .leftoutline {
        margin-left: 4px;
    }

    .md-usp-item {
        text-align: center;
        padding-top: 55px;
        padding-bottom: 45px;
    }
}


.mouse-cursor-gradient-tracking {
    position: relative;
    background: linear-gradient(210.81deg, #4195F850 0%, #276EC250 100%);
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.md-gradient-dark {
    background: linear-gradient(210.81deg, #439AAA50 0%, #20617150 100%);
}

.md-gradient-medium {
    /* background: linear-gradient(210.81deg, #439AAA50 0%, #20617150 100%); */
}

.md-gradient-light {
    background: linear-gradient(210.81deg, #60C1DF50 0%, #228AAB50 100%);
}

.mouse-cursor-gradient-tracking .md-tile-inner {
    position: relative;
}

.mouse-cursor-gradient-tracking::before {
    z-index: -1;
    --size: 1240px;
    opacity: 0;
    content: '';
    position: absolute;
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #276EC2, #4195F8);
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
    border-radius: 100%;
}

.md-gradient-dark::before {
    background: radial-gradient(circle closest-side, #439AAA, #206171);
}

.md-gradient-medium::before {
    /* background: linear-gradient(210.81deg, #439AAA50 0%, #20617150 100%); */
}

.md-gradient-light::before {
    background: radial-gradient(circle closest-side, #60C1DF, #228AAB);
}

.mouse-cursor-gradient-tracking:hover::before {
    --size: 1240px;
    opacity: 1;
    transition: opacity 0.2s ease;
}

/* Paddings */
.pt-\[50px\] {
    padding-top: 50px !important;
}

.pt-\[70px\] {
    padding-top: 70px !important;
}

.pt-\[90px\] {
    padding-top: 90px !important;
}

.pb-\[75px\] {
    padding-bottom: 75px !important;
}

.pb-\[90px\] {
    padding-bottom: 90px !important;
}

.pb-\[120px\] {
    padding-bottom: 120px !important;
}

@media screen and (max-width: 453.98px) {
    .md-photo-inner p {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .md-vacancy-tile p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .md-vacancy-tile h5 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .md-vacancy-tile i {
        font-size: 34px !important;
        line-height: 34px !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 353.98px) {
    .navbar-brand img {
        max-width: 126px;
    }

    .md-navbar {
        padding-top: 36px;
        padding-bottom: 35px;
    }

    .md-navbar-active {
        padding-top: 16px;
        padding-bottom: 15px;
    }

}

.with-list-styles ul>li {
    list-style: disc !important;
}
@media screen and (min-width: 992px) and (max-width: 1360px) {
    .md-navbar .nav-item .nav-link {
        font-size: 16px;
    }
    .md-contact-btn {
        padding: 9px 32px;
        font-size: 20px;
    }
    .md-navbar .navbar-brand img {
        max-width: 180px;
    }
}