@-webkit-keyframes ce_fadein {
  0%   { opacity: 0; }
  99%   { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes ce_fadein {
    0%   { opacity: 0; }
    99%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes ce_fadein {
    0%   { opacity: 0; }
    99%   { opacity: 0; }
    100% { opacity: 1; }
}

div.description.ticks.aos-init.aos-animate > ul > li:nth-child(1), div.description.ticks.aos-init.aos-animate > ul > li:nth-child(1)::before, div.description.ticks.aos-init.aos-animate > ul > li:nth-child(1)::after {
            -webkit-animation: ce_fadein 1.5s ease-in alternate;
            -moz-animation: ce_fadein 1.5s ease-in alternate;
            animation: ce_fadein 1.5s ease-in alternate;
            transition-property: none !important;
          }
div.description.ticks.aos-init.aos-animate > ul > li:nth-child(2), div.description.ticks.aos-init.aos-animate > ul > li:nth-child(2)::before, div.description.ticks.aos-init.aos-animate > ul > li:nth-child(2)::after {
            -webkit-animation: ce_fadein 1.5s ease-in alternate;
            -moz-animation: ce_fadein 1.5s ease-in alternate;
            animation: ce_fadein 1.5s ease-in alternate;
            transition-property: none !important;
          }
div.description.ticks.aos-init.aos-animate > ul > li:nth-child(3), div.description.ticks.aos-init.aos-animate > ul > li:nth-child(3)::before, div.description.ticks.aos-init.aos-animate > ul > li:nth-child(3)::after {
            -webkit-animation: ce_fadein 1.5s ease-in alternate;
            -moz-animation: ce_fadein 1.5s ease-in alternate;
            animation: ce_fadein 1.5s ease-in alternate;
            transition-property: none !important;
          }
div.description.ticks.aos-init.aos-animate > ul > li:nth-child(4), div.description.ticks.aos-init.aos-animate > ul > li:nth-child(4)::before, div.description.ticks.aos-init.aos-animate > ul > li:nth-child(4)::after {
            -webkit-animation: ce_fadein 1.5s ease-in alternate;
            -moz-animation: ce_fadein 1.5s ease-in alternate;
            animation: ce_fadein 1.5s ease-in alternate;
            transition-property: none !important;
          }