/* ==================================================
   24. TITLE
================================================== */
.carousel-intro .dividerHeading{
    padding:45px 0 15px;
}
.dividerHeading h4,
.widget_title h4
{
    border-bottom: 2px solid #E6EFEF;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 0 10px;
    position: relative;
}

.dividerHeading h4::before,
.widget_title h4::before{
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 9px;
    left: 0;
    position: absolute;
    width: 9px;
    border-radius: 50%;
}
.dividerHeading h4::after,
.widget_title h4::after {
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}

.dividerHeading h4::after,
.dividerHeading h4::before,
.widget_title h4::after,
.widget_title h4::before{
    background-color: #22ACCC;
}
.dividerHeading h4 span{
     background: none repeat scroll 0 0 white;
     display: inline-block;
     padding-right: 7px;
     line-height: 5px;
     position: relative;
     top: -11px;

 }
.portfolio_single .widget_title span {
    padding-right: 5px;
    position: relative;
    top:-9px;
}
.widget .widget_title h4 span{
    background: none repeat scroll 0 0 white;
    display: inline-block;
    padding-right: 7px;
    line-height: 5px;
    position: relative;
    top: -11px;

}