@keyframes p_dimage{0%{transform:translateY(-10px)}50%{transform:translateY(0px)}100%{transform:translateY(10px)}}
.tx3 {
    -webkit-animation: fadeInUp .7s ease-in-out both;
    animation: fadeInUp .7s ease-in-out both;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.tx3 .dh img {
    animation: myS 1.2s linear 0s infinite;
    -webkit-animation: myS 1.2s linear 0s infinite;

}