/* --------------------- titles ---------------------- */
.section-heading{ margin-bottom:20px; margin-top: 15px;}
.section-title{  color:$dark; }

.title-text{margin-top:30px; margin-bottom:10px; font-weight:bold;  color:$dark;}
.title-page{ color:$dark; }


.b{font-weight:600;}

.white{color:#fff}
.dark{color:$dark}
.black{color:$black}

p:last-child{ margin-bottom:0  }


/* ==================  title helpers ================ */
.rtl{direction:rtl;}
.ltr{direction:ltr;}