.contact-banner {
  background: linear-gradient(
          rgba(21, 157, 215, 0.4),
          rgba(21, 157, 215, 0.4)),
  url('../images/contact.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 60px 0;
  position: relative;
}
/*.work-proc{*/
/*  background:linear-gradient(*/
/*          rgba(0, 0, 0, 0.8),*/
/*          rgba(0, 0, 0, 0.4)), url('../images/CHS/wp-1.jpg') center center / cover no-repeat;*/
/*  color: #fff;*/
/*  padding: 60px 0;*/
/*  position: relative;*/
/*}*/


.work-proc {
    position: relative;
    color: #fff;
    padding: 20px 0;
    background: linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.4)
    ), url('../images/CHS/wp-1.jpg') center center / cover no-repeat;
    z-index: 1;
}

.work-proc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}




.work-proc-s {
    position: relative;
    color: #fff;
    padding: 20px 0;
    background: linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.4)
    ), url('../images/house-ins-3.jpg') center center / cover no-repeat;
    z-index: 1;
}

.work-proc-s::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(5px);
    z-index: -1;
}


.custom-service-bg{
  background:linear-gradient(
          rgba(21, 157, 215, 0.2),
          rgba(21, 157, 215, 0.4)), url('../images/CHS/services.png') center center / cover no-repeat;
}
.custom-privacy-bg{
  background:linear-gradient(
          rgba(21, 157, 215, 0.2),
          rgba(21, 157, 215, 0.4)), url('../images/CHS/privacy-2.jpg') center center / cover no-repeat;
}

.title-fs-35 {
  font-size: 24px;
  line-height: 30px;
}
.work-proc-1-bg-image{
  background: linear-gradient(
          rgba(0, 0, 0, 0.6),
          rgba(0, 0, 0, 0.6)),url('../images/CHS/wp-5.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 60px 0;
  position: relative;
}