/* .custom-logo {
    margin-top: -20px;
} */

.service-marquee {
    background: #9457A4;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 8px 0;
}

.service-marquee h4 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.side-social-icons {
    position: fixed;
    z-index: 500;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.side-social-icons a {
    line-height: 40px;
    color: #fff;
    float: left;
    width: 40px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    background: #9457A4;
}

.side-social-icons a:hover {
    background: #9457A4;
}

.top-left {
    font-weight: 900;
}

.top-nav {
    padding-top: 3.75px;
}

.nav-manu {
    padding-top: 14.72px;
}

.side-social-icons {
    position: fixed;
    z-index: 500;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.side-social-icons a {
    line-height: 40px;
    color: #fff;
    float: left;
    width: 40px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    background: #9457A4;
}

.side-social-icons a:hover {
    background: #9457A4;
}

.top-left {
    font-weight: 900;
}

.top-nav {
    padding-top: 3.75px;
}

.nav-manu {
    padding-top: 14.72px;
}

.cssload-thecube .cssload-cube:before {
    background-color: #9457A4;
}

.top-bar .social-icons a:hover {
    background: #9457A4;
}

/* .tparrows.preview3{
    background: #9457A4;
}

.tparrows.preview3:after{
    background: #9457A4;
} */

.tp-bullets.preview3 .bullet.selected {
    border: 5px solid #9457A4 !important;
}