.professional-office-section {
    color: #ffffff;
    padding: 130px 0 130px;
    text-align: center;
    background-image: url(/template/1f6e749a/images/handsome-young-african-worker-of-cleaning-service.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.professional-office-section::before {
    content: "";
    background: #1c2f80;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.professional-office-section .heading-title{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size:50px;
    font-weight: 700;
    font-style: normal;
    line-height:65px;
    color: #ffffff;
    margin: 0 0 30px;
}
.professional-office-section .middle-container {
    position: relative;
    max-width:1180px;
    padding:0 30px;
    margin:0 auto;
}
.professional-office-section .middle-container p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #ffffff;
    line-height:30px;
    font-size:16px;
    font-weight:600;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.professional-office-section .book-now a {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 25px 25px 25px 25px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-transform: uppercase;
  min-height: 51px;
  min-width: 173px;
}
.professional-office-section .book-now a:hover {
  /* background: #ffffff;
  color: #000000; */
}
.professional-office-section .book-now {
    margin-top: 70px;
}
.home-icon-box img {
    width: auto;
    height: 32px;
}
.home-icon-box{
    text-align: center;
    margin-bottom: 28px;
}
.home-icon-box a{
  width:60px;
  height:60px;
  background-color:#1c2f80;
  font-size:24px;
  border-radius: 5px;
  color:#fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration:none;
}
