.sigma_custom_heading_wrapper .section-title{
  margin: 0;
}
.sigma_custom_heading_wrapper .section-title span.title-tag,
.sigma_custom_heading_wrapper .section-title .heading-subtitle{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin: 0;
}

.sigma_custom_heading_wrapper .section-title .icon{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_custom_heading_wrapper .section-title .icon i{
  font-size: 34px;
}

.sigma_custom_heading_wrapper.text-left .section-title .icon::before,
.sigma_custom_heading_wrapper.text-right .section-title .icon::after{
  display: none;
}
.sigma_custom_heading_wrapper.text-left .section-title .icon{
  justify-content: flex-start;
}
.sigma_custom_heading_wrapper.text-right .section-title .icon{
  justify-content: flex-end;
}

.sigma_custom_heading_wrapper .section-title .icon::after,
.sigma_custom_heading_wrapper .section-title .icon::before{
  background-color: #777;
}

/* Style 2 */
.sigma_custom_heading_wrapper.custom-heading-style-2 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-2 .section-title .icon::before{
  content: "";
  width: 160px;
  height: 1px;
  margin: 0 20px
}
/* Style 3 */
.sigma_custom_heading_wrapper.custom-heading-style-3 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-3 .section-title .icon::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 20px
}
/* Style 4 */
.sigma_custom_heading_wrapper.custom-heading-style-4 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-4 .section-title .icon::before{
  content: "";
  width: 160px;
  height: 4px;
  border-radius: 25px;
  margin: 0 20px
}
/* Style 5 */
.sigma_custom_heading_wrapper.custom-heading-style-5 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-5 .section-title .icon::before{
  content: "";
  width: 160px;
  height: 4px;
  background-color: transparent;
  border: 2px dashed #777;
  margin: 0 20px
}
/* style 6 */
.sigma_custom_heading_wrapper.custom-heading-style-6 .section-title .heading-subtitle {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #d6a77b;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sigma_custom_heading_wrapper.custom-heading-style-6  .section-title .heading-subtitle span:first-child,
.sigma_custom_heading_wrapper.custom-heading-style-6  .section-title .heading-subtitle span:last-child {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #d6a77b;
}
.sigma_custom_heading_wrapper.custom-heading-style-6 .section-title .heading-subtitle span:first-child:after,
.sigma_custom_heading_wrapper.custom-heading-style-6 .section-title .heading-subtitle span:last-child:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    line-height: 1;
    background-color: #d6a77b;
    margin-top: 5px;
}
.sigma_custom_heading_wrapper.custom-heading-style-6 .section-title .heading-subtitle span:last-child {
    margin-right: 0;
    margin-left: 20px;
}
.sigma_custom_heading_wrapper.custom-heading-style-6 .section-title .heading-subtitle span:first-child:after {
    position: absolute;
    right: 0;
}
.sigma_custom_heading_wrapper.custom-heading-style-6.text-left .section-title .heading-subtitle {
    justify-content: flex-start;
    margin-left: 20px;
}
.sigma_custom_heading_wrapper.custom-heading-style-6.text-left .section-title .heading-subtitle span:last-child {
    display: none;
}
.sigma_custom_heading_wrapper.custom-heading-style-6.text-right .section-title .heading-subtitle span:last-child {
    display: none;
}
.sigma_custom_heading_wrapper.custom-heading-style-6.text-right .section-title .heading-subtitle {
    justify-content: flex-end;
}
/* Style 7 */
.custom-heading-style-7.text-left .section-title .heading-title,
.custom-heading-style-7.text-right .section-title .heading-title {
    position: relative;
}
.custom-heading-style-7.text-left .section-title .heading-title:before,
.custom-heading-style-7.text-right .section-title .heading-title:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 24px;
    width: 72px;
    height: 2px;
    z-index: 1;
    background-color: #d6a77b;
}
.custom-heading-style-7.text-right .section-title .heading-title:before{
  right: -80px;
  left: auto;
}
.custom-heading-style-7.text-left .section-title h2.heading-title:before,
.custom-heading-style-7.text-right .section-title h2.heading-title:before{
  top: 34px;
}
.custom-heading-style-7.text-left .section-title h4.heading-title:before,
.custom-heading-style-7.text-right .section-title h4.heading-title:before{
  top: 12px;
}
.custom-heading-style-7.text-left .section-title h5.heading-title:before,
.custom-heading-style-7.text-right .section-title h5.heading-title:before{
  top: 10px;
}
.custom-heading-style-7.text-left .section-title h6.heading-title:before,
.custom-heading-style-7.text-right .section-title h6.heading-title:before{
  top: 8px;
}
