.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: 100px 0px;
    width: 100%;
}

.media .cards {
    background: var(--secondary-color);
    padding: 40px 20px;
    border-radius: 50px;
    box-shadow: 6px 7px 7px 2px #ccc;
    margin-bottom: 30px;
}

.media .cards h2 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

@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) {}