/*************************************************
				SHAPE
*************************************************/

.heading-01-left {
    position: relative;
}

.heading-01-left:before {
    position: absolute;
    background-size: contain !important;
    width: 60px;
    content: '';
    background: url(/images/000_minetize/others/shape01.png);
    height: 60px;
    top: -12px;
    bottom: 0%;
    right:
    auto;
    left: 0;
    margin:
    auto;
    background-repeat:
    no-repeat;
    z-index:-10 !important;
    }

.heading-01-left .sppb-addon-title{
    margin-left: 100px;
    font-weight: 800!important;
    color: #1d3a8f;
    letter-spacing: 5px;
    margin-left: 80px!important;
}


