/*---------------------------------*/
/* Genral CSS */
/*---------------------------------*/
.webgatha_section_title_wrapper .section-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 5px;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.section-title-cover .section-title-divider {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
}

.section-title-cover .section-title-divider span {
  display: inline-block;
  width: 50px;
  height: 3px;
}

.webgatha_section_title_wrapper .section-main-title {
  margin-top: 0;
  margin-bottom: 10px;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.webgatha_section_title_wrapper .section-main-title > label {
  margin-bottom: 0;
}

.webgatha_section_title_wrapper .section-main-title > b {
  font-weight: 600;
}

.webgatha-row-light .webgatha_section_title_wrapper .section-main-title > label,
.webgatha-row-light .webgatha_section_title_wrapper .section-main-title > i,
.webgatha-row-light .webgatha_section_title_wrapper .section-main-title > b,
.webgatha-row-light .webgatha_section_title_wrapper .section-main-title > u {
  color: #ffffff;
}

.webgatha-row-dark .webgatha_section_title_wrapper .section-main-title > label,
.webgatha-row-dark .webgatha_section_title_wrapper .section-main-title > i,
.webgatha-row-dark .webgatha_section_title_wrapper .section-main-title > b,
.webgatha-row-dark .webgatha_section_title_wrapper .section-main-title > u {
  color: #323232;
}

.webgatha_section_title_wrapper .section-main-title + .section-description {
  margin-top: 20px;
}

.webgatha_section_title_wrapper .section-description {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
}

.title-effect .section-main-title {
  z-index: 9;
  position: relative;
  display: inline-block;
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.title-effect .section-main-title:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
