@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
        url('fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Black.woff2') format('woff2'),
        url('fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
        url('fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Light.woff2') format('woff2'),
        url('fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
        url('fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}
*{
    scrollbar-width: auto;
    scrollbar-color: #243847 #D7CEB9;
}
.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}
.container{
    max-width: 1260px;
}
.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    background-color: #fff;
    font-family: 'Satoshi';
}
*::selection
{
    background-color: #80642E80;
    color: #111921;
}
.jcc{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}

.d-flex{
    flex-wrap: wrap;
}

/* Hero Section */
.hero-section {
    background: url('../images/banner-bg.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: grid;
    align-content: space-between;
}

.navbar
{
    padding: 20px 0;
    transition: all 0.5s;
}
.navbar.dd-menu{
    transform: translateY(-100%);
}
.navbar.dd-menu.changeclr{
    transform: translateY(0);
}

.logo 
{
    height: 115px;
     transition:none;
}

.hero-section .container
{
    max-width: 100%;
    width: 90%;
}
.hero-content 
{
    color: white;
    position: relative;
    margin-bottom: 28px;
    margin-top: 70px;
}
.hero-section:before
{
    content: '';
    background-color: rgba(36, 56, 71, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}
.hero-content h1 
{
    font-size:75px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 75px;
    margin: 10px 0 20px;
}

.social-icons
{
    margin-top: 50px;
}
.social-icons a 
{
    color: #D7CEB9;
    font-size: 30px;
    margin-right: 15px;
    transition: opacity 0.3s;
}
.mobile-logo,
.lang-btn
{
    display: none;
}
.social-icons a:hover 
{
    opacity: 0.8;
}

/* Services Section */

.services-section 
{
    background-color:#243847;
}

.services-section h5
{
    color: #80642E;
    font-size: 16px;
    margin-bottom:20px;
}
.section-title 
{
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.service-card 
{
    position: relative;
    max-width: 100%;
    padding: 80px 90px 40px 60px;
}
.service-card:before
{
    content: '';
    background-color: #D7CEB9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 120%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -1;
}
.service-card:hover:before
{
    opacity: 1;
    visibility: visible;
}

.service-card:hover h3,
.service-card:hover a
{
    color: #243847;
}
.service-card h3
{
    font-size: 20px;
    color: #D7CEB9;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    transition: all 0.5s;
}


.service-card a
{
    margin-top: 50px;
}
.service-card a:hover
{
    color:#D7CEB9
}
.btn-h
{
    color: #D7CEB9;
    font-size: 16px;
    display: block;
    width: fit-content;
    padding: 10px 30px;
    position: relative;
    cursor: pointer;
}
.btn-h:before
{
    content: '';
    border-left: 2px solid #80642E;
    border-bottom: 2px solid #80642E;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 6px;
    margin: auto;
    transition: all 0.3s;
}
.btn-h:hover:before
{
    background-color: #80642E;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.btn-h span
{
    position: relative;
}
.btn-h:hover
{
    color: #D7CEB9;
}
.btn-h button{
    border: 0!important;
    border-radius: 0!important;
    font-size: unset!important;
    font-weight: unset!important;
    line-height: unset!important;
    padding: unset!important;
    text-align: unset!important;
    transition: unset!important;
    vertical-align: unset!important;
    white-space: unset!important;
}
.btn-h button:hover,
.btn-h button:focus
{
    opacity: unset!important;
    outline: unset!important;
}
form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style),
form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style)
{
    background-color: unset!important;
    color: unset!important;
}

header .normal-cls
{
    display: none;
}
.hero-section h2
{
    text-transform: uppercase;
    color: #D7CEB9;
    font-size: 56px;
    font-weight: 500;
}
.hero-section .hero-content p
{
    max-width: 36%;
    font-size: 18px;
    color: #fff;
}
.social-icons
{
    display: flex;
    justify-content: space-between;
}
.hero-section .navbar li
{
    height: fit-content;
}
.hero-section .navbar select,
.lang-btn select
{
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
}
.hero-section .navbar select:focus,
.lang-btn select:focus
{
    outline: 0;
}
.hero-section .navbar select option,
.lang-btn select option
{
    background-color: #000;
}
.hero-section .navbar li a
{
    color: #fff;
    font-size: 15px!important;
    margin: 0 20px!important;
    transition: all 0s;
}

.about-us-cls
{
    padding: 150px 0;
}
.about-us-cls .head h5
{
    color: #80642E;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.about-us-cls .head h2
{
    color: #243847;
    font-size: 60px;
    text-align: center;
    font-weight: 700;
}
.about-us-cls .main-content
{
    position: relative;
    margin: 45px 0 35px;
}
.about-us-cls .main-content .col-12:first-child
{
    position: relative;
}
.about-us-cls .main-content .col-12:first-child:before
{
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    content: '';
    background-color: #000;
    width: 1px;
    position: absolute;
}
.about-us-cls .main-content .box
{
    padding: 22px 80px;
}
.about-us-cls .main-content .box p
{
    font-size: 18px;
    color: #243847;
    line-height: 28px;
}
.about-us-cls .main-content .box.l-box p
{
    text-align: right;
}
.about-us-cls .main-content .btn-h
{
    margin: 40px auto 0;
    color: #243847;
}
.about-us-cls .main-content .btn-h:hover
{
    color: #D7CEB9;
}

.services-section-t {
    background-color: #243847;
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

.services-header {
    max-width: 40%;
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: fit-content;
}

.services-header h2
{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.services-header p
{
    color: #fff;
    font-size: 18px;
    max-width: 50%;
    margin: 20px 0 15px;
}

.service-item h3 {
    font-size: 1.5rem;
    font-weight: bold;
}


/* Contact Section Styles */
.contact-section {
    background-color: #243847;
    padding: 150px 0 100px;
}

.contact-form {
    max-width: 70%;
    margin-top: 40px;
}

.contact-form .ff-el-group.ff-el-form-hide_label.form-group,
.contact-form .ff-el-group.ff-el-form-hide_label
{
    margin-bottom: 30px!important;
}
.contact-form .btn-h
{
    margin: 50px auto;
}
.contact-section .btn-h
{
    margin: 20px auto;
}
.contact-form .form-control,
.contact-form .ff-el-form-control {
    background-color: transparent;
    border: none!important;
    border-bottom: 1.5px solid #D7CEB9!important;
    border-radius: 0!important;
    color: #D7CEB9!important;
    font-size: 18px;
    padding:12px 10px!important;
    font-family: 'Satoshi'!important;
}

.form-control::placeholder,
.contact-form .ff-el-form-control::placeholder {
    color: #D7CEB9!important;
}

.form-control:focus,
.contact-form .ff-el-form-control:focus {
    background-color: transparent!important;
    border-color: white!important;
    box-shadow: none!important;
    color: white!important;
}
/* Slick Slider Custom Navigation */
.services-section-t .slider-cls .slick-prev, 
.services-section-t .slider-cls .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
    color: white;
}

.services-section-t .slider-cls .slick-prev {
    left: -50px;
}

.services-section-t .slider-cls .slick-next {
    right: -50px;
}
.services-section-t .slider-cls
{
    max-width: 80%;
    margin-left: auto;
    transform: translateX(15%);
}
.slider-cls img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider-cls .service-item
{
    position: relative;
    height: 700px;
}
.slider-cls .service-item:before
{
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.3561799719887955) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 81%, rgba(0,0,0,1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.slider-cls .service-item:after
{
    content: '';
    height: 20px;
    width: 20px;
    bottom: 12px;
    right: 18px;
    position: absolute;
    border-right: 2px solid #80642E;
    border-bottom: 2px solid #80642E;
}
.slider-cls .service-item h3
{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    width: 75%;
    margin: auto;
    text-align: left;
    left: 0;
    right: 0;
}
.slider-cls .slick-dots
{
    margin-bottom: 0;
    bottom: -55px;
    width: 60%;
    display: flex;
    align-items: center;
    left: 0;
}
.slider-cls .slick-dots li
{
    margin: 0;
    width: 100%;
    padding: 10px 0;
    height: fit-content;
}
.slider-cls .slick-dots li button
{
    background-color: #111921;
    height: 2px;
    transition: all 0.3s;
    width: 100%;
    padding: 0;
}
.slider-cls .slick-dots li.slick-active button
{
    background-color: #D7CEB9;
    height: 6px;
}
.slider-cls .slick-dots li button:before
{
    display:none;
}
.slider-cls .slide-arrow 
{
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: -60px;
    height: 40px;
    width: 40px;
}
.slider-cls .slide-arrow img
{
    height: 28px;
    width: fit-content;
}
.slider-cls .slide-arrow.prev-arrow
{
    right: 25.5%;
}
.slider-cls .slide-arrow.next-arrow
{
    right: 21%;
}

.contact-section h3
{
    color: #D7CEB9;
    font-size: 20px;
    text-align: center;
}
.contact-section h2
{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 7px 0 15px;
}
.contact-section p
{
    color: #fff;
    font-size: 18px;
}

.success-cls
{
    padding: 150px 0 100px;
}
.success-cls .head h4
{
    text-align: center;
    color: #80642E;
    font-size: 20px;
    text-transform: uppercase;
}
.success-cls .head h2
{
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #243847;
    margin: 6px 0 15px;
}
.success-cls .head p
{
    text-align: center;
    color: #243847;
    font-size: 18px;
}

.success-cls .main-content
{
    padding: 60px 0;
}
.success-cls .main-content .box
{
    padding: 0 8px;
}
.success-cls .main-content .box img
{
    height: 380px;
    width: 380px;
    object-fit: cover;
}
.success-cls .main-content .box h3
{
    font-size: 25px;
    color: #243847;
    margin: 25px 0 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
}
.success-cls .main-content .box p
{
    font-size: 18px;
    color: #243847;
    line-height: 30px;
}
.success-cls .main-content .box a.btn-h
{
    color: #243847;
    margin-top: 10px;
}
.success-cls .main-content .box a.btn-h:hover
{
    color: #D7CEB9;
}





.reviews-section {
    padding: 80px 0 190px;
    background-color: #f9f9f9;
}
.reviews-section .section-title {
    text-align: center;
    color: #80642E;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}

.reviews-section .main-title {
    text-align: center;
    color: #1a2b3c;
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: 700;
}

.reviews-section .reviews-slider {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-section .review-item {
    padding: 20px 30px;
    text-align: center;
    height: auto;
}

.reviews-section .review-text {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 15px;
}
.reviews-section .slick-track
{
    display: flex;
    height: 100%;
}
.reviews-section .reviewer-name {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.reviews-section .slide-arrow 
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 60px;
    width: 60px;
    transition: all 0.5s;
}
.reviews-section .slide-arrow img
{
    height: 40px;
}
.reviews-section .slide-arrow.next-arrow
{
    right: -60px;
}
.reviews-section .slide-arrow.prev-arrow
{
    left: -60px;
}
.reviews-section .slick-dots
{
    margin-bottom: 0;
    bottom: -100px;
    width: 22%;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
}
.reviews-section .g-box {
    display: grid;
    height: 100%;
    align-content: space-between;
    justify-items: center;
    justify-content: space-around;
}
.reviews-section .slick-dots li button:before {
    display: none;
}

.reviews-section .slick-dots li
{
    margin: 0;
    width: 100%;
    padding: 10px 0;
    height: fit-content;
}
.reviews-section .slick-dots li button
{
    background-color: #D7CEB9;
    height: 2px;
    transition: all 0.3s;
    width: 100%;
    padding: 0;
}
.reviews-section .slick-dots li.slick-active button {
    background-color: #243847;
    height: 5px;
}


footer.footer {
    background-color: #111921;
    color: #fff;
    padding: 60px 0 20px;
}

footer .footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 120px;
}

footer .footer-logo img {
    max-width: 210px;
}

footer .footer-section h3 {
    color: #D7CEB9;
    /* font-size: 18px; */
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 600;
}

footer .footer-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

footer .footer-section ul li {
    margin-bottom: 12px;
    /* font-size: 18px; */
     font-size: 16px;
}
footer .footer-section ul li:last-child
{
    margin-bottom: 0;
}
footer .footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    /* font-size: 18px; */
    transition: color 0.3s ease;
}

footer .footer-section ul li a:hover {
    color: #b8860b;
}


footer .social-links a {
    color:#D7CEB9;
    text-decoration: none;
    margin-right: 15px;
    font-size: 30px;
    transition: color 0.3s ease;
}

footer .social-links a:hover {
    color: #b8860b;
}

footer .footer-bottom {
    padding-top: 20px;
    border-top: 2px solid #3A3A3A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
footer .footer-bottom p
{
    color: #D7CEB9;
    font-weight: 200;
}
footer .footer-links a {
    color: #D7CEB9;
    font-weight: 200;
    text-decoration: none;
    margin-left: 90px;
    transition: color 0.3s ease;
}

footer .footer-links a:hover {
    color: #b8860b;
}



.hero-section.sub-p-banner.over-ons-bnr
{
    background-image: url('../images/ab-bnr.png');
    align-content: center;
}
.hero-section.sub-p-banner
{
    align-content: center;
}
.hero-section.sub-p-banner .navbar
{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.hero-section.sub-p-banner h1
{
    font-size: 60px;
    line-height: 60px;
}
.hero-section.sub-p-banner .hero-content
{
    position: unset;
}
.hero-section.sub-p-banner:before
{
    display: none;
}
.hero-section.sub-p-banner .hero-content .social-icons 
{
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.hero-section.sub-p-banner .hero-content .social-icons a
{
    margin: 0;
}
.hero-section.sub-p-banner .hero-content p
{
    max-width: 750px;
}

.about-box .text
{
    padding: 40px 100px;
}

.about-box .text p
{
    font-size: 18px;
    color: #243847;
    margin-bottom: 30px;
}
.about-box .text p:last-child
{
    margin-bottom: 0;
}
.about-box .img img,
.about-box .img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aanpak-cls
{
    background-color: #243847;
    padding: 100px 0;
}
.aanpak-cls .head h2,
.about-box-two.about-box .text h2
{
    color: #D7CEB9;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.aanpak-cls .head p
{
    text-align: center;
    font-size: 18px;
    color: #fff;
    max-width: 90%;
    margin: 15px auto 60px;
}
.aanpak-cls .main-content
{
    max-width: 1040px;
    margin: auto;
}
.aanpak-cls .main-content .box
{
    margin: 0 25px;
    border: 1px solid #D7CEB9;
    min-height: 400px;
    padding: 30px;
    display: grid;
    align-content: end;
    transition: all 0.5s;
}
.aanpak-cls .main-content .box:hover
{
    background-color: #D7CEB9;
}
.aanpak-cls .main-content .box:hover p,
.aanpak-cls .main-content .box:hover h4
{
    color: #243847;
}
.aanpak-cls .main-content .box p
{
    font-size: 18px;
    color: #D7CEB9;
}
.aanpak-cls .main-content .box h4
{
    color: #D7CEB9;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}

.about-box-two.about-box .text
{
    padding: 30px 60px;
}
.about-box-two.about-box .text h2
{
    text-align: left;
    color: #243847;
    margin-bottom: 10px;
}

.hero-section.sub-p-banner.wat-doen-bnr
{
    background-image: url('../images/wat-doen-bg.png');
}
.wat-sec-main .text
{
    padding:80px 70px;
}
.wat-sec-main.wat-sec-one .text
{
    padding-right: 100px;
}
.wat-sec-main .img img,
.wat-sec-main .img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wat-sec-main .col-lg-7
{
    width: 53.333333%;
}
.wat-sec-main .col-lg-5
{
    width: 46.666667%;
}
.wat-sec-main .text h2
{
    font-size: 60px;
    color: #243847;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 65px;
    margin-bottom: 10px;
}
.wat-sec-main .text p
{
    color: #243847;
    font-size: 18px;
    line-height: 30px;
}
.wat-sec-main.wat-sec-two
{
    background-color: #243847;
}
.wat-sec-main.wat-sec-two h2
{
    color: #D7CEB9;
}
.wat-sec-main.wat-sec-two p
{
    color: #fff;
}
.wat-sec-main.wat-sec-two .text
{
    padding: 90px;
}
/*
.wat-sec-main.wat-sec-one.wat-b-three .img img
{
    max-height: 800px;
}
.wat-sec-main.wat-sec-one.wat-b-five .img img
{
    max-height: 750px;
}*/

.hero-section.sub-p-banner.projecten-bnr
{
    background-image: url('../images/pro-bnr.png');
}

.galler-cls
{
    padding: 130px 0 110px;
}
.galler-cls .container
{
    max-width: 1094px;
}
.galler-cls .more-btn
{
    margin-top: 70px;
}
.galler-cls .more-btn a
{
    margin: auto;
    color: #243847;
    font-weight: 500;
}
.galler-cls .more-btn a:hover
{
    color: #D7CEB9;
}
.gallery img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
}

.grid-item {
    position: relative;
    height: 400px;
    overflow: hidden;
    transition: transform 0.3s ease;
    grid-column: span 2;
}
.grid-item:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 81%, rgba(0,0,0,0.4009978991596639) 100%);
    z-index: 1;
    transition: all 0.5s;
}
.grid-item:hover:before
{
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 62%) 50%, rgb(0 0 0 / 78%) 81%, rgb(0 0 0 / 88%) 100%);
}
.grid-item.large {
    grid-column: span 2;
    grid-row: span 2;
    height: 800px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item:hover img {
    transform: scale(1.02);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 40px 40px;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: end;
    z-index: 1;
    justify-content: space-between;
}
.overlay img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.overlay .right-box
{
    width: 40px;
    height: 40px;
    padding: 7px;
    text-align: center;
}
.grid-item:hover .overlay img {
    transform: translateX(10px);
}

.overlay h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.overlay p {
    font-size: 20px;
}

.hero-section.sub-p-banner.projecten-detail,
.hero-section.sub-p-banner.contact-head
{
    background:#243847;
    min-height: fit-content;
}
.hero-section.sub-p-banner.projecten-detail nav,
.hero-section.sub-p-banner.contact-head nav
{
    position: unset;
}
.hero-section.sub-p-banner.projecten-detail nav img.logo
{
    height: 77px;
}
.b-img
{
    height: 100vh;
    width: 100%;
    position: relative;
}
.b-img img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-detail
{
    padding: 80px 0;
}
.product-detail .container
{
    max-width: 1400px;
}
.product-detail .left-part
{
    max-width: 94%;
}
.product-detail .left-part h2
{
    font-size: 60px;
    color: #243847;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.product-detail .left-part p
{
    color: #243847;
    font-size: 18px;
    margin-bottom: 20px;
}
.product-detail .left-part p:last-child
{
    margin-bottom: 0;
}
.product-detail .right-part
{
    max-width: 70%;
    margin: auto;
}
.product-detail .right-part h4
{
    font-size: 25px;
    text-transform: uppercase;
    color: #243847;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-detail .right-part h5,
.product-detail .right-part h6
{
    font-size: 25px;
    color: #243847;
    padding:12px 0;
    font-weight: 600;
}
.product-detail .right-part h6
{
    font-weight: 500;
    padding-top: 0;
}

.big-slider-cls
{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.big-slider-cls .slider-for,
.big-slider-cls .slider-for .box
{
    height: 100%;
    font-size: 0;
    width: 100%;
}
.big-slider-cls .slider-for img
{
    height: 100%;
    width: 100%;
    font-size: 0;
    object-fit: cover;
}
.big-slider-cls .abs-cls
{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: 40px;
}
.big-slider-cls .abs-cls .box
{
    width: 140px;
    height: 100px;
    margin: 0 3px;
    position: relative;
}
.big-slider-cls .abs-cls .box:before
{
    content: '';
    background-color: #ffffff50;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.big-slider-cls .abs-cls .box img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.big-slider-cls .abs-cls .box.slick-slide.slick-current.slick-active:before
{
    display: none;
}
.big-slider-cls .abs-cls .slick-track
{
    display: flex;
    justify-content: center;
    width: 100%!important;
    transform: unset!important;
}
.big-slider-cls .abs-cls .slick-track .slick-cloned
{
    display: none;
}

.other-project-cls
{
    background-color: #243847;
    padding: 90px 0 140px;
}
.other-project-cls h2
{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.other-project-cls .slider-cls
{
    padding: 55px 0px 20px!important;
}
.other-project-cls .container
{
    max-width: 1300px;
}
.other-project-cls .box
{
    position: relative;
    height: 470px;
}
.other-project-cls .box:before
{
    content: '';
    background-color: rgba(0, 0, 0, 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.other-project-cls .box:after
{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 15px;
    right:15px;
    border-right: 2px solid #80642E;
    border-bottom: 2px solid #80642E;
}
.other-project-cls .box .text
{
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
}
.other-project-cls .box .img img,
.other-project-cls .box .img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.other-project-cls .box h4
{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding: 0 25px;
}
.other-project-cls .box:hover .img img
{
    transform: scale(1.03);
}
.other-project-cls .slider-cls .slick-dots
{
    margin: auto;
    left: 0;
    right: 0;
    width: 52%;
    bottom: -35px;
}

.hero-section.sub-p-banner.contact-head .logo
{
    height: 113px;
}
.contact-us-main-one {
    width: 100%;
    margin: auto;
    padding: 0px 0px;
}

.row.contact-form-rw-mn {
    width: 100%;
    margin: auto;
}

.row.contact-form-rw-mn .col-md-6 .contact-fill-form-mn,
.row.contact-form-rw-mn .col-md-6 .contact-form-cnctsec {
    padding-top: 120px;
    padding-bottom: 100px;
    height: 100%;
}

.row.contact-form-rw-mn .col-md-6 {
    padding: 0px;
}

.contact-form-cnctsec h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #243847;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 14px;
}

.contact-form-cnctsec .head p
{
    font-size: 18px;
    color: #243847;
}
.address-mn-point h6 {
    font-size: 24px;
    font-weight: 600;
    color: #243847;
}

.address-mn-point p {
    font-size: 20px;
    color: #243847;
    margin-top: 4px;
}

.address-mn-point p a {
    color: #243847;
    line-height: 30px;
}

.socila-icn-mn {
    margin-top: 22px;
}

.socila-icn-mn a {
    font-size: 35px;
    color: #243847;
    margin-right: 15px;
    line-height: 30px;
}

.socila-icn-mn a:hover {
    color: black;
}

.address-mn-point {
    margin-top: 40px;
}

.contact-fill-form-mn {
    width: 100%;
    margin: auto;
    background-color: #243847;
}

.cnct-hed-p {
    width: 100%;
}
.cnct-hed-p h4
{
    font-size: 20px;
    color: #D7CEB9;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.cnct-hed-p h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.cnct-hed-p p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}

.input-type-form-mn {
    margin-top: 37px;
}

.input-type-form-mn input {
    background-color: transparent;
    border: none!important;
    width: 100%!important;
    border-bottom: 1px solid #D7CEB9!important;
    font-size: 18px;
    color: #fff!important;
    padding: 10px!important;
    border-radius: 0!important;
    font-family: 'Satoshi'!important;
}
.input-type-form-mn input::placeholder {
    color: #D7CEB9!important;
}

.input-type-form-mn textarea::placeholder {
    color: #D7CEB9!important;
}

.input-type-form-mn textarea:focus,
.input-type-form-mn input:focus
{
    background-color: transparent!important;
}
.input-type-form-mn textarea {
    background-color: transparent;
    border: none!important;
    width: 100%!important;
    border-bottom: 1px solid #D7CEB9!important;
    font-size: 18px;
    color: #D7CEB9!important;
    height: 180px;
    resize: none;
    padding: 10px!important;
    padding-top: 140px!important;
    border-radius: 0!important;
    font-family: 'Satoshi'!important;
    margin-bottom: 30px!important;
}
.contact-us .contact-us-main-one .btn-h button
{
    font-size: 18px!important;
    color: #fff!important;
}
.contact-us-main-one .fluentform .ff-el-group
{
    margin-bottom: 0;
}

.contact-form-cnctsec {
    padding-left: 110px;
    padding-right: 99px;
    background-color: #D7CEB9;
}

.contact-fill-form-mn {
    padding-left: 104px;
    padding-right: 160px;
}

.address-mn-point.ending-lst p {
    margin-top: 14px;
}
.input-type-form-mn.sbmit-btn-cnct button
{
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}
.contact-text
{
    padding: 120px 0;
    text-align: center;
}
.contact-text h2
{
    font-size: 60px;
    font-weight: 700;
    color:#243847;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.contact-text p
{
    font-size: 18px;
    color: #243847;
    width: 91%;
    margin: auto;
    margin-bottom: 30px;
    line-height: 30px;
}

.mobile-nav
{
    display: none;
}
.hero-section .navbar li select,
.lang-btn select{
    background-image: url('../images/arw.png');
    appearance: none;
    background-size: 12px 6px;
    background-position: 86% 43%;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 10px;
}


nav.navbar:before{
    content: '';
    background: #243847;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    z-index: -1;
    /* transition: all 0.5s; */
    transition: none;
    transform: translateY(-100%);
}
nav.navbar.changeclr:before{
    transform: translateY(0);
}
nav.navbar.changeclr,
.hero-section.sub-p-banner .navbar.changeclr
{
    position: fixed;
    width: 100%;
    z-index: 11;
}
nav.navbar.changeclr{
    padding: 5px 0;
}
nav.navbar.changeclr .logo,
.hero-section.sub-p-banner.contact-head .changeclr .logo,
.hero-section.sub-p-banner.projecten-detail nav.changeclr img.logo
{
    height: 65px;
}
.contact-form .form-control.filled,
.contact-fill-form-mn .form-control2.filled,
.contact-form .ff-el-form-control.filled
{
    color: #fff!important;
    border-bottom:1.5px solid #fff!important;
}

.projecten-bnr.hero-section .navbar li a,
.projecten-bnr.hero-section .navbar li select
{
    color: #000;
    font-weight: 700;
}
.projecten-bnr.hero-section .changeclr.navbar li a,
.projecten-bnr.hero-section .changeclr.navbar li select
{
    color: #fff;
    font-weight: 400;
}
.projecten-bnr.hero-section .navbar li select option
{
    color: #fff;
}
.projecten-bnr.hero-section .navbar li select
{
    background-image: url('../images/black-arw.png');
}
.projecten-bnr.hero-section .changeclr.navbar li select
{
    background-image: url('../images/arw.png');
}

.big-slider-cls .slick-list,
.big-slider-cls .slick-track
{
    height: 100%;
}

.skiptranslate{
    display: none;
}
.arr-sec
{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.arr-sec .social-icons
{
    justify-content: center;
}
.arr-sec .social-icons a
{
    display: block;
}
.ff-message-success
{
  color: #fff;
}
.ff-el-recaptcha.g-recaptcha
{
  margin: auto;
  width: fit-content;
}
#fluentform-recaptcha-4-1
{
    margin: 0;
    margin-bottom: 20px;
}

.ff-message-success
{
    border: 0!important;
    padding: 15px 0!important;
}

.services-section-t .slider-cls .slick-dots
{
    transform: rotate(180deg);
}

.contact-form-cnctsec{
    display: grid;
}