*,
::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;
}





.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;
}

@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: 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;
}



/**/
.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;
}

/* .detex-header .container {
    max-width: 1580px;
} */

.detex-header.header-top-bg .header-top {
    align-items: end;
}

.detex-header.header-top-bg .header-top .header-area {
    height: auto;
}

.detex-header.header-center-bg .header-container-box{
    padding-bottom: 10px;
}

.floating-active .detex-header.header-center-bg .header-container-box{
    padding-bottom: 0px;
}

.custom-header-link {
    display: inline-block;
}

.custom-header-link img {
    margin-right: 5px;
}

.custom-header-link a {
    border-right: 1px solid #C7C7C7;
    display: inline-block;
    padding: 2px 20px;
}

.custom-header-link a:last-child {
    border-right: none;
}
.custom-header-link a,
.custom-header-link a:link,
.custom-header-link a:active,
.custom-header-link a:visited {
    color: #000000 !important;
}

.custom-header-link a:hover {
    color: var(--accent-color) !important;
}


.custom-header-social {
    display: inline-block;
}

.custom-header-social a {
    color: var(--accent-color);
    font-size: 18px;
    display: inline-block;
    margin-left: 12px;
}

.custom-header-social a,
.custom-header-social a:link,
.custom-header-social a:active,
.custom-header-social a:visited {
    color: var(--accent-color) !important;
}

.custom-header-social a:hover {
    color: var(--accent-color3) !important;
}

.custom-header-social a svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media only screen and (max-width: 1199px) {
    .detex-header.header-top-bg .header-top{
        height: 55px !important;
    }
    .custom-header-link a {
        padding: 3px 15px;
    }
}


.languageBox .language-current {
    background-color: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 160px;
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.languageBox .language-current img {
    margin-right: 8px;
}

.languageBox .language-current::after {
    border: 8px solid transparent;
    border-top-color: #D2D2D2;
    position: absolute;
    right: 15px;
    top: 18px;
    transform: none;
    margin: 0;
}

.languageBox .language-list {
    left: 0;
    margin: 5px 0 0;
}

.dng-megamenu .dnngo_slide_menu li {
    border-bottom: 1px solid #FFF;
}

.dng-megamenu .dnngo_slide_menu li:last-child {
    border-bottom: none;
}

.dng-megamenu .primary_structure .dnngo_slide_menu {
    padding: 10px 18px;
    border-radius: 15px;
}

.dng-megamenu .primary_structure .dnngo_slide_menu li a {
    padding-left: 0;
}

.dng-megamenu .primary_structure .dir::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #2CA348;
    border-top: none;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 200ms ease-in 0ms;
}

.dng-megamenu .primary_structure .dir:hover::after {
    opacity: 1;
    transition: opacity 200ms ease-in 200ms;
}

.dng-megamenu .primary_structure>li.dir>a>span:after {
    content: none !important;
}

.detex-header .dng-megamenu .dnngo_menuslide{
    margin-top: 30px;
}
.detex-header .dng-megamenu .dnngo_menuslide::after{
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
}

@media (max-width: 1199px) {
    .header-area.logo-box{
        position: absolute;
        bottom: calc(100% - 10px);
        height: 45px;
    }
    .header-area.logo-box ~ .area-right{
        width: 100%;
        padding-left: 0 !important;
    }
    .header-area.logo-box ~ .area-right .header-content-wrap{
        justify-content: space-between;
    }

}

.custom-title .toptitle{
    display: block;
    line-height: 1;
    color: #f3f3f3;
    font-size: 96px;
    font-weight: bold;
    margin: -20px 0 -50px;
}
.custom-title small {
    color: var(--accent-color);
    font-size:  24px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.custom-title .title {
    color: var(--accent-color2);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media (max-width: 1200px) {
    .custom-title .toptitle{
        font-size: 80px;
        margin-bottom: -40px;
    }
}

@media (max-width: 767px) {
    .custom-title .toptitle{
        font-size: 50px;
        margin-bottom: -22px;
    }
    .custom-title small {
        font-size: 24px;
    }

    .custom-title .title {
        font-size: 32px;
    }
}

.custom-banner .swiper-button-prev,
.custom-banner .swiper-button-next{
    background-color: transparent !important;
}
.custom-banner .swiper-button-prev:hover,
.custom-banner .swiper-button-next:hover{
    color: var(--accent-color) !important;
}


.custom-banner h1,
.custom-banner h2,
.custom-banner h3{
    font-weight: 600;
}

body .custom-button {
    background-color: var(--accent-color3);
    min-width: 220px;
    color: #FFF;
    font-weight: 400;
    padding-bottom: 2px;
    height: 52px;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 30px;
}
body .custom-button::after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 30px;
}
body .custom-button,
body .custom-button:link,
body .custom-button:active,
body .custom-button:visited {
    color: #FFF;
    transition: all ease-in 300ms;
}

body .custom-button:hover {
    background-color: var(--accent-color);
    text-decoration: none !important;
}

.custom-title02{
    margin: 0 0 20px;
}
.custom-title02 .toptitle{
    font-size: 96px;
    line-height: 1;
    color: #F3F3F3;
    font-weight: 800;
    margin: 0 0 -40px;
}

.custom-title02 .title{
    font-size: 30px;
    color: var(--accent-color);
    font-weight: 800;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.custom-title02 .subtitle{
    font-size: 30px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

@media (max-width: 1200px) {
    .custom-title02 .toptitle{
        font-size: 64px;
    }
}
@media (max-width: 767px) {
    .custom-title02 .toptitle{
        font-size: 40px;
        margin-bottom: -22px;
    }
}

.custom-image-play{
    position: relative;

}
.custom-image-play img{
    border-radius: 15px;
}

.custom-image-play .play-icon{
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: linear-gradient(to bottom, #FF4500,#FF9500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 24px;
    margin: 0 0 0 -42px;
    padding-left: 6px;

}
.custom-image-play .play-icon::after,
.custom-image-play .play-icon::before{
    content: "";
    position: absolute;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transition: all ease-in 200ms;
    opacity: 0;
}
.custom-image-play .play-icon::after{
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-left-color: transparent;
    -webkit-animation: playrotate 1.2s linear infinite;
    animation: playrotate 1.2s linear infinite;
}
.custom-image-play .play-icon::before{
    top: -36px;
    left: -36px;
    right: -36px;
    bottom: -36px;
    border-color: rgba(255,255,255,.8);
    border-bottom-color: transparent;
    -webkit-animation: playrotate2 1.2s linear infinite;
    animation: playrotate2 1.2s linear infinite;
}
.custom-image-play .play-icon:hover::after,
.custom-image-play .play-icon:hover::before{
    opacity: 1;
}


@media (max-width: 1199px) {
    .custom-image-play .play-icon{
        width: 64px;
        height: 64px;
        font-size: 16px;
        margin: 0 0 0 -42px;
        padding-left: 5px;
    }
    .custom-image-play .play-icon::after{
        top: -9px;
        left: -9px;
        right: -9px;
        bottom: -9px;
        border-width: 1px;
    }
    .custom-image-play .play-icon::before{
        top: -18px;
        left: -18px;
        right: -18px;
        bottom: -18px;
        border-width: 1px;
    }
}


@-webkit-keyframes playrotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes playrotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes playrotate2 {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes playrotate2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}




.speakers-box{
    display: flex;
    padding: 40px;
    border: 1px solid #D6D6D6;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: all ease-in 300ms;
}
.speakers-box:hover{
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.speakers-box .pic{
    flex: 0 0 140px;
    margin-right: 40px;
}
.speakers-box .pic img{
    border-radius: 50%;
}
.speakers-box .title{
    color: #000;
    font-size: 24px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    font-weight: 600;
    margin: 0 0 15px;
}

.speakers-box .cont-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
}
.speakers-box .cont-footer .custom-button2{
    font-size: 14px;
    height: 40px;
    min-width: 145px;
}
.speakers-box .cont-footer .custom-button2::after{
     width: 8px;
     height: 8px;
}


.speakers-box .custom-header-social a{
    font-size: 19px;
    margin-left: 10px;
}
.speakers-box .custom-header-social a:hover{
    background-color: var(--color-accent2) !important;
}

@media only screen and (max-width: 1199px) {
    .speakers-box{
        padding: 30px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .speakers-box{
        padding: 25px;
        flex-direction: column;
        text-align: center;
    }
    .speakers-box .pic{
        margin: 0 0 30px;
    }
    .speakers-box .cont-footer{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
        gap: 10px;
    }

}



body .custom-button2 {
    border-radius: 3px;
    background-color: var(--accent-color2);
    min-width: 160px;
    color: #FFF;
    font-weight: 300;
    padding-bottom: 2px;
    height: 44px;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 30px;
}
body .custom-button2::after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 20px;
}
body .custom-button2,
body .custom-button2:link,
body .custom-button2:active,
body .custom-button2:visited {
    color: #FFF;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .custom-button2:hover {
    background-color: var(--accent-color);
    text-decoration: none !important;
}

.exhibitors-list{
    display: flex;
    transition: all ease-in 300ms;
    border-radius: 15px;
    padding: 30px 30px;
    align-items: center;
}
.exhibitors-list .pic{
    flex: 0 0 175px;
    margin: 0 85px 0 0;
}
.exhibitors-list .title{
    color: #000;
    font-size: 26px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    font-weight: 600;
    margin: 0 0 15px;

}
.exhibitors-list:hover{
    background-color: #FFF;
    box-shadow: 0 25px 30px rgba(0, 0, 0, .1);
}
.exhibitors-list .cont p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .exhibitors-list .pic{
        flex: 0 0 150px;
        margin: 0 35px 0 0;
    }   

}
@media only screen and (max-width: 767px) {

    .exhibitors-list{
        padding: 15px;
        display: block;
        text-align: center;
    }
    .exhibitors-list .pic{
        margin: 0 0 20px 0;
    }   

}

.lecturers-box{
    display: flex;
    background-color: #642D5B;
}
.lecturers-box .pic{
    flex: 0 0 50%;
    position: relative;
}
.lecturers-box .pic img{
    width: 100%;
}
.lecturers-box .pic::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    border: 20px solid transparent;
    border-right-color: #642D5B;
    margin-top: -20px;
}
.lecturers-box .cont{
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.lecturers-box .cont .title{
    color: #FFF;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
}
.lecturers-box .cont p:last-child{
    margin-bottom: 0;
}

body .custom-button3{
    background-color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 465px;
    min-height: 85px;
    max-width: 100%;
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    transition: all ease-in 300ms;
}
body .custom-button3,
body .custom-button3:link,
body .custom-button3:active,
body .custom-button3:visited {
    color: #FFF;
}
body .custom-button3 strong{
    font-size: 20px;
}
body .custom-button3:hover{
    background-color: var(--accent-color3);
}
@media only screen and (max-width: 1199px) {
    body .custom-button3{
        height: 100%;
        width: 100%;
    }
}

.agenda-tabs .section-tabs-container .is-container{
    margin-top: 0 !important;
}

.agenda-tabs .section-tabs-list{
    margin-bottom: 50px !important;
    padding: 0;
}
.agenda-tabs .section-tabs-list > div{
    display: flex;
}

.agenda-tabs .section-tabs-list .item {
    flex: 1;
    border: none;
    background: #F87C56;
    font-size: 24px;
    color: #FFF;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 15px;
    position: relative;
    transition: all ease-in 300ms;
}
.agenda-tabs .section-tabs-list .item:hover{
    background-color: #E86A4D;
}

.agenda-tabs .section-tabs-list .item:nth-child(1){
    background-color: #F87C56;
}
.agenda-tabs .section-tabs-list .item:nth-child(1):hover{
    background-color: #E86A4D;
}
.agenda-tabs .section-tabs-list .item:nth-child(2){
    background-color: #7B3D6E;
}
.agenda-tabs .section-tabs-list .item:nth-child(2):hover{
    background-color: #6B3260;
}
.agenda-tabs .section-tabs-list .item:nth-child(3){
    background-color: #C73E56;
}
.agenda-tabs .section-tabs-list .item:nth-child(3):hover{
    background-color: #B73955;
}


.agenda-tabs .section-tabs-list .date{
    display: block;
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    margin-top: 5px;
}

.agenda-list{
    transition: all ease-in 300ms;
    border-radius: 15px;
    padding: 30px 30px;
}
.agenda-list:hover{
    background-color: #FFF;
    box-shadow: 0 25px 30px rgba(0, 0, 0, .1);
}
.agenda-list .timebox{
    color: var(--accent-color);
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.agenda-list .timebox img{
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.agenda-list .contbox{
    border-left: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
    padding: 0px 25px;
    flex: 1;
}
.agenda-list .title{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.agenda-list .pic-list{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
    list-style: none;
    text-align: center;
}
.agenda-list .pic-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95px;
    font-size: 14px;
}
.agenda-list .pic-list img{
    border-radius: 50%;
}
.agenda-list .pic-list .pic{
    margin-bottom: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.agenda-list .pic-list img{
    grid-column: 1/2;
    grid-row: 1/2;
    transition: all ease-in 200ms;
}

/* .agenda-list .pic-list img:nth-child(2){
    opacity: 0;
}
.agenda-list .pic-list li:hover img:nth-child(2){
    opacity: 1;
}
.agenda-list .pic-list li:hover img:nth-child(1){
    opacity: 0;
} */

.agenda-tabs .current-active-text{
    display: none !important;
}

.agenda-top-info{
    text-align: center;
    margin-top: -25px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
}
.agenda-top-info > div{
    padding: 15px 15px;
    color: #FFF;
    background-color: #F87C56;
    transition: all ease-in 200ms;
    font-size: 18px;
}
.agenda-top-info > div:hover{
    color: #FFF;
    background-color: #E86A4D;
}
.agenda-top-info .title{
    font-size: 24px;
    color: #FFF;
    margin: 0 0 5px;
}
.agenda-top-info p:last-child{
    margin-bottom: 0;
}

.agenda-top-info > div:nth-child(1){
    background-color: #F87C56;
}
.agenda-top-info > div:nth-child(1):hover{
    background-color: #E86A4D;
}
.agenda-top-info > div:nth-child(2){
    background-color: #7B3D6E;
}
.agenda-top-info > div:nth-child(2):hover{
    background-color: #6B3260;
}
.agenda-top-info > div:nth-child(3){
    background-color: #C73E56;
}
.agenda-top-info > div:nth-child(3):hover{
    background-color: #B73955;
}






@media only screen and (max-width: 1399px) {
    .agenda-tabs .section-tabs-list .item {
        font-size: 20px;
    }
    .agenda-tabs .section-tabs-list .item::after{
        height: 7px;
        bottom: -4px;
    }
}

@media only screen and (max-width: 1199px) {
    .agenda-list{
        flex-direction: column;   
        background-color: #FFF;
        border-radius: 10px;
        box-shadow: 0 25px 30px rgba(0, 0, 0, .1);
        margin:0 0px 30px;
    }
    .agenda-list .contbox{
        border: none;
        padding: 0 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .agenda-list .timebox{
        width: 100%;
        border-bottom: 1px solid var(--accent-color);
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .agenda-list .timebox img{
        width: 30px;
    }

    .agenda-list .title{
        font-size: 20px;
        text-align: center;
    }
    .agenda-list .picbox{
        width: 100%;
    }
    .agenda-list .pic-list{
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .agenda-list .pic-list li{
        max-width: calc(33.3333% - 15px);
        line-height: 1.2;
    }
}
@media only screen and (max-width: 991px) {
    .agenda-tabs .current-active-text{
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        padding: 5px 40px;
        display: flex !important;
        flex-direction: column;
        text-align: center;
        color: var(--accent-color);
        font-size: 24px;
        font-weight: 700;
        text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        cursor: pointer;
        line-height: 1.4;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .agenda-tabs .current-active-text .date{
        order: 100;
        font-size: 24px;
        color: #000;
    }   
    .agenda-tabs .current-active-text::after{
        content: '';
        border: 10px solid transparent;
        border-top-color: #2CA348;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -3px;
    }


    .agenda-tabs .section-tabs-list{
        display: block !important;
        position: relative;
    } 
    .agenda-tabs .section-tabs-list > .row{
        position: absolute;
        top: 100%;
        left: 15px;
        width: calc(100% - 30px);
        flex-direction: column;
        background-color: #FFF;
        z-index: 100;
        box-shadow: 0 25px 30px rgba(0, 0, 0, .1);
        display: none;
        border-radius: 10px;
    }
    .agenda-tabs .section-tabs-list > .row .item{
        width: 100%;
        padding: 15px ;
    }
    .agenda-tabs .section-tabs-list .item.active::after{
        content: none;
    }
    .agenda-tabs .section-tabs-list > .row .item:last-child{
        border-bottom: none;
    }
}


.banner-footer-box{
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 25px 30px rgba(0, 0, 0, .1);
    padding: 40px 40px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.banner-footer-box > div{
    border-right: 1px solid #707070;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-footer-box > div:last-child{
    border-right: none;
}

.banner-footer-box .title{
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.2;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.banner-footer-box .subtitle{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.2;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.builder-editor-mode .banner-footer-box{
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .banner-footer-box{
        padding: 30px;
    }
    .banner-footer-box .title{
        font-size: 32px;
    }

}
@media only screen and (max-width: 991px) {
    .banner-footer-box{
        margin-top: -30px;
        margin-left: 15px;
        margin-right: 15px;
        position: relative;
        padding: 25px;
    }
    .banner-footer-box > div{
        border: none;
        padding: 0;
    }
    
    .banner-footer-box .title{
        display: inline-block;
        font-size: 26px;
        margin-right: 5px;
        margin: 0;
    }
    .banner-footer-box .subtitle{
        display: inline-block;
        font-size: 16px;
        margin: 0;
    }



}


.detex-footer img{
    max-width: 100%;
}
.detex-footer>.row {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-contact svg {
    width: 47px;
    height: 47px;
    background-color: var(--accent-color);
    border-radius: 50%;
    color: #FFF;
    padding: 10px;
    fill: currentColor;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.footer-contact {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.footer-row-auto {
    padding-top: 40px;
}

.footer-row-auto .row {
    align-items: center;
}

.footer-links {
    text-align: center;
}

.footer-links a {
    font-size: 16px;
}

.footer-row-auto .row>.dng-column:last-child {
    text-align: right;
}

.detex-footer.container-fluid:last-child {
    padding-bottom: 30px;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .footer-row-auto .row>.dng-column{
        flex:  1;
    }


}

