.custom-heading-style-2 .section-title .heading-subtitle {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #61be66;
    font-weight: 700;
    align-items: center;
    letter-spacing: inherit;
    justify-content: flex-start;
}
.custom-heading-style-2 .section-title .heading-subtitle:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
}
.custom-heading-style-2.text-center .section-title .heading-subtitle:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-left: 10px;
}
.custom-heading-style-2.text-center.text-md-right .section-title .heading-subtitle:after {
    display: none;
}
.custom-heading-style-2 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.custom-heading-style-2 .section-title {
    max-width: 500px;
}
.custom-heading-style-2.text-center .section-title {
    margin: 0 auto 50px;
}
.custom-heading-style-3 .section-title .heading-subtitle {
    color: #61be66;
    background-color: #61be6633;
    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    letter-spacing: inherit;
    margin-bottom: 15px;
}

.custom-heading-style-3 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.sigma_cta-sperator {
    z-index: 1;
    position: absolute;
    top: 72%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    color: #212121;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    justify-content: center;
}
/* style 4 */
.custom-heading-style-4 .heading-title.stroke-text {
    position: relative;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 800;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212121;
}
.custom-heading-style-4 .heading-title.stroke-text .custom-primary {
    -webkit-text-fill-color: #61be66;
    -webkit-text-stroke-width: 0;
}
.custom-heading-style-4 .heading-title.stroke-text .text-dark,
.custom-heading-style-4 .heading-title.stroke-text .custom-secondary {
    -webkit-text-fill-color: #212121;
    -webkit-text-stroke-width: 0;
}
.custom-heading-style-4 .sigma-custom-heading-wrapper {
    max-width: 605px;
    position: relative;
}
.custom-heading-style-4.text-center .sigma-custom-heading-wrapper {
    margin: 0 auto;
}
.custom-heading-style-4.text-right .sigma-custom-heading-wrapper {
    margin: 0 0 0 auto;
}
.custom-heading-style-4.title-text-uppercase .heading-title,
.custom-heading-style-5.title-text-uppercase .heading-title {
    text-transform: uppercase;
}
.custom-heading-style-4.title-text-lowercase .heading-title,
.custom-heading-style-5.title-text-lowercase .heading-title {
    text-transform: lowercase;
}
.custom-heading-style-4.title-text-capitalize .heading-title,
.custom-heading-style-5.title-text-capitalize .heading-title {
    text-transform: capitalize;
}
.custom-heading-style-4 .heading-title.stroke-text .text-white {
    -webkit-text-fill-color: #fff;
    letter-spacing: 1px;
}
/* style 5 */
.custom-heading-style-5 .section-title.sigma-custom-heading-wrapper {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    max-width: 100%;
}
.custom-heading-style-5 .section-title.sigma-custom-heading-wrapper .heading-title {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 800;
}
.custom-heading-style-5 .section-title.sigma-custom-heading-wrapper:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 10px;
    width: 100px;
    height: 2px;
    background-color: #61be66;
    display: block;
    transform: rotate(-45deg);
}
.custom-heading-style-5 .section-title.sigma-custom-heading-wrapper:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 20px;
    width: 100px;
    height: 2px;
    background-color: #61be66;
    display: block;
    transform: rotate(-45deg);
}
/* style 6 */
.custom-heading-style-6 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 800;
}
.custom-heading-style-6 .section-title {
    position: relative;
    margin: 0 auto 50px;
    max-width: 600px;
}
.custom-heading-style-6.text-left .section-title {
    margin: 0;
    margin-bottom: 50px;
}
.custom-heading-style-6.mb-0 .section-title {
    margin-bottom: 0;
}
.custom-heading-style-6.text-right .section-title {
    margin: 0 0 50px auto;
}
.flip .section-title .heading-title{
    margin-bottom: 0;
    transform: rotate(-90deg);
    width: 600px;
    transform-origin: bottom center;
    margin-top: 110px;
    font-size: 80px;
}
@media(max-width: 991px) {
  .custom-heading-style-2 .section-title .heading-title,
  .custom-heading-style-3 .section-title .heading-title,
  .custom-heading-style-4 .heading-title.stroke-text,
  .custom-heading-style-6 .section-title .heading-title{
    font-size: 40px;
  }
}

@media(max-width: 768px) {
  .custom-heading-style-2 .section-title .heading-title,
  .custom-heading-style-3 .section-title .heading-title,
  .custom-heading-style-4 .heading-title.stroke-text,
  .custom-heading-style-6 .section-title .heading-title{
    font-size: 30px;
  }
}
