.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%;
}

.features h3 {
    font-family: Noto Sans;
    font-weight: 700;
    font: normal normal bold Noto Sans;
    letter-spacing: 0px;
    color: #6B3C9A;
}

.features .f-icon{
    width: 45%;
}

.features .mobile-right{
    width: 85%;
    text-align: right;
}

@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) {}