.footer-padding-none{
    padding-left:0px !important;
}
.footer-background {
  background-color: #030404;
}
.footer-text-color,.footer-text-color ul li a , .footer-text-color h3 {
color: rgb(190, 189, 189) !important;
}
.subscribe-font-size{
    font-size: 18px !important;
}
.hr-tagline {
    padding-top: 30px !important; /* Corrected padding syntax */
    border-top: 1px solid white ; /* Increased thickness and set white color */
    margin: 20px 0; /* Optional spacing around the line */
}

.justify-center{
    text-align: justify;
}

 .case-inner-box:hover .img1 img {
    transform: scale(1.1) !important;
    transition: all 0.4s;
    border-radius: 8px;
}
