/*anim style*/
/*Style 1*/
.tpgb-heading-animation .heading-text-style-1 .heading-anim-text {
    opacity: 0;
    white-space: nowrap
}
.tpgb-heading-animation .heading-text-style-1 .heading-text-active {
    opacity: 1
}
.tpgb-heading-animation .heading-text-style-1 {
    vertical-align: middle;
    overflow: hidden
}
.tpgb-heading-animation .heading-text-style-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
    background: #0d0d0d
}
/*Style 1*/
/*anim style*/