@media only screen and (min-width: 0px) and (max-width: 1000px) {
  
  
    .divider{
        display: none !important;
    }
     .scroll-icon {
display: none;
    }


}

@media only screen and (min-width: 301px) and (max-width: 400px) {
.logo {
    width: 70%;
    object-fit: contain;
    margin-left: 14px;
}
.navbar-toggler{
    margin-right: 14px;
}
.about_inner {
    padding: 3rem 19px !important;
}
.about-title {
    font-size: 28px;
}
.about-sub {
    font-size: 12px;
    margin-bottom: 24px;
    margin-top: 11px;

}
.know-more {
    font-size: 12px;
}
.second_heading h4 {
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 27px;
}
.text {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
}
.stats {
    font-size: 28px;
    color: #7b1e3b;
}
.border-start-custom{
    border-left: 0px solid #ccc; 
}
.new_container{
    margin: 3px 249px 0% 10% !important;

}
.project-slide {
    position: relative;
    width: 100%;
}
.new_signature {
      height: 259px;
}
.project-caption h5 {
    font-size: 28px;
    margin-bottom: 5px
}

.project-caption {
     padding: 7px;

}
.testimonial-section h2 {
    font-size: 28px;
}
.testimonial-text {
    font-size: 12px;
}
.testimonial-card {
    width: 100%;
    padding: 19px;
}

.custom-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: white;
    color: black;
    border: none;
    border-radius: 50%;
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 100;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border: 1px solid #f59332;
}
.signature-section {
    /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
    padding: 48px 0;
}
.testimonial-section {
    padding: 48px 0;
}
.links {
   margin-left: 0%;
}
.footer-bottom-bar {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 12px;
}
.text-end {
text-align: start !important;
}
.social-icon {
    background-color: white;
    color: #621334;
    padding: 10px;
    text-decoration: none;
    border-radius: 100%;
}

.project_custom_next {
    position: absolute;
    top: 62%;
    left: 84%;
}
.project_custom_prev {
    position: absolute;
    top: 62%;
    right: 59px;
    left: 2%;
}
.project-index {
    margin-left: 0px;
}

.scroll-icon {
    position: absolute;
    bottom: 223px;

    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite;
  }

  .client_logo_div_h3 {
    font-size: 28px;
    margin-bottom: 35px;
}

.client_logo_div {
    width: 100%;
}

.footer-client-logo {
    width: 48%;
}

.map{
height:250px;
}

.footer-container{
 padding-left: 8% !important;
 padding-right: 8% !important;
}
}


@media only screen and (min-width: 401px) and (max-width: 500px) {
    .logo {
        width: 70%;
        object-fit: contain;
        margin-left: 14px;
    }
    .navbar-toggler{
        margin-right: 14px;
    }
    .about_inner {
        padding: 3rem 19px !important;
    }
    .about-title {
        font-size: 28px;
    }
    .about-sub {
        font-size: 12px;
        margin-bottom: 24px;
        margin-top: 11px;
    
    }
    .know-more {
        font-size: 12px;
    }
    .second_heading h4 {
        font-size: 18px;
        margin-top: 26px;
        margin-bottom: 27px;
    }
    .text {
        margin-top: 12px;
        font-size: 12px;
        font-weight: 600;
    }
    .stats {
        font-size: 28px;
        color: #7b1e3b;
    }
    .border-start-custom{
        border-left: 0px solid #ccc; 
    }
    .new_container{
        margin: 3px 249px 0% 10% !important;
    
    }
    .project-slide {
        position: relative;
        width: 100%;
    }
    .new_signature {
          height: 259px;
    }
    .project-caption h5 {
        font-size: 28px;
        margin-bottom: 5px
    }
    
    .project-caption {
         padding: 7px;
    
    }
    .testimonial-section h2 {
        font-size: 28px;
    }
    .testimonial-text {
        font-size: 12px;
    }
    .testimonial-card {
        width: 100%;
        padding: 19px;
    }
    
    .custom-prev{
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: white;
        color: black;
        border: none;
        border-radius: 50%;
        z-index: 999;
        width: 40px;
        height: 40px;

        font-size: 24px;
        font-weight: 100;
        cursor: pointer;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        border: 1px solid #f59332;
    }
    .signature-section {
        /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
        padding: 48px 0;
    }
    .testimonial-section {
        padding: 48px 0;
    }
    .links {
       margin-left: 0%;
    }
    .footer-bottom-bar {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-size: 12px;
    }
    .text-end {
    text-align: start !important;
    }
    .social-icon {
        background-color: white;
        color: #621334;
        padding: 10px;
        text-decoration: none;
        border-radius: 100%;
    }

    .project_custom_next {
        position: absolute;
        top: 62%;
        left: 84%;
    }
    .project_custom_prev {
        position: absolute;
        top: 62%;
        right: 59px;
        left: 2%;
    }
    .project-index {
        margin-left: 0px;
    }

    .scroll-icon {
        position: absolute;
        bottom: 400px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        animation: bounce 2s infinite;
      }


        .client_logo_div_h3 {
    font-size: 28px !important;
    margin-bottom: 35px;
}

.client_logo_div {
         width: 100% !important;
}

.footer-client-logo {
    width: 48% !important;
}

.map{
height:250px;
}

.footer-container{
 padding-left: 8% !important;
 padding-right: 8% !important;
}

    }

    @media only screen and (min-width: 501px) and (max-width: 600px) {
        .logo {
            width: 70%;
            object-fit: contain;
            margin-left: 14px;
        }
        .navbar-toggler{
            margin-right: 14px;
        }
        .about_inner {
            padding: 3rem 19px !important;
        }
        .about-title {
            font-size: 28px;
        }
        .about-sub {
            font-size: 12px;
            margin-bottom: 24px;
            margin-top: 11px;
        
        }
        .know-more {
            font-size: 12px;
        }
        .second_heading h4 {
            font-size: 18px;
            margin-top: 26px;
            margin-bottom: 27px;
        }
        .text {
            margin-top: 12px;
            font-size: 12px;
            font-weight: 600;
        }
        .stats {
            font-size: 28px;
            color: #7b1e3b;
        }
        .border-start-custom{
            border-left: 0px solid #ccc; 
        }
        .new_container{
            margin: 3px 249px 0% 10% !important;
        
        }
        .project-slide {
            position: relative;
            width: 100%;
        }
        .new_signature {
              height: 259px;
        }
        .project-caption h5 {
            font-size: 28px;
            margin-bottom: 5px
        }
        
        .project-caption {
             padding: 7px;
        
        }
        .testimonial-section h2 {
            font-size: 28px;
        }
        .testimonial-text {
            font-size: 12px;
        }
        .testimonial-card {
            width: 100%;
            padding: 19px;
        }
        
        .custom-prev{
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: white;
            color: black;
            border: none;
            border-radius: 50%;
            z-index: 999;
            width: 50px;
            height: 50px;
            font-size: 24px;
            font-weight: 100;
            cursor: pointer;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            transition: 0.3s;
            border: 1px solid #f59332;
        }
        .signature-section {
            /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
            padding: 48px 0;
        }
        .testimonial-section {
            padding: 48px 0;
        }
        .links {
           margin-left: 0%;
        }
        .footer-bottom-bar {
            font-family: "Poppins", sans-serif;
            font-weight: 200;
            font-size: 12px;
        }
        .text-end {
        text-align: start !important;
        }
        .social-icon {
            background-color: white;
            color: #621334;
            padding: 10px;
            text-decoration: none;
            border-radius: 100%;
        }

        .project_custom_next {
            position: absolute;
            top: 62%;
            left: 84%;
        }
        .project_custom_prev {
            position: absolute;
            top: 62%;
            right: 59px;
            left: 2%;
        }
        .project-index {
            margin-left: 0px;
        }
        .scroll-icon {
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            animation: bounce 2s infinite;
          }

          .client_logo_div_h3 {
    font-size: 28px !important;
    margin-bottom: 35px;
}

.client_logo_div {
    width: 100%;
}

.footer-client-logo {
    width: 48% !important;
}

.map{
height:250px;
}

.footer-container{
 padding-left: 8% !important;
 padding-right: 8% !important;
}



        }


        
    @media only screen and (min-width: 601px) and (max-width: 700px) {
        .logo {
            width: 70%;
            object-fit: contain;
            margin-left: 14px;
        }
        .navbar-toggler{
            margin-right: 14px;
        }
        .about_inner {
            padding: 3rem 19px !important;
        }
        .about-title {
            font-size: 28px;
        }
        .about-sub {
            font-size: 12px;
            margin-bottom: 24px;
            margin-top: 11px;
        
        }
        .know-more {
            font-size: 12px;
        }
        .second_heading h4 {
            font-size: 18px;
            margin-top: 26px;
            margin-bottom: 27px;
        }
        .text {
            margin-top: 12px;
            font-size: 12px;
            font-weight: 600;
        }
        .stats {
            font-size: 28px;
            color: #7b1e3b;
        }
        .border-start-custom{
            border-left: 0px solid #ccc; 
        }
        .new_container{
            margin: 3px 249px 0% 10% !important;
        
        }
        .project-slide {
            position: relative;
            width: 100%;
        }
        .new_signature {
              height: 259px;
        }
        .project-caption h5 {
            font-size: 28px;
            margin-bottom: 5px
        }
        
        .project-caption {
             padding: 7px;
        
        }
        .testimonial-section h2 {
            font-size: 28px;
        }
        .testimonial-text {
            font-size: 12px;
        }
        .testimonial-card {
            width: 100%;
            padding: 19px;
        }
        
        .custom-prev{
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: white;
            color: black;
            border: none;
            border-radius: 50%;
            z-index: 999;
            width: 50px;
            height: 50px;
            font-size: 24px;
            font-weight: 100;
            cursor: pointer;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            transition: 0.3s;
            border: 1px solid #f59332;
        }
        .signature-section {
            /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
            padding: 48px 0;
        }
        .testimonial-section {
            padding: 48px 0;
        }
        .links {
           margin-left: 0%;
        }
        .footer-bottom-bar {
            font-family: "Poppins", sans-serif;
            font-weight: 200;
            font-size: 12px;
        }
        .text-end {
        text-align: start !important;
        }
        .social-icon {
            background-color: white;
            color: #621334;
            padding: 10px;
            text-decoration: none;
            border-radius: 100%;
        }

        .project_custom_next {
            position: absolute;
            top: 62%;
            left: 84%;
        }
        .project_custom_prev {
            position: absolute;
            top: 62%;
            right: 59px;
            left: 2%;
        }
        .project-index {
            margin-left: 0px;
        }
        
        .scroll-icon {
            position: absolute;
            bottom: 200px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            animation: bounce 2s infinite;
          }


        }


        @media only screen and (min-width: 701px) and (max-width: 800px) {
            .logo {
                width: 70%;
                object-fit: contain;
                margin-left: 14px;
            }
            .navbar-toggler{
                margin-right: 14px;
            }
            .about_inner {
                padding: 3rem 19px !important;
            }
            .about-title {
                font-size: 28px;
            }
            .about-sub {
                font-size: 12px;
                margin-bottom: 24px;
                margin-top: 11px;
            
            }
            .know-more {
                font-size: 12px;
            }
            .second_heading h4 {
                font-size: 18px;
                margin-top: 26px;
                margin-bottom: 27px;
            }
            .text {
                margin-top: 12px;
                font-size: 12px;
                font-weight: 600;
            }
            .stats {
                font-size: 28px;
                color: #7b1e3b;
            }
            .border-start-custom{
                border-left: 0px solid #ccc; 
            }
            .new_container{
                margin: 3px 249px 0% 10% !important;
            
            }
            .project-slide {
                position: relative;
                width: 100%;
            }
            .new_signature {
                  height: 259px;
            }
            .project-caption h5 {
                font-size: 28px;
                margin-bottom: 5px
            }
            
            .project-caption {
                 padding: 7px;
            
            }
            .testimonial-section h2 {
                font-size: 28px;
            }
            .testimonial-text {
                font-size: 12px;
            }
            .testimonial-card {
                width: 100%;
                padding: 19px;
            }
            
            .custom-prev{
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                background: white;
                color: black;
                border: none;
                border-radius: 50%;
                z-index: 999;
                width: 50px;
                height: 50px;
                font-size: 24px;
                font-weight: 100;
                cursor: pointer;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
                transition: 0.3s;
                border: 1px solid #f59332;
            }
            .signature-section {
                /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
                padding: 48px 0;
            }
            .testimonial-section {
                padding: 48px 0;
            }
            .links {
               margin-left: 0%;
            }
            .footer-bottom-bar {
                font-family: "Poppins", sans-serif;
                font-weight: 200;
                font-size: 12px;
            }
            .text-end {
            text-align: start !important;
            }
            .social-icon {
                background-color: white;
                color: #621334;
                padding: 10px;
                text-decoration: none;
                border-radius: 100%;
            }
            .project_custom_next {
                position: absolute;
                top: 74%;
                left: 91%;
            }
            .project_custom_prev {
                position: absolute;
                top: 74%;
                right: 59px;
                left: 2%;
            }
            .project-index {
                margin-left: 0px;
            }
.new_flex{
    /*display: flex !important;*/
    flex-direction: row;
}
.footer-client-logo{
    width: 70% !important;
    object-fit: cover;
}

            }


            @media only screen and (min-width: 801px) and (max-width: 900px) {
                .logo {
                    width: 70%;
                    object-fit: contain;
                    margin-left: 14px;
                }
                .navbar-toggler{
                    margin-right: 14px;
                }
                .about_inner {
                    padding: 3rem 19px !important;
                }
                .about-title {
                    font-size: 28px;
                }
                .about-sub {
                    font-size: 12px;
                    margin-bottom: 24px;
                    margin-top: 11px;
                
                }
                .know-more {
                    font-size: 12px;
                }
                .second_heading h4 {
                    font-size: 18px;
                    margin-top: 26px;
                    margin-bottom: 27px;
                }
                .text {
                    margin-top: 12px;
                    font-size: 12px;
                    font-weight: 600;
                }
                .stats {
                    font-size: 28px;
                    color: #7b1e3b;
                }
                .border-start-custom{
                    border-left: 0px solid #ccc; 
                }
                .new_container{
                    margin: 3px 249px 0% 10% !important;
                
                }
                .project-slide {
                    position: relative;
                    width: 100%;
                }
                .new_signature {
                      height: 259px;
                }
                .project-caption h5 {
                    font-size: 28px;
                    margin-bottom: 5px
                }
                
                .project-caption {
                     padding: 7px;
                
                }
                .testimonial-section h2 {
                    font-size: 28px;
                }
                .testimonial-text {
                    font-size: 12px;
                }
                .testimonial-card {
                    width: 100%;
                    padding: 19px;
                }
                
                .custom-prev{
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    background: white;
                    color: black;
                    border: none;
                    border-radius: 50%;
                    z-index: 999;
                    width: 50px;
                    height: 50px;
                    font-size: 24px;
                    font-weight: 100;
                    cursor: pointer;
                    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
                    transition: 0.3s;
                    border: 1px solid #f59332;
                }
                .signature-section {
                    /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
                    padding: 48px 0;
                }
                .testimonial-section {
                    padding: 48px 0;
                }
                .links {
                   margin-left: 0%;
                }
                .footer-bottom-bar {
                    font-family: "Poppins", sans-serif;
                    font-weight: 200;
                    font-size: 12px;
                }
                .text-end {
                text-align: start !important;
                }
                .social-icon {
                    background-color: white;
                    color: #621334;
                    padding: 10px;
                    text-decoration: none;
                    border-radius: 100%;
                }
                .project_custom_next {
                    position: absolute;
                    top: 74%;
                    left: 91%;
                }
                .project_custom_prev {
                    position: absolute;
                    top: 74%;
                    right: 59px;
                    left: 2%;
                }
                .project-index {
                    margin-left: 0px;
                }
                .new_flex{
                    /*display: flex !important;*/
                    flex-direction: row;
                }
                .footer-client-logo{
                    width: 70% !IMPORTANT;
                    object-fit: cover;
                }
                
                }

                
            @media only screen and (min-width: 901px) and (max-width: 1000px) {
                .logo {
                    width: 70%;
                    object-fit: contain;
                    margin-left: 14px;
                }
                .navbar-toggler{
                    margin-right: 14px;
                }
                .about_inner {
                    padding: 3rem 19px !important;
                }
                .about-title {
                    font-size: 28px;
                }
                .about-sub {
                    font-size: 12px;
                    margin-bottom: 24px;
                    margin-top: 11px;
                
                }
                .know-more {
                    font-size: 12px;
                }
                .second_heading h4 {
                    font-size: 18px;
                    margin-top: 26px;
                    margin-bottom: 27px;
                }
                .text {
                    margin-top: 12px;
                    font-size: 12px;
                    font-weight: 600;
                }
                .stats {
                    font-size: 28px;
                    color: #7b1e3b;
                }
                .border-start-custom{
                    border-left: 0px solid #ccc; 
                }
                .new_container{
                    margin: 3px 249px 0% 10% !important;
                
                }
                .project-slide {
                    position: relative;
                    width: 100%;
                }
                .new_signature {
                      height: 259px;
                }
                .project-caption h5 {
                    font-size: 28px;
                    margin-bottom: 5px
                }
                
                .project-caption {
                     padding: 7px;
                
                }
                .testimonial-section h2 {
                    font-size: 28px;
                }
                .testimonial-text {
                    font-size: 12px;
                }
                .testimonial-card {
                    width: 100%;
                    padding: 19px;
                }
                
                .custom-prev{
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    background: white;
                    color: black;
                    border: none;
                    border-radius: 50%;
                    z-index: 999;
                    width: 50px;
                    height: 50px;
                    font-size: 24px;
                    font-weight: 100;
                    cursor: pointer;
                    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
                    transition: 0.3s;
                    border: 1px solid #f59332;
                }
                .signature-section {
                    /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
                    padding: 48px 0;
                }
                .testimonial-section {
                    padding: 48px 0;
                }
                .links {
                   margin-left: 0%;
                }
                .footer-bottom-bar {
                    font-family: "Poppins", sans-serif;
                    font-weight: 200;
                    font-size: 12px;
                }
                .text-end {
                text-align: start !important;
                }
                .social-icon {
                    background-color: white;
                    color: #621334;
                    padding: 10px;
                    text-decoration: none;
                    border-radius: 100%;
                }
                .project_custom_next {
                    position: absolute;
                    top: 74%;
                    left: 91%;
                }
                .project_custom_prev {
                    position: absolute;
                    top: 74%;
                    right: 59px;
                    left: 2%;
                }
                .project-index {
                    margin-left: 0px;
                }
                .new_flex{
                    /*display: flex !important;*/
                    flex-direction: row;
                }
                .footer-client-logo{
                    width: 70% !important;
                    object-fit: cover;
                }

                .scroll-icon {
                    position: absolute;
                    bottom: 0px;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 10;
                    animation: bounce 2s infinite;
                  }
                
                
                }


                @media only screen and (min-width: 1001px) and (max-width: 1100px) {
            

                    .logo {
                        width: 70%;
                        object-fit: contain;
                        margin-left: 14px;
                    }

                    .social-icon {
                        background-color: white;
                        color: #621334;
                        padding: 10px;
                        text-decoration: none;
                        border-radius: 100%;
                    }

                .new_container {
                    width: 100% !important;
                    margin: 3px 249px 0% 0% !important;
                }
                .project_custom_next {
                    position: absolute;
                    top: 77%;
                    left: 92%;
                }

                .testimonial-card {
                    background-color: #fff;
                    border: 2px solid #7b1e3b;
                    padding: 26px;
                }

                .new_flex{
                    /*display: flex !important;*/
                    /* flex-direction: column; */
                    justify-content: center;
                }
                .footer-client-logo{
                    width: 70%;
                    object-fit: cover;
                }


                .scroll-icon {
                    position: absolute;
                    bottom: 400px;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 10;
                    animation: bounce 2s infinite;
                  }
                }
               
                .footer-client-logo{
  width: 50%;
}

                
            


            

            /* @media (max-width: 1200px) {
                .footer-container {
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;
                  gap: 30px;
                }
              
                .footer-office-info,
                .footer-quick-links,
                .footer-clientele,
                .footer-social-media {
                  flex: 1 1 100%;
                }
              
         
                
                .footer-legal-links {
                  text-align: center;
                }
              
                .footer-copyright {
                  text-align: center;
                  margin-top: 10px;
                }
              
                .footer-client-logos img {
                  max-width: 90px;
                  margin-bottom: 10px;
                }
              
                .footer-social-icons a {
                  font-size: 1.5rem;
                }
              }
               */

               @media only screen and (min-width: 1101px) and (max-width: 1200px) {
                .new_flex{
                    /*display: flex !important;*/
                            flex-direction: row;
                }
                .footer-client-logo{
                    width: 70%;
                    object-fit: cover;
                }
                
                .scroll-icon {
                    position: absolute;
                    bottom: 350px;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 10;
                    animation: bounce 2s infinite;
                  }
                }
               
               @media only screen and (min-width: 1201px) and (max-width: 1300px) {
                .new_flex{
                /* display: flex !important; */
                            flex-direction: row;
                }
                .footer-client-logo{
                    width: 70%;
                    object-fit: cover;
                }
                
                .scroll-icon {
                    position: absolute;
                    bottom: 280px;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 10;
                    animation: bounce 2s infinite;
                  }
                }

                    
               @media only screen and (min-width: 1301px) and (max-width: 1400px) {
                    .new_flex{
                    /* display: flex !important; */
                            flex-direction: row;
                }
                .footer-client-logo{
                    width: 100%;
                    object-fit: cover;
                }
            
    .scroll-icon {
        position: absolute;
        bottom: 254px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        animation: bounce 2s infinite;
      }
    }

         
               @media only screen and (min-width: 1501px) and (max-width: 1600px) {
               /* General styling for the scroll icon */
.scroll-icon {
    position: absolute;
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite;
  }
  .footer-client-logo {
    width: 40%;
}
}


         
@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    .scroll-icon {
        position: absolute;
        bottom: 185px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        animation: bounce 2s infinite;
      }

      .footer-client-logo {
    width: 48%;
}
    }


     @media only screen and (min-width: 1601px) and (max-width: 1700px) {
          .footer-client-logo {
    width: 40%;
}

     }

      @media only screen and (min-width: 1701px) and (max-width: 1800px) {
          .footer-client-logo {
    width: 40%;
}

     }

           @media only screen and (min-width: 1801px) and (max-width: 1900px) {
          .footer-client-logo {
    width: 40%;
}

     }

      @media only screen and (min-width: 1901px) and (max-width: 2000px) {
          .footer-client-logo {
    width: 40%;
}

     }

