*,
::after,
::before {
    box-sizing: border-box
}

:root {
    scroll-behavior: auto !important;
}

/* CSS Document */
html,
body {
    margin: 0px;
    padding: 0px;
    font: normal 14px/1.8 'Roboto', 'Arial';
    color: #666666;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* @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;
	}
}
 */

h1 {
    margin: 5px 0 10px 0;
}

h2 {
    margin: 5px 0 10px 0;
}

h3 {
    margin: 5px 0 10px 0;
}

h4 {
    margin: 5px 0 10px 0;
}

h5 {
    margin: 5px 0 10px 0;
}

h6 {
    margin: 5px 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;
}

.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
}



@media (max-width: 575px) {
    .mt-xs-reset {
        margin-top: 0px !important;
    }

    .mr-xs-reset {
        margin-right: 0px !important;
    }

    .mb-xs-reset {
        margin-bottom: 0px !important;
    }

    .ml-xs-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .mt-sm-reset {
        margin-top: 0px !important;
    }

    .mr-sm-reset {
        margin-right: 0px !important;
    }

    .mb-sm-reset {
        margin-bottom: 0px !important;
    }

    .ml-sm-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    .mt-md-reset {
        margin-top: 0px !important;
    }

    .mr-md-reset {
        margin-right: 0px !important;
    }

    .mb-md-reset {
        margin-bottom: 0px !important;
    }

    .ml-md-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 1199px) {
    .mt-lg-reset {
        margin-top: 0px !important;
    }

    .mr-lg-reset {
        margin-right: 0px !important;
    }

    .mb-lg-reset {
        margin-bottom: 0px !important;
    }

    .ml-lg-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}





@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;
    }
}




/*left full ,right full*/
.dng-left-full,
.dng-right-full {
    max-width: none;
}

/*list*/
.list-style,
.list-style li {
    list-style: none !important;

}

.list-style {
    margin: 0 !important;
    padding: 0 !important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-Y: auto;
}

.fixed_footer_clone {
    background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
    max-width: 100% !important;
    left: 0 !important;
}

@media only screen and (max-width: 991px) {
    .fixed_footer_bottom .fixed_footer.active {
        position: relative;
    }

    .fixed_footer_bottom,
    .fixed_footer_clone,
    .footer_box {
        height: auto !important;
        position: relative !important;
        max-height: inherit !important;
    }
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
    color: #FFF !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
    overflow: visible;
}


[data-parallax="parallax"] {
    visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
    visibility: visible;
}

/*input*/
input[type="text"] {
    border-radius: 0;
}


/*icon*/
.fa,
.fas {
    font-weight: 900 !important;
}

.sico,
.icon-svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.sico svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: inherit;
    vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
    vertical-align: middle;
    margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg {
    width: 1em;
    height: 1em;
    stroke: currentColor !important;
    opacity: 0;
    vertical-align: sub;
    color: inherit;
}

.icon-svg svg * {
    color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.icon-svg.animated svg {
    opacity: 1;
}



/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

body [class*='btn-']:hover {}

[class*='btn-']:focus {
    outline: 0;
    box-shadow: none;
}

body [class*='btn-'] {
    text-decoration: none !important;
}

/*social*/
[class*="social-"] {
    position: relative;
    display: inline-block;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.is-container.no-space {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.layout-no-mt .is-container {
    margin-top: 0 !important;
}

.layout-no-mb .is-container {
    margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*border radius*/
.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-circle {
    border-radius: 50% !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

/*border radius*/
.position-relative {
    position: relative !important;
}

.position-static {
    position: static !important;
}

.icon-cross {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
}

.icon-cross::after,
.icon-cross::before {
    content: "";
    border-left: 2px solid currentColor;
    position: absolute;
    height: 94%;
    margin-top: 3%;
    left: 50%;
    border-radius: 3px;
    margin-left: -1px;
}

.icon-cross::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-cross::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
    padding-top: 10px;
    padding-bottom: 10px
}

.d-wrapper a:hover {
    text-decoration: none;
}

.d-wrapper img {
    max-width: 100%;
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left: 0px !important;
    }

    .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}



/* Container for All Sections */
.d-wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.d-wrapper>div {
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
    position: relative;
}

.d-wrapper::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.d-wrapper .d-placeholder {
    display: none;
}

/* Boxes */
.is-box {
    vertical-align: middle;
}

.is-boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

.is-boxes:empty {
    min-height: 50px;
}

.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>.is-box-centered:empty {
        height: 275px;
    }
}

.no-min-height {
    min-height: auto;
}

.is-box-centered {
    display: table-cell;
    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: table;
}

.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;
}

/* New */

@media all and (max-width: 991px) {

    /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    .is-section:not(.is-box) {
        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-box-centered {display:block;} */
    .is-box-centered {
        display: table-cell;
    }

    .is-box {
        display: table !important;
    }

    /* new */
}

.is-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
}

@media all and (max-width: 1024px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }

    /*     .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sidebar_pos_left .is-container,
.sidebar_pos_right .is-container {
    padding: 0;
}

.sidebar_pos_fixleft .sidebar_dynamic .is-container,
.sidebar_pos_fixright .sidebar_dynamic .is-container,
.sidebar_pos_fixleftfull .sidebar_dynamic .is-container,
.sidebar_pos_fixrightfull .sidebar_dynamic .is-container {
    padding: 0;
}



@media all and (max-width: 991px) {
    .d-wrapper .is-box .is-container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .has-sidebar .d-wrapper .is-box .is-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



/* Overlay */
.is-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 25s ease forwards;
    -ms-animation: is-scale 25s ease forwards;
    -webkit-animation: is-scale 25s ease forwards;
    -o-animation: is-scale 25s ease forwards;
    -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.is-overlay .is-overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.05;
}

.is-overlay .is-overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit;
    /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
    z-index: 1
}

.overlay-responsive .is-overlay-mobile-bg {
    display: none;
}

@media (max-width: 767px) {
    .overlay-responsive .is-overlay-bg {
        display: none;
    }

    .overlay-responsive .is-overlay-mobile-bg {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.is-overlay-Video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}

.is-overlay-Video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey {
    background-color: #eeeff0
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
    background-color: #111
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
    background-color: #fff
}

.d-wrapper>div.is-bg-none {
    background-color: transparent;
}

/* 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;
}



/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

/* 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;
    }
}


/* 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;
}

/* 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;
}

/*.is-rounded-button-medium*/
.is-rounded-button-medium {}

.is-rounded-button-medium a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    overflow: hidden;
}

.is-rounded-button-medium a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}

.is-rounded-button-medium a:first-child {
    margin: 0 20px 0 0;
}

.is-rounded-button-medium a:last-child {
    margin: 0 0 0 20px;
}


/*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 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    cursor: pointer;
}

/*tabs*/


/* section-carousel-bg*/
.section-slider-bgcarousel .is-overlay,
.section-slider-bgcarousel .is-overlay-content.content-selectable,
.section-slider-bgcarousel .swiper-container,
.section-slider-bgcarousel .is-overlay {
    z-index: initial;
}

.section-carousel-bg .swiper-wrapper-overflow {
    height: 100%;
}

.section-carousel-bg .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-carousel-bg .swiper-pagination {
    bottom: 30px;
    margin: 0;
    position: absolute;
}

.section-carousel-bg .swiper-wrapper-overflow {
    padding: 0;
}

@media only screen and (min-width: 992px) {

    .section-carousel-bg.swiper-container .swiper-button-next,
    .section-carousel-bg.swiper-container .swiper-button-prev {
        width: 45px;
        height: 45px;
        margin: -23px 0 0 !important;
    }

    .section-carousel-bg.swiper-container .swiper-button-next {
        right: 25px;
        left: auto;
    }

    .section-carousel-bg.swiper-container .swiper-button-prev {
        left: 25px;
    }

    .section-carousel-bg.swiper-container .swiper-button-next span,
    .section-carousel-bg.swiper-container .swiper-button-prev span {
        width: 30px;
        height: 30px;
        border-width: 2px;
        margin-top: -15px;
    }
}






.builder-tab-title {
    cursor: pointer;
}

.builder-tab-cont {
    display: none;
}

@media only screen and (max-width: 991px) {

    .builder-tab-title:not(.mobile-show) {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-show {
        display: none !important;
    }
}

.section-tabs-container .is-container {
    transition: none;
}

.section-tabs-container[data-effect="slide"] {
    position: relative;
    overflow: hidden;
}

.section-tabs-container[data-effect="slide"]>.is-container {
    transition: all 300ms ease;
    opacity: 1;
}

.section-tabs-container[data-effect="slide"]>.is-container.out {
    transform: translateX(-100%);
    opacity: 0;
}

.section-tabs-container[data-effect="slide"]>.is-container.in {
    transform: translateX(100%);
    opacity: 1;
}


.section-custom-tabs01 .section-tabs-list {
    list-style: none;
    border: 2px solid #f1f1f1;
    overflow: hidden;
    position: relative;
    border-radius: 31px;
    margin: 0 auto 30px;
    padding: 3px 0;
    display: flex;
    vertical-align: bottom;
    flex-wrap: wrap;
}

.section-custom-tabs01 .section-tabs-list {}

.section-custom-tabs01 .section-tabs-list .item {
    font-size: 16px;
    font-weight: 600;
    margin: 0 3px;
    list-style: none;
    position: relative;
    z-index: 1;
    transition: all ease 200ms;
    border-radius: 50px;
    padding: 8px 25px;
    cursor: pointer;
    border: none;
    outline: none;
}

.section-custom-tabs01 .section-tabs-list .item.active {
    background-color: #9a1f22;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .section-custom-tabs01 {
        padding: 0 15px;
    }

    .section-custom-tabs01 .section-tabs-container {
        border: 1px solid #e1e1e1;
        border-bottom: none;
        width: var(--container-width, auto);
        margin: 0 auto 30px;
    }

    .section-custom-tabs01 .section-tabs-list {
        display: none;
    }

    .section-custom-tabs01 .section-tabs-container>.item {
        display: block;
        border: none;
        background: transparent;
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
        padding: 12px 30px 12px 15px;
        position: relative;
        outline: none;
        transition: all ease 200ms;
    }

    .section-custom-tabs01 .section-tabs-container>.item.active {
        background: #5c672b;
        color: #FFF;
    }

    .section-custom-tabs01 .section-tabs-container>.item::after {
        content: "+";
        position: absolute;
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        right: 0;
        top: 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .section-custom-tabs01 .section-tabs-container>.item.active::after {
        content: "-";
    }


    .section-custom-tabs01 .builder-tab-cont {
        padding: 15px;
        border-bottom: 1px solid #e1e1e1;
    }




}




/***page css****/
.gradient-border {
    position: relative;
}

.gradient-border::after {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 6px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, var(--accent-color), var(--accent-color4));
}

.text-shadow01 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.029);
    border-radius: 100px;
    font-size: 17px;
    display: inline-block;
    padding: 20px 35px;
    margin: 0 0 30px;
}

.text-shadow01 p:last-child {
    margin-bottom: 0;
}

.icon-circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, var(--accent-color), var(--accent-color2));
    color: #FFF;
    vertical-align: middle;
    margin-right: 0.2em;
}

.icon-circle svg {
    font-size: 0.75em;
}

.custom-title01 {
    color: var(--accent-color3);
    font-size: 27px;
}

.custom-price {
    min-height: 526px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
    margin: 30px 0;
    height: calc(100% - 60px);
}

.custom-price::after {
    content: "";
    background: transparent linear-gradient(232deg, #FFFFFF 0%, #EEF4FF 100%) 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 6px 6px rgba(0,0,0,.29); */
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 131px;
    z-index: -1;
}

.custom-price::before {
    content: "";
    background: transparent linear-gradient(18deg, #FFFFFF 0%, #EEF4FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .29);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 0;
    top: 131px;
    width: 100%;
    height: calc(100% - 131px);
    z-index: -1;
}

.custom-price .price-header::before {
    content: "";
    background: transparent linear-gradient(91deg, #E60AD7 0%, var(--accent-color) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .29);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    height: 10px;
    top: -10px;
    left: 7px;
    right: 7px;
    z-index: -2;
}


.custom-price .price-header {
    width: 131px;
    height: 131px;
    background-image: linear-gradient(to right, var(--accent-color), var(--accent-color2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 83px auto;
    font-size: 31px;
    color: #FFF;
    font-weight: bold;
}

.custom-price .price-box .title {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 0px;
}

.custom-price .price-box .pricing {
    color: #26B1DB;
    font-weight: bold;
    font-size: 37px;
    line-height: 1;
}

.custom-price .price-features {
    margin: auto 0 0;
    padding: 10px;
    font-size: 22px;
}

.custom-price .price-footer {
    height: 75px;
    background: linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 50%, var(--accent-color2) 100%);
    background-size: 200% auto;
    transition: all ease 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    color: #FFF;
    margin: 0 0 1px;
}

.custom-price .price-footer:hover {
    background-position: right center;
}





.custom-msgbox {
    background-color: #FFF;
    padding: 15px 55px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .29);
    position: relative;
}

.custom-msgbox .icon {
    width: 20px;
    height: 20px;
    background-color: #9E2B88;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    cursor: pointer;
}

.box-shadow01 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .29);
    border-radius: 10px;
    padding: 25px;
}


.custom-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: number;
}

.custom-list li {
    list-style: none;
    padding: 0 0 20px 50px;
    position: relative;
    line-height: 1.4;
}

.custom-list li::before {
    content: counter(number);
    counter-increment: number;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 5px;
    left: 0;
    background: transparent linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
}

.notify-icon {
    position: relative;
    font-size: 21px;
    line-height: 1;
}

.notify-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.notify-icon .number {
    background-color: #FE3535;
    color: #FFF;
    position: absolute;
    top: -4px;
    left: 70%;
    font-size: 14px;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 4px;
}


.footer-section {
    padding: 50px 30px 15px 15px;
}

.footer-section a,
.footer-section a:link,
.footer-section a:active,
.footer-section a:visited {
    color: #FFF;
}

.footer-section a:hover {
    color: var(--accent-color);
}

.footer-section .sep {
    padding: 0 5px;
}



.header-center-bg>.container {
    padding-left: 0px;
    padding-right: 30px;
}

.custom-header-btn {
    height: 35px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: 0 32px;
    background-color: #FFF;
    border: 1px solid transparent;
    color: #081f30 !important;
    border-radius: 20px;
    transition: all ease 300ms !important;
    font-weight: bold;
}

.custom-header-btn:hover {
    color: var(--accent-color) !important;
}



.indicator {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin-bottom: -3px;
    background: rgb(63, 161, 2);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    animation: 2s ease 0s infinite normal none running indicator;
}

@keyframes indicator {
    0% {
        box-shadow: 0 0 0 0 rgba(27, 153, 27, .6)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(28, 139, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

/* 
.section-arc-bg{
    z-index: 3;
}
.section-arc-bg::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--accent-color);
    width: 40%;
    z-index: -1;
    clip-path: ellipse(100% 100% at 0% 50%);
}

@media only screen and (max-width: 991px) {
    .section-arc-bg::after{
        height: 30%;
        width: 100%;
        clip-path: ellipse(100% 100% at 50% 0%);
    }
}
 */


.banner-imagebox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1F415A;
    padding: 15px 25px;
    gap: 0px 23px;
    border-radius: 6px;
    margin: 0 0 55px;
    font-size: 18px;
}

.banner-imagebox p:last-child {
    margin-bottom: 0;
    line-height: 1.4;
}

.banner-imagebox .icon {
    flex: 0 0 95px;
}

.banner-list {
    margin: 0 0 45px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.banner-list li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner-list li::after {
    content: "";
    width: 24px;
    height: 45px;
    background-image: url("../images/banner-list-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    color: #FFF;
    border: 2px solid currentColor;
    border-radius: 30px;
    min-width: 175px;
    padding: 0 25px;
    text-align: center;
}

.banner-list li:last-child::after {
    content: none;
}

.banner-imglist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.text-radius-box {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 30px;
    padding: 40px 50px;
}

.info-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: infoList;

}

.info-list li {
    padding: 0 0 0 90px;
    margin: 0 0 30px;
    position: relative;
}

.info-list li::before {
    counter-increment: infoList;
    content: counter(infoList);
    width: 65px;
    height: 65px;
    border-right: 3px solid #0C5F8D;
    left: 0;
    top: 10px;
    position: absolute;
    font-size: 24px;
    color: #0A263B;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-list .title {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    font-size: 24px;
    color: #0C5F8D;
}

.info-list p:last-child {
    margin-bottom: 0;
}


.custom-price02 {
    background: transparent linear-gradient(198deg, rgba(116, 202, 205, .4) 0%, rgba(238, 244, 255, .4) 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 20px 0;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
}

.custom-price02 .price-box {
    background-color: rgba(11, 38, 59, 0.4);
    border-radius: 10px 10px 0 0;
    padding: 30px 15px;
}

.custom-price02 .price-box .title {
    font-size: 17px;
    font-weight: normal;
}

.custom-price02 .price-box .pricing {
    color: #E7F9FF;
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
}

.custom-price02::before {
    content: "";
    background: transparent linear-gradient(271deg, #3264D6 0%, #0DC8DC 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    height: 10px;
    top: -10px;
    left: 10px;
    right: 10px;
    z-index: -1;
}

.custom-price02 .price-center .pricing {
    width: 131px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, #0DC8DC 0%, #3264D6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 22px #FFFFFFFC;
    border: 1px solid #EEF4FF;
    border-radius: 50%;
    margin: 35px auto;
    font-size: 31px;
}

.custom-price02 .price-link {
    font-size: 30px;
    color: #ffff;
    height: 53px;
    background-image: linear-gradient(to right, #43cea2 0%, #185a9d 51%, #43cea2 100%);
    background-size: 200% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 50px 40px;
    transition: all ease 200ms;
}

.custom-price02 .price-link:hover {
    background-position: right center;
}



.custom-price02 .price-label {
    margin: -10px 0 25px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    align-self: center;
    background: linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 50%, var(--accent-color2) 100%);
    background-clip: text;
    color: transparent;
}


.custom-price02 .price-features {
    color: #000000;
    font-size: 22px;
    margin: auto 0 10px;
    background: linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 50%, var(--accent-color2) 100%);
    background-clip: text;
    color: transparent;
    display: inline-block;
    align-self: center;
}

.custom-price02 .price-footer {
    height: 75px;
    background: linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 50%, var(--accent-color2) 100%);
    background-size: 200% auto;
    transition: all ease 200ms;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    color: #FFF;
    margin: 0 0 1px;
    font-weight: 600;
}

.custom-price02 .price-footer:hover {
    background-position: right center;
}


.footer-iconlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.footer-iconlist a {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid currentColor;
    align-items: center;
    justify-content: center;
}

.footer-iconlist a:hover {
    color: #FFF !important;
}

@media only screen and (max-width: 991px) {

    .footer-iconlist {
        justify-content: center;
    }
}



.custom-price-group {
    margin: 0;
    flex-wrap: nowrap;
}

.custom-price-group>div {
    padding: 0;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.custom-price-group .price-header,
.custom-price-group .price-header-pricing {
    height: 90px;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #021B34;
    color: #FFF;
    font-size: 35px;
    padding: 0px 25px;
}

.custom-price-group>div:first-child .price-header {
    border-radius: 10px 0 0 10px;
}

.custom-price-group>div:last-child .price-header-pricing {
    border-radius: 0 10px 10px 0;
    margin-right: -10px;
}

.custom-price-group .price-header-pricing {
    text-align: center;
    justify-content: center;


}

.custom-price-group .price-header-pricing span {
    background: linear-gradient(to right, #92E4D3 0%, #38BDD7 100%);
    color: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-price-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-price-group ul li {
    padding: 0px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #041D36;
    height: 65px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-price-group ul li .title {
    display: none;
}

.custom-price-group>div:first-child {
    text-align: left;
}

.custom-price-group>div:first-child li {
    align-items: start;
    white-space: nowrap;
    overflow: hidden;
}

.custom-price-group>div:nth-child(2n) {
    background-color: #E6F6F9;
}

.custom-price-group>div.best-value {
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.custom-price-group .price-button {
    font-size: 18px;
    color: #ffff;
    height: 53px;
    background-image: linear-gradient(to right, #43cea2 0%, #185a9d 51%, #43cea2 100%);
    background-size: 200% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    transition: all ease 200ms;
}

.custom-price-group .price-button:hover {
    background-position: right center;
}

.custom-price-group .price-footer {
    margin-top: auto;
    padding: 15px 25px 30px;
}

@media only screen and (max-width: 1199px) {
    .custom-price-group {
        flex-direction: column;
        gap: 15px 0;
    }

    .custom-price-group>div:first-child {
        display: none;
    }

    .custom-price-group .price-header,
    .custom-price-group .price-header-pricing {
        border-radius: 10px !important;
        margin: 0 !important;
    }

    .custom-price-group ul li {
        overflow: visible;
        white-space: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        font-weight: normal;
    }

    .custom-price-group ul li .title {
        display: block;
        font-size: 20px;
        margin: 0 0 10px;
        font-weight: bold;
    }



}

.custom-price-group.size-mini .price-header,
.custom-price-group.size-mini .price-header-pricing {
    font-size: 20px;
    height: 50px;
}

.custom-price-group.size-mini ul li {
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.custom-price-group.size-mini .price-footer h6 {
    color: #041D36;
    font-size: 16px;
}

.custom-price-group.size-mini .price-button {
    font-size: 16px;
    height: 45px;
}

@media only screen and (max-width: 1199px) {
    .custom-price-group.size-mini ul li {
        height: auto;
    }

    .custom-price-group ul li .title {
        color: #041D36;
    }

    .custom-price02 {
        height: auto;
    }
}



.price-flipbox {
    position: relative;
    overflow: visible;
    text-align: center;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    width: 100%;
    z-index: 10;
}

.price-flipbox .front,
.price-flipbox .back {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 100%;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 500ms ease-in-out;
    align-items: center;
    justify-content: center;
}

.price-flipbox .front {
    transform: rotateY(0deg);
    position: relative;
}

.price-flipbox.active {
    z-index: 11;
}

.price-flipbox.active .front {
    transform: rotateY(180deg);
}

.price-flipbox.active .back {
    transform: rotateY(0deg);
    z-index: 3;
}

.cell-active .price-flipbox .front,
.cell-active .price-flipbox .back {
    position: relative;
    transform: rotateY(0deg) !important;
}


.price-flipbox .custom-module {
    width: 100%;
}

.price-flipbox .custom-module:empty,
.price-flipbox .custom-module>div:empty {
    height: 300px !important;
    background-color: #e3e3e3;
}

.price-flipbox .more-icon {
    position: absolute;
    right: 9px;
    top: 1px;
    height: 28px;
    background-color: #2A77D7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    z-index: 100;
    cursor: pointer;
    padding: 0 10px;
    gap: 5px;
}

.price-flipbox .close-more-icon {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.price-flipbox .back {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.price-flipbox .back .price-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    /* background-color: #021B34; */
    background: linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 50%, var(--accent-color2) 100%);
    background-size: 200% auto;
    color: #FFF;
    border-radius: 5px;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    position: relative;
}

.price-flipbox .back .price-features {
    margin: auto 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.price-flipbox .back .price-features li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 10px;
}

.price-flipbox .back .price-features li:nth-child(2n) {
    background-color: #fafeff;
}

.price-flipbox .back .price-features .title {
    text-align: left;
}


.price-flipbox .back .price-footer {
    margin-top: auto;
    padding: 20px 25px 20px;
}

.price-flipbox .back .price-button {
    font-size: 18px;
    color: #ffff;
    height: 53px;
    background-image: linear-gradient(to right, #43cea2 0%, #185a9d 51%, #43cea2 100%);
    background-size: 200% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    transition: all ease 200ms;
    min-width: 125px;
}

.custom-price-group .price-button:hover {
    background-position: right center;
}





.Loginbox .userName>a,
.Loginbox .userProfile a,
.Login .userName>a,
.Login .userProfile a {
    pointer-events: none;
}

.btn-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF !important;
    background-color: #F69C00;
    font-size: 18px;
    padding: 0px 24px;
    border-radius: 10px;
    height: 41px;
    transition: all ease-in 200ms !important;
}

.btn-verified img {
    margin-inline-end: 5px;
}

.btn-verified:hover {
    background-color: #db9213;
}

@media only screen and (max-width:767px) {

    body .custom-header-btn,
    header .Login .userLogin>a,
    header .Login .userRegister>a {
        padding: 0 15px;
        font-weight: normal;
        min-width: auto;
        font-size: 14px;
    }

    .header-mobile .logo img {
        width: 70px;
    }

    .userName a {
        max-width: 100px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}



.step01-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px 0;
}

.step01-list>li {
    position: relative;
    padding: 0px 15px;
    flex: 1;
}

.step01-list .step-number {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #0C5F8D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 24px;
    margin: 0 auto 30px;
    z-index: 3;
    position: relative;
}

.step01-list>li::before {
    content: "";
    height: 5px;
    background-color: #0C5F8D;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
}

.step01-list>li::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -32px;
    width: 64px;
    height: 30px;
    background-image: url("../images/arrow_right-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.step01-list>li:first-child::before {
    left: 50%;
}

.step01-list>li:last-child::before {
    right: 50%;
}

.step01-list>li:last-child::after {
    content: none;
}

.step01-list li p {
    line-height: inherit;
}

.step01-box {
    border-radius: 36px;
    padding: 40px 45px;
    background-color: rgba(255, 255, 255, .5);
    min-height: calc(100% - 83px);
    transition: background-color ease 200ms;
    cursor: pointer;
}

.slide-toggle .step01-box {
    position: relative;
    z-index: 10;
    background-image: url("../images/arrow_down_sm.svg");
    background-size: 42px auto;
    background-repeat: no-repeat;
    background-position: left 50% bottom 38px;
    padding-bottom: 75px;
}


.step01-box .title {
    color: #0A263B;
    font-size: 38px;
    margin: 0 0 35px;
    text-align: center;
    transition: all ease 200ms;
}

.step01-box:hover {
    color: #FFF;
    background-color: #0C5F8D;
}

.step01-box:hover .title {
    color: #fff;
}

.step01-box .description {
    display: none;
    margin-bottom: -40px;
}

.step01-box .summary {
    margin-bottom: 18px;
}

.step01-box .description p:last-child {
    margin-bottom: 0;
}

.step01-box.active {
    color: #FFF;
    background-color: #0C5F8D;
    background-position: left 50% bottom -100px;
}


.step01-box.active .title {
    color: #fff;
}


@media only screen and (max-width: 991px) {
    .step01-box {
        text-align: center;
    }

    .step01-box .title {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .step01-list {
        flex-direction: column;
    }

    .step01-list>li {
        padding-bottom: 30px;
    }

    .step01-list>li::before,
    .step01-list>li::after {
        content: none;
    }
}

.visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    clip: rect(0 0 0 0);
    overflow: hidden;
}


.dnnLoading {
    background-image: url("../images/loader.svg") !important;
    background-size: 100px auto;
}

.faq-search input {
    width: 100%;
    height: 55px;
    padding: 0px 25px 0 55px;
    border-radius: 50px;
    border: 1px solid #c5c5c5;
    background-image: url('data:image/svg+xml;utf8,<svg width="26" height="28" viewBox="0 0 26 28" xmlns="http://www.w3.org/2000/svg"><path d="M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z" fill="%23777" ></path></svg>');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

.content-builder.is-search .layout-no-mt.layout-no-mb+.layout-no-mb,
.content-builder.is-search .title-01 {
    display: none;
}


.payment-msg {
    width: 455px;
    max-width: 100%;
    margin: 0 auto;
    background: transparent linear-gradient(to bottom, #00D8D3 0%, #00DD76 100%) 0% 0% no-repeat padding-box;
    padding: 60px 70px;
    min-height: 600px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-msg.is-error {
    background: transparent linear-gradient(to bottom, #FF9A8B 0%, #FF2F3B 100%) 0% 0% no-repeat padding-box;
}


.payment-msg .icon {
    width: 200px;
    height: 200px;
    border: 7px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    margin: 0 auto 30px;
}

.payment-msg .title {
    color: #FFF;
    font-size: 48px;
    margin: 0 0 30px;
}

.payment-msg .link {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
    color: #716E70;
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin: auto 0 0;
}

.payment-msg .link:hover {
    color: var(--accent-color);
}

.gomenu a[title="MT5 Web Platform"] .icon {
    background-color: transparent !important;
}

.gomenu a[title="MT5 Web Platform"] .icon img {
    filter: none !important;
    max-width: 24px !important;
    max-height: 24px !important;
}


body:not(.builder-editor-mode) .wallet-type-title {
    display: none;
}

body:not(.builder-editor-mode) .wallet-type-title:not(.is-vip)+.section-tabs-container>.is-container {
    display: none !important;
}

body:not(.builder-editor-mode) .wallet-type-title:not(.is-vip)+.section-tabs-container>.is-container:first-child {
    display: block !important;
}

body:not(.builder-editor-mode) .vip-row>div {
    display: none;
}

.wallet-type-title.section-tabs-list li.active {}

.wallet-type-title.section-tabs-list li {
    position: relative;
    z-index: 2;
    background-color: transparent !important;
}

.wallet-type-title.section-tabs-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(271deg, var(--accent-color2) 0%, var(--accent-color) 100%);
    border-radius: inherit;
    opacity: 0;
    transition: all ease 200ms;
}

.wallet-type-title.section-tabs-list li.active::before {
    opacity: 1;
}


.custom-infobox {
    padding: 15px 25px;
    background-color: #F8F8F8;
}

body .custom-list-02 li {
    flex-wrap: nowrap;
    align-items: start;
}

body .custom-list-02 li .sico {
    margin-top: 3px;
}


.leftbox .logo {
    text-align: center;
}

body a.hover-accent,
body a.hover-accent:link,
body a.hover-accent:active,
body a.hover-accent:visited {
    color: currentColor;
}

body a.hover-accent:hover {
    color: var(--accent-color);
}





/* flexleftmenu */
body .flexleftmenu .gomenu ul ul a span::before {
    background-color: #1da5c2;
}

body .flexleftmenu .gomenu .current>a,
body .flexleftmenu .gomenu a:hover {
    color: #1da5c2;
}

body .flexleftmenu .gomenu .current>a>.icon,
body .flexleftmenu .gomenu a:hover>.icon {
    background-color: #1da5c2;
}



/* custom-container */
.custom-container {
    position: relative;
}

.custom-container .container-header {
    position: relative;
    padding: 0 25px 20px;
}

.custom-container .container-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 10px;
    background: transparent linear-gradient(271deg, #3264D6 0%, #0DC8DC 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    z-index: 0;
}

.custom-container .container-header .header-title .title {
    margin: 0 0 0;
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.333333;
}

.custom-container .container-body {
    padding: 30px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 3px #00000029;
}


/* custom-infobox-02 */
.custom-infobox-02 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.custom-infobox-02 .pic {
    flex-shrink: 0;
    align-self: flex-start;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
    width: 260px;
    margin-right: 50px;
    background-color: var(--accent-color);
    border-radius: 10px;
}

.custom-infobox-02 .pic .logo {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 3px #00000029;
    transform: translate3d(50%, -50%, 0);
}

.custom-infobox-02 .content .title {
    margin: 0 0 7px;
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.333333;
}

.custom-infobox-02 .content p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .custom-infobox-02 {
        flex-wrap: wrap;
    }

    .custom-infobox-02 .content {
        margin-left: 0;
        width: 100%;
    }

}



/* scroll-box-wrap */
.scroll-box-wrap {
    padding: 20px 15px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 30px;
}

.scroll-box-wrap .scroll-box {
    max-height: 170px;
    padding-right: 15px;
    overflow: auto;
}

.scroll-box-wrap .scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

.scroll-box-wrap .scroll-box::-webkit-scrollbar-thumb {
    background: #DBD7D7;
}

.scroll-box-wrap .scroll-box::-webkit-scrollbar-track {
    background: #EEEEEE;
}


/* custom-checkbox-01  */
.custom-checkbox-01 input[type="checkbox"]+label {
    margin-bottom: 0;
    color: rgba(0, 0, 0, .37);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.222222;
}

.custom-checkbox-01 input[type="checkbox"]+label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, .37);
    border-radius: 6px;
    line-height: 1;
}

.custom-checkbox-01 input[type="checkbox"]:checked+label::before {
    background-color: var(--accent-color);
    background-clip: content-box;
    padding: .2em;
}

.custom-checkbox-01 input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}




/* custom-table-01 */
.custom-table-01 {
    position: relative;
    overflow: auto;
}

.custom-table-01 table {
    table-layout: fixed;
    width: 100%;
    min-width: 420px;
    text-align: center;
}

.custom-table-01 table thead tr th,
.custom-table-01 table thead tr td {
    padding: 0 15px 22px;
}

.custom-table-01 table thead tr th:first-child,
.custom-table-01 table thead tr td:first-child {
    padding-left: 30px;
    text-align: left;
}

.custom-table-01 table thead tr th:last-child,
.custom-table-01 table thead tr td:last-child {
    padding-right: 30px;
}

.custom-table-01 table tbody tr:nth-child(odd) {
    background-color: #FEFAFB;
}

.custom-table-01 table tbody tr th,
.custom-table-01 table tbody tr td {
    padding: 8px 15px;
}

.custom-table-01 table tbody tr th:first-child,
.custom-table-01 table tbody tr td:first-child {
    padding-left: 30px;
    text-align: left;
}

.custom-table-01 table tbody tr th:last-child,
.custom-table-01 table tbody tr td:last-child {
    padding-right: 30px;
}

.custom-table-01 table tbody .btn {
    display: inline-block;
    padding: 2px 22px;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.428571;
    background-color: rgb(179, 179, 179);
    border-radius: 20px;
}

.payout_request_form {
    display: flex;
    margin: 0 30px;
    gap: 30px;
}

.payout_request_form .item {
    flex: 0 0 20%;
}
.payout_request_form .item:first-child {
    flex: 0 0 30%;
}
.payout_request_form .item-button {
    margin-left: auto;
    flex: 0 0 20%;
}

.payout_request_form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 0 30px;
    white-space: nowrap;
}

.payout_request_form .item select,
.payout_request_form .item input {
    height: 60px;
    background-color: #eeeeee;
    border-radius: 30px;
    width: 100%;
    border: none;
    padding: 0px 30px;
    font-size: 18px;
    outline: none;
    appearance: none;
}
.payout_request_form .item select{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z" fill="%23333333" ></path></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 50%;
    padding-right: 45px;
}
.payout_request_form .item select option[disabled]{
    opacity: .3;
}



.payout_request_form .error-input{
    box-shadow: 0 0 0 1px red;
}


.payout_request_form .form-input {
    position: relative;
}

.payout_request_form .item .unit {
    position: absolute;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.payout_request_form .form-input input[type="number"] {
    text-align: right;
}
.payout_request_form .item input::-webkit-outer-spin-button,
.payout_request_form .item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.payout_request_form .item input[type="number"]{
  -moz-appearance: textfield;
}


.payout_request_form .button-submit {
    height: 60px;
    color: #FFF;
    background-color: #1da5c2;
    border-radius: 30px;
    border: none;
    padding: 0px 30px;
    font-size: 18px;
    outline: none;
    font-weight: normal;
    width: 100%;
    transition: all ease-in 200ms;
}

.payout_request_form .button-submit:hover {
    background-color: var(--accent-color);
}

.payout_request_form + .form-msg{
    color: green;
    min-height: 40px;
    text-align: right;
    padding: 10px 45px 0 0;
    margin-bottom: -10px;

}
.payout_request_form + .form-msg .msg-error{
    color: red;
}


.payout-request-main .custom-container+.custom-container {
    margin-top: 80px;
}

.payout_request_table {
    margin: 0 30px;
    overflow: hidden;
    overflow-x: auto;
}

.payout_request_table table {
    min-width: 100%;
}

.payout_request_table th,
.payout_request_table td {
    padding: 8px 15px;
}

.payout_request_table th:last-child{
    text-align: right;
    width: 110px;
    padding-right: 55px;
}
.payout_request_table td:last-child {
    text-align: right;
    white-space: nowrap;
}

.payout_request_table tr:nth-child(2n) {
    background-color: #FEFAFB;
}

.payout_request_table .status-tag{
    background-color: var(--accent-color);
    color: #FFF;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}
.payout_request_table .status-tag.disabled{
    background-color: #b3b3b3;
}
.payout_request_table a + .status-tag{
    margin-left: 10px;
}

@media (max-width: 767px) {
    .payout_request_form{
        flex-direction: column;
        gap: 15px;
        margin: 0;
    }
    .payout_request_form .item-button label{
        display: none;
    }
    .payout-request-main .custom-container+.custom-container {
        margin-top: 60px;
    }
    .payout_request_table {
        margin: 0 0px;
    }
}


/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: currentColor;
    color: currentColor;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: currentColor;
    color: currentColor;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
    margin-left: -7px;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.container-body {
    position: relative;
}

.container-body .ajax-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    z-index: 100;
}

html[lang="de"] .price-flipbox .more-icon{
    font-size: 18px;
    line-height: 1.2;
}

#Body .list-02 li{
    align-items: start;
    flex-wrap: nowrap;
}
#Body .list-02 li .sico {
    margin: 9px 15px 0 0;
    text-align: left;
    justify-content: start;
}

#Body .wg-default, 
#Body .wg-default .country-selector{
    right: 120px;
}

@media only screen and (max-width: 991px) {
    .leftmenu-page-header .headerpane-box{
        display: block !important;
    }
    .Loginbox .userProfile{
        display: none !important;
    }
    .leftmenu-page-header,
    .HeaderPane, 
    #dnn_HeaderPane{
        gap: 0 10px !important;
    }
    body .header-Wallet .wallet-view{
        position: fixed ;
        left: 15px ;
        right: 15px;
        width: auto;
        transform: translateX(0%) ;
        top: 60px;
    }
    body .header-Wallet .wallet-view::before{
        content: none;
    }
    body .header-topup > a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body .header-Wallet .info{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body .header-Wallet:not(.is-loading) .info span[data-fx="Total"]::after{
        margin-left: 5px;
        margin-right: 2px;
    }
}




.training-imgbox {
    text-align: center;
    margin: 0 0 40px ;
}

.training-imgbox .title {
    margin: 34px 0 18px;
    font-size: 1.25rem;
}
.training-imgbox .pic{
    position: relative;
}
.training-imgbox .pic img{
    width: 100%;
}

.training-imgbox .link {
    border-top: 1px solid #ececec;
    padding: 22px 0 0;
    margin: 0;
}

.training-imgbox .pic .sico {
    color: #FFF;
    z-index: 2;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 100;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    opacity: 0;
    z-index: 4;
    transition: all ease-in 200ms;
    border: 3px solid #FFF;
}
.training-imgbox .pic::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: all ease-in 200ms;
}

.training-imgbox:hover .pic::before{
    opacity: 1;
}
.training-imgbox:hover .pic .sico{
    opacity: 1;
}