body {
    /*font-family: "Raleway", sans-serif;*/
    font-family: sans-serif;
    /*font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    color: #5f5f5f;
    font-weight: 200;
    background-color: #f5f5f5;
    letter-spacing: 1px;
}

.hero-section {
    background-image: url(../images/bon-bg.jpg);
    background-size: cover;
    padding: 100px 0;
    position: relative;
    flex: 1; /* Ensures the hero section fills the available space */
}

.hero-section .search-bar {
    max-width: 500px;
    margin: 0 auto;
}

.tenders-announcements {
    background-color: #f5f5f5;
}

.tender-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tender-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*Menu Extra*/
ul.menu-extra {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

ul.menu-extra li {
    margin-bottom: 0;
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center
}

ul.menu-extra li:first-child {
    /*padding-left: 0*/
}

ul.menu-extra li:last-child {
    padding-right: 0
}

ul.menu-extra li .icon-cart-contents svg {
    width: 22px;
    height: 22px
}

ul.menu-extra .menu-socials-item a {
    display: inline-block;
    padding: 0 10px;
    color: #848484;
    transition: .5s
}

ul.menu-extra .menu-socials-item a:hover {
    color: #2685f9
}

ul.menu-extra .menu-socials-item a:first-child {
    padding-left: 0
}

ul.menu-extra .menu-socials-item a:last-child {
    padding-right: 0
}

ul.menu-extra .menu-text-item {
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

ul.menu-extra .menu-text-item i {
    color: #2685f9;
    padding-right: 10px;
    font-size: 28px
}

ul.menu-extra .menu-text-item i:before {
    font-size: 28px
}

ul.menu-extra .menu-search-item a {
    color: #848484
}

.menu-extra ul {
    transition: top .3s ease 0s,opacity .3s;
    position: absolute;
    top: 80%;
    left: 0;
    min-width: 215px;
    padding-left: 0;
    opacity: 0;
    z-index: 99;
    transform: scaleX(0);
    background-color: #fff;
    box-shadow: 1px 2px 21px 0 rgba(1,1,1,.15)
}
/*Nav*/
.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.main-nav {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    float: left
}

.main-nav li.dl-active-menu {
    height: 3px;
    background-color: #00965e;
    z-index: 1;
    position: absolute;
    top: 49px;
    padding: 0;
    transition: none
}

.main-nav a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins',sans-serif;
    color: #222
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav ul ul {
    transition: top .3s ease 0s,opacity .3s;
    position: absolute;
    top: 80%;
    left: 0;
    min-width: 215px;
    padding-left: 0;
    opacity: 0;
    z-index: 99;
    transform: scaleX(0);
    background-color: #fff;
    box-shadow: 1px 2px 21px 0 rgba(1,1,1,.15)
}

.main-nav ul ul:before {
    content: '';
    position: absolute;
    background-color: transparent;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px
}

.main-nav ul ul ul {
    left: 100%;
    top: 0;
    z-index: 999
}

.main-nav ul ul ul:before {
    content: '';
    position: absolute;
    background-color: transparent;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%
}

.main-nav li {
    margin: 0;
    position: relative
}

.main-nav li:first-child ul {
    left: 19px
}

.main-nav li:first-child ul ul {
    left: 100%
}

.main-nav li:hover>ul {
    top: 100%;
    opacity: 1;
    z-index: 9999;
    transform: scaleX(1)
}

.main-nav li:hover>a {
    color: #2685f9
}

.main-nav li li {
    padding: 12px 20px;
    border-bottom: 1px solid #e9f0fc;
    transition: .5s
}

.main-nav li li:last-child {
    border-bottom: 0
}

.main-nav li li a {
    font-size: 14px;
    display: block
}

.main-nav li li a:before {
    display: none
}

.main-nav li li:hover {
    background-color: #f7faff
}

.main-nav li li:hover a {
    color: #222
}

.main-nav li li:hover>ul {
    top: 0;
    left: 100%
}

.main-nav .menu {
    padding-left: 0;
    margin-left: -19px;
    zoom:1;
    position: relative
}

.main-nav .menu li.dl-active-menu {
    z-index: 9
}

.main-nav .menu:after {
    content: '';
    display: table;
    clear: both
}

.main-nav .menu>li.menu-item {
    padding: 23px 19px;
    float: left
}

.main-nav .menu>li.menu-item:hover>a,
.main-nav .menu>li.menu-item.current-menu-item>a,
.main-nav .menu>li.menu-item.current_page_item>a,
.main-nav .menu>li.menu-item.current-menu-ancestor>a,
.main-nav .menu>li.menu-item.current-menu-parent>a,
.main-nav .menu>li.menu-item.active>a,
.menu-extra>li.menu-extra-item.current_page_item>a {
    color: #85200c
}


.nav-mobile {
    position: relative
}

.navbar-icon {
    transition: all .4s;
    height: 25px;
    width: 27px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.navbar-icon .navbars-line {
    transition: .4s;
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer
}

.navbar-icon .navbars-line:before,.navbar-icon .navbars-line:after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #222
}

.navbar-icon .navbars-line:before {
    top: -8px
}

.navbar-icon .navbars-line:after {
    bottom: -8px
}

.header-v2 .header-main .row {
    display: flex;
    align-items: center
}

.header-v2 .site-menu {
    display: flex;
    justify-content: flex-end
}

.header-v2 ul.menu-extra {
    padding-left: 20px
}

.header-v2 .main-nav li.dl-active-menu {
    height: 6px;
    top: 0
}

.header-v2 .main-nav a {
    text-transform: capitalize
}

.header-v2 .main-nav .menu>li.menu-item {
    padding: 45px 15px;
}

.header-v2 .footer-sidebar .delaware-social-links-widget .widget-desc {
    display: inline-block
}

.site-logo h1,.site-logo h2,.site-logo p {
    text-indent: -9999px;
    line-height: 0;
    margin: 0
}

.site-header .logo img {
    width: 250px;
}

.main-nav li:hover>a,
.main-nav .menu>li.menu-item:hover>a,
.main-nav .menu>li.menu-item.current-menu-item>a,
.main-nav .menu>li.menu-item.current_page_item>a,
ul.menu-extra .menu-socials-item a:hover {
    color: #85200c;
}

.main-nav a,.mf-header-item-button a,.primary-mobile-nav ul.menu>li>a {
    font-family: "Raleway";
    font-size: 16px;
    color: #555
}

/*Page Header*/
.page-header {
    margin: 0 0 20px 0;
    border-bottom: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,.08)
}

.page-header .page-header-content {
    padding: 50px 0;
    position: relative
}

.page-header .row {
    justify-content: space-between;
    align-items: center
}

.page-header h1 {
    margin: 20px 0;
    color: #111c55;
    word-break: break-word;
    padding-left: 15px;
    padding-right: 15px
}

.page-header.hide-title h1 {
    line-height: 0;
    text-indent: -9999px
}

.page-header .breadcrumbs {
    padding: 10px 15px;
    color: #000
}

.page-header .breadcrumbs a {
    color: #000
}

.page-header .breadcrumbs a.home {
    font-weight: 500
}

.page-header .featured-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.page-header .featured-image span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page-header.parallax .featured-image {
    background-attachment: fixed
}

.page-header.text-light h1,.page-header.text-light .breadcrumbs,.page-header.text-light .breadcrumbs a {
    color: #fff
}

/*Footer*/
.site-footer .footer-wrapper {
    background-color: #111d59;
    background-size: cover
}

.site-footer .footer-copyright {
    color: #9b9ea8
}

.site-footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px
}

.site-footer .footer-info .row {
    justify-content: space-between;
    align-items: center
}

.site-footer .footer-info ul {
    margin-bottom: 0;
    margin-left: -17px;
    margin-right: -17px
}

.site-footer .footer-info ul li {
    display: inline-block;
    padding: 0 17px;
    position: relative;
    margin-bottom: 0
}

.site-footer .footer-info ul li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    top: 7px;
    right: 0;
    background-color: #9b9ea8 !important
}

.site-footer .footer-info ul li:last-child:before {
    display: none
}

.site-footer .footer-info ul li a {
    color: #9b9ea8
}

.footer-widgets {
    padding: 80px 0 50px;
    color: #abaebe
}

.footer-widgets .footer-widget-contact h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 3px
}

.footer-widgets .footer-widget-contact span {
    color: #2685f9;
    font-size: 30px;
    display: inline-block;
    padding-right: 20px
}

.footer-widgets .footer-widget-contact .detail {
    margin-bottom: 14px;
    display: flex;
    align-items: center
}

.footer-widgets .footer-widget-contact .detail div {
    flex-grow: 1
}

.footer-widgets .footer-widget-contact .detail:last-child {
    margin-bottom: 0
}

.footer-widgets.widget-title-style .footer-sidebar .widget-title {
    border-bottom: 1px solid #30396a;
    padding-bottom: 15px;
    margin-bottom: 45px
}

.footer-widgets .footer-sidebar ul {
    border: 0;
    padding: 0
}

.footer-widgets .footer-sidebar ul.menu {
    margin-top: -5px
}

.footer-widgets .footer-sidebar ul a {
    color: #abaebe
}

.footer-widgets .footer-sidebar ul a:hover {
    color: #fff
}

.footer-widgets .footer-sidebar .widget.widget_media_image {
    margin-bottom: 34px
}

.footer-widgets .footer-sidebar .widget:last-child {
    margin-bottom: 0
}

.footer-widgets .footer-sidebar .logo-footer {
    margin-bottom: 28px;
    display: block
}

.footer-widgets .footer-sidebar .widget-title {
    color: #fff;
    font-size: 20px;
    margin: 17px 0 30px;
    padding-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase
}

.footer-widgets .footer-sidebar .widget-title a {
    color: #fff
}

.footer-widgets .footer-sidebar .widget-title:after {
    display: none
}

.footer-widgets .footer-sidebar article {
    color: #fff;
    padding: 0 0 17px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #142476
}

.footer-widgets .footer-sidebar article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-widgets .footer-sidebar article a {
    color: #abaebe
}

.footer-widgets .footer-sidebar article .category-post {
    color: #fff;
    padding: 0 18px;
    display: table;
    height: 30px;
    line-height: 30px;
    background-color: #2685f9;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.footer-widgets .footer-sidebar article .post-title {
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 8px
}

.footer-widgets .footer-sidebar article .post-text .post-date {
    color: #fff
}

.footer-widgets .footer-sidebar article:hover {
    background-color: transparent
}

.footer-widgets .footer-sidebar figure.gallery-item {
    max-width: 30%;
    margin: 4px
}

.footer-widgets .footer-sidebar .wpcf7-form {
    position: relative
}

.footer-widgets .footer-sidebar .wpcf7-form input[type=text],.footer-widgets .footer-sidebar .wpcf7-form input[type=email],.footer-widgets .footer-sidebar .wpcf7-form select,.footer-widgets .footer-sidebar .wpcf7-form textarea {
    background-color: transparent;
    border: 1px solid #142476;
    font-weight: 400;
    width: 100%
}

.footer-widgets .footer-sidebar .footer-contact {
    display: flex;
    align-items: center
}

.footer-widgets .footer-sidebar .footer-contact h5 {
    font-size: 15px;
    font-family: 'Rubik',sans-serif;
    margin: 0
}

.footer-widgets .footer-sidebar .footer-contact i {
    margin-right: 20px;
    color: #2685f9
}

.footer-widgets .footer-sidebar .footer-contact i:before {
    font-size: 25px
}

.footer-widgets .footer-sidebar textarea {
    height: 150px
}

.footer-widgets .widget_text {
    letter-spacing: -.1px;
    margin-bottom: 19px
}

/*Extra menus*/
.menu-extra li:hover>ul {
    top: 100%;
    opacity: 1;
    z-index: 9999;
    transform: scaleX(1)
}

.menu-extra li li {
    padding: 12px 20px;
    border-bottom: 1px solid #e9f0fc;
    transition: .5s
}

.menu-extra li li:last-child {
    border-bottom: 0
}

.menu-extra li li a {
    font-size: 14px;
    display: block
}

.menu-extra li li a:before {
    display: none
}

.menu-extra li li:hover {
    background-color: #f7faff
}

.menu-extra li li:hover a {
    color: #222
}

.menu-extra li li:hover>ul {
    top: 0;
    left: 100%
}

.btn-outline-primary {
    border: 1px solid transparent;
    color: #444344;
    border-color: #d8dbe0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #444344;
    border-color: #d8dbe0
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #444344;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #444344;
    border-color: #444344
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.register-benefits {
    margin-left: 20px;
}

.register-benefits li {
    list-style: disc;
    margin-bottom: 5px;
}

.btn > .fa, .fab, .fad, .fal, .far, .fas {
    line-height: 0;
}


.activity-feed {
    padding: 15px;
}
.activity-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.activity-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
}
.activity-content {
    flex: 1;
}
.activity-title {
    font-weight: 500;
    margin-bottom: 5px;
}
.activity-subtitle {
    font-size: 0.875rem;
}