{"id":92,"date":"2025-11-10T09:52:08","date_gmt":"2025-11-10T09:52:08","guid":{"rendered":"https:\/\/beingurbania.com\/?page_id=92"},"modified":"2025-11-12T12:50:31","modified_gmt":"2025-11-12T12:50:31","slug":"about","status":"publish","type":"page","link":"https:\/\/beingurbania.com\/?page_id=92","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"92\" class=\"elementor elementor-92\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42c3c6b e-con-full e-flex e-con e-parent\" data-id=\"42c3c6b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2629b3 elementor-widget elementor-widget-html\" data-id=\"f2629b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<style>\n.hero-heading {\n  color: #fff !important;\n}\n<\/style>\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <meta name=\"description\" content=\"Tradesmen Jobs Private Limited - Government-licensed, ISO-certified manpower recruitment agency. 22+ years, 90,000+ placements, 14+ countries. MEA approved.\">\n  <title>About Tradesmen Jobs Private Limited - Global Manpower Recruitment Agency<\/title>\n  <!-- Bootstrap Icons -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.10.5\/font\/bootstrap-icons.css\">\n  <!-- Google Fonts -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css?family=Montserrat:700,600,400,300|Open+Sans:400,600,700&display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --bright-green: #8BC34A;\n      --lime-green: #7CB342;\n      --neon-green: #02B41A;\n      --deep-green: #007a12;\n      --dark-bg: #000;\n      --rich-black: #1a1a1a;\n      --charcoal: #2d2d2d;\n      --light-bg: #f8f8f8;\n      --mint-green: #e8f5e9;\n      --text-light: #fff;\n      --text-dark: #333;\n      --text-muted: #b3b3b3;\n      --text-gray: #666;\n      --brand-font: 'Montserrat', Arial, sans-serif;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    html, body {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      font-family: 'Open Sans', Arial, sans-serif;\n      background: var(--dark-bg);\n      color: var(--text-dark);\n      line-height: 1.6;\n    }\n\n    .container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 2%;\n    }\n\n    \/* ============ SECTION 1: HERO BANNER ============ *\/\n    .hero {\n      background: linear-gradient(135deg, var(--rich-black) 0%, var(--dark-bg) 100%);\n      color: var(--text-light);\n      padding: 6rem 2%;\n      text-align: center;\n      position: relative;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, rgba(2, 180, 26, 0.15) 0%, rgba(0, 122, 18, 0.1) 100%);\n      pointer-events: none;\n    }\n\n    .hero-content {\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-heading {\n      font-family: var(--brand-font);\n      font-size: 3rem;\n      font-weight: 700;\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .hero-subheading {\n      font-size: 1.3rem;\n      color: var(--text-muted);\n      margin-bottom: 2.5rem;\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-stats {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 2rem;\n      margin-top: 2rem;\n    }\n\n    .hero-stat {\n      background: rgba(139, 195, 74, 0.1);\n      padding: 1.5rem;\n      border-radius: 8px;\n      border: 1px solid rgba(139, 195, 74, 0.2);\n    }\n\n    .hero-stat-value {\n      font-family: var(--brand-font);\n      font-size: 1.8rem;\n      font-weight: 700;\n      color: var(--bright-green);\n    }\n\n    .hero-stat-label {\n      font-size: 0.9rem;\n      color: var(--text-muted);\n      margin-top: 0.5rem;\n    }\n\n    \/* ============ SECTION 2: WHO WE ARE ============ *\/\n    .who-we-are {\n      background: var(--light-bg);\n      padding: 6rem 2%;\n    }\n\n    .section-heading {\n      font-family: var(--brand-font);\n      font-size: 2.5rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin-bottom: 3rem;\n      text-align: center;\n    }\n\n    .who-we-are-content {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 3rem;\n      align-items: start;\n    }\n\n    .who-text p {\n      margin-bottom: 1.5rem;\n      font-size: 1rem;\n      color: var(--text-gray);\n      line-height: 1.8;\n    }\n\n    .who-text p strong {\n      color: var(--text-dark);\n    }\n\n    .highlights {\n      list-style: none;\n    }\n\n    .highlights li {\n      display: flex;\n      gap: 1rem;\n      margin-bottom: 1.2rem;\n      align-items: flex-start;\n    }\n\n    .highlights i {\n      font-size: 1.3rem;\n      color: var(--bright-green);\n      margin-top: 0.2rem;\n      flex-shrink: 0;\n    }\n\n    .highlights li span {\n      font-size: 0.95rem;\n      color: var(--text-gray);\n      line-height: 1.6;\n    }\n\n    \/* ============ SECTION 3: JOURNEY TIMELINE ============ *\/\n    .journey {\n      background: var(--mint-green);\n      padding: 6rem 2%;\n    }\n\n    .timeline {\n      position: relative;\n      margin-top: 3rem;\n    }\n\n    .timeline::before {\n      content: '';\n      position: absolute;\n      left: 50%;\n      top: 0;\n      bottom: 0;\n      width: 2px;\n      background: var(--bright-green);\n      transform: translateX(-50%);\n    }\n\n    .timeline-item {\n      margin-bottom: 2rem;\n      position: relative;\n    }\n\n    .timeline-item:nth-child(odd) .timeline-content {\n      margin-left: 0;\n      margin-right: auto;\n      width: 48%;\n      text-align: right;\n    }\n\n    .timeline-item:nth-child(even) .timeline-content {\n      margin-left: auto;\n      margin-right: 0;\n      width: 48%;\n      text-align: left;\n    }\n\n    .timeline-dot {\n      position: absolute;\n      left: 50%;\n      top: 1rem;\n      width: 20px;\n      height: 20px;\n      background: var(--bright-green);\n      border: 3px solid var(--mint-green);\n      border-radius: 50%;\n      transform: translateX(-50%);\n      z-index: 2;\n    }\n\n    .timeline-content {\n      background: white;\n      padding: 2rem;\n      border-radius: 8px;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n    }\n\n    .timeline-year {\n      font-family: var(--brand-font);\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: var(--bright-green);\n      margin-bottom: 0.5rem;\n    }\n\n    .timeline-text {\n      font-size: 0.95rem;\n      color: var(--text-gray);\n    }\n\n    \/* ============ SECTION 4: WHAT WE DO ============ *\/\n    .what-we-do {\n      background: var(--dark-bg);\n      padding: 6rem 2%;\n    }\n\n    .what-we-do .section-heading {\n      color: var(--text-light);\n    }\n\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .service-card {\n      background: var(--charcoal);\n      padding: 2.5rem;\n      border-radius: 12px;\n      border-top: 3px solid var(--bright-green);\n      transition: all 0.3s ease;\n    }\n\n    .service-card:hover {\n      box-shadow: 0 12px 40px rgba(139, 195, 74, 0.2);\n      transform: translateY(-6px);\n    }\n\n    .service-icon {\n      font-size: 2.8rem;\n      color: var(--bright-green);\n      margin-bottom: 1.5rem;\n    }\n\n    .service-title {\n      font-family: var(--brand-font);\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: var(--text-light);\n      margin-bottom: 1rem;\n    }\n\n    .service-description {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      margin-bottom: 1.5rem;\n      line-height: 1.6;\n    }\n\n    .service-list {\n      list-style: none;\n    }\n\n    .service-list li {\n      display: flex;\n      gap: 0.8rem;\n      margin-bottom: 0.8rem;\n      font-size: 0.9rem;\n      color: var(--text-muted);\n    }\n\n    .service-list li::before {\n      content: '\u203a';\n      color: var(--bright-green);\n      font-size: 1.3rem;\n      font-weight: 700;\n    }\n\n    \/* ============ SECTION 5: INDUSTRIES ============ *\/\n    .industries {\n      background: var(--light-bg);\n      padding: 6rem 2%;\n    }\n\n    .industries-grid {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 1.5rem;\n      margin-top: 3rem;\n    }\n\n    .industry-box {\n      background: white;\n      padding: 1.8rem;\n      border-radius: 10px;\n      text-align: center;\n      transition: all 0.3s ease;\n      border: 2px solid transparent;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n    }\n\n    .industry-box:hover {\n      border-color: var(--bright-green);\n      background: rgba(139, 195, 74, 0.05);\n      transform: translateY(-4px);\n      box-shadow: 0 8px 20px rgba(139, 195, 74, 0.15);\n    }\n\n    .industry-icon {\n      font-size: 2.5rem;\n      color: var(--bright-green);\n      margin-bottom: 1rem;\n    }\n\n    .industry-name {\n      font-family: var(--brand-font);\n      font-size: 0.95rem;\n      font-weight: 700;\n      color: var(--text-dark);\n    }\n\n    \/* ============ SECTION 6: GEOGRAPHIC REACH ============ *\/\n    .geographic {\n      background: white;\n      padding: 6rem 2%;\n    }\n\n    .regions-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .region-box {\n      background: var(--light-bg);\n      padding: 2rem;\n      border-radius: 10px;\n      border-left: 4px solid var(--bright-green);\n    }\n\n    .region-title {\n      font-family: var(--brand-font);\n      font-size: 1.1rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin-bottom: 1rem;\n    }\n\n    .region-countries {\n      list-style: none;\n    }\n\n    .region-countries li {\n      padding: 0.5rem 0;\n      border-bottom: 1px solid #e0e0e0;\n      font-size: 0.95rem;\n      color: var(--text-gray);\n    }\n\n    .region-countries li:last-child {\n      border-bottom: none;\n    }\n\n    \/* ============ SECTION 7: CORE VALUES ============ *\/\n    .core-values {\n      background: var(--charcoal);\n      padding: 6rem 2%;\n    }\n\n    .core-values .section-heading {\n      color: var(--text-light);\n    }\n\n    .values-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .value-card {\n      background: var(--rich-black);\n      padding: 2.5rem;\n      border-radius: 12px;\n      border-top: 3px solid var(--bright-green);\n      text-align: center;\n      transition: all 0.3s ease;\n    }\n\n    .value-card:hover {\n      box-shadow: 0 12px 40px rgba(139, 195, 74, 0.15);\n      transform: translateY(-6px);\n    }\n\n    .value-icon {\n      font-size: 3rem;\n      color: var(--bright-green);\n      margin-bottom: 1.5rem;\n    }\n\n    .value-title {\n      font-family: var(--brand-font);\n      font-size: 1.2rem;\n      font-weight: 700;\n      color: var(--text-light);\n      margin-bottom: 1rem;\n    }\n\n    .value-description {\n      font-size: 0.9rem;\n      color: var(--text-muted);\n      line-height: 1.6;\n    }\n\n    \/* ============ SECTION 8: WHY CHOOSE US ============ *\/\n    .why-choose {\n      background: var(--mint-green);\n      padding: 6rem 2%;\n    }\n\n    .advantages-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .advantage-card {\n      background: white;\n      padding: 2rem;\n      border-radius: 10px;\n      text-align: center;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n      transition: all 0.3s ease;\n    }\n\n    .advantage-card:hover {\n      box-shadow: 0 8px 20px rgba(139, 195, 74, 0.15);\n      transform: translateY(-4px);\n    }\n\n    .advantage-icon {\n      font-size: 2.5rem;\n      color: var(--bright-green);\n      margin-bottom: 1rem;\n    }\n\n    .advantage-title {\n      font-family: var(--brand-font);\n      font-size: 1rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin-bottom: 0.8rem;\n    }\n\n    .advantage-text {\n      font-size: 0.9rem;\n      color: var(--text-gray);\n      line-height: 1.6;\n    }\n\n    \/* ============ SECTION 9: CERTIFICATIONS ============ *\/\n    .certifications {\n      background: white;\n      padding: 6rem 2%;\n    }\n\n    .certs-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .cert-box {\n      background: var(--light-bg);\n      padding: 2rem;\n      border-radius: 10px;\n      text-align: center;\n      border: 2px solid rgba(139, 195, 74, 0.2);\n      transition: all 0.3s ease;\n    }\n\n    .cert-box:hover {\n      border-color: var(--bright-green);\n      box-shadow: 0 8px 20px rgba(139, 195, 74, 0.15);\n    }\n\n    .cert-icon {\n      font-size: 3rem;\n      color: var(--bright-green);\n      margin-bottom: 1rem;\n    }\n\n    .cert-title {\n      font-family: var(--brand-font);\n      font-size: 1.1rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin-bottom: 0.8rem;\n    }\n\n    .cert-text {\n      font-size: 0.85rem;\n      color: var(--text-gray);\n      line-height: 1.6;\n    }\n\n    \/* ============ SECTION 10: INFRASTRUCTURE ============ *\/\n    .infrastructure {\n      background: var(--light-bg);\n      padding: 6rem 2%;\n    }\n\n    .infrastructure-content {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 3rem;\n      align-items: center;\n    }\n\n    .infrastructure-text h3 {\n      font-family: var(--brand-font);\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin-bottom: 1.5rem;\n    }\n\n    .infrastructure-text p {\n      margin-bottom: 1.5rem;\n      color: var(--text-gray);\n      line-height: 1.8;\n    }\n\n    .infrastructure-points {\n      list-style: none;\n    }\n\n    .infrastructure-points li {\n      display: flex;\n      gap: 1rem;\n      margin-bottom: 1rem;\n      align-items: flex-start;\n    }\n\n    .infrastructure-points i {\n      color: var(--bright-green);\n      font-size: 1.3rem;\n      margin-top: 0.2rem;\n      flex-shrink: 0;\n    }\n\n    .infrastructure-points span {\n      color: var(--text-gray);\n      font-size: 0.95rem;\n    }\n\n    .infrastructure-visual {\n      background: var(--charcoal);\n      height: 400px;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 4rem;\n      color: rgba(139, 195, 74, 0.3);\n    }\n\n    \/* ============ SECTION 11: OUR APPROACH ============ *\/\n    .our-approach {\n      background: var(--dark-bg);\n      padding: 6rem 2%;\n      color: var(--text-light);\n    }\n\n    .our-approach .section-heading {\n      color: var(--text-light);\n    }\n\n    .approach-intro {\n      max-width: 800px;\n      margin: 0 auto 3rem;\n      text-align: center;\n      font-size: 1.05rem;\n      color: var(--text-muted);\n      line-height: 1.8;\n    }\n\n    .process-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .process-step {\n      background: var(--charcoal);\n      padding: 2rem;\n      border-radius: 10px;\n      border-top: 3px solid var(--bright-green);\n      position: relative;\n      text-align: center;\n    }\n\n    .process-number {\n      position: absolute;\n      top: -15px;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 40px;\n      height: 40px;\n      background: var(--bright-green);\n      color: var(--dark-bg);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 700;\n    }\n\n    .process-icon {\n      font-size: 2.5rem;\n      color: var(--bright-green);\n      margin-bottom: 1rem;\n      margin-top: 0.5rem;\n    }\n\n    .process-title {\n      font-family: var(--brand-font);\n      font-size: 1.1rem;\n      font-weight: 700;\n      color: var(--text-light);\n      margin-bottom: 1rem;\n    }\n\n    .process-text {\n      font-size: 0.9rem;\n      color: var(--text-muted);\n      line-height: 1.6;\n    }\n\n    \/* ============ SECTION 12: BY THE NUMBERS ============ *\/\n    .by-numbers {\n      background: var(--rich-black);\n      padding: 6rem 2%;\n    }\n\n    .by-numbers .section-heading {\n      color: var(--text-light);\n    }\n\n    .numbers-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 2rem;\n      margin-top: 3rem;\n    }\n\n    .number-box {\n      text-align: center;\n      padding: 2rem;\n    }\n\n    .big-number {\n      font-family: var(--brand-font);\n      font-size: 3rem;\n      font-weight: 700;\n      color: var(--bright-green);\n      margin-bottom: 0.5rem;\n    }\n\n    .number-label {\n      font-size: 1rem;\n      color: var(--text-light);\n      font-weight: 600;\n    }\n\n    \/* ============ SECTION 13: CTA SECTION ============ *\/\n    .cta-section {\n      background: linear-gradient(135deg, var(--bright-green) 0%, var(--lime-green) 100%);\n      padding: 5rem 2%;\n      text-align: center;\n      color: white;\n    }\n\n    .cta-heading {\n      font-family: var(--brand-font);\n      font-size: 2.5rem;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    .cta-description {\n      font-size: 1.1rem;\n      margin-bottom: 2rem;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .cta-buttons {\n      display: flex;\n      gap: 2rem;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n\n    .btn-cta {\n      padding: 1rem 2.5rem;\n      background: var(--dark-bg);\n      color: var(--text-light);\n      border: none;\n      border-radius: 8px;\n      font-family: var(--brand-font);\n      font-weight: 700;\n      font-size: 1rem;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      display: inline-block;\n    }\n\n    .btn-cta:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n    }\n\n    \/* ============ SECTION 14: CONTACT STRIP ============ *\/\n    .contact-strip {\n      background: var(--charcoal);\n      padding: 3rem 2%;\n    }\n\n    .contact-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 3rem;\n    }\n\n    .contact-item {\n      text-align: center;\n    }\n\n    .contact-icon {\n      font-size: 2rem;\n      color: var(--bright-green);\n      margin-bottom: 1rem;\n    }\n\n    .contact-title {\n      font-family: var(--brand-font);\n      font-size: 1.1rem;\n      font-weight: 700;\n      color: var(--text-light);\n      margin-bottom: 0.8rem;\n    }\n\n    .contact-info {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n      line-height: 1.6;\n    }\n\n    .contact-info a {\n      color: var(--bright-green);\n      text-decoration: none;\n      transition: all 0.3s ease;\n    }\n\n    .contact-info a:hover {\n      text-decoration: underline;\n    }\n\n    \/* ============ RESPONSIVE DESIGN ============ *\/\n    @media (max-width: 1200px) {\n      .hero-stats {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .services-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .industries-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n\n      .values-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .advantages-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .certs-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .numbers-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .process-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .hero-heading {\n        font-size: 2rem;\n      }\n\n      .section-heading {\n        font-size: 2rem;\n      }\n\n      .who-we-are-content {\n        grid-template-columns: 1fr;\n      }\n\n      .timeline::before {\n        left: 0;\n      }\n\n      .timeline-item:nth-child(odd) .timeline-content,\n      .timeline-item:nth-child(even) .timeline-content {\n        width: 100%;\n        margin-left: 30px;\n        margin-right: 0;\n        text-align: left;\n      }\n\n      .timeline-dot {\n        left: 0;\n      }\n\n      .services-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .industries-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n\n      .values-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .advantages-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .certs-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .numbers-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .process-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .regions-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .infrastructure-content {\n        grid-template-columns: 1fr;\n      }\n\n      .infrastructure-visual {\n        height: 300px;\n      }\n\n      .contact-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .cta-buttons {\n        flex-direction: column;\n      }\n\n      .btn-cta {\n        width: 100%;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .hero-heading {\n        font-size: 1.5rem;\n      }\n\n      .hero-subheading {\n        font-size: 1rem;\n      }\n\n      .hero-stats {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 1rem;\n      }\n\n      .section-heading {\n        font-size: 1.5rem;\n      }\n\n      .industries-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .advantages-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .certs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .numbers-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .regions-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- SECTION 1: HERO BANNER -->\n  <section class=\"hero\">\n    <div class=\"hero-content\">\n      <h1 class=\"hero-heading\">About Tradesmen Jobs Private Limited<\/h1>\n      <p class=\"hero-subheading\">25+ Years of Connecting Skilled Indian Talent with Global Opportunities<\/p>\n      <div class=\"hero-stats\">\n        <div class=\"hero-stat\">\n          <div class=\"hero-stat-value\">Founded 2000<\/div>\n          <div class=\"hero-stat-label\">25+ Years<\/div>\n        <\/div>\n        <div class=\"hero-stat\">\n          <div class=\"hero-stat-value\">90,000+<\/div>\n          <div class=\"hero-stat-label\">Candidates Placed<\/div>\n        <\/div>\n        <div class=\"hero-stat\">\n          <div class=\"hero-stat-value\">350+<\/div>\n          <div class=\"hero-stat-label\">Global Clients<\/div>\n        <\/div>\n        <div class=\"hero-stat\">\n          <div class=\"hero-stat-value\">22+<\/div>\n          <div class=\"hero-stat-label\">Countries<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 2: WHO WE ARE -->\n  <section class=\"who-we-are\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Who We Are<\/h2>\n      <div class=\"who-we-are-content\">\n        <div class=\"who-text\">\n          <p><strong>Tradesmen Jobs Private Limited<\/strong> is a government-licensed, ISO-certified international manpower recruitment agency based in Mumbai, India. Since 2000, we have specialized in connecting skilled Indian workers with employers across the GCC, Middle East, Europe, and Africa.<\/p>\n          <p>We provide <strong>end-to-end recruitment solutions<\/strong>\u2014from candidate sourcing to onboarding\u2014tailored to each client's unique needs. With a database of <strong>50,000+ active candidates<\/strong> and a track record of <strong>90,000+ successful placements<\/strong>, we are a trusted partner for international staffing.<\/p>\n        <\/div>\n        <ul class=\"highlights\">\n          <li><i class=\"bi bi-check-circle-fill\"><\/i> <span>Government-licensed by Ministry of External Affairs (MEA License: B-0198\/MUM\/PER\/1000+\/5\/8097\/2007, valid till 2027)<\/span><\/li>\n          <li><i class=\"bi bi-check-circle-fill\"><\/i> <span>Triple ISO Certified: ISO 27001 (Security), ISO 14001 (Environment), ISO 30414 (HR Management)<\/span><\/li>\n          <li><i class=\"bi bi-check-circle-fill\"><\/i> <span>Operating in 14+ countries with 120+ satisfied clients in Gulf & Middle East<\/span><\/li>\n          <li><i class=\"bi bi-check-circle-fill\"><\/i> <span>Parent company: Tradesmen Garments with pan-India presence<\/span><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 3: JOURNEY TIMELINE -->\n  <section class=\"journey\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Journey \u2014 From Mumbai to the World<\/h2>\n      <div class=\"timeline\">\n        <div class=\"timeline-item\">\n          <div class=\"timeline-dot\"><\/div>\n          <div class=\"timeline-content\">\n            <div class=\"timeline-year\">2000<\/div>\n            <div class=\"timeline-text\">Founded in Mumbai with a single office and a vision to transform international recruitment<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-dot\"><\/div>\n          <div class=\"timeline-content\">\n            <div class=\"timeline-year\">2005<\/div>\n            <div class=\"timeline-text\">Expanded operations across India with provincial offices and training centers<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-dot\"><\/div>\n          <div class=\"timeline-content\">\n            <div class=\"timeline-year\">2010<\/div>\n            <div class=\"timeline-text\">Established presence in GCC countries and Middle East with 50+ clients<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-dot\"><\/div>\n          <div class=\"timeline-content\">\n            <div class=\"timeline-year\">2015<\/div>\n            <div class=\"timeline-text\">Achieved ISO 27001, ISO 14001, and MEA license renewal with 1000+ candidate capacity<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-dot\"><\/div>\n          <div class=\"timeline-content\">\n            <div class=\"timeline-year\">2020<\/div>\n            <div class=\"timeline-text\">Reached milestone of 75,000+ successful placements and expanded to Europe & Africa<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-dot\"><\/div>\n          <div class=\"timeline-content\">\n            <div class=\"timeline-year\">2025<\/div>\n            <div class=\"timeline-text\">Today: 90,000+ placements, 350+ clients, 14+ countries, 50,000+ active candidate database<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 4: WHAT WE DO -->\n  <section class=\"what-we-do\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">What We Do \u2014 Complete Recruitment Solutions<\/h2>\n      <div class=\"services-grid\">\n        <div class=\"service-card\">\n          <div class=\"service-icon\"><i class=\"bi bi-search\"><\/i><\/div>\n          <h3 class=\"service-title\">Candidate Sourcing<\/h3>\n          <p class=\"service-description\">Access to 50,000+ pre-screened candidates across 20+ industries, from blue-collar trades to white-collar professionals<\/p>\n          <ul class=\"service-list\">\n            <li>Database search & headhunting<\/li>\n            <li>Newspaper advertising<\/li>\n            <li>Preliminary interviews<\/li>\n            <li>Trade testing at government centers<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"service-card\">\n          <div class=\"service-icon\"><i class=\"bi bi-file-check\"><\/i><\/div>\n          <h3 class=\"service-title\">Documentation & Compliance<\/h3>\n          <p class=\"service-description\">Complete visa, medical, and emigration support ensuring legal compliance and smooth deployment<\/p>\n          <ul class=\"service-list\">\n            <li>Passport authentication<\/li>\n            <li>Medical fitness processing<\/li>\n            <li>Visa documentation<\/li>\n            <li>E-Migrate registration<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"service-card\">\n          <div class=\"service-icon\"><i class=\"bi bi-mortarboard\"><\/i><\/div>\n          <h3 class=\"service-title\">Training & Onboarding<\/h3>\n          <p class=\"service-description\">Pre-departure orientation and skill development through dedicated training centers across India<\/p>\n          <ul class=\"service-list\">\n            <li>Technical skill training<\/li>\n            <li>Cultural orientation<\/li>\n            <li>Safety protocols<\/li>\n            <li>Client-specific training<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<!-- SECTION 5: INDUSTRIES -->\n<section class=\"industries\">\n  <div class=\"container\">\n    <h2 class=\"section-heading\">Industries We Serve \u2014 20+ Sectors<\/h2>\n    <div class=\"industries-grid\">\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-hammer\"><\/i><\/div>\n        <div class=\"industry-name\">Construction<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-droplet-fill\"><\/i><\/div>\n        <div class=\"industry-name\">Oil & Gas<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-gear\"><\/i><\/div>\n        <div class=\"industry-name\">Manufacturing<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-compass\"><\/i><\/div>\n        <div class=\"industry-name\">Marine & Shipping<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-cup-hot\"><\/i><\/div>\n        <div class=\"industry-name\">Hospitality<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-hospital\"><\/i><\/div>\n        <div class=\"industry-name\">Healthcare<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-lightning-fill\"><\/i><\/div>\n        <div class=\"industry-name\">HVAC & Electro<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-egg-fried\"><\/i><\/div>\n        <div class=\"industry-name\">Food & Beverage<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-scissors\"><\/i><\/div>\n        <div class=\"industry-name\">Garment Industry<\/div>\n      <\/div>\n      <div class=\"industry-box\">\n        <div class=\"industry-icon\"><i class=\"bi bi-box-seam\"><\/i><\/div>\n        <div class=\"industry-name\">Logistics<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n  <!-- SECTION 6: GEOGRAPHIC REACH -->\n  <section class=\"geographic\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Global Presence \u2014 14+ Countries<\/h2>\n      <div class=\"regions-grid\">\n        <div class=\"region-box\">\n          <div class=\"region-title\">\ud83c\udf0d GCC Countries<\/div>\n          <ul class=\"region-countries\">\n            <li>Saudi Arabia<\/li>\n            <li>UAE<\/li>\n            <li>Oman<\/li>\n            <li>Bahrain<\/li>\n            <li>Kuwait<\/li>\n            <li>Qatar<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"region-box\">\n          <div class=\"region-title\">\ud83c\udf0f Middle East<\/div>\n          <ul class=\"region-countries\">\n            <li>Iraq<\/li>\n            <li>Jordan<\/li>\n            <li>Egypt<\/li>\n            <li>Libya<\/li>\n            <li>Turkey<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"region-box\">\n          <div class=\"region-title\">\ud83c\udf0d Europe<\/div>\n          <ul class=\"region-countries\">\n            <li>Malta<\/li>\n            <li>Slovakia<\/li>\n            <li>Poland<\/li>\n            <li>Germany<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"region-box\">\n          <div class=\"region-title\">\ud83c\udf0e Africa & Asia<\/div>\n          <ul class=\"region-countries\">\n            <li>Mauritius<\/li>\n            <li>Kenya<\/li>\n            <li>South Korea<\/li>\n            <li>Lesotho<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 7: CORE VALUES -->\n  <section class=\"core-values\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Core Values \u2014 What Drives Us<\/h2>\n      <div class=\"values-grid\">\n        <div class=\"value-card\">\n          <div class=\"value-icon\"><i class=\"bi bi-lightbulb\"><\/i><\/div>\n          <h3 class=\"value-title\">Empowerment<\/h3>\n          <p class=\"value-description\">Inspiring employees to take leadership, embrace decision-making, and learn from challenges<\/p>\n        <\/div>\n        <div class=\"value-card\">\n          <div class=\"value-icon\"><i class=\"bi bi-rocket\"><\/i><\/div>\n          <h3 class=\"value-title\">Innovation<\/h3>\n          <p class=\"value-description\">Pursuing global best practices with deep understanding of international workforce dynamics<\/p>\n        <\/div>\n        <div class=\"value-card\">\n          <div class=\"value-icon\"><i class=\"bi bi-heart-fill\"><\/i><\/div>\n          <h3 class=\"value-title\">People First<\/h3>\n          <p class=\"value-description\">Caring about individuals, respecting identity, supporting career goals and personal development<\/p>\n        <\/div>\n        <div class=\"value-card\">\n          <div class=\"value-icon\"><i class=\"bi bi-shield-check\"><\/i><\/div>\n          <h3 class=\"value-title\">Accountability<\/h3>\n          <p class=\"value-description\">Individual and organizational responsibility at all levels of service delivery<\/p>\n        <\/div>\n        <div class=\"value-card\">\n          <div class=\"value-icon\"><i class=\"bi bi-check2-circle\"><\/i><\/div>\n          <h3 class=\"value-title\">Commitment<\/h3>\n          <p class=\"value-description\">Delivering exceptional service, products, and leadership aligned with industry standards<\/p>\n        <\/div>\n        <div class=\"value-card\">\n          <div class=\"value-icon\"><i class=\"bi bi-mortarboard\"><\/i><\/div>\n          <h3 class=\"value-title\">Training<\/h3>\n          <p class=\"value-description\">Continuous skill enhancement through professional development and training programs<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 8: WHY CHOOSE US -->\n  <section class=\"why-choose\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Why 350+ Companies Choose Tradesmen Jobs<\/h2>\n      <div class=\"advantages-grid\">\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-award-fill\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Government Licensed & ISO Certified<\/h3>\n          <p class=\"advantage-text\">MEA-licensed with 1000+ candidate capacity, triple ISO certified<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-trophy\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Proven Track Record<\/h3>\n          <p class=\"advantage-text\">22+ years, 90,000+ placements, consistent global delivery<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-database\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Extensive Database<\/h3>\n          <p class=\"advantage-text\">50,000+ active profiles across all skill levels, ready for deployment<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-arrow-left-right\"><\/i><\/div>\n          <h3 class=\"advantage-title\">End-to-End Support<\/h3>\n          <p class=\"advantage-text\">Complete lifecycle from sourcing to onboarding with full transparency<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-building\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Multi-Industry Expertise<\/h3>\n          <p class=\"advantage-text\">20+ industries served including construction, oil & gas, healthcare<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-building\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Training Infrastructure<\/h3>\n          <p class=\"advantage-text\">Dedicated centers providing pre-departure orientation and skill dev<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-lightning-fill\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Quick Deployment<\/h3>\n          <p class=\"advantage-text\">Provincial network enables 48-72 hour candidate mobilization<\/p>\n        <\/div>\n        <div class=\"advantage-card\">\n          <div class=\"advantage-icon\"><i class=\"bi bi-coin\"><\/i><\/div>\n          <h3 class=\"advantage-title\">Zero Cost for Candidates<\/h3>\n          <p class=\"advantage-text\">Ethical recruitment with no service charges for job seekers<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 9: CERTIFICATIONS -->\n  <section class=\"certifications\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Credentials \u2014 Compliance & Quality Assurance<\/h2>\n      <div class=\"certs-grid\">\n        <div class=\"cert-box\">\n          <div class=\"cert-icon\"><i class=\"bi bi-file-earmark-check\"><\/i><\/div>\n          <h3 class=\"cert-title\">MEA License<\/h3>\n          <p class=\"cert-text\">License: B-0198\/MUM\/PER\/1000+ | Valid till: May 2027<\/p>\n        <\/div>\n        <div class=\"cert-box\">\n          <div class=\"cert-icon\"><i class=\"bi bi-shield-lock\"><\/i><\/div>\n          <h3 class=\"cert-title\">ISO 27001:2013<\/h3>\n          <p class=\"cert-text\">Information Security Management System<\/p>\n        <\/div>\n        <div class=\"cert-box\">\n          <div class=\"cert-icon\"><i class=\"bi bi-tree\"><\/i><\/div>\n          <h3 class=\"cert-title\">ISO 14001:2015<\/h3>\n          <p class=\"cert-text\">Environmental Management System<\/p>\n        <\/div>\n        <div class=\"cert-box\">\n          <div class=\"cert-icon\"><i class=\"bi bi-people\"><\/i><\/div>\n          <h3 class=\"cert-title\">ISO 30414:2018<\/h3>\n          <p class=\"cert-text\">Human Capital Reporting<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 10: INFRASTRUCTURE -->\n  <section class=\"infrastructure\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Infrastructure \u2014 Pan-India Reach<\/h2>\n      <div class=\"infrastructure-content\">\n        <div class=\"infrastructure-text\">\n          <h3>Tradesmen Garments - Parent Company<\/h3>\n          <p>Our parent company, Tradesmen Garments, operates a strong nationwide network of associate offices, trade centers, and recruitment hubs throughout India. This infrastructure enables us to connect with candidates across all regions and build a comprehensive recruitment ecosystem.<\/p>\n          <ul class=\"infrastructure-points\">\n            <li><i class=\"bi bi-check-circle\"><\/i> <span>Corporate office in Mumbai (10 min from airport)<\/span><\/li>\n            <li><i class=\"bi bi-check-circle\"><\/i> <span>Provincial offices across major Indian cities<\/span><\/li>\n            <li><i class=\"bi bi-check-circle\"><\/i> <span>Government-recognized trade testing centers<\/span><\/li>\n            <li><i class=\"bi bi-check-circle\"><\/i> <span>Dedicated training and orientation facilities<\/span><\/li>\n            <li><i class=\"bi bi-check-circle\"><\/i> <span>Can accommodate 500+ candidates for interview drives<\/span><\/li>\n            <li><i class=\"bi bi-check-circle\"><\/i> <span>Fully automated recruitment management system<\/span><\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"infrastructure-visual\">\n          <i class=\"bi bi-map\"><\/i>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 11: OUR APPROACH -->\n  <section class=\"our-approach\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Approach \u2014 Client-Centric, Results-Driven<\/h2>\n      <div class=\"approach-intro\">\n        <p>At Tradesmen Jobs, we believe recruitment is more than filling positions\u2014it's about creating lasting partnerships. Our dedicated consultants work closely with each client to understand their unique needs, company culture, and workforce requirements.<\/p>\n      <\/div>\n      <div class=\"process-grid\">\n        <div class=\"process-step\">\n          <div class=\"process-number\">1<\/div>\n          <div class=\"process-icon\"><i class=\"bi bi-ear\"><\/i><\/div>\n          <h3 class=\"process-title\">Understand<\/h3>\n          <p class=\"process-text\">Deep dive into client requirements, job specifications, and cultural fit<\/p>\n        <\/div>\n        <div class=\"process-step\">\n          <div class=\"process-number\">2<\/div>\n          <div class=\"process-icon\"><i class=\"bi bi-search\"><\/i><\/div>\n          <h3 class=\"process-title\">Source<\/h3>\n          <p class=\"process-text\">Multi-channel sourcing from 50,000+ database, headhunting, and advertising<\/p>\n        <\/div>\n        <div class=\"process-step\">\n          <div class=\"process-number\">3<\/div>\n          <div class=\"process-icon\"><i class=\"bi bi-funnel\"><\/i><\/div>\n          <h3 class=\"process-title\">Screen<\/h3>\n          <p class=\"process-text\">Rigorous screening, interviews, and trade testing at certified centers<\/p>\n        <\/div>\n        <div class=\"process-step\">\n          <div class=\"process-number\">4<\/div>\n          <div class=\"process-icon\"><i class=\"bi bi-rocket\"><\/i><\/div>\n          <h3 class=\"process-title\">Deploy<\/h3>\n          <p class=\"process-text\">Complete documentation, training, and onboarding for seamless deployment<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 12: BY THE NUMBERS -->\n  <section class=\"by-numbers\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Our Impact \u2014 Numbers That Speak<\/h2>\n      <div class=\"numbers-grid\">\n        <div class=\"number-box\">\n          <div class=\"big-number\">90,000+<\/div>\n          <div class=\"number-label\">Candidates Placed<\/div>\n        <\/div>\n        <div class=\"number-box\">\n          <div class=\"big-number\">350+<\/div>\n          <div class=\"number-label\">Global Clients<\/div>\n        <\/div>\n        <div class=\"number-box\">\n          <div class=\"big-number\">25+<\/div>\n          <div class=\"number-label\">Years Experience<\/div>\n        <\/div>\n        <div class=\"number-box\">\n          <div class=\"big-number\">22+<\/div>\n          <div class=\"number-label\">Countries Served<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 13: CTA SECTION -->\n  <section class=\"cta-section\">\n    <div class=\"container\">\n      <h2 class=\"cta-heading\">Ready to Partner with Us?<\/h2>\n      <p class=\"cta-description\">Whether you're an employer seeking skilled talent or a candidate looking for international opportunities, we're here to help.<\/p>\n      <div class=\"cta-buttons\">\n        <button class=\"btn-cta\">Request Talent<\/button>\n        <button class=\"btn-cta\">Browse Jobs<\/button>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  \n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About Tradesmen Jobs Private Limited &#8211; Global Manpower Recruitment Agency About Tradesmen Jobs Private Limited 25+ Years of Connecting Skilled [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-92","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"shivadigital150@gmail.com","author_link":"https:\/\/beingurbania.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"About Tradesmen Jobs Private Limited &#8211; Global Manpower Recruitment Agency About Tradesmen Jobs Private Limited 25+ Years of Connecting Skilled [&hellip;]","_links":{"self":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages\/92","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beingurbania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=92"}],"version-history":[{"count":26,"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages\/92\/revisions"}],"predecessor-version":[{"id":332,"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages\/92\/revisions\/332"}],"wp:attachment":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}