Price Information and Quotation

Price Information and Quotation


Price Information and quotation for the construction of 50 warehouses and 04 shea butter processing centers in Benin, Burkina Faso, Mali and Togo as part of the PRADCIFK project

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })