/* 
@media (max-width: 425px) {

.main-heading h2
 {
    font-size: 25px;
    color: #555;
    color: whitesmoke;
    text-align: start;
    margin-left:10px;
    margin-top: 2px;
    font-weight: 100px;
 }
              
   
.what-are-we_text   
{
    font-size: 16px;
    /* height: 500px; */
    /* width: 100%;
    color: #eee;
    padding: 10px;
    list-style: square; */
/* } */
/* 
.main-heading hr
{
    width: 45%;
    height: 5px;
    border: none;
    background: #26ccca;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
.main-partner_client--client
{
    margin-top: 30px;
    min-height: 100vh;
  
} */



  @media (max-width: 600px){ 
    :root{
        --marquee-width: 100vw;
        --marque-height: 16vh;
        --marquee-elements-displayed: 3;
    }
    .marquee:before, .marquee:after { width: 5rem; }

    
    .patner-slide{
        /* padding-top: 50px; */
        margin: 0px 20px;
        overflow: hidden;
    }}

.marquee-content li img{
    width: 60%;

}

@media (max-width: 430px){ 
.marquee-content li img{
    width: 80%;
}
.our-clients ul li {
    list-style: none;
    display: inline-block;
    width: 120px;
    /* height: 100px; */
    position: relative;
    overflow: hidden;
    cursor:pointer;
    margin: 10px;
    /* box-shadow: 0px 0px 10px -7px #555; */
    transition: .5s;
}
}

