﻿/* Project Name: Kaldbak.com */
/* Project URL: Kaldbak.com/ */
/* Develop by: Appnet */
/* Developer URL: https://appnet.fo/ */
/* Brand Colors */
*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   
}

::-moz-selection {
    background-color: #91C728;
    color: #fff;
}

::selection {
    background-color: #91C728;
    color: #fff;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
    background-color: #F0F0F0;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

div, header, nav, footer, section, aside, article {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    color: #91C728;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none !important;
    }

p {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 16px !important;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        position: relative;
        z-index:0;
    }



/* Bootstrap Reset */
.btn.btn-primary {
    background: #91C728;
    border-color: #91C728;
    border-radius: 0;
}

    .btn.btn-primary:hover {
        background-color: #000;
        border-color: #000;
        box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    }

.card {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    margin-bottom:1px;
}

    .card:hover {
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    }

    .card .card-header {
        padding: 0;
    }

        .card .card-header img {
            min-height: 210px;
            -o-object-fit: cover;
            object-fit: cover;
            max-height: 210px;
            width: 100%;
            transition: all 0.2s ease-in-out;
        }

    .card .card-header, .card .card-body, .card .card-footer {
        background-color: #fff;
        border: 0;
    }

        .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6, .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6, .card .card-footer h1, .card .card-footer h2, .card .card-footer h3, .card .card-footer h4, .card .card-footer h5, .card .card-footer h6 {
            font-size: 24px;
            color: #000;
        }

        .card .card-header span, .card .card-body span, .card .card-footer span {
            font-size: 16px;
            color: #727478;
            display: block;
        }

        .card .card-header p, .card .card-body p, .card .card-footer p {
            font-size: 16px;
            color: #727478;
        }

@media (max-width: 768px) {
    .card .card-header img {
        min-height: 160px;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 160px;
        transition: all 0.2s ease-in-out;
    }

    .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6, .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6, .card .card-footer h1, .card .card-footer h2, .card .card-footer h3, .card .card-footer h4, .card .card-footer h5, .card .card-footer h6 {
        font-size: 20px;
    }
}

.card.big-card {
    border-color: #000 !important;
}

    .card.big-card .card-body {
        padding: 60px 30px;
        background: #000 !important;
        background-color: #fff;
        border: 0;
    }

        .card.big-card .card-body h1, .card.big-card .card-body h2, .card.big-card .card-body h3, .card.big-card .card-body h4, .card.big-card .card-body h5, .card.big-card .card-body h6 {
            font-size: 32px;
            color: #fff;
            margin-bottom: 20px;
        }

        .card.big-card .card-body span {
            font-size: 16px;
            color: #727478;
            margin-bottom: 15px;
            display: block;
        }

        .card.big-card .card-body p {
            font-size: 16px;
            color: #fff;
        }

        .card.big-card .card-body .btn:hover {
            border-color: #fff;
        }

@media (max-width: 768px) {
    .card.big-card .card-body {
        padding: 30px;
    }

        .card.big-card .card-body h1, .card.big-card .card-body h2, .card.big-card .card-body h3, .card.big-card .card-body h4, .card.big-card .card-body h5, .card.big-card .card-body h6 {
            font-size: 22px;
        }
}

@media (min-width: 768px) and (max-width: 1368px) {
    .card.big-card .card-body {
        padding: 30px;
    }

        .card.big-card .card-body h1, .card.big-card .card-body h2, .card.big-card .card-body h3, .card.big-card .card-body h4, .card.big-card .card-body h5, .card.big-card .card-body h6 {
            font-size: 24px;
        }
}

/* Main CSS */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #91C728;
    margin: 18px;
    padding: 25px;
    max-height: 80px;
    z-index: 1;
}

    .top-header .mobile-nav {
        display: none;
    }

    .top-header .icon-btn {
        width: 30px;
        height: 30px;
        background-color: #000;
        border: none;
        color: #fff;
        font-size: 18px;
        display: grid;
        place-content: center;
    }

        .top-header .icon-btn:hover {
            background-color: #91C728;
            border: 1px solid #000;
            color: #000;
            transform: scale(1.1);
        }

    .top-header .nav ul {
        display: flex;
        padding: 0;
        margin: 0;
        align-items: center;
        gap: 15px;
    }

        .top-header .nav ul li:hover a {
            border-color: #fff;
        }

        .top-header .nav ul a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 16px;
            min-width: 100px;
            text-align: center;
            padding: 10px;
            border-bottom: 2px solid #91C728;
        }

@media (max-width: 992px) {
    .top-header {
        margin: 0;
        padding: 10px;
    }

        .top-header .logo img {
            max-width: 320px;
        }

        .top-header .mobile-nav {
            display: block;
        }

            .top-header .mobile-nav .closer {
                display: none;
            }

            .top-header .mobile-nav button {
                width: 30px;
                height: 30px;
                background-color: #000;
                border: 0;
                color: #fff;
            }

                .top-header .mobile-nav button:hover {
                    background-color: #91C728;
                    border: 1px solid #000;
                    color: #000;
                    transform: scale(1.1);
                }

            .top-header .mobile-nav.open .closer {
                display: block !important;
            }

            .top-header .mobile-nav.open .bar {
                display: none;
            }

        .top-header .nav ul {
            transform: scaleY(0);
            flex-direction: column;
            position: absolute;
            left: -320px;
            top: 40px;
            background-color: #000;
            min-width: 380px;
            transform-origin: top;
            padding: 20px;
        }

            .top-header .nav ul.mobile-menu {
                transform: scaleY(1);
            }
}


.news-wrapper .content-section .row .card {
    margin-bottom: 30px;
}

    .news-wrapper .content-section .row .card h1, .news-wrapper .content-section .row .card h2, .news-wrapper .content-section .row .card h3, .news-wrapper .content-section .row .card h4, .news-wrapper .content-section .row .card h5, .news-wrapper .content-section .row .card h6 {
        height: 90px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news-wrapper .content-section .row .card:hover img {
        transform: scale(1.1);
    }

.news-wrapper .sidebar {
    display: flex;
    flex-direction: column;
    /*gap: 15px;*/
}

    .news-wrapper .sidebar .ads {
        max-height: 190px;
        overflow: hidden;
        margin-bottom:15px;
    }

        .news-wrapper .sidebar .ads:hover img {
            transform: scale(1.05);
        }

        .news-wrapper .sidebar .ads img {
            max-height: 190px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transform-origin: top;
            width: 100%;
            transition: all 0.2s ease-in-out;
        }
.news-wrapper .card{
    margin-bottom:15px;
}
@media (max-width: 768px) {
    .news-wrapper .card h1, .news-wrapper .card h2, .news-wrapper .card h3, .news-wrapper .card h4, .news-wrapper .card h5, .news-wrapper .card h6 {
        height: auto !important;
        margin-bottom: 10px;
    }
}

.cta-wrapper {
    padding: 70px 0;
}

    .cta-wrapper .cta-card {
        background-color: #000;
    }

        .cta-wrapper .cta-card .cta-thumb img {
            max-height: 290px;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 290px;
            width: 100%
        }

        .cta-wrapper .cta-card .cta-details {
            padding: 20px;
        }

            .cta-wrapper .cta-card .cta-details h1, .cta-wrapper .cta-card .cta-details h2, .cta-wrapper .cta-card .cta-details h3, .cta-wrapper .cta-card .cta-details h4, .cta-wrapper .cta-card .cta-details h5, .cta-wrapper .cta-card .cta-details h6 {
                color: #fff;
                font-size: 32px;
            }

            .cta-wrapper .cta-card .cta-details p, .cta-wrapper .cta-card .cta-details span, .cta-wrapper .cta-card .cta-details strong, .cta-wrapper .cta-card .cta-details small {
                color: #fff;
                font-size: 16px;
            }

.socia-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

    .socia-wrapper .d-flex {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 20px;
        margin-top: 20px;
    }

        .socia-wrapper .d-flex a {
            display: block;
            min-width: 150px;
            min-height: 35px;
            padding: 10px;
            color: #fff;
            border: 1px solid #F0F0F0;
        }

        .socia-wrapper .d-flex .facebook {
            background: #316FF6;
        }

            .socia-wrapper .d-flex .facebook:hover {
                background: transparent;
                color: #316FF6;
                border-color: #316FF6;
            }

        .socia-wrapper .d-flex .instagram {
            background: linear-gradient(96deg, #F7B73E 1.75%, #EF3A74 45.32%, #7828C9 100%);
        }

            .socia-wrapper .d-flex .instagram:hover {
                background: transparent;
                color: #EF3A74;
                border-color: #EF3A74;
            }

footer {
    background-color: #000;
    text-align: center;
    margin-top: 30px;
}

    footer .logo {
        padding: 30px 0;
    }

        footer .logo img {
            max-width: 330px;
        }

    footer .qicklinks ul {
        display: flex;
        justify-content: center;
    }

        footer .qicklinks ul li {
            border-left: 2px solid #fff;
        }

            footer .qicklinks ul li:nth-child(1) {
                border: none;
            }

            footer .qicklinks ul li a {
                padding: 0 20px;
                text-transform: uppercase;
                color: #fff;
                font-weight: 500;
            }

    footer .contact-info {
        padding: 30px 0;
    }

        footer .contact-info ul {
            display: flex;
            justify-content: center;
            gap: 20px;
            align-items: center;
        }

            footer .contact-info ul i {
                font-size: 24px;
            }

            footer .contact-info ul a {
                color: #fff;
                display: flex;
                align-items: center;
                gap: 10px;
            }

    footer .credit .row {
        justify-content: center;
    }

        footer .credit .row .border-top {
            border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
            display: flex;
            justify-content: space-between;
            padding: 20px 0;
        }

            footer .credit .row .border-top p {
                margin: 0;
                font-size: 14px;
                color: #fff;
                opacity: 0.7;
            }

            footer .credit .row .border-top img {
                max-width: 110px;
            }

@media (max-width: 768px) {
    footer .qicklinks ul {
        flex-direction: column;
    }

        footer .qicklinks ul li {
            border: 0;
        }

    footer .credit {
        padding: 0 30px;
    }
}
/*# sourceMappingURL=style.css.map */


/*old website css*/
.news-section .news-wrap .news-text {
    padding: 30px 0;
}

.news-section .news-wrap .news-info li {
    display: inline-block;
    margin-right: 30px;
}

    .news-section .news-wrap .news-info li i, .news-section .news-wrap .news-info li span {
        color: #4F4F4F;
    }


.sidebar {
    background-color: #fff;
}

    .sidebar .title {
        background-color: #91C728;
        padding: 10px 20px;
        margin: 0;
        font-size: 22px;
        font-weight: 400;
    }

    .sidebar .link-list {
        padding: 0 15px;
    }

        .sidebar .link-list a {
            color: #333333;
        }

        .sidebar .link-list li {
            font-size: 18px;
            transition: all 0.2s linear;
            list-style-image: url("../images/disk.png");
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            .sidebar .link-list li:hover {
                transform: translate(10px, 0);
            }

            .sidebar .link-list li ul {
                display: none;
            }

            .sidebar .link-list li.active {
                padding: 10px 0;
                margin-bottom: 0;
            }

                .sidebar .link-list li.active a {
                    color: #333333;
                    margin-bottom: 10px;
                    display: inline-block;
                    padding-left: 15px;
                    border-bottom: 2px solid #017EA6;
                    width: 100%;
                }

                .sidebar .link-list li.active ul {
                    margin-left: 30px;
                    display: block;
                }

                    .sidebar .link-list li.active ul li {
                        padding: 5px;
                        margin-bottom: 0;
                        border: none;
                    }

                        .sidebar .link-list li.active ul li a {
                            margin-bottom: 0;
                        }

                            .sidebar .link-list li.active ul li a.bold {
                                font-weight: bold;
                            }

                .sidebar .link-list li.active:hover {
                    transform: translate(0, 0);
                }

#wrapper {
    height: 100%;
    width: 100%;
}

    #wrapper.enlarged .left.side-menu {
        padding-top: 0;
        z-index: 5;
        margin-left: -100%;
    }

    #wrapper.enlarged .content-page {
        margin-left: 0;
    }

    #wrapper.enlarged .footer {
        left: 0;
    }

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 67;
        background: #fff;
    }

.searchbox input {
    border: 1px solid #333333;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235,0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #2F80ED;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #333333;
        }

p, span, li, a {
    line-height: 1.5 !important;
}

.searchbox .fa-search {
    /*  padding: 5px*/;
    float: left;
    color: #333333;
    font-size: 24px;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #333333;
    }

.sidebar-inner {
    height: 100%;
}

#sidebar-menu, #sidebar-menu a, #sidebar-menu li, #sidebar-menu ul {
    border: 0;
    font-weight: 400;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.navbar-nav > li > a.notification-icon-box {
    line-height: 70px;
}

    .navbar-nav > li > a.notification-icon-box i {
        font-size: 26px;
        vertical-align: middle;
    }

#sidebar-menu {
    background-color: #1976d2;
    padding-bottom: 50px;
    width: 100%;
}

    #sidebar-menu .badge {
        margin-top: 4px;
    }

    #sidebar-menu ul ul {
        display: none;
    }

        #sidebar-menu ul ul li {
            border-top: 0;
        }

            #sidebar-menu ul ul li.active a {
                color: #0f9cf3;
            }

        #sidebar-menu ul ul a {
            color: rgba(10,24,50,.8);
            display: block;
            padding: 12px 25px 12px 60px;
            font-size: 14px;
        }

            #sidebar-menu ul ul a:hover {
                color: #0a1832;
            }

            #sidebar-menu ul ul a i {
                margin-right: 5px;
            }

        #sidebar-menu ul ul ul a {
            padding-left: 80px;
        }

    #sidebar-menu > ul > li > a {
        color: #ffffff;
        display: block;
        padding: 10px;
        background-color: #1976d2;
    }

        #sidebar-menu > ul > li > a:hover {
            color: #ffffff;
            background: #007bff;
        }

        #sidebar-menu > ul > li > a span i {
            font-size: 18px;
            line-height: 22px;
        }

    #sidebar-menu > ul > li.nav-active > a {
        background-color: #007bff;
    }

    #sidebar-menu > ul > li > a > i {
        display: inline-block;
        font-size: 18px;
        line-height: 17px;
        margin-left: 3px;
        margin-right: 10px;
        text-align: center;
        width: 20px;
    }

        #sidebar-menu > ul > li > a > i.i-right {
            float: right;
            margin: 3px 0 0;
        }

    #sidebar-menu > ul > li > a.active, #sidebar-menu > ul > li > a.active i {
        color: #0a1832;
    }

    #sidebar-menu > ul > li.nav-active > ul {
        display: block;
    }

#wrapper.enlarged .left.side-menu {
    padding-top: 0;
    z-index: 5;
    margin-left: -100%;
}

#wrapper.enlarged .content-page {
    margin-left: 0;
}

#wrapper.enlarged .footer {
    left: 0;
}

.user-details {
    min-height: 80px;
    padding: 20px;
    position: relative;
}

    .user-details img {
        position: relative;
        z-index: 9999;
        width: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

    .user-details .user-info {
        text-align: center;
        color: #ffffff;
    }

        .user-details .user-info .user-status {
            display: inline-block;
            padding: 3px 10px;
            border: 1px solid rgba(34,34,34,.27);
            border-radius: 20px;
            font-size: 12px;
        }

.page-title {
    margin: 0;
    line-height: 68px;
    padding-left: 15px;
    font-size: 25px;
}

@media (min-width:768px) and (max-width:991px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width:768px) {
    .side-menu.left {
        margin-left: -100%;
    }

    .content-page {
        margin-left: 0;
    }

    .enlarged .side-menu.left {
        margin-left: 0 !important;
    }

    .button-menu-mobile {
        display: inline-block;
    }

    .navbar-custom {
        padding-left: 10px;
    }

    .content-page > .content {
        padding: 20px;
    }

    #wrapper.enlarged .footer, .footer {
        left: 0;
    }
}

.news {
    padding: 0;
}

    .news .news-box {
        position: relative;
        margin-bottom: 30px;
        background-color: #fff;
    }

        .news .news-box img {
            transition: all 0.2s linear;
            max-height: 220px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
        }

        .news .news-box:hover {
            cursor: pointer;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        }

        .news .news-box span.date {
            position: absolute;
            left: 0;
            top: 15px;
            background-color: #fff;
            color: #333333;
            padding: 5px 10px;
        }

        .news .news-box .post {
            background-color: #fff;
            color: #333333;
            padding: 15px;
            margin-bottom: 0;
        }

            .news .news-box .post span {
                font-size: 14px;
                color: #646668;
            }

            .news .news-box .post h1, .news .news-box .post h2, .news .news-box .post h3, .news .news-box .post h4, .news .news-box .post h5, .news .news-box .post h6 {
                font-size: 18px;
                font-weight: 600;
            }

            .news .news-box .post p {
                font-size: 14px;
                color: #646668;
            }

header .search {
    cursor: pointer;
}

    header .search i {
        font-size: 24px;
        color: #fff;
    }



header .menu {
    position: absolute;
    height: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1090;
    top: -3000px;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .menu .close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    header .menu ul li {
        list-style-type: none;
        display: block;
        margin: 15px;
        position: relative;
    }

        header .menu ul li:hover a {
            color: #fff;
        }

        header .menu ul li:hover::after {
            width: 130%;
        }

header ul li::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #0852A3;
    position: absolute;
    left: -20px;
    z-index: -1;
}

header .menu ul li a {
    font-size: 24px;
}



header .search input[type=text] {
    border: 1px solid #333333;
    padding: 7px 12px;
    width: 100%;
}

header .search input[type="submit"] {
    background-color: #0852A3;
    color: #fff;
    width: 100%;
}
.left-area [widgettype="TextWidget"]{
    margin-bottom: 0px;
}

    header .search input[type="submit"]:hover {
        background-color: #fff;
        color: #0852A3;
        width: 100%;
    }


header .search .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* owl cro*/
.top-section-holder {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transition: all 0.2s ease-in-out;
}

    .top-section-holder.hide-nav {
        margin-top: -120px;
    }

.back-to-top.is-visible {
    right: 30px;
    opacity: 1;
}

.back-to-top {
    bottom: 30px;
    right: -100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #91C728;
    position: fixed;
    z-index: 200;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

    .back-to-top:hover:before {
        margin-top: -5px;
    }

    .back-to-top:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/Apps/Core/Content/Images/back-top-white.png) no-repeat center;
        margin-top: -2px;
        background-size: 20px 10px;
        transition: all 0.2s ease-in-out;
    }

.top-head {
    z-index: 10 !important;
}

    .top-head .row {
        align-items: center;
    }




    .top-head .bar ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .top-head .bar ul li {
            list-style-type: none;
            text-align: center;
        }

            .top-head .bar ul li a {
                min-width: 80px;
                display: block;
                padding: 5px 20px;
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                border-left: 1px solid #fff;
            }

                .top-head .bar ul li a.active {
                    background-color: #fff;
                    color: #000000;
                }

    .top-head .search {
        display: flex;
        justify-content: end;
    }

        .top-head .search button {
            width: 40px;
            height: 30px;
            display: grid;
            place-content: center;
            background-color: transparent;
            color: #fff;
            border: none;
        }

            .top-head .search button:first-child {
                border-right: 1px solid #fff;
            }

            .top-head .search button i {
                font-size: 24px;
            }

            .top-head .search button img {
                width: 20px;
            }
/* Day 2 */
.top-head {
    z-index: 2;
}

.hero-slider {
    margin-top: 124px;
}

.player-list-wrapper {
    margin-top: 123px;
    margin-left: 60px;
}

.card-header img:hover {
    transform: scale(1.05);
}
.card-header img {
    max-height: 190px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}
/* Project Name: Kaldbak.com */
/* Project URL: Kaldbak.com/ */
/* Develop by: Appnet */
/* Developer URL: https://appnet.fo/ */
/* Brand Colors */


::-moz-selection {
    background-color: #91C728;
    color: #fff;
}

::selection {
    background-color: #91C728;
    color: #fff;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
    background-color: #F0F0F0;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

div, header, nav, footer, section, aside, article {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    color: #91C728;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none !important;
    }

p {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 16px !important;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        position: relative;
    }



/* Bootstrap Reset */
.btn.btn-primary {
    background: #91C728;
    border-color: #91C728;
    border-radius: 0;
}

    .btn.btn-primary:hover {
        background-color: #000;
        border-color: #000;
        box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    }

.card {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

    .card:hover {
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    }

    .card .card-header {
        padding: 0;
    }

        .card .card-header img {
            min-height: 210px;
            -o-object-fit: cover;
            object-fit: cover;
            max-height: 210px;
            width: 100%;
        }

    .card .card-header, .card .card-body, .card .card-footer {
        background-color: #fff;
        border: 0;
    }

        .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6, .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6, .card .card-footer h1, .card .card-footer h2, .card .card-footer h3, .card .card-footer h4, .card .card-footer h5, .card .card-footer h6 {
            font-size: 24px;
            color: #000;
        }

        .card .card-header span, .card .card-body span, .card .card-footer span {
            font-size: 16px;
            color: #727478;
            display: block;
        }

        .card .card-header p, .card .card-body p, .card .card-footer p {
            font-size: 16px;
            color: #727478;
        }

@media (max-width: 768px) {
    .card .card-header img {
        min-height: 160px;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 160px;
    }

    .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6, .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6, .card .card-footer h1, .card .card-footer h2, .card .card-footer h3, .card .card-footer h4, .card .card-footer h5, .card .card-footer h6 {
        font-size: 20px;
    }
}

.card.big-card {
    border-color: #000 !important;
}

    .card.big-card .card-body {
        padding: 60px 30px;
        background: #000 !important;
        background-color: #fff;
        border: 0;
    }

        .card.big-card .card-body h1, .card.big-card .card-body h2, .card.big-card .card-body h3, .card.big-card .card-body h4, .card.big-card .card-body h5, .card.big-card .card-body h6 {
            font-size: 32px;
            color: #fff;
            margin-bottom: 20px;
        }

        .card.big-card .card-body span {
            font-size: 16px;
            color: #727478;
            margin-bottom: 15px;
            display: block;
        }

        .card.big-card .card-body p {
            font-size: 16px;
            color: #fff;
        }

        .card.big-card .card-body .btn:hover {
            border-color: #fff;
        }

@media (max-width: 768px) {
    .card.big-card .card-body {
        padding: 30px;
    }

        .card.big-card .card-body h1, .card.big-card .card-body h2, .card.big-card .card-body h3, .card.big-card .card-body h4, .card.big-card .card-body h5, .card.big-card .card-body h6 {
            font-size: 22px;
        }
}

@media (min-width: 768px) and (max-width: 1368px) {
    .card.big-card .card-body {
        padding: 30px;
    }

        .card.big-card .card-body h1, .card.big-card .card-body h2, .card.big-card .card-body h3, .card.big-card .card-body h4, .card.big-card .card-body h5, .card.big-card .card-body h6 {
            font-size: 24px;
        }
}

/* Main CSS */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #91C728;
    margin: 18px;
    padding: 25px;
    max-height: 80px;
    z-index: 1;
}

    .top-header .mobile-nav {
        display: none;
    }

    .top-header .icon-btn {
        width: 30px;
        height: 30px;
        background-color: #000;
        border: none;
        color: #fff;
        font-size: 18px;
        display: grid;
        place-content: center;
    }

        .top-header .icon-btn:hover {
            background-color: #91C728;
            border: 1px solid #000;
            color: #000;
            transform: scale(1.1);
        }

    .top-header .nav ul {
        display: flex;
        padding: 0;
        margin: 0;
        align-items: center;
        gap: 15px;
    }

        .top-header .nav ul li:hover a {
            border-color: #fff;
        }

        .top-header .nav ul a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 16px;
            min-width: 100px;
            text-align: center;
            padding: 10px;
            border-bottom: 2px solid #91C728;
        }

@media (max-width: 992px) {
    .top-header {
        margin: 0;
        padding: 10px;
    }

        .top-header .logo img {
            max-width: 320px;
        }

        .top-header .mobile-nav {
            display: block;
        }

            .top-header .mobile-nav .closer {
                display: none;
            }

            .top-header .mobile-nav button {
                width: 30px;
                height: 30px;
                background-color: #000;
                border: 0;
                color: #fff;
            }

                .top-header .mobile-nav button:hover {
                    background-color: #91C728;
                    border: 1px solid #000;
                    color: #000;
                    transform: scale(1.1);
                }

            .top-header .mobile-nav.open .closer {
                display: block !important;
            }

            .top-header .mobile-nav.open .bar {
                display: none;
            }

        .top-header .nav ul {
            transform: scaleY(0);
            flex-direction: column;
            position: absolute;
            left: -320px;
            top: 40px;
            background-color: #000;
            min-width: 380px;
            transform-origin: top;
            padding: 20px;
        }

            .top-header .nav ul.mobile-menu {
                transform: scaleY(1);
            }
}

.hero-wrapper {
    margin: 65px 20px -220px 20px;
    margin-top: 58px;
}

    .hero-wrapper img {
        max-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        top:0px !important;
        margin-top: 58px;
    }

@media (max-width: 768px) {
    .hero-wrapper {
        margin: 0;
        margin-bottom: -70px;
    }

        .hero-wrapper img {
            min-height: 40vh;
        }
}

@media (min-width: 768px) and (max-width: 1368px) {
    .hero-wrapper {
        margin: 0;
        margin-bottom: -150px;
    }

        .hero-wrapper img {
            min-height: 50vh;
        }
}

.news-wrapper .content-section .row .card {
    margin-bottom: 30px;
}

    .news-wrapper .content-section .row .card h1, .news-wrapper .content-section .row .card h2, .news-wrapper .content-section .row .card h3, .news-wrapper .content-section .row .card h4, .news-wrapper .content-section .row .card h5, .news-wrapper .content-section .row .card h6 {
        height: 90px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news-wrapper .content-section .row .card:hover img {
        transform: scale(1.1);
    }

.news-wrapper .sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .news-wrapper .sidebar .ads {
        max-height: 190px;
        overflow: hidden;
        z-index:0;
    }

        .news-wrapper .sidebar .ads:hover img {
            transform: scale(1.05);
        }

        .news-wrapper .sidebar .ads img {
            max-height: 190px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transform-origin: top;
            width: 100%
        }

@media (max-width: 768px) {
    .news-wrapper .card h1, .news-wrapper .card h2, .news-wrapper .card h3, .news-wrapper .card h4, .news-wrapper .card h5, .news-wrapper .card h6 {
        height: auto !important;
        margin-bottom: 10px;
    }
}

.cta-wrapper {
    padding: 70px 0;
}

    .cta-wrapper .cta-card {
        background-color: #000;
    }

        .cta-wrapper .cta-card .cta-thumb img {
            max-height: 290px;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 290px;
            width: 100%
        }

        .cta-wrapper .cta-card .cta-details {
            padding: 20px;
        }

            .cta-wrapper .cta-card .cta-details h1, .cta-wrapper .cta-card .cta-details h2, .cta-wrapper .cta-card .cta-details h3, .cta-wrapper .cta-card .cta-details h4, .cta-wrapper .cta-card .cta-details h5, .cta-wrapper .cta-card .cta-details h6 {
                color: #fff;
                font-size: 32px;
            }

            .cta-wrapper .cta-card .cta-details p, .cta-wrapper .cta-card .cta-details span, .cta-wrapper .cta-card .cta-details strong, .cta-wrapper .cta-card .cta-details small {
                color: #fff;
                font-size: 16px;
            }

.socia-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

    .socia-wrapper .d-flex {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 20px;
        margin-top: 20px;
    }

        .socia-wrapper .d-flex a {
            display: block;
            min-width: 150px;
            min-height: 35px;
            padding: 10px;
            color: #fff;
            border: 1px solid #F0F0F0;
        }

        .socia-wrapper .d-flex .facebook {
            background: #316FF6;
        }

            .socia-wrapper .d-flex .facebook:hover {
                background: transparent;
                color: #316FF6;
                border-color: #316FF6;
            }

        .socia-wrapper .d-flex .instagram {
            background: linear-gradient(96deg, #F7B73E 1.75%, #EF3A74 45.32%, #7828C9 100%);
        }

            .socia-wrapper .d-flex .instagram:hover {
                background: transparent;
                color: #EF3A74;
                border-color: #EF3A74;
            }

footer {
    background-color: #000;
    text-align: center;
    margin-top: 30px;
}

    footer .logo {
        padding: 30px 0;
    }

        footer .logo img {
            max-width: 330px;
        }

    footer .qicklinks ul {
        display: flex;
        justify-content: center;
    }

        footer .qicklinks ul li {
            border-left: 2px solid #fff;
        }

            footer .qicklinks ul li:nth-child(1) {
                border: none;
            }

            footer .qicklinks ul li a {
                padding: 0 20px;
                text-transform: uppercase;
                color: #fff;
                font-weight: 500;
            }

    footer .contact-info {
        padding: 30px 0;
    }

        footer .contact-info ul {
            display: flex;
            justify-content: center;
            gap: 20px;
            align-items: center;
        }

            footer .contact-info ul i {
                font-size: 24px;
            }

            footer .contact-info ul a {
                color: #fff;
                display: flex;
                align-items: center;
                gap: 10px;
            }

    footer .credit .row {
        justify-content: center;
    }

        footer .credit .row .border-top {
            border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
            display: flex;
            justify-content: space-between;
            padding: 20px 0;
        }

            footer .credit .row .border-top p {
                margin: 0;
                font-size: 14px;
                color: #fff;
                opacity: 0.7;
            }

            footer .credit .row .border-top img {
                max-width: 110px;
            }

@media (max-width: 768px) {
    footer .qicklinks ul {
        flex-direction: column;
    }

        footer .qicklinks ul li {
            border: 0;
        }

    footer .credit {
        padding: 0 30px;
    }
}
/*# sourceMappingURL=style.css.map */


/*old website css*/
.news-section .news-wrap .news-text {
    padding: 30px 0;
}

.news-section .news-wrap .news-info li {
    display: inline-block;
    margin-right: 30px;
}

    .news-section .news-wrap .news-info li i, .news-section .news-wrap .news-info li span {
        color: #4F4F4F;
    }


.sidebar {
    background-color: #fff;
}

    .sidebar .title {
        background-color: #91C728;
        padding: 10px 20px;
        margin: 0;
        font-size: 22px;
        font-weight: 400;
    }

    .sidebar .link-list {
        padding: 0 15px;
    }

        .sidebar .link-list a {
            color: #333333;
        }

        .sidebar .link-list li {
            font-size: 18px;
            transition: all 0.2s linear;
            list-style-image: url("../images/disk.png");
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            .sidebar .link-list li:hover {
                transform: translate(10px, 0);
            }

            .sidebar .link-list li ul {
                display: none;
            }

            .sidebar .link-list li.active {
                padding: 10px 0;
                margin-bottom: 0;
            }

                .sidebar .link-list li.active a {
                    color: #333333;
                    margin-bottom: 10px;
                    display: inline-block;
                    padding-left: 15px;
                    border-bottom: 2px solid #017EA6;
                    width: 100%;
                }

                .sidebar .link-list li.active ul {
                    margin-left: 30px;
                    display: block;
                }

                    .sidebar .link-list li.active ul li {
                        padding: 5px;
                        margin-bottom: 0;
                        border: none;
                    }

                        .sidebar .link-list li.active ul li a {
                            margin-bottom: 0;
                        }

                            .sidebar .link-list li.active ul li a.bold {
                                font-weight: bold;
                            }

                .sidebar .link-list li.active:hover {
                    transform: translate(0, 0);
                }

#wrapper {
    height: 100%;
    width: 100%;
}

    #wrapper.enlarged .left.side-menu {
        padding-top: 0;
        z-index: 5;
        margin-left: -100%;
    }

    #wrapper.enlarged .content-page {
        margin-left: 0;
    }

    #wrapper.enlarged .footer {
        left: 0;
    }

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 67;
        background: #fff;
    }

.searchbox input {
    border: 1px solid #333333;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235,0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #2F80ED;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #333333;
        }

p, span, li, a {
    line-height: 1.5 !important;
}

.searchbox .fa-search {
    /*  padding: 5px*/;
    float: left;
    color: #333333;
    font-size: 24px;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #333333;
    }

.sidebar-inner {
    height: 100%;
}

#sidebar-menu, #sidebar-menu a, #sidebar-menu li, #sidebar-menu ul {
    border: 0;
    font-weight: 400;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.navbar-nav > li > a.notification-icon-box {
    line-height: 70px;
}

    .navbar-nav > li > a.notification-icon-box i {
        font-size: 26px;
        vertical-align: middle;
    }

#sidebar-menu {
    background-color: #1976d2;
    padding-bottom: 50px;
    width: 100%;
}

    #sidebar-menu .badge {
        margin-top: 4px;
    }

    #sidebar-menu ul ul {
        display: none;
    }

        #sidebar-menu ul ul li {
            border-top: 0;
        }

            #sidebar-menu ul ul li.active a {
                color: #0f9cf3;
            }

        #sidebar-menu ul ul a {
            color: rgba(10,24,50,.8);
            display: block;
            padding: 12px 25px 12px 60px;
            font-size: 14px;
        }

            #sidebar-menu ul ul a:hover {
                color: #0a1832;
            }

            #sidebar-menu ul ul a i {
                margin-right: 5px;
            }

        #sidebar-menu ul ul ul a {
            padding-left: 80px;
        }

    #sidebar-menu > ul > li > a {
        color: #ffffff;
        display: block;
        padding: 10px;
        background-color: #1976d2;
    }

        #sidebar-menu > ul > li > a:hover {
            color: #ffffff;
            background: #007bff;
        }

        #sidebar-menu > ul > li > a span i {
            font-size: 18px;
            line-height: 22px;
        }

    #sidebar-menu > ul > li.nav-active > a {
        background-color: #007bff;
    }

    #sidebar-menu > ul > li > a > i {
        display: inline-block;
        font-size: 18px;
        line-height: 17px;
        margin-left: 3px;
        margin-right: 10px;
        text-align: center;
        width: 20px;
    }

        #sidebar-menu > ul > li > a > i.i-right {
            float: right;
            margin: 3px 0 0;
        }

    #sidebar-menu > ul > li > a.active, #sidebar-menu > ul > li > a.active i {
        color: #0a1832;
    }

    #sidebar-menu > ul > li.nav-active > ul {
        display: block;
    }

#wrapper.enlarged .left.side-menu {
    padding-top: 0;
    z-index: 5;
    margin-left: -100%;
}

#wrapper.enlarged .content-page {
    margin-left: 0;
}

#wrapper.enlarged .footer {
    left: 0;
}

.user-details {
    min-height: 80px;
    padding: 20px;
    position: relative;
}

    .user-details img {
        position: relative;
        z-index: 9999;
        width: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

    .user-details .user-info {
        text-align: center;
        color: #ffffff;
    }

        .user-details .user-info .user-status {
            display: inline-block;
            padding: 3px 10px;
            border: 1px solid rgba(34,34,34,.27);
            border-radius: 20px;
            font-size: 12px;
        }

.page-title {
    margin: 0;
    line-height: 68px;
    padding-left: 15px;
    font-size: 25px;
}

@media (min-width:768px) and (max-width:991px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width:768px) {
    .side-menu.left {
        margin-left: -100%;
    }

    .content-page {
        margin-left: 0;
    }

    .enlarged .side-menu.left {
        margin-left: 0 !important;
    }

    .button-menu-mobile {
        display: inline-block;
    }

    .navbar-custom {
        padding-left: 10px;
    }

    .content-page > .content {
        padding: 20px;
    }

    #wrapper.enlarged .footer, .footer {
        left: 0;
    }
}

.news {
    padding: 0;
}

    .news .news-box {
        position: relative;
        margin-bottom: 30px;
        background-color: #fff;
    }

        .news .news-box img {
            transition: all 0.2s linear;
            max-height: 220px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
        }

        .news .news-box:hover {
            cursor: pointer;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        }

        .news .news-box span.date {
            position: absolute;
            left: 0;
            top: 15px;
            background-color: #fff;
            color: #333333;
            padding: 5px 10px;
        }

        .news .news-box .post {
            background-color: #fff;
            color: #333333;
            padding: 15px;
            margin-bottom: 0;
        }

            .news .news-box .post span {
                font-size: 14px;
                color: #646668;
            }

            .news .news-box .post h1, .news .news-box .post h2, .news .news-box .post h3, .news .news-box .post h4, .news .news-box .post h5, .news .news-box .post h6 {
                font-size: 18px;
                font-weight: 600;
            }

            .news .news-box .post p {
                font-size: 14px;
                color: #646668;
            }

header .search {
    cursor: pointer;
}

    header .search i {
        font-size: 24px;
        color: #fff;
    }



header .menu {
    position: absolute;
    height: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1090;
    top: -3000px;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .menu .close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    header .menu ul li {
        list-style-type: none;
        display: block;
        margin: 15px;
        position: relative;
    }

        header .menu ul li:hover a {
            color: #fff;
        }

        header .menu ul li:hover::after {
            width: 130%;
        }

header ul li::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #0852A3;
    position: absolute;
    left: -20px;
    z-index: -1;
}

header .menu ul li a {
    font-size: 24px;
}



header .search input[type=text] {
    border: 1px solid #333333;
    padding: 7px 12px;
    width: 100%;
}

header .search input[type="submit"] {
    background-color: #0852A3;
    color: #fff;
    width: 100%;
}

    header .search input[type="submit"]:hover {
        background-color: #fff;
        color: #0852A3;
        width: 100%;
    }


header .search .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* owl cro*/
.top-section-holder {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transition: all 0.2s ease-in-out;
}

    .top-section-holder.hide-nav {
        margin-top: -120px;
    }

.back-to-top.is-visible {
    right: 30px;
    opacity: 1;
}

.back-to-top {
    bottom: 30px;
    right: -100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #91C728;
    position: fixed;
    z-index: 200;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

    .back-to-top:hover:before {
        margin-top: -5px;
    }

    .back-to-top:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/Apps/Core/Content/Images/back-top-white.png) no-repeat center;
        margin-top: -2px;
        background-size: 20px 10px;
        transition: all 0.2s ease-in-out;
    }

.top-head {
    z-index: 10 !important;
}

    .top-head .row {
        align-items: center;
    }




    .top-head .bar ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .top-head .bar ul li {
            list-style-type: none;
            text-align: center;
        }

            .top-head .bar ul li a {
                min-width: 80px;
                display: block;
                padding: 5px 20px;
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                border-left: 1px solid #fff;
            }

                .top-head .bar ul li a.active {
                    background-color: #fff;
                    color: #000000;
                }

    .top-head .search {
        display: flex;
        justify-content: end;
    }

        .top-head .search button {
            width: 40px;
            height: 30px;
            display: grid;
            place-content: center;
            background-color: transparent;
            color: #fff;
            border: none;
        }

            .top-head .search button:first-child {
                border-right: 1px solid #fff;
            }

            .top-head .search button i {
                font-size: 24px;
            }

            .top-head .search button img {
                width: 20px;
            }
/* Day 2 */
.top-head {
    z-index: 2;
}

.hero-slider {
    margin-top: 124px;
}

.player-list-wrapper {
    margin-top: 123px;
    margin-left: 60px;
}
.slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 50%;
    z-index: 2;
    display: grid;
    place-content: center;
    cursor: pointer;
    margin-top: -9px;
}

 .slick-arrow:hover {
        background-color: #091E42;
        color:#F0F0F0;
    }

     .slick-arrow i {
        font-size: 24px;
    }

 .slick-prev {
    top: 50%;
    left: -40px;
}

 .slick-next {
    top: 50%;
    right: -40px;
}
.slick-dots{
    display:none !important;
}
.news-section{
    margin-top:149px;
}
.subpage{
    margin-top:100px;
}
[ng-cloak] {
    opacity: 0.01;
}
@media (max-width: 768px){
	.news-wrapper .sidebar{
		display: block !important; 
	}
}
@media (max-width: 992px) {
    .top-header .nav ul.mobile-menu {
			left: 0 !important;
			top: 64px !important;
			width: 100%;
    }
}
#search-overlay .search-bg{
	background: rgba(145, 199, 40, 0.90) !important;
}
 
.searchbox input{
	border: 0;
}
 
.searchbox .row{
	background-color: #fff;
	border-radius: 24px;
}
 
#search-overlay .searchbox .col-sm-2{
	display: flex;
	justify-content: end;
}
.SearcchResult li{
	padding: 12px !important;
	border-bottom: 1px solid #e3e3e3;
}
 
.SearcchResult li:hover{
	background-color: #ededed;
}
 
.SearcchResult li b{
	background: rgba(145, 199, 40, 0.50) !important;
}
 
.SearcchResult{
	display: flex;
	flex-direction: column;
	padding: 10px;
	gap: 10px;
}
card.big-card .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
 
.news-wrapper .content-section .row .card h2{
    height: auto !important;
}
div[data-widget-id="11451"] .widget-setting
 {
    top: 40px;
    right: 45px;
}
.card.big-card .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
 
.news-wrapper .content-section .row .card h2{
    height: auto !important;
}
.card.big-card .card-body{
	justify-content: space-around !important;
}
@media (max-width: 768px){
    .card.big-card .card-body{
        flex-direction: column;
    }
}

.top-section-holder .top-header{
    margin: 0 !important;
}
footer .credit .copyright p{
  color: #fff;
}
.news-wrapper .content-section .row .thumb{
  overflow: hidden !important;
}
 
@media (max-width: 992px) {
    .top-header .logo img {
        max-width: 260px !important;
    }
}
