.top-inner-banner {
    color: #ffffff;
    padding: 98px 0 90px;
    text-align: center;
    background-image: url(/template/1f6e749a/images/inner-banner-office.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
}
.top-inner-banner::before {
    content: "";
    background: #000000;
    opacity: 0.42;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-inner-banner .heading-title{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 58px;
    font-weight: 700;
    font-style: normal;
    line-height: 65px;
    color: #ffffff;
    margin: 0 0 18px;
  
}
.top-inner-banner .heading-container {
    position: relative;
    max-width:1260px;
    padding:0 30px;
    margin: 0 auto;
}
.top-inner-banner .heading-container p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #ffffff;
    line-height: 28px;
    font-size:30px;
    font-weight:600;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.top-inner-banner .home-icon-box img {
    width: auto;
    height: 32px;
    margin: 0 !important;
}
.top-inner-banner .home-icon-box{
    text-align: center;
    margin-bottom: 28px;
}
.top-inner-banner .home-icon-box a{
  width:70px;
  height:70px;
  background-color:#008f97;
  font-size:24px;
  border-radius: 5px;
  color:#fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration:none;
}
