.Iam {
    font: normal 20px/30px Poppins !important;
    color: #000;
}

.Iam p {
    height: 50px;
    float: left;
    margin-right: 0.3em;
}
.Iam {
    float: left;
    overflow: hidden;
    position: relative;
    height: 30px;
    width: 100%;
    text-align: center;
    background: #EFD581 ;
}

.Iam .innerIam {
    display: inline-block;
    color: #000000;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;

    /*animation*/
    -webkit-animation: move 8s;
    -moz-animation: move 8s;
    -ms-animation: move 8s;
    -o-animation: move 8s;
    animation: move 8s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
    font-weight: 500;
    font-family: 'Poppins' !important;
}
@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -30px;
    }
    40% {
        top: -60px;
    }
    60% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
}
@-webkit-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -30px;
    }
    40% {
        top: -60px;
    }
    60% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
}
@-moz-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -30px;
    }
    40% {
        top: -60px;
    }
    60% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
}
@-o-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -30px;
    }
    40% {
        top: -60px;
    }
    60% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
}
@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -30px;
    }
    40% {
        top: -60px;
    }
    60% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
}


@media (max-width: 700px){
    .Iam .innerIam{
        white-space: pre-wrap !important;
    }
    .Iam {
        font: normal 12px/30px Poppins !important;
        color: #000;
    }
    @keyframes move {
        0% {
            top: 0px;
        }
        20% {
            top: -30px;
        }
        40% {
            top: -60px;
        }
        60% {
            top: -90px;
        }
        80% {
            top: -120px !important;
        }
        100% {
            top: -150px !important;
        }
    }
    @-webkit-keyframes move {
        0% {
            top: 0px;
        }
        20% {
            top: -30px;
        }
        40% {
            top: -60px;
        }
        60% {
            top: -90px;
        }
        80% {
            top: -120px !important;
        }
        100% {
            top: -150px !important;
        }
    }
    @-moz-keyframes move {
        0% {
            top: 0px;
        }
        20% {
            top: -30px;
        }
        40% {
            top: -60px;
        }
        60% {
            top: -90px;
        }
        80% {
            top: -120px !important;
        }
        100% {
            top: -150px !important;
        }
    }
    @-o-keyframes move {
        0% {
            top: 0px;
        }
        20% {
            top: -30px;
        }
        40% {
            top: -60px;
        }
        60% {
            top: -90px;
        }
        80% {
            top: -120px !important;
        }
        100% {
            top: -150px !important;
        }
    }
    @keyframes move {
        0% {
            top: 0px;
        }
        20% {
            top: -30px;
        }
        40% {
            top: -60px;
        }
        60% {
            top: -90px;
        }
        80% {
            top: -120px !important;
        }
        100% {
            top: -150px !important;
        }
    }
}

