
@media (max-width: 550px) {
    #testimonials .container-fluid .row .carousel-item .col-lg-4 {
        width: 90% !important;
    }
    #services .container-fluid .row .services-heading{
        width: 100% !important;
    }
    #services .container-fluid .row .shadow{
        width: 75% !important;
    }
    .carousal-content{
        max-width: 80%;
    }
}
  
@media (max-width: 768px) {
    #testimonials .container-fluid .row .carousel-item .col-lg-4 {
        width: 50%;
    }
    .carousal-content{
        max-width: 80%;
    }
}

@media (max-width: 1025px) {
    #services .container-fluid .col-12{
        width: 90% !important;
    }
    #services .container-fluid .col-lg-3{
        width: 300px;
        
    }
   
}
@media (max-width: 1200px) {
    #services .container-fluid .col-12{
        width: 40% !important;
    }
   
   
}
@media (max-width: 1440px) {
    #services .container-fluid .col-12{
        width: 45%;
    }
    #services .container-fluid .col-lg-3{
        width: 260px !important;  
    }
}
@media (max-width: 1600px) {
    #services .container-fluid .col-12{
        width: 44%;
    }
    #services .container-fluid .col-lg-3{
        width: 320px;  
        
    }
   
}
.cat{
    height: 600px;
}

.footerlink{
    color: #000;
}  