*,
::after,
::before {
    box-sizing: border-box
}

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;

}

/**/
@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;
}

a:visited {}

button {
    color: inherit;
}


body ul{
    list-style: disc;
}

.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;
    }
}

/* menuicon */
body .dng-megamenu .primary_structure span img,
body .dngTextBox .html_dnngo_gomenu ul li a img,
body .mobilemenu-main ul li li a img.menuicon {
    margin-inline-end: 8px;
    width: 4em;
}
body .mobilemenu-main ul li li a img.menuicon{
    display: none;
}

/*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;
}

.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;
}

.overflow-hidden {
    overflow: hidden;
}

/* accordion01 */
body .accordion01 .panel-heading {
    background-color: #f2fdfe;
}
body .accordion01 .panel-heading button{padding-right: 60px;}
body .accordion01 .panel-heading .arrow {
    position: absolute;
    top: 0;
    right: 14px;
    width: 34px;
    height: 100%;
    display: block;
}
body .accordion01 .panel-heading .arrow::after,
body .accordion01 .panel-heading .arrow::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all ease 300ms;
    width: 18px;
    border-bottom: 2px solid currentColor;
    margin: 0px 0 0 -9px;
}
body .accordion01 .accordion-item .arrow::before {
    transform: rotate(-90deg);
}
body .accordion01 .accordion-item.opened .arrow::before {
    opacity: 0;
}
body .accordion01 .accordion-item.opened .panel-heading {
    background-color: var(--accent-color2);
}

/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    height: 55px;
    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;
}

@media only screen and (min-width: 992px) {
    .btn-larger {
        height: 65px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        font-size: 20px !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-15 {
    border-radius: 15px !important;
}

.border-radius-circle {
    border-radius: 50px !important;
}

.border-radius-round {
    border-radius: 50% !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);
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left: 0px !important;
    }

    .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}




/* */

/* 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;
}

blockquote p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: inherit;
}


/* Boxes */
.is-box {
    vertical-align: middle;
}

.is-section .is-boxes {
    display: flex;
    flex: 0 0 100%;
    height: 100%;
    width: 100%;
    position: relative;
}

.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 (min-width: 1200px) {
    .is-section.layout-hidden-xl {
        display: none !important;
    }
}

@media all and (max-width: 1199px) and (min-width:992px) {
    .is-section.layout-hidden-lg {
        display: none !important;
    }
}

@media all and (max-width: 991px) and (min-width:768px) {
    .is-section.layout-hidden-md {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .is-section.layout-hidden-sm {
        display: none !important;
    }
}


@media all and (max-width: 991px) {
    .is-box-md-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}


/* New */

.table-responsive {
    overflow-x: auto;
}

@media all and (max-width: 991px) {
    .table-responsive table {
        zoom: 0.8;
    }
}

@media all and (max-width: 1024px) {
    .is-section.box-lg-wrap .is-boxes {
        display: block;
    }

    .is-section.box-lg-wrap .is-box {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@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-section .is-box {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }


    /* new */
}

.is-container {
    margin: 0 auto;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    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,
.is-overlay .is-video-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;
    top: 0;
    left: 0;
    pointer-events: none;
}

.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;
}

.is-section.section-slider {
    opacity: 0;
}


/* 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: end;
}

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

.is-align-left {
    text-align: start;
}

.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,
.fixed-element svg {
    max-width: 100vw;
}


/*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;
    background-size: auto 110%;
}

@media only screen and (min-width: 992px) {
    .bg-attachment-js .is-overlay-bg {
        background-size: auto 110%;
    }
}

a:focus,
button:focus,
[tabindex="0"] {
    outline: none;

}

.modalbox {
    display: 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: #c72d29;
    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;
    }

    /*Construction01*/
    .Construction01-section-tabs .section-tabs-list {
        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;
}



/**/
.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);
}

.z-index-10 {
    z-index: 10;
    position: relative;
}


.m-5 {
    margin: 5px;
}

/*2025-4-2*/


:root {
    --custom-button-color: var(--button-color3);
    --custom-button-hover-color: var(--button-hover-color3);
    --custom-accent-color: #f86011;
}

#Body #dng-wrapper a.head-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 17px 16px;
    color: var(--custom-button-color);
    background-color: var(--accent-color4);
    transition: all .2s;
    border-radius: 10px;
    min-width: 109px;
    text-align: center;
    display: block;
}

#Body #dng-wrapper a.head-button:hover {
    background-color: var(--custom-button-color);
    color: #fff;
}

#Body .header-area.head_menu {
    flex-grow: 0;
    margin-left: auto;
}

#Body .header-area.head_menu .dnngo_gomenu {
    padding-top: 2px;
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li {
    padding: 0 12px;
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li>a {
    position: relative;
    transition: color 300ms cubic-bezier(.42, .01, .58, 1), background-color 300ms cubic-bezier(.42, .01, .58, 1);
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-color: var(--custom-accent-color);
    border-radius: 0;
    border-style: solid;
    transition: all 300ms cubic-bezier(.42, .01, .58, 1);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li.menu_hover>a:before,
#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li.current>a:before,
#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li>a:hover:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure .dnngo_slide_menu {
    padding: 0;
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure .dnngo_slide_menu li a {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
}

#Body .header-area.head_menu .dnngo_gomenu .primary_structure>li>.dnngo_menuslide>.dnngo_slide_menu {
    margin-top: 20px;
}

.banner_title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 1px;
}

.banner_subtitle {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1.4em;
}

#Body .button-001 {
    display: inline-flex;
    background-color: var(--custom-accent-color);
    gap: 12.6px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 500;
    padding: 19px 35px;
    border-radius: 3px;
    transition: all .2s;
    color: #fff;
}
.dng-form .form-element>button{
    border-radius: 3px !important;
}

#Body .button-001:hover {
    background-color: var(--custom-button-hover-color);
    text-decoration: none;
}

.head_top_menu {
    justify-content: flex-start;
}

.head_top_menu .header-content-wrap {
    align-items: start;
}

.head_top_menu .primary_structure {
    height: 53px;
}

.head_top_menu .Login-popup-box {
    height: 53px;
    margin: 0 !important;
    padding: 0px 10px 0 0;
    background-color: #F5F5F5;
    display: flex !important;
    align-items: center;
    color: #1e1e1e !important;
}
body .header-cart{
    height: 53px;
    margin: 0 !important;
    padding: 0px 20px 0 0;
    background-color: #F5F5F5;
    display: flex !important;
    align-items: center;
    color: #1e1e1e !important;
}
body .header-cart:hover{
    color: var(--accent-color2) !important;
}



#Body .dngTextBox .html_dnngo_gomenu>ul {
    display: flex;
    padding: 10px 10px 10px 25px;
    background-color: #F5F5F5;
    margin: 0;
    gap: 30px;
    align-items: center;
}

#Body .dngTextBox .html_dnngo_gomenu ul li {
    list-style: none;
}

#Body .dngTextBox .html_dnngo_gomenu ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #1e1e1e;
    height: 35px;
}

#Body .dngTextBox .html_dnngo_gomenu ul li a:hover {
    color: var(--custom-button-color);
}

#Body .head_top_menu .header-content-wrap {
    justify-content: flex-start !important;
}

@media (max-width: 1200px) {
    .banner_title {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    .mobile-header .header-area.area-center {
        margin-left: auto;
    }

    .mobile_button_box {
        margin-left: auto;
    }

    .mobile-header-replace .header-mobile {
        justify-content: inherit;
    }

    .mobile-header-replace .header-mobile .mobile-menu-icon {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .mobile-header-replace .header-mobile .mobile-menu-icon:before {
        content: "Menu";
        color: currentColor;
    }

    .mobile-header-replace .header-mobile .dg-menu-anime {
        width: 18px;
        height: 18px;
    }

    .mobile-header-replace .header-mobile .dg-menu-anime:after {
        bottom: 1px;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
    }

    .mobile-header-replace .header-mobile .dg-menu-anime:before {
        bottom: 5px;
        width: 65%;
        top: auto;
        right: 0;
        left: auto;
        border-width: 3px;
    }

    .mobile-header-replace .header-mobile .dg-menu-anime span:after {
        top: 1px;
        width: 65%;
        left: auto;
        right: 0;
        border-width: 3px;
    }

    .mobile-header-replace .header-mobile .dg-menu-anime span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 6px;
        width: 100%;
        border-bottom: 2px solid;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 576px) {
    #Body #dng-wrapper .banner_title {
        font-size: 30px !important;
    }

    .banner_subtitle {
        font-size: 20px !important;
        line-height: 1.2;
    }

    .mobile_logo_width .logo img {
        max-height: 26px !important;
    }
}

.html_dnngo_gomenu .dnngo_menuslide {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline-start: -28px;
    z-index: 907;
    margin: 0;
    padding: 0;
}

.html_dnngo_gomenu .dnngo_menuslide .dnngo_slide_menu {
    white-space: nowrap;
    border-radius: 3px;
    min-width: 210px;
    margin: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background-color: #fff;
    padding: 0;
    margin-top: 10px;
}

#Body .dngTextBox .html_dnngo_gomenu ul li {
    position: relative;
}
.html_dnngo_gomenu .dnngo_menuslide .dnngo_slide_menu{
    padding-top: 15px;
    padding-bottom: 15px;
}

.html_dnngo_gomenu .dnngo_menuslide .dnngo_slide_menu a {
    padding: 0px 60px 0px 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 28px;
    -webkit-transition: color ease-in 200ms, background-color ease-in 200ms;
    transition: color ease-in 200ms, background-color ease-in 200ms;
    display: block;
    text-align: left;
    line-height: 29px;
}

#Body .dngTextBox .html_dnngo_gomenu ul li.menu_hover>a {
    color: var(--custom-button-color);
}

#Body .dngTextBox .html_dnngo_gomenu ul li.dir>a>span:after {
    content: "";
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0px 3px 0;
    margin-inline-start: 6px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: currentColor;
}

#Body .dngTextBox .html_dnngo_gomenu ul li a,
.Login .userProperties>ul>li>a{
    font-family: "Alata";
    line-height: 1.2;
}


@media all and (max-width:1200px) {
    #Body .dngTextBox .html_dnngo_gomenu>ul {
        gap: 13px;
    }

    #Body .dngTextBox .html_dnngo_gomenu ul li a {
        font-size: 15px !important;
    }
    #Body .dngTextBox .html_dnngo_gomenu>ul{
        padding-right: 13px;
    }


    .dnngo_gomenu .primary_structure > li > a{
        font-size: 16px !important;
    }



    body .header-button {
        height: 38px;
    }

}


.Login-popup-box {
    position: relative;
}

.Login-popup-box .icon {
    border: none;
    background: transparent;
    width: 42px;
    height: 56px;
    transition: all ease-in 200ms;
    padding-bottom: 4px;
    position: relative;
}

.Login-popup-box .icon:hover,
body .search-popup-box .icon:hover{
    color: var(--accent-color2);
}

.Login-popup-box .icon::after,
.Login-popup-box .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    border-top: 2px solid currentColor;
    margin: 0px 0 0 -10px;
    opacity: 0;
}

.Login-popup-box .icon::after {
    transform: rotate(45deg);
}

.Login-popup-box .icon::before {
    transform: rotate(-45deg);
}

.Login-popup-box .icon.active::after,
.Login-popup-box .icon.active::before {
    opacity: 1;
}

.Login-popup-box .icon.active svg {
    opacity: 0;
}


.Login-popup-box .Login {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    top: 100%;
    display: none;
}

.Login-popup-box .Login img {
    max-width: none;
}

.search-popup-box.popup-right {
    margin-left: 0 !important;
}

.Login .userProperties ul.userMenu {
    width: auto;
}


.banner-line {
    border-color: rgba(255, 255, 255, .2);
    margin: 50px 0;
}

@media (max-width: 767px) {
    .mobile-header-replace .header-mobile .mobile-menu-icon:before{
        content: none !important;
    }
    .Login-popup-box .icon{
        width: 42px;
        padding-bottom: 4px;
    }
    
}


/* title-34 */
body .title-34 {
    font-size: 1.75rem;
}
@media only screen and (min-width: 992px) {
    body .title-34 {
        font-size: 2.5rem;
    }
}
body .title-34::after{
    border-bottom-color: var(--accent-color2);
}

body .is-light-text .title-34::after{
    border-bottom-color: #fff;
}

/* icon-box20 */
body .icon-box20 .icon{
    color: #fff;
}
body .icon-box20 .icon{
    background: var(--accent-color);
    transition: background-color ease 300ms;
}
body .icon-box20:hover .icon{
    background: var(--accent-color2);
}


/* icon-box37 */
body .icon-box37{
    display: flex;
    flex-direction: column;
    align-items: center;
}
body .icon-box37:has(.footer)::after{
    content: '';
    display: block;
    flex-grow: 1;
    width: 100%;
    order: 11;
}
body .icon-box37 .footer{
    order: 12;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 10px 0 0;
}
body .icon-box37 .footer a{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    text-align: left;
    color: var(--accent-color);
    font-size: 1rem;
    line-height: 1;
    border: 2px solid currentColor;
    background-color: transparent;
    border-radius: 1000px;
    transition: all ease-in 300ms;
}
body .icon-box37 .footer a .sico{
    font-size: 1.5rem;
    line-height: 1;
}
body .icon-box37 .footer a .text{
    display: flex;
    flex-direction: column;
}
body .icon-box37 .footer a .text small{
    font-size: 0.625rem;
}
body .icon-box37:hover .footer a{
    color: #fff;
}
body .icon-box37 .footer a:hover,
body .icon-box37:hover .footer a:hover{
    color: var(--accent-color);
    background-color: #fff;
    border-color: #fff;
}

/* play-button02 */
body .play-button02 .icon{
    color: var(--accent-color2) !important;
}

/* play-button04 */
body .play-button04 .icon{
    background: var(--accent-color2);
}

/* counter-15 */
body .counter-15 .custom-module{
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: currentcolor;
}


/* custom-flipbox */
.custom-flipbox {
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: visible;
    margin-bottom: 15px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: z-index 750ms ease;
    transition: z-index 750ms ease;
    opacity: 1;
    z-index: 0;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.custom-flipbox .front,
.custom-flipbox .back {
    -webkit-transition: all 750ms ease 0s;
    transition: all 750ms ease 0s;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.custom-flipbox .front {
    position: relative;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1;
    background-color: #ffffff;
    height: 100%;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 6px;
}

.custom-flipbox .back {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 100%;
    z-index: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: flex;
    flex-direction: column;
    background: #edf8ff;
    padding: 25px;
}

.custom-flipbox:hover {
    z-index: 100;
}

.custom-flipbox:hover .front {
    background-color: #FFF;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.custom-flipbox:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1;
}

.custom-flipbox .image{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
.custom-flipbox .title{
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 0 0 10px;
}
.custom-flipbox .subinfo{
    font-size: 15px;
    margin: 0 0 30px;
}
.custom-flipbox .subinfo::after{
    content: "";
    border-bottom: 2px solid #ee0d08;
    width: 100px;
    display: block;
    margin: 25px auto 0;
}

.custom-flipbox .date{
    text-align: center;
    font-style: italic;
}

.custom-flipbox .list-01{
    margin: 0 0 0px;
    padding: 0;
    list-style: none;
}
.custom-flipbox .list-01 li{
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 15px;
}
.custom-flipbox .list-01 li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #44b7bb;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.custom-flipbox .list-01 + .button-01{
    margin-top: 30px;
}

.custom-flipbox .list-02{
    margin: 0 0 30px;
    padding: 20px;
    list-style: none;
    background-color: #daecf8;
}
.custom-flipbox .list-02 li{
    display: flex;
    gap: 5px 15px;
    align-items: start;
    margin-bottom: 10px;
}
.custom-flipbox .list-02 .sico {
    color: #2ac7bc;
    margin-top: 5px;
}

.custom-flipbox .button-01{
    align-self: center;
}

.custom-flipbox .list-01{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.custom-flipbox .list-01 li{
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 15px;
}
.custom-flipbox .list-01 li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #44b7bb;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.custom-list{
    margin: 0 0 30px 18px;
    padding: 0;
    list-style: none;
}
.custom-list ul{
    list-style: none;
}
.custom-list li{
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 15px;
}
.custom-list li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #44b7bb;
    border-radius: 50%;
    left: 0;
    top: 10px;
}


.custom-footer-menu{
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
    flex-wrap: wrap;
}
.footer-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 20px;
}


.title-12::after{
    border-color: var(--accent-color2) !important;
}
.accordion04 .accordion-item.opened .panel-heading button,
.swiper-container .swiper-pagination-bullet-active{
    background-color: var(--accent-color2) !important;
}
.carousel01.swiper-container .swiper-pagination-bullet-active{
    background-color: var(--accent-color) !important;
}
.portfolio-carousel03.easy-carousel .pagination-bullet.active{
    background-color: var(--accent-color2) !important;
}
.carousel01.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
}
.custom-footer a:hover{
    text-decoration: none;
    color: var(--accent-color) !important;
}

body .accordion04 .panel-heading button{
    background-color: #fff;
}

body .accordion04 .accordion-content{
    padding-bottom: 22px;
}


.adad95-leftbox{
    background-color: #ebf6f7;
    padding: 40px;
    border-radius: 10px;
}
.adad95-leftbox .title{
    font-size: 20px;
    margin: 0 0 20px;
    color: #43b7bb;
}
.adad95-leftbox p:last-child{
    margin-bottom: 0;
}.accordion04 .panel-heading button{
    background-color: #Fff;
}


.custom-imgbox01{
    display: flex;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}
.custom-imgbox01 .image{
    flex:  0 0 50%;
}
.custom-imgbox01 .image img{
    height: 100%;
    object-fit: cover;
    width:100%;
}
.custom-imgbox01 .content{
    flex:  1;
    padding:60px;
}
.custom-imgbox01 .title{
    font-size:20px;
    margin: 0 0 15px;
}
@media (max-width: 1200px) {
    
}

@media (max-width: 991px) {
    .custom-imgbox01{
        flex-direction: column;
    }
    .custom-imgbox01 .image{
        order: -1;
    }

        
}
@media (max-width: 767px) {
    .custom-imgbox01 .content{
        padding:15px;
    }  
}

.custom-infobox01{
    background-color: #fff6f1;
    padding: 60px 14%;
    text-align: center;
    color: #555555;
    font-size: 15px;
}
.custom-infobox01 .title{
    font-size: 24px;
    color: #333333;
    margin: 0 0 20px;
}
.custom-infobox01 .subtitle{
    color: #0065a5;
    font-size: 18px;
}

@media (min-width: 992px) {
    .custom-footer .row > * {
        position: relative;
    }
    .custom-footer .row > *::before{
        content: "";
        position: absolute;
        top: 10px;
        bottom: 50px;
        /* right: -25%; */
        right: 0;
        border-left: 1px solid rgba(255, 255, 255, .08);
    }
    .custom-footer .row > *:last-child::before{
        content: none;
    }
}

.custom-footer.is-light-text, 
.custom-footer.is-light-text p, 
.custom-footer.is-light-text li, 
.custom-footer.is-light-text div, 
.custom-footer.is-light-text span:not(.sico),
.custom-footer.is-light-text .info-box16 dt .sico{
    color: #768eac;
}
.custom-footer.is-light-text a{
    color: #768eac;
} 
.custom-footer.is-light-text a:hover{
    color: #ffbd1f !important;
} 


.custom-footer-bottom p{
    margin: 0;
    color: #4a5563;
}
.custom-footer-bottom .is-container a{
    color: currentColor;
} 
.custom-footer-bottom .is-container a:hover{
    color: #ffbd1f !important;
} 
.custom-footer-bottom .is-container{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}


.custom_banner_style .is-overlay .is-overlay-color{
    opacity: 0.5 !important;
}
#Body .button-002{

    height: 40px;
    line-height: 40px;
    color: rgb(13, 35, 69);
    padding: 0 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    letter-spacing: .1rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    font-size: 15px;
}
#Body .button-002:hover{
    text-decoration: none;
    transition: transform 3s ease, box-shadow 0.5s ease;
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080;
}

#Body .button-003{

    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: #0D2345;
    border-radius: 0;
    letter-spacing: .1rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    font-size: 15px;
}
#Body .button-003:hover{
    text-decoration: none;
    transition: transform 3s ease, box-shadow 0.5s ease;
    transform: rotate(1deg);
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080;
}

.img_391{
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    padding: 50px 20px;
}

.custom_check_list_bg .multicolumn-list{
    padding: 25px;
    margin: 0 0 12px;
    background-color: #F5F5F5;
}
.custom_check_list_bg .multicolumn-list li{
    list-style: none;
}
.custom_check_list_bg .multicolumn-list li .inline-richtext{
    font-size: 18.9px;
    font-weight: bold;
}
.custom_check_list_bg .multicolumn-list li .rte p{
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.75);
}
.img_option_box{
    padding-bottom: calc(534/391 * 100%);
    position: relative;
}
.img_option_box img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_check_list_bg .accordion07 .accordion-item::before{
    display: none;
}
.custom_check_list_bg .accordion07{
    border-top: 1px solid #EBEBEB;
}
.custom_check_list_bg .accordion07 .accordion-item{
    border: none;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0px;
    margin-bottom: 0;
}
.custom_check_list_bg .accordion07 .accordion-item.opened{
    border-bottom: 1px solid #EBEBEB;
}
.custom_check_list_bg .accordion07 .panel-heading button{
    padding:15px 60px 15px 15px;
    font-size: 16px;
}
.custom_check_list_bg .accordion07 .panel-heading button:hover{
    background-color: #F5F5F5;
    text-decoration: underline;
}
.custom_check_list_bg .accordion07 .accordion-content{
    padding: 0 6px 15px 18px;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    line-height: 1.8;
}
.custom_check_list_bg .accordion07 .accordion-item button::before{
    color: #000;
}
.custom_check_list_bg .accordion07 .panel-heading .arrow::after{
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.75);
    border-right-color: rgba(0, 0, 0, 0.75);
}


@media (min-width: 1600px) {
 
    .img_391{
        padding: 50px 46.5px;
        min-height: 391px;
    }
}
@media (min-width: 767px) {
    #Body .custom_banner_style .button-002{
        min-width: 532px;
    }
}
@media (max-width: 767px) {
    #Body .button-002{
        white-space: normal;
        height: auto;
        line-height: 1.5;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #Body .custom_banner_style .button-002{
        min-width: inherit;
    }
}


/* sidebar-menu */
body .sidebar-menu .gomenu>ul{
    display: flex;
    flex-direction: column;
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
}
body .sidebar-menu .gomenu>ul{
	overflow-x: hidden;
    overflow-y: auto;
    max-height: calc( 90vh - ( var(--floating-header-center-height) + 30px ) * 2 );
}
@media (max-width: 991.98px) {
    body .sidebar-menu .gomenu>ul{
        max-height: calc( 90vh - ( var(--header-mobile-height) + 30px ) * 2 );
    }
}
body .sidebar-menu .gomenu>ul>li>a {
	position: relative;
    display: block;
    padding: 15px 10px;
    width: 100%;
    color: #022047;
	background-color: transparent !important;
	border: none !important;
    transition: color ease 300ms;
}
body .sidebar-menu .gomenu>ul>li>a,
body .sidebar-menu .gomenu>ul>li>a:link,
body .sidebar-menu .gomenu>ul>li>a:active,
body .sidebar-menu .gomenu>ul>li>a:visited {
	color: #022047;
	font-size: 1.25rem;
	font-weight: inherit;
    line-height: 1.2;
}
body .sidebar-menu .gomenu>ul>li:hover>a,
body .sidebar-menu .gomenu>ul>li.current>a {
    color: var(--accent-color); 
}

body .sidebar-menu .gomenu>ul>li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    z-index: 1;
}

body .sidebar-menu .gomenu>ul>li>a::before {
    content: '';
    position: absolute;
    inset: 0;
	width: 100%;
	height: 100%;
    background-color: var(--accent-color);
	opacity: 0;
    z-index: -1;
	transform: none;
    transition: opacity ease 300ms;
}

body .sidebar-menu .gomenu>ul>li:hover>a,
body .sidebar-menu .gomenu>ul>li.current>a{
	opacity: 1;
}
body .sidebar-menu .gomenu>ul>li:hover>a::before,
body .sidebar-menu .gomenu>ul>li.current>a::before {
    opacity: 0.05;
}

body .sidebar-menu .gomenu>ul>li>ul {
	padding: 15px 0;
}

body .sidebar-menu .gomenu ul ul li {
	padding: 4px 0px 4px 30px;
}

body .sidebar-menu .gomenu ul ul ul li a {
	position: relative;
}

body .sidebar-menu .gomenu ul ul ul li a::before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-left: -15px;
	margin-top: -2px;
}

body .sidebar-menu .gomenu ul ul ul li:last-child {
	padding-bottom: 0;
}

body .sidebar-menu .gomenu ul ul ul li {
	padding-left: 25px;
}

body .sidebar-menu .gomenu ul ul ul {
	padding: 10px 0;
}

body .sidebar-menu .gomenu>ul>li>ul {
	display: none;
}

body .sidebar-menu .gomenu>ul>li.current>ul {
	display: block;
}

body .sidebar-menu .gomenu ul ul a,
body .sidebar-menu .gomenu ul ul a:link,
body .sidebar-menu .gomenu ul ul a:active,
body .sidebar-menu .gomenu ul ul a:visited {
	color: #022047;
	font-weight: inherit;
	font-size: 1rem;
}

body .sidebar-menu .gomenu>ul>li ul a:hover {
	color: var(--accent-color); 
}


body .sidebar-menu .gomenu ul li.subcurrent>a {
	color: var(--accent-color); 
	font-weight: 600;
}

/* custom-sidebarMenu-01 */
.custom-sidebarMenu-01{
    display: flex;
    flex-direction: column;
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
    font-size: 1.25rem;
    line-height: 1.2;
}
.custom-sidebarMenu-01{
	overflow-x: hidden;
    overflow-y: auto;
    max-height: calc( 90vh - ( var(--floating-header-center-height) + 30px ) * 2 );
}
@media (max-width: 991.98px) {
    .custom-sidebarMenu-01{
        max-height: calc( 90vh - ( var(--header-mobile-height) + 30px ) * 2 );
    }
}
.custom-sidebarMenu-01 li{
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    z-index: 1;
}
.custom-sidebarMenu-01 li::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--accent-color);
    opacity: 0;
    z-index: -1;
    transition: opacity ease 300ms;
}
.custom-sidebarMenu-01 li:has(a:hover)::before,
.custom-sidebarMenu-01 li.is-active::before{
    opacity: 0.05;
}
.custom-sidebarMenu-01 li a{
    display: block;
    padding: 15px 10px;
    width: 100%;
    color: #022047;
    transition: color ease 300ms;
}
.custom-sidebarMenu-01 li a:hover,
.custom-sidebarMenu-01 li.is-active a{
    color: var(--accent-color); 
}


/* custom-sidebarMenu-02 */
.custom-sidebarMenu-02{
    display: flex;
    flex-direction: column;
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.5;
	gap: 15px;
}
.custom-sidebarMenu-02{
	overflow-x: hidden;
    overflow-y: auto;
    max-height: calc( 90vh - ( var(--floating-header-center-height) + 30px ) * 2 );
}
@media (max-width: 991.98px) {
    .custom-sidebarMenu-02{
        max-height: calc( 90vh - ( var(--header-mobile-height) + 30px ) * 2 );
    }
}
.custom-sidebarMenu-02 li a{
	color: currentColor;
}
.custom-sidebarMenu-02 li a:hover,
.custom-sidebarMenu-02 li.is-active a{
    color: var(--accent-color); 
}


/* custom-sidebarMenuLink-01 */
.custom-sidebarMenuLink-01{
    display: flex;
    flex-direction: column;
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
    font-size: 1.25rem;
    line-height: 1.2;
}
.custom-sidebarMenuLink-01{
	overflow-x: hidden;
    overflow-y: auto;
    max-height: calc( 90vh - ( var(--floating-header-center-height) + 30px ) * 2 );
}
@media (max-width: 991.98px) {
    .custom-sidebarMenuLink-01{
        max-height: calc( 90vh - ( var(--header-mobile-height) + 30px ) * 2 );
    }
}
.custom-sidebarMenuLink-01 li{
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    z-index: 1;
}
.custom-sidebarMenuLink-01 li::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--accent-color);
    opacity: 0;
    z-index: -1;
    transition: opacity ease 300ms;
}
.custom-sidebarMenuLink-01 li:has(a:hover)::before,
.custom-sidebarMenuLink-01 li.is-active::before{
    opacity: 0.05;
}
.custom-sidebarMenuLink-01 li a{
    display: block;
    padding: 15px 10px;
    width: 100%;
    color: #022047;
    transition: color ease 300ms;
}
.custom-sidebarMenuLink-01 li a:hover,
.custom-sidebarMenuLink-01 li.is-active a{
    color: var(--accent-color); 
}



/* custom-downloadList-01 */
.custom-downloadList-01{
    display: grid;
    grid-template-columns: repeat(2, auto 1fr);
    row-gap: 15px;
    column-gap: 20px;
    font-size: 1rem;
    line-height: 1.75;
}
.custom-downloadList-01 br{
    display: none;
}
.custom-downloadList-01 a{
    color: #022047;
    transition: color ease 300ms;
}
.custom-downloadList-01 a:hover{
    color: var(--accent-color); 
}
.custom-downloadList-01 a:not(:has(img)){
    margin-top: 0.1875rem;
}
@media (max-width: 991.98px) {
    .custom-downloadList-01{
        grid-template-columns: repeat(1, auto 1fr);
    }
}

/* custom-videoList-01 */
.custom-videoList-01{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 20px;
}
.custom-videoList-01 a{
    position: relative;
    display: block;
}
.custom-videoList-01 a::before,
.custom-videoList-01 a::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 1;
}
.custom-videoList-01 a::before{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: #fff;
}
.custom-videoList-01 a::after{
    width: 15px;
    height: 19px;
    background-color: var(--accent-color);
    mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAABAklEQVQ4jZ3TsStFYRjH8c+9XaXEoCzKxKKUlMEm/4IyWohyTQYZ2SglTGQwWIjEgsXoT5AMFouBTTHSc7undDrOued+l7eet+/zPL/OeSvjt/cj2McQTnGIFy1QxTqmMIBV3GEGnUV6yBOpWmxwhj0MFsndGfUKFnGO6Tz5J6f5GI6xg94suYgerOASo2XlhEncYB4diVwp0aAfR9iNGLWCzFnEsDq6YvJbSTlhtprs3wZXIfe1IZ5guWzmD2ziAF+1EuID1ppng1oL3/qzueYG3v9ehPidIz5iLvKlxUSOHFnEtHiaF/91Dvk5VXvFApbwlJcnMm9juPnrXWOrSGqAX9RsKtAE00VNAAAAAElFTkSuQmCC");
}
.custom-videoList-01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
@media (max-width: 991.98px) {
    .custom-videoList-01{
        grid-template-columns: repeat(1, 1fr);
    }
}


/* custom-priceBox-01 */
.custom-priceBox-01{
    --PaddingT: clamp(30px, 2.5vw + 12px ,60px);
    --PaddingLR: clamp(20px, 2.5vw + 2px ,50px);
    --PaddingB: clamp(20px, 2.5vw + 2px ,50px);
}
.custom-priceBox-01{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: var(--PaddingT) var(--PaddingLR) var(--PaddingB);
    text-align: center;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
}
.row.row-custom-priceBox-01 {
    row-gap: 30px;
}
.row.row-custom-priceBox-01 .custom-priceBox-01{
    margin-bottom: 0;
    height: 100%;
}
.custom-priceBox-01 .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.custom-priceBox-01 .pic img{
    max-width: 100%;
}
.custom-priceBox-01 .header{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 28px;
}
.custom-priceBox-01 .header .title{
    margin: 0 0 0;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: calc( 1em / 1000 * -10 );
}
.custom-priceBox-01 .header .price{
    margin: 0 0 0;
    color: var(--accent-color2);
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: calc( 1em / 1000 * -10 );
}
.custom-priceBox-01 .body{
    position: relative;
    flex-grow: 1;
}
.custom-priceBox-01 .body hr{
    margin-top: 26px;
    margin-bottom: 26px;
}
.custom-priceBox-01 .footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: clamp(15px, 2.5vw + -3px ,45px);
}
.custom-priceBox-01 .footer a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    background-color: var(--custom-accent-color);
    border-radius: 3px;
    transition: all ease 300ms;
}
.custom-priceBox-01 .footer a:hover{
    background-color: var(--custom-button-hover-color);
}


/* custom-featureBox-01 */
.custom-featureBox-01{
    --PaddingT: clamp(30px, 2.5vw + 12px ,60px);
    --PaddingLR: clamp(20px, 2.5vw + 2px ,50px);
    --PaddingB: clamp(20px, 2.5vw + 2px ,50px);
}
.custom-featureBox-01{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: var(--PaddingT) var(--PaddingLR) var(--PaddingB);
    text-align: center;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
}
.row.row-custom-featureBox-01 {
    row-gap: 30px;
}
.row.row-custom-featureBox-01 .custom-featureBox-01{
    margin-bottom: 0;
    height: 100%;
}
.custom-featureBox-01 .header{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: calc( -1 * var(--PaddingT) );
    margin-left: calc( -1 * var(--PaddingLR) );
    margin-right: calc( -1 * var(--PaddingLR) );
    padding: 20px var(--PaddingLR) 20px;
    color: #fff;
    background-color: var(--accent-color2);
    border-radius: 5px 5px 0 0;
}
.custom-featureBox-01 .header .subTitle,
.custom-featureBox-01 .header .title{
    margin: 0 0 0;
    color: #fff;
}
.custom-featureBox-01 .header .subTitle{
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: calc( 1em / 1000 * -10 );
}
.custom-featureBox-01 .header .title{
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: calc( 1em / 1000 * -10 );
}
.custom-featureBox-01 .body{
    flex-grow: 1;
    padding: 40px 0 40px;
}
.custom-featureBox-01 .body hr{
    margin: 25px calc( -1 * var(--PaddingLR) );
}
.custom-featureBox-01 .body ul{
    margin: 0 calc( -1 * var(--PaddingLR) );
    list-style: none;
}
.custom-featureBox-01 .body ul li{
    padding: 10px var(--PaddingLR);
    color: #555555;
}
.custom-featureBox-01 .body ul li:nth-child(odd){
    background-color: #f9f9f9;
}
.custom-featureBox-01 .body ul li a:not(:hover){
    color: currentColor;
}
.custom-featureBox-01 .footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: var(--PaddingB);
}
.custom-featureBox-01 .body + .footer{
    margin-top: 0;
}
.custom-featureBox-01 .footer a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    background-color: var(--custom-accent-color);
    border-radius: 3px;
    transition: all ease 300ms;
}
.custom-featureBox-01 .footer a:hover{
    background-color: var(--custom-button-hover-color);
}


/* custom-timeList-01 */
.custom-timeList-01{
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
    min-height: 100px;
}
.custom-timeList-01 .date{
    position: absolute;
    left: 0;
    top: calc( 50% - 45px );
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    background-color: var(--accent-color2);
    border-radius: 50%;
}
.custom-timeList-01 .date span{
    color: #fff;
}
.custom-timeList-01 .date span:first-child{
    font-size: 26px;
    line-height: calc( 28 / 26 );
}
.custom-timeList-01 .date span:last-child{
    font-size: 14px;
    line-height: 2;
}
.custom-timeList-01 .date span + span{
    margin-top: 4px;
    border-top: 1px solid #fff;
}
.custom-timeList-01 .content{
    padding: 25px clamp(30px, 1.25vw + 21px ,45px) 25px 70px;
    color: var(--default-color);
    background-color: #fff;
    transition: background ease 300ms;
}
.custom-timeList-01 .content .title{
    margin: 0 0 8px;
    color: #333333;
    font-size: 1.25rem;
    line-height: 1.6;
    transition: color ease 300ms;
}
.custom-timeList-01 .content p, 
.custom-timeList-01 .content li, 
.custom-timeList-01 .content div, 
.custom-timeList-01 .content span:not(.sico){
    color: #555555;
    transition: color ease 300ms;
}
.custom-timeList-01 .content p:last-child{
    margin-bottom: 0;
}
.custom-timeList-01:hover .content{
    background-color: var(--accent-color);
}
.custom-timeList-01:hover .content .title,
.custom-timeList-01:hover .content p, 
.custom-timeList-01:hover .content li, 
.custom-timeList-01:hover .content div, 
.custom-timeList-01:hover .content span:not(.sico){
    color: #fff;
}
.custom-timeList-01 .full-link{
    position: absolute;
    inset: 0;
    opacity: 0;
}


/* custom-section-01 */
.custom-section-01:before{
    content: "";
    background: #fff;
    position: absolute;
    inset: 0 auto 50% 50% !important;
    max-width: var(--container-width);
    width: 100%;
    transform: translate3d(-50%, 0, 0);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 0 !important;
}
.custom-section-01 .is-boxes:before{
    content: "";
    background: #fff;
    position: absolute;
    inset: 0 auto 0 50%;
    max-width: var(--container-width);
    width: 100%;
    transform: translate3d(-50%, 0, 0);
}


/* custom-infoBox-01 */
.custom-infoBox-01{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 50px 40px;
    gap: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.row-custom-infoBox-01{
    row-gap: 30px;
}
.row-custom-infoBox-01 .custom-infoBox-01{
    margin-bottom: 0;
    height: 100%;
}
.custom-infoBox-01 .pic{
    position: relative;
}
.custom-infoBox-01 .content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.custom-infoBox-01 .content .date{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 0;
    font-size: 1rem;
    line-height: 1.25;
}
.custom-infoBox-01 .content .date .sico{
    color: var(--accent-color2);
}
.custom-infoBox-01 .content .title{
    margin: 0 0 10px;
    font-size: 1.75rem;
    line-height: 1.25;
}
.custom-infoBox-01 .content .date + .title{
    margin-top: 5px;
}
.custom-infoBox-01 .content .title:last-child{
    margin-bottom: 0;
}
.custom-infoBox-01 .footer a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom-infoBox-01 .footer a:not(:hover){
    color: currentColor;
}

/* custom-iconBox-01 */
.custom-iconBox-01 {
    display: flex;
    margin: 0 0 26px;
}
.custom-iconBox-01 .icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 27px;
    font-size: 1.375;
    z-index: 1;
    position: relative;
    color: var(--accent-color);
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    transition: all ease 300ms;
}
.custom-iconBox-01 .title {
    margin: 0 0 8px;
    font-size: 1.25rem;
    line-height: 1.6;
}
.custom-iconBox-01 p:last-child {
    margin-bottom: 0;
}
.custom-iconBox-01:hover .icon{
    color: #fff;
    background: var(--accent-color2);
}



.referenzen-iframe {
    position: relative;
    z-index: 2;
    margin: -180px 0 0;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
}

body .testimonials-carousel02 .testimonials-rating {
    background-image: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23f86011" fill="none" ></path></svg>');
}
body .testimonials-carousel02 .testimonials-rating span {
    background-image: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23f86011" fill="%23f86011" ></path></svg>');
}
body .testimonials-carousel02 .position::after{
    border-color: var(--accent-color2);
}

body .Business11-imgbox02 .info-box::after,
body .accordion09 .accordion-item.opened{
    background-color: var(--accent-color2);
}
body .accordion09 .panel-heading button:hover{
    color: var(--accent-color2);
}