/*purple ======================================================================*/
/*
    Hard  rgba(1, 41, 92, 1)
    Shft  rgba(34, 108, 177)

*/

.fc a {
    color: rgba(1, 41, 92, 1) !important;
}



.fc-button {
    background-color: rgba(1, 41, 92, 1) !important;
    border-color: rgba(1, 41, 92, 1) !important
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: rgba(1, 41, 92, 1) !important
}

.stats_content {
    background: linear-gradient(265.27deg,rgba(1, 41, 92, 1) 0%, rgb(34, 108, 177) 240.75%), linear-gradient(0deg, #00A4E4, #00A4E4), linear-gradient(0deg, rgba(1, 41, 92, 1), rgba(1, 41, 92, 1)), linear-gradient(233.2deg, #3286CA 9.86%, #42637D 196.65%);
}

.manu-bar {
    background-color: rgba(1, 41, 92, 1) !important;
}

.menu_slide_left .li_menu_slide_left:hover {
    background: rgba(1, 41, 92, 1);
}

.menu_slide_left .li_menu_slide_left.active {
    background: rgba(1, 41, 92, 1);
}

.sub_menu_slide_left li:hover {
    background: rgba(1, 41, 92, 1);
}

.manu-bar-button, .close_menu_slide_left {
    background: linear-gradient( 300deg, rgba(255,255,255,0) 25%, rgba(34, 108, 177) 26%) !important;
}

.news {
    color: white;
    background-color: rgba(1, 41, 92, 1) !important;
}


.btn_seemore, .btn_seemore2 {
    background: rgba(1, 41, 92, 1) !important;
}

    .btn_seemore:after, .btn_seemore2:after {
        background: rgba(34, 108, 177) !important;
    }


.news_main_content a, .topic a, .news_content a, .font1 {
    color: rgba(1, 41, 92, 1) !important;
}

    .news_main_content a:hover, .topic a:hover, .news_content a:hover, .font1:hover {
        color: rgba(34, 108, 177) !important;
    }

.news_content_2 a:hover, {
    color : rgba(34, 108, 177) !important;
}


.background_5 {
    background-image: url('../Content/img/bg_5_01295c.png') !important;
}


.owl-carousel .owl-nav button.owl-prev {
    margin-left: -1.5rem !important;
    float: left;
    background: -webkit-linear-gradient(rgba(34, 108, 177),rgba(1, 41, 92, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -1.5rem !important;
    background: -webkit-linear-gradient(rgba(34, 108, 177),rgba(1, 41, 92, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.sub_menu_slide_left li:hover {
    background: rgba(34, 108, 177) !important;
}
*/
.nav-link:focus, .nav-link:hover {
    color: rgba(34, 108, 177) !important;
}

.li_menu_slide_left:hover, .li_menu_slide_left.active {
    background: rgba(1, 41, 92, 1) !important;
}

.sub_menu_slide_left a:hover {
    color: rgba(34, 108, 177);
}

#pageup_button {
    background-color: rgba(1, 41, 92, 1) !important;
}

    #pageup_button:hover {
        background-color: rgba(34, 108, 177) !important;
    }

.smpPagination--pagination.next, .smpPagination--pagination.prev {
    background-color: rgba(1, 41, 92, 1) !important;
}


.smpPagination--pagination.disable {
    background-color: rgba(34, 108, 177) !important;
}

.smpPagination--pagination:hover {
    color: rgba(34, 108, 177) !important;
}

.label, .label:hover {
    color: rgba(1, 41, 92, 1) !important;
}

.search2 {
    background-color: rgba(1, 41, 92, 1) !important;
}

.button1 {
    background-color: rgba(1, 41, 92, 1) !important;
}
.topic-box {
    background-color: rgba(1, 41, 92, 1) !important;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 24px;
    color: white !important;
}

.pagination-style ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /*background-color: #333;*/
}
.pagination-style li
{
    float: left;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination-style li:last-child
{
    border-right: none;
}
.pagination-style li a
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: Black;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.pagination-style li a:hover:not(.active)
{
    background-color: rgba(1, 41, 92, 1) !important;
    color: #fff;
}
.pagination-style li.active
{
    background-color: rgba(1, 41, 92, 1) !important;
    color: #fff;
}

.pagination-style .pagination {
    justify-content: center;
    flex-wrap: wrap;
}
