:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #fff500;
    --bs-green: #006c3a;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: green;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-light-green: #b9dc7d;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.bg-lgreen {
    background: #b9dc7d !important;
}

.bg-greenish {
    background: var(--bs-light-green);
}

.bg-red {
    background: #dc3545 !important;
}

.bg-green {
    background: green !important;
}

.bg-glow {
    background: var(--bs-yellow);
}

.bg-glow-tr {
    background: rgb(255, 193, 7, 0.6);
}

.dropdown-item {
    background-color: var(--bs-light-green);
}

.btn-apply {
    background: var(--bs-warning);
    padding: 15px 35px;
    border-radius: 5px;
    color: #000;
}

.btn-apply:hover {
    background: green;
    color: #b9dc7d;
    border: 2px #fff solid;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}


/* Navbar Styling */

a {
    text-decoration: none !important;
}

.name .logo {
    text-decoration: none;
    width: 70px;
    height: 70px;
}

h1.brand.text-dark {
    font-size: 25px;
    display: inline;
}

.btn-custom {
    background: #b9dc7d;
    color: #000;
    padding: 6px 12px;
}

.btn-custom:hover {
    background: #ffc107;
    color: #000;
    padding: 6px 12px;
}

.brand {
    font-size: 20px;
    display: inline;
}

.active {
    background: #fff;
    color: #000;
}

.active2 {
    background: rgb(185, 220, 125, 0.5);
    color: #000;
}

.navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 35;
}

.navbar ul {
    list-style: none;
    align-content: center;
    margin: auto;
}

.navbar ul li {
    line-height: 50px;
}

.navbar ul li a {
    text-decoration: none !important;
    padding: 10px 20px !important;
    color: #000 !important;
    position: relative;
    /* background-color: #f4f4f4; */
    cursor: pointer;
    text-align: center;
}

.navbar ul li a:before {
    content: '';
    display: block;
    border-bottom: 2px solid #dc3545;
    width: 0;
    position: absolute;
    left: 0;
    transition: 1s ease;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.navbar ul li a:hover:before {
    width: 100%;
}

.navbar ul li a:after {
    content: '';
    display: block;
    border-bottom: 2px solid #dc3545;
    width: 0;
    position: absolute;
    right: 0;
    transition: 1s ease;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.navbar ul li a:hover:after {
    width: 100%;
}

.navbar ul li a:visited {
    color: #000;
}

.navbar ul li a:active {
    color: #000;
    background: var(--bs-light-green);
}

.navbar ul li a:hover {
    background: rgba(211, 241, 191, 0.7);
    color: #222;
}

.navbar {
    padding: 0px !important;
    border-bottom: 4px var(--bs-red) solid;
    position: relative;
}

.navbar-toggler {
    border: #444 1px solid !important;
    padding: 10px !important;
}

.navbar-toggler-icon {
    height: 2px !important;
    display: block !important;
    margin-bottom: 5px !important;
    margin-top: 2px !important;
    background-color: #444 !important;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 55%;
    padding: 10px 20px;
    background-color: #fff;
    width: 70%;
    z-index: 15;
}

.subnav-content li {
    float: left;
    color: white;
    text-decoration: none;
}

.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

.subnav:hover .subnav-content {
    display: block;
}

.subnav-naija {
    display: none;
    position: absolute;
    left: 20%;
    padding: 10px 20px;
    background-color: #fff;
    width: 45%;
    z-index: 15;
}

.subnav-naija>li:nth-child(even) {
    border-left: #b9dc7d 1px solid;
}

.subnav-naija>li:nth-child(odd) {
    border-left: #dc3545 1px solid;
}

.subnav-nig:hover .subnav-naija {
    display: block;
    font-size: 13px;
}


/* Body styling */

#columns {
    display: flex;
}

.widget-blog_post-created {
    color: #b9dc7d !important;
}

.accordion-button {
    font-size: 20px !important;
    background: rgb(0, 128, 0, 0.7) !important;
    color: #fff !important;
    /* border-bottom: 0.2px #f4f4f4 solid !important; */
}

.accordion-body a {
    text-decoration: none;
    color: #dc3545 !important;
    font-size: 20px;
}

.accordion-body a:hover {
    color: #ffc107 !important;
}

.widget-blog_post-created {
    color: green;
}

.accordion-body {
    background: rgb(185, 220, 125, 0.6) !important;
}

.entry-title a {
    font-size: 20px !important;
    color: white !important;
    text-decoration: none !important;
}

.jeg_post_title .link {
    text-decoration: none;
    color: white;
    font-size: 20px;
}


/* Body styling end */


/* .smeDiapora {
    display: flex;
    align-items: ;
} */


/* .widget-content p {
    color: #000 !important;
} */

.pg-nav {
    border-radius: 5px;
    background: #b9dc7d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-footer {
    height: 500px;
    background: #000;
}

.sme-diaspora {
    display: flex;
}

.ft-contents {
    display: flex;
    /* margin-right: 1px; */
}

.ft-contents h6 {
    background: #ffff;
    width: fit-content;
    padding: 5px 20px;
    margin-bottom: 0px;
    color: #000;
}

.box1,
.box2,
.box3 {
    color: white;
    margin: 15px 15px;
}

.box-contents {
    border-top: #ffff 2px solid;
    margin-top: 0px;
    line-height: 20px;
    padding: 20px;
    padding-left: 0px;
}

.box-contents>div {
    display: flex;
    justify-content: flex-start;
}

.box-contents>div>p {
    margin-left: 10px;
    margin-top: 0px;
}

.box-contents>div>i {
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin: opx;
}

.ft-menu {
    list-style: none;
}

.ft-menu a {
    text-decoration: none;
    color: #f4f4f4;
}

.ft-menu a:hover {
    color: #000;
    background: #b9dc7d;
    padding: 3px 15px;
}

.ft-menu li ul {
    list-style: none;
}

.request-song {
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-song a {
    margin: 0px 10px;
    text-decoration: none;
    color: green;
}

.request-song a:hover {
    color: #ffc107;
}

.request-song>i {
    padding: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 20px;
}