/* s4a: collection > group  */
.custom-imglist li {
	max-height:457px;
}


/* s4a: load more  */
.load-more {
	color: #191919 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    min-width: 155px !important;
    position: relative !important;
    display: inline-block !important;
    font-size: 18px !important;
    padding: 14px 25px 10px !important;
    line-height: 1.2 !important;
    margin-right: 3px !important;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid #191919 !important;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000) !important;
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    font-size: 18px !important;
    text-align: center !important;	
}

/* s4a: portfolio-masonry-style03  */
.portfolio-masonry-style03 .title {
    background: none !important;
    transition: none !important;
	
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --accent-color-black: #ffff00;
}




html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font: normal 14px/1.8 'Roboto', 'Arial';
    text-align: left;
    background-color: #fff;

}
/* s4a: toplogo  */
.logo img {
    min-width: 148px;
}

.header-mobile .logo img {
    min-width: 110px;
}


/**/

.minderwitonderkant-40
{margin-bottom: 40px !important;}
.minderwitonderkant-20
{margin-bottom: 20px !important;}
.minderwitonderkant-10
{margin-bottom: 10px !important;}

@media only screen and (max-width: 991px) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}


h1 {
    margin: 0 0 10px 0;
}

h2 {
    margin: 0 0 10px 0;
}

h3 {
    margin: 0 0 10px 0;
}

h4 {
    margin: 0 0 10px 0;
}

h5 {
    margin: 0 0 10px 0;
}

h6 {
    margin: 0 0 10px 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

:placeholder {
    color: inherit;
    opacity: 0.9;
}


a,
a:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
}

button {
    color: inherit;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    --bs-gutter-x: 30px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*left full ,right full*/

@media (max-width: 1199px) {
    .full-lg-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .full-md-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .full-sm-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .full-xs-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

.dng-left-full,
.dng-right-full {
    max-width: none;
}


/*Fixed Footer*/
.fixed_footer_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-Y: auto;
}

.fixed_footer_clone {
    background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
    max-width: 100% !important;
    left: 0 !important;
}

@media only screen and (max-width: 991px) {
    .fixed_footer_bottom .fixed_footer.active {
        position: relative;
    }

    .fixed_footer_bottom,
    .fixed_footer_clone,
    .footer_box {
        height: auto !important;
        position: relative !important;
        max-height: inherit !important;
    }
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
    color: #FFF !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
    overflow: visible;
}

[data-parallax="parallax"] {
    visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
    visibility: visible;
}

/*input*/
input[type="text"] {
    border-radius: 0;
}

/*icon*/
.fa,
.fas {
    font-weight: 900 !important;
}

.sico,
.icon-svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.sico svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: inherit;
    vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
    vertical-align: middle;
    margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg {
    width: 1em;
    height: 1em;
    stroke: currentColor !important;
    opacity: 0;
    vertical-align: sub;
    color: inherit;
}

.icon-svg svg * {
    color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.icon-svg.animated svg {
    opacity: 1;
}



/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -webkit-appearance: none;
    appearance: none;
}

.header-replace button,
.mobile-header-replace button {
    padding-left: 6px;
    padding-right: 6px;
}


body [class*='btn-']:hover {}

[class*='btn-']:focus {
    outline: 0;
    box-shadow: none;
}

body [class*='btn-'] {
    text-decoration: none !important;
}

/*social
[class*="social-"] {
    position: relative;
    display: inline-block;
}*/

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.is-container.no-space {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.layout-no-mt .is-container {
    margin-top: 0 !important;
}

.layout-no-mb .is-container {
    margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.pointer-events-none {
    pointer-events: none !important;
}

/*border radius*/
.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-circle {
    border-radius: 50% !important;
}

/*border radius*/
.position-relative {
    position: relative !important;
}

.position-static {
    position: static !important;
}

/*icon-cross*/
.icon-cross {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
}

.icon-cross::after,
.icon-cross::before {
    content: "";
    border-left: 2px solid currentColor;
    position: absolute;
    height: 94%;
    margin-top: 3%;
    left: 50%;
    border-radius: 3px;
    margin-left: -1px;
}

.icon-cross::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-cross::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}






/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
    margin-top: 0;
    margin-bottom: 0;
}


.d-wrapper a:hover {
    text-decoration: none;
}

.d-wrapper img {
    max-width: 100%;
}


/* Container for All Sections */
.d-wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    transition: all ease 0.5s;
}

.d-wrapper>div {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    transition: all ease 0.3s;
    flex-direction: column;
}

.d-wrapper .is-wrapper {
    position: relative;
}

.d-wrapper::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.d-wrapper .d-placeholder {
    display: none;
}

/* Boxes */
.is-box {
    vertical-align: middle;
}

.is-section .is-boxes {
    display: flex;
    flex: 0 0 100%;
    height: 100%;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
}

.is-section .is-container {
    align-self: center;
}

.is-section.layout-lightbox-content {
    display: none;
}

.is-boxes:empty {
    min-height: 50px;
}

.is-overlay+.is-boxes:empty,
.is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
}

@media all and (max-width: 991px) {
    .is-overlay+.is-boxes:empty {
        min-height: 275px;
    }

    .is-overlay+.is-boxes:empty,
    .is-overlay+.is-boxes>.is-box-centered:empty {
        height: 275px;
    }
}

.no-min-height {
    min-height: auto;
}


.is-box-centered {
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.flexi-position {
    position: relative;
}

.is-stretch .flexi-position {
    position: absolute;
}

.is-section.is-stretch {
    min-height: 300px;
}

.is-section.layout-hidden-content {
    display: none !important;
}


@media all and (max-width: 991px) {
    .is-box-md-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}


/* New */

@media all and (max-width: 991px) {

    /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    .is-section:not(.is-box):not(.section-pagepiling) {
        height: auto !important;
    }

    /* .is-boxes { height: auto !important; }
    .is-boxes {
        height: 100% !important;
    }
 */
    /* new */

    .is-box-img {
        height: 300px !important;
    }

    .is-box-img .is-boxes {
        height: 100% !important;
    }

    .is-section:not(.section-slider) .is-boxes {
        display: block;
    }

    .is-box {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }


    /* new */
}

.is-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
}

@media all and (max-width: 1024px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }

    /*  .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
    margin-top: 92px;
    margin-bottom: 92px;
    width: 100%;
}

.has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
}

@media all and (max-width: 991px) {
    .d-wrapper .is-box .is-container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .has-sidebar .d-wrapper .is-box .is-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



/* Overlay */
.is-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index:1;*/
}




/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 25s ease forwards;
    -ms-animation: is-scale 25s ease forwards;
    -webkit-animation: is-scale 25s ease forwards;
    -o-animation: is-scale 25s ease forwards;
    -moz-animation: is-scale 25s ease forwards;
}



@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.is-overlay .is-overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.05;
}

.is-overlay .is-overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit;
    /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
    z-index: 1
}


.overlay-responsive .is-overlay-mobile-bg {
    display: none;
}

@media (max-width: 767px) {
    .overlay-responsive .is-overlay-bg {
        display: none;
    }

    .overlay-responsive .is-overlay-mobile-bg {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.is-overlay-Video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}

.is-overlay-Video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey,
.is-section.section-slider .is-box.is-bg-grey {
    background-color: #eeeff0
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark,
.is-section.section-slider .is-box.is-bg-dark {
    background-color: #111
}

.is-bg-light,
.d-wrapper>div.is-bg-light,
.is-section.section-slider .is-box.is-bg-light {
    background-color: #fff
}

.d-wrapper>div.is-bg-none,
.is-section.section-slider .is-box.is-bg-none {
    background-color: transparent;
}

.bg-white {
    background-color: #FFF;
}

.bg-dark {
    background-color: #111;
}


/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span:not(.sico) {
    color: #fff;
}

.is-dark-text .is-light-text {
    color: #fff;
}

.is-light-text a,
.is-light-text a:link,
.is-light-text a:visited {
    color: #fff;
}

.is-light-text a:hover {
    color: #fff;
    text-decoration: underline;
}




/**/
.is-section.is-light-text {
    background-color: #000000;
}

.is-section.is-light-text:not([style*="background-color"]) .is-overlay-bg,
.is-section.is-light-text:not([style*="background-color"]) .is-overlay-mobile-bg {
    background-color: #FFF;
}



/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

.is-content-top>.is-boxes>.is-container {
    align-self: flex-start;
}

.is-content-bottom>.is-boxes>.is-container {
    align-self: flex-end;
}



/* Horizontal Alignment */
.is-container.is-content-left {
    margin-left: 100px;
}

.is-container.is-content-right {
    margin-right: 100px;
}

@media all and (max-width: 1200px) {
    .is-container.is-content-left {
        margin-left: 60px
    }

    .is-container.is-content-right {
        margin-right: 60px;
    }
}

@media all and (max-width: 991px) {
    .is-container.is-content-left {
        margin-left: auto;
    }

    .is-container.is-content-right {
        margin-right: auto;
    }
}


/* Text Alignment */
.is-align-right {
    text-align: right;
}

.is-align-center {
    text-align: center;
}

.is-align-left {
    text-align: left;
}

.is-align-justify {
    text-align: justify;
}



/* Section Height */

@media (max-width: 575.98px) {
    #Body .is-section-xs-50 {
        height: 50vh;
    }

    #Body .is-section-xs-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    #Body .is-section-sm-50 {
        height: 50vh;
    }

    #Body .is-section-sm-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    #Body .is-section-md-50 {
        height: 50vh;
    }

    #Body .is-section-md-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 1199.98px) {
    #Body .is-section-lg-50 {
        height: 50vh;
    }

    #Body .is-section-lg-auto {
        height: auto;
        min-height: auto;
    }
}


/* Stretched container (not used yet) */
.is-container.is-stretch-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.is-container.is-stretch-h {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-stretch-w>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-w>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-h>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-fullheight {
    height: 100%
}

.is-container.is-container-fluid {
    max-width: none;
    width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
    background-attachment: fixed !important;
}

/*ipad background attachment*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }
}




/* Others */

.is-hidden {
    display: none !important;
}

.gm-style {
    font-family: inherit !important;
}




/*custom module loading*/
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
    min-height: 100px;
    max-height: 50vh;
    position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
    visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #E3E3E3;
    border-top-color: #555;
    border-left-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: loading-rotate 0.7s infinite;
    -moz-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
    z-index: 101;
}

.custom-module .soon {
    display: none;
}

.custom-module .number {
    color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
    display: none;
}

/*video*/
.html5-video {
    position: relative;
}

.html5-video video {
    width: 100%;
}

.html5-video .play-button,
.html5-video .play-button2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    cursor: pointer;
}

/*fixed element*/


.fixed-element {
    position: absolute;
    pointer-events: none;
    max-width: 100%;
}

.fixed-element img {
    width: 100%;
}


/*css3-animate*/
.css3-animate {
    opacity: 0;
    position: relative;
}

.css3-animate:not(.animated) {
    -webkit-animation: none;
    animation: none;
}

.css3-animate.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation.brush {
    z-index: 1;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.bg-attachment-js .is-overlay {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.bg-attachment-js .is-overlay-bg {
    position: static;
    backface-visibility: hidden;
}

a:focus,
button:focus,
[tabindex="0"] {
    outline: none;

}



/*skip-menu*/
#skip-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999999;
}

#skip-menu ul {
    padding: 0;
    margin: 0;
}

#skip-menu ul a {
    color: #fff;
    background: #1c44a4;
    position: absolute;
    top: 0;
    left: -9999px;
    right: auto;
    white-space: nowrap;
    padding: 10px;
    border: none;
    display: block;
}

#skip-menu ul a:focus {
    left: 0;
}



.builder-tab-title {
    cursor: pointer;
}

.builder-tab-cont {
    display: none;
}

@media only screen and (max-width: 991px) {
    .builder-tab-title:not(.mobile-show) {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-show {
        display: none !important;
    }
}

.section-tabs-container .is-container {
    transition: none;
}

.section-tabs-container[data-effect="slide"] {
    position: relative;
    overflow: hidden;
}

.section-tabs-container[data-effect="slide"]>.is-container {
    transition: all 300ms ease-in;
    opacity: 1;
}

.section-tabs-container[data-effect="slide"]>.is-container.out {
    transform: translateX(-100%);
    opacity: 0;
}

.section-tabs-container[data-effect="slide"]>.is-container.in {
    transform: translateX(100%);
    opacity: 1;
}

.section-tabs-container>.is-container:focus {
    outline: 2px dotted #f00 !important;
}


/*carousel*/

.easy-carousel {
    position: relative;
}

.easy-carousel .carousel-wrapper {
    overflow: hidden;
}

.easy-carousel .carousel-scroll {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
}


.easy-carousel .carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin: 0;
}

.easy-carousel .carousel-pagination {
    text-align: left;
    margin: 30px 0 0;
    padding: 3px 0;
}

.easy-carousel .pagination-bullet {
    width: 12px;
    height: 12px;
    color: var(--accent-color);
    border: 2px solid currentColor;
    display: inline-block;
    margin: 0px 6px 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in 300ms;
    box-shadow: 0 0 0 2px transparent, 0 0 0 5px transparent inset;
    backface-visibility: hidden;
}

.easy-carousel .pagination-bullet.active {
    background-color: currentColor;
    box-shadow: 0 0 0 2px currentColor, 0 0 0 5px currentColor inset;
}

.easy-carousel .carousel-navigation {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.easy-carousel .carousel-navigation span {
    width: 15px;
    height: 15px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.easy-carousel .carousel-navigation[disabled] {
    opacity: 0.2 !important;
    cursor: auto;
}

.easy-carousel .carousel-prev {
    left: 15px;
}

.easy-carousel .carousel-next {
    right: 15px;
}

.easy-carousel .carousel-next span {
    margin: -8px 0 0 -11px;
    transform: rotate(135deg) translate3d(0, 0, 0);
}

.easy-carousel.mousemove .drag {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
}

.easy-carousel.mousemove .carousel-item {
    pointer-events: none;
}

.easy-carousel .carousel-item {
    transition: all ease-in 300ms;
}


html.html-night .easy-carousel .pagination-bullet.active {
    background-color: var(--accent-color-black);
    border-color: var(--accent-color-black);
    box-shadow: 0 0 0 2px var(--accent-color-black), 0 0 0 5px var(--accent-color-black) inset;
}


/* iets donkerder */
.custom-carousel01 img.img-Lazy:hover {
  filter: brightness(75%);
}


/**/
.img-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.portfolio-shadow .pic {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

/**/


.languageBox {
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
    padding-top: 3px;
}

.languageBox .language-object .sep,
.menu-popup .language-box .sep {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px -4px;
}

.languageBox .language-object .sep::after,
.menu-popup .language-box .sep::after {
    content: '/';
}

.languageBox .language-object .sep:last-child,
.menu-popup .language-box .sep:last-child {
    display: none;
}

.search-popup-box .icon {
    background-color: transparent !important;
    color: currentColor !important;
}

.search-popup-box {
    position: relative;
    display: flex !important;
    align-items: center;
    height: 100%;
}

.search-popup-box .icon,
.menu-popup .search-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #FFF;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color ease-in 300ms;
    transition: color ease-in 300ms;
    background-color: transparent;
    border: none;
    z-index: 3;
}

.search-popup-box .icon:hover {
    color: #FFF;
}

.search-popup-box .popup-content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    text-align: left;
    display: none;
    z-index: 2;
    padding: 35px 0 40px 0;
}

.search-popup-box.popup-left .popup-content {
    right: auto;
    left: -15px;
}

.search-popup-box .popup-content>span {
    position: relative;
    display: block;
}

.search-popup-box .NormalTextBox {
    width: 100%;
    height: 34px;
    border: none;
    background: transparent;
    padding: 0px 0 0px 0px;
    font-size: 25px;
    outline: none !important;
}

.search-popup-box .searchInputContainer {
    display: block;
    margin: 0;
    position: static;
}

.search-popup-box .searchInputContainer a.dnnSearchBoxClearText {
    height: 32px;
    margin: 0;
    left: auto;
    right: 0;
    top: 0;
    display: none;
}

.search-popup-box .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    display: block;
}

.search-popup-box a.search {
    position: absolute;
    width: 24px;
    height: 34px;
    left: -35px;
    top: 0;
    color: #6c6d72;
}

.search-popup-box .icon::before,
.search-popup-box a.search::before,
.menu-popup .search-icon::before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.search-popup-box .icon::after,
.search-popup-box a.search::after,
.menu-popup .search-icon::after {
    content: "";
    width: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 8px 0 0 3px;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.search-popup-box .icon::before,
.search-popup-box .icon::after,
.menu-popup .search-icon::before,
.menu-popup .search-icon::after {
    transition: all ease-in 200ms;
}

.search-popup-box .icon.active::before {
    width: 0px;
    height: 18px;
    border-radius: 0;
    border-width: 1px;
    margin: -8px 0 0 -1px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-popup-box .icon.active::after {
    width: 18px;
    height: 0;
    margin: -0px 0 0 -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.header-center-bg .logo {
    z-index: 30;
    position: relative;
}

.search-html .title {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin: 20px 0 15px;
}

.search-html {
    font-size: 25px;
}

.search-html .sep::after {
    content: "|";
    margin: 0 5px;
}

.search-html a,
.search-html a:link,
.search-html a:visited {
    color: #626262;
}

.dng-megamenu .dnngo_menuslide::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
}

@media only screen and (max-width: 991px) {
    .mobile-header .logo {
        position: relative;
        z-index: 100;
    }

    .popup-content {
        padding: 68px 15px 40px 15px !important;
    }

    .search-popup-box a.search {
        left: 0;
        top: -4px;
    }

    .search-popup-box .NormalTextBox {
        font-size: 16px;
        margin-left: 35px;
        width: calc(100% - 35px);
    }

    .search-popup-box .popup-content>span {
        border-bottom: 1px solid #e7e7e7;
    }

    .search-html {
        font-size: 18px !important;
    }

    .search-html .sep {
        display: none;
    }

    .search-html a {
        display: block;
    }
}


.header_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-bg-height, 0);
    background-color: #FFF;
    z-index: -1;
    transition: height 100ms ease-in;
    box-shadow: 10px 10px 10px -11px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
    .banner-box .text-animation {
        opacity: 0;
        transform: translateY(100px);
        transition: all .7s cubic-bezier(.62, .28, .23, .99);
    }

    .banner-box .text-animation.show {
        opacity: 1;
    }

    .banner-box .text-animation.small {
        transform: translateY(50px);
    }
    .banner-box:hover::after {
        opacity: 1;
    }

    .banner-box:hover .text-animation {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-box::after {
    content: "";
    background-color: rgba(51, 51, 51, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .7s cubic-bezier(.62, .28, .23, .99);
}




.banner-box .is-boxes {
    z-index: 3;
}

.banner-box .is-arrow-down {
    z-index: 100;
    display: block !important;
}

.banner-box .is-arrow-down .icon.ion-ios-arrow-thin-down::before {
    content: none;
}

.banner-box .is-arrow-down>a {
    background-color: transparent;
}

.banner-box .is-arrow-down .icon.ion-ios-arrow-thin-down::after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border-width: 3px;
    transform: rotate(45deg) skew(-5deg, -5deg);
}

@media only screen and (max-width: 767px) {
    .banner-box {
        height: auto !important;
    }

    .banner-box .is-arrow-down {
        bottom: 30px;
    }

    .banner-box .is-arrow-down .icon.ion-ios-arrow-thin-down::after {
        width: 20px;
        height: 20px;
        margin-left: -10px;
        border-width: 1px;
    }
}
.custom-slider-section01 .is-container{
    max-width: calc(var(--container-width) - 30px);
    width: calc(100% - 30px) !important;
    align-self: stretch;
}
.custom-slider-section01 .is-container > .row{
    height: 100%;
}

.custom-slider-section01 .is-container .hover-zoom a{
    display: block;
    width: 100%;
    height: 100%;
}


/* @media (max-width:1599px) {
    .custom-slider-section01 .is-container{
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
    } 
} */
 
.custom-slider-section01 .slider-content {
    position: static;
    padding: 77px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.custom-slider-section01 .slider-content .top-tag {
    font-weight: 100;
    font-size: 30px;
}

.custom-slider-section01 .title {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 42px;
}

.custom-slider-section01 .slider-content .center {
    max-width: 600px;
    margin: auto 0;
}

.custom-slider-section01.is-section.section-slider .slider-pagination {
    margin: 0;
    padding: 0;
    font-size: 25px;
    cursor: pointer;
}

.custom-slider-section01.is-section.section-slider .slider-pagination li {
    transition: all ease-in 300ms;
    list-style: none;
}

.custom-slider-section01.is-section.section-slider .slider-pagination li:hover,
.custom-slider-section01.is-section.section-slider .slider-pagination li.active {
    color: #959595;
}

@media only screen and (max-width: 991px) {
    .custom-slider-section01 .slider-content {
        padding: 40px 30px;
    }

    .custom-slider-section01 .slider-content .top-tag,
    .custom-slider-section01 .slider-content .title,
    .custom-slider-section01.is-section.section-slider .slider-pagination {
        font-size: 22px;
    }

    .custom-slider-section01 .title {
        margin-bottom: 30px;
    }

}


.section-imgbox .is-container{
    max-width: calc(var(--container-width) - 30px);
    width: calc(100% - 30px) !important;
}
/* @media (max-width:1599px) {
    .section-imgbox .is-container{
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
    } 
}
  */


.section-imgbox .imgbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 77px 60px;
}

.section-imgbox .imgbox .top-tag {
    font-weight: 100;
    font-size: 30px;
}

.section-imgbox .imgbox .title {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    max-width: 400px;
}

.section-imgbox .center {
    max-width: 700px;
    margin: auto 0;
}

.hover-zoom {
    height: 100%;
}

.hover-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media only screen and (max-width: 991px) {
    .section-imgbox .imgbox {
        padding: 40px 15px;
    }

    .section-imgbox .imgbox .top-tag,
    .section-imgbox .imgbox .title {
        font-size: 24px;
    }

}


body .custom-button  {
    border-radius: 0;
    background-color: transparent;
    min-width: 155px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    padding: 14px 25px 10px;
    line-height: 1.2;
    margin-right: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #191919;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    text-align: center;
}


body .custom-button.no-border{
    border-color: transparent !important;
}

body .custom-button,
body .custom-button:link,
body .custom-button:active,
body .custom-button:visited {
    color: #191919;
    background-color: transparent;
}

body .custom-button:hover {
    text-decoration: none !important;
    background-color: transparent;
    border-color: #959595;
    color: #959595;
}


@media only screen and (max-width: 767px) {
    body .custom-button {
        font-size: 16px;
        padding: 10px 15px 6px;

    }
}


.hover-zoom {
    overflow: hidden;
}

.hover-zoom img {
    transition: all ease-in 300ms;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}


.custom-imglist {
    display: flex;
    margin: 0 auto;
    padding: 0;
}

.custom-imglist li,
.custom-imglist li>a {
    display: grid;
    padding: 1px;
    position: relative;

}

.custom-imglist li img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-color: #F4F7F8;
    object-fit: cover;
}
.custom-imglist.swap li img {
        width: auto;
    height: auto;
}

.custom-imglist li img:nth-child(2) {
    opacity: 0;
    transition: all ease-in 300ms;
}

.custom-imglist li:hover img:nth-child(2) {
    opacity: 1;
}

.custom-imglist .title {
    position: absolute;
    bottom: 5px;
    left: 30px;
    right: 30px;
    font-size: 20px;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .custom-imglist {
        flex-wrap: wrap;
    }
    .custom-imglist li{
        width: 50%;
        flex: 0 0 50%;
    }
}

.custom-imglist.column-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 1020px;
}
.custom-imglist.column-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1330px;
}
.custom-imglist.column-5{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.custom-imglist.column-6{
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.custom-imglist.column-7{
    display: grid;
    grid-template-columns: repeat(7,1fr);
}
.custom-imglist.column-3 li,
.custom-imglist.column-4 li,
.custom-imglist.column-5 li,
.custom-imglist.column-6 li,
.custom-imglist.column-7 li{
    width:  auto ;
    flex: none;
}

@media only screen and (max-width: 991px) {
    .custom-imglist.column-3,
    .custom-imglist.column-4{
        grid-template-columns: repeat(2,1fr);
    }
    .custom-imglist.column-5,
    .custom-imglist.column-6,
    .custom-imglist.column-7{
        grid-template-columns: repeat(3,1fr);
    }
}

@media only screen and (max-width: 767px) {
    .custom-imglist.column-3,
    .custom-imglist.column-4,
    .custom-imglist.column-5,
    .custom-imglist.column-6,
    .custom-imglist.column-7{
        grid-template-columns: repeat(2,1fr);
    }
}






.footer-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    color: #FFF;
}

.footer-title.color-2 {
    color: #000000;
}

.footer-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link li {
    margin-bottom: 12px;
}

.footer-link a,
.footer-link a:link,
.footer-link a:active,
.footer-link a:visited {
    color: #000000;
}

.footer-link a:hover {
    color: #959595;
}

.footer-social a {
    display: inline-block;
    margin: 0px 25px 20px 0;
    font-size: 20px;
    line-height: 1;
}

.footer-social a,
.footer-social a:link,
.footer-social a:active,
.footer-social a:visited {
    color: #313235;
}

.footer-social a:hover {
    color: #959595;
}


.footer-imglist {
    display: flex;
    flex-wrap: wrap;
}

.footer-imglist img {
    margin: 0px 2px 2px 0;
    max-width: 100%;
}

.footer-imgbox {
    display: grid;
    position: relative;

}

.footer-imgbox img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-color: #F4F7F8;
    object-fit: cover;
}

.footer-imgbox img:nth-child(2) {
    opacity: 0;
    transition: all ease-in 300ms;
}

.footer-imgbox:hover img:nth-child(2) {
    opacity: 1;
}

.footer-imgbox .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 40px 15px;
    z-index: 2;
}

.footer-imgbox .title {
    color: #FFF;
    text-align: center;
    margin: auto 0;
    max-width: 1100px;
}

.footer-imgbox .description {
    margin-top: 0;
    margin-bottom: 70px;
    max-width: 1100px;
    font-size: 20px;
}
 

.mobile-header.floating-nav.header-position .header-mobile-bg {
    transition: all ease-in 300ms;
}

.mobile-header.floating-nav.header-position:not(.floating-active) .header-mobile-bg {
    background-color: transparent !important;
}

.mobile-header.floating-nav.header-position:not(.floating-active) .mobile-header-shadow {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .size-35 {
        font-size: 18px !important;
    }

    .size-20 {
        font-size: 16px !important;
    }

    .footer-imgbox .title {
        font-size: 20px !important;
    }

    .footer-imgbox .description {
        font-size: 12px;
        margin-bottom: 20px;
    }
    

}

@media only screen and (max-width: 1200px) {
    .header-wrap .header-area.header-vertical.area-left {
        max-width: 160px !important;
    }
}



.menu-popup .menu-popup-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    text-align: left;
    display: none;
    z-index: 4;
    padding: 35px 0 40px 0;
}


.menu-popup .menu-icon {
    width: 30px;
    height: 24px;
    position: relative;
    color: #141414 !important;
    z-index: 1;
    cursor: pointer;
}

.menu-popup .menu-icon.active {
    z-index: 5;
}

.menu-popup .menu-icon::after,
.menu-popup .menu-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    transition: all ease-in 100ms;
}

.menu-popup .menu-icon::after {
    height: 100%;
    top: 0;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.menu-popup .menu-icon::before {
    margin-top: -1px;
    top: 50%;
    border-top: 2px solid currentColor;
}

.menu-popup .menu-icon.active::after {
    transform: rotate(45deg);
    height: 0;
    top: 50%;
    margin-top: -1px;
    border-bottom: transparent;
}

.menu-popup .menu-icon.active::before {
    transform: rotate(-45deg);
}

.menu-popup .menu-content {
    display: flex;
    border-top: 2px solid #707070;
    padding: 100px 70px 20px;
}

.menu-popup .menu-content>* {
    flex: 1;
}

.menu-popup .menu-content .menu-other {
    flex: 0 0 200px;
    text-align: right;
}

.menu-popup .menu-list,
.menu-popup .menu-list2 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-popup .menu-list li {
    font-size: 20px;
    padding-bottom: 50px;
}

.menu-popup .menu-list2 li {
    font-size: 17px;
    padding-bottom: 20px;
}

.menu-popup .search-icon {
    color: currentColor;
    display: inline-block;
}

.menu-popup .language-box {
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
    padding-top: 3px;
    margin-top: 0;
    margin-left: 20px;
    vertical-align: middle;
}


.Product-banner {
    background-color: #F4F7F8;
    padding: 180px 0 0;
}

.Product-banner .banner-row {
    display: flex;
}

.Product-banner .banner-left {
    flex: 0 0 50%;
    width: 50%;
}

.images-slider img {
    max-width: 100%;
}

.images-slider .pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #000000;
    border-color: transparent;
    margin-bottom: 0;
}

.images-slider .pagination-bullet.active {
    box-shadow: none !important;
}

.images-slider .carousel-pagination {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
}

.Product-banner .banner-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
    width: 50%;
}

.Product-banner .banner-title {
    margin-bottom: 30px;
    margin-top: 60px;
}

.Product-banner .banner-title .title {
    font-size: 34px;
}

.Product-banner .banner-title .subtitle {
    font-size: 20px;
}

.Product-banner .banner-description {
    font-size: 20px;
}

.Product-banner .banner-button {
    margin-bottom: 45px;
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .Product-banner {
        padding: 80px 0 0;
    }

    .Product-banner .banner-row {
        display: block;
    }

    .Product-banner .banner-left {
        width: 100%;
    }

    .Product-banner .banner-right {
        width: 100%;
    }

    .Product-banner .images-slider {
        margin-bottom: 45px;
    }

    .images-slider .carousel-pagination {
        left: 0px;
        bottom: -20px;
        width: 100%;
    }
    .images-slider .pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .Product-banner .banner-title {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .Product-banner .banner-description{
        font-size: 16px;
    }
}

.product-text {
    font-size: 30px;
    max-width: 900px;
    margin: 0px auto;
    padding: 100px 0;
    text-align: center;
}
.product-text2{
    font-size: 30px;
    max-width: 1320px;
    margin: 0px auto;
    padding: 100px 0;
    text-align: center;

}

@media (max-width: 991px) {
    .product-text {
        font-size: 18px;
    }
}
.product-carousel {
    margin-right: -15px;
    margin-bottom: 100px;
}

.product-carousel .carousel-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding-right: 50px;
}
.product-carousel .carousel-item.width-2 {
    flex: 0 0 calc(100% / 2 * 2);
    max-width: calc(100% / 2 * 2);
}


.product-carousel .carousel-item .pic {
    position: relative;
}
.product-carousel .carousel-item .pic ,
.product-carousel .carousel-item .pic > a{
    height: 100%;
    display: block;
}
.product-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-carousel .carousel-item .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 25px;
    color: #FFF;
    z-index: 3;
    opacity: 0;
    transition: all ease-in 200ms;
    pointer-events: none;
}

.product-carousel .carousel-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    z-index: 3;
    opacity: 0;
    transition: all ease-in 200ms;
    pointer-events: none;
}

.product-carousel .carousel-item .pic::after {
    content: "";
    background-color: #909090;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all ease-in 200ms;
    pointer-events: none;
}

.product-carousel .carousel-item:hover .title,
.product-carousel .carousel-item:hover .info {
    opacity: 1;
}

.product-carousel .carousel-item:hover .pic::after {
    opacity: 0.6;
}

.easy-carousel.product-carousel .carousel-navigation.carousel-prev,
.easy-carousel.product-carousel .carousel-navigation.carousel-next {
    top: -36px;
    left: auto;
    right: 30px;
    height: 30px;
    width: 30px;
    background: transparent;
    color: #000;
}

.easy-carousel.product-carousel .carousel-navigation.carousel-prev {
    right: 60px;
}

.easy-carousel.product-carousel .carousel-navigation.carousel-prev[disabled] {
    opacity: 0 !important;
}

@media (min-width: 992px) {
    .product-carousel .carousel-item {
        flex: 0 0 calc(100% / 2.8);
        max-width: calc(100% / 2.8);
    }
    .product-carousel .carousel-item.width-2 {
        flex: 0 0 calc(100% / 2.8 * 2);
        max-width: calc(100% / 2.8 * 2);
    }

}


.custom-top-spacing{
    margin-top: 100px;
}

.custom-bottom-spacing{
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .product-carousel .carousel-item {
        padding-right: 30px;
    }
  
    .custom-top-spacing{
        margin-top: 80px;
    }
    
    .custom-bottom-spacing{
        margin-bottom: 80px;
    }
}

.PaneA.custom-spacing {
    padding: 100px 80px 100px 0;
}
.PaneB.custom-spacing {
    padding: 100px 0 100px 80px;
}
@media (max-width: 991px) {
    .PaneA.custom-spacing {
        padding: 80px 0px 80px 0;
    }
    .PaneB.custom-spacing {
        padding: 80px 0 80px 0px;
    }  

}
@media (max-width: 767px) {
    .PaneA.custom-spacing {
        padding: 80px 0px 40px 0;
    }
    .PaneB.custom-spacing {
        padding: 40px 0 80px 0px;
    }  

}


.custom-title{
    font-size: 25px;
    margin-bottom: 30px;
}
.custom-accordion {
    border-bottom: 2px solid #b8babb;
}
.custom-accordion .panel-heading {
    border-top: 2px solid #b8babb;
    margin: 0;
    position: relative;
}

.custom-accordion .panel-heading button {
    position: relative;
    color: #333333;
    font-size: 18px;
    padding: 16px 40px 14px 0px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
}

.custom-accordion .accordion-content {
    color: #494e5c;
    display: none;
    padding: 0px 0px 14px 0;
}

.custom-accordion .accordion-item {
    border-bottom: none;
    transition: all ease 300ms;
}

.custom-accordion .accordion-content p {
    margin: 0 0 0;
}

.custom-accordion .accordion-header::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    z-index: 1;
    transition: all ease 300ms;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    margin-top: -8px;
}
.custom-accordion .accordion-item.opened .accordion-header::after {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.custom-accordion .panel-body{
    font-size: 18px;
    padding: 20px 0;
}

.custom-title2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 30px;
}


.custom-infobox{
    margin: 0 auto 80px;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}
.custom-infobox .title{
    margin-bottom: 60px;
    font-size: 30px;
    flex:  0 0 100%;
    text-align: center;
}
.custom-infobox .image{
    flex: 0 0 40%;
    padding-right: 45px;
}
.custom-infobox .image img{
    max-width: 100%;
}
.custom-infobox .content{
    flex: 0 0 60%;
}
@media (max-width: 991px) {
    .custom-infobox .title{
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .custom-infobox{
        display: block;
    }
    .custom-infobox .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .custom-infobox .image{
        padding-right: 0;
    }
    .custom-infobox .content{
        margin-top: 20px;
    }
    .custom-accordion .panel-body{
        font-size: 16px;
    }
}


.Artifort-Selecte-list{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 100px 0 0;
}
.Artifort-Selecte-list .title{
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 400;
    margin-top: 10px;
}


@media (max-width: 991px) {
    .Artifort-Selecte-list{
        grid-template-columns: 1fr 1fr ;
        margin: 80px 0 0;
    }   
}


.product-nav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 15px;
    margin:0 auto 20px;
    position: relative;
    flex-wrap: wrap;
    max-width: var(--container-width);
}

.product-nav .product-category{
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: calc(100% - 100px);
}
.product-nav .product-category li{
    margin-right: 40px;
    font-size: 20px;
}
.product-description{
    flex: 0 0 100%;
    font-size: 26px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 80px 15px 20px;
    text-align: center;
}

.filters-icon{
    font-size: 20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.filters-icon::after{
    content: "";
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    margin: 0 0 12px 15px;
    transition: all ease-in 100ms;
}
.filters-icon.active::after{
    transform: rotate(-135deg);
    margin-bottom: 0;
    color: #909090;
}

.filters-menu-list{
    position: absolute;
    top: 0;
    left: -70px;
    right: -70px;
    z-index: 3;
    background-color: #FFF;
    display: none;
}
.filters-menu-list .menu-list{
    padding: 0;
    margin: 100px 0 0;
    list-style: none;
    border-top: 1px solid #c1c1c1;
}
.filters-menu-list .menu-list li{
    position: relative;
}
.filters-menu-list .menu-list li a{
    border-bottom: 1px solid #c1c1c1;
    display: block;
    padding: 29px 115px 27px 85px;
    font-size: 25px;
    line-height: 1.4;
}
.filters-menu-list .menu-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: none; 
}
.filters-menu-list .menu-list ul li a{
    font-size: 18px;
}

.filters-menu-list .menu-list .arrow{
    position: absolute;
    top: 0;
    right: 56px;
    width: 70px;
    height: 92px;
    cursor: pointer;
}
.filters-menu-list .menu-list .arrow::before{
    content: "";
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    position: absolute;
}
.filters-menu-list .menu-list .arrow::after{
    content: "";
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    transition: all ease-in 100ms;
}
.filters-menu-list .menu-list li.active > .arrow::after{
    transform: rotate(-135deg);
    color: #909090;
    margin-top: 0;
}

.filters-menu-list .menu-list li.active > a,
.filters-menu-list .menu-list li.active > .arrow{
    color: #909090 !important;
}


@media (max-width: 991px) {
    .product-nav{
        margin-bottom: 0;
        padding: 40px 15px;
    }
    .product-nav .product-category{
       display: none;
    }   
    .product-description {
        font-size: 18px;
        padding-top: 0px;
        order: -1;
        margin-bottom: 30px;
    }
    .filters-icon{
        font-size: 18px;
    }
    .filters-menu-list{
        top: 100%;
        left: 0;
        right: 0;
    }
    .filters-menu-list .menu-list{
        margin: 0;
    }
   
    .filters-menu-list .menu-list li a{
        font-size: 18px;
        padding: 16px 100px 14px 15px;
    }
    .filters-menu-list .menu-list .arrow{
        height: 56px;
        right: 0;
        width: 56px;
    }
    .filters-menu-list .menu-list .arrow::before{
        width: 56px;
    }
    .filters-menu-list .menu-list .arrow::after{
        margin-top: -8px;
    }
    .filters-menu-list .menu-list li.active > .arrow::after{
        margin-top: -3px;
    }
}

.tools-box{
    background-color: #F4F7F8;
    padding: 80px 0;
}
.tools-box .box-title{
    font-size: 30px;
    margin: 0 auto 50px;
    max-width: calc(var(--container-width) - 30px);
    width: calc(100% - 30px);
}
.tools-box .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    grid-gap: 60px;
    max-width: calc(var(--container-width) - 30px);
    width: calc(100% - 30px);
}
.tools-box .list li{
    display: flex;
}
.tools-box .list .pic{
    flex: 0 0 50%;
}
.tools-box .list .cont{
    padding:20px 0 0 35px;
    flex: 0 0 50%;
}
.tools-box .list .cont .title{
    font-size: 25px;
}
.tools-box .list img{
    max-width: 100%;
}
@media (max-width: 1199px) {
 
    .tools-box .list .cont .title{
        font-size: 24px;
    }
    .tools-box .list .cont{
        padding-left: 25px;
    }
}

@media (max-width: 991px) {
    .tools-box{
        padding: 50px 0;
    }
    .tools-box .box-title{
        font-size: 22px;
        margin-bottom: 35px;
    }
    .tools-box .list{
        grid-template-columns: repeat(2,1fr);
        grid-gap: 40px;
    }  
    .tools-box .list .cont .title{
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .tools-box{
        padding: 50px 0;
    }

    .tools-box .list{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
    }  
    .tools-box .list .cont .title{
        font-size: 20px;
    }
}

.hover-style2 .custom-carousel01 .pic::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #909090;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in 200ms;
}
.hover-style2 .custom-carousel01 .title{
    opacity: 0;
    transition: all ease-in 200ms;
}
.hover-style2 .custom-carousel01 .pic:hover::after{
    opacity: 0.4;
}
.hover-style2 .custom-carousel01 .pic:hover .title{
    opacity: 1;
}


.custom-font-size{
    font-size: 26px;
    line-height:1.6;
    text-align: center;
    margin: 0 auto;
}
.custom-title3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .custom-font-size{
        font-size: 24px;
    }
    .custom-title3{
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .custom-font-size{
        font-size: 18px;
    }
}

.dng-row > .dng-column{
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 768px) {
    .text-animation-box .text-animation {
        opacity: 0;
        transform: translateY(100px);
        transition: all .7s cubic-bezier(.62, .28, .23, .99);
    }

    .text-animation-box .text-animation.show {
        opacity: 1;
    }

    .text-animation-box .text-animation.small {
        transform: translateY(50px);
    }

    .text-animation-box .is-container:hover .text-animation {
        opacity: 1;
        transform: translateY(0);
    }
}



body .size-35 {
    font-size: 1.6rem;
}
body .size-20 {
    line-height: 1.9rem;
}

body .size-60 {
    font-size: 3.125rem !important;
}
body .size-35 {
    font-size: 1.85735rem !important;
}

@media (max-width: 767px) {

    body .size-35 {
        font-size: 18px !important;
    }

    body .size-20 {
        font-size: 16px !important;
    }

    body .size-60 {
        font-size: 2rem !important;
    }

    .footer-title {
		font-size: 25px;
	}
    .footer-imgbox .content {
		display: block;
	}
}

body .custom-carousel01 .title{
    font-size: 20px;
}


.dnngo_gomenu .primary_structure > li > a,
.mobilemenu-main .gomenu > ul > li > a{
    text-transform:uppercase ;
}
.dnngo_gomenu .primary_structure>li.dir>a>span:after{
    content: none !important;
}

.easy-carousel.custom-carousel01 .carousel-title{
    min-height: 62px;
}