/* News */
.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus{
    border-color: #034bb1 !important;
    background-color: #034bb1 !important;
}

.pagination>.active>a, .pagination>.active>span{
    border-color: #034bb1 !important;
    background-color: #034bb1 !important;
}
.view-category #sp-main-body {
    padding:50px 0 50px 0 !important;
}

.view-category #sp-left .sp-module,.view-article #sp-left .sp-module {
    background: rgb(255 255 255 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgb(255 255 255 / 20%) !important;
}

@media (max-width:991px){
    .view-category #sp-left .sp-module,.view-article #sp-left .sp-module {
    margin-bottom:30px;
}}

.view-category #sp-left h3.sp-module-title, .view-article #sp-left h3.sp-module-title {
    padding-bottom:0px !important;
    margin-bottom:20px !important;
    border:0 !important; 
    color: #ffffff;
    letter-spacing:1px;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size:24px !important;
}

.view-category #sp-left .sp-module ul>li, .view-article #sp-left .sp-module ul>li {
    border-bottom: none;
    transition:0.5s;
    padding-left:0px;
}

.view-category #sp-left .sp-module ul>li>a, .view-article #sp-left .sp-module ul>li>a{
    transition:0.5s; 
    color:#fff;
}
.view-category #sp-left .sp-module ul>li:hover, .view-article #sp-left .sp-module ul>li:hover {
}
.view-category #sp-left .sp-module ul>li:hover a, .view-article #sp-left .sp-module ul>li:hover a{
    transform:scale(1.01);
    text-shadow:0 0 2px #fff;
}

.article-list .article .article-body{
    border:none !important; 
}

.article-list .article .article-body .article-header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-list .article .article-body .article-header h2{
    font-size:18px;
    text-transform:uppercase;
}
.article-list .article .article-body .article-header h2 a{
    color: #fff;
    font-family: 'Roboto';
}
.article-list .article .article-body .article-introtext p{
    margin-bottom:20px;
    color:#fff;
    font-weight: 300 !important;
    font-size: 14px;
}
.article-list .article .article-body .article-introtext p strong{
    font-weight: 300 !important;
}
.article-list .article .article-body .article-introtext a{
    color:#fff;
}

.article{
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
    background-color: rgb(16 18 66 / 70%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition:0.5s;
}
.article:hover,.article:focus{
    background-color: rgb(16 18 66 / 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform:scale(1.01);
}

.article-list .article .article-intro-image{
    border:none;
}
.article-ratings-social-share {
    display: none !important;
}





.view-article #sp-main-body {
    padding:50px 0 50px 0;
}

.article-details {
    padding:20px !important;
    background-color: rgb(16 18 66 / 70%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 20px;
    margin: 50px 0;
}

.article-details .article-full-image {
    text-align: center;
}
.article-details .article-full-image img{
    width:500px;
}

.article-details .article-header{
    text-transform:uppercase;
    color:#fff;
    
}
.article-details .article-header h1{
    font-size:28px !important;
}

.article-details p {
    color:#fff !important;
}

@media (max-width:767px){
    .article-details .article-header h1{
    font-size:20px !important;
}
}

.view-article .col-lg-3 .sp-column {
    margin-top: 50px;
}

.view-article .col-lg-3 .sp-column {
    margin-top: 50px;
}

.view-article h3.related-article-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.related-article-list .article-full-image {
    border: 0 !important;
}

.related-article-list .article-header h2 a{
    color:#fff !important;
    font-family:'Roboto';
    font-size:20px;
    font-weight:700;   
}
.related-article-list .article-header h2{
    margin-bottom:0 !important;
}

.related-article-list .article-info{
    display:none;
}




.blog ul.pagination .page-link{
    background: transparent !important;
    color:#fff;
    border:1px solid #fff !important;
    transition:0.3s;
}

.blog ul.pagination .active .page-link{
    background: rgb(1 27 140 / 70%) !important;
}

.blog ul.pagination .page-link:hover{
    background: rgb(1 27 140) !important;
}