{"id":41,"date":"2026-03-07T22:46:11","date_gmt":"2026-03-07T22:46:11","guid":{"rendered":"https:\/\/new.equitas-consulting.com\/?page_id=41"},"modified":"2026-03-28T21:30:44","modified_gmt":"2026-03-28T21:30:44","slug":"training","status":"publish","type":"page","link":"https:\/\/www.equitas-consulting.com\/ru\/training\/","title":{"rendered":"Training"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#038;family=DM+Sans:wght@300;400;500;700&#038;display=swap\">\n<style>\n\/* ===== EQUITAS TRAINING & WORKSHOPS PAGE ===== *\/\n\n.eq-training {\n  --terra:       #C45A10;\n  --terra-light: #D97035;\n  --slate:       #1C2B2B;\n  --slate-mid:   #2A3D3D;\n  --slate-panel: #132022;\n  --off-white:   #F6F3EE;\n  --white:       #FFFFFF;\n  --ink:         #182426;\n  --ink-soft:    #3A4040;\n  --muted:       #7A8A8A;\n  --line:        rgba(196,90,16,0.12);\n  --max:         1320px;\n  font-family: 'DM Sans', sans-serif;\n  color: var(--ink-soft);\n  overflow-x: hidden;\n}\n\n.eq-training *, .eq-training *::before, .eq-training *::after {\n  box-sizing: border-box;\n}\n\n.eq-training a { color: inherit; text-decoration: none; }\n.eq-training img { max-width: 100%; display: block; }\n\n.eq-training .container {\n  width: min(var(--max), calc(100% - 80px));\n  margin: 0 auto;\n}\n\n.eq-training .eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 11px;\n  font-weight: 400;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--terra-light);\n}\n.eq-training .eyebrow::before {\n  content: \"\";\n  width: 30px;\n  height: 1px;\n  background: var(--terra);\n  flex-shrink: 0;\n}\n\n.eq-training .section-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(2.25rem, 4.5vw, 4rem);\n  line-height: 1.0;\n  font-weight: 500;\n  color: var(--ink);\n}\n.eq-training .section-title em {\n  font-style: italic;\n  color: #5f6d70;\n}\n\n.eq-training .section-intro {\n  margin-top: 1.25rem;\n  max-width: 780px;\n  font-size: 0.95rem;\n  line-height: 1.9;\n  color: var(--muted);\n  font-weight: 300;\n}\n\n\/* HERO *\/\n.eq-training .hero {\n  position: relative;\n  min-height: 60vh;\n  display: flex;\n  align-items: flex-end;\n  padding: 90px 0 80px;\n  background:\n    linear-gradient(180deg, rgba(28,43,43,0.28) 0%, rgba(28,43,43,0.60) 40%, rgba(28,43,43,0.94) 100%),\n    linear-gradient(135deg, #1C2B2B 0%, #2A3D3D 100%);\n  color: #fff;\n  overflow: hidden;\n}\n\n.eq-training .hero::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(rgba(196,90,16,0.04) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(196,90,16,0.04) 1px, transparent 1px);\n  background-size: 60px 60px;\n  pointer-events: none;\n}\n\n.eq-training .hero::after {\n  content: \"\";\n  position: absolute;\n  left: 0; right: 0; bottom: 0;\n  height: 100px;\n  background: linear-gradient(180deg, rgba(246,243,238,0) 0%, var(--off-white) 100%);\n}\n\n.eq-training .hero-accent-bar {\n  position: absolute;\n  left: 0; top: 15%; bottom: 15%;\n  width: 3px;\n  background: var(--terra);\n  opacity: 0.5;\n}\n\n.eq-training .hero-content {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 390px;\n  gap: 4rem;\n  align-items: end;\n}\n\n.eq-training .hero h1 {\n  margin-top: 18px;\n  font-family: 'Cormorant Garamond', serif;\n  font-weight: 500;\n  font-size: clamp(2.8rem, 5.5vw, 5rem);\n  line-height: 0.95;\n  letter-spacing: -0.02em;\n  color: #fff;\n}\n\n.eq-training .hero h1 em {\n  color: var(--terra-light);\n  font-style: italic;\n}\n\n.eq-training .hero-copy {\n  margin-top: 24px;\n  max-width: 720px;\n  font-size: 1rem;\n  line-height: 1.9;\n  color: rgba(255,255,255,0.66);\n  font-weight: 300;\n}\n\n.eq-training .hero-positioning {\n  margin-top: 14px;\n  font-size: 0.88rem;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.78);\n  font-weight: 400;\n}\n\n\/* HERO CARD *\/\n.eq-training .hero-card {\n  background: rgba(28,43,43,0.65);\n  border: 1px solid rgba(196,90,16,0.2);\n  backdrop-filter: blur(18px);\n  padding: 28px 26px;\n  align-self: end;\n}\n\n.eq-training .hero-card-label {\n  font-size: 0.65rem;\n  text-transform: uppercase;\n  letter-spacing: 0.18em;\n  color: rgba(255,255,255,0.45);\n  margin-bottom: 18px;\n  font-weight: 400;\n}\n\n.eq-training .credential-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.eq-training .credential-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.82rem;\n  line-height: 1.55;\n  color: rgba(255,255,255,0.72);\n  font-weight: 300;\n}\n\n.eq-training .credential-item::before {\n  content: \"\";\n  width: 5px; height: 5px;\n  border-radius: 50%;\n  background: var(--terra);\n  flex-shrink: 0;\n  margin-top: 6px;\n}\n\n\/* OVERVIEW *\/\n.eq-training .overview-section {\n  background: var(--white);\n  padding: 60px 0;\n}\n\n.eq-training .overview-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: rgba(28,43,43,0.08);\n  margin-top: 36px;\n}\n\n.eq-training .overview-panel {\n  background: var(--white);\n  padding: 48px 44px;\n}\n\n.eq-training .overview-panel p {\n  font-size: 0.95rem;\n  font-weight: 300;\n  line-height: 1.95;\n  color: var(--ink-soft);\n  margin-bottom: 1.25rem;\n}\n.eq-training .overview-panel p:last-child { margin-bottom: 0; }\n\n.eq-training .quote-panel {\n  background: var(--slate-panel);\n  padding: 48px 44px;\n  border-left: 4px solid var(--terra);\n}\n\n.eq-training .quote-panel .label {\n  font-size: 0.65rem;\n  font-weight: 400;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--terra-light);\n  margin-bottom: 2rem;\n  display: block;\n}\n\n.eq-training .quote-panel blockquote {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.5rem, 2.2vw, 2rem);\n  line-height: 1.3;\n  color: rgba(255,255,255,0.88);\n  margin-bottom: 1.5rem;\n  font-style: italic;\n}\n\n.eq-training .quote-panel p {\n  font-size: 0.88rem;\n  font-weight: 300;\n  line-height: 1.9;\n  color: rgba(255,255,255,0.56);\n}\n\n\/* TRAINING TYPES *\/\n.eq-training .services-section {\n  background: var(--off-white);\n  padding: 60px 0;\n}\n\n.eq-training .services-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: rgba(28,43,43,0.08);\n  margin-top: 36px;\n}\n\n.eq-training .service-card {\n  background: var(--off-white);\n  padding: 40px 36px;\n  position: relative;\n  overflow: hidden;\n  transition: background 0.3s ease, transform 0.25s ease;\n}\n\n.eq-training .service-card.primary { background: var(--white); }\n\n.eq-training .service-card::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0; height: 3px;\n  background: var(--terra);\n  transition: width 0.4s ease;\n}\n\n.eq-training .service-card:hover {\n  background: var(--white);\n  transform: translateY(-2px);\n}\n\n.eq-training .service-card:hover::after { width: 100%; }\n\n.eq-training .service-icon {\n  width: 40px; height: 40px;\n  border: 1px solid rgba(196,90,16,0.3);\n  display: flex; align-items: center; justify-content: center;\n  margin-bottom: 1.5rem;\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.1rem;\n  color: var(--terra);\n  font-weight: 500;\n}\n\n.eq-training .service-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.4rem;\n  font-weight: 500;\n  color: var(--ink);\n  line-height: 1.2;\n  margin-bottom: 1rem;\n}\n\n.eq-training .service-desc {\n  font-size: 0.87rem;\n  font-weight: 300;\n  line-height: 1.85;\n  color: var(--ink-soft);\n}\n\n\/* DELIVERY *\/\n.eq-training .process-section {\n  background: var(--white);\n  padding: 60px 0 40px;\n}\n\n.eq-training .process-layout {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 6rem;\n  align-items: start;\n  margin-top: 36px;\n}\n\n.eq-training .process-steps { display: flex; flex-direction: column; }\n\n.eq-training .process-step {\n  display: grid;\n  grid-template-columns: 60px 1fr;\n  gap: 1.5rem;\n  padding: 2rem 0;\n  border-bottom: 1px solid rgba(28,43,43,0.06);\n}\n\n.eq-training .process-step:first-child { padding-top: 0; }\n.eq-training .process-step:last-child {\n  border-bottom: none;\n  padding-bottom: 1rem;\n}\n\n.eq-training .step-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.2rem;\n  font-weight: 400;\n  color: var(--terra);\n  padding-top: 2px;\n}\n\n.eq-training .step-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.15rem;\n  font-weight: 500;\n  color: var(--ink);\n  margin-bottom: 0.5rem;\n}\n\n.eq-training .step-body {\n  font-size: 0.88rem;\n  font-weight: 300;\n  line-height: 1.8;\n  color: var(--ink-soft);\n}\n\n.eq-training .process-panel {\n  background: var(--slate-panel);\n  padding: 2.6rem 2.8rem;\n  border-left: 4px solid var(--terra);\n  position: relative;\n}\n\n.eq-training .process-panel .label {\n  font-size: 0.65rem;\n  font-weight: 400;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--terra-light);\n  margin-bottom: 2rem;\n  display: block;\n}\n\n.eq-training .process-panel h3 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.5rem;\n  font-weight: 500;\n  color: rgba(255,255,255,0.88);\n  margin-bottom: 1.3rem;\n  line-height: 1.2;\n}\n\n.eq-training .process-panel p {\n  font-size: 0.88rem;\n  font-weight: 300;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.56);\n  margin-bottom: 0.8rem;\n}\n.eq-training .process-panel p:last-child { margin-bottom: 0; }\n\n\/* TOPICS *\/\n.eq-training .topics-section {\n  background: var(--off-white);\n  padding: 40px 0 60px;\n}\n\n.eq-training .topics-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: rgba(28,43,43,0.08);\n  margin-top: 36px;\n}\n\n.eq-training .topic-card {\n  background: var(--off-white);\n  padding: 36px 32px;\n  position: relative;\n  overflow: hidden;\n  transition: background 0.3s;\n}\n\n.eq-training .topic-card::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0; height: 3px;\n  background: var(--terra);\n  transition: width 0.4s ease;\n}\n\n.eq-training .topic-card:hover { background: var(--white); }\n.eq-training .topic-card:hover::after { width: 100%; }\n\n.eq-training .topic-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 0.95rem;\n  color: var(--terra);\n  margin-bottom: 1rem;\n  display: block;\n}\n\n.eq-training .topic-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.3rem;\n  font-weight: 500;\n  color: var(--ink);\n  line-height: 1.2;\n  margin-bottom: 0.75rem;\n}\n\n.eq-training .topic-desc {\n  font-size: 0.84rem;\n  font-weight: 300;\n  line-height: 1.8;\n  color: var(--muted);\n}\n\n\/* STRIP *\/\n.eq-training .strip {\n  background: var(--slate);\n  padding: 38px 0;\n}\n\n.eq-training .strip-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: rgba(196,90,16,0.12);\n  align-items: center;\n}\n\n.eq-training .strip-item {\n  padding: 18px 28px;\n  text-align: center;\n  background: var(--slate);\n}\n\n.eq-training .strip-label {\n  font-size: 0.6rem;\n  font-weight: 400;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-bottom: 4px;\n}\n\n.eq-training .strip-value {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.05rem;\n  font-weight: 500;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.82);\n}\n\n\/* CTA *\/\n.eq-training .cta-section {\n  background: var(--terra);\n  padding: 60px 0;\n}\n\n.eq-training .cta-inner {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 2rem;\n  flex-wrap: wrap;\n}\n\n.eq-training .cta-inner h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.8rem, 3vw, 2.8rem);\n  line-height: 1.1;\n  font-weight: 500;\n  color: #fff;\n  margin-bottom: 8px;\n}\n\n.eq-training .cta-inner p {\n  font-size: 0.9rem;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.75);\n  max-width: 620px;\n  font-weight: 300;\n}\n\n.eq-training .btn-dark {\n  background: var(--slate);\n  color: var(--terra-light);\n  border: none;\n  padding: 16px 36px;\n  font-size: 0.75rem;\n  font-weight: 500;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  white-space: nowrap;\n  transition: opacity 0.2s;\n  flex-shrink: 0;\n  display: inline-block;\n  cursor: pointer;\n}\n.eq-training .btn-dark:hover { opacity: 0.85; }\n\n\/* RESPONSIVE *\/\n@media (max-width: 1100px) {\n  .eq-training .hero-content { grid-template-columns: 1fr; }\n  .eq-training .hero-card { display: none; }\n  .eq-training .overview-grid { grid-template-columns: 1fr; }\n  .eq-training .services-grid { grid-template-columns: repeat(2, 1fr); }\n  .eq-training .process-layout { grid-template-columns: 1fr; gap: 2rem; }\n  .eq-training .process-panel { position: relative; top: auto; }\n  .eq-training .topics-grid { grid-template-columns: repeat(2, 1fr); }\n  .eq-training .strip-grid { grid-template-columns: repeat(2, 1fr); }\n  .eq-training .cta-inner { flex-direction: column; align-items: flex-start; }\n}\n\n@media (max-width: 768px) {\n  .eq-training .hero { padding: 60px 0; }\n  .eq-training .services-grid,\n  .eq-training .topics-grid,\n  .eq-training .strip-grid { grid-template-columns: 1fr; }\n  .eq-training .container { width: min(var(--max), calc(100% - 32px)); }\n}\n<\/style>\n\n<div class=\"eq-training\">\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"hero-accent-bar\"><\/div>\n    <div class=\"container hero-content\">\n      <div>\n        <div class=\"eyebrow\">Training &#038; Workshops<\/div>\n        <h1>Practical training on <em>FIDIC, claims and dispute practice<\/em><\/h1>\n        <p class=\"hero-copy\">\n          Equitas delivers focused training and workshops for project teams, consultants, legal professionals and organisations involved in construction and engineering projects. Our sessions are designed to turn complex contractual and dispute issues into practical understanding that can be applied in live project environments.\n        <\/p>\n        <p class=\"hero-positioning\">\n          We provide training for both small specialist groups and larger professional audiences, with content tailored to the level of experience and the commercial context of the participants.\n        <\/p>\n      <\/div>\n\n      <div class=\"hero-card\">\n        <div class=\"hero-card-label\">Training profile<\/div>\n        <div class=\"credential-list\">\n          <div class=\"credential-item\">Workshops on FIDIC, claims, delay and dispute topics<\/div>\n          <div class=\"credential-item\">Delivery for project teams, consultants, lawyers and institutions<\/div>\n          <div class=\"credential-item\">Practical focus on real project and dispute issues<\/div>\n          <div class=\"credential-item\">Sessions tailored to audience, sector and contractual framework<\/div>\n          <div class=\"credential-item\">Suitable for both introductory and advanced levels<\/div>\n          <div class=\"credential-item\">Led by a practitioner with technical and legal background<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- OVERVIEW -->\n  <section class=\"overview-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">Overview<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">Training designed for<br><em>practical project use<\/em><\/h2>\n\n      <div class=\"overview-grid\">\n        <div class=\"overview-panel\">\n          <p>\n            The most effective training in construction and engineering is not abstract. It helps participants understand how contractual mechanisms, claim procedures and dispute issues operate in practice, and how those issues affect project decisions in real time. Equitas develops training with that principle in mind.\n          <\/p>\n          <p>\n            Our sessions may focus on FIDIC contracts, claims management, notices, delay and quantum issues, dispute boards, expert practice or broader dispute-resolution topics. Each programme is designed to be technically rigorous while remaining commercially relevant and accessible to the intended audience.\n          <\/p>\n          <p>\n            We work with organisations seeking internal team development, targeted issue-based workshops or broader professional learning events. Sessions can be delivered as short briefings, half-day workshops, full-day programmes or modular training series.\n          <\/p>\n        <\/div>\n\n        <div class=\"quote-panel\">\n          <span class=\"label\">Our Approach<\/span>\n          <blockquote>&#8220;Training is most valuable when it helps people make better decisions on live projects, not just understand concepts in the abstract.&#8221;<\/blockquote>\n          <p>\n            Our objective is to bridge the gap between contractual theory and project reality, so that participants leave with knowledge they can apply immediately in administration, claims and dispute settings.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRAINING TYPES -->\n  <section class=\"services-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">What We Provide<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">Training formats and<br><em>workshop types<\/em><\/h2>\n      <p class=\"section-intro\">\n        Our training can be adapted to organisational needs, audience profile and the level of detail required.\n      <\/p>\n\n      <div class=\"services-grid\">\n\n        <div class=\"service-card primary\">\n          <div class=\"service-icon\">F<\/div>\n          <h3 class=\"service-title\">FIDIC Workshops<\/h3>\n          <p class=\"service-desc\">\n            Training on the structure and operation of the FIDIC suite, including notices, claims procedures, Engineer determinations, time and cost entitlement, dispute board mechanisms and common project pitfalls.\n          <\/p>\n        <\/div>\n\n        <div class=\"service-card primary\">\n          <div class=\"service-icon\">C<\/div>\n          <h3 class=\"service-title\">Claims Management Training<\/h3>\n          <p class=\"service-desc\">\n            Practical sessions on identifying claim events, maintaining records, structuring claims, analysing entitlement and understanding how project issues evolve into formal disputes if not managed properly.\n          <\/p>\n        <\/div>\n\n        <div class=\"service-card primary\">\n          <div class=\"service-icon\">D<\/div>\n          <h3 class=\"service-title\">Delay &#038; Quantum Sessions<\/h3>\n          <p class=\"service-desc\">\n            Training focused on delay analysis principles, critical path issues, time-related claims, prolongation, disruption and the commercial logic of quantum assessment in construction disputes.\n          <\/p>\n        <\/div>\n\n        <div class=\"service-card\">\n          <div class=\"service-icon\">B<\/div>\n          <h3 class=\"service-title\">Dispute Board and Arbitration Briefings<\/h3>\n          <p class=\"service-desc\">\n            Sessions explaining dispute board procedures, arbitration support requirements, evidential preparation and the way technical and contractual issues are tested in formal dispute forums.\n          <\/p>\n        <\/div>\n\n        <div class=\"service-card\">\n          <div class=\"service-icon\">E<\/div>\n          <h3 class=\"service-title\">Expert Practice Workshops<\/h3>\n          <p class=\"service-desc\">\n            Specialist sessions on expert evidence, report preparation, independence, methodology selection and the practical interface between expert work, legal teams and formal proceedings.\n          <\/p>\n        <\/div>\n\n        <div class=\"service-card\">\n          <div class=\"service-icon\">T<\/div>\n          <h3 class=\"service-title\">Tailored In-House Programmes<\/h3>\n          <p class=\"service-desc\">\n            Bespoke training designed around the organisation&#8217;s projects, contract forms, sectors, jurisdictions or recurring areas of risk, with content aligned to the actual issues faced by the team.\n          <\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- DELIVERY APPROACH -->\n  <section class=\"process-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">Delivery Approach<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">How we structure<br><em>training and workshops<\/em><\/h2>\n\n      <div class=\"process-layout\">\n        <div class=\"process-steps\">\n\n          <div class=\"process-step\">\n            <span class=\"step-num\">I<\/span>\n            <div>\n              <h4 class=\"step-title\">Define the audience and objective<\/h4>\n              <p class=\"step-body\">We begin by understanding who the participants are, what level of experience they bring and what practical outcome the training is expected to achieve.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"process-step\">\n            <span class=\"step-num\">II<\/span>\n            <div>\n              <h4 class=\"step-title\">Tailor the content<\/h4>\n              <p class=\"step-body\">We structure the session around the relevant contract forms, project environment, issue types and depth of technical detail appropriate for the audience.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"process-step\">\n            <span class=\"step-num\">III<\/span>\n            <div>\n              <h4 class=\"step-title\">Use practical scenarios<\/h4>\n              <p class=\"step-body\">Where appropriate, we build in examples, case-based discussion and project-style scenarios so that participants can relate the content directly to real-life decisions.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"process-step\">\n            <span class=\"step-num\">IV<\/span>\n            <div>\n              <h4 class=\"step-title\">Focus on usable takeaways<\/h4>\n              <p class=\"step-body\">The aim is not simply to transmit information, but to help participants understand what to do differently in practice, whether in administration, claims management or dispute preparation.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"process-step\">\n            <span class=\"step-num\">V<\/span>\n            <div>\n              <h4 class=\"step-title\">Adjust to the delivery format<\/h4>\n              <p class=\"step-body\">Sessions can be delivered in person or remotely, and can range from short executive briefings to full-day workshops or multi-session training programmes.<\/p>\n            <\/div>\n          <\/div>\n\n        <\/div>\n\n        <div class=\"process-panel\">\n          <span class=\"label\">Why It Works<\/span>\n          <h3>Good training improves decisions before problems become disputes.<\/h3>\n          <p>Many contractual and claims issues become serious only because the people handling them on live projects are not given practical, decision-focused guidance early enough.<\/p>\n          <p>Our training is designed to improve that position by helping teams understand the mechanisms, risks and evidential requirements that shape later outcomes.<\/p>\n          <p>The value lies not only in knowledge transfer, but in reducing avoidable error and improving contractual discipline.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TOPICS -->\n  <section class=\"topics-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">Typical Topics<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">Core training themes<br><em>frequently requested<\/em><\/h2>\n      <p class=\"section-intro\">\n        While each session is tailored, the following are among the subjects most frequently covered in our workshops and training programmes.\n      <\/p>\n\n      <div class=\"topics-grid\">\n\n        <div class=\"topic-card\">\n          <span class=\"topic-num\">01<\/span>\n          <h3 class=\"topic-title\">FIDIC Claims and Notices<\/h3>\n          <p class=\"topic-desc\">Claim procedures, notices, time limits, Engineer determinations and the practical management of entitlement under the FIDIC forms.<\/p>\n        <\/div>\n\n        <div class=\"topic-card\">\n          <span class=\"topic-num\">02<\/span>\n          <h3 class=\"topic-title\">Delay and Extension of Time<\/h3>\n          <p class=\"topic-desc\">Principles of delay analysis, critical path considerations, concurrency issues and the practical structure of extension of time claims.<\/p>\n        <\/div>\n\n        <div class=\"topic-card\">\n          <span class=\"topic-num\">03<\/span>\n          <h3 class=\"topic-title\">Quantum and Cost Claims<\/h3>\n          <p class=\"topic-desc\">Prolongation, disruption, loss and expense, valuation logic and the evidential basis required to link project events to financial impact.<\/p>\n        <\/div>\n\n        <div class=\"topic-card\">\n          <span class=\"topic-num\">04<\/span>\n          <h3 class=\"topic-title\">Dispute Boards and Arbitration<\/h3>\n          <p class=\"topic-desc\">Procedural overview, preparation of referrals and responses, the role of experts and how issues are developed for formal dispute settings.<\/p>\n        <\/div>\n\n        <div class=\"topic-card\">\n          <span class=\"topic-num\">05<\/span>\n          <h3 class=\"topic-title\">Contract Administration<\/h3>\n          <p class=\"topic-desc\">Practical administration of FIDIC and other forms \u2014 handling instructions, variations, records and correspondence during live project delivery to protect contractual rights.<\/p>\n        <\/div>\n\n        <div class=\"topic-card\">\n          <span class=\"topic-num\">06<\/span>\n          <h3 class=\"topic-title\">Expert Evidence<\/h3>\n          <p class=\"topic-desc\">The role of expert witnesses, independence obligations, report structure, methodology selection and the interface between technical analysis and formal legal proceedings.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STRIP -->\n  <div class=\"strip\">\n    <div class=\"container\">\n      <div class=\"strip-grid\">\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Formats<\/div>\n          <div class=\"strip-value\">Briefings \u00b7 Half-Day \u00b7 Full-Day \u00b7 Modular Series<\/div>\n        <\/div>\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Topics<\/div>\n          <div class=\"strip-value\">FIDIC \u00b7 Claims \u00b7 Delay \u00b7 Quantum \u00b7 Disputes<\/div>\n        <\/div>\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Audiences<\/div>\n          <div class=\"strip-value\">Project Teams \u00b7 Consultants \u00b7 Lawyers \u00b7 Institutions<\/div>\n        <\/div>\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Delivery<\/div>\n          <div class=\"strip-value\">In Person \u00b7 Remote \u00b7 Tailored In-House<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CTA -->\n  <div class=\"cta-section\">\n    <div class=\"container\">\n      <div class=\"cta-inner\">\n        <div>\n          <h2>Need training for your team or organisation?<\/h2>\n          <p>Contact Equitas to discuss the audience, topic and format best suited to your training needs.<\/p>\n        <\/div>\n        <a href=\"\/contact\" class=\"btn-dark\">Get in Touch<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Course\",\n  \"name\": \"Construction Claims & FIDIC Training\",\n  \"description\": \"Practical training in construction claims, delay analysis, quantum assessment and FIDIC contract management for contractors and project teams.\",\n  \"url\": \"https:\/\/www.equitas-consulting.com\/training\",\n  \"provider\": {\n    \"@type\": \"ProfessionalService\",\n    \"name\": \"Equitas Consulting\",\n    \"url\": \"https:\/\/www.equitas-consulting.com\"\n  },\n  \"educationalLevel\": \"Professional\",\n  \"teaches\": [\n    \"Construction Claims Management\",\n    \"Delay Analysis\",\n    \"Quantum Assessment\",\n    \"FIDIC Contract Administration\",\n    \"Extension of Time\",\n    \"Prolongation and Disruption\"\n  ]\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Training &#038; Workshops Practical training on FIDIC, claims and dispute practice Equitas delivers focused training and workshops for project teams, consultants, legal professionals and organisations involved in construction and engineering projects. Our sessions are designed to turn complex contractual and dispute issues into practical understanding that can be applied in live project environments. We provide&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":7,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":4178,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages\/41\/revisions\/4178"}],"wp:attachment":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}