.innerbanner {
    margin-top: 140px;
    text-align: center;
    min-height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-size: cover !important;
    padding: 70px 0;
}

.innerbanner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .63);
    top: 0;
    left: 0
}

.innerbanner h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.innerbanner .headicon {
    border: 1px solid #fff;
    display: inline-block;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px
}

.innerbanner .headicon:after,
.innerbanner .headicon:before {
    width: 30px;
    height: 1px;
    background: #fff;
    border-radius: 25px;
    content: ""
}

.innerbanner .headicon:before {
    position: absolute;
    left: -30px
}

.innerbanner .headicon:after {
    position: absolute;
    right: -30px
}

.innerbanner .bannerstats {
    margin-top: auto;
    backdrop-filter: blur(30px);
    border-top: 1px solid #b0b0af;
    width: 100%
}

.innerbanner .bannerstats ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none
}

.innerbanner .bannerstats ul li {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px 0 18px;
    border-left: 1px solid #b0b0af
}

.innerbanner .bannerstats ul li:last-child {
    border-right: 1px solid #b0b0af
}

.innerbanner .bannerstats ul li strong {
    color: #fff;
    font-size: 36px;
    display: block;
    line-height: 30px;
    margin-bottom: 5px
}




section.page_c {
    padding: 40px 0;
}
.page_c p {
    font-size: 15px;
    line-height: 1.5em;
}

.page_c h2, .page_c h1, .page_c h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 33px 0 11px;
}

.page_c a{
  color:#000000;
  text-decoration:none
}
.page_c ul {
    padding: 0% 0% 0% 3%;
    margin: 25px 0;
}
.page_c ul li {
    padding: 3px 0;
    font-weight: 500;
    font-size: 14px;
}























