<html style="margin: 0 auto !important;     padding: 0 !important;     height: 100% !important;     width: 100% !important;     background-color:#ffffff;;"><head><!--[if gte mso 15]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->     <title>SGI Dubai gears to welcome the global industry this September!</title><meta charset="utf-8"> <!-- utf-8 works for most cases -->     <meta content="width=device-width" name="viewport"> <!-- Forcing initial-scale shouldn't be necessary -->      <!-- Use the latest (edge) version of IE rendering engine -->     <meta name="x-apple-disable-message-reformatting">  <!-- Disable auto-scale in iOS 10 Mail entirely -->      <!-- The title tag shows in email notifications, like Android 4.4. -->           <!-- CSS Reset : BEGIN -->     <style>          /* What it does: Remove spaces around the email design added by some email clients. */         /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */         html, body {     margin: 0 auto !important;     padding: 0 !important;     height: 100% !important;     width: 100% !important;     background: #ffffff; }  /* What it does: Stops email clients resizing small text. */ * {     -ms-text-size-adjust: 100%;     -webkit-text-size-adjust: 100%; }  /* What it does: Centers email on Android 4.4 */ div[style*="margin: 16px 0"] {     margin: 0 !important; }  /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td {     mso-table-lspace: 0pt !important;     mso-table-rspace: 0pt !important; }  /* What it does: Fixes webkit padding issue. */ table {     border-spacing: 0 !important;     border-collapse: collapse !important;     table-layout: fixed !important;     margin: 0 auto !important; }  /* What it does: Uses a better rendering method when resizing images in IE. */ img {     -ms-interpolation-mode:bicubic; }  /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */ a {     text-decoration: none; }  /* What it does: A work-around for email clients meddling in triggered links. */ *[x-apple-data-detectors],  /* iOS */ .unstyle-auto-detected-links *, .aBn {     border-bottom: 0 !important;     cursor: default !important;     color: inherit !important;     text-decoration: none !important;     font-size: inherit !important;     font-family: inherit !important;     font-weight: inherit !important;     line-height: inherit !important; }  /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */ .a6S {     display: none !important;     opacity: 0.01 !important; }  /* What it does: Prevents Gmail from changing the text color in conversation threads. */ .im {     color: inherit !important; }  /* If the above doesn't work, add a .g-img class to any image in question. */ img.g-img + div {     display: none !important; }  /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */ /* Create one of these media queries for each additional viewport size you'd like to fix */  /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {     u ~ div .email-container {         min-width: 320px !important;     } } /* iPhone 6, 6S, 7, 8, and X */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {     u ~ div .email-container {         min-width: 375px !important;     } } /* iPhone 6+, 7+, and 8+ */ @media only screen and (min-device-width: 414px) {     u ~ div .email-container {         min-width: 414px !important;     } }      </style>      <!-- CSS Reset : END -->      <!-- Progressive Enhancements : BEGIN -->     <style>           /* What it does: Hover styles for buttons */            .primary{   background: #448ef6; } .bg_white{       background: #ffffff; } .bg_light{       background: #fafafa; } .bg_black{       background: #000000; } .bg_dark{        background: rgba(0,0,0,.8); } .email-section{   padding:2.5em; }    h1,h2,h3,h4,h5,h6{  font-family: 'Calibri', Lato;   color: #000000;         margin-top: 0;  font-weight: 400; }  body{      font-family: 'Calibri', Lato;   font-weight: 400;       font-size: 18px;        line-height: 1.8;       color: rgba(0,0,0,1); }  a{     color: #136499; }  table{ } /*LOGO*/  .logo{    margin: 0;      display: inline-block;  position: absolute;     top: 10px;      left: 0;        right: 0;       margin-bottom: 0; }  .logo a{   color: #fff;    font-size: 24px;        font-weight: 700;       text-transform: uppercase;      font-family: 'Calibri', Lato;   display: inline-block;  border: 2px solid #fff;         line-height: 1.3;       padding: 10px 15px 4px 15px;    margin: 0; } .logo h1 a span{   line-height: 1; }  .navigation{         padding: 0; } .navigation li{   list-style: none;       display: inline-block;;         margin-left: 5px;       font-size: 13px;        font-weight: 500; } .navigation li a{   color: rgba(0,0,0,.4); }  /*HERO*/ .hero{       position: relative;     z-index: 0; }  .hero .overlay{  position: absolute;     top: 0;         left: 0;        right: 0;       bottom: 0;      content: '';    width: 100%;    background: #000000;    z-index: -1;    opacity: .3; }  .hero .text{    color: rgba(255,255,255,.9); } .hero .text h2{  color: #fff;    font-size: 40px;        margin-bottom: 0;       font-weight: 600;       line-height: 1;         text-transform: uppercase; } .hero .text h2 span{       font-weight: 600;       color: #448ef6; }   /*HEADING SECTION*/ .heading-section{ } .heading-section h2{        color: #000000;         font-size: 28px;        margin-top: 0;  line-height: 1.4;       font-weight: 700;       text-transform: uppercase;      letter-spacing: 1px; } .heading-section .subheading{    margin-bottom: 20px !important;         display: inline-block;  font-size: 13px;        text-transform: uppercase;      letter-spacing: 2px;    color: rgba(0,0,0,.4);  position: relative; } .heading-section .subheading::after{      position: absolute;     left: 0;        right: 0;       bottom: -10px;  content: '';    width: 100%;    height: 2px;    background: #448ef6;    margin: 0 auto; }  .heading-section-white{      color: rgba(255,255,255,.8); } .heading-section-white h2{       font-family:    line-height: 1;         padding-bottom: 0; } .heading-section-white h2{         color: #ffffff; } .heading-section-white .subheading{   margin-bottom: 0;       display: inline-block;  font-size: 13px;        text-transform: uppercase;      letter-spacing: 2px;    color: rgba(255,255,255,.4); }   /*BLOG*/ .blog-entry{  border: 1px solid red;  padding-bottom: 30px !important !important; } .text-blog .meta{         text-transform: uppercase;      font-size: 13px;        margin-bottom: 0; }  /*FOOTER*/  .footer{       color: rgba(255,255,255,.5);  } .footer .heading{       color: #ffffff;         font-size: 20px; } .footer ul{  margin: 0;      padding: 0; } .footer ul li{    list-style: none;       margin-bottom: 10px; } .footer ul li a{         color: rgba(255,255,255,1); }   @media screen and (max-width: 500px) {   }       </style>   <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body style="margin: 0 auto !important;     padding: 0 !important;     height: 100% !important;     width: 100% !important;     background-color:#ffffff;;font-family: 'Calibri', Lato;  font-weight: 400;  font-size: 18px;  line-height: 1.8;  color: rgba(0,0,0,1);"><!--[if !mso 9]><!--><span style='font-size:0px;max-width: 0px;max-height: 0px;mso-hide:all;'>  </span><!--<![endif]--><head>
        <meta name="viewport" content="width=device-width">
        <style>@media only screen and (max-device-width: 480px) 
                {table[class=tmplfooter]{width:330px !important;max-width:320px !important; text-align:left;} 
                table[class=tmplheader]{width:330px !important; max-width:320px !important; text-align:left;}
                }
        </style>
</head>
<table cellpadding="0" cellspacing="0" width="100%" style="background-color:#f7f7f7;color:#333;font-size:11px;border-color:#f0f0f0;border-width:1px;font-family:Arial;border-style:solid;" id="HEADER">
        <tr><td align="center">
<div>
                        <table style="color:#333;font-size:11px;font-family:Arial; text-align:center;padding:5px;;width:600px;" class="tmplheader"  align="center" id="H_INNER"><tr><td><div class="txtsize" style="color:#333;font-size:11px;font-family:Arial;">Can't read or see images? <a style='color:#03F;font-size:11px;font-family:Arial;' target="_blank" href="https://qogar-zgph.campaign-view.com/ua/viewinbrowser?od=3zbaf2ab2ec3981af19c9fb6cc8c702adeb225a50f6f3f701e4bbf9d607144ff6c&rd=1d153992e1c7fc04&sd=1d153992e1c7a199&n=11699e4c25a17f3&mrd=1d153992e1c7a185&m=1"><span style='color:#03F;font-size:11px;font-family:Arial;'>View this email in a browser</span></a></div></td></tr></table>
</div>
        </td></tr>
</table>
<table align="center" border="0" style="     mso-table-rspace: 0pt !important;     margin: 0 auto !important;     border-collapse: collapse !important;border-spacing: 0 !important;mso-table-lspace: 0pt !important;     table-layout: fixed !important;height: 450px; ; width: 700px;"> <tbody> <tr> <td style="mso-table-lspace: 0pt !important;     mso-table-rspace: 0pt !important;"><img alt="https://stratus.campaign-image.com/images/generic_zc_v1_1_942723000019951004.jpg" class height src="https://stratus.campaign-image.com/images/generic_zc_v1_1_942723000019951004.jpg" style="-ms-interpolation-mode:bicubic;" usemap="#Hmap" width="700px"> <map name="Hmap">    <area alt="SGI Dubai 2023" coords="10,29,452,148" href="https://qogar-zgph.maillist-manage.net/click/1d153992e1c7fc04/1d153992e1c79dac" shape="rect" target="_blank" title="SGI Dubai 2023" zcurl_name="l_0"> </map><table align="center" border="0" style="     mso-table-rspace: 0pt !important;     margin: 0 auto !important;     border-collapse: collapse !important;border-spacing: 0 !important;mso-table-lspace: 0pt !important;     table-layout: fixed !important;height: 40px; width: 700px; text-align:center;">     <tbody><tr> <td style="mso-table-lspace: 0pt !important;     mso-table-rspace: 0pt !important;"> <table align="right" border="0" style="     mso-table-rspace: 0pt !important;     margin: 0 auto !important;     border-collapse: collapse !important;border-spacing: 0 !important;mso-table-lspace: 0pt !important;     table-layout: fixed !important;height: auto; width: 700px; text-align: justify;"> <tbody> <tr> <td style="mso-table-lspace: 0pt !important;     mso-table-rspace: 0pt !important;"> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;"><br>Dear Valued Exhibitors and Partners,</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">Greetings from the SGI Dubai team.</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">We would like to take this opportunity to invite you to <a href="https://qogar-zgph.maillist-manage.net/click/1d153992e1c7fc04/1d153992e1c79dae" rel="noopener noreferrer" style="text-decoration: none;color: #136499;" tabindex="-1" target="_blank" zcurl_name="l_1"><span>SGI Dubai 2023</span></a>.</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;"><strong>The 26th edition of the SGI Dubai show will be held on 18, 19, 20 September and participating in our show will help you to tap into the leads and stay ahead of your competitors. Our show will be held at the prestigious Dubai World Trade Centre located in the heart of Dubai and highly accessible to all industry stakeholders.</strong></span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">SGI Dubai is the region’s largest trade exhibition for sign-makers, print production houses, gift & promotion companies, media agencies, mall owners, car wrapping industry, real-estate developers, hospitality and tourism industries, 3D printing industry, architects, brand and image consultants among other stakeholders in the printing, signage, and imaging industries.</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">Our next edition of the leading B2B exhibition is packed with innovative products and solutions. The show categories include;.</span></p> <ul>   <li>large format printing   <li>signage products & accessories   <li>textile printers   <li>labeling machines   <li>metal cutting & engraving equipment   <li>LED displays   <li>digital display technologies   <li>screen printing machines   <li>fabrication   <li>ink and substrates   <li>software, and media among others </ul> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">In addition, SGI Dubai 2023 will  focus on emerging technologies such as artificial intelligence technologies, robotics and 3D printing.</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">SGI Dubai has always been known to have attracted local, regional and international, trade visitors each year. In the last edition, the show had attracted serious buyers and trade visitors from 90 plus countries touching almost all the continents across the globe.</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">For space booking, exhibitors can reach out to the SGI Dubai team by writing to <a href="mailto:sgidubai@iecdubai.com" rel="noopener noreferrer" style="text-decoration: none;color: #136499;" tabindex="-1" target="_blank"><span>sgidubai@iecdubai.com</span></a>.</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">We look forward to welcoming you to the 26<sup>th</sup> edition of our show this year.</span></p> <p style="text-align: justify; margin-top: 0px;"><br></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;">Best regards,</span></p> <p style="text-align: justify; margin-top: 0px;"><span style="font-family: Calibri;"><strong>SGI Team</strong><br>Email : <a href="mailto:sgidubai@iecdubai.com" rel="noopener noreferrer" style="text-decoration: none;color: #136499;" tabindex="-1" target="_blank"><span>sgidubai@iecdubai.com</span></a> | Visit <a href="https://qogar-zgph.maillist-manage.net/click/1d153992e1c7fc04/1d153992e1c79db0" rel="noopener noreferrer" style="text-decoration: none;color: #136499;" tabindex="-1" target="_blank" zcurl_name="l_4"><span>SGI Website</span></a></span></p> <p></p> </td> </tr> </tbody> </table>  </td> </tr>      </tbody></table></td></tr></tbody></table>
        <meta content="width=device-width" name="viewport">
        <style>@media only screen and (max-device-width: 480px) {table[class=tmplfooter]{width:330px !important;max-width:320px !important; text-align:left;} table[class=tmplheader]{width:330px !important; max-width:320px !important; text-align:left;} div[class=txtsize]{text-align:left} td[class=txtsize]{text-align:left}}
        </style>

<table cellpadding="0" cellspacing="0" id="FOOTER" style="background-color:#f7f7f7;color:#333;font-size:11px;border-color:#f0f0f0;border-width:1px;font-family:Arial;border-style:solid;" width="100%"><tbody><tr><td>
        <table align="center" cellpadding="9" cellspacing="0" class="tmplfooter" id="F_INNER" style="padding:5px;width:600px;;color:inherit;font-size:inherit;font-family:inherit;;text-align:center">
        <tbody><tr><td>
                <div class="txtsize">
                
                <div style="color:#333;font-size:11px;font-family:Arial;">This email was sent by <a href="mailto:sgidubai@iec-dubai.com" id="FOOTERLINK" style="color:#0000FF;font-size:11px;font-family:Arial;" target="_blank"><span style>sgidubai@iec-dubai.com</span></a> to <a href="mailto:marketing@moderndatasolusi.com" id="FOOTERLINK" style="color:#0000FF;font-size:11px;font-family:Arial;" target="_blank"><span style>marketing@moderndatasolusi.com</span></a></div>
                        <div class="txtsize" style="padding:3px;padding-left:0px;color:#333;font-size:11px;font-family:Arial;">Not interested? <a href="https://qogar-zgph.maillist-manage.net/ua/optout?od=3zbaf2ab2ec3981af19c9fb6cc8c702adeb225a50f6f3f701e4bbf9d607144ff6c&rd=1d153992e1c7fc04&sd=1d153992e1c7a199&n=11699e4c25a17f3" id="FOOTERLINK" rel="nofollow" style="color:#0000FF;font-size:11px;font-family:Arial;" target="_blank"><span style>Unsubscribe</span></a> | <a href="https://qogar-zgph.maillist-manage.net/ua/commpref?od=3zbaf2ab2ec3981af19c9fb6cc8c702adeb225a50f6f3f701e4bbf9d607144ff6c&rd=1d153992e1c7fc04&sd=1d153992e1c7a199&n=11699e4c25a17f3" id="FOOTERLINK" rel="nofollow" style="color:#0000FF;font-size:11px;font-family:Arial;" target="_blank"><span id="f11p">Manage Preference</span></a> | <a href="https://qogar-zgph.maillist-manage.net/ua/upc?upd=1d153992e09bfe19&r=1d153992e1c7fc04&n=11699e4c25a17f3&od=3zbaf2ab2ec3981af19c9fb6cc8c702adeb225a50f6f3f701e4bbf9d607144ff6c" id="FOOTERLINK" rel="nofollow" style="color:#0000FF;font-size:11px;font-family:Arial;" target="_blank"><span style>Update profile</span></a>  
                        </div>
                        <div data-id="listdescription" style="margin-top:5px;color:#333;font-size:11px;font-family:Arial;"></div>
                        <div class="txtsize" id="FOOTERADDRESS" style="padding:3px;padding-left:0px;color:#acacac;font-size:11px;font-family:Arial;">International Expo Consults | Sheikh Rashid</div>
<div class="txtsize" id="FOOTERIMPRINT" style="padding:3px;padding-left:0px;color:#acacac;font-size:11px;font-family:Arial;"></div>
                        <div style="margin-top:5px">   </div>
<div class="txtsize" id="FOOTERPRIVACYTERMS" style="padding:3px;padding-left:0px;word-break:break-word;line-height:12pt;color:#acacac;font-size:11px;font-family:Arial;"></div>
                        
                </div>
        </td></tr>
</tbody></table>
        </td></tr>
</tbody></table>
<img style='visibility:hidden' src="https://qogar-zgph.maillist-manage.net/click/1d153992e1c7fc04/open.gif" alt="" height="1" width="1"/></body></html>