



*,
::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;

}


#dnn_ctr_Privacy_lblPrivacy,
#dnn_ctr_Terms_lblTerms{
    display: block;
    padding-top: 60px;
}


/**/
@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;
}





.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;
}

.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;
}

/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    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-15 {
    border-radius: 15px !important;
}

.border-radius-circle {
    border-radius: 50px !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;
}

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 (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 {
    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: 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,
.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),
    .is-section .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;
}



/**/


.dnngo_gomenu .primary_structure > li > a{
    position: relative;

}
.dnngo_gomenu .primary_structure > li > a::before{
    content: "";
    background-image: url("../images/menu-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    height: 11px;
    margin-left: -22px;
    opacity: 0;
}
.dnngo_gomenu .primary_structure > li.current > a::before{
    opacity: 1;
}


.header-icon {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-right: 30px;
}


.custom-header-button,
.custom-button,
.custom-button2,
.custom-button3{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    background-color: var(--accent-color);
    font-family: 'Raleway';
}
.custom-header-button:link,
.custom-header-button:active,
.custom-header-button:visited,
.custom-button:link,
.custom-button:active,
.custom-button:visited,
.custom-button2:link,
.custom-button2:active,
.custom-button2:visited{
    color: #ffffff !important;
}
.custom-button3{
    background-color: #fff; 
    height: 60px;
    padding: 0 25px 0 35px;
    font-weight: 600;
}
.custom-button3:link,
.custom-button3:active,
.custom-button3:visited{
    color: var(--accent-color3) !important;
}
.custom-header-button::after,
.custom-button::after,
.custom-button2::after,
.custom-button3::after{
    content: "";
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z" fill="%23ffffff"></path></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.custom-button3::before{
    content: "";
    position: absolute;
    right: 25px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z" fill="%23ffffff"></path></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    opacity: 0;
    transition: opacity ease 300ms;
}
.custom-button3::after{
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z" fill="%23ef8932"></path></svg>');
    opacity: 1;
    transition: opacity ease 300ms;
}
.custom-header-button:hover,
.custom-button2:hover{
    background-color:var(--accent-color3);
    text-decoration: none !important;
}
.custom-button2{
    height: 60px;
    padding: 0 25px 0 35px;
}
.custom-button{
    background-color:var(--accent-color3);
    height: 60px;
    padding: 0 25px 0 35px;
}
.custom-button:hover{
    background-color: var(--accent-color);
    text-decoration: none !important;
}
.custom-button3:hover{
    color: #fff !important;
    background-color: var(--accent-color);
    text-decoration: none !important;  
}
.custom-button3:hover::before{
    opacity: 1;
}
.custom-button3:hover::after{
    opacity: 0;
}


@media only screen and (max-width:1200px) {
    .header-wrap .header-icon,
    .header-wrap .custom-header-button{
        display: none;
    }
    #Body .dnngo_gomenu .primary_structure>li>a {
        font-size: 16px !important;
    }
}


.text-uppercase{
    text-transform: uppercase;
}
.custom-banner-bottom{
    background-color: #FFF;
    margin-top: -110px;
}
@media only screen and (max-width: 1024px) {
    .custom-banner-bottom{
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-header-button{
        height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }
    .custom-header-button::after{
        background-size: 14px 14px;
        margin-left: 5px
    }
}


.custom-text-button{
    display: inline-block;
    color: var(--accent-color);
}
.custom-text-button svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
}


.custom-imagebox01{
    display: flex;
    flex-direction: column;
    min-height: 290px;
    padding: 50px;
    position: relative;
    transition: all ease-in 200ms;
}
.custom-imagebox01 .icon{
    margin-bottom: 25px;
    transition: all ease-in 200ms;
}
.custom-imagebox01 .title{
    color: #333333;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Raleway";
    transition: all ease-in 200ms;
    margin: 0;
}
.custom-imagebox01::after{
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.2);
}
.custom-imagebox01:hover{
    background-color: #ef8932;
}
.custom-imagebox01:hover .title{
    color: #FFF;
}
.custom-imagebox01:hover .icon{
    filter: contrast(0) brightness(2);
}
.custom-title01 small{
    color: #2471b2;
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.custom-title01 small::before{
    content: "";
    width: 37px;
    border-bottom: 1px solid #2471b2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.custom-title01 .title{
    font-size: 40px;
    color: #172837;
    margin: 0;
}
.custom-title01 .title span{
    color: #ec7d46;
}


.custom-imagebox02{
    position: relative;
    z-index: 4;
    margin: 0 0 100px;
}
.custom-imagebox02 img{
    width: 100%;
}
.custom-imagebox02::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--accent-color3);
    opacity: 0.2;
    transform: translate(-80px, 100px);
    z-index: -1;
}
.custom-imagebox02::after{
    content: "";
    position: absolute;
    top: 80px;
    left: 30%;
    right: 0;
    bottom: 0;
    opacity: 0.12;
    background-color: var(--accent-color);
    transform: translate(65px, 65px);
    z-index: -1;
}

.custom-accordion01 h4 {
    margin: 0 0 4px;
}

.custom-accordion01 .panel-heading {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1;
}

.custom-accordion01 .panel-heading button {
    position: relative;
    color: #172837;
    font-size: 24px;
    padding: 38px 0;
    font-weight: 600;
    display: block;
    overflow: hidden;
    background: none;
    border: none;
    text-align: left;
    position: relative;
    font-family: inherit;
    width: 100%;
    letter-spacing: 0.05em;
}


.custom-accordion01 .accordion-content {
    color: #787878;
    display: none;
    padding: 0px 0 45px;
    margin-top: -10px;
}
.custom-accordion01{
    border-top: 1px solid #c2d7e9;
}
.custom-accordion01 .accordion-item {
    border-bottom: none;
    transition: all ease 300ms;
    position: relative;
    border-bottom: 1px solid #c2d7e9;
}

.custom-accordion01 .accordion-content p {
    margin: 0 0 0;
}

.custom-accordion01 .accordion-item.opened .panel-heading button {
    color: #ea6d2f;
}

.custom-accordion01 .accordion-item.opened .panel-heading button::after {
    width: 100%;
}


.custom-accordion01 .accordion-item.opened .arrow::before {
    opacity: 0;
}

.custom-accordion01 .accordion-item:last-child {
    margin-bottom: 0;
}

.custom-title02{
    text-align: center;
    margin: 0 0 70px;
}
.custom-title02 small{
    font-size: 18px;
    color: #2471b2;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 10px;
}
.custom-title02 .title{
    font-size: 40px;
    color: #172837;
    max-width: 630px;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: 600;
}

.custom-title03{
    text-align: center;
    margin: 0 0 40px;
}
.custom-title03 small{
    font-size: 18px;
    color: #2471b2;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 10px;
}
.custom-title03 small:before{
    content: "";
    width: 37px;
    border-bottom: 1px solid #2471b2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.custom-title03 .title{
    font-size: 40px;
    color: #172837;
    max-width: 630px;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: 600;
}
.custom-title03 .title span{
    color:#ec7d46;
}
.custom-section-bg > .is-boxes{
    position: relative;
    z-index: 2;
}
.custom-section-bg > .is-boxes::after{
    content: "";
    top: 30%;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: var(--accent-color);
    opacity: 0.1;
    z-index: -1;
}





.section-section-footer,
.section-section-footer p,
.section-section-footer li,
.section-section-footer a,
.section-section-footer a:link,
.section-section-footer a:visited,
.section-section-footer a:active{
    color: #7990a8;
}
.section-section-footer a:hover{
    color: #ea6d2f;
}

.section-section-footer .footer-title{
    font-size: 24px;
    margin: 0 0 15px;
}

.footer-list{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.footer-list li{
    margin-bottom: 10px;
}
.footer-list li a,
.footer-list li a:hover{
    text-decoration: none ;
}

.footer-list2 {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    word-break: break-all;
}
.footer-list2 li {
    margin-bottom: 15px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto auto;
    justify-content: flex-start;
}
.footer-list2 li .icon {
    margin: 4px 10px 0 0;
    font-size: 1.2rem;
    width:1.2rem;
    grid-row: 1/10;
}

.footer-social{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.footer-social a:hover{
    text-decoration: none ;
}
.footer-social a .sico{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #7990a8;
    text-align: center;
    line-height: 40px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.footer-social a:hover .sico{
    background-color: var(--accent-color3);
}
.footer-social a .sico svg{
    fill: #163750;
    width: 20px;
    height: 20px;
}

.custom-slider01.swiper-container-warp{
    display: flex;
    position: relative;
}

.custom-slider01 .swiper-slide{
    height: auto;
}
.custom-slider01 .swiper-container{
    flex: 0 0 72%;
    width: 72%;
}
.custom-slider01 .slide-container{
    margin-left: -290px;
    background-color: #FFF;
    padding: 70px 120px;
    text-align: left;
    flex: 1;
    margin-top: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.02);
    z-index: 2;

}
.custom-slider01 .slide-pic {

}
.custom-slider01 .slide-pic img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
 
.custom-slider01 .subtitle{
    color: #2471b2;
    font-size: 18px;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
}   
.custom-slider01 .subtitle::before{
    content: "";
    width: 37px;
    border-bottom: 1px solid #2471b2;
    margin-right: 12px;
}
.custom-slider01 .title{
    font-size: 40px;
    color: #172837;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-slider01 ul{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px 20px;
}
.custom-slider01 ul .sico{
    margin-right: 10px;
}

.custom-slider01.swiper-container{
    position: relative;
    display: flex !important;
    height: auto;
}
.custom-slider01.swiper-container .swiper-button-prev,
.custom-slider01.swiper-container .swiper-button-next{
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0;
    width: 63px;
    height: 60px;
    background-color: #e9f1f7;
    transition: all ease-in 300ms;
}
.custom-slider01.swiper-container .swiper-button-next{
    left: 63px;
    background-color: #ea6d2f;
}
.custom-slider01.swiper-container .swiper-button-prev:hover,
.custom-slider01.swiper-container .swiper-button-next:hover{
    background-color: var(--accent-color);
}
.custom-slider01.swiper-container .swiper-button-prev:hover span{
    border-color: #FFF;
}

.custom-slider01.swiper-container .swiper-button-prev span{
    margin-left: -2px;
    margin-top: -7px;
    border-color: #2572b2;
    border-width: 2px;
    transition: all ease-in 200ms;
}
.custom-slider01.swiper-container .swiper-button-next span{
    margin-left: -10px;
    margin-top: -7px;
    border-color: #FFF;
    border-width: 2px;
    transition: all ease-in 200ms;
}
.custom-slider01.swiper-container::before{
    content: "";
    position: absolute;
    top: 115px;
    left: -67px;
    right: 270px;
    bottom: -57px;
    border: 2px solid var(--accent-color3);
    opacity: .2;
}
@media only screen and (max-width: 1199px) {
    .custom-slider01 .slide-container{
        padding: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .custom-slider01.swiper-container-warp{
        display: block;
    }
    .custom-slider01 .swiper-container{
        width: 100%;
    }
    .custom-slider01 .slide-container{
        margin: 0;
        padding: 50px;
    }
    .custom-slider01.swiper-container::before{
        content: none;
    }

}

.custom-section-bg2 > .is-boxes{
    position: relative;
    z-index: 2;
}
.custom-section-bg2 > .is-boxes::after{
    content: "";
    top: 0;
    height: 100%;
    right: 0;
    width: 40%;
    position: absolute;
    background-color: var(--accent-color);
    opacity: 0.1;
    z-index: -1;
}

.custom-slider02.swiper-container-warp{
    display: flex;
    position: relative;
}
.custom-slider02.swiper-container-warp .swiper-container{
    height: auto;
    width: calc(50% + 40px);
    margin-right: -40px;
    display: flex;
    flex-direction: column;

}
.custom-slider02 .swiper-wrapper-overflow{
    background-color: #ffffff;
    margin-bottom: 120px;
    margin-top: 110px;
    box-shadow: 0 0 10px rgba(0,0,0,.02);
}
.custom-slider02 .swiper-slide{
    height: auto;
}
.custom-slider02 .slide-container{
    z-index: 2;
    position: relative;
    text-align: left;
    padding: 100px;
    display: flex;
    align-items: start;
}
.custom-slider02 .slide-pic{
    width: calc(50% + 40px);
    margin-left: -40px;
    position: relative;
}
.custom-slider02 .slide-pic img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}


.custom-slider02 .header-title{
    font-size: 40px;
    font-weight: 600;
    width: 80%;
}
.custom-slider02 .subtitle{
    color: #2471b2;
    font-size: 18px;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
}
.custom-slider02 .subtitle:before {
    content: "";
    width: 37px;
    border-bottom: 1px solid #2471b2;
    margin-right: 12px;
}


.custom-slider02 .icon{
    width: 109px;
    height: 109px;
    flex: 0 0 109px;
    background-color: #2572b2;
    color: #FFF;
    border-radius: 50%;
    margin-right: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}
.custom-slider02 .icon img{
    max-width: 60px;
    max-height: 60px;
}
.custom-slider02 .right-box p a:hover{
    color: #ea6d2f;
}

.custom-slider02 .right-box .title{
    font-size: 22px;
    color: #172837;
    margin: 0 0 25px;
    font-weight: 600;
}

.custom-slider02.swiper-container .swiper-button-prev,
.custom-slider02.swiper-container .swiper-button-next{
    left: 0;
    top: auto;
    bottom: 0px;
    margin: 0;
    width: 63px;
    height: 60px;
    background-color: #ffffff;
    transition: all ease-in 300ms;
}
.custom-slider02.swiper-container .swiper-button-next{
    left: 63px;
    background-color: #ea6d2f;
}
.custom-slider02.swiper-container .swiper-button-prev:hover,
.custom-slider02.swiper-container .swiper-button-next:hover{
    background-color: var(--accent-color);
}
.custom-slider02.swiper-container .swiper-button-prev:hover span{
    border-color: #FFF;
}

.custom-slider02.swiper-container .swiper-button-prev span{
    margin-left: -2px;
    margin-top: -7px;
    border-color: #2572b2;
    border-width: 2px;
    transition: all ease-in 200ms;
}
.custom-slider02.swiper-container .swiper-button-next span{
    margin-left: -10px;
    margin-top: -7px;
    border-color: #FFF;
    border-width: 2px;
    transition: all ease-in 200ms;
}
@media only screen and (max-width: 1024px) {
    .custom-slider02 .slide-container{
        padding: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-slider02.swiper-container-warp{
        display: block;
    }
    .custom-slider02.swiper-container-warp .swiper-container{
        width: 100%;
        margin: 0;
    }
    .custom-slider02 .slide-container{
        margin: 0;
        padding: 50px;
    }
    .custom-slider02.swiper-container::before{
        content: none;
    }

    .custom-section-bg3 .right-full-column > .full-column-inner{
        margin-right: 15px !important;
        width: 100% !important;
    }
    .custom-slider02 .swiper-wrapper-overflow{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .custom-slider02 .slide-pic{
        width: 100%;
        margin: 0;
    }
    .custom-slider02 .header-title{
        font-size: 32px;
    }
    .custom-slider02.swiper-container .swiper-button-prev{
        background-color: #f2f9ff;
    }
    .custom-section-bg3 .slide-pic::before{
        content: none !important;
    }
    .custom-slider02 .icon{
        margin-right: 30px;
    }

}



.custom-section-bg3 > .is-boxes{
    position: relative;
    z-index: 2;
}
.custom-section-bg3 > .is-boxes::after{
    content: "";
    bottom: 0;
    top: 325px;
    left: 0;
    width: 70%;
    position: absolute;
    background-color: var(--accent-color);
    opacity: 0.1;
    z-index: -1;
}
.custom-section-bg3 .slide-pic::before{
    content: "";
    position: absolute;
    top: 100px;
    left: -90px;
    right: 55px;
    bottom: -50px;
    border: 2px solid var(--accent-color3);
    opacity: .2;
    z-index: -1;
}
#page-title.large .title-area .main-title{
    color: #42b1ff;
}
#page-title.large .title-area .main-title span{
    color: var(--accent-color2);
}
#page-title:before{
    background-color: #fff;
    content: "";
    width: 1350px;
    height: 73px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transform-origin: center;
}
.pagetitle-breadcrumbs-box a:after{
    display: none;
}
#Body .pagetitle-breadcrumbs-box a:hover{
    color: var(--accent-color);
}
#Body .pagetitle-breadcrumbs-box a{
    font-family:"Open Sans";
}
#Body .pagetitle-breadcrumbs-box{
    margin: 28px 0 73px ;
}
@media only screen and (min-width: 1600px) {
#page-title.large .title-area .main-title{
    font-size: 3.75rem;
    color: #42b1ff;
}
}
.video_box{
    position: relative;
}
.video_box .play-button01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
}

.video_box .play-button01 .icon{
    background-color: #F4A131;
}
.video_box .play-button01:before,
.video_box .play-button01:after,
.video_box .play-button01 .icon::after{
    background-color: rgba(237,184,46,0.4);
}

.flip-box01 {
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: visible;
    margin-bottom: 35px;
    height: calc(100% - 35px);
    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;
    display: flex;
    opacity: 1;
    z-index: 0;
}
.flip-box01 .front, .flip-box01 .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);
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 30px 20px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.flip-box01 .front {
    position: relative;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    background-color: #E9F1F7;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px 20px;
}
.flip-box01 .back {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: var(--accent-color3);
    color: #FFF;
    margin-left: -100%;
    text-align: center;
}
.flip-box01 .back:after{
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #F7C499;
    pointer-events:none;
}

.flip-box01:hover, .flip-box01:focus-within {
    z-index: 100;
}
.flip-box01:hover .front, .flip-box01:focus-within .front {
    background-color: #FFF;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #edf0f8;
}
.flip-box01:hover .back, .flip-box01:focus-within .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.flip-box01 .front .icon{
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    color: var(--accent-color);
    line-height: 1;
    backface-visibility:hidden;
}
.flip-box01 .front .title{
    font-size: 1.25rem;
    color: #333333;
    margin:0px 0 15px;
    flex: 1 0 auto;
    font-weight: 600;
}
.flip-box01 .back .title{
    color: #fff;
    font-size: 1.25rem;
    margin:0px 0 10px;
    font-weight: 400;
}
.flip-box01 .front .link{
    font-size: 1.625rem;
}

@media only screen and (max-width: 992px) {
    .flip-box01 .back{
        padding:30px 15px;
    }
}
html.html-night .flip-box01 .front, html.html-night .flip-box01 .back {
    background-color: #111;
}
.cell-active .flip-box01 .front{
    -webkit-transform: rotateY(0deg) translateY(100%) !important;
    transform: rotateY(0deg) translateY(100%) !important;
    margin: 0 !important;
}
.cell-active .flip-box01 .back{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.custom-imagebox03{
    position: relative;
    z-index: 4;
    margin: 0 0 100px;
}

.custom-imagebox03:before{
    content: "";
    position: absolute;
    top: 67px;
    left: -68px;
    right:-66px;
    bottom: -51px;
    border: 2px solid var(--accent-color3);
    opacity: 0.2;
    z-index: -1;
}




.custom-fontbox03{
    position: absolute;
    background-color: #fff;
    width: 600px;
    top: 95px;
    right: 30px;
    z-index: 4;
    padding: 70px 55px 50px 60px;
}
.custom-fontboxbg:before{
    content: "";
    position: absolute;
    top: 40px;
    left: -300px;
    right:0px;
    bottom: 20px;
    background-color: #E9F1F7;
    opacity: 1;
    z-index: 0;
}
.custom-fontbox03 h5{
    color: #172837;
    font-weight: 600;
}
.price_box{
    color: #172837;
}
.price_box span{
    color: #ec7d46;
}
.price_box span em{
    font-style: normal;
    font-size: 2.25rem;
}
.custom-imagebox04{
    position: relative;
    z-index: 4;
    margin: 0 0 100px;
}

.custom-imagebox04:before{
    content: "";
    position: absolute;
    top: 85px;
    left: 58px;
    right:-76px;
    bottom: -86px;
    border: 2px solid var(--accent-color3);
    opacity: 0.2;
    z-index: -1;
}
.custom-imagebox04:after{
    content: "";
    position: absolute;
    top: 96px;
    left: -45px;
    right:204px;
    bottom: -54px;
    background: #E4EEF6;
    opacity:1;
    z-index: -1;
}


.custom-imagebox05{
    position: relative;
    z-index: 4;
    margin: 0 0 100px;
}

.custom-imagebox05:before{
    content: "";
    position: absolute;
    top: 67px;
    left: -58px;
    right: 80px;
    bottom: -76px;
    border: 2px solid var(--accent-color3);
    opacity: 0.2;
    z-index: -1;
}

.custom-imagebox05 .title{
    position: absolute;
    top: 8%;
    left: 0;
    max-width: 55%;
    font-size: 24px;
    color: #FFF;
    margin: 0;
    padding: 25px 40px;
    background-color: #ea6d2f;
    font-weight: 400;
}


@media only screen and (min-width: 1600px) {
    .custom-fontbox03{
        right: 89px;
    }

}
@media only screen and (max-width: 1199px) {
    .custom-imagebox05 .title{
        max-width: 90%;
        padding: 15px 20px;
        font-size: 20px;
    }

}
@media only screen and (max-width: 767px) {
    #page-title:before{
        height: 30px;
    }
    #Body .pagetitle-breadcrumbs-box{
        margin-bottom: 30px;
    }
    .custom-fontbox03{
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        z-index: 3;
        background-color: transparent;
        padding: 40px 20px;
    }
    .custom-fontboxbg:before{
        top: 0;
        bottom: 0;
    }

    .custom-imagebox05 .title{
        max-width: 90%;
        font-size: 18px;
    }
    .custom-section-bg4 > .is-boxes::after{
        top: 152px;
    }

}


@media (min-width: 768px) and (max-width: 1023.98px) {
    .custom-imagebox05 .title{
        max-width: 90%;
    }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
    .custom-imagebox05 .title{
        max-width: 90%;
    }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
    .custom-imagebox05 .title{
        max-width: 90%;
    }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
    .custom-imagebox05 .title{
        max-width: 80%;
    }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
    .custom-imagebox05 .title{
        max-width: 75%;
    }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
    .custom-imagebox05 .title{
        max-width: 70%;
    }
}
@media (min-width: 1600px) and (max-width: 1699.98px) {
    .custom-imagebox05 .title{
        max-width: 65%;
    }
}
@media (min-width: 1700px) and (max-width: 1799.98px) {
    .custom-imagebox05 .title{
        max-width: 60%;
    }
}


.powerforms-style26 form {
    display: flex;
    justify-content: center;
    align-items: center;

}

.powerforms-style26 ul.form_list {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    margin: 0 5px 0 0px;
}

.powerforms-style26 .form_label {
    display: none;
}

.powerforms-style26 input[type=text],
.powerforms-style26 input[type=email],
.powerforms-style26 input[type=url],
.powerforms-style26 input[type=tel],
.powerforms-style26 input[type=number],
.powerforms-style26 input[type=date],
.powerforms-style26 select,
.powerforms-style26 textarea {
    border: 1px solid #e0d5bc;
    padding: 0 15px;
    height: 60px;
    outline: none;
    background: #fefdfa;
    line-height: 60px;
    color: #000000;
    border-radius: 0;
}

.powerforms-style26 ul.form_list>li {
    margin: 0px ;
}

.powerforms-style26 .form-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    padding: 0 25px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    background-color: var(--accent-color3);
    font-family: 'Raleway';
}

.powerforms-style26 .form-btn:hover {
    background-color: var(--accent-color2);
}

.powerforms-style26 .form-btn::after{
    content: "";
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z" fill="%23ffffff"></path></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
} 





@media only screen and (max-width: 767px) {

    .powerforms-style26 ul.form_list,
    .powerforms-style26 form {
        display: block;
    }

    .powerforms-style26 ul.form_list>li {
        margin-bottom: 15px;
    }

}


.title_line{
    position: relative;
}
.title_line:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 109px;
    background: rgba(255,255,255,.5);
    left: 50%;
    transform:translateY(-150%);
}


@media only screen and (max-width: 767px) {
    .title_line:before{
    height: 50px;
    transform:translateY(-150%);
}
}


.img_option:hover:before{
    opacity: 1;
}
.img_option:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(37,114,178,.35);
    opacity: 0;
    transition: opacity ease-in 300ms;
    -moz-transition: opacity ease-in 300ms;
    -webkit-transition: opacity ease-in 300ms;
    -o-transition: opacity ease-in 300ms;
    -ms-transition: opacity ease-in 300ms;
}


@media (min-width: 1700px) and (max-width: 1799.98px) {
    .header-icon{
        display: none;
    }
}
@media (min-width: 1600px) and (max-width: 1699.98px) {
    .header-icon{
        display: none;
    }
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
    .header-icon{
        display: none;
    }
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
    .header-icon{
        display: none;
    }
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
    .header-icon{
        display: none;
    }
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #dng-wrapper .header-replace .header-center-bg .area-left{
        width: 180px !important;
    }
    #dng-wrapper .header-replace .header-center-bg .area-right .custom-header-button{
        padding: 0 15px 0 20px;
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
    .header-icon{
        display: none;
    }
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #dng-wrapper .header-replace .header-center-bg .area-left{
        width: 140px !important;
    }
    #dng-wrapper .header-replace .header-center-bg .area-right .custom-header-button{
        padding: 0 10px 0 15px;
        font-size: 15px;
    }
    #Body #dng-wrapper .header-replace .header-center-bg.pl-lg-80{
        padding-left: 60px;
    }
    #Body #dng-wrapper .header-replace .header-center-bg.pr-lg-80{
        padding-right: 60px;
    }

}
@media (min-width: 1100px) and (max-width: 1199.98px) {
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #dng-wrapper .header-replace .header-center-bg .area-left{
        width: 160px !important;
    }
    #dng-wrapper .header-replace .header-center-bg .area-right .custom-header-button{
        padding: 0 10px 0 15px;
        font-size: 15px;
    }
    #Body #dng-wrapper .header-replace .header-center-bg.pl-lg-80{
        padding-left: 40px;
    }
    #Body #dng-wrapper .header-replace .header-center-bg.pr-lg-80{
        padding-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
    #dng-wrapper .header-replace .header-center-bg .area-center .nav-bar .dng-megamenu.hoverstyle_5 .dnngo_gomenu .primary_structure > li > a{
        font-size: 15px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    #dng-wrapper .header-replace .header-center-bg .area-left{
        width: 150px !important;
    }
    #dng-wrapper .header-replace .header-center-bg .area-right{
        display: none;
    }
    #Body #dng-wrapper .header-replace .header-center-bg.pl-lg-80{
        padding-left: 20px;
    }
    #Body #dng-wrapper .header-replace .header-center-bg.pr-lg-80{
        padding-right: 20px;
    }
}





.ultimate-iconBox-01 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 12px;
}
.ultimate-iconBox-01 .icon {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
}
.ultimate-iconBox-01 .icon .sico {
    position: relative;
}
.ultimate-iconBox-01 .icon i {
    width: 58px;
    height: 58px;
    text-align: center;
    border-radius: 50%;
    color: var(--accent-color2);
    background-color: #fff;
    transition: all ease 300ms;
}
.ultimate-iconBox-01 .content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.ultimate-iconBox-01 .content h6 {
    margin-top: 0;
    margin-bottom: 16px;
}




.ultimate-list-01 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ultimate-list-01 li {
    color: #333333;
    margin: 0 0 16px;
}
.ultimate-list-01 li a:not(:hover){
    color: currentcolor;
}
.ultimate-list-01.link-color li a:hover{
    color: var(--accent-color);
}
.ultimate-list-01.link-color2 li a:hover{
    color: var(--accent-color2);
}
.ultimate-list-01.link-color3 li a:hover{
    color: var(--accent-color3);
}
.ultimate-list-01.link-color4 li a:hover{
    color: var(--accent-color4);
}

.ultimate-list-01 li .sico {
    margin-right: 15px;
}
.is-light-text .ultimate-list-01 li {
    color: #ffffff;
}
.is-light-text .ultimate-list-01 li .sico {
    color: var(--accent-color4);
}



.ultimate-list-02{
    margin-bottom: 0;
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
}
.ultimate-list-02 ul{
    list-style: circle;
}
.ultimate-list-02 li{
    margin-bottom: 20px;
}
.ultimate-list-02 li ul{
    margin-top: 14px;
}
.ultimate-list-02 li::marker{
    color: var(--accent-color);
}




.custom-section-bg4 > .is-boxes{
    position: relative;
    z-index: 2;
}
.custom-section-bg4 > .is-boxes::after{
    content: "";
    bottom: 0;
    top: 260px;
    left: 0;
    width: 70%;
    position: absolute;
    background-color: var(--accent-color2);
    opacity: 0.1;
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .custom-section-bg4 > .is-boxes::after{
        width: 100%;
        top: 0;
    }
    .custom-section-bg4 .right-full-column > .full-column-inner{
        margin-right: 15px !important;
        width: 100% !important;
    }
}




.custom-section-bg5 > .is-boxes{
    position: relative;
    z-index: 2;
}
.custom-section-bg5 > .is-boxes::after{
    content: "";
    bottom: 0;
    top: 125px;
    left: 0;
    width: 70%;
    position: absolute;
    background-color: var(--accent-color);
    opacity: 0.1;
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .custom-section-bg5 .right-full-column > .full-column-inner{
        margin-right: 15px !important;
        width: 100% !important;
    }
    .custom-section-bg5 > .is-boxes::after{
        top: 0;
        width: 100%;
        content: none;
    }
}



.custom-section-bg5{
    position: relative;
}
.custom-section-bg5 .section-box{
    position: relative;
    display: flex;
    /* S: test */
    align-items: center;
    /* E: test */
}
.custom-section-bg5 .section-box .section-left{
    height: auto;
    width: calc( var(--container-width) / 2  + 100px);
    margin-right: -100px;
    display: flex;
    flex-direction: column;
}
.custom-section-bg5 .section-box .section-left .left-box{
    position: relative;
    text-align: left;
    padding: 50px;
    z-index: 2;
    background-color: #fff;
    margin-top: 165px;
}
.custom-section-bg5 .section-box .section-right{
    width: calc( 100% - var(--container-width) / 2 );
    margin-left: 0;
    position: relative;
}
.custom-section-bg5 .section-box .section-right img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.custom-section-bg5 .section-box .section-right .pic{
    position: relative;
}
.custom-section-bg5 .section-box .section-right .pic::before{
    content: "";
    position: absolute;
    top: 100px;
    left: -90px;
    right: 55px;
    bottom: -50px;
    border: 2px solid var(--accent-color3);
    opacity: .2;
    z-index: -1;
}

@media only screen and (max-width: 991px){
    .custom-section-bg5 .section-box{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .custom-section-bg5 .section-box .section-left,
    .custom-section-bg5 .section-box .section-right{
        width: 100%;
    }
    .custom-section-bg5 .section-box .section-left .left-box{
        margin-top: 0;
        padding: 0 15px;
    }
}



.custom-imagebox06{
    position: relative;
    z-index: 4;
    margin: 0 0 100px;
    display: inline-block;
    padding-right: 30px;
}
.custom-imagebox06 img{
    width: 100%;
}
.custom-imagebox06::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    border: 2px solid var(--accent-color3);
    opacity: 0.2;
    transform: translate(-35px, 100px);
    z-index: -1;
    width: calc( 100% + 35px );
}
.custom-imagebox06::after{
    content: "";
    position: absolute;
    top: 80px;
    left: 0%;
    right: 0;
    bottom: 0;
    opacity: 0.12;
    background-color: var(--accent-color);
    transform: translate(45px, 45px);
    z-index: -1;
}


.border-color2 .custom-accordion01{
    border:none;
}
.border-color2 .custom-accordion01 .accordion-item{
    border-color: rgba(239,137,50,.3);
}



.OurServices-01{
    margin: 0 -11px;
}
.OurServices-01 .carousel-item{
    padding: 11px;
    text-align: center;
}
.OurServices-01 .info-box{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 70px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    transition: background-color ease-in 200ms;
}
.OurServices-01 .icon {
    border-radius: 50%;
    width: 109px;
    height: 109px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    background-color: var(--accent-color);
    transition: background-color ease-in 200ms;
}
.OurServices-01 .icon img{
    max-width: 100%;
    max-height: 100%;
    filter: contrast(0) brightness(2);
    transition: all ease-in 200ms;
}
.OurServices-01 .name {
    font-size: 24px;
    margin: 0 0 30px;
    transition: color ease-in 200ms;
}

.OurServices-01 .info-box:hover{
    background-color: var(--accent-color3);
}
.OurServices-01 .info-box:hover .icon{
    background-color: #FFF;
}
.OurServices-01 .info-box:hover img{
    filter:contrast(1) brightness(1);
}
.OurServices-01 .info-box:hover .name {
    color: #FFF;
}

.OurServices-01 .link-button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    margin: auto 0 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    background-color: var(--accent-color);
    color: #FFF;
    font-family: 'Raleway';
    gap: 10px;
    position: static !important;
}
.OurServices-01 .info-box:hover .link-button{
    background-color: #FFF;
    color: var(--accent-color3);
}
.OurServices-01.easy-carousel .link-button .sico {
    margin-bottom: 2px;
}
.OurServices-01.easy-carousel .carousel-navigation{
    width: 63px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
    color: #FFF;
    transition: all ease-in 300ms;
    margin: 50px 0 0;
}
.OurServices-01.easy-carousel .carousel-navigation:hover{
    background-color: var(--accent-color3);
}
.OurServices-01.easy-carousel .carousel-navigation.carousel-prev{
    margin-left: 11px;
}
#group_1_1 > .form-element{
    margin-bottom: 0;
}



.OurServices-02{
    margin: 0 -11px;
}
.OurServices-02 .carousel-item{
    padding: 11px;
    text-align: center;
}
.OurServices-02 .info-box{
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    transition: background-color ease-in 200ms;
    border: 1px solid #E3E3E3;
    padding-bottom: 80px;
    position: relative;
}
.OurServices-02 .icon {
    position: relative;
    padding-bottom: 62%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
.OurServices-02 .icon img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.OurServices-02 .name {
    font-size: 24px;
    margin: 0 0 30px;
    transition: color ease-in 200ms;
}

.OurServices-02 .link-button{
    position: absolute !important;
    left: 50%;
    bottom: 30px !important;
    transform: translate(-50%, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    margin: auto 0 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    background-color: var(--accent-color);
    color: #FFF;
    font-family: 'Raleway';
    gap: 10px;
}
.OurServices-02 .info-box .link-button:hover{
    background-color: var(--accent-color3);
    text-decoration: none !important;
}
.OurServices-02.easy-carousel .link-button .sico {
    margin-bottom: 2px;
}
.OurServices-02.easy-carousel .carousel-navigation{
    width: 63px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
    color: #FFF;
    transition: all ease-in 300ms;
    margin: 50px 0 0;
}

.OurServices-02.easy-carousel .carousel-navigation.carousel-prev{
    margin-left: 11px;
}
.OurServices-02.easy-carousel .box_con{
    padding: 0 30px 0px;
    text-align: center;
}
.OurServices-02.easy-carousel .box_con .name{
    margin-bottom: 20px;
}
.OurServices-02.easy-carousel .box_con .description{
    margin-bottom: 20px;
}

.custom-title001{
    position: relative;
}
.custom-title001 h2{
    line-height: 1.2;
    margin-bottom: 0;
}
.custom-title001::before{
    content: "";
    background: url(/Portals/0/ThemePluginPro/uploads/2023/11/20/title_bg.png) 0 0 no-repeat;
    width: 425px;
    height: 113px;
    position: absolute;
    left: -181px;
    top: 20px;
}

@media (max-width: 991px) {
    .custom-title001 h2{
        font-size: 2.5rem;
    }
}

@media (max-width: 1700px) {
    .custom-title001::before{
        left: 10px !important;
    }
}

.bg_before .is-overlay:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.bg_before .is-boxes{
    z-index: 2;
}

.bg_before2 .is-overlay:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgb(11, 47, 76);
    opacity: 0.8;
    z-index: 1;
}
.bg_before2 .is-boxes{
    z-index: 2;
}

.font_option{
    position: relative;
}
.font_option .font_top{
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    z-index: 3;
    line-height: 2;
}
.font_option .font_link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
    text-align: center;
    z-index: 903;
}
.font_option .font_link a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    font-family: 'Raleway';
    background-color: #EA6D2F;
    height: 60px;
    padding: 0 25px 0 35px;
    color: #fff;
}
.font_option .font_link a:hover{
    background-color: #2471b2 !important;
    color: #FFF;
}
.custom_img_box01{
    margin-left: 200px;
    position: relative;
    z-index: 4;
}
.custom_img_box01 img{
    position: relative;
}
.custom_img_box01 .num{
    position: absolute;
    top: 10px;
    left: -200px;
    right: 0px;
    bottom: 20px;
    border: 2px solid var(--accent-color3);
    opacity: 0.2;
    z-index: -1;
}
.custom_img_box01 .num_span{
    font-size: 150px;
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #F09C76;
    z-index: 0;
    font-family: "APOLLO";
    font-weight: 900;
    opacity: 1;
}
.custom_img_box01:before{
        content: "";
        position: absolute;
        top: -30px;
        left: -130px;
        right: 74%;
        bottom: 70px;
        opacity: 1;
        background-color: #E9F1F7;
        transform: translate(0px, 0px);
        z-index: 0;
}
.custom_carousel_item2 .portfolio-carousel08 .pic{
    padding-bottom: calc(659 / 1000* 100%);
}
.custom-imagebox-style01 .custom-imagebox03{
    text-align: right;
}
.custom-imagebox-style01 .custom-fontbox03{
    padding: 30px;
    left: 30px;
    right: auto;
    z-index: 6;
}
.custom-imagebox-style01 .custom-imagebox03:before {
    content: "";
    position: absolute;
    top: 367px;
    left: -30px;
    right: -86px;
    bottom: -151px;
}
.custom-imagebox-style01 .custom-fontboxbg:before{
    display: none;
}
.custom-imagebox-style01 .custom-imagebox03 img{
    position: relative;
    z-index: 1;
}
.custom-imagebox-style01 .custom-imagebox03:after{
    content: "";
    position: absolute;
    top: 100px;
    left: 400px;
    right: -49px;
    bottom: -76px;
    background-color: #E9F1F7;
    opacity: 1;
    z-index: 0;
}
.accordions_style01 .custom-accordion01 .panel-heading button{
    font-size: 20px;
    padding: 20px 0;
}
.accordions_style01 .custom-accordion01{
    border: 0;
}
.accordions_style01 .custom-accordion01 .accordion-content{
    padding: 0px 0 15px;
}
.accordions_style01 .custom-accordion01 .accordion-content ul{
    color: #000;
    list-style-type: disc;
}

.custom-imagebox-style02 .custom-imagebox03{
    text-align: right;
}
.custom-imagebox-style02 .custom-fontbox03{
    padding: 30px;
    left: 30px;
    right: auto;
    z-index: 6;
}
.custom-imagebox-style02 .custom-imagebox03:before {
    content: "";
    position: absolute;
    top: 107px;
    left: -30px;
    right: 100px;
    bottom: -125px;
}
.custom-imagebox-style02 .custom-fontboxbg:before{
    display: none;
}
.custom-imagebox-style02 .custom-imagebox03 img{
    position: relative;
    z-index: 1;
}
.custom-imagebox-style02 .custom-imagebox03:after{
    content: "";
    position: absolute;
    top: 100px;
    left: 400px;
    right: -97px;
    bottom: -76px;
    background-color: #E9F1F7;
    opacity: 1;
    z-index: -2;
}

#Body .button-001{
    line-height: 40px;
    background-color: var(--accent-color);
    color: #fff;
    height: 40px;
    border: 1px solid var(--accent-color);
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease-in 300ms !important;
}
#Body .button-001:hover{
    background-color: transparent;
    border: 1px solid var(--accent-color2);
    color: var(--accent-color2);
}
#Body .button-002{
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--accent-color2);
    color: var(--accent-color2);
    background-color: transparent;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease-in 300ms !important;
}
#Body .button-002:hover{
    background-color: var(--accent-color);
    color: #fff;
    border: 1px solid var(--accent-color);
}
.map_box{
    text-align: center;
    font-family: "APOLLO";
}
.map_box span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.25rem;
}
.map_box:before{
    content: ".\2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 \2002 .";
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: line-through;
    -moz-text-decoration-style: wavy;
    text-decoration-style: wavy;
    text-decoration-color: var(--accent-color2);
    font-size: 1.5rem;
    line-height: 1;
    white-space: nowrap;
    text-indent: -7px;
    width: 171px;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 8px;
    margin-bottom: 4px;
    color: var(--accent-color2);
}
.map_box i{
    color: var(--accent-color2);
    margin-top: -4px;
}
.item-boxs{
    display: flex;
    border: 1px solid var(--accent-color2);
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    margin-top: 10px;
}
.item-box{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    gap: 10px;
    font-family: "APOLLO";
    color: #000;
}
.item-box i svg{
    width: 25px;
    height: 25px;
    margin-top: -6px;
}
.info-boxs{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
}
.info-boxs .info-box{
    flex: 1;
    text-align: center;
    margin-bottom: 3px;
    border-right: 1px solid #E2E2E2;
}
.info-boxs .info-box small{
    font-weight: 600;
}
.info-boxs .info-box.item-width1{
    flex: 0 0 30%;
    max-width: 30%;
}
.info-boxs .info-box.item-width2{
    flex: 0 0 40%;
    max-width: 40%;
}

#Body .button-003{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    background-color: var(--accent-color2);
    font-family: 'Raleway';
    color: #fff;
}
#Body .button-003:hover{
    background-color: var(--accent-color);
}
.default_table_custom tr th,
.default_table_custom tr td{
    border: 1px solid #000;
    color: #000;
    font-size: 1.125rem;
    padding: 5px 10px;
    text-align: left;
}
.default_table_custom tr th{
    text-align: center;
}
.default_table_custom tr th p,
.default_table_custom tr td p{
    margin: 0;
}
.default_table_custom tr th b,
.default_table_custom tr td b{
    font-weight: bold;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.bg_con_custom{
    background-color: #E8F1F6;
    padding: 30px 20px;
}
.custom-button-001{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.title_link_button .portfolio-carousel08 .cont .title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 300ms !important;
    appearance: none;
    font-family: 'Raleway';
    background-color: var(--accent-color3);
    height: 60px;
    padding: 0 35px 0 35px;
    color: #fff;
}
.title_link_button .portfolio-carousel08 .cont .title a:hover{
    background-color: var(--accent-color) !important;
    text-decoration: none;
    color: #FFF;
}
@media (max-width: 1600px) {

    .font_option .font_link{
        bottom: 95px;
    }
    .font_option .font_top{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1200px) {
    .custom_img_box01{
        margin-left: 120px;
    }
    .custom_img_box01:before{
        left: -60px;
    }
    .custom_img_box01 .num{
        left: -105px;
    }
    .custom_img_box01 .num_span{
        font-size: 120px;
        left: -105px;
    }

}
@media (max-width: 992px) {
    .custom_img_box01{
        margin-left: 80px;
    }
    .custom_img_box01:before{
        left: -20px;
    }
    .custom_img_box01 .num{
        left: -65px;
    }
    .custom_img_box01 .num_span{
        font-size: 100px;
        left: -65px;
    }

}
@media (max-width: 767px) {
    .default_table_custom tr td{
        max-width: 300px;
        min-width: 194px;
    }
    .title_link_button .portfolio-carousel08 .cont .title a{
        white-space: normal;
        height: inherit;
    }
    .custom-button-001 i{
        transform: translate(0, -17px);
    }
    .info-boxs{
        flex-wrap: wrap;
    }
    .info-boxs .info-box.item-width1{
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #E2E2E2;
    }
    .info-boxs .info-box.item-width2{
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #E2E2E2;
    }
    .font_option .font_top{
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .button-001{
        white-space: normal;
    }
    .custom-imagebox-style01 .custom-imagebox03:before{
        top: 30px;
        bottom: -80px;
    }
    .custom-imagebox-style01 .custom-imagebox03:after{
        top: 100px;
        left: -5px;
        right: -49px;
        bottom: -50px;
    }
    .custom-imagebox-style01 .custom-fontbox03{
        left: 0;
    }
    .custom-imagebox-style02 .custom-imagebox03:before{
        top: 30px;
        bottom: -80px;
    }
    .custom-imagebox-style02 .custom-imagebox03:after{
        top: 100px;
        left: -5px;
        right: -49px;
        bottom: -50px;
    }
    .custom-imagebox-style02 .custom-fontbox03{
        left: 0;
    }
    .custom_carousel_item2 .portfolio-carousel08 .pic{
        padding-bottom: calc(659/500 * 100%);
    }
 
}
@media (min-width: 1600px) {
    .item-boxs{
        gap: 50px;
    }
    .large-title .title{
        font-size: 3.375rem;
    }
    .custom-imagebox-style01 .custom-fontbox03{
        right: auto;
        left: 89px;
        width: 750px;
    }
    .custom-imagebox-style02 .custom-fontbox03{
        right: auto;
        left: 89px;
        width: 750px;
    }
}


@media (min-width: 992px) {
    .custom_carousel_item2 .portfolio-carousel08 .pic{
        padding-bottom: calc(659/500 * 100%);
    }
}
@media (min-width: 1200px) {
    .custom_carousel_item2 .portfolio-carousel08 .pic{
        padding-bottom: calc(659/1000 * 100%);
    }
}

.ModDNNGoContentBuilderC .is-section .is-boxes + .is-arrow-down{
    z-index: 2;
}



/* custom-Swiper-01 */
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next,
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev{
    width: 52px;
    height: 52px;
    line-height: 52px;
    color: #fff !important;
    background-color: var(--accent-color);
    transition: all 300ms ease-in-out;
}
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next span,
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev span{
    width: 16px;
    height: 16px;
}
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next:hover,
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev:hover{
    background-color: var(--accent-color2);
    opacity: 1;
}
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev span {
    margin: -7px 0 0 -4px;
}
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next span {
    margin: -7px 0 0 -11px;
}
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev{
    left: 30px;
}
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next{
    right: 30px;
}
.custom-Swiper-01 .swiper-container.swiper-thumbnail-pagination{
    margin-top: 30px;
    margin-bottom: 30px;
}


.custom-Swiper-01{
    --PictureWidth: 1440;
    --PictureHeight: 780;
    --ThumbnailWidth: 200;
    --ThumbnailHeight: 80;
    --HeadFixedHeight: 177px;
    --ThumbnailFixedHeight: 160px;
}
.custom-Swiper-01 .swiper-container-main .pic,
.custom-Swiper-01 .swiper-container-thumbnail .pic{
    position: relative;
    width: 100%;
}
.custom-Swiper-01 .swiper-container-thumbnail .pic{
    cursor: pointer;
}
.custom-Swiper-01 .swiper-container-main .pic::before,
.custom-Swiper-01 .swiper-container-thumbnail .pic::before{
    content: '';
    display: block;
    width: 100%;
}
.custom-Swiper-01 .swiper-container-main .pic::before{
    padding-bottom: calc( var(--PictureHeight) / var(--PictureWidth) * 100% );
}
.custom-Swiper-01 .swiper-container-thumbnail .pic::before{
    padding-bottom: calc( var(--ThumbnailHeight) / var(--ThumbnailWidth) * 100% );
}
.custom-Swiper-01 .swiper-container-main .pic img,
.custom-Swiper-01 .swiper-container-thumbnail .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.custom-Swiper-01 .swiper-container-main .video{
    position: absolute;
    inset: 0;
}
.custom-Swiper-01 .swiper-container-main .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-Swiper-01 .swiper-container-main .description{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    z-index: 1;
}
.custom-Swiper-01 .swiper-container-main .description *{
    color: #fff;
}

@media (max-width: 767px) {
    .custom-Swiper-01 .swiper-container-main .pic::before{
        padding-bottom: 98%;
    }
    .custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next,
    .custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    .custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev{
        left: 0;
    }
    .custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next{
        right: 0;
    }
    .custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-next span,
.custom-Swiper-01 .swiper-container.swiper-container-main .swiper-button-prev span{
    width: 12px;
    height: 12px;
}
}