{"version":3,"file":"component---src-pages-us-construction-bidding-tsx-127a97e9727888a91e20.js","mappings":"8TACWA,EAAU,iCACVC,EAAW,kCACXC,EAAW,kCACXC,EAAU,iCCuBrB,EAhBwC,SAAC,GAKlC,IAJLC,EAII,EAJJA,UACAC,EAGI,EAHJA,GACAC,EAEI,EAFJA,QACAC,EACI,EADJA,SAEA,OACE,mCACEH,UAAWI,GAAAA,CAAGC,EAAWH,GAAWG,EAAE,MAAMH,GAAYF,GACxDC,GAAIA,GAEHE,K,0FCEP,EAd0D,SAAC,GAGpD,IAFLG,EAEI,EAFJA,KACAH,EACI,EADJA,SAEA,OACE,wBAACI,EAAA,EAAD,CAASP,UCdQ,2CDef,wBAACQ,EAAA,EAAD,KACGF,GAAQ,+BAAKN,UCfJ,wCDewBM,GACjCH,M,8FEuLT,UAjMsC,WACpC,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,wCACNC,YAAY,kGAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,+CAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,6ZASA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,iCAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,gYAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,qJAKA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,6DACJC,IAAI,uBACJN,MAAM,uBACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,KAAKC,MAAM,QAA/B,oCAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,uLAKA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,0BACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mMAKA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,0DAGA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,qSAOA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,qEAGA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mbASA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,6DACJC,IAAI,mCACJN,MAAM,mCACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,KAAKC,MAAM,QAA/B,8DAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,0UAOA,8BAAIX,UAAcK,EAAAA,GAAL,IAAoBA,EAAAA,IAC/B,sVAOA,iXAOA,gNAKA,iPAKA,olBAWA,8cASA,sUAOA,gaAQA,gfASA,sOAMF,+BAAKL,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,6DACJC,IAAI,kCACJN,MAAM,kCACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,KAAKC,MAAM,QAA/B,cAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,2G,qYC/LD,IAIIM,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB,2C","sources":["webpack://sgnl-site/./src/components/Common/Section/Section.module.scss","webpack://sgnl-site/./src/components/Common/Section/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/NewsSectionBlock.module.scss","webpack://sgnl-site/./src/pages-us/construction-bidding.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var section = \"Section-module--section--t2Kke\";\nexport var bg_white = \"Section-module--bg_white--K-nBF\";\nexport var bg_light = \"Section-module--bg_light--kwwQL\";\nexport var bg_dark = \"Section-module--bg_dark--vZSrp\";","import React from 'react'\nimport cn from 'classnames'\n\nimport * as s from './Section.module.scss'\n\ninterface SectionProps {\n className?: string\n bgColor?: 'white' | 'light' | 'dark'\n id?: string\n}\n\nconst Section: React.FC = ({\n className,\n id,\n bgColor,\n children,\n}) => {\n return (\n \n {children}\n \n )\n}\n\nexport default Section\n","import React from 'react'\nimport Section from '../Common/Section'\nimport Container from '../Common/Container'\n\nimport * as s from './NewsSectionBlock.module.scss'\n\ninterface NewsSectionBlockProps {\n date?: string\n}\n\nconst NewsSectionBlock: React.FC = ({\n date,\n children,\n}) => {\n return (\n
\n \n {date &&
{date}
}\n {children}\n
\n
\n )\n}\n\nexport default NewsSectionBlock\n","// extracted by mini-css-extract-plugin\nexport var section = \"NewsSectionBlock-module--section--TD9zu\";\nexport var date = \"NewsSectionBlock-module--date--P8Mos\";","import React from 'react'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport NewsSectionBlock from '../components/NewsSectionBlock'\nimport SEO from '../components/seo'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst ConstructionBidding: React.FC = () => {\n return (\n <>\n \n \n \n The main principles of construction bidding\n \n \n To create a winning proposal for a construction project, knowledge,\n skills, and experience are essential. Contractors need to set\n competitive prices. After all, an incorrect or underestimated rate can\n lead to a real lack of profit for the project. Therefore, it is worth\n considering ways to improve the results of rates and, for a start,\n familiarize yourself directly with the concept of construction\n tenders.\n \n \n What is construction bidding?\n \n \n So, how does bidding work in construction? A construction tender is a\n tender followed by the conclusion of a contract for the performance of\n certain works related to construction. Participation in tenders is one\n of the best ways for a customer to receive quality services at a\n favorable price, and it allows a contractor to receive a large order\n and good prospects for the future.\n \n \n Having dealt with what is bidding in construction, let's move on to a\n more detailed consideration of what is the bidding process in\n construction.\n \n
\n \n
\n \n The main principles of tendering\n \n \n Knowing what tendering means, it is important to understand that\n regardless of the size of the project, it is important to follow the\n principles of managing the tendering process.\n \n It takes time to trade\n \n If you already understand what a tendering process is, then you should\n appreciate the fact that it can take several hours to apply, and\n suppliers need at least a week to prepare applications.\n \n \n Detailed plans are needed for a robust bidding process\n \n \n Having studied the question of what tendering procedure is, it is\n important to understand that the preparation of tender documents is\n very important. After all, for the entire time of work, the team will\n work with the documentation of architects, so all drawings must be\n clear and correct.\n \n \n Choosing a bid with a low price does not always result in quality\n \n \n In concluding the consideration of the principles, it is important to\n remember that when choosing partners, one should not rely only on low\n prices. After all, all participants in the process must understand\n what is tendering in construction and how important it is to choose a\n reliable partner. The reason for the low price should be investigated\n and the effectiveness of such a project evaluated according to the\n initial planning.\n \n
\n \n
\n \n 10 points to consider when bidding process in construction\n \n \n The bidding process in construction includes many important nuances\n that, if executed correctly, lead to an excellent result. Knowing the\n types of bidding in construction and the basic principles of bidding,\n you must also follow the step-by-step discussed below to get a project\n that will be comfortable and risk-free for you.\n \n
    \n
  1. \n Choose good projects. You don't have to take on every project that\n comes your way. Even if you spent time on the evaluation, but still\n realized that the project is not suitable for your company, move on\n to another evaluation so as not to waste even more time or even the\n company's reputation as a result.\n
  2. \n
  3. \n View the property and participate in the preliminary meeting. This\n is especially important if a renovation is planned. So you can\n assess the risks and understand the availability of the project for\n your implementation. View drawings and all available information\n about the object. Ignoring this point can damage your profitability.\n
  4. \n
  5. \n Refine information if necessary. If you have questions about the\n project, please clarify them before applying. This will help you\n submit a competitive and accurate offer.\n
  6. \n
  7. \n Make accurate calculations. The estimator needs to quantify the work\n on the drawings. Review the plan and specifications. Check available\n parts and materials. After all, a detailed check is the best way.\n
  8. \n
  9. \n Use modern software to avoid math mistakes. In the modern world,\n there are many opportunities to automate the calculation process.\n Estimating software will give you more accurate results than Excel,\n for example. But even despite the use of modern software, it is\n still important to check everything personally again after the\n calculations. Especially if the calculations are carried out already\n on the day of trading, then the rush and a simple human factor is\n the reason for getting errors that can affect your reputation or\n give out losses in the long run.\n
  10. \n
  11. \n Evaluate all data from suppliers and subcontractors. It is important\n to be sure that subcontractors will be able to complete the project.\n It is best if you familiarize yourself with information about\n subcontractors - their qualifications and past projects. You need to\n study proposals from at least 3 companies for each part of the\n project. So you can analyze each performer as much as possible to\n select reliable employees.\n
  12. \n
  13. \n Assess the risks. There are no completely risk-free projects.\n Therefore, it is very important to analyze and manage them.\n Understand how best to minimize risks. Evaluate even minimal and\n seemingly unrealistic risks to understand whether you can cope with\n them at any stage of the project.\n
  14. \n
  15. \n Salary. If you get your labor costs right, you'll be doing a huge\n amount of work on the application, because it's one of the hardest\n steps. It is important to estimate the number of materials to\n understand the labor costs for their use. A complete list of\n materials gives the appraiser the total number of hours worked.\n Rates should not be lower than the average for the region.\n
  16. \n
  17. \n The cost of materials and equipment. Estimate your quoted cost\n against the cost of purchasing materials and current market prices.\n Buying in bulk will help you keep the price down compared to the\n unit price. You must have bids from at least 3 vendors for price\n comparison. Don't forget to also keep track of the equipment you\n need to buy or rent. If your company already owns the equipment,\n consider depreciation. Don't forget about fuel and transport costs.\n
  18. \n
  19. \n Full completion of documents. Carefully read the \"Invitation to Bid\"\n and \"Instructions for Bidders\" - and follow all the rules. Consider\n the deadlines and nuances of filling out applications.\n
  20. \n
\n
\n \n
\n \n Conclusion\n \n \n Applying these 10 principles will increase the chances of success and\n bring profit to your company.\n \n
\n \n )\n}\n\nexport default ConstructionBidding\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["section","bg_white","bg_light","bg_dark","className","id","bgColor","children","cn","s","date","Section","Container","title","description","variant","color","S","src","alt","placeholder","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}