{"id":4115,"date":"2026-06-20T16:38:48","date_gmt":"2026-06-20T16:38:48","guid":{"rendered":"https:\/\/cryonet.in\/NEWSITE\/?page_id=4115"},"modified":"2026-06-27T07:27:21","modified_gmt":"2026-06-27T07:27:21","slug":"service","status":"publish","type":"page","link":"https:\/\/cryonet.in\/NEWSITE\/service\/","title":{"rendered":"Service"},"content":{"rendered":"\n\n\t<!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\"\/>\n<title>Services | CryoNet &#8211; Cryogenic Equipment &amp; Services<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  :root{\n    --bg-light:#dceaf6;\n    --bg-light-2:#cfe3f3;\n    --white:#ffffff;\n    --blue:#1f6fe5;\n    --blue-deep:#1455c2;\n    --sky:#27b6ea;\n    --black:#0d1b2a;\n    --grey-600:#5b6b7c;\n    --grey-300:#aebdcb;\n    --card-border:#c9dcef;\n    --font-head:'Poppins',sans-serif;\n    --font-body:'Inter',sans-serif;\n  }\n  *{margin:0;padding:0;box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    font-family:var(--font-body);\n    color:var(--black);\n    background:var(--white);\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n  a{text-decoration:none;color:inherit;}\n  img{max-width:100%;display:block;}\n  .container{max-width:1180px;margin:0 auto;padding:0 24px;}\n  .eyebrow-pill{\n    display:inline-flex;align-items:center;gap:8px;\n    background:linear-gradient(120deg,var(--sky),var(--blue));\n    color:var(--white);\n    font-family:var(--font-head);font-weight:700;font-size:15px;\n    letter-spacing:.05em;text-transform:uppercase;\n    padding:11px 24px;border-radius:30px;margin-bottom:22px;\n  }\n  .eyebrow{\n    display:inline-flex;align-items:center;gap:8px;\n    font-family:var(--font-head);font-weight:600;font-size:13px;\n    letter-spacing:.1em;text-transform:uppercase;color:var(--blue);\n    margin-bottom:14px;\n  }\n  .eyebrow::before{content:'';width:18px;height:2px;background:var(--sky);display:inline-block;}\n  \/* ===== PAGE INTRO (services page specific - not the homepage hero) ===== *\/\n  .page-intro{\n    background:linear-gradient(160deg,var(--bg-light) 0%, var(--bg-light-2) 100%);\n    padding:64px 0 56px;\n    text-align:center;\n  }\n  .page-intro .eyebrow-pill{margin-bottom:18px;}\n  .page-intro h1{\n    font-family:var(--font-head);font-weight:800;font-size:38px;line-height:1.2;\n    color:var(--black);margin-bottom:14px;\n  }\n  .page-intro h1 .accent{color:var(--blue);}\n  .page-intro p{\n    font-size:16px;color:var(--grey-600);max-width:600px;margin:0 auto;\n  }\n  .breadcrumb{\n    display:flex;justify-content:center;gap:8px;font-family:var(--font-head);\n    font-size:13px;font-weight:600;color:var(--grey-600);margin-top:18px;\n  }\n  .breadcrumb a{color:var(--blue);}\n  .breadcrumb span{color:var(--grey-300);}\n  \/* ===== SERVICE OVERVIEW GRID ===== *\/\n  .section{padding:88px 0;}\n  .section-light{background:var(--white);}\n  .section-tint{background:var(--bg-light);}\n  .head-block{text-align:center;max-width:680px;margin:0 auto 56px;}\n  .head-block h2{font-family:var(--font-head);font-weight:700;font-size:34px;color:var(--black);margin-bottom:14px;}\n  .head-block p{color:var(--grey-600);font-size:16px;}\n  .head-block .eyebrow{justify-content:center;}\n  .service-grid{\n    display:grid;grid-template-columns:repeat(3,1fr);gap:26px;\n  }\n  .service-card{\n    background:var(--white);\n    border:1px solid var(--card-border);\n    border-radius:14px;\n    padding:34px 28px;\n    transition:transform .25s, box-shadow .25s, border-color .25s;\n  }\n  .service-card:hover{\n    transform:translateY(-6px);\n    box-shadow:0 24px 44px -20px rgba(31,111,229,.22);\n    border-color:var(--blue);\n  }\n  .service-card .icon{\n    width:54px;height:54px;border-radius:12px;\n    background:linear-gradient(135deg,var(--sky),var(--blue));\n    display:flex;align-items:center;justify-content:center;\n    margin-bottom:22px;\n  }\n  .service-card .icon svg{width:26px;height:26px;stroke:var(--white);}\n  .service-card h3{font-family:var(--font-head);font-weight:700;font-size:19px;color:var(--black);margin-bottom:10px;}\n  .service-card p{color:var(--grey-600);font-size:14.5px;margin-bottom:18px;}\n  .service-card .link{\n    font-family:var(--font-head);font-weight:600;font-size:13.5px;color:var(--blue);\n    display:inline-flex;align-items:center;gap:6px;\n  }\n  .service-card .link::after{content:'\u2192';transition:transform .2s;}\n  .service-card:hover .link::after{transform:translateX(4px);}\n  \/* ===== DETAILED SERVICE SECTIONS ===== *\/\n  .service-detail{padding:90px 0;border-bottom:1px solid #e7eef5;}\n  .service-detail:nth-of-type(even){background:var(--bg-light);}\n  .detail-grid{\n    display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:flex-start;\n  }\n  .detail-grid.reverse .text-col{order:2;}\n  .detail-grid.reverse .media-col{order:1;}\n  .text-col .tag{\n    display:inline-block;font-family:var(--font-head);font-weight:700;font-size:12px;\n    letter-spacing:.08em;text-transform:uppercase;color:var(--blue);\n    background:rgba(31,111,229,.1);padding:7px 14px;border-radius:30px;margin-bottom:18px;\n  }\n  .text-col h2{font-family:var(--font-head);font-weight:700;font-size:28px;color:var(--black);margin-bottom:16px;line-height:1.3;}\n  .text-col p{color:var(--grey-600);font-size:15.5px;margin-bottom:16px;}\n  .feature-list{list-style:none;margin:22px 0;}\n  .feature-list li{\n    display:flex;gap:12px;padding:10px 0;font-size:15px;color:var(--black);\n    border-bottom:1px dashed #d9e5f0;\n  }\n  .feature-list li:last-child{border-bottom:none;}\n  .feature-list li::before{\n    content:'';flex-shrink:0;width:8px;height:8px;border-radius:50%;\n    background:var(--blue);margin-top:7px;\n  }\n  .media-col{\n    border-radius:16px;overflow:hidden;\n    box-shadow:0 26px 50px -24px rgba(13,27,42,.22);\n    background:var(--white);\n    border:1px solid var(--card-border);\n    min-height:320px;\n    display:flex;align-items:center;justify-content:center;\n    position:relative;\n  }\n  .media-col img{width:100%;height:100%;object-fit:cover;}\n  .media-badge{\n    position:absolute;bottom:18px;left:18px;\n    background:var(--white);\n    color:var(--blue);font-family:var(--font-head);font-weight:700;\n    font-size:13px;padding:10px 16px;border-radius:8px;\n    border-left:3px solid var(--blue);\n    box-shadow:0 8px 20px -8px rgba(13,27,42,.25);\n  }\n  .btn-primary{\n    display:inline-flex;align-items:center;gap:8px;\n    background:var(--blue);color:var(--white);\n    font-family:var(--font-head);font-weight:600;font-size:14.5px;\n    padding:14px 26px;border-radius:8px;margin-top:8px;\n    transition:background .2s;\n  }\n  .btn-primary:hover{background:var(--blue-deep);}\n  \/* ===== INDUSTRIES STRIP ===== *\/\n  .industries{background:var(--bg-light);padding:70px 0;text-align:center;}\n  .industries h2{font-family:var(--font-head);font-weight:700;font-size:28px;margin-bottom:36px;color:var(--black);}\n  .ind-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;}\n  .ind-pill{\n    background:var(--white);border:1px solid var(--card-border);\n    padding:11px 22px;border-radius:30px;font-family:var(--font-head);\n    font-weight:600;font-size:13.5px;color:var(--blue-deep);\n  }\n  \/* ===== CTA ===== *\/\n  .cta{\n    background:linear-gradient(120deg,var(--blue),var(--sky));\n    color:var(--white);padding:74px 0;text-align:center;\n  }\n  .cta h2{font-family:var(--font-head);font-weight:700;font-size:30px;margin-bottom:14px;}\n  .cta p{color:rgba(255,255,255,.92);font-size:15.5px;margin-bottom:28px;}\n  .cta-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}\n  .btn-white{\n    background:var(--white);color:var(--blue-deep);\n    font-family:var(--font-head);font-weight:700;font-size:14.5px;\n    padding:15px 30px;border-radius:8px;transition:transform .2s;\n  }\n  .btn-white:hover{transform:translateY(-2px);}\n  .btn-outline-white{\n    border:1.5px solid rgba(255,255,255,.7);color:var(--white);\n    font-family:var(--font-head);font-weight:600;font-size:14.5px;\n    padding:15px 30px;border-radius:8px;transition:background .2s, transform .2s;\n  }\n  .btn-outline-white:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);}\n  @media(max-width:900px){\n    .page-intro h1{font-size:28px;}\n    .service-grid{grid-template-columns:1fr;}\n    .detail-grid, .detail-grid.reverse{grid-template-columns:1fr;}\n    .detail-grid.reverse .text-col{order:1;}\n    .detail-grid.reverse .media-col{order:2;}\n  }\n<\/style>\n<\/head>\n<body>\n<section>\n    PAN India Network \u00b7 25+ Years of Expertise\n    <h1>Our Cryogenic Services<\/h1>\n    <p>Six specialised cryogenic services &#8211; from deep treatment to pipe freezing &#8211; each backed by in-house equipment manufacturing and decades of field testing.<\/p>\n    <a href=\"#\">Home<\/a>\/Services\n<\/section>\n<section id=\"services-grid\">\n      Our Core Services\n      <h2>Complete Cryogenic Solutions, Under One Roof<\/h2>\n      <p>Every service is backed by 25+ years of in-house testing, custom equipment manufacturing and a PAN-India associate network.<\/p>\n        <h3>Deep Cryogenic Treatment<\/h3>\n        <p>Improve wear life and performance of tools, dies and components by treating them at temperatures down to \u2212190\u00b0C.<\/p>\n        <a href=\"#dct\">Learn more<\/a>\n        <h3>Cryogenic Deflashing<\/h3>\n        <p>Effective removal of residual flash from molded rubber, plastics and die-cast parts. India&#8217;s first deflashing machine manufacturer.<\/p>\n        <a href=\"#deflashing\">Learn more<\/a>\n        <h3>Ice Plug \/ Pipe Freeze<\/h3>\n        <p>First company in India to offer ICE PLUG pipe freeze services &#8211; enabling pipeline maintenance without a full system shutdown.<\/p>\n        <a href=\"#iceplug\">Learn more<\/a>\n        <h3>Instant Quick Freezers<\/h3>\n        <p>Rapidly freezes individual food items while preserving texture, quality and shelf life &#8211; ideal for food processing units.<\/p>\n        <a href=\"#iqf\">Learn more<\/a>\n        <h3>Cryogenic Equipment<\/h3>\n        <p>Design, manufacture and supply of cryogenic chambers, deflashing machines and freezers customised to your application.<\/p>\n        <a href=\"#equipment\">Learn more<\/a>\n<\/section>\n<!-- DEEP CRYOGENIC TREATMENT -->\n<section id=\"dct\">\n        Service 01\n        <h2>Deep Cryogenic Treatment<\/h2>\n        <p>Cryogenics comes from the Greek words for &#8220;cold&#8221; and &#8220;born of.&#8221; Components are treated at temperatures below \u2212190\u00b0C in phased steps and then brought back to room temperature &#8211; a permanent, one-time process.<\/p>\n        <p>At this temperature, retained austenite converts almost completely (up to 99.7%) into tough martensite, carbide molecules disperse evenly, and fine carbide particles form between the larger existing ones &#8211; relieving stress and refining the material at a molecular level.<\/p>\n        <ul>\n          <li>Increased wear resistance and impact resistance<\/li>\n          <li>Greater toughness without added brittleness<\/li>\n          <li>Improved corrosion resistance and heat dissipation<\/li>\n          <li>Effect retained even after regrinding or re-sharpening<\/li>\n          <li>No change in hardness; dimensional shift of just 5-10 microns<\/li>\n        <\/ul>\n        <a href=\"https:\/\/cryonet.in\/NEWSITE\/contact-us-1\/\">Request DCT Service \u2192<\/a>\n        <img decoding=\"async\" src=\"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-25.png\" alt=\"Deep Cryogenic Treatment chamber\"\/>\n        Treated at \u2212190\u00b0C\n<\/section>\n<!-- CRYOGENIC DEFLASHING -->\n<section id=\"deflashing\">\n        Service 02\n        <h2>Cryogenic Deflashing<\/h2>\n        <p>Flash on a molded part has a much thinner cross-section than the part itself, so it freezes and turns brittle far faster. Our cryogenic tumbling action &#8211; combined with the impact of the media &#8211; knocks the flash off without damaging the part underneath.<\/p>\n        <p>Parts with thin or deeply recessed flash, the kind no other method can reach, are cleaned to near 100% with no dust or residue left behind. As parts return to ambient temperature, their original physical properties return too &#8211; unaffected by the process.<\/p>\n        <ul>\n          <li>Ideal for rubber, plastic, die-cast and medical parts<\/li>\n          <li>Reaches complex internal flash other methods can&#8217;t<\/li>\n          <li>High productivity, high precision, low running cost<\/li>\n          <li>India&#8217;s first cryogenic deflashing machine manufacturer<\/li>\n        <\/ul>\n        <a href=\"https:\/\/cryonet.in\/NEWSITE\/contact-us-1\/\">Request Deflashing Service \u2192<\/a>\n        <img decoding=\"async\" src=\"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-26.png\" alt=\"Cryogenic deflashing machine\"\/>\n        Up to 100% Flash Removal\n<\/section>\n<!-- ICE PLUG \/ PIPE FREEZE -->\n<section id=\"iceplug\">\n        Service 03\n        <h2>Ice Plug \/ Pipe Freeze<\/h2>\n        <p>CryoNet&#8217;s PipeFreeze service is a non-intrusive, cost-effective way to carry out pipeline maintenance without draining the system. Liquid nitrogen freezes the product inside the pipe to form a solid plug, isolating the work area with little to no drain-down.<\/p>\n        <p>Once an established freeze plug forms, repairs or modifications are carried out safely. When the work is done, the plug is thawed and the line returns to normal operation &#8211; with no system downtime.<\/p>\n        <ul>\n          <li>Used for valve installations and pipe section replacement<\/li>\n          <li>Equipment isolation, branch terminations and relocations<\/li>\n          <li>No system downtime, minimal safety hazard<\/li>\n          <li>Quick, cost-effective and environmentally non-polluting<\/li>\n        <\/ul>\n        <a href=\"https:\/\/cryonet.in\/NEWSITE\/contact-us-1\/\">Request Pipe Freeze Service \u2192<\/a>\n        <img decoding=\"async\" src=\"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-27.png\" alt=\"Ice plug pipe freeze service\"\/>\n        Zero Downtime Repairs\n<\/section>\n<!-- IQF -->\n<section id=\"iqf\">\n        Service 04\n        <h2>Instant Quick Freezers (IQF)<\/h2>\n        <p>Our IQF systems individually freeze food items at speed, locking in texture, moisture and nutritional quality far better than conventional freezing &#8211; and extending shelf life across the cold chain.<\/p>\n        <ul>\n          <li>Individual freezing prevents items from clumping together<\/li>\n          <li>Preserves taste, texture and nutritional value<\/li>\n          <li>Suited to fruits, vegetables, seafood and ready-to-eat items<\/li>\n          <li>Custom-built capacity for food processing units of any size<\/li>\n        <\/ul>\n        <a href=\"https:\/\/cryonet.in\/NEWSITE\/contact-us-1\/\">Request IQF Service \u2192<\/a>\n        <img decoding=\"async\" src=\"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-2026-06-19T180239.760.png\" alt=\"Instant Quick Freezer\"\/>\n        Freeze. Preserve. Deliver.\n<\/section>\n<!-- EQUIPMENT -->\n<section id=\"equipment\">\n        Service 05\n        <h2>Cryogenic Equipment Manufacturing<\/h2>\n        <p>Beyond services, CryoNet designs, manufactures and supplies the cryogenic machines that power them &#8211; deep cryogenic treatment chambers, deflashing machines, shot blasters and IQF freezers &#8211; customised for your industrial application.<\/p>\n        <ul>\n          <li>Deep cryogenic treatment chambers<\/li>\n          <li>Cryogenic deflashing machines &amp; shot blasters<\/li>\n          <li>Spin tear trim deflashing &amp; air energy separators<\/li>\n          <li>IQF freezers built to your throughput requirement<\/li>\n        <\/ul>\n        <a href=\"https:\/\/cryonet.in\/NEWSITE\/contact-us-1\/\">Talk to Our Engineers \u2192<\/a>\n        <img decoding=\"async\" src=\"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-28.png\" alt=\"Cryogenic equipment manufacturing\"\/>\n        Built In-House, Surat\n<\/section>\n<section>\n    Industries Served\n    <h2>Wherever Performance &amp; Durability Matter<\/h2>\n      Machine Tools\n      Automobiles &amp; Motor Racing\n      Aerospace\n      Pharmaceuticals\n      Sporting Goods\n      Musical Instruments\n      Food Processing\n<\/section>\n<section id=\"contact\">\n    <h2>Ready to Improve Your Tool Life &amp; Performance?<\/h2>\n    <p>Talk to our cryogenic experts and find the right solution for your industry. We reply within 24 hours.<\/p>\n      <a href=\"tel:+919824110266\">Call +91 98241 10266<\/a>\n      <a href=\"mailto:riyazamin@gmail.com\">Email Us<\/a>\n<\/section>\n<\/body>\n<\/html>\n\t\n\n","protected":false},"excerpt":{"rendered":"<p>Services | CryoNet &#8211; Cryogenic Equipment &amp; Services PAN India Network \u00b7 25+ Years of Expertise Our Cryogenic Services Six [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","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-4115","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Service -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryonet.in\/NEWSITE\/service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Service -\" \/>\n<meta property=\"og:description\" content=\"Services | CryoNet &#8211; Cryogenic Equipment &amp; Services PAN India Network \u00b7 25+ Years of Expertise Our Cryogenic Services Six [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryonet.in\/NEWSITE\/service\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-27T07:27:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-25.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/\",\"url\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/\",\"name\":\"Service -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Untitled-design-25.png\",\"datePublished\":\"2026-06-20T16:38:48+00:00\",\"dateModified\":\"2026-06-27T07:27:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Untitled-design-25.png\",\"contentUrl\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Untitled-design-25.png\",\"width\":800,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/service\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/#website\",\"url\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/\",\"name\":\"Cryonet\",\"description\":\"Cryonet, the #1 Leader in cryogenic equipments and services\",\"publisher\":{\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/#organization\",\"name\":\"Cryonet\",\"url\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-Untitled-design-2026-06-15T110107.197.png\",\"contentUrl\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-Untitled-design-2026-06-15T110107.197.png\",\"width\":285,\"height\":110,\"caption\":\"Cryonet\"},\"image\":{\"@id\":\"https:\\\/\\\/cryonet.in\\\/NEWSITE\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Service -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryonet.in\/NEWSITE\/service\/","og_locale":"en_US","og_type":"article","og_title":"Service -","og_description":"Services | CryoNet &#8211; Cryogenic Equipment &amp; Services PAN India Network \u00b7 25+ Years of Expertise Our Cryogenic Services Six [&hellip;]","og_url":"https:\/\/cryonet.in\/NEWSITE\/service\/","article_modified_time":"2026-06-27T07:27:21+00:00","og_image":[{"url":"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-25.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cryonet.in\/NEWSITE\/service\/","url":"https:\/\/cryonet.in\/NEWSITE\/service\/","name":"Service -","isPartOf":{"@id":"https:\/\/cryonet.in\/NEWSITE\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryonet.in\/NEWSITE\/service\/#primaryimage"},"image":{"@id":"https:\/\/cryonet.in\/NEWSITE\/service\/#primaryimage"},"thumbnailUrl":"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-25.png","datePublished":"2026-06-20T16:38:48+00:00","dateModified":"2026-06-27T07:27:21+00:00","breadcrumb":{"@id":"https:\/\/cryonet.in\/NEWSITE\/service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryonet.in\/NEWSITE\/service\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryonet.in\/NEWSITE\/service\/#primaryimage","url":"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-25.png","contentUrl":"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/Untitled-design-25.png","width":800,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/cryonet.in\/NEWSITE\/service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryonet.in\/NEWSITE\/"},{"@type":"ListItem","position":2,"name":"Service"}]},{"@type":"WebSite","@id":"https:\/\/cryonet.in\/NEWSITE\/#website","url":"https:\/\/cryonet.in\/NEWSITE\/","name":"Cryonet","description":"Cryonet, the #1 Leader in cryogenic equipments and services","publisher":{"@id":"https:\/\/cryonet.in\/NEWSITE\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cryonet.in\/NEWSITE\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cryonet.in\/NEWSITE\/#organization","name":"Cryonet","url":"https:\/\/cryonet.in\/NEWSITE\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryonet.in\/NEWSITE\/#\/schema\/logo\/image\/","url":"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/cropped-Untitled-design-2026-06-15T110107.197.png","contentUrl":"https:\/\/cryonet.in\/NEWSITE\/wp-content\/uploads\/2026\/06\/cropped-Untitled-design-2026-06-15T110107.197.png","width":285,"height":110,"caption":"Cryonet"},"image":{"@id":"https:\/\/cryonet.in\/NEWSITE\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/pages\/4115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/comments?post=4115"}],"version-history":[{"count":6,"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/pages\/4115\/revisions"}],"predecessor-version":[{"id":4173,"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/pages\/4115\/revisions\/4173"}],"wp:attachment":[{"href":"https:\/\/cryonet.in\/NEWSITE\/wp-json\/wp\/v2\/media?parent=4115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}