.is-section.section-pagepiling{
    overflow: hidden;
}
.section-pagepiling .section-slide{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.section-pagepiling .section-slide.active{
    z-index: 100;
    opacity: 1;
    visibility: visible;
}


.section-pagepiling .pagination{
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 101;
    transform: translateY(-50%);
    display: block;
}

.section-pagepiling.nav-style-01 .pagination .bullet{
    display: block; 
    margin: 30px 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
}
.section-pagepiling.nav-style-01 .pagination .bullet::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    border: 1px solid #FFF;
    transition: all 300ms ease-in;  
}

.section-pagepiling.nav-style-01 .pagination .bullet.active::after{
    background-color: var(--accent-color);
    transform: scale(1.3333);
}
.section-pagepiling.nav-style-01 .pagination .bullet.active::after,
.section-pagepiling.nav-style-01 .pagination .bullet.active::before{
    opacity: 1;
}
.section-pagepiling.nav-style-01 .pagination .text{
    margin-top: -6px;
}
 

.section-pagepiling.nav-style-02 .pagination .bullet{
    display: block; 
    margin: 30px 0;
    cursor: pointer;
    border: 2px solid #fff ;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    transition: all 300ms ease-in;
}
.section-pagepiling.nav-style-02 .pagination .bullet::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #FFF;
    border-radius: 50%;
}

.section-pagepiling.nav-style-02 .pagination .bullet::before{
    content: "";
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border:1px solid #FFF;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: all 300ms ease-in;
}
.section-pagepiling.nav-style-02 .pagination .bullet.active{
    border-color: transparent;
}
.section-pagepiling.nav-style-02 .pagination .bullet.active::after,
.section-pagepiling.nav-style-02 .pagination .bullet.active::before{
    opacity: 1;
}



.section-pagepiling.nav-style-03 .pagination .bullet{
    display: block; 
    margin: 37px 0;
    cursor: pointer;
    background-color: #000;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: relative;
    transition: all 300ms ease-in;
}
.section-pagepiling.nav-style-03 .pagination .bullet::before{
    content: "";
    border-left: 1px solid #000;
    top: 17px;
    left: 5px;
    height: 24px;
    position: absolute;
}
.section-pagepiling.nav-style-03 .pagination .bullet:last-child::before{
    content: none;
}

.section-pagepiling.nav-style-03 .pagination .bullet.active{
    border-color: transparent;
}
.section-pagepiling.nav-style-03 .pagination .bullet.active::after,
.section-pagepiling.nav-style-03 .pagination .bullet.active::before{
    opacity: 1;
}
.section-pagepiling.nav-style-03 .pagination .bullet.active{
    background-color: var(--accent-color);
}
.section-pagepiling.nav-style-03 .pagination .text{
   top: 4px;
}



.section-pagepiling .pagination .text{
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.85) ;
    color: #FFF;
    margin-right: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1;
    margin-top: -15px;
    opacity: 0;
    transition: all 300ms ease-in;
    pointer-events: none;
    font-size: 13px;
}
.section-pagepiling .pagination .text::after{
    content: "";
    border: 5px solid transparent;
    border-left-color: rgba(0,0,0,0.85) ;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;
}
.section-pagepiling .pagination .bullet:hover .text{
    opacity: 1;
}
.section-pagepiling[data-navigation="off"] .pagination{
    display:none;
}
.section-pagepiling[data-navigation="left"] .pagination{
   left:30px;
   right:auto;
} 
.section-pagepiling[data-navigation="left"] .pagination .text{
    left:100%;
    right:auto;
    margin:-15px 0 0 20px;
}
.section-pagepiling[data-navigation="left"] .pagination .text::after{
    left:auto;
    right:100%;
    border-left-color:transparent;
    border-right-color: rgba(0,0,0,0.85);

}

/*Animation*/


.section-pagepiling .section-slide.direction-up,
.section-pagepiling .section-slide.direction-down,
.section-pagepiling .section-slide.anime-in{
     z-index: 100!important;
     opacity: 1;
     visibility: visible;
 }
 .section-pagepiling .section-slide.anime-out{
    pointer-events: none;
 }
 .section-pagepiling .section-slide.direction-up.anime-in{
     z-index: 101!important;
}
.section-pagepiling .section-slide.direction-up.anime-in{
	-webkit-animation: pp-slide-up-in .6s ease both;
    animation: pp-slide-up-in .6s ease both;
}
.section-pagepiling .section-slide.direction-down.anime-in{
	-webkit-animation: pp-slide-down-in .6s ease both;
    animation: pp-slide-down-in .6s ease both;
}

.section-pagepiling.animate-fade .section-slide.direction-up.anime-in{
    -webkit-animation: pp-fade-in .6s ease both;
    animation: pp-fade-in .6s ease both;
}
.section-pagepiling.animate-fade .section-slide.direction-up.anime-out{
    -webkit-animation: pp-fade-out .6s ease both;
    animation: pp-fade-out .6s ease both;
}
.section-pagepiling.animate-fade .section-slide.direction-down.anime-in{
	-webkit-animation: pp-fade-in .6s ease both;
    animation: pp-fade-in .6s ease both;
}
.section-pagepiling.animate-fade .section-slide.direction-down.anime-out{
    -webkit-animation: pp-fade-out .6s ease both;
    animation: pp-fade-out .6s ease both; 
}

.section-pagepiling.animate-scale .section-slide.direction-up.anime-in{
    -webkit-animation: pp-slide-up-in .6s ease both;
    animation: pp-slide-up-in .6s ease both;
}
.section-pagepiling.animate-scale .section-slide.direction-up.anime-out{
    -webkit-animation: pp-scale-out .6s ease both;
    animation: pp-scale-out .6s ease both;
}
.section-pagepiling.animate-scale .section-slide.direction-down.anime-in{
	-webkit-animation: pp-slide-down-in .6s ease both;
    animation: pp-slide-down-in .6s ease both;
}
.section-pagepiling.animate-scale .section-slide.direction-down.anime-out{
    -webkit-animation: pp-scale-out .6s ease both;
    animation: pp-scale-out .6s ease both; 
}

.section-pagepiling.animate-fold {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.section-pagepiling.animate-fold .section-slide.direction-up.anime-in{
    -webkit-animation: pp-slide-up-in .6s ease both;
    animation: pp-slide-up-in .6s ease both;
}
.section-pagepiling.animate-fold .section-slide.direction-up.anime-out{
    -webkit-animation:pp-fold-down-out .6s ease both;
    animation: pp-fold-down-out .6s ease both;
    -webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.section-pagepiling.animate-fold .section-slide.direction-down.anime-in{
	-webkit-animation: pp-slide-down-in .6s ease both;
    animation: pp-slide-down-in .6s ease both;
}
.section-pagepiling.animate-fold .section-slide.direction-down.anime-out{
    -webkit-animation: pp-fold-up-out .6s ease both;
    animation: pp-fold-up-out .6s ease both;
    -webkit-transform-origin:50% 100%;
	transform-origin: 50% 100%;
}

.section-pagepiling.animate-scaleup .section-slide.direction-up.anime-in{
    -webkit-animation: pp-scaledown-in .6s ease both;
    animation: pp-scaledown-in .6s ease both;
}
.section-pagepiling.animate-scaleup .section-slide.direction-up.anime-out{
    -webkit-animation: pp-scaledown-out .6s ease both;
    animation: pp-scaledown-out .6s ease both;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.section-pagepiling.animate-scaleup .section-slide.direction-down.anime-in{
    -webkit-animation: pp-scaleup-in .6s ease both;
    animation: pp-scaleup-in .6s ease both;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.section-pagepiling.animate-scaleup .section-slide.direction-down.anime-out{
    -webkit-animation: pp-scaleup-out .6s ease both;
    animation: pp-scaleup-out .6s ease both;
}

@-webkit-keyframes pp-slide-up-in {
	from { -webkit-transform: translateY(-100%);opacity: 1; }
	to { -webkit-transform: translateY(0%); }
}
@keyframes pp-slide-up-in {
	from { transform: translateY(-100%);opacity: 1; }
	to { transform: translateY(0%); }
}
@-webkit-keyframes pp-slide-down-in {
	from { -webkit-transform: translateY(100%);opacity: 1; }
	to { -webkit-transform: translateY(0%); }
}
@keyframes pp-slide-down-in {
	from { transform: translateY(100%);opacity: 1; }
	to { transform: translateY(0%); }
}

@-webkit-keyframes pp-slide-up-out {
	from { -webkit-transform: translateY(0%);opacity: 1; }
	to { -webkit-transform: translateY(-100%); }
}
@keyframes pp-slide-up-out {
	from { transform: translateY(0%);opacity: 1; }
	to { transform: translateY(-100%); }
}
@-webkit-keyframes pp-slide-down-out {
	from { -webkit-transform: translateY(0%);opacity: 1; }
	to { -webkit-transform: translateY(100%); }
}
@keyframes pp-slide-down-out {
	from { transform: translateY(0%);opacity: 1; }
	to { transform: translateY(100%); }
}

@-webkit-keyframes pp-fade-in {	
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes pp-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes pp-fade-out {	
	from { opacity: 1; }
	to { opacity: 0; }
}
@keyframes pp-fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

@-webkit-keyframes pp-scale-out {
	from { -webkit-transform:scale(1);opacity: 1; }
	to { -webkit-transform: scale(.9);opacity: .5; }
}
@keyframes pp-scale-out {
	from { transform:scale(1);opacity: 1; }
	to { transform:scale(.9);opacity: .5; }
}

@-webkit-keyframes pp-fold-up-out {
	from { -webkit-transform: translateY(0%) rotateX(0deg);opacity: 1; }
	to { -webkit-transform: translateY(-100%) rotateX(90deg);opacity:0; }
}
@keyframes pp-fold-up-out {
	from { transform: translateY(0%) rotateX(0deg);opacity: 1; }
	to { transform: translateY(-100%) rotateX(90deg);opacity:0; }
}

@-webkit-keyframes pp-fold-down-out {
	from { -webkit-transform: translateY(0%) rotateX(0deg);opacity: 1; }
	to { -webkit-transform: translateY(100%) rotateX(-90deg);opacity:0; }
}
@keyframes pp-fold-down-out {
	from { transform: translateY(0%) rotateX(0deg);opacity: 1; }
	to { transform: translateY(100%) rotateX(-90deg);opacity:0; }
}

@-webkit-keyframes pp-scaleup-in {
	from { -webkit-transform: scale(0.85);opacity: 0; }
	to { -webkit-transform:scale(1);opacity:1; }
}
@keyframes pp-scaleup-in {
	from { -webkit-transform: scale(0.85);opacity: 0 }
	to { -webkit-transform: scale(1);opacity:1; }
}

@-webkit-keyframes pp-scaleup-out {
	from { -webkit-transform: scale(1);opacity: 1  }
	to { -webkit-transform: scale(1.15);opacity: 0  }
}
@keyframes pp-scaleup-out {
	from { -webkit-transform: scale(1);opacity: 1 }
	to { -webkit-transform: scale(1.15);opacity: 0  }
}

@-webkit-keyframes pp-scaledown-in {
	from { -webkit-transform: scale(1.15);opacity:0; }
	to { -webkit-transform: scale(1);opacity:1; }
}
@keyframes pp-scaledown-in {
	from { -webkit-transform:scale(1.15);opacity:0; }
	to { -webkit-transform: scale(1);opacity:1; }
}

@-webkit-keyframes pp-scaledown-out {
	from { -webkit-transform: scale(1);opacity: 1; }
	to { -webkit-transform: scale(0.85);opacity: 0;}
}
@keyframes pp-scaledown-out {
	from { -webkit-transform: scale(1);opacity: 1; }
	to { -webkit-transform: scale(0.85);opacity: 0; }
}


.mobile_not_fullpage .section-pagepiling .section-slide.anime-out{
    pointer-events: all;
}
.mobile_not_fullpage .section-pagepiling .section-slide{
    position: relative;
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width:768px) {
    .is-section.section-pagepiling{
        height: 100vh;
    }
    .is-section.section-pagepiling .is-boxes{
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
/*     .mobile_not_fullpage .fullpage-banner .section-slide{
        min-height: 630px;
    } */
}



.section-pagepiling .button-01::after{
    opacity: 1;
}