{"id":2594,"date":"2025-06-23T17:51:45","date_gmt":"2025-06-23T17:51:45","guid":{"rendered":"https:\/\/ocmgroup.co\/ocmltd\/?page_id=2594"},"modified":"2025-12-08T19:20:14","modified_gmt":"2025-12-08T19:20:14","slug":"the-brands","status":"publish","type":"page","link":"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/","title":{"rendered":"The Brands"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-cover\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;min-height:300px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#424242\"><\/span><img loading=\"lazy\" decoding=\"async\" width=\"1437\" height=\"1076\" class=\"wp-block-cover__image-background wp-image-2346\" alt=\"\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/06\/FinancialResults.png\" style=\"object-position:49% 35%\" data-object-fit=\"cover\" data-object-position=\"49% 35%\"\/><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-1 wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-pt-serif-font-family has-xx-large-font-size\" style=\"padding-top:0;padding-bottom:0\">The Brands<\/p>\n\n\n\n<span class=\"lineWithBubbleNL\">\u2022\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2022<\/span>\r\n\r\n<style>\r\nspan.lineWithBubbleNL {\r\n    font-size: 300%;\r\n    padding: 0px;\r\n    margin: 10px 0px 25px 0px;\r\n    line-height: 0px;\r\n}\r\n\r\n@media only screen and (max-width: 768px) {\r\n\tspan.lineWithBubbleNL {\r\n\t\tfont-size: 250%;\r\n\t}\r\n}\r\n\r\n@media only screen and (max-width: 767px) {\r\n\tspan.lineWithBubbleNL {\r\n\t\tfont-size: 180%;\r\n\t}\r\n}\r\n\r\n.subHeading > a {\r\n    text-decoration: none !important;\r\n    font-family: var(--wp--preset--font-family--barlow-condensed);\r\n}\r\n<\/style>\n<\/div><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<style>\n.wp-block-cover {\n    min-height: 100vh;\n    position: relative;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 50px 0;\n}\n\n.wp-block-cover__image-background {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    z-index: 1;\n}\n\n.wp-block-cover__background {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-color: #434343;\n    opacity: 0.5;\n    z-index: 2;\n}\n\n.card-container {\n    display: flex;\n    gap: 20px;\n    z-index: 3;\n    padding: 20px;\n    width: 90%;\n    max-width: 1500px;\n    justify-content: center;\n    margin: 20px 0;\n}\n\n.ir-card {\n    background-color: rgba(220, 220, 220, 0.95);\n    border: 1px solid white;\n    border-radius: 12px;\n    padding: 25px;\n    flex: 1 1 25%;\n    max-width: 300px;\n    height: 380px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    transition: box-shadow 0.3s ease-in-out, transform 0.3s;\n    color: #333;\n    text-align: center;\n    position: relative;\n    cursor: pointer;\n    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n}\n\n.ir-card:hover {\n    box-shadow: 0 0 25px rgba(255, 255, 255, 0.9), 0 0 15px rgba(255, 255, 255, 0.7);\n    transform: translateY(-5px);\n}\n\n.ir-card h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 1.6em;\n    font-weight: 700;\n    margin-bottom: 30px;\n    letter-spacing: 1px;\n    color: #333;\n    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.ir-card h3 a {\n    text-decoration: none;\n    color: inherit;\n}\n\n.ir-card:hover h3 a {\n    color: white;\n    text-shadow:\n        0 0 5px #FFD900,\n        0 0 10px #FFD900;\n}\n\n.card-image {\n    width: 150px;\n    height: 150px;\n    object-fit: cover;\n    margin-bottom: 15px;\n    border: 5px solid #FFD900;\n    background: #ffffff;\n}\n\n.card-content {\n    font-size: 1em;\n    line-height: 1.5;\n    text-align: center;\n    padding: 0 5px;\n}\n\n@media (max-width: 1200px) {\n    .card-container {\n        flex-wrap: wrap;\n        gap: 40px;\n    }\n    .ir-card {\n        flex: 1 1 40%;\n        max-width: 400px;\n    }\n}\n\n@media (max-width: 768px) {\n    .wp-block-cover {\n        padding: 20px 0;\n    }\n    .card-container {\n        flex-direction: column;\n        align-items: center;\n        gap: 20px;\n        padding: 0 10px;\n        margin: 10px 0;\n    }\n    .ir-card {\n        max-width: 90%;\n        min-height: 400px;\n        height: auto;\n        flex: 1 1 100%;\n    }\n    .ir-card h3 {\n        font-size: 1.8em;\n    }\n    .card-image {\n        width: 180px;\n        height: 180px;\n    }\n    .card-content {\n        font-size: 1em;\n    }\n}\n\n:root {\n    font-family: 'Inter', sans-serif;\n}\n<\/style>\n\n<div class=\"wp-block-group alignfull\">\n    <div class=\"wp-block-cover\">\n        <span aria-hidden=\"true\" class=\"wp-block-cover__background\" style=\"background-color:#434343\"><\/span>\n        <img decoding=\"async\" class=\"wp-block-cover__image-background\"\n            alt=\"The Brands Page Background\"\n            src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/11\/The-Brands-Background.png\"\n            style=\"object-position:50% 50%\"\n            data-object-fit=\"cover\"\n            data-object-position=\"50% 50%\"\n            onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/1920x1080\/000\/fff?text=Board+Meeting+Room+Placeholder'\"\n        \/>\n        <div class=\"wp-block-cover__inner-container card-container\">\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/print\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/print\/\">Print<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/11\/Print.png\" alt=\"Print Media Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Print Media Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s print services.<\/p>\n            <\/div>\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/broadcast-television\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/broadcast-television\/\" onclick=\"event.stopPropagation()\">Broadcast Television<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/11\/Broadcast-Television-1.png\" alt=\"Broadcast Television Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Broadcast Television Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s broadcast television services.<\/p>\n            <\/div>\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/cable-and-broadband\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/cable-and-broadband\/\" onclick=\"event.stopPropagation()\">Cable and Broadband<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/12\/greendot.png\" alt=\"Cable and Broadband Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Cable and Broadband Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s cable and broadband services.<\/p>\n            <\/div>\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/radio\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/radio\/\" onclick=\"event.stopPropagation()\">Radio<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/11\/Radio-1.png\" alt=\"Radio Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Radio Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s radio services.<\/p>\n            <\/div>\n        <\/div>\n        <div class=\"wp-block-cover__inner-container card-container\">\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/renewable-energy\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/renewable-energy\/\" onclick=\"event.stopPropagation()\">Renewable Energy<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/12\/Innogen-logo-new.png\" alt=\"Renewable Energy Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Renewable Energy Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s renewable energy services.<\/p>\n            <\/div>\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/video-production-printing-design\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/video-production-printing-design\/\" onclick=\"event.stopPropagation()\">Video Production, Printing, and Design<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/12\/Six-Point.png\" alt=\"Video Production, Printing, and Design Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Video Production, Printing, and Design Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s video production, printing, and design services.<\/p>\n            <\/div>\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/digital\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/digital\/\" onclick=\"event.stopPropagation()\">Digital<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/12\/Novo-Media-Logo.png\" alt=\"Digital Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Digital Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s digital services.<\/p>\n            <\/div>\n            <div class=\"ir-card\" onclick=\"window.location.href='https:\/\/ocmgroup.co\/ocmltd\/the-brands\/manufacturing\/'\">\n                <h3><a href=\"https:\/\/ocmgroup.co\/ocmltd\/the-brands\/manufacturing\/\" onclick=\"event.stopPropagation()\">Manufacturing<\/a><\/h3>\n                <img decoding=\"async\" class=\"card-image\" src=\"http:\/\/ocmgroup.co\/ocmltd\/wp-content\/uploads\/sites\/9\/2025\/12\/Flexipac-Logo.jpg\" alt=\"Manufacturing Image\"\n                    onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/150x150\/FFD900\/333?text=Manufacturing Image'\"\n                \/>\n                <p class=\"card-content\">Please click here for an insight into OCM Group&#8217;s manufacturing services.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Print Please click here for an insight into OCM Group&#8217;s print services. Broadcast Television Please click here for an insight into OCM Group&#8217;s broadcast television services. Cable and Broadband Please click here for an insight into OCM Group&#8217;s cable and broadband services. Radio Please click here for an insight into OCM Group&#8217;s radio services. Renewable [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2594","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/pages\/2594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/comments?post=2594"}],"version-history":[{"count":221,"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/pages\/2594\/revisions"}],"predecessor-version":[{"id":6169,"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/pages\/2594\/revisions\/6169"}],"wp:attachment":[{"href":"https:\/\/ocmgroup.co\/ocmltd\/wp-json\/wp\/v2\/media?parent=2594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}