@media (min-width: 992px) {
.social-left.social-icons {
    position: fixed;
    left: 0px;
    top: 20vh;
    width: 50px;
    z-index: 1;
}
.social-left.social-icons li i::before {
    color: var(--brandcolor5)
}
    
}

@media (max-width: 991px) {
.social-left.social-icons {
    display: none;
}    
}

.tssCourse section.wavparallax {
    background-color: unset;
}