/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/



@import url(slick.css);


/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.success-container {
    position: relative;
    top:25%;
    text-align: center;
}

.form-div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;

}

@media (max-width: 770px){

    .form-div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column-reverse;
}
.contact_img{
    justify-content: center;
    padding-bottom: 40px;
}
.contact-img-image{
    width: 100% !important;
    
}
}
    
    .slide-item,
    .slide-item-review {
        position: relative;
        float: left;
        height: 100%;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    }
    
    .slide-item,
    .slide-item-review {
        opacity: 0;
        transition: opacity 0.4s;
    }
    
    .slide-item.active,
    .slide-item-review.active {
        opacity: 1;
        transition: opacity 0.4s;
    }
    
    .slide-item.slide-in,
    .slide-item-review.slide-in {
        animation: slideInRight 0.4s forwards;
    }
    
    .slide-item.slide-out-left,
    .slide-item-review.slide-out-left {
        animation: slideOutLeft 0.4s forwards;
    }
    
    
    /* New CSS for next button animation */
    .slide-item.slide-out-right,
    .slide-item-review.slide-out-right {
        animation: slideOutRight 0.4s forwards;
    }
    
    .slide-item.slide-in-right,
    .slide-item-review.slide-in-right {
    animation: slideInLeft 0.4s forwards;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
    
    @keyframes slideInRight {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(0);
        }
    }
    
    @keyframes slideOutLeft {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    
    /* New keyframes for slide-out-right animation */
    @keyframes slideOutRight {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(100%);
        }
    }
    .drag-box {
        border: 2px dashed #ccc;
        text-align: center;
        cursor: pointer; /* Change cursor to pointer */
        width: 100%;
    }

    #project-section{
        background: url('../IMG/background-project.jpg') center no-repeat;
        background-size: cover;
    }
    #contact-section{
        background: url('../IMG/background-contact.jpg')  no-repeat;
        background-size: cover;
    }


    /* Hide the default file input button */
    #formFile {
        display: none;
    }
    .upload-icon {
        width: 50px;
        height: 50px;
        fill: #007bff; /* Blue color for the icon */
    }
    .upload-text {
        margin-top: 10px;
    }
    .selected-files {
        margin-top: 10px;
    }
    .file-item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .delete-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .delete-icon {
        width: 20px;
        height: 20px;
        fill: #fff;
        cursor: pointer;
    }

.after_before{
    justify-content: center;
    align-items: center;
}

.services_text_container {
    overflow: hidden;
    position: relative;
}

.services_item{
    padding-bottom: 50px;
}

.services_text {
    max-height: 130px;
    margin-bottom: 20px; /* Add some space between the text and the button */
}

.show_more_btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    float: le;
    margin-top: 10px;
    font-weight: bold;
    

}
.show_more_btn-1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    float: le;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 0 0 3px rgb(0, 0, 0, 1); /* Add a subtle text shadow */

}
.show_more_btn i:hover{
    cursor: pointer;
    user-select: none;
}
.show_more_btn-1 i:hover{
    cursor: pointer;
    user-select: none;
}

.box-1 img{
    justify-content: center;
    align-items: center;
   
}
.box-2{
    justify-content: center;
    align-items: center;
    max-height: 310px;
}

.box-1 {
    max-width: 500px;
    max-height: 500px;      
}

.form-btn-submit{
    text-shadow: 0 0 3px rgb(0, 0, 0, 1); /* Add a subtle text shadow */
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #FF8141;
    padding: 6px 16px 6px 16px;
    margin-top: 15px;
    display: block;
    font-weight: bold;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form-btn-submit:hover{
    background-color: #000000;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   
}

iframe {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    
}
.logo_icon{
    text-decoration: none;
    color: #000;
}
.logo_icon:hover{
    text-decoration: none;
    color: #FF8141;
}
.werkgebieden
{
    display: flex;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #1e1e1e;
    font-size: auto;
    line-height: 1.80857;
    font-weight:200;
    overflow-x: hidden;
    font-family: Strawford, sans-serif;
    /* font-family: "Poppins", sans-serif; */
    font-optical-sizing: auto;
    justify-content: center;
    font-style: normal;
    align-items: center;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    background-color: #07092f;
    height: auto;
    padding: 20px 0px;
}

.header_top_main {
    display: flex;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #FF8141;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #FF8141;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #FF8141;
}

.padding_left_15 {
    padding-left: 10px;
}


/* header top section end */


/* header section start */

 .container-fluid-top {
    align-items: start;
    width: 100%;
    float: left;
}
.services{
    max-width: 75%;
    align-items: center;
    justify-items: center;
    margin-left: 12.5%;
}
@media (max-width:900px) {
    .services{
        max-width: 100%;
        align-items: center;
        justify-items: center;
        margin-left: 0%;
        padding: 0px 20px 0px 20px;
    }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(3 3 3 / 50%); /* Adjust opacity as needed */

}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the entire area */
}

.banner_section {
    min-height: 602px;
    overflow: hidden;
    position: relative;
    align-items: start;
    width: 100%;
    height: 100hv;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #191b2b;
    align-content: center;
}

.preload-background {
    background: url(../IMG/background-pc-2.jpg)  no-repeat;
    background-size:  cover;

    /* Keep the element displayed while preloading */
}
.min-hieght{
    min-height: 280px; ;
}
.preload-background-services {
    background: url(../IMG/background-pc-services.jpg) center no-repeat;
    background-size:  cover;

    /* Keep the element displayed while preloading */
}
  

@media (max-width: 700px){
    .preload-background {

        background: url(../IMG/background-pc-5.jpg) center no-repeat;
        background-size: cover;
        
    }

}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure the header stays on top of other content */
}

.logo {
  width: 20%;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF8141;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FF8141;
}
.navbar-light .navbar-nav .nav-link.active{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}





.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #FF8141;
}



.quote_btn{
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
    float: right;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #FF8141;
    border-radius: 40px;
    padding-right: 25px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}

.quote_btn:hover {
    background-color: #000000;
    color: #ffffff;
}


.nav-item-btn{
    padding-left: 20px;
   
}


/* header section end */


/* banner section start */


.banner_taital_main {
    width: 43%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
    font-family: 'Poppins', sans-serif;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
    
}

.started_text a:hover {
    color: #ffffff;
    background-color: #FF8141;
    
}

.started_text.active a {
    color: #ffffff;
    background-color: #FF8141;
    box-shadow: #FF8141(0, 0, 0, 0.35) 0px 5px 15px;
}
.prev_slide,
.next_slide
{
    justify-content: center;
    display: grid;
    align-items: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    left: 90%;
    border-radius: 50%;
    background-color: white;
    color: black;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.prev_slide, .prev_slide-review{
    padding-right: 2px;
}
.next_slide-review,.next_slide{
    padding-left: 2px;
}
.prev_slide-review,
.next_slide-review {
    justify-content: center;
    display: grid;
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
    color: black;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.slide {
    position: relative;
    padding-bottom: 40px;
}

.slide-inner {
    display: flex;
    justify-items: center;
    align-items: center;
    transition: transform 0.5s ease;
    
}

.slide-item {
    flex: 0 0 100%;
}

.next_slide{

    margin-top: 80px;
}
.next_slide-review{
    right: 43%;
    top: 100%;
}
.prev_slide-review{
    left: 43%;
    top: 100%;
}

.prev_slide:hover,
.next_slide:hover,
.next_slide-review:hover,
.prev_slide-review:hover {
    background-color: #FF8141;
    color: white;
}

@media (max-width:900px) {
    

    .next_slide{
        margin-top: 0;
        left: 50%;
        top: 90%;
    }
    .prev_slide{
        left:35%;
        top: 90%;
    }
}

@media (max-width:900px) {
    .next_slide-review{
        left: 51%;
        top: 100%;
    }
    .prev_slide-review{
        margin-top: 0;
        left:34%;
        top: 100%;
    }
    }


/* banner section end */


/* about section start */

.about_section {

    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
}

.about-flex-div{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    }

@media (max-width:785px){
    .about-flex-div{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        flex-direction: column-reverse;
    }
}
.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3a3a;
    font-weight: bold;
    padding-top: 40px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000000;
    margin-left: 0px;

}
.about_img-container{
    padding-top: 10%;
    max-height: 700px;

}
.about_img {
    width: 100%;
    float: left;
    background-image: url(../IMG/background-pc-6.jpg);
    height: auto;
    background-size: cover;
    padding: 0px 0px 0px 0px;
}
.about_im {
    width: 100%;
    overflow: hidden;
    height: 300px;
}
.about_im img {
    position: absolute;
    width: 90%;
    border-radius: 30px;
    
}

.read_bt_1 {

    float: left;
    margin-top: 20px;
    font-size: 19px;
}

.read_bt_1 a {
    font-size: 18px;

    text-align: center;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #FF8141;
    color: #ffffff;
}


/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
}

.services-text-div{
    padding-top: 30px;
}
.services_text_1 {
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    color: #000000;
    padding-top: 20px;
    text-align: center;
}
@media (max-width:700px) {
    .services_text_1 {
        width: 100%;
        font-size: 14px;
        margin: 20px 20px 20px 0px;
        color: #000000;
        text-align: center;
        
    }
    
}

.services_text {
    width: 100%;

    font-size: 18px;
    margin: 0px;
    color: #454545;
    padding-top: 20px;
}

.services_section_2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    
    padding: 20px 0px 10px 10px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 0px;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.service_img {
    width: 30%;
    min-height: 71px;
}

.development_text {
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    min-height: 80px;
}

/* services section end */


/* projects section start */

.projects_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.projects_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #192955;
    font-weight: 600;
    padding-bottom: 30px;
}

.projects_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin: 0px;
}

.projects_section_2 {
    padding: 50px 0px;
    width: 100%;
}

.pets_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}



.container_main {
    position: relative;
    background-color: #FF8141;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}

.container_main:hover {
    opacity: 1;
    background-color: #252525;

}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    text-shadow: 0 0 3px rgb(0, 0, 0, 1); /* Add a subtle text shadow */
}

.dummy_text {
    width: 100%;
    font-size: 16px;
    margin: 0px;
    color: #ffffff;
    
}

.project_main {
    color: #fff;
    text-shadow: 0 0 3px rgb(0, 0, 0, 1); /* Add a subtle text shadow */
    padding: 0px 0px 10px 10px;

}
.upcomeing_section {
    width: 100%;
    float: left;
    background-color: #ff6262;
    height: auto;
    padding: 0px 50px 50px 50px;
}

.video_menu {
    width: 100%;
    float: left;
}

.video_menu ul {
    margin: 0px;
    padding: 0px;
}

.video_menu li a {
    float: left;
    font-size: 18px;
    color: #464646;
    background-color: #ffffff;
    padding: 10px;
}

.video_menu li a:hover {
    color: #ffffff;
    background-color: #ff6262;
}

.video_menu li.active a {
    color: #ffffff;
    background-color: #ff6262;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.projects_section .tab-content {
    background-color: #ff6262;
}

.projects_section ul {
    margin-bottom: 0;
    float: left;
    padding-right: 5px;
}

.projects_section ul .nav-link {
    border-radius: 15px 50px 30px;
    text-shadow: 0 0 3px rgb(0, 0, 0, 1); /* Add a subtle text shadow */
    color: #000;

    padding: 15px 15px;
    padding-left: 15px;
    text-align: center;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
}
.projects_section ul .nav-item {
    padding-left: 10px;
}

.projects_section ul .nav-link.active {
    text-shadow: 0 0 3px rgb(0, 0, 0, 1); /* Add a subtle text shadow */
    background-color: #FF8141;
    border-radius: 15px 50px 30px;
    color: #fff;
}
.projects_section ul .nav-link:hover {
    border: solid 1px;
    border-color: #FF8141;
    border-radius: 15px 50px 30px;
}


/* new css */


.projects_section ul {
    margin-bottom: 0;
    float: left;
    padding-right: 5px;
}

.projects_section ul .project-fliter{
    color: #000;
    background-color: #fff;
    padding: 15px 15px;
    padding-left: 15px;
    text-align: center;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
    border: solid 1px #FF8141;
    border-radius:15px;
}
.projects_section ul .filter-item  {
    padding-left: 10px;
    padding-top: 30px;

}

.projects_section ul .project-fliter.active {
   
    background-color: #FF8141;
    border-radius: 15px 50px 30px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 01); /* Add a subtle text shadow */
}
.projects_section ul .project-fliter:hover {
    border: solid 1px;
    border-color: #FF8141;
    border-radius: 15px 50px 30px;
}


/* projects section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 90px 0px 150px 0px;
    background-size: 100%;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    
}

.testimonial_section_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 30px;
}

.client_name_text {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.textimonial_text {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    color: #0d0d0d;
    margin: 0px;
    text-align: left;
    border-radius: 4px;
}

/* testimonial section end  */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.font-weight-bold-contact{
    font-weight: 1000 !important;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
    font-weight: bold;

}

.contact_taital-p{
    font-size: 20px;
    color: #212121;

}

@media (max-width:700px){
    
.contact_taital-p{
    font-size: 15px;
    color: #212121;

}
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 90px;
}

.mail_section_1 {
    width: 85%;
    /* float: left; */
    padding-left: 100px;
    padding-top: 30px;
    
}



.mail_text {
    
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5c5c5c;
    border: 0px;
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}



  .voornaam, .achternaam {
    font-size: 16px;
    color: #5c5c5c;
    border: 0px;
    background-color: transparent;
    padding: 8px 15px;
    box-shadow: 0px 0px 10px 0px #cfcfcf; 
    width: 100%;
    margin-bottom: 35px;
  }


.voornaam::placeholder, .achternaam::placeholder {
    color: #727272;
}

input.mail_text::placeholder {
    color: #727272;
}

.massage-bt {
    color: #727272;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
    color: #727272;
}

.send_bt {
    width: 170px;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #FF8141;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.contact_img {
    width: 100%;
    float: left;
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.footer_section_2_flex{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
.werkgebieden-naam{
    padding-top: 5px;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
.location_text ul {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: space-around;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    /* padding: 0px 120px 30px 120px; */
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #FF8141;
}

.location_text li.active a {
    color: #FF8141;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #FF8141;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #FF8141;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu1{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.footer_menu1 li{
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    flex-basis: 50%; /* Each item takes up half of the container width */
}


.footer_menu li {
    
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0;
    flex-basis: 50%; /* Each item takes up half of the container width */
}

.footer_menu li a {
    color: #ffffff;
}
.footer_menu1 li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #FF8141;
}

.footer_menu li.active a {
    color: #FF8141;
}

/* Adjust styles for smaller screens */
@media (max-width: 768px) {
    .footer_menu li {
        flex-basis: 100%; /* Each item takes up full container width on smaller screens */
    }
}



/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #252525;
    text-align: center;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}