.news-slider-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.wpnaw-news-post {
    background: #fff;
    height: fit-content;
    margin: 0 32px;
    padding: 16px 24px;
}

.news-short-content {
    margin-bottom: 10px;
    height: 170px;
}

.news-col-1 {
    width: 33.3%;
}

.news.wpnaw-first {
    margin-left: 0;
}

.news.wpnaw-last {
    margin-left: 0;
}

.wpnawfree-plugin {
    display: flex !important;
    width: auto;
    height: 280px;
    margin: 0px 0px 0px -1000px;
    margin-bottom: 40px;
    position: relative;
    -webkit-animation-name: slide_animation;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-name: slide_animation;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes slide_animation{
    0% {
        left: 0px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 500px;
    }

    30% {
        left: 500px;
    }

    40% {
        left: 500px;
    }

    50% {
        left: 500px;
    }

    60% {
        left: 1000px;
    }

    70% {
        left: 1000px;
    }

    80% {
        left: 1000px;
    }

    90% {
        left: 1000px;
    }

    100% {
        left: 1000px;
    }
}

@-webkit-keyframes slide_animation /* Safari and Chrome */{
    0% {
        left: 0px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 500px;
    }

    30% {
        left: 500px;
    }

    40% {
        left: 500px;
    }

    50% {
        left: 500px;
    }

    60% {
        left: 1000px;
    }

    70% {
        left: 1000px;
    }

    80% {
        left: 1000px;
    }

    90% {
        left: 1000px;
    }

    100% {
        left: 1000px;
    }
}

.cards-style.style-4 figure {
    padding: 0 !important;
}

.clean-block .block-heading p {
    max-width: 100% !important;
}

.navbar.navbar-light.navbar-expand-lg.fixed-top.bg-white.clean-navbar {
    font-family: 'Roboto Slab', serif;
    letter-spacing: .1em;
    line-height: 26px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(29,112,183,1);
}

.clean-navbar.fixed-top+.page {
    padding-top: 102px;
}

@media (min-width: 576px) {
    .clean-navbar.fixed-top+.page {
        padding-top: 7.6rem;
    }
}

/* Logo Carousal */
.slick-track {
    display: flex !important;
    align-items: center;
}

.single-logo {
    height: 100px !important;
}

.clean-block.add-on.sponsors a img {
    max-width: 170px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
}

.clean-block.add-on.sponsors a img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.page {
    min-height: calc(100% - 105px);
    position: relative;
    top: 60px;
}

.main-content {
    padding: 40px 0;
}

.page-banner {
    height: 250px;
    background-clip: cover;
    background-position: center;
    background: r;
}

h2 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 40px;
}

p {
    margin-bottom: 20px;
}