.header .swiper-container .swiper-button-next * {
    rotate: -45deg;
}

.header .swiper-container .swiper-button-prev span {
    rotate: -90deg;
}

.header:before {
    background: transparent;
}

.header:after {
    background: transparent;
}

.sandwich-btn span:nth-child(3) {
    top: 16px;
}

.header .social-media {
    right: 44px;
}

.header .social-media {
    right: 44px;
    left: auto;
    bottom:50px;
}

.header .swiper-container .swiper-pagination-fraction {
    left: 40px;
    right: auto;
    bottom: 20px;
    color: #fff;
    text-align: left;
}

.page-loaded .navbar {
    position: fixed;
}

.soundbar {
    margin-left: 30px;
}

.soundbar .sound .sound-title {
    transform: translateX(-265px);
}

.social-media {
    display: flex;
    justify-content: center;
    list-style: none;
}

.header .social-media li {
    margin: 0 4px;
}

.header .social-media li a {
    float: left;
    font-size: 12px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    position: relative;
    background: #16234d;
    transition: 0.5s ease;
}

.navigation-menu .nav-bg2 {
    background: #16234d;
    opacity: 0.7;
}

.navigation-menu .nav-bg {
    opacity: 0.7;
    background: #16234d;
}

.sandwich-btn span {
    background: #FFFFFF;
}