/* list styles */

.number-tex {
  list-style: none;
  color: #ccc;
  margin: 20px 0px 20px 0px;
}

.number-tex li {
  font: bold 20pt helvetica, arial, sans-serif;
  position: relative;
  margin-bottom: 20px;
}

.number-tex li p {
  font: 16pt helvetica, arial, sans-serif;
  color: #555;
  padding-left: 60px !important;
  text-align: left;
  line-height: 30px;
}

.number-tex span {
  position: absolute;
  line-height: 25px;
  color: rgb(248 171 173 / 50%);
}

.imgreslg{
    height: 100px;
  }



/*Wavehorizontal css*/
.waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    bottom: 0;
    z-index: 9
}

.waveHorizontal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-repeat: repeat-x;
    -webkit-animation: move 12s linear infinite;
    animation: move 12s linear infinite
}

#waveHorizontal1 {
    background-size: 100px 100px;
    opacity: .3
}

#waveHorizontal2 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    opacity: .5
}

#waveHorizontal3 {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

@keyframes move {
    0% {
        background-position: left 0 bottom 0
    }
    100% {
        background-position: left 350px bottom 0
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 100%
    }
    to {
        background-position: 100% 100%
    }
}

#waveHorizontal1,
#waveHorizontal2,
#waveHorizontal3 {
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='waveHorizontal1' class='wave1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='350px' height='20px' viewBox='0 0 350 20' enable-background='new 0 0 350 20' xml:space='preserve'%3E%3Cpath fill=' %23035392' d='M0,17.1C29.9,17.1,57.8,0,87.5,0c30.2,0,58.1,17.1,87.1,17.1c29.9,0,57.8-17.1,87.7-17.1 s57.8,17.1,87.7,17.1V20H0V17.1z'/%3E%3C/svg%3E%0A");
    -webkit-animation-delay: -4s
}
/*Wavehorizontal css*/