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

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

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

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



/* Section Height */

@media (max-width: 575.98px) {
    #Body .is-section-xs-50 {
        height: 50vh;
    }

    #Body .is-section-xs-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    #Body .is-section-sm-50 {
        height: 50vh;
    }

    #Body .is-section-sm-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    #Body .is-section-md-50 {
        height: 50vh;
    }

    #Body .is-section-md-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 1199.98px) {
    #Body .is-section-lg-50 {
        height: 50vh;
    }

    #Body .is-section-lg-auto {
        height: auto;
        min-height: auto;
    }
}


/* Stretched container (not used yet) */
.is-container.is-stretch-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.is-container.is-stretch-h {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-stretch-w>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-w>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-h>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-fullheight {
    height: 100%
}

.is-container.is-container-fluid {
    max-width: none;
    width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
    background-attachment: fixed !important;
}

/*ipad background attachment*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .bg-attachment-fixed,
    .bg-attachment-fixed .is-overlay-bg {
        background-attachment: scroll !important;
    }
}





/* Others */

.is-hidden {
    display: none !important;
}

.gm-style {
    font-family: inherit !important;
}




/*custom module loading*/
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
    min-height: 100px;
    max-height: 50vh;
    position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
    visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #E3E3E3;
    border-top-color: #555;
    border-left-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: loading-rotate 0.7s infinite;
    -moz-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
    z-index: 101;
}

.custom-module .soon {
    display: none;
}

.custom-module .number {
    color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
    display: none;
}

/*video*/
.html5-video {
    position: relative;
}

.html5-video video {
    width: 100%;
}

.html5-video .play-button,
.html5-video .play-button2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    cursor: pointer;
}

/*fixed element*/


.fixed-element {
    position: absolute;
    pointer-events: none;
    max-width: 100%;
}

.fixed-element img,
.fixed-element svg {
    max-width: 100vw;
}


/*css3-animate*/
.css3-animate {
    opacity: 0;
    position: relative;
}

.css3-animate:not(.animated) {
    -webkit-animation: none;
    animation: none;
}

.css3-animate.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation.brush {
    z-index: 1;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.bg-attachment-js .is-overlay {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.bg-attachment-js .is-overlay-bg {
    position: static;
    backface-visibility: hidden;
    background-size: auto 110%;
}

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

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

}

.modalbox {
    display: none;
}

/*skip-menu*/
#skip-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999999;
}

#skip-menu ul {
    padding: 0;
    margin: 0;
}

#skip-menu ul a {
    color: #fff;
    background: #c72d29;
    position: absolute;
    top: 0;
    left: -9999px;
    right: auto;
    white-space: nowrap;
    padding: 10px;
    border: none;
    display: block;
}

#skip-menu ul a:focus {
    left: 0;
}



.builder-tab-title {
    cursor: pointer;
}

.builder-tab-cont {
    display: none;
}

@media only screen and (max-width: 991px) {

    .builder-tab-title:not(.mobile-show) {
        display: none !important;
    }

    /*Construction01*/
    .Construction01-section-tabs .section-tabs-list {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-show {
        display: none !important;
    }
}

.section-tabs-container .is-container {
    transition: none;
}

.section-tabs-container[data-effect="slide"] {
    position: relative;
    overflow: hidden;
}

.section-tabs-container[data-effect="slide"]>.is-container {
    transition: all 300ms ease-in;
    opacity: 1;
}

.section-tabs-container[data-effect="slide"]>.is-container.out {
    transform: translateX(-100%);
    opacity: 0;
}

.section-tabs-container[data-effect="slide"]>.is-container.in {
    transform: translateX(100%);
    opacity: 1;
}



/**/
.img-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.portfolio-shadow .pic {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

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


.m-5 {
    margin: 5px;
}

.custom_top_head {
    overflow: hidden;
}

.custom_top_head .head-list-custom {
    min-height: 55px;
    background-color: #D81621;
    align-items: center;
    display: flex;
    margin-right: 47px;
    position: relative;
    z-index: 1;
    font-weight: bold;

}

.custom_top_head .head-list-custom:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #D81621;
    z-index: -1;
}

#Body .floating-nav-sticky.floating-active .custom_top_head .header-top.header-container-box {
    overflow: inherit !important;
}

.custom_top_head .head-list-custom:before {
    content: "";
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #D81621;
    position: absolute;
    right: -55px;
    top: 0;
    z-index: -1;
}

.custom_center_head .container,
.custom_top_head .container {
    max-width: 1848px;
}

#Body .custom_top_head a {
    color: #ffde00 !important;
}

.custom-header-socialstyle {
    border: 0;
}

.custom-header-socialstyle a {
    border: 0;
    width: 45px !important;
}

#Body .custom-header-socialstyle a {
    color: #fff !important;
}

.custom-header-socialstyle svg {
    width: 22px;
    height: 22px;
}

#Body .custom-header-socialstyle a:hover {
    background-color: transparent !important;
    color: #D01A29 !important;
}

#Body .custom_center_head .primary_structure>li>a:after {
    content: "";
    border-bottom: 2px solid #2c5cda;
    position: absolute;
    bottom: calc(50% + 20px);
    left: 0px;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in 300ms;
    transition: all ease-in 300ms;
    left: 15px;
    border-width: 3px;
    border-color: var(--accent-color);
}

#Body .custom_center_head .primary_structure>li>a:before {
    top: calc(50% + 20px);
}

#Body .custom_center_head .primary_structure>li>a:focus:after,
#Body .custom_center_head .primary_structure>li.current>a:after,
#Body .custom_center_head .primary_structure>li.menu_hover>a:after {
    right: 15px;
    opacity: 1;
    visibility: visible;
}

#Body .custom_center_head .search-popup-box .icon {
    width: 66px;
    height: 66px;
}

#Body .custom_center_head .custom-head-button {
    height: 66px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
}

body .custom-head-button .circle {
    background-color: rgba(255, 255, 255, .2) !important;
}

body .button-04 {
    border-radius: 3px;
    background-color: var(--button-color1);
    min-width: 130px;
    color: #FFF;
    font-family: var(--family2);
    font-weight: 400;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
}

body .button-04,
body .button-04:link,
body .button-04:active,
body .button-04:visited {
    color: #FFF;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .button-04:hover {
    text-decoration: none !important;
}

body .btn-color1.button-04 {
    background-color: var(--button-color1);
}

body .btn-color2.button-04 {
    background-color: var(--button-color2);
}

body .btn-color3.button-04 {
    background-color: var(--button-color3);
}

body .btn-color4.button-04 {
    background-color: var(--button-color4);
}

body .btn-color4.button-04,
body .btn-color4.button-04:link,
body .btn-color4.button-04:active,
body .btn-color4.button-04:visited {
    color: #272727;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .btn-color5.button-04 {
    background-color: var(--button-color5);
}

body .btn-color5.button-04,
body .btn-color5.button-04:link,
body .btn-color5.button-04:active,
body .btn-color5.button-04:visited,
body .btn-color5.button-04 span {
    color: var(--accent-color2);
}

body .btn-color6.button-04 {
    background-image: linear-gradient(to right, var(--accent-color), var(--accent-color2));
    transition: all ease-in 300ms;
}

body .button-04 .circle {
    position: absolute;
    background-color: rgba(0, 0, 0, .15);
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    transition: transform 300ms ease-in, transform-origin 0ms ease-in;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: scale(0);
    margin-left: -50%;
    margin-top: -50%;
}

body .button-04.circle-white .circle {
    background-color: rgba(255, 255, 255, .15);
}

body .button-04.circle-accent .circle {
    background-color: var(--accent-color);
    opacity: .2;
}

body .button-04 .circle.active {
    transform: scale(1);
    border-radius: 30%;
}

body .button-04 span:not(.circle) {
    z-index: 2;
    position: relative;
}

#Body .floating-nav .floating-header-logo {
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}

#Body .floating-nav.floating-active .floating-header-logo {
    max-height: 80% !important;
    margin: 0;
}

#Body:not(.personabar-visible) .footer_bot_bar_custom {
    position: relative;
    margin-bottom: -123px;
    margin-top: -133px;
    z-index: 1;
}

#Body:not(.personabar-visible) .footer_bot_bar_custom .is-container.layout-container>.row {
    padding: 75px 50px 45px;
}

#Body:not(.personabar-visible) .custom_bottom_slider {
    max-width: 573px;
    overflow: hidden !important;
    margin-left: auto;
    margin-right: auto;
    background-image: url("data:image/png;base64,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");
    margin-top: -103px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 159px !important;
    height: 104px !important;
}

.custom_bottom_slider .custom-banner-info {
    margin-top: 27px;
    padding: 0 2px;
}

.custom_bottom_slider .custom-banner-info .icon {
    border-radius: 50%;
    overflow: hidden;
}

.custom_bottom_slider .swiper-button-prev span {
    color: var(--accent-color);
    width: 10px !important;
    height: 10px !important;
    margin: -4px 0 0 -1px !important;
}

.custom_bottom_slider .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 2px;
    background-color: var(--accent-color);
    left: 50%;
    top: 50%
}

.custom_bottom_slider .swiper-button-prev,
.custom_bottom_slider .swiper-button-next {
    background-color: transparent !important;
    height: 74px !important;
    margin-top: -25px !important;
}

.custom_bottom_slider .swiper-button-next span {
    color: var(--accent-color);
    width: 10px !important;
    height: 10px !important;
    margin: -4px 0 0 -9px !important;
}

.custom_bottom_slider .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 2px;
    background-color: var(--accent-color);
    right: 50%;
    top: 50%
}

#Body .custom-button-001 {
    height: 64px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
}

#Body .custom-button-001 .circle {
    background-color: rgba(255, 255, 255, .2);
}

.custom_col3_layout_line>div+div {
    border-left: 1px dashed rgba(255, 255, 255, .3);
}

.custom_col3_layout_line>div:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
}

.custom_col3_layout_line>div:nth-child(2) {
    flex: 0 0 48%;
    max-width: 48%;
}

.custom_col3_layout_line>div:nth-child(3) {
    flex: 0 0 32%;
    max-width: 32%;
}

.footer_container_box .sep {
    margin: 0 8px;
}

.footer_container_box .social-02 {
    width: 48px;
    height: 48px;
    border: 0;
    background-color: rgba(255, 255, 255, .15);
}

.footer_container_box .social-02 svg {
    width: 20px;
    height: 20px;
}

.custom_banner_home_style .banner_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 45px;
}

.custom_banner_title {
    font-size: 5rem;

}

.custom_banner_title span {
    font-family: var(--family);
    font-size: 3.25rem;
    font-weight: bold;
    margin-left: 20px;
}


.our_banner img {
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.our_item h3 {
    font-size: 0.92125rem;
    margin: 0 15px;
    padding-top: 12px;
}

.our_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}


.our_item>div {
    max-width: 138px;
}

.banner_bg {
    min-height: 954px;
}

@media (max-width: 1200px) {
    .banner_bg {
        min-height: auto;
    }
}

.banner_text03 h2 span {
    font-family: var(--family);

}

.banner_text03 h2 span em {
    color: #ff3647;
}

.banner_text03 a:hover {
    text-decoration: none;
}

.minilightbox-content .layout-hidden-content {
    display: block !important;
}

.Speakers_box {
    text-align: center;
}

.Speakers_title {
    font-size: 1.25rem;
}

.Speakers_title a {
    color: currentColor !important;
}

.Speakers_title a:hover {
    color: var(--accent-color) !important;
}

.Speakers_title:after {
    content: "";
    width: 30px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--accent-color2);
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
}

.Speakers_box img {
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.img_speaker {
    padding-bottom: 34px;
}

.Speakers_box .subtitle {
    color: #000;
    font-weight: 600;
    font-size: 1.125rem;
    padding-top: 10px;
}

#Body .custom-button-002 {
    padding: 6px;
    height: auto;
    min-width: auto;
    font-size: 17px;
    font-weight: bold;
    gap: 14px;
    padding-right: 40px;
}

#Body .custom-button-002:hover {
    background-color: transparent;
}

#Body .custom-button-002 i.sico {
    width: 53px;
    height: 53px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    color: var(--accent-color);
    transition: color ease-in 300ms, background-color ease-in 300ms, border-color ease-in 300ms;
}

#Body .custom-button-002 i.sico svg {
    width: 20px;
    height: 20px;
}

#Body .custom-button-002:hover i.sico {
    background-color: var(--accent-color);
}

#Body .custom-button-002:hover i.sico svg {
    fill: #fff;
}

.portfolio-style .portfolio-masonry-style03 .full-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    background-color: #fff;
    margin: -10px 0 0 -40px;
    border-radius: 50%;
}

.portfolio-style .portfolio-masonry-style03 .full-link::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 400 400'%3E %3Cpath fill='rgba(216,22,33,1)' d='M369.939,200.136H199.987V30.5c0-5.506-4.481-9.979-9.997-9.979c-5.516,0-9.998,4.473-9.998,9.979v169.635H10.04 c-5.516,0-9.997,4.473-9.997,9.979s4.481,9.979,9.997,9.979h169.953v169.636c0,5.506,4.481,9.979,9.998,9.979 c5.516,0,9.997-4.473,9.997-9.979V220.093h169.953c5.516,0,9.998-4.473,9.998-9.979S375.456,200.136,369.939,200.136z'/%3E%3C/svg%3E");
    z-index: 1;
    margin-top: 14px;
}

.portfolio-style .portfolio-masonry-style03 .content {
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio-style .portfolio-masonry-style03 .content .title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin: -72px 0 0;
    text-align: center;
}

.col_line>div+div {
    position: relative;

}

.col_line>div+div:before {
    content: "";
    position: absolute;
    left: -46px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(216, 22, 33, .2);
    width: 0px;

}

.col_line>div:nth-child(3):before {
    left: -75px;
}

.minilightbox-content .lightbox-htmlcont {
    max-width: 774px !important;

}

.minilightbox-content .lightbox-htmlcont>div {
    padding-left: 20px;
    padding-right: 20px;
}

.img-box01.custom-img-box::after {
    inset: 0;
    background-color: var(--accent-color2) !important;
    opacity: 0 !important;
}

.img-box01.custom-img-box:hover::after {
    opacity: 0.7 !important;
}

.img-box01.custom-img-box .cont {
    padding-left: 15px;
    padding-right: 15px;
}

.img-box01.custom-img-box .cont .title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.img-box01.custom-img-box .cont .plus {
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: 24px;
    pointer-events: none;
}

.img-box01.custom-img-box .cont .plus::after {
    border-color: var(--accent-color2);
    width: 26px;
    left: 26px;
}

.img-box01.custom-img-box .cont .plus::before {
    border-color: var(--accent-color2);
    height: 26px;
    top: 26px;
}


.hover-box01 {
    position: relative;
    z-index: 1;
}
.hover-box01::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--accent-color2);
    pointer-events: none;

    opacity: 0;
    transition: opacity 300ms ease-in;
}
.hover-box01:not(:has(a)) .plus{
    display: none;
}
.hover-box01:has(a) .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0);

    opacity: 0;
    transition: opacity 300ms ease-in;
}
.hover-box01:has(a) .plus::before,
.hover-box01:has(a) .plus::after{
    content: "";
    position: absolute;
    top: 50%;
    height: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: var(--accent-color2);
}
.hover-box01:has(a) .plus::before {
    width: 26px;
    height: 2px;
}
.hover-box01:has(a) .plus::after {
    width: 2px;
    height: 26px;
}
.hover-box01:hover::before{
    opacity: .7;
}
.hover-box01:hover .plus{
    opacity: 1;
}

.pagetitle_box .banner_bg {
    min-height: 404px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.custom_list_check .sico {
    width: 24px;
    height: 24px;
    background-color: #DF2F3D;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.custom_list_check .sico svg {
    fill: #fff;
    width: 12px;
    height: 12px;
}

.custom_list_check li {
    color: #000;
    margin-bottom: 20px !important;
}

.img_custom_element_style01 {
    position: relative;
}

.img_custom_element_style01>img {
    position: relative;
    z-index: 1;
}

.img_custom_element_style01:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    bottom: -15px;
    left: 15px;
    background-color: #FCEDEE;
    border-radius: 35px;
    z-index: 0;
}

.custom-price-09 {
    color: #000000;
    background-color: #fff;
    border-radius: 9px;
    padding: 40px 30px;
    box-shadow: 0 0 35px rgba(7, 18, 45, .2);
    margin-bottom: 40px;
    height: calc(100% - 40px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.custom-price-09 .price-title {
    font-size: 22px;
    color: #102039;
    padding-bottom: 3px;
    letter-spacing: -1.5px;
}

.custom-price-09 .pricing span {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
}

.custom-price-09 .pricing .sup {
    font-size: 3.125rem;
    font-family: "Public Sans";
    color: #d81621;
}

.custom-price-09 .pricing {
    border-bottom: 1px solid #BCC2CC;
    padding-bottom: 28px;
    line-height: 1;
    margin-bottom: 25px;
}

.price-footer p {
    margin: 0;
}

.custom-price-09 .button-04 {
    background-color: #C63030;
    font-size: 1.125rem;
    font-weight: 600;
}

.custom-price-09 .button-04 .circle {
    background-color: rgba(255, 255, 255, .1);
}

.custom-price-09 .price-footer {
    padding-top: 22px;
}

.price-features {
    padding: 0;
    margin: 0;
}

.price-features>li {
    list-style: none;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}

.price-features>li .sico.fal-square {
    margin-right: 7px;
    transform: translate(0px, 2px);
}

.sico.fal-square {
    position: relative;
}

.sico.fal-square>svg {
    width: 15px;
    height: 15px;
    fill: #C9111D;
}

.sico.fal-square>.sico.fas-check svg {
    fill: #C9111D;
    width: 15px;
    height: 15px;
}

.sico.fal-square>.sico.fas-check {
    position: absolute;
    right: -3px;
    top: -1px;
    fill: #C9111D;
}

#Body .custom_info_box01 {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    text-align: left;
    justify-content: flex-start;
    border-radius: 28px;
    padding: 20px;
    white-space: normal;
    background-color: #C63030;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#Body .custom_info_box01 .circle {
    position: absolute;
    background-color: #CC4545;
    width: 266px;
    height: 266px;
    top: -144px;
    right: -133px;
    border-radius: 50%;
}

#Body .custom_info_box01 h2 {
    font-size: 1.75rem;
    color: #fff;
    padding-bottom: 16px;
}

#Body .custom_info_box01 .circle {
    background-color: rgba(255, 255, 255, .1);
}

.custom-clientlist-01 img {
    padding: 20px;
    transition: all ease-in 300ms;
}

.custom-clientlist-01 img:hover {
    box-shadow: 0 0 25px rgba(7, 18, 45, .1);
}

.custom-clientlist-02 img {
    padding: 20px 8px;
    transition: all ease-in 300ms;
}

.custom-clientlist-02 img:hover {
    box-shadow: 0 0 25px rgba(7, 18, 45, .1);
}

.testimonials_style01 .testimonials-carousel05 blockquote {
    padding: 0;
    background: transparent
}

.testimonials_style01 .testimonials-carousel05 .des-box:before {
    content: "";
    display: block;
    width: 47px;
    height: 40px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAoCAYAAABuIqMUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NTY3OUUxNjc4RkNFNzExOTI1Nzk3QkNEMjE4N0RDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0RDMzA5Nzg3MTIxMUYwQjc0Q0NENThGRTA4QzFFMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0RDMzA5Njg3MTIxMUYwQjc0Q0NENThGRTA4QzFFMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozYjM4NjAxZS04NmQyLTg3NDUtYjJiMi00MWIwMzBiYzlhMzYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYjFiOGZhYi0wOWU1LTRmNGQtOWJjYS00YjBlNzdlMWZmMTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6OLViKAAAB5ElEQVR42uyY0W3CQAyGj4gBMkL6ylPoAk0mKExQmKBlgo6QbgCdoGzQdIGWvvBKRmAD6pMcCU6X+k/jREU6S1aiEJ0/fvt8dxmdTifTxj4nk8Reb/f7iu7NQJaSV+TH84dRC+iYvKDbA/lX/Sd6toz83cYjL9wfR4jyBDqjy5o8Pnu8I5/2BB1zvJnzfEm+gZUncDvImwNep7LoqUQOHnDD8VJReVsmnLJUCDYn3yqBL1jx38xmPLf1H3UENxwsGQj8IuNNZVOA4HV9pgqlsm45kePIo/oTq4BYSX7TsWzqLCNmW+WKYx7Hnh6OTsIXHqirrT3NwGcVz69dU7dBU7ekRUoDPGvoKr5JOj0Hv4An1TMeTLINgW+UusszWCpzd3V1lX9AFCDwpWI/R8Sac8kYLzy3RmSSroyePQLvbLkpmEZ4sO5KUr1UhJ91FauGvwcGelXeAkgdpmwqFxderD3FSWrAWhfFiri3Iypo2h24ABpJ+URjoD+sqlJ7rBB4RIXvHg4Z0qJkEHh0TzGkqcJXA8Mf1eDtYdv8QxsjE5b3PVKa0dJKwHcyITO7MVgS0n47b9GRkHgLYbtiY+WRuWIL8AE+wAf4AB/gA3yAD/ABXucwYr+PfAxx5nT2/52PiT8CDACEy3mWNEtk3gAAAABJRU5ErkJggg==");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.testimonials_style01 .testimonials-carousel05 .des-box:after {
    content: "";
    border: 14px solid transparent;
    border-top: 12px solid #fff;
    display: block;
    position: absolute;
    top: 100%;
    left: 51px;
}

.testimonials_style01 .testimonials-carousel05 .des-box {
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    flex-grow: 1;
    padding: 34px;
    border-radius: 10px;
    position: relative;
}

.testimonials_style01 .testimonials-carousel05 .info-box .img {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    flex: 0 0 80px;
}

.testimonials_style01 .testimonials-carousel05 .info-box {
    padding-left: 25px;
    margin-top: 25px;
}

.testimonials_style01 .testimonials-carousel05 .right-box .name {
    font-size: 1.25rem;
    color: #fff;
}

.testimonials_style01 .testimonials-carousel05 .right-box .position {
    color: #a4a4a4 !important;
    font-size: 1rem !important;
}

.testimonials_style01 .testimonials-carousel05.easy-carousel .carousel-navigation {
    top: 50%;
    position: absolute;
    margin-top: -40px;
}

.testimonials_style01 .testimonials-carousel05.easy-carousel .carousel-navigation.carousel-prev {
    left: -50px;
}

.testimonials_style01 .testimonials-carousel05.easy-carousel .carousel-navigation.carousel-next {
    left: auto;
    right: -50px;
}

.family3 {
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.price_box {
    overflow: hidden;
}

.custom-price-10 {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 40px 50px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    transition: all 300ms ease-in;
    background-color: #fff;
}

.custom-price-10:hover {
    box-shadow: 0 0 25px rgba(7, 18, 45, .1);
    border-color: transparent;
}

.custom-price-10 .price-title {
    color: #010101;
    font-size: 1.25rem;
    margin-bottom: 4px;
}

.custom-price-10 .pricing span {
    font-weight: 600;
}

.custom-price-10 .pricing .sup {
    font-size: 2.5rem;
    font-family: "Alata", sans-serif;
    color: var(--accent-color);
}

.custom-price-10 .pricing-header {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.custom-price-10 .price-features li {
    color: #5b5b5b;
    align-items: baseline;
}

.info_our {
    background-color: #C63030;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
}

.info_our .our_title {
    font-size: 1.75rem;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 8px;
}

.info_our .our_sub_title {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 2px;
}

.info_our .our_p {
    font-size: 1rem;
    line-height: calc(22/16);
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.our_out_con {
    max-width: 406px;
}

.hr_style {
    border-top: 1px solid #C9C9C9;
    margin: 50px 0;
}

.gallery_style .isotope-group button[data-filter="*"] {
    display: none;
}

#Body .gallery_style .isotope-group button {
    font-size: 1.0625rem;
    color: #000;
    font-weight: bold;
    background-color: #DBDBDB;
    border: 0;
    padding: 24.5px 57px;
    border-radius: 35px;
    margin-left: 4px;
    margin-right: 4px;
}

#Body .gallery_style .isotope-group button.active {
    color: #fff;
    background-color: var(--accent-color);
}

#Body .gallery_style .isotope-grid .load-more {
    border-radius: 3px;
    background-color: #d01a29;
    min-width: 130px;
    color: #FFF;
    font-family: var(--family2);
    font-weight: 400;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
    height: 64px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

#Body .gallery_style .isotope-grid .load-more:hover {
    background-color: #D94854;
}

#Body .custom_bg_video .play-button01 {
    width: 89px;
    height: 89px;
}

#Body .custom_bg_video .play-button01:before {
    background-color: #fff;
}

#Body .custom_bg_video .play-button01:after {
    background-color: #fff;
}

#Body .custom_bg_video .play-button01 .icon:after {
    background-color: #fff;
}

.custom-testimonial-1 {
    text-align: center;
    background-color: #C84954;
    border-radius: 8px;
    padding: 30px 30px;
    color: #fff;
    margin-bottom: 20px;
    height: calc(100% - 20px);

}

.custom-testimonial-1 .testimonial-con {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-features p {
    font-size: 0.9375rem;
}

.testimonial-features .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.testimonial-features .title:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
}

.testimonial-features {
    flex: 0 0 131px;
}

.testimonial-text {
    padding: 30px 0 10px;
}

.footer_bot_bar_custom .layout-container {
    max-width: 1170px;
}



@media (min-width: 1800px) {

    #Body .gallery_style .isotope-grid .more-position {
        margin-top: 50px;
    }

    #Body .gallery_style .isotope-grid .isotope-group {
        margin: 0 0 44px;
    }

    .hr_style {
        margin: 80px 0;
    }

    .info_our {
        padding: 25px 50px;
    }

    .custom-price-10 {
        margin-bottom: 46px;
        height: calc(100% - 46px);
    }

    #Body .custom_info_box01 {
        padding: 50px 65px;
    }

    #Body .custom_info_box01.custom-spear {
        padding: 45px 65px;
    }

    .img_custom_element_style01 {
        margin-right: -172px;
    }

    .our_item {
        gap: 68px;
    }

    .minilightbox-content .lightbox-htmlcont>div {
        padding-left: 45px;
        padding-right: 45px;
    }

    .minilightbox-content .lightbox-htmlcont {
        width: 774px !important;

    }

    .mt-custom {
        margin-top: -73px;
    }

    #Body .custom_center_head .primary_structure>li {
        font-size: 1.25rem !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1600px) {
    .custom-testimonial-1 {
        padding-top: 42px;
    }

    .custom_font02 {
        font-size: 24px;
        line-height: 34px;
    }

    .custom_mr_img {
        margin-right: -159px;
    }

    .text-custom-mt {
        margin-top: -140px;
    }

    .text-custom_right {
        margin-right: -108px;
    }

    .banner_text03 .custom-button-001 {
        height: 80px !important;
        border-radius: 40px !important;
    }

    #Body .gallery_style .isotope-grid .load-more,
    #Body .custom-button-001 {
        padding-left: 55px;
        padding-right: 55px;
    }

    #Body .custom_center_head .custom-head-button {
        padding-left: 61px;
        padding-right: 61px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #Body .custom_center_head .header-content-wrap .logo img {
        max-height: 60px !important;
    }

    #Body .custom_center_head .nav-bar .primary_structure>li>a {
        padding-inline-end: 15px;
        padding-inline-start: 15px;
        font-size: 1rem;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

    .custom-price-10 .pricing .sup,
    .custom-price-09 .pricing .sup {
        font-size: 28px;
    }

    .img-box01.custom-img-box .cont .plus {
        width: 50px;
        height: 50px;
        margin-top: 10px;
    }

    .img-box01.custom-img-box .cont .plus::before {
        height: 20px;
        top: 15px;
    }

    .img-box01.custom-img-box .cont .plus::after {
        width: 20px;
        left: 15px;
    }

    #Body .custom_center_head .header-content-wrap .logo img {
        max-height: 60px !important;
    }

    #Body .custom_center_head .primary_structure>li>a:after {
        right: 10px !important;
        left: 10px;
    }

    #Body .custom_center_head .nav-bar .primary_structure>li>a {
        padding-inline-end: 10px;
        padding-inline-start: 10px;
        font-size: 0.80rem;
    }

    .custom_banner_home_style .is-boxes .is-container {
        height: 100%;
    }

    .custom_banner_home_style .banner_bg {
        height: 100%;
    }

    .col_line>div:nth-child(3):before,
    .col_line>div+div:before {
        left: 0;
    }

}

@media (max-width: 991px) {
    .custom-price-10 .pricing .sup {
        font-size: 25px;
    }

    .custom-price-09 .pricing .sup {
        font-size: 30px;
    }

    .custom-price-10 {
        padding: 30px 20px;
    }

    .testimonials_style01 .testimonials-carousel05.easy-carousel .carousel-navigation {
        top: 100%;
        margin-top: 0;
    }

    .testimonials_style01 .testimonials-carousel05.easy-carousel .carousel-navigation.carousel-prev {
        left: 50%;
        margin-left: -55px;
    }

    .testimonials_style01 .testimonials-carousel05.easy-carousel .carousel-navigation.carousel-next {
        right: 50%;
        margin-right: -55px;
    }

    .pagetitle_box .banner_bg {
        min-height: auto;
    }

    .img-box01.custom-img-box .cont .plus {
        width: 50px;
        height: 50px;
        margin-top: 10px;
    }

    .img-box01.custom-img-box .cont .plus::before {
        height: 20px;
        top: 15px;
    }

    .img-box01.custom-img-box .cont .plus::after {
        width: 20px;
        left: 15px;
    }

    .custom_bottom_slider .is-boxes .is-box {
        flex: 0 0 auto !important;
    }

    .custom_bottom_slider .swiper-button-prev {
        left: 60px !important;
    }

    .custom_bottom_slider .swiper-button-next {
        right: 60px !important;
    }

    #Body:not(.personabar-visible) .footer_bot_bar_custom .is-container.layout-container>.row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom_col3_layout_line>div:nth-child(1),
    .custom_col3_layout_line>div:nth-child(2),
    .custom_col3_layout_line>div:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom_col3_layout_line>div+div {
        border-left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .3);
        padding-top: 10px;
    }

    #Body:not(.personabar-visible) .footer_bot_bar_custom .is-container.layout-container>.row {
        padding-top: 48px;
    }

    #Body:not(.personabar-visible) .footer_bot_bar_custom {
        margin-top: -167px;
    }

    .col_line>div+div:before {
        display: none;
    }

    .banner_title h2 {
        line-height: 1.5 !important;
    }

    .custom_banner_home_style .banner_bg {
        padding: 30px 20px;
    }

    .custom_banner_home_style .is-boxes .is-container {
        height: 100%;
    }

    .custom_banner_home_style .banner_bg {
        height: calc(100% - 30px);
    }

    .banner_bg {
        min-height: auto;
    }

    .our_item {
        gap: 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #Body:not(.personabar-visible) .custom_bottom_slider {
        padding: 0px 120px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .btn-list-mobile-d a+a {
        display: none;
    }

    .our_item>div {
        max-width: auto;
        width: 48%;
    }

    .our_item>div img {
        max-width: 80px;

    }

    .custom_banner_title span {
        display: block;
    }

    .banner_text {
        min-height: auto;
    }

    .banner_title h2 {
        line-height: 1.5 !important;
    }

    .custom_banner_home_style .banner_bg {
        padding: 30px 20px;
    }

    #Body:not(.personabar-visible) .custom_bottom_slider {
        padding: 0px 88px !important;
        margin-top: -8px !important;
    }
}


.minilightbox-content .lightbox-htmlcont {
    margin-left: 20px;
    margin-right: 20px;
}


.lightbox-htmlcont-custom>.minilightbox-close {
    top: 0;
    right: calc((100% - 865px) / 2);
    background-size: 48px 48px;
    display: none !important;
}

.lightbox-htmlcont-custom .minilightbox-content {
    display: grid;
    align-content: center;
    padding: 30px 0;
}

.close_box {
    position: relative;
}

.close_box .minilightbox-close {
    top: -12px;
    right: -30px;
    background-size: 48px 48px;
    pointer-events: all;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .close_box .minilightbox-close {
        top: -40px;
        right: 0;
        background-size: 32px 32px;
    }

    .minilightbox-content .lightbox-htmlcont.custom_lightbox_htmlcont {
        width: auto;
        max-width: calc(100% - 40px);
    }


}

@media (max-width: 767px) {
    .close_box .minilightbox-close {
        top: -40px;
        right: 0;
        background-size: 32px 32px;
    }

    .minilightbox-content .lightbox-htmlcont.custom_lightbox_htmlcont {
        width: auto;
        max-width: calc(100% - 40px);
    }

}



.custom_container_box {
    background-color: #efefef;
    padding: 30px;
    margin-top: 50px;
}

.custom_container_box>.title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}



.custom-iconList-01 {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.custom-iconList-01 .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-iconList-01 .item .icon {
    align-self: start;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.custom-iconList-01 .content>*:last-child {
    margin-bottom: 0;
}

.custom-iconList-01 .content>.title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.333333;
}

.custom-iconList-01 .content>.title a:not(:hover) {
    color: currentColor;
}






/* custom-lightbox-01 */
body a.custom-lightbox-01 {
    position: relative;
    display: inline-block;
}

body a.custom-lightbox-01::after {
    position: absolute;
    z-index: 1;
    opacity: 1;
    transition: opacity 300ms cubic-bezier(.42, .01, .58, 1);
    pointer-events: none;
}

body a.custom-lightbox-01::after {
    content: "";
    top: 50%;
    left: 50%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZCAYAAAA14t7uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NTY3OUUxNjc4RkNFNzExOTI1Nzk3QkNEMjE4N0RDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Qjc2MkNDMTg5NTcxMUYwOTI4REU4QzkzRUM1MUVFNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Qjc2MkNDMDg5NTcxMUYwOTI4REU4QzkzRUM1MUVFNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMmMxMzdhYS1iNGRiLWFlNDItODEyZS01NzdjNGJjMjI1ZmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYjFiOGZhYi0wOWU1LTRmNGQtOWJjYS00YjBlNzdlMWZmMTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5vTQrnAAABGUlEQVR42rTVwUoCQRzH8Sk1tScQD4rP0CFE7BE65MVD17r0BF6CThJ4yos3kZA6FOFjdAlEiq5FWoqhR4Ni+i7MgthazvafH3z2+GN39j8za1rrpFLqCHsY4gIdfKj/hOJj/TPn2IIKy3s86eD0UUUqbPFQ/54uyojZFvf1arnEtotiL684RUa62E8PB9iQLvbTQd5FsZeJmZ6cdLGfexwiLl3s5dMsTzaqZBPBLqbryk12XBU/uCju4kRyjcdoo4YXqam4QkFyjh+xj8Tizgu7FO9ooo7nZTeIzRt/4QZFydPtzhz4m6ucx1GzW/767AbOMLK5TAdL3nCGa5tbY3EpmgGltygF/W2b4jRaeDPjUwl7M8/7FmAA5yo/sBDGOIsAAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: var(--button_gradient_top_color);
    background-color: #D81621;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.custom_bg_video .play-button01 .icon:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZCAYAAAA14t7uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NTY3OUUxNjc4RkNFNzExOTI1Nzk3QkNEMjE4N0RDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Qjc2MkNDMTg5NTcxMUYwOTI4REU4QzkzRUM1MUVFNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Qjc2MkNDMDg5NTcxMUYwOTI4REU4QzkzRUM1MUVFNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMmMxMzdhYS1iNGRiLWFlNDItODEyZS01NzdjNGJjMjI1ZmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYjFiOGZhYi0wOWU1LTRmNGQtOWJjYS00YjBlNzdlMWZmMTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5vTQrnAAABGUlEQVR42rTVwUoCQRzH8Sk1tScQD4rP0CFE7BE65MVD17r0BF6CThJ4yos3kZA6FOFjdAlEiq5FWoqhR4Ni+i7MgthazvafH3z2+GN39j8za1rrpFLqCHsY4gIdfKj/hOJj/TPn2IIKy3s86eD0UUUqbPFQ/54uyojZFvf1arnEtotiL684RUa62E8PB9iQLvbTQd5FsZeJmZ6cdLGfexwiLl3s5dMsTzaqZBPBLqbryk12XBU/uCju4kRyjcdoo4YXqam4QkFyjh+xj8Tizgu7FO9ooo7nZTeIzRt/4QZFydPtzhz4m6ucx1GzW/767AbOMLK5TAdL3nCGa5tbY3EpmgGltygF/W2b4jRaeDPjUwl7M8/7FmAA5yo/sBDGOIsAAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
    border: 0 !important;
    width: 22px !important;
    height: 25px !important;
    margin: -12px 0 0 -8px !important;
}