body,
html {
    margin: 0;
    overflow: hidden;
}

body,
.onepage-wrapper,
html {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
    will-change: opacity;
}

.onepage-wrapper .section {
    width: 100%;
    height: 100vh;
    transition: all 0.8s ease-in-out;
    top: 0% !important;
    opacity: 0;
    will-change: all;
}

.onepage-wrapper .no-active {
    top: 0 !important;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .onepage-wrapper .no-active {
        top: -100% !important;
        opacity: 1;
    }   
}

.one.no-active {
    top: -100% !important;
    opacity: 1 !important;
}

.one {
    z-index: 999;
}

.onepage-wrapper .active {
    top: 0 !important;
    bottom: 0;
    opacity: 1;
    z-index: 999 !important;
}

.onepage-pagination {
    position: absolute;
    right: 12px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .onepage-pagination {
        display: none;
    }
}

.onepage-pagination li {
    padding: 0;
    text-align: center;
}

.onepage-pagination li a {
    width: 2px;
    margin-bottom: 8px;
    height: 40px;
    display: block;
    background-color: #DDDDDD;
}

.onepage-pagination li:last-child a {
    margin-bottom: 0px;
}

.onepage-pagination li a.active {
    background-color: #00B6ED;
}

#fullpage {
    transform: translate3d(0px, 0px, 0px) !important;
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
    min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
    display: none;
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
    position: inherit;
}