@charset "UTF-8";
@keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}@-webkit-keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}header{display:block;width:100%;position:absolute;top:0;left:0;right:0;margin-bottom:0;z-index:999}header .navbar-wrapper{padding:36px 0 15px 0}header .navbar-wrapper>.container{display:flex;align-items:center}header .navbar-wrapper>.container .navbar-brand{margin-right:auto}header .navbar-wrapper>.container .navbar-brand img{display:block;vertical-align:middle}header .navbar-wrapper>.container .navbar-brand>a:visited{text-decoration:none}header .navbar-wrapper>.container .navbar-brand>a:hover{text-decoration:none}header .navbar-wrapper>.container .navbar-contact{margin-left:34px}header .navbar-wrapper>.container .navbar-contact ul{display:flex;align-items:center;margin:0;padding:0}header .navbar-wrapper>.container .navbar-contact ul li{list-style:none;margin:0}header .navbar-wrapper>.container .navbar-contact ul li:last-child{margin-right:0}header .navbar-wrapper>.container .navbar-contact ul li i{margin:0 5px 0 0}header .navbar-wrapper>.container .navbar-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:-webkit-transform 0.6s;transition:-webkit-transform 0.6s;transition:transform 0.6s;transition:transform 0.6s, -webkit-transform 0.6s;z-index:9999999;height:18px}@media only screen and (min-width:992px){header .navbar-wrapper>.container .navbar-toggler{display:none}}header .navbar-wrapper>.container .navbar-toggler .burger-bars{position:relative;width:27px;height:2px;background:#FFFFFF;border-radius:5px}header .navbar-wrapper>.container .navbar-toggler .burger-bars:before{top:-8px;content:"";position:absolute;width:27px;height:100%;background:inherit;left:0;border-radius:5px;transform-origin:center center;transition:transform 0.25s ease, top 0.25s ease, bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars:after{bottom:-8px;content:"";position:absolute;width:27px;height:100%;background:inherit;left:0;border-radius:5px;transform-origin:center center;transition:transform 0.25s ease, top 0.25s ease, bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active{background:transparent}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:before{transform:rotate(45deg);top:0;width:27px;background:#FFFFFF}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:after{transform:rotate(-45deg);bottom:0;width:27px;background:#FFFFFF}header .navbar-wrapper>.container .navbar-toggler .navbar-toggle-title{margin-left:5px;display:none}@media only screen and (max-width:991px){header .navbar{display:none}}header .navbar .nav-bar{padding-left:0;padding-right:0}header .navbar .nav-bar ul{padding:0;margin:0}header .navbar .nav-bar ul.navbar-nav{display:flex;justify-content:center}header .navbar .nav-bar ul.navbar-nav li{list-style:none;position:relative}header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:block}@media only screen and (max-width:991px){header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:none}}header .navbar .nav-bar ul.navbar-nav>li{display:inline-block;line-height:1}header .navbar .nav-bar ul.navbar-nav>li>a{font-size:22px;line-height:30px;text-decoration:none;padding:25px;color:#fff;display:block;-webkit-transition:color 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out;-o-transition:color 0.15s ease-in-out;transition:color 0.15s ease-in-out}header .navbar .nav-bar ul.navbar-nav>li>a:hover{color:#4E9EFF}header .navbar .nav-bar ul.navbar-nav>li:first-child a{padding-left:0}header .navbar .nav-bar ul.navbar-nav>li:last-child>a{padding-right:0}header .navbar .nav-bar ul.navbar-nav>li.current_page_item>a{color:#4E9EFF}header .navbar .nav-bar ul.navbar-nav>li.current_page_parent>a{color:#4E9EFF}header .navbar .nav-bar ul.navbar-nav>li.current_page_ancestor>a{color:#4E9EFF}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span{position:relative}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span:after{content:"";font-family:"Font Awesome 6 Free";font-weight:bold;font-size:12px;margin-left:5px}header .navbar .nav-bar ul.navbar-nav ul{display:none;position:absolute;left:0;background:#0E275F;min-width:230px;z-index:9;font-size:16px;text-align:left;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:10px 0}header .navbar .nav-bar ul.navbar-nav ul li{-webkit-transition:background 0.4s ease 0s;-moz-transition:background 0.4s ease 0s;-o-transition:background 0.4s ease 0s;transition:background 0.4s ease 0s}header .navbar .nav-bar ul.navbar-nav ul li a{color:#fff;text-decoration:none;padding:10px 15px;display:block}header .navbar .nav-bar ul.navbar-nav ul li:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}header .navbar .nav-bar ul.navbar-nav ul li:hover a{color:#fff}header .navbar .nav-bar ul.navbar-nav ul li.current_page_item a{color:#fff}header .navbar .nav-bar ul.navbar-nav ul ul{left:100%;top:0;position:absolute;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);border-bottom-left-radius:5px;border-bottom-right-radius:5px}header.sticky-nav{-webkit-box-shadow:0 3px 25px rgba(0, 0, 0, 0.05);box-shadow:0 3px 25px rgba(0, 0, 0, 0.05);position:fixed !important;z-index:1000;top:0;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-duration:0s;transition-duration:0s}@media only screen and (min-width:992px){header.sticky-nav .navbar-wrapper{padding:9px 0;background:#FFF}header.sticky-nav .navbar-wrapper>.container .navbar .nav-bar ul.navbar-nav>li>a{color:#0E275F}header.sticky-nav .navbar-wrapper>.container .navbar .nav-bar ul.navbar-nav>li:hover>a{color:#4E9EFF}header.sticky-nav .navbar-wrapper>.container .navbar .nav-bar ul.navbar-nav>li.active>a{color:#4E9EFF}}header.slide-down{-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:slide-down 0.7s ease forwards;animation:slide-down 0.7s ease forwards}.navbar-usps{padding:10px 0}.navbar-usps .usp i{margin-right:5px}.comment-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next{float:right;text-align:right;width:50%}.comment-content.card-block{padding:20px}@media only screen and (min-width:992px){.close_sidenav,.toggle_sub_menu{display:none}}@media only screen and (max-width:991px){header.sticky-nav{background:#fff}header.sticky-nav .navbar-wrapper{padding:10px 0}header.sticky-nav .navbar-wrapper>.container .navbar-toggler .burger-bars{background:#4E9EFF}.site-header .navbar-wrapper{padding:16px 0}.site-header .navbar-wrapper .navbar-brand{max-width:172px}.site-header .navbar-wrapper .navbar-contact{display:none}body.scrolling-off{overflow:hidden}.sidenav{border-top:none;height:100vh;width:100vw;position:fixed;z-index:999999;top:0;right:-100%;bottom:0;background-color:rgba(0, 0, 0, 0.7);overflow:hidden;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;visibility:hidden;opacity:0}.sidenav .container{padding:0}.sidenav .nav-bar{background:#fff;width:320px;height:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:absolute;top:0;right:-100%;bottom:0;box-shadow:30px 40px 30px 30px rgba(0, 0, 0, 0.3);overflow-x:hidden;overflow-y:scroll}.sidenav .nav-bar .navbar-nav{display:block;margin-top:55px;padding:0}.sidenav ul.navbar-nav ul{display:none;position:relative;background:transparent;box-shadow:unset}.sidenav ul.navbar-nav ul li a{color:#444444;padding:0px 25px 0px 25px;font-size:15px}.sidenav ul.navbar-nav ul ul{display:none;position:relative;background:transparent;box-shadow:unset}.sidenav ul.navbar-nav ul .toggle_sub_menu{height:27px}.sidenav ul.navbar-nav>li.menu-item-has-children>a>span:after{content:none}.sidenav ul.navbar-nav ul.active{display:block}.sidenav ul li{display:block;width:100%;position:relative}.sidenav ul li a{display:block;padding:10px 15px}.sidenav ul>li>.toggle_sub_menu.rotate i{transform:rotate(180deg)}.sidenav.sidenav-expanded{visibility:visible;opacity:1;right:0}.sidenav.sidenav-expanded .nav-bar{right:0}.toggle_sub_menu{position:absolute;top:0px;right:0;display:flex;align-items:center;justify-content:center;width:50px;height:58px;font-size:15px}.close_sidenav{display:block;font-size:52px;color:#0E275F;text-align:right;cursor:pointer;position:absolute;top:5px;right:15px;line-height:1}}@media only screen and (min-width:991px) and (max-width:1199px){.navbar-brand{max-width:180px}}#hero{position:relative;font-size:20px;background-color:#FAF9F5;background-size:cover !important;background-position:center;height:704px;z-index:0;margin-bottom:110px}#hero::before{background-color:#0E275F;opacity:0.8;position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:-1}@media only screen and (max-width:768px){#hero{height:740px}}#hero .hero-inner{width:100%;height:100%;display:flex;padding-top:140px;align-items:center}#hero .hero-inner .container{position:absolute;height:100%;padding:0;bottom:0;left:0;right:0}#hero .hero-inner .row{align-items:center;height:100%;margin:auto;width:100%}#hero .hero-inner .row .col-md-5{margin-left:auto;max-width:520px;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0;margin-right:0}#hero .hero-inner .row .col-md-6.offset-md-1{max-width:800px;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;margin-left:auto;margin-right:0;padding:0;margin-bottom:-110px}#hero .hero-inner .row .col-md-6.offset-md-1 .banner_img{width:100%;line-height:0}#hero .hero-inner .row .col-md-6.offset-md-1 .banner_img img{border-radius:10px 0px 0px 50px;box-shadow:0 3px 6px #00000029;width:100%}#hero .hero-inner .contact_phone{display:inline-block;vertical-align:middle;margin-left:50px}#hero .hero-inner .contact_phone a{color:#fff;display:block;font-weight:500}#hero .hero-inner .contact_phone a i{margin-right:17px}#hero h1{color:#ffffff}#hero p{color:#ffffff;margin:0}#hero-page{position:relative;height:550px;background-color:#FAF9F5;background-size:cover;background-position:center;margin-bottom:35px;z-index:0}#hero-page .row{align-items:center;height:100%;margin:auto;width:100%}#hero-page .row .col-md-5{margin-left:auto;max-width:520px;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0;margin-right:0}#hero-page .row .col-md-6.offset-md-1{max-width:800px;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;margin-left:auto;margin-right:0;padding:0;margin-bottom:-110px}#hero-page .row .col-md-6.offset-md-1 .banner_img{width:100%;line-height:0}#hero-page .row .col-md-6.offset-md-1 .banner_img img{border-radius:10px 0px 0px 50px;box-shadow:0 3px 6px #00000029;width:100%}#hero-page .contact_phone{display:inline-block;vertical-align:middle;margin-left:50px}#hero-page .contact_phone a{color:#fff;display:block;font-weight:500}#hero-page .contact_phone a i{margin-right:17px}#hero-page::before{background-color:#0E275F;opacity:0.8;position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:-1}#hero-page .hero-inner{width:100%;height:100%;display:flex;align-items:center;padding-top:120px}#hero-page .hero-inner h1{color:#fff}#hero_slider{display:block;position:relative;height:400px}#hero_slider .splide__track{height:100%}#hero-page.project-archive{height:300px;text-align:center}#hero-page.project-archive .hero-inner{align-items:flex-end;padding-bottom:15px}#hero-page.single-project{margin-bottom:60px}#hero-page.single-project .single-project-banner{line-height:0;margin-bottom:-80px}#hero-page.single-project .single-project-banner img{width:100%;height:375px;object-fit:cover;border-radius:3px 0px 50px 10px}#hero-page.single-project .project_short_description{padding-left:45px;color:#fff}@media only screen and (max-width:768px){#hero div.hero-inner{padding-top:180px;align-items:flex-start}#hero div.hero-inner .contact_location{bottom:-75px;padding-left:30px}#hero div.hero-inner .contact_location i{position:absolute;left:0;top:5px}#hero div.hero-inner .row{padding:0 15px;align-items:flex-start;text-align:center}#hero div.hero-inner .row .contact_phone{margin-left:0;margin-top:25px}#hero div.hero-inner .row .col-md-6.offset-md-1{margin-bottom:0;position:absolute;right:0;top:285px;padding-left:15px}#hero div.hero-inner .row .col-md-5>h1{padding-bottom:300px;text-align:left}#hero-page div.hero-inner{padding-top:115px;align-items:flex-start}#hero-page div.hero-inner .row{align-items:flex-start;padding:0 15px;text-align:center}#hero-page div.hero-inner .row h1{text-align:left;padding-bottom:220px}#hero-page div.hero-inner .row .contact_phone{margin-left:0;margin-top:25px}#hero-page div.hero-inner .row .col-md-6.offset-md-1{position:absolute;right:0;padding-left:15px;top:190px}#hero-page div.hero-inner .row .col-md-6.offset-md-1 .banner_img img{object-fit:cover;height:171px}section#hero-page.project-archive{height:220px}section#hero-page.project-archive .hero-inner{align-items:flex-start;padding-top:115px;padding-bottom:0}section#hero-page.single-project{margin-bottom:40px;height:620px}section#hero-page.single-project div.hero-inner{padding-top:110px}section#hero-page.single-project div.hero-inner .row{padding:0}section#hero-page.single-project div.hero-inner .row .col-md-6:first-child{padding-left:0}section#hero-page.single-project div.hero-inner .row .single-project-banner{margin-bottom:0}section#hero-page.single-project div.hero-inner .row .single-project-banner img{height:171px}section#hero-page.single-project div.hero-inner .row .project_short_description{padding:35px 0 0 0;text-align:left;height:320px;overflow:hidden}section#hero-page.single-project div.hero-inner .row .project_short_description h1{padding-bottom:0}section#hero-page.single-project div.hero-inner .container{padding:0}}@media only screen and (min-width:768px) and (max-width:991px){#hero div.hero-inner,#hero-page div.hero-inner{padding-top:50px}#hero div.hero-inner .contact_phone,#hero-page div.hero-inner .contact_phone{margin-left:0;margin-top:15px}#hero div.hero-inner .row .col-md-5,#hero-page div.hero-inner .row .col-md-5{max-width:45%;padding-left:15px}#hero div.hero-inner .row .col-md-6.offset-md-1,#hero-page div.hero-inner .row .col-md-6.offset-md-1{max-width:55%;margin-bottom:0}#hero-page.single-project .row{margin-left:-15px;margin-right:-15px}#hero-page.single-project .single-project-banner{margin-bottom:0}}@media only screen and (min-width:991px) and (max-width:1199px){#hero div.hero-inner .row .col-md-5,#hero-page div.hero-inner .row .col-md-5{max-width:50%;padding:0 15px}#hero div.hero-inner .row .col-md-6.offset-md-1,#hero-page div.hero-inner .row .col-md-6.offset-md-1{max-width:50%;margin-bottom:0}}@media only screen and (min-width:1199px) and (max-width:1367px){#hero div.hero-inner .row .col-md-6.offset-md-1,#hero-page div.hero-inner .row .col-md-6.offset-md-1{max-width:650px;margin-bottom:0}}.above-footer{padding:140px 0;background-image:url("/wp-content/uploads/contactform-img-bg.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:0}.above-footer::before{background:transparent linear-gradient(180deg, #0E275F 0%, #12050FBF 100%) 0% 0% no-repeat padding-box;position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:-1}.above-footer #above_footer_form{max-width:650px}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gform_heading{color:#fff;font-weight:500;line-height:30px}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gform_heading .gform_title{color:#fff;margin-bottom:0px}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield select{background-image:url("/wp-content/uploads/Icon-feather-chevron-down.png")}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield input,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield select,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield .textarea{width:100%;background-color:transparent;border:none;border-bottom:solid 1px #D3C9D0;border-radius:0;color:#D3C9D0;font-size:16px !important;padding:0;height:32px;font-family:"futura-pt"}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield input::placeholder,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield select::placeholder,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield .textarea::placeholder{color:#D3C9D0;opacity:1}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield .textarea{height:130px}.above-footer #above_footer_form .btn{outline:none}.above-footer #above_footer_form .btn:hover{outline:none}footer{background-color:#FAF9F5;color:#444444;border-top:10px solid #E6E5DE;padding-top:65px;padding-bottom:63px}footer .footer-widget{padding:0 0 64px 0}footer .footer-widget .wp-gr.wpac .grw-row .grw-header{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}footer .footer-widget .wp-gr.wpac .grw-row .grw-header .grw-header-inner{margin:0 !important;padding-left:0 !important;padding-right:0 !important}footer .footer-widget .wp-gr.wpac .grw-row .grw-header .grw-header-inner .wp-google-powered img{display:none}footer .footer-widget .contact.details li:nth-of-type(2){margin-bottom:35px}footer .footer-widget .contact.details li strong{color:#4E9EFF;font-weight:400}footer .footer-title{font-size:32px;line-height:50px;font-weight:600;display:block;margin-bottom:15px;color:#0E275F}footer ul{padding:0}footer ul li{list-style:none}footer ul li.menu-item:before{content:"»";margin-right:5px;color:#4E9EFF}footer a{color:#444444}footer a:hover{color:#444444}footer .copyright{font-size:16px;line-height:38px;text-align:left;color:#444444}footer .copyright>.container{display:flex;align-items:center;justify-content:space-between}footer .copyright>.container .copyright-left{display:flex;align-items:center}footer .copyright p{margin:0}footer .copyright a{color:#444444}footer .copyright a:hover{color:#444444}ul.contact-info-widget li{display:block;color:#fff;text-indent:0}ul.contact-info-widget li:nth-child(2){margin-bottom:20px}ul.contact-info-widget li:nth-child(5){margin-bottom:20px}ul.contact-info-widget li i{margin:0 0 0 -40px;margin:0 0 0 -40px;width:30px;width:30px;font-size:14px;font-size:14px;text-align:left;text-align:left;display:inline-block;display:inline-block}ul.contact-info-widget li span.infotxt{font-weight:bold}ul.contact-info-widget li.info-title{padding-left:0}ul.contact-info-widget a{color:#444444;transition:color 0.3s;-webkit-transition:color 0.3s;-o-transition:color 0.3s;-moz-transition:color 0.3s}ul.contact-info-widget a:hover{color:#444444}ul.contact-info-widget.vertical{margin-bottom:25px;margin-left:40px}ul.sw-social-icons{display:flex}ul.sw-social-icons li{display:flex;align-items:center;justify-content:center;margin:0 7px 0 0;border-radius:100%;width:48px;height:48px;background:#4E9EFF}ul.sw-social-icons li:last-child{margin-right:0px}ul.sw-social-icons li a{display:flex;align-items:center;justify-content:center}ul.sw-social-icons li i{color:#fff;font-size:28px}@media only screen and (max-width:768px){.footer-col{margin-bottom:30px}section.above-footer{padding:55px 0 70px 0}div.gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]){line-height:29px}.site-footer{padding-top:40px}footer div.footer-widget{padding-bottom:40px}footer div.footer-widget .wp-gr.wpac{padding:0 !important}footer div.footer-widget .wp-gr.wpac .grw-row .grw-header .grw-header-inner{padding:0 !important}footer div.footer-widget .wp-gr.wpac .grw-row .grw-header .grw-header-inner .wp-google-place{display:flex;align-items:center;justify-content:center}footer div.footer-widget .wp-gr.wpac .grw-row .grw-header .grw-header-inner .wp-google-place .wp-google-right{width:auto !important}.site-info.copyright{padding-bottom:40px}.site-info.copyright .container{flex-direction:column-reverse}.site-info.copyright .container .copyright-right{padding-bottom:20px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-widget{font-size:14px;line-height:35px}section.above-footer{padding:80px 0}}@media only screen and (min-width:991px) and (max-width:1199px){.footer-widget{font-size:20px}}*::after,*::before,*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin:0;font-family:futura-pt, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:22px;font-weight:400;line-height:38px;color:#444444;text-align:left;background-color:#fff;opacity:1;transition:opacity 0.3s}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#444444;text-decoration:none;background-color:transparent;transition:all 0.15s ease-in-out}a:active,a:hover{outline:0;color:#444444}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-8px}sub{bottom:-4px}img{border:0}svg:not(:root){overflow:hidden}figure{margin:15px 30px}hr{box-sizing:content-box;height:0}button{overflow:visible;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;padding:10px 15px;font-size:16px;line-height:1.5;border-radius:5px}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}::placeholder,placeholder{color:#FAF9F5}body:not(.woocommerce-checkout) input[type="text"],body:not(.woocommerce-checkout) input[type="email"],body:not(.woocommerce-checkout) input[type="tel"],body:not(.woocommerce-checkout) input[type="search"]{line-height:normal;height:45px;border:1px solid #D3C9D0;background:#eaeef2;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;font-family:inherit}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input:focus,textarea:focus,select:focus{outline:0}fieldset{border:1px solid #D3C9D0;margin:0 2px;padding:5px 10px 5px}legend{border:0;padding:0}textarea{overflow:auto;border:1px solid #D3C9D0;background:#fff;border-radius:5px;font-size:16px;padding:12px;height:120px;resize:none;font-family:inherit}select{border:1px solid #D3C9D0;background:#fff;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;appearance:none;-webkit-appearance:none;height:45px;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;background-position:calc(100% - 0.75rem) center !important;background-color:#fff}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul,li{margin:0;padding:0}ol,ul{padding-left:15px}.primary{background-color:#FAF9F5}.secondary{background-color:#FAF9F5}img{height:auto;max-width:100%}figure{margin:15px 0}table{margin:0 0 25px;width:100%}fieldset:disabled a.btn{pointer-events:none}h1,h2,h3,h4,h5,h6{clear:both;color:#0E275F;font-weight:500;margin-top:0;margin-bottom:30px;line-height:1;font-family:"futura-pt", sans-serif}h1{font-size:50px;line-height:64px}@media only screen and (max-width:768px){h1{font-size:28px;line-height:37px}}h2{font-size:40px;line-height:50px;margin-bottom:15px;font-weight:600}@media only screen and (max-width:768px){h2{font-size:28px;line-height:37px}}h3{font-size:32px;line-height:45px;margin-bottom:20px}h4{font-size:20px;line-height:50px;font-family:"futura-pt-bold", sans-serif;font-weight:bold;margin:0}h5{font-size:18px}p{margin-top:0;margin-bottom:30px}.text-blue{color:#4E9EFF}.btn{display:inline-block;font-weight:500;color:#ffffff;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#4E9EFF;padding:10px 25px 10px 25px;font-size:22px;line-height:29px;border-radius:50px;transition:all 0.15s ease-in-out;box-shadow:none;font-family:"futura-pt", sans-serif;border:1px solid #4E9EFF}.btn:hover{text-decoration:none;color:#fff;background-color:#71B1FF;border:1px solid #71B1FF}.btn:focus{outline:0}.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn.focus{outline:0}.btn.disabled{opacity:0.65}a.btn.disabled{pointer-events:none}.btn-primary:hover{background-color:#71B1FF}.btn-primary:focus{opacity:0.8;box-shadow:0 0 0 0.2rem rgba(38, 143, 255, 0.5)}.btn-primary.focus{opacity:0.8;box-shadow:0 0 0 0.2rem rgba(38, 143, 255, 0.5)}.btn-secondary{color:#0E275F;background-color:transparent;border:1px solid #4E9EFF}.btn-secondary:hover{color:#fff;background-color:#4E9EFF;border:1px solid #4E9EFF}.btn-custom{color:#172e43;background-color:#fff;border:1px solid #d3dce5}.btn-custom:hover{color:#172e43;background-color:#d3dce5;border:1px solid #d3dce5}.btn-custom2{color:#172e43;background-color:#fff;border:1px solid #d3dce5}.btn-custom2:hover{color:#172e43;background-color:#d3dce5;border:1px solid #d3dce5}.btn-container.btn-center{text-align:center}.btn-container.btn-left{text-align:left}.btn-container.btn-right{text-align:right}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:0.313rem;line-height:normal;padding:0.938rem 1.438rem 0.875rem;text-decoration:none;top:0.313rem;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.screen-reader-response{display:none}.dienst{display:flex;flex-direction:column-reverse;box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border-radius:5px;overflow:hidden;border:1px solid transparent;transition:all 0.15s ease-in-out}.dienst:hover{border-color:#d3dce5}.dienst:hover h2{background-color:#e7ebef}.dienst h2{background-color:#ffffff;text-transform:uppercase;margin:0;text-align:center;padding:15px 0;transition:all 0.15s ease-in-out;font-size:24px}@media only screen and (max-width:768px){.dienst h2{font-size:18px}}.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.entry-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed{max-width:100%}iframe{max-width:100%}object{max-width:100%}.wp-caption{background:#f1f1f1 none repeat scroll 0 0;border:1px solid #f0f0f0;max-width:96%;padding:0.313rem 0.313rem 0;text-align:center}.wp-caption img[class*="wp-image-"]{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption .wp-caption-text{font-size:0.688rem;line-height:1.063rem;margin:0;padding:0.625rem}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item .gallery-columns-2{max-width:50%}.gallery-item .gallery-columns-3{max-width:33.33333%}.gallery-item .gallery-columns-4{max-width:25%}.gallery-item .gallery-columns-5{max-width:20%}.gallery-item .gallery-columns-6{max-width:16.66667%}.gallery-item .gallery-columns-7{max-width:14.28571%}.gallery-item .gallery-columns-8{max-width:12.5%}.gallery-item .gallery-columns-9{max-width:11.11111%}.gallery-caption{display:block}@media (min-width:1368px){.container{max-width:1350px}}.spicons{background-repeat:no-repeat;background-position:center center;background-size:cover;height:441px;display:flex;align-items:center;position:relative;z-index:0}.spicons::before{background-color:#0E275F;opacity:0.87;position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:-1}.spicons .wpb_single_image{width:100%;display:flex;flex-direction:column-reverse}.spicons .wpb_single_image h2{text-align:center;color:#fff;font-size:26px;line-height:38px;margin:17px 0 0 0}.spicons .wpb_single_image figure{height:91px;width:91px;margin:auto;background-color:#0E275F;border:1px solid #4E9EFF;border-radius:100%}.spicons .wpb_single_image figure .vc_single_image-wrapper{width:100%;display:flex;height:100%;justify-content:center;align-items:center}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper{display:flex;margin:0 -9px}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image{max-width:calc(20% - 18px);width:100%;margin-left:18px;display:flex;flex-direction:column-reverse;box-shadow:0px 3px 25px #0000000D;background:#fff;border-radius:10px;overflow:hidden}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image:first-child{margin-left:9px}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image h2{text-align:center;color:#0E275F;font-size:22px;line-height:29px;min-height:113px;margin:0;display:flex;align-items:center;justify-content:center;padding-bottom:16px;padding-left:8px;padding-right:8px}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image figure{height:136px;overflow:hidden}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image figure:hover img{transform:scale(1.1)}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper{width:100%;display:block}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image figure img{height:136px;transition:transform 0.2s;width:100%;object-fit:cover}.right-fixed-info{position:absolute;right:0;top:315px;background:#4E9EFF;border-radius:10px 0 0 10px;z-index:99}.right-fixed-info ul{padding:16px 19px}.right-fixed-info ul li{list-style:none;margin-bottom:30px;line-height:0}.right-fixed-info ul li:last-child{margin-bottom:0}.fa-solid.fa-phone::before{content:"";background-image:url("/wp-content/uploads/Icon-material-local-phone-white.svg");width:27px;height:27px;display:inline-block;vertical-align:middle;background-size:cover;background-position:center;background-repeat:no-repeat}.fa-brands.fa-whatsapp::before{content:"";background-image:url("/wp-content/uploads/Icon-ionic-logo-whatsapp-white.svg");width:28px;height:28px;display:inline-block;vertical-align:middle;background-size:cover;background-position:center;background-repeat:no-repeat}.fa-regular.fa-envelope::before{content:"";background-image:url("/wp-content/uploads/Icon-material-email-white.svg");width:30px;height:24px;display:inline-block;vertical-align:middle;background-size:cover;background-position:center;background-repeat:no-repeat}.fa-solid.fa-location-dot::before{content:"";background-image:url("/wp-content/uploads/Icon-material-location-on.svg");width:21px;height:30px;display:inline-block;vertical-align:middle;background-size:cover;background-position:center;background-repeat:no-repeat}.contact_location{position:absolute;bottom:-45px;left:15px;list-style:none;color:#0E275F;line-height:27px}.contact_location i{margin-right:10px}div.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:24px;grid-row-gap:30px}div.gform_wrapper.gravity-theme .gform_footer{margin-top:15px;justify-content:center;padding:0}div.gform_wrapper.gravity-theme .gform_footer input{margin-bottom:0}div.gform_wrapper.gravity-theme .gform_heading{text-align:center}.border-radius-img img{border-radius:10px 50px 10px 50px}.wpb_single_image img{border-radius:10px}.button-inline{display:inline-block;vertical-align:middle}.button-inline:last-child{margin-left:20px}#splide_projects-track{overflow:visible}#splide_projects-track::before{content:"";width:150%;height:100%;position:absolute;left:-150%;top:0;background:#fff;z-index:1}button.splide__arrow{top:-75px;transform:none;opacity:1 !important;width:auto;height:auto;background:transparent;border-radius:0;right:0}button.splide__arrow::before{content:"";background-image:url("/wp-content/uploads/Icon-awesome-long-arrow-alt-right-blue.svg");width:32px;height:15px;display:inline-block;vertical-align:middle}button.splide__arrow svg{display:none}button.splide__arrow.splide__arrow--prev{left:auto;right:55px}button.splide__arrow.splide__arrow--prev::before{background-image:url("/wp-content/uploads/Icon-awesome-long-arrow-alt-left-blue.svg")}button.splide__arrow:disabled,button.splide__arrow:hover{filter:brightness(0)}.squ-icon{padding:0 !important}.squ-icon li{list-style:none;padding-left:25px;position:relative}.squ-icon li::before{content:"";width:10px;height:10px;background:#4E9EFF;border-radius:3px;position:absolute;left:0;top:14px}.vrijblijvend-box{padding-top:15px;padding-bottom:52px;z-index:0}.vrijblijvend-box::before{content:"";background:#0E275F;width:100%;height:100%;opacity:0.87;position:absolute;left:0;top:0;z-index:-1}.vrijblijvend-box .wpb_text_column.wpb_content_element.align-center{margin-bottom:25px}.vrijblijvend-box h2{color:#fff;font-size:50px;line-height:67px;font-weight:500}.row.projects-loop{padding-top:30px;padding-bottom:80px}.single-vrijblijvend-box{background-image:url("/wp-content/uploads/home-img-bg1.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:47px;text-align:center;padding-bottom:25px;position:relative;z-index:0}.single-vrijblijvend-box::before{content:"";background:#0E275F;width:100%;height:100%;opacity:0.87;position:absolute;left:0;top:0;z-index:-1}.single-vrijblijvend-box h2{color:#fff;font-size:50px;line-height:67px;font-weight:500;margin-bottom:25px}.bottom-fixed-info{display:none}@media only screen and (max-width:991px){.right-fixed-info{display:none}div.bottom-fixed-info{display:block;position:fixed;left:0px;bottom:0px;width:100%;z-index:9999;background:#0E275F}div.bottom-fixed-info ul{padding:0 0 5px 0;display:flex;align-items:center;justify-content:center}div.bottom-fixed-info ul li{list-style:none;font-size:16px;line-height:20px;color:#fff;text-align:center;padding:0 4px;width:160px}div.bottom-fixed-info ul li a{display:block;color:#fff}div.bottom-fixed-info ul li i{display:flex;width:49px;height:49px;border:1px solid #4E9EFF;margin:-14px auto auto auto;align-items:center;justify-content:center;border-radius:100%;background:#0E275F}div.bottom-fixed-info ul li i.fa-solid.fa-phone::before{width:24px;height:24px}div.bottom-fixed-info ul li i.fa-brands.fa-whatsapp::before{width:24px;height:24px}div.bottom-fixed-info ul li i.fa-solid.fa-clipboard-check::before{content:"";background-image:url("/wp-content/uploads/Icon-metro-clipboard.svg");width:23px;height:26px;display:inline-block;vertical-align:middle;background-size:cover;background-position:center;background-repeat:no-repeat}}@media only screen and (max-width:768px){div.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper{display:block;column-count:2;margin:auto}div.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image{max-width:100%;margin-left:0 !important;margin-bottom:25px}div.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image h2{min-height:78px;font-size:16px;line-height:21px;padding-bottom:6px}.row.vc_inner.row-fluid.imgcta.vc_custom_1729671873985{padding-bottom:90px !important}.spicons{height:auto}.row.row-fluid.voorstellen-box.vc_custom_1729672226278.row-has-fill{padding-top:10px !important;padding-bottom:65px !important}.vc_column-inner.vc_custom_1729673340643{padding-top:0 !important;padding-left:15px !important}div.button-inline{display:block}div.button-inline .btn{width:100%}div.button-inline:last-child{margin-left:0;margin-top:12px}.row.row-fluid.vc_custom_1729672287285{padding-top:40px !important}#splide_projects-track{padding-top:20px}button.splide__arrow{top:-25px}.all_projects{display:none}.vc_column-inner.vc_custom_1729674284679{padding-top:15px !important;padding-left:15px !important}.row.row-fluid.vc_custom_1729674302867{padding-bottom:5px !important}div.vrijblijvend-box h2,div.single-vrijblijvend-box h2{font-size:28px;line-height:37px}.row.row-fluid.voorstellen-box.vc_custom_1729672226278.row-has-fill .btn.btn-secondary{width:100%}.row.projects-loop .col-lg-3.col-md-4.col-sm-6.col-6.project-block{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row.projects-loop .col-lg-3.col-md-4.col-sm-6.col-6.project-block .project_wrapper .project_content h3{font-size:24px;line-height:32px}}@media only screen and (min-width:768px) and (max-width:991px){div#single_project_wrapper #project_gallery:not(.masonry){grid-template-columns:repeat(2, 1fr)}div.project_wrapper .project_content h3{font-size:20px;line-height:30px}div.project_wrapper .project_content a{display:block}div.project_wrapper .project_content .project_meta{display:none}div.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image h2{font-size:13px;line-height:20px;min-height:80px;padding-bottom:0}.vc_column-inner.vc_custom_1729673340643{padding-top:0 !important;padding-left:15px !important}div.button-inline:last-child{margin-left:10px}.vc_column-inner.vc_custom_1729674284679{padding-top:0 !important;padding-left:15px !important}div.spicons .wpb_single_image h2{font-size:17px;line-height:30px}}@media only screen and (min-width:991px) and (max-width:1199px){div.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image h2{font-size:18px}.vc_column-inner.vc_custom_1729673340643{padding-top:0 !important;padding-left:15px !important}div#single_project_wrapper #project_gallery:not(.masonry){grid-template-columns:repeat(2, 1fr)}.project-block .project_wrapper .project_content{padding-bottom:0}.project-block .project_wrapper .project_content h3{font-size:20px;line-height:normal}.vc_column-inner.vc_custom_1729674284679{padding-top:0 !important;padding-left:15px !important}}@media only screen and (min-width:1199px) and (max-width:1367px){.vc_column-inner.vc_custom_1729673340643{padding-top:0 !important;padding-left:15px !important}.vc_column-inner.vc_custom_1729674284679{padding-top:0 !important;padding-left:15px !important}}.infinite-scroll .posts-navigation{display:none}.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.mobile-contact{position:fixed;bottom:0;left:0;right:0;background:#FAF9F5}@media only screen and (min-width:769px){.mobile-contact{display:none}}.mobile-contact ul{display:flex;justify-content:space-around;padding:0}.mobile-contact ul li{list-style:none;flex:1}.mobile-contact ul li:nth-child(2){border-left:1px solid #4E9EFF;border-right:1px solid #4E9EFF}.mobile-contact ul li a{padding:15px;display:flex;align-items:center;justify-content:center}.mobile-contact ul li i{color:#4E9EFF}.sticky .entry-title{position:relative}.sticky .entry-title::before{content:"";font-family:"Font Awesome 5 Free";font-size:30px;left:-2.5rem;position:absolute;top:0.375rem;font-weight:900}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1.5em}.posted-on{color:#FAF9F5}.byline{color:#FAF9F5}.comments-link{color:#FAF9F5}.entry-title>a{color:inherit}.post-navigation{margin:30px 0}.post-navigation ul{margin:0;padding:0}.post-navigation li{display:inline}.post-navigation li a{color:#ffffff;text-decoration:none;background-color:#4E9EFF;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}.post-navigation li a:hover{color:#fff;background-color:#71B1FF}.post-navigation li.active a{color:#fff;background-color:#71B1FF}.post-navigation li.disabled{color:#ffffff;cursor:not-allowed;pointer-events:all !important;text-decoration:none;background-color:#df505f;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}form.post_filter{width:100%;display:flex;justify-content:space-between;padding-top:25.5px;padding-bottom:24px;margin-bottom:50px;border-top:0.5px solid #D3C9D0;border-bottom:0.5px solid #D3C9D0}.all_filters_wrapper{flex-wrap:nowrap;padding-top:24px;padding-bottom:25px;justify-content:space-between;padding-right:30px;padding-left:30px;margin-bottom:50px;border-top:1px solid #D3C9D0;border-bottom:1px solid #D3C9D0;display:none !important}.post_filters_wrapper{position:relative;z-index:10}.post_filters_wrapper .btn.filter_button{background:linear-gradient(90deg, #4E9EFF, #71B1FF)}.post_filters_wrapper .btn.filter_button:hover{background:linear-gradient(90deg, #71B1FF, #4E9EFF)}.post_filters_wrapper .btn.filter_button::after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;margin-left:0.6rem}.post_filters_wrapper ul.filter_dropdown{position:absolute;min-width:332px;padding:12px 0;background-color:white;border-radius:24px;box-shadow:10px 10px 20px #0000451a}.post_filters_wrapper ul.filter_dropdown li{list-style-type:none;padding-top:13px;padding-bottom:13px}.post_filters_wrapper ul.filter_dropdown li:not(:last-child){border-bottom:1px solid #D3C9D0}.post_filters_wrapper ul.filter_dropdown li .filter_option{position:relative;display:block;width:max-content;padding:0 20px;width:100%}.filter_option::after{content:"";position:absolute;top:50%;right:2rem;transform:translateY(-50%);display:block;height:24px;width:24px;border:1px solid #D3C9D0;border-radius:100px;transition:0.25s ease-in-out}.filter_option::before{content:"";opacity:0;display:block;position:absolute;top:56%;right:2.35rem;transform:translateY(-50%);color:#D3C9D0;font-family:"Font Awesome 6 Free";font-size:0.8em;font-weight:700;transition:0.25s ease-in-out;z-index:5}.filter_dropdown li:hover .filter_option::after{border-color:#444444}.filter_dropdown li:hover .filter_option::before{opacity:1}.filter_dropdown li .filter_option:focus::after{background-color:#444444;border-color:#444444}.filter_dropdown li .filter_option:focus::before{color:#fff;opacity:1}#filter-form{position:relative;display:flex;align-items:center;gap:12px;font-weight:500}#filter-form>button{transition:0.25s ease-in-out}#text_filter_search{min-height:50px;min-width:336px;margin-bottom:0;background-color:#fff;border-radius:100px;border-color:#D3C9D0;padding-left:25px;font-size:18px;color:#444444}.post .post_wrapper{box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden;position:relative;margin-bottom:30px}.post .post_wrapper .post_thumbnail{width:100%;height:300px;background-color:#eee}@media only screen and (max-width:480px){.post .post_wrapper .post_thumbnail{height:180px}}.post .post_wrapper .post_thumbnail img{width:100%;height:100%;object-fit:cover}.post .post_wrapper .post_meta{padding:10px 30px;border-bottom:1px solid #f8f8f8}.post .post_wrapper .post_meta ul{margin:0;padding:0}.post .post_wrapper .post_meta ul li{margin-right:30px;list-style:none;padding-left:0;display:inline-block}.post .post_wrapper .post_meta ul li span{margin:0 7px}.post .post_excerpt{padding:15px 30px;height:130px;overflow:hidden}.post .post_excerpt h3{margin-bottom:15px;color:#0E275F}.post .post_excerpt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post .btn{display:block;width:fit-content;margin:0 30px 15px auto}.post_all{text-align:center;margin:15px 0}.categories{margin:30px 0}.categories ul{margin:0;padding:0}.categories ul li{display:inline-block;list-style:none}.categories ul li a{padding:0 5px;border-right:1px solid #000}.categories ul li a:hover{color:#172e43}.categories ul li:last-child a{border-right:0}.categories ul li.active{color:#172e43}.single-post .post_thumbnail{width:fit-content;margin-top:30px;margin-bottom:10px;margin-inline:auto}.single-post .post_thumbnail img{width:100%;max-width:800px;border-radius:6px}.single-post .post_meta{margin-bottom:45px;text-align:center}.single-post .post_meta>ul{display:flex;justify-content:center;gap:30px;margin:0;padding:0}.single-post .post_meta>ul li{display:inline-block;list-style:none}.single-post .post_meta>ul li>i{margin-right:5px}.single-post .post_meta>ul li a{padding:0 5px;border-right:1px solid #000}.single-post .post_meta>ul li a:hover{color:#172e43}.single-post .post_meta>ul li:last-child a{border-right:0}.single-post .post_meta>ul li.active{color:#172e43}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-body .pull-left{padding-right:0.625rem}.comment-list{padding-left:0}.comment-list .comment{display:block}.comment-list .pingback{border-top:1px solid rgba(0, 0, 0, 0.125);padding:0.563rem 0}.comment-list .pingback:first-child{border:medium none}.comments-title{font-size:1.125rem}.post-type-archive-projecten .projects-loop .project-block{padding-left:10px;padding-right:10px}.project_wrapper{border-radius:10px;overflow:hidden;position:relative;margin-bottom:24px}.project_wrapper .project_thumbnail{position:relative;z-index:0;width:100%;height:auto;aspect-ratio:1;overflow:hidden}.project_wrapper .project_thumbnail::before{background:transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;position:absolute;top:0;left:0;content:"";z-index:0;pointer-events:none;width:100%;height:100%}.project_wrapper .project_thumbnail img{width:100%;height:100%;object-fit:cover;transition:0.15s ease-in-out}.project_wrapper .project_thumbnail:hover img{transform:scale(1.2)}.project_wrapper .project_thumbnail:hover~.project_content h3{color:#999999}.project_wrapper .project_content{position:absolute;bottom:0;left:0;width:100%;padding:0 19px 30px 19px}@media only screen and (max-width:480px){.project_wrapper .project_content{padding:12px 12px 12px 12px}}.project_wrapper .project_content h3{color:#fff;margin:0}.project_wrapper .project_content h3 a{color:#fff;font-size:24px;line-height:32px}@media only screen and (max-width:480px){.project_wrapper .project_content h3{font-size:18px;margin-bottom:13px}}.project_wrapper .project_content .project_meta ul{display:flex;align-items:center;justify-content:center;gap:12px;list-style-type:none;min-height:21px;padding:0}.project_wrapper .project_content .project_meta ul:not(.project_categories) li{min-width:max-content}@media (max-width:471px){.project_wrapper .project_content .project_meta ul:not(.project_categories){gap:0;flex-direction:column}}.project_wrapper .project_content .project_meta ul a{font-size:16px;color:#999999}.project_wrapper .project_content .project_meta ul.notactive{min-height:unset}.project_wrapper .project_content .project_meta ul i{margin-right:2px;font-size:14px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_meta .project_meta .project_categories a{font-size:14px}}.project_wrapper .project_content .project_excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:15px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_excerpt{margin-top:3px;font-size:14px}}.all_projects{margin:45px 0 0}#single_project_wrapper{position:relative;margin:0px 0}#single_project_wrapper .single_project_inner{position:relative;display:block;padding:30px;margin:30px 0;box-shadow:0 3px 25px rgba(0, 0, 0, 0.1);border-radius:5px}#single_project_wrapper .project_short_description{padding-top:0px}#single_project_wrapper .project_description{padding-bottom:0px}#single_project_wrapper #project_gallery:not(.masonry){display:grid;grid-template-columns:repeat(1, 1fr);column-gap:24px;row-gap:20px;padding:40px 0 110px 0}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item){min-width:100%;position:relative;line-height:0}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (min-width:1101px){#single_project_wrapper #project_gallery:not(.masonry){grid-template-columns:repeat(2, 1fr)}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{height:420px}}#single_project_wrapper #project_gallery.masonry{padding:30px 0}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item{margin-bottom:12px}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item.col-lg-3{padding-left:8px;padding-right:8px}@media (max-width:768px){#single_project_wrapper #project_gallery.masonry .project-image{width:100%}#single_project_wrapper #project_gallery.masonry .project-image img{width:100%}}#splide_projects .project .project-card{border-radius:10px;overflow:hidden;position:relative}#splide_projects .project .project-card .project-thumb{position:relative;z-index:0;width:100%;overflow:hidden}#splide_projects .project .project-card .project-thumb::before{background:transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;position:absolute;top:0;left:0;content:"";z-index:0;pointer-events:none;width:100%;height:100%}#splide_projects .project .project-card .project-title{position:absolute;bottom:0;left:0;width:100%;padding:0 19px 30px 19px;background-color:transparent;text-align:left}#splide_projects .project .project-card .project-title h3{color:#fff;margin:0;text-align:left;font-size:24px;line-height:32px}#splide_projects .project .project-card .project-title h3 a{color:#fff;font-size:24px;line-height:32px}@media only screen and (max-width:480px){#splide_projects .project .project-card .project-title h3{font-size:18px;margin-bottom:13px}}.review{position:relative;display:block;margin:0 auto;max-width:600px;border:2px solid #d3dce5;padding:30px;text-align:center;box-shadow:0px 25px 25px -30px rgba(102, 102, 102, 0.6)}.review .fa-quote-left{position:absolute;top:15px;left:15px;color:#d3dce5;font-size:32px}.review .review-rating{display:block;text-align:center;margin:0 0 15px 0}.review .review-rating:after{content:"";font-family:"Font Awesome 6 Free";font-weight:bold;color:#f4b92d;letter-spacing:5px}.review .review-content{margin-bottom:15px}.splide_reviews .splide__track{padding:15px 0 30px 0}.splide_reviews .splide__pagination{bottom:-15px}.splide_projects .splide__track{padding:10px 0 0 0;margin:0 -12px}.splide_projects .splide__track .project{padding:0 12px}.splide_projects .splide__track .project img{width:100%}.splide_logos li{padding:15px;text-align:center}.splide_logos .slide_logo{display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(100, 100, 100, 0.1);height:120px}.splide_logos .slide_logo span{font-weight:600}.splide_logos .splide__arrow{background:#506a83;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:100%}.splide_logos .splide__arrow svg{fill:#fff;width:15px;height:15px}.splide_logos .splide__arrow:hover svg{fill:#fff}.blog_slider .splide__track{padding:30px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}@media only screen and (max-width:768px){.vc_custom_heading{font-size:16px !important}}.wpb_text_column ul{padding-left:15px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}.wpb_text_column ul{padding-left:15px}@media only screen and (max-width:991px){.align-content-left-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-left:15px}.align-content-right-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-right:15px}}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.alignleft{display:inline;float:left;margin-right:20px}.alignright{display:inline;float:right;margin-left:20px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}a img.alignright{float:right;margin:5px 0 15px 15px}a img.alignnone{margin:5px 0 15px 15px}a img.alignleft{float:left;margin:5px 0 15px 15px}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption.alignnone{margin:5px 0 15px 15px}.wp-caption.alignleft{margin:5px 0 15px 15px}.wp-caption.alignright{margin:5px 0 15px 15px}.woocommerce-cart-form .shop_table .coupon .input-text{width:8.313rem !important}.variations_form .variations .value>select{margin-bottom:0.625rem}.woocommerce-MyAccount-content .col-1{max-width:100%}.woocommerce-MyAccount-content .col-2{max-width:100%}.mobile-product-cats{width:200vw;height:100vh;background:#fff;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3;z-index:9999999}.mobile-product-cats li a{display:block;border-bottom:1px solid #efefef;padding:15px}.mobile-product-cats li a:hover{text-decoration:none}.mobile-product-cats ul{width:100vw;height:100vh;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3}.mobile-product-cats ul.active{left:0}.mobile-product-cats .has-children a:after{content:"";position:absolute;font-family:"Font Awesome 6 Free";right:15px;font-weight:600;left:95vw}.mobile-product-cats.fixed{padding-top:55px}.mobile-product-cats.fixed .children-cats{padding-top:55px}.mobile-product-cats.fixed .menu-action{top:0;position:fixed;z-index:999999999}.mobile-product-cats.active{left:0}.mobile-product-cats.push{left:-100vw}a.mobile-product-cats-btn{display:block;text-align:center;text-transform:uppercase;border-radius:15px;background-color:#FAF9F5;color:#fff !important;font-size:14px;padding:15px;margin-bottom:30px;cursor:pointer}.menu-action{display:block;width:100%;background-color:#FAF9F5;font-size:24px;line-height:50px;padding:0 15px 0 15px;cursor:pointer;color:#fff}.menu-action i{color:#fff}.menu-action .title{color:#fff;font-size:14px;line-height:50px;padding:0 25px 0 25px;position:relative;top:-3px}.product-categories{padding:0;list-style:none}.product-categories .cat-item:not(.current-cat):not(.current-cat-parent) .children{display:none}.product-categories a{color:gray}.product-categories a:hover{color:#ff6000;text-decoration:none}.product-categories>li>a{font-size:1.1rem}.product-categories ul.children{margin:15px 0 15px 0;list-style:none;border-left:1.7px solid #ff6000;padding-left:15px;max-height:400px;overflow-y:scroll;position:relative}.product-categories .cat-parent{position:relative}.product-categories .cat-parent>a:after{content:"";font-family:"Font Awesome 6 Free";font-weight:600;margin-left:10px;color:#a1a1a1;font-size:12px;position:absolute;right:15px;top:10px}.product-categories .current-cat.cat-parent:after{content:" ";background:-moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:after{content:" ";background:-moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .cat-parent.fade-bottom:after{height:50px}.product-categories .cat-parent.fade-top:before{height:50px}.product-categories .current-cat-parent>a{color:#ff6000 !important;font-weight:bold}.product-categories .current-cat>a{color:#ff6000 !important;font-weight:bold}@media only screen and (min-width:992px){a.mobile-product-cats-btn{display:none}}.woocommerce-account .woocommerce-MyAccount-navigation{width:20%}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0;border-top:1px solid #eee}.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px solid #eee;padding-bottom:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:10px 5px;display:block}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{margin-right:20px;opacity:0.25}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before{opacity:1}.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before{font-family:"Font Awesome 6 Free";font-weight:900}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{opacity:1}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:""}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:""}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:""}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:""}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:""}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:""}.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:""}.woocommerce-account .woocommerce-MyAccount-content{display:inline-block;float:left;margin-left:5%;width:75%}.woocommerce-account .woocommerce-MyAccount-content h2{font-size:25px;text-align:center;font-weight:600}.woocommerce-account p.order-again{text-align:right}.woocommerce-account .woocommerce-EditAccountForm button[type="submit"]{margin-top:50px;display:inline-block}.woocommerce-account section .woocommerce{display:flex;flex-wrap:wrap}.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{display:flex;flex-direction:column}.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #username{max-width:200px;padding:10px;margin-bottom:0}.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #password{max-width:200px;padding:10px}.woocommerce-orders-table__cell-order-actions{display:flex;flex-direction:column}.woocommerce-EditAccountForm label{min-width:137px;display:inline-block}.woocommerce-EditAccountForm em{font-size:12px}.woocommerce-MyAccount-content input{margin-bottom:0}body .coupon button[type="submit"]{margin-top:15px;margin-bottom:15px;width:100% !important}.woocommerce-form-login{width:100%}.woocommerce-form-login>.form-row{display:flex;flex-direction:column}.woocommerce-form-login__submit{max-width:150px}@keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.sw_popup{position:fixed;background-color:rgba(0, 0, 0, 0.6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition-property:visibility;top:0;z-index:999;visibility:hidden}.sw_popup .sw_popup_inner{position:relative;width:100%;max-width:500px;padding:15px;flex-direction:column;display:flex;align-items:center;transform:scale(0);transition-property:all;transition:ease-in-out 200ms;background:#fff;text-align:center;line-height:2;font-family:inherit;border-radius:2px;box-shadow:0px 0px 25px 2px rgba(0, 0, 0, 0.5);opacity:0;max-height:95vh;overflow-y:scroll}.sw_popup .sw_popup_inner h2{display:inline-block;margin-bottom:10px}.sw_popup .sw_popup_inner p:last-of-type{margin-bottom:0}.sw_popup .sw_popup_inner .btn{display:inline-block;margin-top:15px}.sw_popup .close_popup{position:absolute;right:-10px;top:-10px;background:#ba211e;color:#fff;width:28px;height:28px;border-radius:50px;font-size:24px;display:flex;align-items:center;justify-content:center;padding:0 0 2px 0;cursor:pointer;transition-property:background;transition:ease 200ms}.sw_popup .close_popup:hover{background:#9e1d1b}.sw_popup .popup_button:hover{background:#9e1d1b}.sw_popup.active{visibility:visible;z-index:9999999}.sw_popup.active .sw_popup_inner{transform:scale(1);opacity:1}#toggle-admin-bar{transition:0.2s;position:fixed;top:32px;right:0;background-color:#1d2327;color:#fff;border:none;padding:0 7px;cursor:pointer;border-radius:0;border-bottom-left-radius:15px;z-index:9999}#toggle-admin-bar i{transition:0.2s}#toggle-admin-bar .fa-solid.fa-chevron-up{font-size:10px}#toggle-admin-bar:hover{background-color:#555}.admin-bar{position:relative}#toggle-admin-bar{display:none}.logged-in #toggle-admin-bar{display:block;position:fixed;top:30px;right:0;background:#1d2327;color:#fff}.imgcta .col-sm-12>.vc_column-inner>.wpb_wrapper .wpb_single_image h2{font-weight:500}.spicons .wpb_single_image h2{font-weight:400}h4 .text-blue{font-weight:600;font-family:"futura-pt", sans-serif}.img_left img{border-radius:10px 50px 10px 50px}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield input::placeholder,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield select::placeholder,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield .textarea::placeholder{font-size:20px !important}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield input,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield select,.above-footer #above_footer_form .gform_wrapper.gravity-theme .gfield .textarea{font-size:20px !important}.project_wrapper .project_content h3{font-size:24px;line-height:32px}.project_wrapper .project_content{display:flex}body.single-projecten .project_description h3{font-weight:600}@media screen and (max-width:768px){#hero div.hero-inner .row .col-md-5>h1{font-size:35px;line-height:40px}.above-footer #above_footer_form .gform_wrapper.gravity-theme .gform_heading .gform_title{font-size:32px;line-height:50px;font-weight:700}.gform_wrapper.gravity-theme .gform_description{font-size:18px;line-height:27px;font-weight:600}#hero-page .hero-inner h1{font-size:35px;line-height:40px}}@media screen and (max-width:480px){#splide_projects .project .project-card .project-title h3{font-size:24px;line-height:32px;margin-bottom:0}}.vrijblijvend-box{background-image:url(https://dsbouw.sw-dev.nl/wp-content/uploads/home-img-bg1.jpg) !important;background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important}.wpb_text_column a{color:#4E9EFF}.splide_projects .splide__track .project img{aspect-ratio:1;object-fit:cover}/*# sourceMappingURL=https://ds-bouw.com/wp-content/themes/saleswizard-theme/style.css.map */