* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sec1 {
}

.sec2 {
}

.sec3 {
}

.sec4 {
}

.sec5 {
}

.scroll-navigation {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 99;
    height: auto;
    width: auto;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.scroll-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.scroll-navigation ul li {
    margin-bottom: 15px;
}

.scroll-navigation ul li a:hover {
    background: #fff;
}

.scroll-navigation ul li a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    display: block;
}

nav {
    position: fixed;
    top: 42%;
    bottom: 20%;
    right: 0;
    width: 60px;
	z-index: 100;
}

nav ul {
    height: 60%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

nav li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black;
    cursor: pointer;
    transition: .5s;
}

@media all and (max-width:1299px){
@media only screen and (max-width:991px){
.scroll-nav{right:0;display:none}
}
}

.dot1 {
    background-color: transparent;
    border: 2px solid #fff;
}

.dot2 {
    background-color: transparent;
    border: 2px solid #fff;
}

.dot3 {
    background-color: transparent;
    border: 2px solid #fff;
}

.dot4 {
    background-color: transparent;
    border: 2px solid #fff;
}

.dot5 {
    background-color: transparent;
    border: 2px solid #fff;
}

.dot6 {
    background-color: transparent;
    border: 2px solid #fff;
}

.active {
    background: #fff;
}