
@-webkit-keyframes anim-naira-1 {
    50% {
        -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes anim-naira-1 {
    50% {
        -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    }
}
@-webkit-keyframes forwarder {
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
@keyframes forwarder {
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes arrowTop {
    0% {
        -webkit-transform: translateY(0) rotate(270deg);
        transform: translateY(0) rotate(270deg);
    }
    50% {
        -webkit-transform: translateY(4px) rotate(270deg);
        transform: translateY(4px) rotate(270deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(270deg);
        transform: translateY(0) rotate(270deg);
    }
}
@keyframes arrowTop {
    0% {
        -webkit-transform: translateY(0) rotate(270deg);
        transform: translateY(0) rotate(270deg);
    }
    50% {
        -webkit-transform: translateY(4px) rotate(270deg);
        transform: translateY(4px) rotate(270deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(270deg);
        transform: translateY(0) rotate(270deg);
    }
}
@-webkit-keyframes arrowLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes arrowLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes arrowRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes arrowRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.header_outer_cntnt_in_outer,
.header_outer_cntnt_side_life,
.header_outer_cntnt_sides_htxt,
.header_outer_cntnt_sides_hide,
.header_outer_cntnt_sides_show{
    -webkit-transition: all 600ms;
    transition: all 600ms;
}
.fake_footer{
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.header_outer.meh .header_outer_cntnt_side_life .header_outer_cntnt_in_outer{
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    opacity: 0;
}
.header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_hide,
.header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_hide{
    opacity: 0;
    visibility: hidden;
}
.header_outer .header_outer_cntnt_sides_show{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
}
.header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_show,
.header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_show{
    visibility: visible;
    opacity: 1;
    z-index: 30;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_htxt,
.header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_htxt{
    font-size: 157px;
}
.header_outer.life .header_outer_cntnt_side_meh .header_outer_cntnt_in_outer{
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    opacity: 0;
}
.header_outer.life .header_outer_cntnt_side_life{
    -webkit-transform: translateX(-346px);
    transform: translateX(-346px);
}
.wrapper_outer .fake_footer .footer_in_aln{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.wrapper_outer.fixed .fake_footer .footer_in_aln{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.section .cntnt_metal_secfr_list_el_ic_circle{
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 2000ms linear 200ms;
    transition: opacity 2000ms linear 200ms;
}
.section.anm .cntnt_metal_secfr_list_el_ic_circle{
    opacity: 0.8;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.section .cntnt_metal_secfr_list_el_ic_circle svg{
    stroke-dasharray: 276.46, 276.46;
    -webkit-transition: all 2000ms cubic-bezier(0.34, 1.26, 1, 1) 200ms;
    transition: all 2000ms cubic-bezier(0.34, 1.26, 1, 1) 200ms;
}
.section.anm .cntnt_metal_secfr_list_el_ic_circle svg{
    stroke-dasharray: 34.56, 276.46;
}
.section.sct_ft .cntnt_metal_sect_htxt,
.section.sct_sc .cntnt_metal_sect_htxt,
.section.sct_th .cntnt_metal_sect_htxt,
.section.sct_fr .cntnt_metal_sect_htxt,
.section.sct_fv .cntnt_metal_sect_htxt,
.section.sct_sx .cntnt_metal_sect_htxt{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
.section.sct_ft .cntnt_metal_secft_blcl,
.section.sct_sc .cntnt_metal_secsc_blcl,
.section.sct_th .cntnt_metal_secth_list,
.section.sct_fv .cntnt_metal_secfv_ptxt,
.section.sct_sx .cntnt_metal_secsx_sides{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
.section.sct_fv .cntnt_metal_secfv_slider_pagn{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}
.section.sct_fv .cntnt_metal_secfv_slider_in{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
.section.sct_ft .cntnt_metal_sect_htxt,
.section.sct_sc .cntnt_metal_sect_htxt,
.section.sct_th .cntnt_metal_sect_htxt,
.section.sct_fr .cntnt_metal_sect_htxt,
.section.sct_fv .cntnt_metal_sect_htxt,
.section.sct_sx .cntnt_metal_sect_htxt,
.section.sct_ft .cntnt_metal_secft_blcl,
.section.sct_sc .cntnt_metal_secsc_blcl,
.section.sct_th .cntnt_metal_secth_list,
.section.sct_fv .cntnt_metal_secfv_ptxt,
.section.sct_fv .cntnt_metal_secfv_slider_pagn,
.section.sct_fv .cntnt_metal_secfv_slider_in,
.section.sct_sx .cntnt_metal_secsx_sides{
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.section.sct_ft.anm .cntnt_metal_sect_htxt,
.section.sct_sc.anm .cntnt_metal_sect_htxt,
.section.sct_th.anm .cntnt_metal_sect_htxt,
.section.sct_fr.anm .cntnt_metal_sect_htxt,
.section.sct_fv.anm .cntnt_metal_sect_htxt,
.section.sct_sx.anm .cntnt_metal_sect_htxt,
.section.sct_ft.anm .cntnt_metal_secft_blcl,
.section.sct_sc.anm .cntnt_metal_secsc_blcl,
.section.sct_th.anm .cntnt_metal_secth_list,
.section.sct_fv.anm .cntnt_metal_secfv_ptxt,
.section.sct_fv.anm .cntnt_metal_secfv_slider_pagn,
.section.sct_fv.anm .cntnt_metal_secfv_slider_in,
.section.sct_sx.anm .cntnt_metal_secsx_sides{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.section.sct_sc .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ic,
.section.sct_sc .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_htxt,
.section.sct_sc .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ptxt,
.section.sct_fr .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ic,
.section.sct_fr .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_htxt,
.section.sct_fr .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ptxt{
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.section.sct_sc.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ic,
.section.sct_sc.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_htxt,
.section.sct_sc.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ptxt,
.section.sct_fr.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ic,
.section.sct_fr.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_htxt,
.section.sct_fr.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_ptxt{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.section.sct_fr .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_htxt::after{
    width: 0;
}
.section.sct_fr.anm .cntnt_metal_secfr_list_el .cntnt_metal_secfr_list_el_htxt::after{
    width: 36px;
}
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_ic,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_ic{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_ic,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_ic{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_ic,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_ic{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_ic,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_ic{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_htxt,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_ptxt,
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_ptxt{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_htxt,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_ptxt,
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_ptxt{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_htxt,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_ptxt,
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_ptxt{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_htxt,
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_ptxt,
.section.sct_sc .cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_ptxt{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_htxt::after{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_htxt::after{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_htxt::after{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
}
.section.sct_fr .cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_htxt::after{
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1200ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1200ms;
}
/*PARALLAX*********************************/
/*LOADER*********************************/

.header_outer_cntnt.load.show{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}

.header_outer_cntnt.load .header_outer_cntnt_sides:nth-of-type(1) .header_outer_cntnt_in{
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    opacity: 0;
}
.header_outer_cntnt.load .header_outer_cntnt_sides:nth-of-type(2) .header_outer_cntnt_in{
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    opacity: 0;
}
.header_outer_cntnt .header_outer_cntnt_sides:nth-of-type(1) .header_outer_cntnt_in,
.header_outer_cntnt .header_outer_cntnt_sides:nth-of-type(2) .header_outer_cntnt_in{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
}
.header_outer_cntnt.load .header{
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    opacity: 0;
}
.header_outer_cntnt.load .fake_footer{
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
}
.header_outer_cntnt .header,
.header_outer_cntnt .fake_footer{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1400ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1400ms;
}

.header_outer_cntnt.load .container canvas{
    opacity: 0;
    visibility: hidden;
}
.header_outer_cntnt .container canvas{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}

/**********************************/
/*MEDIA*********************************/
@media (min-width: 1680px) and (max-width: 1899px) {
    .header_outer.life .header_outer_cntnt_side_life{
        -webkit-transform: translateX(-370px);
        transform: translateX(-370px);
    }
}
@media (min-width: 1366px) and (max-width: 1679px) {
    .header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_htxt,
    .header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_htxt{
        font-size: 120px;
    }
    .header_outer.life .header_outer_cntnt_side_life{
        -webkit-transform: translateX(-265px);
        transform: translateX(-265px);
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_htxt,
    .header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_htxt{
        font-size: 80px;
    }
    .header_outer.life .header_outer_cntnt_side_life {
        -webkit-transform: translateX(-175px);
        transform: translateX(-175px);
    }
}
@media (min-width: 680px) and (max-width: 1023px) {
    .header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_htxt,
    .header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_htxt{
        font-size: 80px;
        opacity: 1;
        visibility: visible;
    }
    .header_outer.life .header_outer_cntnt_side_life {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 679px) {
    .header_outer.meh .header_outer_cntnt_side_meh .header_outer_cntnt_sides_htxt,
    .header_outer.life .header_outer_cntnt_side_life .header_outer_cntnt_sides_htxt{
        font-size: 36px;
        opacity: 1;
        visibility: visible;
    }
    .header_outer.life .header_outer_cntnt_side_life {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
/**********************************/
/*SLIDER*********************************/
.cntnt_metal_secfv_slider_el{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cntnt_metal_secfv_slider_el.selected{
    opacity: 1;
    visibility: visible;
}
.cntnt_metal_secfv_slider_el .cntnt_metal_secfv_slider_el_ptxt_in{
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 2200ms;
    transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 2200ms;
}
.cntnt_metal_secfv_slider_el .cntnt_metal_secfv_slider_el_mg{
    opacity: 0;
    margin-bottom: -200px;
    -webkit-transition: margin 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 2000ms, opacity 1000ms linear 2000ms;
    transition: margin 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 2000ms, opacity 1000ms linear 2000ms;
}
.cntnt_metal_secfv_slider_el.selected .cntnt_metal_secfv_slider_el_ptxt_in{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cntnt_metal_secfv_slider_el.selected .cntnt_metal_secfv_slider_el_mg{
    opacity: 1;
    margin-bottom: 0;
}
.cntnt_metal_secfv_slider_el_bg_svg svg{
    -webkit-transition: fill 100ms linear 0s, stroke 100ms linear 0s;
    transition: fill 100ms linear 0s, stroke 100ms linear 0s;
}
.cntnt_metal_secfv_slider_el .cntnt_metal_secfv_slider_el_bg_svg.show svg{
    fill: none;
    stroke: #D0DDED;
}
/**********************************/