/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2021 | 14:06:48 */
.custom-service:hover h4{
  color:white !important;
}
.custom-service:hover p{
  color:white;
}
.footer-curve{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 65px 0px);
}
@media(max-width:767px)
{
  .footer-curve {
    clip-path: none;
}
}