/***<<--- 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: 16px;
}

.wdt-heading-holder>*:last-child {
    margin-bottom: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper {
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 0;
}

/* .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    -webkit-background-clip: text; background-clip: text;
    background-image: -webkit-linear-gradient(0deg, var(--wdtPrimaryColor) 0%, var(--wdtQuaternaryColor) 25%, var(--wdtTertiaryColor) 50%, var(--wdtQuaternaryColor) 75%, var(--wdtPrimaryColor) 100%); background-repeat: repeat; color: transparent; animation: sliding 30s linear infinite; }

@-webkit-keyframes sliding-bg-anim { to { background-position: -2000vw; } }
@keyframes sliding-bg-anim { to { background-position: -2000vw; } } */

.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: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 0;
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdtPrimaryColor);
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    font-family: var(--wdtFontTypo_Alt);
    position: relative;
}

.wdt-dark-bg .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    color: var(--wdtAccentTxtColor);
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle:before,
.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle:before {
    right: -25px;
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='5' y='73.8' width='29.5' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='5' y='20.4' width='90' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='5' y='47.1' width='58.9' height='5.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='5' y='73.8' width='29.5' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='5' y='20.4' width='90' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='5' y='47.1' width='58.9' height='5.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle:after {
    left: -25px;
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='65.5' y='73.8' width='29.5' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='5' y='20.4' width='90' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='36.1' y='47.1' width='58.9' height='5.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='65.5' y='73.8' width='29.5' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='5' y='20.4' width='90' height='5.8'/%3E%3C/g%3E%3Cg%3E%3Crect x='36.1' y='47.1' width='58.9' height='5.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.elementor-widget-wdt-heading.start .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle:after {
    display: none;
}

.elementor-widget-wdt-heading.end .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle:before {
    display: none;
}



.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: 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: 5px;
}

.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: 1.125rem;
    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-flex;

    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);
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-heading-colored-elements {
    color: var(--wdt-elementor-color-primary);
}


/* Common heading */

.wdt-common-heading h2.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
    text-transform: capitalize;
    font-size: clamp(2.25rem, 1.925rem + 1.625vw, 3.875rem);
    margin-bottom: 10px;
}

.wdt-common-heading h3.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wdt-common-heading h1.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wdt-common-heading h4.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wdt-common-heading h5.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wdt-common-heading h6.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media only screen and (max-width:1280px) {
    .wdt-common-heading h5.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper span {
        font-size: 18px;
    }
}