/* clients section...  */

#client-section::before{
    content: "";
    position: absolute;
    background: url('social11.jpg') no-repeat center center/cover;
    width:100%;
    height: 85%;
    z-index:-1;
    opacity:0.2;
    
    
    }
    #client-section{
    
        position: relative;
    }
    
    #clients{
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    }
    #clients img{
        height: 110px;
    }
    #clients img:hover{
        /* transform: scale(2); */
        /* transform: rotate(360deg); */
        transform: scaleX(-1);
        cursor: pointer;
        
    }
     .client-item{
    padding: 50px;
     }
     .client-item:hover{
        /* transform: rotate(360deg); */
        transform: scaleX(-1);
      
     }

     #about1{
        text-align: center;
     }