.elementor-widget.MainPasha {
    left: -180px;
}
.fp-completely .elementor-widget.MainPasha.ShowPasha {
    animation: showpasha 0.8s forwards;
}
@keyframes showpasha {
    0% {left: -180px;}
    100% {left: 0px;}
}
.AboutWhoWeAre {
    right: -40vw;
}
.fp-completely .AboutWhoWeAre {
    animation: aboutwhoweare 1s ease-out forwards;
}
@keyframes aboutwhoweare {
    0% {right: -40vw;}
    100% {right: 0vw;}
}
.sectionName:not(body.elementor-editor-active .sectionName) {
    bottom: 50px;
    opacity: 0;
}
.fp-completely .sectionName {
    animation: secname 0.6s ease-out forwards;
}
@keyframes secname {
    0% {bottom: 50px; opacity: 0;}
    100% {bottom: 10px; opacity: 1;}
}
.WWWUImages {
    position: relative !important;
}
.WWWUImages img {
    position: absolute !important;
    top: 22vh;
    right: 30%;
    width: 80%;
}
.WWWUImages img:not(body.elementor-editor-active .WWWUImages img) {
    opacity: 0;
}
.fp-completely .WWWUImages img {
    animation: wwwu 1.5s forwards;
}
.fp-completely .WWWUImages .elementor-widget-image:nth-child(1) img {
    animation-delay: 0s;
}
.fp-completely .WWWUImages .elementor-widget-image:nth-child(2) img {
    animation-delay: 0.2s;
}
.fp-completely .WWWUImages .elementor-widget-image:nth-child(3) img {
    animation-delay: 0.4s;
}
.fp-completely .WWWUImages .elementor-widget-image:nth-child(4) img {
    animation-delay: 0.6s;
}
.fp-completely .WWWUImages .elementor-widget-image:nth-child(5) img {
    animation-delay: 0.8s;
}
.fp-completely .WWWUImages .elementor-widget-image:nth-child(6) img {
    animation-delay: 1s;
}
@keyframes wwwu {
    0%{
        right: 30%;
        opacity: 0;   
    }
    100%{
        right: 0%;
        opacity: 1;   
    }
}
.WWWUContent h2 {
    padding-left: 30%;
    opacity: 0;
}
.fp-completely .WWWUContent h2 {
    animation: h2wwwu 2.5s forwards;
}
@keyframes h2wwwu {
    0%{opacity: 0;padding-left: 30%;}
    100%{opacity: 1;padding-left: 0%;}
}
.WWWUContent p {
    opacity: 0;
}
.fp-completely .WWWUContent p {
    animation: pwwwu 2.5s forwards;
    animation-delay: 0.8s;
}
@keyframes pwwwu {
    0%{opacity: 0;}
    100%{opacity: 1;}
}




.AchivementSection .achivementcol img {
    transform: rotate(180deg);
    animation: achiimg 0.9s forwards;
}
@keyframes achiimg {
    0% {
        opacity: 0;
        transform: rotate(180deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}