.customerList {
    padding: 60px 60px 0 60px;
}

@media only screen and (max-width: 991px) {
    .customerList {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.customerList ul {
    text-align: center;
    display: none;
}

.customerList ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 65px;
    width: 100px;
    height: 100px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all cubic-bezier(0.3, 0, 0.07, 1) 0.5s;
}

.customerList.come-in ul {
    display: block;
}

.customerList.come-in ul li {
    transform: scale(0.5);
    animation: animate-fade-scale 0.9s ease-in-out forwards;
}

.customerList.come-in ul li:nth-child(1) {
    animation-delay: 0.03s;
}

.customerList.come-in ul li:nth-child(2) {
    animation-delay: 0.06s;
}

.customerList.come-in ul li:nth-child(3) {
    animation-delay: 0.09s;
}

.customerList.come-in ul li:nth-child(4) {
    animation-delay: 0.12s;
}

.customerList.come-in ul li:nth-child(5) {
    animation-delay: 0.15s;
}

.customerList.come-in ul li:nth-child(6) {
    animation-delay: 0.18s;
}

.customerList.come-in ul li:nth-child(7) {
    animation-delay: 0.21s;
}

.customerList.come-in ul li:nth-child(8) {
    animation-delay: 0.24s;
}

.customerList.come-in ul li:nth-child(9) {
    animation-delay: 0.27s;
}

.customerList.come-in ul li:nth-child(10) {
    animation-delay: 0.3s;
}

.customerList.come-in ul li:nth-child(11) {
    animation-delay: 0.33s;
}

.customerList.come-in ul li:nth-child(12) {
    animation-delay: 0.36s;
}

.customerList.come-in ul li:nth-child(13) {
    animation-delay: 0.39s;
}

.customerList.come-in ul li:nth-child(14) {
    animation-delay: 0.42s;
}

.customerList.come-in ul li:nth-child(15) {
    animation-delay: 0.45s;
}

.customerList.come-in ul li:nth-child(16) {
    animation-delay: 0.48s;
}

.customerList.come-in ul li:nth-child(17) {
    animation-delay: 0.51s;
}

.customerList.come-in ul li:nth-child(18) {
    animation-delay: 0.54s;
}

.customerList.come-in ul li div {
    background: url('https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/customer/customers-min.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
}

.digikala {
    background-position: -0px -0px !important;
    width: 72px !important;
    height: 20px !important;
}

.island {
    background-position: -0px -20px !important;
    width: 72px !important;
    height: 43px !important;
}

.samen-hojaj {
    background-position: -0px -63px !important;
    width: 68px !important;
    height: 42px !important;
}

.coca-cola {
    background-position: -0px -105px !important;
    width: 65px !important;
    height: 64px !important;
}

.samen {
    background-position: -0px -169px !important;
    width: 65px !important;
    height: 34px !important;
}

.seda-va-sima {
    background-position: -0px -203px !important;
    width: 60px !important;
    height: 60px !important;
}

.mokhaberat {
    background-position: -0px -263px !important;
    width: 59px !important;
    height: 58px !important;
}

.uknown {
    background-position: -0px -321px !important;
    width: 58px !important;
    height: 55px !important;
}

.bank-iranzamin {
    background-position: -0px -376px !important;
    width: 53px !important;
    height: 56px !important;
}

.bank-pasargad {
    background-position: -0px -432px !important;
    width: 53px !important;
    height: 58px !important;
}

.kosar {
    background-position: -0px -490px !important;
    width: 53px !important;
    height: 58px !important;
}

.gas {
    background-position: -0px -548px !important;
    width: 51px !important;
    height: 49px !important;
}

.bank-saderat {
    background-position: -0px -597px !important;
    width: 48px !important;
    height: 59px !important;
}

.irankhodro {
    background-position: -0px -656px !important;
    width: 47px !important;
    height: 52px !important;
}

.mohit-zist {
    background-position: -0px -708px !important;
    width: 47px !important;
    height: 53px !important;
}

.bank-mellat {
    background-position: -0px -761px !important;
    width: 45px !important;
    height: 58px !important;
}

.helal-ahmar {
    background-position: -0px -819px !important;
    width: 41px !important;
    height: 66px !important;
}

.university {
    background-position: -0px -885px !important;
    width: 41px !important;
    height: 54px !important;
}

.lg {
    background-position: -48px -597px !important;
    width: 24px !important;
    height: 15px !important;
}

.customerList ul li div {
    margin-top: 18px;
    transition: all cubic-bezier(0.3, 0, 0.07, 1) 0.5s;
}

.customerList ul li div.digiKala, .customerList ul li div.lg {
    margin-top: 40px;
}

.customerList ul li div.samen {
    margin-top: 28px;
}

.customerList ul li:hover div {
    transform: scale(1.1);
}