.proof_logo_section { overflow: hidden; }  
.proof_logo_row ul { list-style: none; padding: 0; margin: 0; }
.proof_logo_row ul { display: flex; flex-wrap: wrap; align-items: center; }
.proof_logo_row ul li { width: 20%; position: relative;  }
.proof_logo_section { padding: 80px 0; }
{#
.proof_logo_row ul li:nth-child(2) { top: -50px; left: 30px; animation-delay: 0.2s; }
.proof_logo_row ul li:nth-child(3) { left: 100px; top: -20px; animation-delay: 0.4s; }
.proof_logo_row ul li:nth-child(4) { left: 90px; top: 30px; margin-bottom: 60px; animation-delay: 0.6s; }
.proof_logo_row ul li:nth-child(5) { top: -30px; animation-delay: 0.7s; }
.proof_logo_row ul li:nth-child(7) { top: 30px; margin-bottom: 70px; animation-delay: 0.8s; }
.proof_logo_row ul li:nth-child(8) { top: -80px; animation-delay: 0.9s; }
.proof_logo_row ul li:nth-child(9) { top: -70px; left: -22px; animation-delay: 1s; }
.proof_logo_row ul li:nth-child(10) { left: -10px; top: 10px; animation-delay: 1.1s; }
.proof_logo_row ul li:nth-child(11) { left: 30px; top: -40px; animation-delay: 0.4s; }
.proof_logo_row ul li:nth-child(12) { top: -20px; left: -40px; animation-delay: 0.5s; }
.proof_logo_row ul li:nth-child(13) { left: 150px; animation-delay: 0.6s; }
.proof_logo_row ul li:nth-child(14) { top: -50px; left: 90px; animation-delay: 0.7s; }
.proof_logo_row ul li:nth-child(15) { left: 70px; top: -50px; animation-delay: 0.8s; }
.proof_logo_row ul li:nth-child(16) { left: 160px; top: 30px; animation-delay: 0.9s; }
.proof_logo_row ul li:nth-child(17) { top: -80px; animation-delay: 0.6s; }
.proof_logo_row ul li:nth-child(19) { top: 48px; margin-bottom: 60px; left: 50px; animation-delay: 1.2s; }
.proof_logo_row ul li:nth-child(20) { left: 40px; top: 10px; animation-delay: 1.3s; }
.proof_logo_row ul li:nth-child(21) { left: -54px; top: 90px; margin-bottom: 120px; animation-delay: 1.1s; }
.proof_logo_row ul li:nth-child(22) { left: -90px; top: -40px; animation-delay: 1.4s; }
.proof_logo_row ul li:nth-child(23) { top: 70px; left: -140px; animation-delay: 1.5s; }
.proof_logo_row ul li:nth-child(24) { right: 140px; animation-delay: 1.6s; }
.proof_logo_row ul li:nth-child(26) { left: 22px; animation-delay: 1.7s; }
.proof_logo_row ul li:nth-child(27) { left: 110px; top: 65px; animation-delay: 1.1s; }
.proof_logo_row ul li:nth-child(28) { left: 240px; animation-delay: 1.2s; }
.proof_logo_row ul li:nth-child(29) { left: 190px; top: 40px; animation-delay: 0.5s; }
#}

.proof_logo_row ul li { animation-delay: 0s !important; padding: 10px 15px;}


@keyframes LeftRight {
	0% {
		transform: translateX(0px);
	}
    
    50% {
		transform: translateX(10px);
	}
    
	100% {
		transform: translateX(0px);
	}
}
{#
@media(max-width:991px){
    .proof_logo_row ul li:nth-child(14) { left: 50px; }
    .proof_logo_row ul li:nth-child(11) { left: 90px; }
    .proof_logo_row ul li:nth-child(13) { left: 50px; }
    .proof_logo_row ul li:nth-child(20) { left: 0; }
    .proof_logo_row ul li:nth-child(16) { left: 80px; top: 10px; }
    .proof_logo_row ul li:nth-child(26) { left: 40px; }
    .proof_logo_row ul li:nth-child(28) { left: 160px; }
    .proof_logo_row ul li:nth-child(29) { left: 110px;  top: 60px; }
}
#}

@media(max-width:767px){
    .proof_logo_section { padding: 50px 0; }
   .proof_logo_row ul li { left: 0 !important; top: 0 !important; bottom: 0 !important; margin: 0 !important; width: 96px; padding: 10px 15px; }
}

/* animation: LeftRight 1s linear infinite; */