.st-seperator-icon {
    -webkit-animation: spin-animaiton 6s linear infinite;
    animation: spin-animaiton 6s linear infinite;
}

@-webkit-keyframes spin-animaiton {
    0% {
        -webkit-transform: rotateY(-20deg) rotateX(0deg);
        transform: rotateY(-20deg) rotateX(0deg);
    }
    75% {
        -webkit-transform: rotateY(-20deg) rotateX(360deg);
        transform: rotateY(-20deg) rotateX(360deg);
    }
    100% {
        -webkit-transform: rotateY(-20deg) rotateX(360deg);
        transform: rotateY(-20deg) rotateX(360deg);
    }
}

.st-wave-wrap .st-wave-first .st-wave-in {
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
}

.st-wave-wrap .st-wave-second .st-wave-in {
    -webkit-animation: move_wave 20s linear infinite;
    animation: move_wave 20s linear infinite;
    bottom: -35px;
}

.st-wave-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.st-wave {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0
}

.st-wave-in {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0);
        transform: translateX(-25%) translateZ(0)
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0)
    }
}


/*End Wave Animaiton*/

.st-hero-slide.st-style2 {
    height: 800px;
    background-color: #2a58ff;
    position: relative;
}

.st-hero-slide.st-style2.st-type1 {
    height: 100vh;
    background-color: #2a58ff;
    position: relative;
    border-radius: 0 0 100% 0;
    width: calc(100% - 120px);
    border: 40px solid #EDF1FA;
    border-left: none;
    border-top: none;
    padding-left: 150px;
}

.st-hero-slide.st-style2.st-type3 {
    height: 100vh;
    background-color: #666;
    position: relative;
    border-radius: 0 0 100% 0;
    border: 40px solid #EDF1FA;
    border-left: none;
    border-top: none;
    padding-left: 33px;
    width: calc(100% + 15px);
}

.st-hero-slide.st-style2.st-type1 .st-hero-img {
    width: 800px;
    left: 61%;
    z-index: 1;
}

.st-hero-slide.st-style2.st-type1 .st-hero-img img {
    -webkit-animation: none;
    animation: none;
    width: 100%;
}

.st-hero-slide.st-style2 .st-hero-text.st-style1 h1 {
    color: #fff;
}

.st-hero-slide.st-style2 .st-hero-text.st-style1 .st-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.st-hero-slide.st-style2.st-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
    margin-bottom: 60px;
    border-radius: 0 0 100% 100%;
    border-bottom: 40px solid #EDF1FA;
    width: 110%;
    margin-left: -5%;
}

.st-hero-slide.st-style2.st-type2 .st-hero-text.st-style1 {
    padding-top: 110px;
    padding-bottom: 80px;
}

.st-hero-img2 {
    position: relative;
    margin-bottom: -110px;
}

.st-hero-slide.st-style2.st-type2 .st-wave-wrap {
    margin-bottom: -50px;
}


/*--------------------------------------------------------------
24. Start Text Slider
----------------------------------------------------------------*/

.st-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.st-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.st-words-wrapper b.is-visible {
    position: relative;
}

.st-headline.st-rotate-text .st-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.st-headline.st-rotate-text b {
    opacity: 0;
}

.st-headline.st-rotate-text i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .st-headline.st-rotate-text i {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.st-headline.st-rotate-text i.in {
    -webkit-animation: cd-st-rotate-text-in 0.6s forwards;
    animation: cd-st-rotate-text-in 0.6s forwards;
}

.st-headline.st-rotate-text i.out {
    -webkit-animation: cd-st-rotate-text-out 0.6s forwards;
    animation: cd-st-rotate-text-out 0.6s forwards;
}

.no-csstransitions .st-headline.st-rotate-text i {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .st-headline.st-rotate-text .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-st-rotate-text-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes cd-st-rotate-text-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-st-rotate-text-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@keyframes cd-st-rotate-text-out {
    0% {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}


/*xpush */

.st-headline.push b {
    opacity: 0;
}

.st-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.st-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.shap1 {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 12%;
    top: 5%;
    background: rgba(42, 88, 255, 0.05);
    -webkit-animation: animationFramesOne 15s alternate infinite linear;
    animation: animationFramesOne 15s alternate infinite linear;
}

.shap2 {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 2%;
    top: 45%;
    border: 8px solid #ebf5f7;
    -webkit-animation: animationFramesOne 20s alternate infinite linear;
    animation: animationFramesOne 20s alternate infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.shap3 {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    left: 32%;
    top: 0%;
    background: rgba(223, 79, 252, 0.1);
    -webkit-animation: animationFramesOne 35s alternate infinite linear;
    animation: animationFramesOne 35s alternate infinite linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.shap4 {
    overflow: hidden;
    position: absolute;
    height: 54px;
    width: 50px;
    left: 75%;
    top: 0;
    border: 8px solid #d5f6f4;
    -webkit-animation: animationFramesOne 25s alternate infinite linear;
    animation: animationFramesOne 25s alternate infinite linear;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    border-top-color: transparent;
    border-left-color: transparent;
}

.shap4:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100px;
    background: #d5f6f4;
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
    bottom: 20px;
    left: -23px;
}

.shap5 {
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    left: 48%;
    top: 50%;
    background: rgba(226, 246, 225, 0.7);
    -webkit-animation: animationFramesOne 30s alternate infinite linear;
    animation: animationFramesOne 30s alternate infinite linear;
}

.shap6 {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    left: 91%;
    top: 65%;
    background: rgba(42, 88, 255, 0.1);
    -webkit-animation: animationFramesOne 17s alternate infinite linear;
    animation: animationFramesOne 17s alternate infinite linear;
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}