.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-navbar .site-navigation .site-menu>li>a {
    color: #030303;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--primary-color);
}

.sticky-wrapper {
    position: inherit;
    z-index: 100;
    width: 100%;
}

section {
    padding: 50px 0px;
    width: 100%;
}

.test-card {
    background: var(--primary-color);
    border-radius: 40px;
    height: 100%;
    padding: 30px 20px;
    color: #fff;
}

.test-card h2 {
    color: #fff;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
}

.test-card p {
    font-size: 13px;
    color: #fff;
    margin: 0px;
}

.row-7 .test-card {
    background: #e1bee7;
}
.row-6 .test-card {
    background: #ce93d8;
}
.row-5 .test-card {
    background: #ba68c8;
}
.row-4 .test-card {
    background: #ab47bc;
}
.row-3 .test-card {
    background: #9c27b0;
}
.row-2 .test-card {
    background: #8e24aa;
}
.row-1 .test-card {
    background: #7b1fa2;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}