/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.sub-title-widget {
  font-size: 30px;
  line-height: 2;
  color: #18191c;
  font-family: "Google Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 700; }
  .sub-title-widget:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--theme-color-default);
    margin-left: 5px; }
    .rtl .sub-title-widget:after {
      margin-right: 5px;
      margin-left: inherit; }

.small-size .sub-title-widget {
  font-size: 24px;
  line-height: 2.5; }

/*# sourceMappingURL=profile3371825105.css.map */
