/* you can add your own custom css here if you don't want to worry about SASS/SCSS */


:root {
    --background-color: #3a1f47;
    --headerBackground: #743d8f;
    --footerHeight: 0px;
    --maxWidth: 2200px;
    --headersize : 120px;
    --bs-body-color : #3a1f47;
}

@media only screen and (max-width: 767px) {
    .mobileHide {
        display: none;
    }
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

header {
    position: relative;
    width: 100%;
    background-color: var(--headerBackground);
    color: white;
    text-align: center;
    padding: 10px;
    height: var(--headersize);
}

main {
    flex: 1;

}



[data-href] {    cursor: pointer;}

a {
    color: var(--headerBackground);
    text-decoration: underline;
}


.item-image{
    position: relative;
    overflow: hidden;
    width: 100vw; /* Set the container width to the full viewport width */
}

 .item-image{
    position: relative;
     max-width: 99vw;
    left: 50%; /* Move the image halfway across the container */
    transform: translateX(-50%); /* Center the image horizontally */
    margin-top: -20px;
}

.card {
    --tw-border-opacity: 1;
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(204 213 219/var(--tw-border-opacity));
    border-radius: 1rem;
    border-width: 1px;
    overflow: hidden;
    filter: var(--tw-drop-shadow);
    margin-bottom: 30px ;
}



.topBody {
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.siteBody {
    box-shadow: 0 6px 11px -3px rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
    position: relative;
    background-color: white;
}

.home .siteBody{min-height: unset;}


footer {
    text-align: center;
    background:var(--headerBackground);
    color: #cab7d4;
    width: 100%;
    z-index: 1;
    padding: 15px 30px 0;
}

footer a {
    color: #cab7d4;
    text-decoration: none
}

footer a:hover {
    color: white;
}

.bottomlis h3 {
    color: #9f4636;
    text-transform: uppercase;
}


.topabZone,
.beforecontentZone,.userZone
{margin: 0 auto;}

.hpSlider{ border-radius:30px; overflow:hidden; margin-bottom: 30px}


.chairmanMessage .roundImg{
max-width: 300px;
width: 100%;
margin-left: 20px;
border-radius: 50%;}

.card-header {
    background-color: unset;
    color:black ; /*var(--headerBackground);*/
}

.containerMain {
    padding: 20px;
}


a:hover {
    color: var(--background-color);
}

.btn-primary {
    color: #fff;
    background-color: #a04737;
    border-color: #a04737;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-within,
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #a04737 !important;;
    border-color: #6c2d2c !important;
    box-shadow: 0 0 0 .25rem rgba(108, 45, 44, 0.5);

}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: none;
}



.withoutInset .siteBody {
    padding-top: 147px;
}

.container-topbar {
    background: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(0);
}

.whiteHeader .container-topbar {
    opacity: 0;
    transform: translateY(-100%);
    transition-delay: 0.2s;
    pointer-events: none;
    height: 0px;
}

.whiteHeader .sp-contact-info li{
   display: none;
}

.insetImgBanner {
    padding-top: 18rem;
    padding-bottom: 8rem;
    margin-bottom: 2rem;
    background-color: white;
    /*min-height: 620px;*/
}

.textZone {
    position: relative;
    max-width: var(--maxWidth);
    z-index: 1;
    color: white;
    margin: 0 auto;
}

.textZone h1 {
    font-size: 4rem;
}

.textZone .intro {
    margin-top: 1.25rem;
    font-size: 16px;
}

.imgZone {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.imgZone img {
    filter: brightness(50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    vertical-align: middle;;
}

.slant {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 3vw), 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% calc(100% - 3vw), 100% 0);
}


.navbar-brand img {
    width: 386px;
}


#top-bar {
    height: 40px;
    width: 100%;
    background-color: var(--white);
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 2px 0;
}

.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 90%;
    white-space: nowrap;
}

.sp-contact-info span {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: var(--background-color);
}

.sp-contact-info a {
    color: #013220;
    text-decoration: none;
}




#inHeader {
    max-width: var(--maxWidth);
    margin: 0 auto;
}

#inHeader .image-title {
    display: none;
}

#inHeader .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: #fff;
}

#inHeader .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.navbar-nav .nav-link {
    color: #fff;
}

/*
.whiteHeader .navbar-nav .nav-link {
    color: #000;
}*/

.navbar-nav li a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dropdown-menu {
    transition: opacity 0.5s ease, visibility 0s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    z-index: 100;
}

.dropdown.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.dropdown:not(.show) > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.3s;
}

.dropdown-toggle:focus + .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--background-color);
}


.right.no-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #006400;
}

.mod-articlescategory {
    list-style: none; /* removes bullet points */
}

.mod-articlescategory li {
    border-bottom: 1px solid #dcdcdc; /* add border to separate list items */
    padding: 10px 0; /* add some padding to improve spacing */
}


.mod-articlescategory li:last-child {
    border-bottom: none; /* remove border from last item */
}

.mod-articles-category-title {
    color: #9F4636FF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.mod-articles-category-title a:hover {
    color: var(--headerBackground);
    text-decoration: none;
}

.mod-articles-category-title.active {

    text-decoration: none;
}



.page-header {margin-bottom: 40px;}
.page-header h1{color: var(--headerBackground);}


.com-content-article__body img{border-radius: 30px}
.com-content-article {max-width: 1440px ; margin: 0 auto;}


.back-to-top-link {
    position: fixed;
    inset-inline-end: 1rem;
    bottom: 1rem;
    z-index: 10000;
    padding: 0.5em;
    color: var(--headerBackground, hsl(1, 45%, 18%));
    pointer-events: all;
    background-color: var(--white, hsl(0, 0%, 100%));
    border: 1px solid var(--headerBackground, hsl(1, 45%, 18%));
    border-radius: 0.25rem;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}
.back-to-top-link.visible {
    opacity: 1;
}
.back-to-top-link:hover, .back-to-top-link:focus {
    color: var(--white, hsl(0, 0%, 100%));
    background-color: var(--background-color);
    border-color: var(--white, hsl(0, 0%, 100%));
}


.mod-menu__sub .level3{
    left:15px;
}

.mod-menu-right  {
    list-style: none;
}

.mod-menu-right li {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}

.mod-menu-right.active {
    text-decoration: none;
}

.mod-menu-right a {
    color: #6c2d2c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


/* Footer*/
.bottomlis{
    max-width: 100%;
    overflow: hidden;
}



/* Fin Footer */


/*Articles Attachements*/

.field-entry .field-value {
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
}

.acfup-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;

}

.fileName {
    flex: 1;
}

.fileSize {
    margin-left: 10px;
    white-space: nowrap;
}


ul.fields-container{
    list-style: none;
    padding-left: 0;
    max-width: 100%;
}



.attachment-group .fields-container {
    list-style-type: none;
    padding: 0;
}

.attachment-group .fields-container li {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ccc;
}

.attachment-group .fields-container li .field-entry {
    flex: 1;
}

.attachment-group .fields-container li .field-value {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.attachment-group .fields-container li a {
    text-decoration: none;
}

.attachment-group .fields-container li .fileSize {
    min-width: 80px;
}
/*


.acfup-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 480px;
}

.acfup-item a {
    text-decoration: none;
    margin-right: 10px;
    text-transform: uppercase;
}

.acfup-item .fileSize {
    margin-left: auto;
    text-align: right;
}*/
/*

.rightSideBar.fixed .right.no-card  {
    position: absolute;
    top:200px;
}
*/


.rightSideBar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menuFooter{
    padding-top: 30px;
}

.oneFooterMenu{
    text-align: center;}


.homepagefirstbloc {
    background: #f1dcc9;
    padding: 30px 3%;
    margin: 30px auto;
    min-height: 260px;
    color: #42313A;
    -webkit-box-shadow: 0px 0px 10px 1px #6c2d2c;
    -moz-box-shadow: 0px 0px 10px 1px #6c2d2c;
    box-shadow: 0px 0px 10px 1px #6c2d2c;
    font-size: 1.2rem;
}

.modulecontent {
    color: #5f5f5f;
}

.homepagesecondbloc {
    background: #9f4646;
    color: #fff!important;
    padding: 30px 2%;
    -webkit-box-shadow: 0px 0px 10px 1px #6c2d2c;
    -moz-box-shadow: 0px 0px 10px 1px #6c2d2c;
    box-shadow: 0px 0px 10px 1px #6c2d2c;
    font-size: 1.2rem;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }


}

@media (max-width: 991.98px) {


    header {
        padding :0;
    }

    .mobileshow {
        display: block;
    }
    #inHeader{
        padding: 0 15px;
    }
    #inHeader .image-title {
        display: block;
    }

    #inHeader .nav-item a img {
        display: none;
    }

    #inHeader .nav-item a {
        color: white;
        font-size: 1rem;
    }

    #inHeader .nav-item a:after {
        display: none;
    }

    #inHeader .nav-item .mod-menu__sub {
        display: block;
        background-color: rgb(33, 37, 41);
        color: white
    }
    .navbar-brand img {
        width: 250px;
    }

    .navbar-toggler {
      /*  margin-right: var(--bs-gutter-x, 0.75rem);*/
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
    .navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar .container-fluid .navbar-collapse {
        width: 100%;
        margin: 6px -15px 0;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        background-color: rgb(108 45 44 / 96%);
        z-index : 1000;
    }


    header.whiteHeader {
        background-color: var(--headerBackground);

    }
    header.headerBgBlack{
      /*  background-color: rgba(0, 0, 0, 0.9);*/
        color: white;
    }


    .navbar .dropdown-menu {
        background-color: transparent !important;
        color: white;
    }

    .navbar .dropdown-menu a {
        color: white;
    }

    .navbar .dropdown-menu a:hover {
        color: white;
        background-color: transparent !important;
    }

    .navbar .dropdown-menu li , .dropdown:not(.show) > .dropdown-menu {
        background-color: transparent !important;
        color: white;
         opacity: unset;
         visibility: unset;
        }


        .container-topbar {
            display: none;
        }

        .insetImgBanner {
            padding-top: 10rem;
            padding-bottom: 6rem;

        }

        .textZone h1 {
            font-size: 20px;
        }

        .siteBody {
            margin-bottom: 0px;
        }

        footer {
            position: relative;
        }

    }



    .latestNews ul {padding-left: unset}
    .latestNews .mod-articlescategory li {
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 0;
        height: 100%;
        min-height: 100px;
        /* margin: 5px 0; */
}
.npdatebadge {
    padding: 10px;
    background: var(--headerBackground);
    color: #fff;
    width: 16%;
    float: left;
}
.npnewstext {
    float: right;
    width: 80%;
}

.npnewstext h4 {
    margin: 0;font-size: 17px;
}
p.npday, p.npmonth, p.npyear {
    margin: 0 !important;
    text-align: center;
}
p.npmonth ,  p.npyear{
    font-size: 12px;
    font-weight: 200;
}

@media(max-width:660px) {
    .npdatebadge {
        width: 15%;
    }

    .field-entry .field-value {
        max-width: 480px;
    }

}

@media screen and (max-width: 480px) {
    .dnpblog3 {
        padding-bottom: 20px;
    }
    .npdatebadge, .npnewstext {
        width: 96%;
        float: none;
        margin-left: 0;
    }
    p.npday, p.npmonth, p.npyear {
        display: inline-block;
        margin-right: 4px;
    }
    .npdatebadge, .npnewstext {
        text-align: center;
        margin-bottom: 24px;
    }

  .field-entry  .field-value {
        max-width: unset;
    }

}

.moduletable {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
}

.moduletable.visible {
    opacity: 1;
    transform: translateY(0);
}

.bottom3.no-card a{display: none}
#mainCom {
    align-items: center!important;
}
#mainCom .fb_like_button_container {
    margin-top: 12px!important;
}


/*Tenders */

#finder-search{margin: 30px auto; max-width: 600px; text-align:center; float:none;}

.finder .list-striped {border:none;}

li:nth-child(odd).tendersList , li.tendersList  {padding: 2%; margin:2%;font-weight:500; line-height:2rem; background-color:#fff;
    -webkit-box-shadow:2px 2px 5px 1px #e7e4e4 ;
    -moz-box-shadow:2px 2px 5px 1px #e7e4e4 ;
    box-shadow:2px 2px 5px 1px #e7e4e4 ;

}

li:nth-child(odd).tendersList:hover , li.tendersList:hover{ background-color:#fffaf4;
    -webkit-box-shadow:2px 2px 5px 1px #b6b6b6 ;
    -moz-box-shadow:2px 2px 5px 1px #b6b6b6 ;
    box-shadow:2px 2px 5px 1px #b6b6b6 ;
}


.tendersList{
    font-family: Roboto,  serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.tendersList .lbl {min-width : 115px; font-weight:300; display : inline-block;}
.tendersList .lbld {min-width : 150px; font-weight:300; display : inline-block;}

.tendersList a {
    color: #2E2E2E;
    text-decoration: none;

}



.result-text { font-weight: 300;    font-size: 1.2rem;
    line-height: 2.5rem;}

.tenderdescription{padding-top:20px;}

.titlehomepage{margin:50px auto 0px;}

.at_user_field{display:none;}

.result-title {overflow:hidden;}

.fields-container{overflow:hidden;}

.tenderDetail {padding: 0; margin:50px 0 ;font-weight:500; line-height:2rem; background-color:#fff;
    -webkit-box-shadow:0px 0px 10px 1px #6c2d2c ;
    -moz-box-shadow:0px 0px 10px 1px #6c2d2c ;
    box-shadow:0px 0px 10px 1px #6c2d2c ;
    background:rgb(241,220,201,0.5);
    position: relative;
    font-size: 1.2rem;
}

.tenderDetail .row{    line-height: 2.6rem;
    border-bottom: 1px solid rgba(159,70,54,.8);
    padding: 0 20px;
    width: 100%;
    color: #000;
    margin: 0 auto;}

.typetender {font-size:2rem; color:#9f4636;line-height:3rem;}


.tenderDetail .field-label {color: #6c6c6c;}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9f4636;
    border-color: #9f4636;
}

.page-link {

    color: #9f4636;}

.com-users-login{max-width: 480px; margin: 50px auto;}
.com-users-login form {margin-top: 50px}
.control-group.com-users-login__input{
    margin-bottom: 20px;
}
.com-users-registration{max-width: 1440px; margin: 50px auto;}
.com-users-registration form{max-width: 480px; margin: 50px auto;}
.com-users-registration .control-group.field-spacer{display: none;}
.imgregist {width: 100% ; max-width: 1200px; margin: 30px auto;}
/*.com-users-registration__submit.control-group {display: flex; flex-direction: row;justify-content: right; margin: 20px auto;}*/
button[type="submit"] {float: right;margin: 20px auto;}
.plg_system_webauthn_login_button {display: none;}



.map-container {
    position: relative;
    width: 100%;
    min-height: 600px; /* Set the minimum height as needed */
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

@media screen and (max-width: 768px) {
    .map-container {
        min-height: 300px; /* Adjust the minimum height for smaller screens */
    }
}


.com-users-login__description.login-description{text-align: center;}
.com-users-login__description.login-description img{margin:  0 auto;}