/***<<--- Heading Transition --->>***/

.wdt-heading-holder {
    -webkit-transition: var(--wdt-elementor-base-transition);
    transition: var(--wdt-elementor-base-transition);
}

/***<<--- Heading Common --->>***/

.wdt-heading-holder {
    position: relative;
}

.wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 20px;
}

.wdt-heading-holder>*:last-child {
    margin-bottom: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper {
    line-height: 1.3;
    text-transform: capitalize;
    margin-top: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-title-item {
    margin: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start .wdt-heading-title .wdt-heading-title-inner,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline .wdt-heading-title .wdt-heading-title-inner {
    line-height: 1;
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper {
    font-size: calc(var(--wdtFontSize_Base) - 3px);
    letter-spacing: 0;
    display: inline-block;
    background: transparent;
    color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    line-height: 1;
    padding: 0.6rem 1.15rem 0.5rem;
    border: 1px solid var(--wdtPrimaryColor);
    letter-spacing: .025em;
    text-transform: uppercase;
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-deco-icon .wdt-content-icon span i {
    color: var(--wdtPrimaryColor);
}

.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon-wrapper,
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon {
    line-height: 1;
}

/***<<--- Overall - Heading Separator --->>***/

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator {
    display: flex;
    align-items: center;
}

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line {
    width: 50px;
    height: 2px;
}

.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-left-part'] {
    margin-right: 5px;
}

.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-right-part'] {
    margin-left: 5px;
}

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator .wdt-content-icon-wrapper {
    line-height: 0;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon {
    display: inline-block;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 1.125rem;

    position: relative;
    z-index: 0;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span i {
    position: relative;

    display: inline-flex;

    width: 100%;
    height: 100%;
    margin: 0;

    place-content: center;
    place-items: center;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span svg {
    width: 1em;
    height: 1em;

    fill: currentColor;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;

    content: '';

    -webkit-border-radius: inherit;
    border-radius: inherit;
}

/***<<--- Heading - Decorative Elements --->>***/

.wdt-heading-holder>.wdt-heading-deco-wrapper>span {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;

    white-space: break-spaces;
}

.wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line {
    width: 50px;
    height: 2px;
    align-self: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner {
    display: inline-flex;
    align-items: baseline;
}

.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-left-part'] {
    margin-right: 5px;
}

.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-right-part'] {
    margin-left: 0;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon span {
    display: inline-flex;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_Base);
    line-height: 1;

    position: relative;
    z-index: 0;

    display: inline-block;

    text-align: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span i {
    position: relative;

    display: inline-block;

    width: 100%;
    height: 100%;
    margin: 0;

    place-content: center;
    place-items: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span svg {
    width: 1em;
    height: 1em;

    fill: currentColor;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;

    content: '';

    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-image {
    display: inline-flex;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span {
    position: relative;
    z-index: 0;

    display: inline-block;

    text-align: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span img {
    display: inherit;

    height: 100%;

    object-fit: cover;
}


/***<<--- Heading - Background Text Elements --->>***/

.wdt-heading-holder .wdt-heading-background-text-wrapper {
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
}

.wdt-heading-holder .wdt-heading-background-text-wrapper .wdt-heading-background-text {
    display: inline-block;
    font-family: var(--wdtFontTypo_Alt);
    font-size: 12.5em;
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 0.65;
    opacity: 0.048;
    margin-top: 5px;
    margin-left: -5px;
}


/* Default Colors */

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-separator-line,
.wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line {
    background-color: var(--wdt-elementor-color-primary);
}

/* Custom Heading Style */

.elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    white-space: break-spaces;
}

.elementor-widget-wdt-heading.wdt-inview-section .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    display: inline-block;
}

.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title > span { display: inherit; }

.elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements {
    color: var(--wdt-elementor-color-primary);
    background-color: var(--wdtPrimaryColor);
    background-image: linear-gradient(146deg, var(--wdtPrimaryColor) 19%, var(--wdtSecondaryColor));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
}

/* Custom Heading Animation */

.elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements {
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(50px);
    -webkit-transform: translateY(50px); */
    top: 50px;
    transition: 0.4s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: 0.4s cubic-bezier(.68, -0.55, .27, 1.55);
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0);
    -webkit-transform: translateY(0); */
    top: 0;
}

/* Transition Delay */

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(2) {
    transition-delay: .28s;
    -webkit-transition-delay: .28s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(3) {
    transition-delay: .42s;
    -webkit-transition-delay: .42s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(4) {
    transition-delay: .56s;
    -webkit-transition-delay: .56s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(5) {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(6) {
    transition-delay: .84s;
    -webkit-transition-delay: .84s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(7) {
    transition-delay: .98s;
    -webkit-transition-delay: .98s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(8) {
    transition-delay: 1.12s;
    -webkit-transition-delay: 1.12s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(9) {
    transition-delay: 1.26s;
    -webkit-transition-delay: 1.26s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(10) {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(11) {
    transition-delay: 1.54s;
    -webkit-transition-delay: 1.54s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(12) {
    transition-delay: 1.68s;
    -webkit-transition-delay: 1.68s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(13) {
    transition-delay: 1.82s;
    -webkit-transition-delay: 1.82s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(14) {
    transition-delay: 1.96s;
    -webkit-transition-delay: 1.96s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(15) {
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(16) {
    transition-delay: 2.24s;
    -webkit-transition-delay: 2.24s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(17) {
    transition-delay: 2.38s;
    -webkit-transition-delay: 2.38s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(18) {
    transition-delay: 2.52s;
    -webkit-transition-delay: 2.52s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(19) {
    transition-delay: 2.66s;
    -webkit-transition-delay: 2.66s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(20) {
    transition-delay: 2.8s;
    -webkit-transition-delay: 2.8s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(21) {
    transition-delay: 2.94s;
    -webkit-transition-delay: 2.94s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(22) {
    transition-delay: 3.08s;
    -webkit-transition-delay: 3.08s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(23) {
    transition-delay: 3.22s;
    -webkit-transition-delay: 3.22s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(24) {
    transition-delay: 3.36s;
    -webkit-transition-delay: 3.36s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(25) {
    transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(26) {
    transition-delay: 3.64s;
    -webkit-transition-delay: 3.64s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(27) {
    transition-delay: 3.78s;
    -webkit-transition-delay: 3.78s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(28) {
    transition-delay: 3.92s;
    -webkit-transition-delay: 3.92s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(29) {
    transition-delay: 4.06s;
    -webkit-transition-delay: 4.06s;
}

.elementor-widget-wdt-heading.wdt-item-is-inview .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:nth-child(30) {
    transition-delay: 4.2s;
    -webkit-transition-delay: 4.2s;
}

/* ===== */