{"id":1605,"date":"2023-10-18T21:44:11","date_gmt":"2023-10-18T21:44:11","guid":{"rendered":"https:\/\/royalgroup.efabricant.in\/?page_id=1605"},"modified":"2026-04-25T00:00:06","modified_gmt":"2026-04-24T18:30:06","slug":"how-we-serve","status":"publish","type":"page","link":"https:\/\/royalgroupinfo.com\/how-we-serve\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n  <title>Royal Group of Companies | How We Serve \u2013 Microbial R&#038;D Services<\/title>\n  <!-- Google Fonts -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n  <!-- Font Awesome 6 -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background-color: #ffffff;\n      color: #1a2e2a;\n      line-height: 1.5;\n      scroll-behavior: smooth;\n      overflow-x: hidden;\n    }\n\n    \/* Hero Section - reduced height (50vh), no sliding, single background, NO background color on text *\/\n    .how-we-serve-hero {\n      position: relative;\n      width: 100%;\n      height: 50vh;\n      min-height: 400px;\n      background-image: url('https:\/\/royalgroupinfo.com\/wp-content\/uploads\/2023\/10\/csm_Boden_Wachstum_gettyimages_BMBF_.jpg');\n      background-size: cover;\n      background-position: center 30%;\n      display: flex;\n      align-items: flex-end;\n      justify-content: center;\n      color: white;\n    }\n    \/* Fully transparent overlay - no dark tint *\/\n    .how-we-serve-hero::before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 0);\n      z-index: 1;\n    }\n    .hero-content-bottom {\n      position: relative;\n      z-index: 3;\n      width: 100%;\n      padding-bottom: 50px;\n      text-align: center;\n    }\n    \/* No background color, just text with shadow for readability *\/\n    .hero-text-box {\n      max-width: 900px;\n      margin: 0 auto;\n      background: transparent;\n      padding: 28px 48px;\n      border-radius: 48px;\n      border-left: 6px solid #FFD966;\n    }\n    .hero-text-box h1 {\n      font-size: 3.5rem;\n      font-weight: 800;\n      color: white;\n      text-shadow: 2px 2px 8px rgba(0,0,0,0.5);\n      letter-spacing: -0.02em;\n    }\n    .hero-text-box h1 span {\n      color: #FFD966;\n      text-shadow: 1px 1px 4px rgba(0,0,0,0.4);\n    }\n    .hero-sub {\n      font-size: 1.2rem;\n      font-weight: 500;\n      color: #ffffff;\n      text-shadow: 1px 1px 4px rgba(0,0,0,0.5);\n      margin-top: 8px;\n    }\n\n    .container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 48px;\n    }\n\n    \/* Intro Section *\/\n    .intro-section {\n      padding: 70px 0 40px;\n    }\n    .service-intro {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 50px;\n      align-items: center;\n    }\n    .intro-text {\n      flex: 1.2;\n    }\n    .intro-text h2 {\n      font-size: 2rem;\n      font-weight: 800;\n      color: #0f4c2f;\n      margin-bottom: 20px;\n    }\n    .intro-text p {\n      font-size: 1.05rem;\n      color: #2c3e2f;\n      line-height: 1.6;\n      margin-bottom: 24px;\n    }\n    .feature-list {\n      list-style: none;\n      margin-top: 20px;\n    }\n    .feature-list li {\n      margin-bottom: 12px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n    .feature-list li i {\n      color: #2e7d32;\n      font-size: 1.2rem;\n    }\n    .intro-img {\n      flex: 0.9;\n      border-radius: 32px;\n      overflow: hidden;\n      box-shadow: 0 20px 30px rgba(0,0,0,0.1);\n    }\n    .intro-img img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 32px;\n      border: 3px solid #7cb342;\n      transition: transform 0.3s;\n    }\n    .intro-img img:hover {\n      transform: scale(1.02);\n      border-color: #2e7d32;\n    }\n\n    \/* Two column layout for PLFA and DNA sections *\/\n    .two-col-service {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 48px;\n      align-items: center;\n      margin: 40px 0 60px;\n    }\n    .service-col-text {\n      flex: 1.2;\n    }\n    .service-col-text h3 {\n      font-size: 1.8rem;\n      font-weight: 700;\n      color: #0f4c2f;\n      margin-bottom: 20px;\n    }\n    .service-col-text h3 i {\n      color: #2e7d32;\n      margin-right: 12px;\n    }\n    .service-col-text p {\n      margin-bottom: 16px;\n      color: #2c3e2f;\n      line-height: 1.6;\n    }\n    .service-col-text ul {\n      list-style: none;\n      margin: 20px 0;\n    }\n    .service-col-text ul li {\n      margin-bottom: 10px;\n      display: flex;\n      align-items: baseline;\n      gap: 10px;\n    }\n    .service-col-text ul li i {\n      color: #2e7d32;\n      width: 22px;\n    }\n    .service-img {\n      flex: 1;\n      border-radius: 32px;\n      overflow: hidden;\n      box-shadow: 0 15px 25px rgba(0,0,0,0.08);\n    }\n    .service-img img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 32px;\n      border: 3px solid #7cb342;\n      transition: transform 0.3s;\n    }\n    .service-img img:hover {\n      transform: scale(1.02);\n      border-color: #2e7d32;\n    }\n    .badge-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 16px;\n      margin: 25px 0;\n    }\n    .badge-green {\n      background: #eaf6e6;\n      padding: 8px 22px;\n      border-radius: 40px;\n      font-weight: 600;\n      color: #0f4c2f;\n      border-left: 3px solid #7cb342;\n    }\n\n    \/* Features block *\/\n    .features-highlight {\n      background: #fefcf5;\n      border-radius: 48px;\n      padding: 40px 48px;\n      margin: 40px 0;\n      text-align: center;\n    }\n    .features-highlight h3 {\n      font-size: 1.8rem;\n      color: #0f4c2f;\n      margin-bottom: 24px;\n    }\n    .features-grid {\n      display: flex;\n      justify-content: center;\n      gap: 40px;\n      flex-wrap: wrap;\n    }\n    .feature-card {\n      background: white;\n      padding: 20px 32px;\n      border-radius: 60px;\n      font-weight: 600;\n      box-shadow: 0 6px 14px rgba(0,0,0,0.05);\n      border: 1px solid #e2ecdb;\n    }\n    .feature-card i {\n      color: #2e7d32;\n      margin-right: 10px;\n    }\n\n    \/* CTA block with YELLOW background button *\/\n    .cta-block {\n      background: linear-gradient(115deg, #0f4c2f 0%, #2e7d32 100%);\n      border-radius: 48px;\n      padding: 50px 48px;\n      text-align: center;\n      color: white;\n      margin: 60px 0 80px;\n    }\n    .btn-cta {\n      background: #FFD966;\n      color: #0f4c2f;\n      padding: 14px 44px;\n      border-radius: 50px;\n      font-weight: 800;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      transition: 0.2s;\n      border: none;\n      cursor: pointer;\n      font-size: 1rem;\n    }\n    .btn-cta:hover {\n      background: #e6b422;\n      transform: scale(1.02);\n      color: #0f4c2f;\n    }\n\n    \/* Scroll-triggered animations *\/\n    .fade-up {\n      opacity: 0;\n      transform: translateY(40px);\n      transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);\n    }\n    .fade-up.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    @media (max-width: 900px) {\n      .container { padding: 0 24px; }\n      .hero-text-box h1 { font-size: 2.2rem; }\n      .hero-text-box { padding: 20px 24px; }\n      .intro-text h2 { font-size: 1.6rem; }\n      .two-col-service { flex-direction: column; }\n      .features-highlight { padding: 28px 20px; }\n      .feature-card { padding: 12px 24px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- Hero section: reduced height (50vh), no sliding, NO background color on text -->\n<section class=\"how-we-serve-hero\">\n  <div class=\"hero-content-bottom\">\n    <div class=\"hero-text-box fade-up\">\n      <h1>How We <span>Serve<\/span><\/h1>\n      <div class=\"hero-sub\">Complete Microbial and R &#038; D Services<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"container\">\n  <!-- Intro Section with image (farming-uk.png) -->\n  <div class=\"intro-section\">\n    <div class=\"service-intro\">\n      <div class=\"intro-text fade-up\">\n        <h2>Complete Microbial and R &#038; D Services<\/h2>\n        <p>Our organization is instrumental in offering a wide range of Microbial analysis and R &#038; D services. We are equipped with a sound infrastructure, which enables us to perform these services efficiently. The professionals of our team are experienced enough to conduct various microbial identification processes. We offer these services keeping in mind the industrial standards and specifications of the clients. Our service range includes Fame Analysis, PLFA (Phospholipid Fatty Acid), Biochemical Characterization of Microbe and DNA Sequencing and related research services.<\/p>\n        <div class=\"feature-list\">\n          <li><i class=\"fas fa-check-circle\"><\/i> Accurate identification<\/li>\n          <li><i class=\"fas fa-check-circle\"><\/i> Reliable<\/li>\n          <li><i class=\"fas fa-check-circle\"><\/i> Timely and customized services<\/li>\n        <\/div>\n      <\/div>\n      <div class=\"intro-img fade-up\">\n        <img decoding=\"async\" src=\"https:\/\/royalgroupinfo.com\/wp-content\/uploads\/2023\/10\/farming-uk.png\" alt=\"Microbial R&#038;D services\">\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PLFA Section with image hand_tree.png -->\n  <div class=\"two-col-service fade-up\">\n    <div class=\"service-col-text\">\n      <h3><i class=\"fas fa-leaf\"><\/i> PLFA (PHOSPHOLIPID FATTY ACID)<\/h3>\n      <p>PLFA is a phenotypic approach to assess the microbial community structure in the sample. PLFA analysis is based on the extraction of &#8216;signature&#8217; lipid biomarkers from the cell membranes of the microbes and conversion of the lipids to their respective FAMEs.<\/p>\n      <p>PLFA analysis is an extremely robust technology with a long history that has been applied to nearly every specialty in the microbiology field including:<\/p>\n      <ul>\n        <li><i class=\"fas fa-flask\"><\/i> Bioremediation Assessment<\/li>\n        <li><i class=\"fas fa-water\"><\/i> Wastewater Treatment<\/li>\n        <li><i class=\"fas fa-tint\"><\/i> Drinking water Treatment<\/li>\n        <li><i class=\"fas fa-industry\"><\/i> Microbial Induced Corrosion<\/li>\n        <li><i class=\"fas fa-wind\"><\/i> Indoor Air Quality<\/li>\n        <li><i class=\"fas fa-dna\"><\/i> Bio Reactors<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"service-img\">\n      <img decoding=\"async\" src=\"https:\/\/royalgroupinfo.com\/wp-content\/uploads\/2023\/10\/hand_tree.png\" alt=\"PLFA analysis\">\n    <\/div>\n  <\/div>\n\n  <!-- DNA SEQUENCING Section with molecular2.jpg -->\n  <div class=\"two-col-service fade-up\" style=\"flex-direction: row-reverse;\">\n    <div class=\"service-col-text\">\n      <h3><i class=\"fas fa-dna\"><\/i> DNA SEQUENCING<\/h3>\n      <p>We offer a wide range of services related to DNA Sequencing. DNA Sequencing is a process of evaluation of the nucleotide bases\u2014adenine, cytosine, guanine and thymine\u2014in a molecule of DNA. DNA sequence is very important for basic biological researches and is required in various areas like diagnostic, biotechnology or forensic biology. Number of DNA sequencing technologies has been developed to perform sequencing. Our professionals use FAME analysis, DNA sequencing and microscopic analysis for identifications, which make us the preferred choice of many clients. The mentioned tools are combined to form a well-rounded and exact identification system.<\/p>\n      <p><strong>Our DNA sequencing services include:<\/strong><\/p>\n      <ul>\n        <li><i class=\"fas fa-microscope\"><\/i> High-throughput sequencing of 16s rDNA\/28s rRNA and identification of microbes<\/li>\n      <\/ul>\n      <div class=\"badge-list\">\n        <span class=\"badge-green\"><i class=\"fas fa-chart-line\"><\/i> Utilization of modern tools and techniques<\/span>\n        <span class=\"badge-green\"><i class=\"fas fa-user-check\"><\/i> Experienced professionals perform these services<\/span>\n        <span class=\"badge-green\"><i class=\"fas fa-tag\"><\/i> Reasonable prices<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"service-img\">\n      <img decoding=\"async\" src=\"https:\/\/royalgroupinfo.com\/wp-content\/uploads\/2023\/10\/molecular2.jpg\" alt=\"DNA Sequencing lab\">\n    <\/div>\n  <\/div>\n\n  <!-- Features Highlight -->\n  <div class=\"features-highlight fade-up\">\n    <h3>Why Our Microbial R&#038;D Services Stand Out<\/h3>\n    <div class=\"features-grid\">\n      <div class=\"feature-card\"><i class=\"fas fa-microscope\"><\/i> Accurate Identification<\/div>\n      <div class=\"feature-card\"><i class=\"fas fa-clock\"><\/i> Timely Delivery<\/div>\n      <div class=\"feature-card\"><i class=\"fas fa-handshake\"><\/i> Customized Solutions<\/div>\n      <div class=\"feature-card\"><i class=\"fas fa-chart-line\"><\/i> Advanced FAME &#038; DNA Tech<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CTA Section with YELLOW button -->\n  <div class=\"cta-block fade-up\">\n    <h2>Partner with Us for Advanced Microbial R&#038;D<\/h2>\n    <p>From PLFA to high-throughput DNA sequencing \u2014 get reliable, accurate results.<\/p>\n    <a href=\"#\" class=\"btn-cta\"><i class=\"fas fa-calendar-alt\"><\/i> Request a Consultation<\/a>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Scroll-triggered animations (no preloader)\n  const fadeElements = document.querySelectorAll('.fade-up');\n  \n  const observerOptions = {\n    threshold: 0.15,\n    rootMargin: \"0px 0px -20px 0px\"\n  };\n  \n  const fadeObserver = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        fadeObserver.unobserve(entry.target);\n      }\n    });\n  }, observerOptions);\n  \n  fadeElements.forEach(el => fadeObserver.observe(el));\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Royal Group of Companies | How We Serve \u2013 Microbial R&#038;D Services How We Serve Complete Microbial and R &#038; D Services Complete Microbial and R &#038; D Services Our organization is instrumental in offering a wide range of Microbial analysis and R &#038; D services. We are equipped with a sound infrastructure, which enables us to perform these services efficiently. The professionals of our team are experienced enough to conduct various microbial identification processes. We offer these services keeping in mind the industrial standards and specifications of the clients. Our service range includes Fame Analysis, PLFA (Phospholipid Fatty Acid), Biochemical Characterization of Microbe and DNA Sequencing and related research services. Accurate identification Reliable Timely and customized services PLFA (PHOSPHOLIPID FATTY ACID) PLFA is a phenotypic approach to assess the microbial community structure in the sample. PLFA analysis is based on the extraction of &#8216;signature&#8217; lipid biomarkers from the cell membranes of the microbes and conversion of the lipids to their respective FAMEs. PLFA analysis is an extremely robust technology with a long history that has been applied to nearly every specialty in the microbiology field including: Bioremediation Assessment Wastewater Treatment Drinking water Treatment Microbial Induced Corrosion Indoor Air Quality Bio Reactors DNA SEQUENCING We offer a wide range of services related to DNA Sequencing. DNA Sequencing is a process of evaluation of the nucleotide bases\u2014adenine, cytosine, guanine and thymine\u2014in a molecule of DNA. DNA sequence is very important for basic biological researches and is required in various areas like diagnostic, biotechnology or forensic biology. Number of DNA sequencing technologies has been developed to perform sequencing. Our professionals use FAME analysis, DNA sequencing and microscopic analysis for identifications, which make us the preferred choice of many clients. The mentioned tools are combined to form a well-rounded and exact identification system. Our DNA sequencing services include: High-throughput sequencing of 16s rDNA\/28s rRNA and identification of microbes Utilization of modern tools and techniques Experienced professionals perform these services Reasonable prices Why Our Microbial R&#038;D Services Stand Out Accurate Identification Timely Delivery Customized Solutions Advanced FAME &#038; DNA Tech Partner with Us for Advanced Microbial R&#038;D From PLFA to high-throughput DNA sequencing \u2014 get reliable, accurate results. Request a Consultation<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1605","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/pages\/1605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/comments?post=1605"}],"version-history":[{"count":69,"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/pages\/1605\/revisions"}],"predecessor-version":[{"id":2145,"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/pages\/1605\/revisions\/2145"}],"wp:attachment":[{"href":"https:\/\/royalgroupinfo.com\/wp-json\/wp\/v2\/media?parent=1605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}