.khb-heading-oblique .main-head:after,.khb-heading-oblique .main-head:before {
    content: '';
    border-top: 1px solid #007efd;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1em;
    flex: 1 0 1em;
}
.khb-heading-oblique .main-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.khb-heading-oblique .main-head .inr {
    display: inline-flex;
    position: relative;
}
.khb-heading-oblique .main-head .inr:before {
    position: absolute;
    background: #000;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.khb-heading-oblique .main-head .inr span{
    position: relative;
    color: white;
    padding: 3px 10px; 
}