<!DOCTYPE html>
<html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# ">
<head>
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
                {'gtm.start': new Date().getTime(),event:'gtm.js'}
        );var f=d.getElementsByTagName(s)[0],
                j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
                'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-NDWTXFC');</script>
    <!-- End Google Tag Manager -->
    <meta charset="utf-8" />
<script>'use strict'; (function() {var abjs = {"tests":[{"name":"t_11","conditions":["return true;"],"experiences":[{"name":"e_21","fraction":"1","script":"document.addEventListener(\"DOMContentLoaded\", function (event) {\r\n    MktoForms2.loadForm(\"\/\/app-lon04.marketo.com\", \"574-LHH-431\", 322, function(form) {\r\n      \/\/ jQuery(\"[name='RFI_RFP_Upload_URL__c']\").attr(\"id\", \"requestaservice\").addClass(\"file-upload\");\r\n      jQuery(form.getFormElem().find(\"[name='RFI_RFP_Upload_URL__c']\")[0]).attr(\"id\", \"requestaservice\").addClass(\"file-upload\");\r\n      var ras_upload = jQuery(\"input[name='RFI_RFP_Upload_URL__c']\"),\r\n        filenameSpan = jQuery(\"form#uploadrfp_rfi span.urfip_selectedfile\");\r\n      if (ras_upload.length > 0) {\r\n        if (ras_upload.val() !== \"\") {\r\n          var filenameWP = ras_upload.val(),\r\n            filenameEx = filenameWP.split(\"\/\"),\r\n            fileName = filenameEx[(filenameEx.length - 1)],\r\n            fileExtEx = fileName.split(\".\"),\r\n            fileExt = fileExtEx[(fileExtEx.length - 1)],\r\n            ExactFN = fileName.match(\/(.*)-\/)[1];\r\n          filenameSpan.text(ExactFN + \".\" + fileExt).show();\r\n        }\r\n      }\r\n    });\r\n    \r\n    $(document).ready(function(){setTimeout(function(){\r\n        $('.l-blog-title').children().each(function(){jQuery(this).html( jQuery(this).html().replace(\/&amp;\/g,'&'));});\r\n        \r\n        \r\n    },3000);});\r\n    \r\n    \r\n    $(document).ready(function(){\r\n    $(\"#latst-story\").text(\"Latest Blogs\");\r\n   \r\n    $(\"img[alt=''],img:not([alt])\").attr(\"alt\",\"Mindtree Logo\");\r\n    \r\n    $('.js-pager__items li a').on('click',function(){\r\n      setTimeout(function(){\r\n      $('.l-blog-title').children().each(function(){$(this).html( $(this).html().replace(\/&amp;\/g,'&'));});\r\n      \/\/$('.frontpage').children().each(function(){$(this).html( $(this).html().replace(\/&amp;\/g,'&'));});\r\n      $('.js-pager__items li a').attr('onClick','updateBlogTitle()');\r\n     \r\n  },3000);});\r\n  \r\n});\r\n\r\n updateBlogTitle();\r\n   \r\n});\r\nfunction updateBlogTitle(){\r\nsetTimeout(function(){\r\n      $('.l-blog-title').children().each(function(){\r\n      $(this).html( $(this).html().replace(\/&amp;\/g,'&'));});\r\n      $('.js-pager__items li a').attr('onClick','updateBlogTitle()');\r\n     \r\n  },3000);\r\n}\r\n"}]}],"cookiePrefix":"abjs_","cookieDomain":"","cookieLifetime":30,"cookieSecure":""};
/**
 * @file
 * Adds common javascript functionality.
 *
 * Note that this file does not stand alone, and is included as an inline
 * script along with the dynamic tests, experiences, and conditions.
 */

// Cookie functions for getting and setting abjs cookies.
var abCookies = {
  getCookie: function (sKey) {
    'use strict';
    if (!sKey) {
      return null;
    }
    var abKey = abjs.cookiePrefix + sKey;
    return decodeURIComponent(document.cookie.replace(new RegExp('(?:(?:^|.*;)\\s*' + encodeURIComponent(abKey).replace(/[\-\.\+\*]/g, '\\$&') + '\\s*\\=\\s*([^;]*).*$)|^.*$'), '$1')) || null;
  },
  setCookie: function (sKey, sValue) {
    'use strict';
    var abKey = abjs.cookiePrefix + sKey;
    document.cookie = encodeURIComponent(abKey) + '=' + encodeURIComponent(sValue) + '; max-age=' + abjs.cookieLifetime * 24 * 60 * 60 + abjs.cookieDomain + '; path=/' + abjs.cookieSecure;
    return true;
  }
};

var i;
var j;
var fracArray;

// Convert condition and experience function strings into real functions,
// and convert experience fraction strings into numbers.
for (i = 0; i < abjs.tests.length; i++) {
  for (j = 0; j < abjs.tests[i].conditions.length; j++) {
    abjs.tests[i].conditions[j] = new Function(abjs.tests[i].conditions[j] + '\r\n');
  }
  for (j = 0; j < abjs.tests[i].experiences.length; j++) {
    abjs.tests[i].experiences[j].script = new Function(abjs.tests[i].experiences[j].script + '\r\n');
    if (abjs.tests[i].experiences[j].fraction.match('/')) {
      fracArray = abjs.tests[i].experiences[j].fraction.split('/');
      abjs.tests[i].experiences[j].fraction = fracArray[0] / fracArray[1];
    }
    abjs.tests[i].experiences[j].fraction = isNaN(1 * abjs.tests[i].experiences[j].fraction) ? 0 : 1 * abjs.tests[i].experiences[j].fraction;
  }
}

// First, for each test, check if all conditions evaluate to true. If any
// condition evaluates to false, remove that test from the abjs.tests array.
for (i = 0; i < abjs.tests.length; i++) {
  for (j = 0; j < abjs.tests[i].conditions.length; j++) {
    if (!abjs.tests[i].conditions[j]()) {
      abjs.tests.splice(i, 1);
      i--;
      break;
    }
  }
}

// For each test that passses all conditions, determine the experience for this
// user.
for (i = 0; i < abjs.tests.length; i++) {
  // First, check if a cookie exists for this test by checking the cookie's name.
  // If so, the value of the cookie is the index of the experience that this
  // user should have.
  if (abCookies.getCookie(abjs.tests[i].name)) {
    for (j = 0; j < abjs.tests[i].experiences.length; j++) {
      if (abCookies.getCookie(abjs.tests[i].name) === abjs.tests[i].experiences[j].name) {
        abjs.tests[i].activeExperience = j;
        break;
      }
    }
  }
  // If a cookie does not yet exist for this test, generate a random number to
  // determine what experience this user should have by comparing the random
  // number to the fractions assigned for each experience. Set a cookie for
  // this test and experience.
  else {
    var randomNum = Math.random();
    var fractionSum = 0;
    for (j = 0; j < abjs.tests[i].experiences.length; j++) {
      if (randomNum >= fractionSum && randomNum < fractionSum + abjs.tests[i].experiences[j].fraction) {
        abCookies.setCookie(abjs.tests[i].name, abjs.tests[i].experiences[j].name);
        abjs.tests[i].activeExperience = j;
        break;
      }
      fractionSum += abjs.tests[i].experiences[j].fraction;
    }
  }
}

// Run all experience scripts for this user.
for (i = 0; i < abjs.tests.length; i++) {
  if (typeof abjs.tests[i].activeExperience !== 'undefined') {
    abjs.tests[i].experiences[abjs.tests[i].activeExperience].script();
  }
}
})();</script>
<meta name="description" content="Our blog posts feature musing on everything from customer engagement to cloud computing security, from agile transformation to UX design.  Learn more today!" />
<meta name="abstract" content="Our blog posts feature musing on everything from customer engagement to cloud computing security, from agile transformation to UX design.  Learn more today!" />
<meta name="keywords" content="Mindtree Blog, IT Thought Leadership, latest in technology" />
<style>#sliding-popup.sliding-popup-top { position: fixed; }</style>
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=yes" />
<meta property="og:image" content="https://www.mindtree.com/sites/default/files/og_image_default/Mindtree-Logo_2.jpg" />
<meta property="og:image:url" content="https://www.mindtree.com/sites/default/files/og_image_default/Mindtree-Logo_2.jpg" />
<meta property="og:image:secure_url" content="https://www.mindtree.com/sites/default/files/og_image_default/Mindtree-Logo_2.jpg" />
<link rel="shortcut icon" href="/themes/custom/mindtree_theme/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="canonical" href="https://www.mindtree.com/blog" />
<link rel="shortlink" href="https://www.mindtree.com/node/8066" />
<link rel="revision" href="https://www.mindtree.com/blog" />
<script>window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};</script>

    <title>Mindtree Blog | Digital and IT Thought Leadership</title>
    <link rel="stylesheet" media="all" href="/sites/default/files/css/css_7VqxS6CjoIVLcGBJvNuq7_UDLVMDGQKgWtbIUOxTYjQ.css" />
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" media="all" href="//fonts.googleapis.com/css?family=Open+Sans:400,700,300" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_ZAS6ykTyKB4TXrMTXq9TlwzCyFqxFGNEpgUAXZQbuLQ.css" />
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_JRgLinbq-XnorHHtu2njwTf9VcVuXmtdR_IBaZKY3sY.css" />
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_mbYRh3_dWCpWS_qlrysVN7kbQ3rtEbmTKG_QD5NVRI4.css" />

    
<!--[if lte IE 8]>
<script src="/sites/default/files/js/js_VtafjXmRvoUgAzqzYTA3Wrjkx9wcWhjP0G4ZnnqRamA.js"></script>
<![endif]-->
<script src="/core/assets/vendor/modernizr/modernizr.min.js?v=3.3.1"></script>

     <script type="application/ld+json">
      {
        "@context": "http://www.schema.org",
        "@type": "Organization",
        "name": "Mindtree Ltd",
        "url": "https://www.mindtree.com/",
        "sameAs":
        [
          "https://en.wikipedia.org/wiki/Mindtree",
          "https://www.facebook.com/MindtreeLtd/",
          "https://www.linkedin.com/company/mindtreeltd",
          "https://twitter.com/Mindtree_Ltd",
          "https://www.slideshare.net/MindTreeLtd",
          "https://www.youtube.com/user/TheMindtreeLTD"
        ],
        "logo": "https://www.mindtree.com/sites/default/files/mindtree-lnt-logo-png_0.png",
        "description": "Mindtree is a global technology consulting and services company, helping enterprises marry scale with agility to achieve competitive advantage. “Born digital,” in 1999 and now a Larsen & Toubro Group Company, Mindtree applies its deep domain knowledge to 350+ enterprise client engagements to break down silos, make sense of digital complexity and bring new initiatives to market faster. We enable IT to move at the speed of business, leveraging emerging technologies and the efficiencies of Continuous Delivery to spur business innovation. Operating in more than 15 countries across the world, we’re consistently regarded as one of the best places to work, embodied every day by our winning culture made up of 21,000 entrepreneurial, collaborative and dedicated “Mindtree Minds."
        
      }
      </script>   
      <script type="application/ld+json">
  {
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
  {
    "@type": "ListItem",
    "position": 1,
    "name": "blog",
    "item": "https://www.mindtree.com/blog/"
  }            ]
}
</script>
<script type="application/ld+json">
      
      {
        "@context": "http://schema.org",
        "@type": "WebSite",
        "name" : "Mindtree LTD",
        "url": "https://www.mindtree.com/blog",
        "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.mindtree.com/blog?search_api_fulltext={search_term_string}",
        "query-input": "required name=search_term_string"
        }
      }
      </script>

</head>
<body class="path--node body-sidebars-first alias--blog nodetype--listing_page logged-out">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NDWTXFC"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="skip">
   <a class="visually-hidden focusable skip-link" href="#main">
       Skip to main content
   </a>
</div>

  <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    <div  class="page-standard view-blog-listing-with-scroll" id="pg__c">
  
  <!-- ______________________ TOP _______________________ -->
  
  <div id="top">
    <div class="cog--mq mq-top">
              <div id="top-region">
            <div class="region region-top">
    

<nav role="navigation" aria-labelledby="block-topnavigation" id="block-topnavigation" data-block-plugin-id="system_menu_block:top-navigation" class="block block-menu navigation block-system-menublock menu--top-navigation">
      
        
              <ul class="menu">
                  <li>
          <a href="/blog" data-drupal-link-system-path="node/8066" class="is-active">Blog</a>
                  </li>
              <li>
          <a href="/about/investors" data-drupal-link-system-path="node/11846">Investors</a>
                  </li>
              <li>
          <a href="/news" data-drupal-link-system-path="node/8986">News</a>
                  </li>
              <li>
          <a href="/about/resources" data-drupal-link-system-path="node/8951">Resources</a>
                  </li>
              <li>
          <a href="/about/resources/possibilities-podcast" data-drupal-link-system-path="node/14721">Possibilities Podcast</a>
                  </li>
          </ul>
  


  </nav>

<nav role="navigation" aria-labelledby="block-ctamenu-2" id="block-ctamenu-2" data-block-plugin-id="system_menu_block:cta-menu" class="block block-menu navigation block-system-menublock menu--cta-menu">
      
                
                                
                            <div class="cta-menu-wrapper" id="block-ctamenu-2-menu">
                <ul class="cta-menu">
                    
                                        
                <li class="menu-item">
                    <a href="/" class="cta-region" data-drupal-link-system-path="&lt;front&gt;">Global</a>
                
                                                                    
                            <div class="submenu-1-wrapper">
            
                <ul class="submenu submenu-level-1">
                    
                                        
                <li class="menu-item">
                    <a href="/australia" data-drupal-link-system-path="node/9981">Australia</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/germany" data-drupal-link-system-path="node/9976">Germany</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/netherlands" data-drupal-link-system-path="node/10011">Netherlands</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/singapore" data-drupal-link-system-path="node/10006">Singapore</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/uae" data-drupal-link-system-path="node/10001">UAE</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/uk" data-drupal-link-system-path="node/9996">UK</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/us" data-drupal-link-system-path="node/9991">US</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                    
                            </ul>
                </div>
                
            
    <span class="cta-menu-separator">&nbsp;</span>

  </nav>
  </div>

        </div>
          </div>
  </div>
  <!-- /top -->

  <!-- ______________________ HEADER _______________________ -->
  
  <header id="header" class="navbar">
              <div id="header-region">
          <div class="region region-header">
    <div id="block-mindtree-theme-branding" data-block-plugin-id="system_branding_block" class="site-branding block block-system block-system-branding-block">
  
    
  	
            <a href="/" title="Home" rel="home" class="logo">
            <img src="/themes/custom/mindtree_theme/mindtree-lnt-logo-png.png" alt="Home"/>
        </a>
        </div>


<nav role="navigation" aria-labelledby="block-mindtree-theme-main-menu" id="block-mindtree-theme-main-menu" data-block-plugin-id="system_menu_block:main" class="block block-menu navigation block-system-menublock menu--main">
      
        <div class="mobile-burger">
    <a href="#" class="menu-icon" title="menu">
        <span class="text">Menu</span>
    </a>
</div>

    
                                
                            <div class="main-menu-wrapper" id="block-mindtree-theme-main-menu-menu">
                <ul class="main-menu">
                    
                                        
                <li class="menu-item parent-link">
                    <a href="/industries" class="mega-menu" data-drupal-link-system-path="node/9016">Industries</a>
                
                                                                    
                            <div class="submenu-1-wrapper">
            
                <ul class="submenu submenu-level-1">
                    
                                        
                <li class="menu-item">
                    <a href="/industries/banking" data-drupal-link-system-path="node/18501">Banking</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/capital-markets" data-drupal-link-system-path="node/18556">Capital Markets</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/consumer-packaged-goods" data-drupal-link-system-path="node/18591">Consumer Packaged Goods</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/consumer-technology" data-drupal-link-system-path="node/18631">Consumer Technology</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/education" data-drupal-link-system-path="node/18461">Education</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/enterprise-technology" data-drupal-link-system-path="node/18636">Enterprise Technology</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/insurance" data-drupal-link-system-path="node/18561">Insurance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/manufacturing" data-drupal-link-system-path="node/18626">Manufacturing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/media-entertainment" data-drupal-link-system-path="node/18456">Media &amp; Entertainment</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/retail" data-drupal-link-system-path="node/18616">Retail</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/transportation-logistics-freight" data-drupal-link-system-path="node/18546">Transportation &amp; Logistics</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/travel-hospitality-solutions" data-drupal-link-system-path="node/18551">Travel &amp; Hospitality</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services" class="mega-menu" data-drupal-link-system-path="node/10741">Services</a>
                
                                                                    
                            <div class="submenu-1-wrapper">
            
                <ul class="submenu submenu-level-1">
                    
                                        
                <li class="menu-item parent-link">
                    <a href="/services/digital" target="" data-drupal-link-system-path="node/6356">Digital</a>
                
                                                                    
                            <div class="submenu-2-wrapper">
            
                <ul class="submenu submenu-level-2">
                    
                                        
                <li class="menu-item parent-link">
                    <a href="/services/digital/cloud" data-drupal-link-system-path="node/6206">Cloud</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-strategy-services" data-drupal-link-system-path="node/6211">Cloud Strategy Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-infrastructure-and-implementation-services" data-drupal-link-system-path="node/6216">Cloud Infrastructure and Implementation Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-migration" data-drupal-link-system-path="node/6226">Cloud Migration Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/next-generation-enterprise-cloud-governance-and-security-services" data-drupal-link-system-path="node/6221">Cloud Security and Governance Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-management-services" data-drupal-link-system-path="node/8096">Cloud Management Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-modernization-services" data-drupal-link-system-path="node/16151">Cloud Modernization Services</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/digital/data-analytics" target="" data-drupal-link-system-path="node/6311">Data Analytics</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/artificial-intelligence-and-data-science" data-drupal-link-system-path="node/16441">Artificial Intelligence and Data Science</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/data-visualization" target="" data-drupal-link-system-path="node/6331">Data Visualization</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/business-intelligence" target="" data-drupal-link-system-path="node/6321">Business Intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/big-data" target="" data-drupal-link-system-path="node/6316">Big Data</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/enterprise-data-management" target="" data-drupal-link-system-path="node/6336">Enterprise Data Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/data-frameworks" target="" data-drupal-link-system-path="node/8081">Data Frameworks</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/data-analytics-coe" data-drupal-link-system-path="node/6326">Data Analytics COE</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/decision-sciences-and-data-analytics" data-drupal-link-system-path="node/6346">Informed Intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/next-gen-analytics" data-drupal-link-system-path="node/6351">Next-Gen Analytics</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/internet-of-things" data-drupal-link-system-path="node/13026">Internet of Things</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/augmented-reality-virtual-reality-services" data-drupal-link-system-path="node/17131">AR/VR Services</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/digital/conversational-ai" data-drupal-link-system-path="node/18361">Conversational AI</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/conversational-ai/customer-engagement-through-conversational-ai" data-drupal-link-system-path="node/18366">Customer Engagement</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/conversational-ai/enterprise-enablement-through-conversational-ai" data-drupal-link-system-path="node/18371">Enterprise Enablement</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/digital-commerce" target="" data-drupal-link-system-path="node/6361">Digital Commerce</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/digital-marketing" target="" data-drupal-link-system-path="node/6366">Digital Marketing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/mobility" target="" data-drupal-link-system-path="node/6371">Mobility</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/user-experience-design" target="" data-drupal-link-system-path="node/6386">User Experience Design</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/portals-collaboration" data-drupal-link-system-path="node/8601">Portals &amp; Collaboration</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/digital-pumpkin" target="" data-drupal-link-system-path="node/6381">The Digital Pumpkin</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/b2b-customer-success" data-drupal-link-system-path="node/12311">B2B Customer Success</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/customer-onboarding-cloud" data-drupal-link-system-path="node/13441">Customer Onboarding - Cloud</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/operations-services" target="" data-drupal-link-system-path="node/6301">Operations</a>
                
                                                                    
                            <div class="submenu-2-wrapper">
            
                <ul class="submenu submenu-level-2">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/agile" target="" data-drupal-link-system-path="node/6236">Agile</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/operations/application-development-support" data-drupal-link-system-path="node/6186">Application Development &amp; Support</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/application-development" target="" data-drupal-link-system-path="node/6191">Application Development</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/application-support" data-drupal-link-system-path="node/6196">Application Support</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/open-platforms-center-excellence" target="" data-drupal-link-system-path="node/6176">Open Platforms</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/mainframe-midrange-services" data-drupal-link-system-path="node/6201">Mainframe &amp; Midrange Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/architecture-planning-and-design-services" data-drupal-link-system-path="node/6536">Architecture Planning and Design Services</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/operations/IT-automation-solutions" data-drupal-link-system-path="node/6431">Automation</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/automation/robotic-process-automation" data-drupal-link-system-path="node/11516">Robotic Process Automation</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/business-process-management" target="" data-drupal-link-system-path="node/8086">Business Process Management</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/operations/infrastructure-management" target="" data-drupal-link-system-path="node/6486">Infrastructure Management</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud" data-drupal-link-system-path="node/6206">Cloud Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/devops" data-drupal-link-system-path="node/9141">DevOps</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/application-infrastructure-management" data-drupal-link-system-path="node/8091">Applistructure Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/service-integration-management-siam" data-drupal-link-system-path="node/8111">Service Integration &amp; Management (SIAM)</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/information-infrastructure-security-management" data-drupal-link-system-path="node/9006">Cyber Security</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/operations/test-engineering" data-drupal-link-system-path="node/14071">Test Engineering</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/continuous-automated-testing" data-drupal-link-system-path="node/8121">Continuous &amp; Automated Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/api-web-service-testing" data-drupal-link-system-path="node/8116">API &amp; Web Service Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/custom-testing-tools" data-drupal-link-system-path="node/9476">Custom Testing Tools</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/testing-connected-world" data-drupal-link-system-path="node/6471">Testing in a Connected World</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/testing-tools-and-accelerators" data-drupal-link-system-path="node/6476">Tools &amp; Environment Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/product-testing" data-drupal-link-system-path="node/8151">Product Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/package-application-testing" data-drupal-link-system-path="node/16246">Package Application Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/data-testing-coe" data-drupal-link-system-path="node/16256">Data Testing CoE</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-managed-services" data-drupal-link-system-path="node/9191">Application Managed Services</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/operations/integrated-services" data-drupal-link-system-path="node/6651">Integrated Services</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/integrated-services/end-end-automation" data-drupal-link-system-path="node/10021">End-to-end Automation</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/integrated-services/mindtree-cape" data-drupal-link-system-path="node/6516">Mindtree CAPE</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/integrated-services/unified-methodology" data-drupal-link-system-path="node/6521">Unified Methodology</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/reliability-engineering-management-services" data-drupal-link-system-path="node/12276">Reliability Engineering Management Services</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/it-consulting" data-drupal-link-system-path="node/6531">IT Consulting</a>
                
                                                                    
                            <div class="submenu-2-wrapper">
            
                <ul class="submenu submenu-level-2">
                    
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/agile" data-drupal-link-system-path="node/9441">Agile</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/application-infrastructure-optimization" data-drupal-link-system-path="node/8156">Application &amp; Infrastructure Optimization</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/devops-services-and-solutions" target="" data-drupal-link-system-path="node/8226">DevOps</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/information-strategy-governance" target="" data-drupal-link-system-path="node/8161">Information Strategy &amp; Governance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/quality-assurance-strategy-process" target="" data-drupal-link-system-path="node/8171">Quality Assurance Strategy &amp; Process</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/engineering-rd" target="" data-drupal-link-system-path="node/6436">Engineering R&amp;D</a>
                
                                                                    
                            <div class="submenu-2-wrapper">
            
                <ul class="submenu submenu-level-2">
                    
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/embedded-intelligence" target="" data-drupal-link-system-path="node/6441">Embedded Intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/product-sustenance" data-drupal-link-system-path="node/12301">Product Sustenance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/short-range-wireless" target="" data-drupal-link-system-path="node/6446">Short-range Wireless</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/engineering-rd/wireless-ip-portfolio" data-drupal-link-system-path="node/8196">Wireless IP Portfolio</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/mindtree-ieee-802154-mac-and-phy" data-drupal-link-system-path="node/9536">Mindtree IEEE 802.15.4</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/ethermind-bluetooth-5.2" data-drupal-link-system-path="node/8206">EtherMind Bluetooth 5.2 IP</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/bluelite-bluetooth-5.2" data-drupal-link-system-path="node/8201">BlueLitE Bluetooth 5.2 IP</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/ipv6-stack-over-bluetooth-low-energy" target="" data-drupal-link-system-path="node/8211">IPv6 Stack over Bluetooth Low Energy</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/ethermind-bluetooth-mesh-v1-0-1" data-drupal-link-system-path="node/8216">EtherMind Bluetooth Mesh v1.0.1</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-lighting-solution" data-drupal-link-system-path="node/17551">Wireless Lighting Solution</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/enterprise-software/microsoft" data-drupal-link-system-path="node/6541">Enterprise Software</a>
                
                                                                    
                            <div class="submenu-2-wrapper">
            
                <ul class="submenu submenu-level-2">
                    
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/microsoft" data-drupal-link-system-path="node/6541">Microsoft</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/enterprise-software/oracle-services" target="" data-drupal-link-system-path="node/6626">Oracle</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/oracle/oracle-cloud-implementation-services" data-drupal-link-system-path="node/13391">Oracle Cloud Implementation Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/oracle/oracle-e-business-suite-services" data-drupal-link-system-path="node/13386">Oracle E-Business Suite Services</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/magnet360-salesforce-platinum-partner" target="" data-drupal-link-system-path="node/6661">Salesforce</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/enterprise-software/sap" target="" data-drupal-link-system-path="node/6666">SAP</a>
                
                                                                    
                            <div class="submenu-3-wrapper">
            
                <ul class="submenu submenu-level-3">
                    
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/business-intelligence" data-drupal-link-system-path="node/16456">Business intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/data-warehousing" data-drupal-link-system-path="node/16461">Data Warehousing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/enterprise-performance-management" data-drupal-link-system-path="node/16466">Enterprise Performance Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-s4hana-finance" data-drupal-link-system-path="node/16481">SAP S/4HANA Finance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/travel-and-expense-management" data-drupal-link-system-path="node/16486">Travel and Expense Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-c4hana" data-drupal-link-system-path="node/16491">SAP C/4HANA</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-managed-services" data-drupal-link-system-path="node/16496">SAP Managed Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-s4hana-solutions" data-drupal-link-system-path="node/16501">SAP S/4HANA Solutions</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-hana" data-drupal-link-system-path="node/16516">SAP HANA</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/fiori-ux-design" data-drupal-link-system-path="node/16521">Fiori, UX &amp; Design</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sapui5" data-drupal-link-system-path="node/16526">SAPUI5</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-cloud-platform" data-drupal-link-system-path="node/16531">SAP Cloud Platform</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/services/products" data-drupal-link-system-path="node/10746">Products</a>
                
                                                                    
                            <div class="submenu-2-wrapper">
            
                <ul class="submenu submenu-level-2">
                    
                                        
                <li class="menu-item">
                    <a href="/products/connected-buildings" data-drupal-link-system-path="node/12526">Connected Buildings</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="https://www.mindtree.com/products/shotclasses-mobile-first-end-end-microlearning-help-your-employees-outperform">Employee Training &amp; Microlearning</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/about" class="mega-menu" data-drupal-link-system-path="node/8996">About</a>
                
                                                                    
                            <div class="submenu-1-wrapper">
            
                <ul class="submenu submenu-level-1">
                    
                                        
                <li class="menu-item">
                    <a href="/about" data-drupal-link-system-path="node/8996">Company Overview</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/leadership" data-drupal-link-system-path="node/15661">Leadership</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/investors" data-drupal-link-system-path="node/11846">Investors</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/lt-and-mindtree-the-way-forward" data-drupal-link-system-path="node/16216">L&amp;T and Mindtree - The way forward</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/leadership/board-directors" data-drupal-link-system-path="node/15676">Board of Directors</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/alliances" data-drupal-link-system-path="node/17601">Alliances</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/locations" data-drupal-link-system-path="node/10246">Locations</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/client-testimonials" data-drupal-link-system-path="node/11576">Client Testimonials</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/events" data-drupal-link-system-path="node/8606">Events</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/resources" data-drupal-link-system-path="node/8951">Resources</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/awards-recognitions" data-drupal-link-system-path="node/12216">Awards</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/sustainability" data-drupal-link-system-path="node/9031">Sustainability</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="http://www.mindtreefoundation.org/">Mindtree Foundation</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="https://www.mindtree.com/about/resources/possibilities-podcast">Possibilities Podcast</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link">
                    <a href="/careers" class="mega-menu" data-drupal-link-system-path="node/9086">Careers</a>
                
                                                                    
                            <div class="submenu-1-wrapper">
            
                <ul class="submenu submenu-level-1">
                    
                                        
                <li class="menu-item">
                    <a href="/careers" data-drupal-link-system-path="node/9086">Overview</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="https://opportunities.mindtree.com/" target="_blank">Global Careers Listing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/get-referred-mindtree" data-drupal-link-system-path="node/11901">Get Referred to Us</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/campus-careers" data-drupal-link-system-path="node/9456">Graduate / Campus Hiring</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/alumni-careers" data-drupal-link-system-path="node/9446">Mindtree Alumni Connect</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/meet-our-minds" data-drupal-link-system-path="node/9451">Meet Our Minds</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/why-mindtree" data-drupal-link-system-path="node/10466">Why Mindtree</a>
                
                                    </li>
                    
                            </ul>
                </div>
                
            
                                    </li>
                    
                            </ul>
                </div>
                
            
                            
                            <div class="mobile-menu-wrapper">
                <ul class="main-menu cd-primary-nav">
                    
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/industries" class="mega-menu" data-drupal-link-system-path="node/9016">Industries</a>
                
                                                                    
                            <ul class="submenu submenu-level-1 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/industries/banking" data-drupal-link-system-path="node/18501">Banking</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/capital-markets" data-drupal-link-system-path="node/18556">Capital Markets</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/consumer-packaged-goods" data-drupal-link-system-path="node/18591">Consumer Packaged Goods</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/consumer-technology" data-drupal-link-system-path="node/18631">Consumer Technology</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/education" data-drupal-link-system-path="node/18461">Education</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/enterprise-technology" data-drupal-link-system-path="node/18636">Enterprise Technology</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/insurance" data-drupal-link-system-path="node/18561">Insurance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/manufacturing" data-drupal-link-system-path="node/18626">Manufacturing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/media-entertainment" data-drupal-link-system-path="node/18456">Media &amp; Entertainment</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/retail" data-drupal-link-system-path="node/18616">Retail</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/transportation-logistics-freight" data-drupal-link-system-path="node/18546">Transportation &amp; Logistics</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/industries/travel-hospitality-solutions" data-drupal-link-system-path="node/18551">Travel &amp; Hospitality</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services" class="mega-menu" data-drupal-link-system-path="node/10741">Services</a>
                
                                                                    
                            <ul class="submenu submenu-level-1 cd-secondary-nav">
                    
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/digital" target="" data-drupal-link-system-path="node/6356">Digital</a>
                
                                                                    
                            <ul class="submenu submenu-level-2 cd-secondary-nav">
                    
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/digital/cloud" data-drupal-link-system-path="node/6206">Cloud</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-strategy-services" data-drupal-link-system-path="node/6211">Cloud Strategy Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-infrastructure-and-implementation-services" data-drupal-link-system-path="node/6216">Cloud Infrastructure and Implementation Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-migration" data-drupal-link-system-path="node/6226">Cloud Migration Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/next-generation-enterprise-cloud-governance-and-security-services" data-drupal-link-system-path="node/6221">Cloud Security and Governance Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-management-services" data-drupal-link-system-path="node/8096">Cloud Management Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud/cloud-modernization-services" data-drupal-link-system-path="node/16151">Cloud Modernization Services</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/digital/data-analytics" target="" data-drupal-link-system-path="node/6311">Data Analytics</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/artificial-intelligence-and-data-science" data-drupal-link-system-path="node/16441">Artificial Intelligence and Data Science</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/data-visualization" target="" data-drupal-link-system-path="node/6331">Data Visualization</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/business-intelligence" target="" data-drupal-link-system-path="node/6321">Business Intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/big-data" target="" data-drupal-link-system-path="node/6316">Big Data</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/enterprise-data-management" target="" data-drupal-link-system-path="node/6336">Enterprise Data Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/data-frameworks" target="" data-drupal-link-system-path="node/8081">Data Frameworks</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/data-analytics-coe" data-drupal-link-system-path="node/6326">Data Analytics COE</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/decision-sciences-and-data-analytics" data-drupal-link-system-path="node/6346">Informed Intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/data-analytics/next-gen-analytics" data-drupal-link-system-path="node/6351">Next-Gen Analytics</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/internet-of-things" data-drupal-link-system-path="node/13026">Internet of Things</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/augmented-reality-virtual-reality-services" data-drupal-link-system-path="node/17131">AR/VR Services</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/digital/conversational-ai" data-drupal-link-system-path="node/18361">Conversational AI</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/conversational-ai/customer-engagement-through-conversational-ai" data-drupal-link-system-path="node/18366">Customer Engagement</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/conversational-ai/enterprise-enablement-through-conversational-ai" data-drupal-link-system-path="node/18371">Enterprise Enablement</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/digital-commerce" target="" data-drupal-link-system-path="node/6361">Digital Commerce</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/digital-marketing" target="" data-drupal-link-system-path="node/6366">Digital Marketing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/mobility" target="" data-drupal-link-system-path="node/6371">Mobility</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/user-experience-design" target="" data-drupal-link-system-path="node/6386">User Experience Design</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/portals-collaboration" data-drupal-link-system-path="node/8601">Portals &amp; Collaboration</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/digital-pumpkin" target="" data-drupal-link-system-path="node/6381">The Digital Pumpkin</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/b2b-customer-success" data-drupal-link-system-path="node/12311">B2B Customer Success</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/digital/customer-onboarding-cloud" data-drupal-link-system-path="node/13441">Customer Onboarding - Cloud</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/operations-services" target="" data-drupal-link-system-path="node/6301">Operations</a>
                
                                                                    
                            <ul class="submenu submenu-level-2 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/agile" target="" data-drupal-link-system-path="node/6236">Agile</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/operations/application-development-support" data-drupal-link-system-path="node/6186">Application Development &amp; Support</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/application-development" target="" data-drupal-link-system-path="node/6191">Application Development</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/application-support" data-drupal-link-system-path="node/6196">Application Support</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/open-platforms-center-excellence" target="" data-drupal-link-system-path="node/6176">Open Platforms</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/mainframe-midrange-services" data-drupal-link-system-path="node/6201">Mainframe &amp; Midrange Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-development-support/architecture-planning-and-design-services" data-drupal-link-system-path="node/6536">Architecture Planning and Design Services</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/operations/IT-automation-solutions" data-drupal-link-system-path="node/6431">Automation</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/automation/robotic-process-automation" data-drupal-link-system-path="node/11516">Robotic Process Automation</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/business-process-management" target="" data-drupal-link-system-path="node/8086">Business Process Management</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/operations/infrastructure-management" target="" data-drupal-link-system-path="node/6486">Infrastructure Management</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/digital/cloud" data-drupal-link-system-path="node/6206">Cloud Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/devops" data-drupal-link-system-path="node/9141">DevOps</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/application-infrastructure-management" data-drupal-link-system-path="node/8091">Applistructure Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/service-integration-management-siam" data-drupal-link-system-path="node/8111">Service Integration &amp; Management (SIAM)</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/infrastructure-management/information-infrastructure-security-management" data-drupal-link-system-path="node/9006">Cyber Security</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/operations/test-engineering" data-drupal-link-system-path="node/14071">Test Engineering</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/continuous-automated-testing" data-drupal-link-system-path="node/8121">Continuous &amp; Automated Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/api-web-service-testing" data-drupal-link-system-path="node/8116">API &amp; Web Service Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/custom-testing-tools" data-drupal-link-system-path="node/9476">Custom Testing Tools</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/testing-connected-world" data-drupal-link-system-path="node/6471">Testing in a Connected World</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/testing-tools-and-accelerators" data-drupal-link-system-path="node/6476">Tools &amp; Environment Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/product-testing" data-drupal-link-system-path="node/8151">Product Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/package-application-testing" data-drupal-link-system-path="node/16246">Package Application Testing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/test-engineering/data-testing-coe" data-drupal-link-system-path="node/16256">Data Testing CoE</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/application-managed-services" data-drupal-link-system-path="node/9191">Application Managed Services</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/operations/integrated-services" data-drupal-link-system-path="node/6651">Integrated Services</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/operations/integrated-services/end-end-automation" data-drupal-link-system-path="node/10021">End-to-end Automation</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/integrated-services/mindtree-cape" data-drupal-link-system-path="node/6516">Mindtree CAPE</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/integrated-services/unified-methodology" data-drupal-link-system-path="node/6521">Unified Methodology</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/operations/reliability-engineering-management-services" data-drupal-link-system-path="node/12276">Reliability Engineering Management Services</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/it-consulting" data-drupal-link-system-path="node/6531">IT Consulting</a>
                
                                                                    
                            <ul class="submenu submenu-level-2 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/agile" data-drupal-link-system-path="node/9441">Agile</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/application-infrastructure-optimization" data-drupal-link-system-path="node/8156">Application &amp; Infrastructure Optimization</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/devops-services-and-solutions" target="" data-drupal-link-system-path="node/8226">DevOps</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/information-strategy-governance" target="" data-drupal-link-system-path="node/8161">Information Strategy &amp; Governance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/it-consulting/quality-assurance-strategy-process" target="" data-drupal-link-system-path="node/8171">Quality Assurance Strategy &amp; Process</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/engineering-rd" target="" data-drupal-link-system-path="node/6436">Engineering R&amp;D</a>
                
                                                                    
                            <ul class="submenu submenu-level-2 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/embedded-intelligence" target="" data-drupal-link-system-path="node/6441">Embedded Intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/product-sustenance" data-drupal-link-system-path="node/12301">Product Sustenance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/short-range-wireless" target="" data-drupal-link-system-path="node/6446">Short-range Wireless</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/engineering-rd/wireless-ip-portfolio" data-drupal-link-system-path="node/8196">Wireless IP Portfolio</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/mindtree-ieee-802154-mac-and-phy" data-drupal-link-system-path="node/9536">Mindtree IEEE 802.15.4</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/ethermind-bluetooth-5.2" data-drupal-link-system-path="node/8206">EtherMind Bluetooth 5.2 IP</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/bluelite-bluetooth-5.2" data-drupal-link-system-path="node/8201">BlueLitE Bluetooth 5.2 IP</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/ipv6-stack-over-bluetooth-low-energy" target="" data-drupal-link-system-path="node/8211">IPv6 Stack over Bluetooth Low Energy</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-ip-portfolio/ethermind-bluetooth-mesh-v1-0-1" data-drupal-link-system-path="node/8216">EtherMind Bluetooth Mesh v1.0.1</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/engineering-rd/wireless-lighting-solution" data-drupal-link-system-path="node/17551">Wireless Lighting Solution</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/enterprise-software/microsoft" data-drupal-link-system-path="node/6541">Enterprise Software</a>
                
                                                                    
                            <ul class="submenu submenu-level-2 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/microsoft" data-drupal-link-system-path="node/6541">Microsoft</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/enterprise-software/oracle-services" target="" data-drupal-link-system-path="node/6626">Oracle</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/oracle/oracle-cloud-implementation-services" data-drupal-link-system-path="node/13391">Oracle Cloud Implementation Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/oracle/oracle-e-business-suite-services" data-drupal-link-system-path="node/13386">Oracle E-Business Suite Services</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/magnet360-salesforce-platinum-partner" target="" data-drupal-link-system-path="node/6661">Salesforce</a>
                
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/enterprise-software/sap" target="" data-drupal-link-system-path="node/6666">SAP</a>
                
                                                                    
                            <ul class="submenu submenu-level-3 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/business-intelligence" data-drupal-link-system-path="node/16456">Business intelligence</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/data-warehousing" data-drupal-link-system-path="node/16461">Data Warehousing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/enterprise-performance-management" data-drupal-link-system-path="node/16466">Enterprise Performance Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-s4hana-finance" data-drupal-link-system-path="node/16481">SAP S/4HANA Finance</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/travel-and-expense-management" data-drupal-link-system-path="node/16486">Travel and Expense Management</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-c4hana" data-drupal-link-system-path="node/16491">SAP C/4HANA</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-managed-services" data-drupal-link-system-path="node/16496">SAP Managed Services</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-s4hana-solutions" data-drupal-link-system-path="node/16501">SAP S/4HANA Solutions</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-hana" data-drupal-link-system-path="node/16516">SAP HANA</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/fiori-ux-design" data-drupal-link-system-path="node/16521">Fiori, UX &amp; Design</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sapui5" data-drupal-link-system-path="node/16526">SAPUI5</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/services/enterprise-software/sap/sap-cloud-platform" data-drupal-link-system-path="node/16531">SAP Cloud Platform</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/services/products" data-drupal-link-system-path="node/10746">Products</a>
                
                                                                    
                            <ul class="submenu submenu-level-2 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/products/connected-buildings" data-drupal-link-system-path="node/12526">Connected Buildings</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="https://www.mindtree.com/products/shotclasses-mobile-first-end-end-microlearning-help-your-employees-outperform">Employee Training &amp; Microlearning</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/about" class="mega-menu" data-drupal-link-system-path="node/8996">About</a>
                
                                                                    
                            <ul class="submenu submenu-level-1 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/about" data-drupal-link-system-path="node/8996">Company Overview</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/leadership" data-drupal-link-system-path="node/15661">Leadership</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/investors" data-drupal-link-system-path="node/11846">Investors</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/lt-and-mindtree-the-way-forward" data-drupal-link-system-path="node/16216">L&amp;T and Mindtree - The way forward</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/leadership/board-directors" data-drupal-link-system-path="node/15676">Board of Directors</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/alliances" data-drupal-link-system-path="node/17601">Alliances</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/locations" data-drupal-link-system-path="node/10246">Locations</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/client-testimonials" data-drupal-link-system-path="node/11576">Client Testimonials</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/events" data-drupal-link-system-path="node/8606">Events</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/resources" data-drupal-link-system-path="node/8951">Resources</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/awards-recognitions" data-drupal-link-system-path="node/12216">Awards</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/about/sustainability" data-drupal-link-system-path="node/9031">Sustainability</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="http://www.mindtreefoundation.org/">Mindtree Foundation</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="https://www.mindtree.com/about/resources/possibilities-podcast">Possibilities Podcast</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                                        
                <li class="menu-item parent-link has-children">
                    <a href="/careers" class="mega-menu" data-drupal-link-system-path="node/9086">Careers</a>
                
                                                                    
                            <ul class="submenu submenu-level-1 cd-secondary-nav">
                    
                                        
                <li class="menu-item">
                    <a href="/careers" data-drupal-link-system-path="node/9086">Overview</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="https://opportunities.mindtree.com/" target="_blank">Global Careers Listing</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/get-referred-mindtree" data-drupal-link-system-path="node/11901">Get Referred to Us</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/campus-careers" data-drupal-link-system-path="node/9456">Graduate / Campus Hiring</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/alumni-careers" data-drupal-link-system-path="node/9446">Mindtree Alumni Connect</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/meet-our-minds" data-drupal-link-system-path="node/9451">Meet Our Minds</a>
                
                                    </li>
                                        
                <li class="menu-item">
                    <a href="/careers/why-mindtree" data-drupal-link-system-path="node/10466">Why Mindtree</a>
                
                                    </li>
                    
                            </ul>
                
            
                                    </li>
                    
                            </ul>
                </div>
                
            

        
    
  </nav><div id="block-genericblock"  id="block-genericblock" data-block-plugin-id="generic_block" class="block block-mindtree-core block-generic-block">
    
            <h2 class="contact-header"><span>Let&#039;s Talk</span></h2>
        
            <p></p>
        <!-- Contact form -->
        <div class="menu-contact-form">
            <div class="paragraph-contact-us-form-wrapper maroon mobile-modal-overlay">
  <div class="paragraph-contact-us-form cog-component-mq">
    <span class="mobile-modal-close"></span>
    <h2>Let&#039;s Talk About Your Needs</h2>
        <script src="//app-lon04.marketo.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_334" class="mktof-menucontact"></form>
<script>
MktoForms2.loadForm("//app-lon04.marketo.com", "574-LHH-431", 334, function(form) {
  jQuery(form.getFormElem().find("[name='RFI_RFP_Upload_URL__c']")[0]).attr("id", "mcfupload").addClass("file-upload");
  var ras_upload = jQuery(form.getFormElem().find("[name='RFI_RFP_Upload_URL__c']")[0]),
    filenameSpan = jQuery("form#uploadrfp_rfi_menu span.urfip_selectedfile");
  if (ras_upload.length > 0) {
    if (ras_upload.val() != "") {
      var filenameWP = ras_upload.val(),
        filenameEx = filenameWP.split("/"),
        fileName = filenameEx[(filenameEx.length - 1)],
        fileExtEx = fileName.split("."),
        fileExt = fileExtEx[(fileExtEx.length - 1)],
        ExactFN = fileName.match(/(.*)-/)[1];
      filenameSpan.text(ExactFN + "." + fileExt).show();
    }
  }
});
</script>
<form id="uploadrfp_rfi_menu" class="multi-upload menucontact" method="post" enctype="multipart/form-data" action='/rfp_rfi.php'>
  <span class="file-upload-cta"> 
<input class="file-upload" type="file" name="file_rfp_rfi" title="you can upload max 3 files"> 
</span>
  <span class="urfip_selectedfile"></span>
  <span class="urfip_loader"></span>
</form>


<style type="text/css">
/* Added for AAR Page on 12th Oct */
body.alias--analyst-advisor-day-2020 .slide-cta, 
body.alias--analyst-advisor-day-2020 .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item:before, 
body.alias--analyst-advisor-day-2020 .featured_item_cta {
  display: none !important;
}
body.alias--analyst-advisor-day-2020 .owl-nav {	
display: none !important;
}
body.alias--analyst-advisor-day-2020 .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
box-shadow: inset 0 -3px 13px -4px rgba(0,0,0,.25);
}
body.alias--analyst-advisor-day-2020 .ig-sticky-menu-bar {
display: none !important;
}

@media (max-width: 1300px) {
body.alias--analyst-advisor-day-2020 .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
background-size: 100% !important;
height: 230px !important;
}
}
@media (max-width: 768px) {
body.alias--analyst-advisor-day-2020 .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
height: 160px!important;
padding: 0px 0!important;
background-size: 120% !important;
}
body.alias--analyst-advisor-day-2020 .nodetype--industry_group_page .industry-group-page .page-title {
display: none !important;
}
body.alias--analyst-advisor-day-2020 .owl-nav.disabled {
display: none !important;
}
}

@media (max-width: 500px) {
body.alias--analyst-advisor-day-2020 .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
height: 100px!important;
padding: 0px 0!important;
background-size: 120% !important;
}
body.alias--analyst-advisor-day-2020 .one-col-content.ig-page-components {
margin-top: 0px !important;
}
body.alias--analyst-advisor-day-2020 .field.field--name-field-components.field--type-entity-reference-revisions.field--label-hidden.field__item .text-block.cog-component-mq {
padding-top: 10px;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
body.alias--analyst-advisor-day-2020.node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .owl-nav {
display: none !important;
}
}
/* CSS Added for AAR Page on 12th Oct end here */
.latest-blogs-item{
    transition: unset!important;
}
.latest-blogs-item:hover{
    transform: unset!important;
}
#maxwdth .main-featured-blog-content{
    transition: unset!important;
}
#maxwdth .main-featured-blog-content:hover{
    transform:unset!important;
}
.owl-stage .owl-item{
    transition:unset!important;
}
.owl-stage .owl-item:hover{
    transform: unset!important;
}
.no-blog-found{
font-size: 32px;
color: #414141 !important;
}
.arvr--page .nav-tabs > li {
min-width: auto !important;
}
</style>

<style type="text/css">

.latest-blogs-item{
    transition: unset!important;
}
.latest-blogs-item:hover{
    transform: unset!important;
}
#maxwdth .main-featured-blog-content{
    transition: unset!important;
}
#maxwdth .main-featured-blog-content:hover{
    transform:unset!important;
}
.owl-stage .owl-item{
    transition:unset!important;
}
.owl-stage .owl-item:hover{
    transform: unset!important;
}
.no-blog-found{
font-size: 32px;
color: #414141 !important;
}

.arvr--page .tab-blk-ttl-cs {
   width:89%;
   margin:0 auto;
   padding: 60px 0px 10px;
   display:flex;
    float: none;
    margin-bottom: 10px;
}
.arvr--page .nav-tabs {
   float:none;
   display: flex;
   margin: 0 auto;
       width: 89%;
}
.arvr--page .tab-content .tab-pane {
width: 89%;
   margin: 0 auto;
}

.arvr--page .icontContainer .col-xs-3 {
   width: 12%;
}
.arvr--page .icontContainer .iconEach {
   padding:0;
   margin-left:0;
   height:inherit;
}
.from-cem .field--name-field-components .field--name-field-components:nth-child(7){
  float:left;
  width:100%;
        overflow:hidden!important;
}
.from-cem .field--name-field-components .field--name-field-components:nth-child(8){
  float:left;
  width:100%;
}
.listing-blogs-author-item .blog-item-info > a{display:none!important;}
.listing-blogs-author-item .blog-item-info h2 a:nth-child(1){display:none!important;}
.from-cem .field--name-field-components .field--name-field-components:nth-child(9){
  float:left;
  width:100%;
}
.from-cem .field--name-field-components .field--name-field-components:nth-child(10){
  float:left;
  width:100%;
}
.threesixty-degree-video-container-wrapper .threesixty-degree-video-container-title{margin-bottom: 10px!important;}


.image-cont-bg-img .on-top-title{
  font-family:aller!important;
  font-weight:bold;
}
.arvr--page .from-cem .image_carousel_container-wrapper{
     padding-top: 10px;
}
.from-cem .horizon-divider-dash:before{margin-top: 10px;}
.image_carousel_container-title .normal-title{font-family: Aller-light;}
.from-cem .image_carousel_container-wrapper .owl-carousel.owl-drag .owl-item{box-shadow: 0px 0px 6px rgba(0,0,0,0.4);}
@media (max-width: 767px){
.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab {
   width: 100% !important;
   padding-left: 0px;
}
.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab__section {
   width: 100% !important;
   }
}
.from-cem .container-fluid{padding-bottom:12px;}

.from-cem .icontContainer {
       margin-left:0;
       width:100%;
}
.arvr--page .from-cem .row {
   justify-content: space-between;
}
.arvr--page .three_col_image_text_container-wrapper .three_col_ima_txt_cont {
   float:none;
   width: 92%;
   margin: 0 auto;
   display: flex;
flex-wrap:wrap;
justify-content:space-between;
}
.arvr--page .three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image p {
   line-height: 27px;
}
.tabs-arvr-abs-div{
    position: absolute;
    height: 155%;
    width: 200%;
    background: #e6e6e6;
    margin-left: -40%;
}
.three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image {
   width:29%;
   margin-right:0%;
}
@media(min-width:1500px){
.nodetype--generic_landing_page .full-width-banner-wrapper.video--banner{
    min-height:500px;
}
}
.owl_carousel_container-wrapper.only_video_carousel .owl_carousel_container-rows .carousel-bg-image .rel__content .video-title{font-weight:bold;font-family:aller;}
.three_col_image_text_container-wrapper h4{margin-bottom:0;}
.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .alliance-page-header-wrapper .alliance-page-header-inner {
    position: relative
}
 .nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .alliance-page-header-wrapper{
     position: relative
 }
/* .alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .tab__links {
  font-size: 19px;
 }*/
.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .tab__links.active {
   color: #8A0051;
}
.intro__alliance .owl_carousel_container-wrapper .carousel-bg-image a {
   font-weight: bold;
}
@media (max-width:1450px){
   .alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-body .simple-resources-listing-item .field__item a {
       font-size: 14px;
   }
}
@media (max-width:768px) {

}


@media (max-width:576px) {
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner {
   height: 389px;
   min-height: 100%;
   background-size: cover !important;
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content h3.title {
font-size:30px;
}
}

.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq.two-column-content .two-column-content-container {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

@media (min-width: 768px) {
    .alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .partner-title {
        margin-top: -57px;
    }
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .partner-title {
    margin-bottom: -15px;
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab {
    width: 24%;
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab__section {
    width: 75%;
}


.intro__alliance .owl_carousel_container-wrapper {
    width: 71%;
}

@media (max-width: 767px){
  .intro__alliance .owl_carousel_container-wrapper {
      width: 68% !important;
  }
}

.alliance--page.nodetype--generic_landing_page .second__alliance__carousel+.second__alliance {
    padding: 30px 0px 0px 0 !important;
}

.alliance--page.nodetype--generic_landing_page .second__alliance__carousel+.second__alliance .cog-component-mq {

    margin: -20px auto 0px auto !important;
}
.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-body .simple-resources-listing-item .simple-resources-listing-title .tag-title {
    font-family: "Aller" !important;
    font-weight: bold;
}
.intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right .two-column-content-body .simple-resources-listing-wrapper.mindtree__alliances {
    width: 100%;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq.two-column-content .two-column-content-container {
    width: 100%;
    display: flex;
}
@media(max-width:1350px){
.differentiator-wrapper-image .rel__content p{font-size: 13px;}
}
.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq .two-column-content-left {
    height: auto !important;
}
@media (min-width: 767px){
.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq .two-column-content-right {
     height: auto !important;
}
}
.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .alliance-page-header-wrapper:before {
    content: "" !important;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .section-title {
    font-family: "Aller" !important;
    font-weight: bold !important;
}
@media (min-width: 768px){
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap {
      flex-wrap: nowrap !important;
}
}
@media (max-width: 767px){
  .cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap {
      flex-wrap: wrap !important;
}

}

.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap .partner-glance-content .partner-type,.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap .partner-glance-content .partner-type span,.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap .partner-glance-content .partner-website-link-title,.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-right .main-alliance-container-right-inner .alliance-quick-links .section-title {
    font-family: "Aller" !important;
    font-weight: bold !important;
}
.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .about-partner-container-full .about-partner-right .about-partner-right-inner .about-partner-desc>*>a {
    color: #fff !important;
}
.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block .field__items .testimonial-block-item .testimonial-block-title .name-title {
    font-family: "Aller" !important;
    font-weight: bold !important;
    padding-top: 10px;
}
 .cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap  .partner-glance-img {
    min-width: 100px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    }
    @media (max-width: 767px){
      .fluid-banner-wrapper .fluid-banner-container .fluid-banner-content .cta-wrap a i{
        top: 14px;
      }

    }
    .fluid-banner-wrapper .fluid-banner-container .fluid-banner-content .cta-wrap a i{
     padding-left: 8px;
    color: #fff;
    position: absolute;
    right: -14px;
    font-size: 18px;
    }
    .fluid-banner-wrapper .fluid-banner-container .fluid-banner-content .cta-wrap a {
      position: relative;
    }
.arvr--page .tab-content .tab-pane .row:nth-child(1){display:flex;}
.arvr--page .tab-content .tab-pane .row:nth-child(1) .col-md-6:nth-child(2){align-items: center;display: inherit;}
@media (max-width:576px) {
.alliance--page.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content {
width:70%;
}
}

.alliance--page .fluid-banner-wrapper .fluid-banner-container {
   margin: 20px auto 40px
}
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right {
   height:300px !important;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-left {
   height:300px !important;
}
.alliance--page .cta-wrap a {
   font-weight:bold;
}

.partner-glance-sec-wrap {
   padding-bottom: 25px !important;
}
@media (max-width:500px) {
.testimonial-video-wrap iframe {
 height: 100%;
}
}
@media (max-width:768px) {

.alliance-details-page .alliance-partner-events {
margin-top:0 !important;
}
.alliance-details-page .cog-content-mq.alliance-details-page .content-listing .testimonial-main-container:before {
   background: #f6f6f6;
}
}
.nodetype--generic_landing_page .full-width-banner-wrapper.video--banner .banner-content-wrap .banner-content .title{font-family:aller;}
.nodetype--generic_landing_page .full-width-banner-wrapper.video--banner .banner-content-wrap .banner-content .banner-description p{width:120%;}
@media(max-width:992px){.nodetype--generic_landing_page .full-width-banner-wrapper.video--banner .banner-content-wrap .banner-content .banner-description p{width:80%;}}
.from-cem .image_carousel_container-wrapper .owl-carousel.owl-drag .owl-item{margin-top: 5px;}
.arvr--page .nav-tabs > li a{color:#383838;margin-top:-1px;}
.arvr--page .nav > li > a:hover{text-decoration:none;}
@media(min-width:1200px){.threesixty-degree-video-container-wrapper .threesixty-degree-video.threesixty-degree-video-rows iframe{height:500px}}
.arvr--page .icontContainer{box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image h5{margin-top:116px;}
.arvr--page .three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image p{font-size: 16px;line-height: 1.5;}
.arvr--page .icontContainer .col-xs-3{flex-grow: 1;}
.partner-glance-sec-wrap {
   padding-bottom: 25px !important;
}
@media (max-width:768px) {
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap {
   padding-bottom: 20px !important
}
.alliance-details-page .cog-content-mq.alliance-details-page .content-listing .testimonial-main-container::before {
   background: #f6f6f6;
}
}
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-right .main-alliance-container-right-inner .alliance-cert-screenshot img {
width:60%;
}
}
.about-partner-container-full{
   margin-top: 40px;
}
.testimonial-video-wrap iframe {
   height: 330.559px !important;
}
@media only screen and (min-width: 1400px){
.from-cem .container-custom {
      margin: 0 4%;
}
}
.from-cem .py-5{padding-bottom: 1rem!important;}
.three_col_image_text_container-wrapper{padding-bottom:55px;}
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-right .main-alliance-container-right-inner .alliance-cert-screenshot img{   width: 60%;margin-left: -19px;}
@media(max-width:990px){
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-right .main-alliance-container-right-inner .alliance-cert-screenshot img{margin-left: 0px;}
}
.main-alliance-container-left-inner .partner-glance-sec-wrap {
    padding-bottom: 2rem!important;
}
.arvr--page .tab-content .endCont .btn-link {
    width: 299px;
    margin-top: 0px;
}
@media (max-width:768px) {
.cog-content-mq.alliance-details-page .content-listing .grid-padding1 {
   margin-bottom:0 !important;
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container:before {
       background: #f6f6f6;
}
}
@media (min-width:767px) {
.about-partner-container-full {
   margin-top:30px !important;
}
}
@media(min-width:1400px){
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner{
    min-height:500px;
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content{
    margin-top: 151px;
}
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content .cta-wrap a:hover{
    text-decoration:none;
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content .cta-wrap a :hover {
    background-color:  #8a0051 !important;
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content .cta-wrap a {
    padding: 14px 25px 12px;
    background-color: white;
    text-align: left;
    color: #8a0051 !important;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: inherit;
    display: inline-block;
    text-transform: inherit;
    position: relative;
}
@media (max-width: 767px)
{
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content .cta-wrap a .fa {
    right: 12px !important;
    top: 65% !important;
  }
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content .cta-wrap {
    padding: 0 !important;
    background-color: white;
    text-align: left;
    color: #8a0051 !important;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: inherit;
    display: inline-block;
    text-transform: inherit;
}
.nodetype--generic_landing_page .full-width-banner-wrapper.wthout-video--banner .banner-content .cta-wrap a:hover {
    background-color:  #8a0051 !important;
    color: white !important;
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner{min-height:360px;}
@media screen and (max-device-width: 575px){
.cog-content-mq.alliance-details-page .content-listing .about-partner-container-full .about-partner-right .about-partner-right-inner {
 min-height:unset!important;
}
}
@media (min-width: 319px) and (max-width: 464px) {
.offerings-video-wrap {
  height: auto !important;
  min-height: 180px !important
}

}
@media (min-width: 359px) and (max-width: 767px) and (orientation: portrait){
.offerings-video-wrap iframe{
  margin: calc(100% - 111vw) 0px;
}

}
@media (min-width: 359px) and (max-width: 767px) and (orientation: landscape){
.offerings-video-wrap iframe{
  margin: calc(100% - 91vw) 0px;
}

}
@media (min-width: 319px) and (max-width: 358px) and (orientation: portrait){
.offerings-video-wrap iframe{
  margin: calc(100% - 120vw) 0px;
}

}
@media (min-width: 319px) and (max-width: 358px) and (orientation: landscape){
.offerings-video-wrap iframe{
  margin: calc(100% - 91vw) 0px;
}

}

@media (min-width: 465px) and (max-width: 550px) {
.offerings-video-wrap {
  height: auto !important;
  min-height: 290px !important
}

}
@media (min-width: 551px) and (max-width: 767px) {
.offerings-video-wrap {
  height: auto !important;
  min-height: 280px !important
}

}
@media(max-height:550px){
.from-cem .field--name-field-components .field--name-field-components:nth-child(4) .text-block-title{margin-top:5px!important}

/*.offerings-video-wrap iframe{height:220px;min-height:220px;}*/
.from-cem .field--name-field-components .field--name-field-components:nth-child(5) offerings-video-wrap{height:220px;min-height: 220px;}
.from-cem .field--name-field-components .field--name-field-components:nth-child(5) .two-column-content-container .two-column-content-right{height:auto;min-height:auto;}
}
@media(max-width:500px){
.differentiator-wrapper-image img{height:141px;width:141px;}
}
@media(max-width: 768px) and (min-width: 320px){
  .arvr--page .text{padding:0;}
.arvr--page .icontContainer .col-xs-3{    flex-grow: unset;  width: 100%;}
.arvr--page .tab-content .tab-pane >.row:nth-child(1){margin-top:30px}
.arvr--page .tab-content .tab-pane >.row:nth-child(1) {
     display: unset;
    margin-top: 20px;
    float: left;
}
.arvr--page .tab-content .tab-pane .row:nth-child(1) .col-md-6:nth-child(2){float:left;}
.arvr--page .tab-blk-ttl-cs{    margin-bottom: 0;
    font-size: 27px;
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 30px;}
.three_col_image_text_container-title{    margin-bottom: -30px;
    margin-top: -20px;}
.tab__links1, .tab__links2{
    float: left;
    width: 50%;
    font-size: 18px;
    border: 1px solid #383838!important;
    text-align: center;
    padding-top: 0;
    padding: 10px 0px;
    margin-top: 19px;
padding-top: 10px!important;
}
}
.cog-content-mq.alliance-details-page .content-listing .about-partner-container-full .about-partner-right .about-partner-right-inner .about-partner-desc ul li {
    color: #fff !important;
        padding-left: 0em !important;
    }
    .cog-content-mq.alliance-details-page .content-listing .about-partner-container-full .about-partner-right .about-partner-right-inner .about-partner-desc ul li:before {
    color: #fff !important;
    }
/* Modified Santosh's Style=============== */
@media (min-width:992px){
.alias--retail-experience-must-haves-edition-2020 .field__items .field__item:nth-child(1) .cog-component-mq{
  max-width:100%;
  padding:20px 0px;
}
.alias--retail-experience-must-haves-edition-2020 .field__items .field__item:nth-child(1) .cog-component-mq img{
  width:100%;
}
}
/* Retail Experience Must-haves style starts*/
@media (min-width:992px){
.alias--the-latest-resources-for-retailers .field__items .field__item:nth-child(1) .cog-component-mq{
  max-width:100%;
  padding:20px 0px;
}
.alias--the-latest-resources-for-retailers .field__items .field__item:nth-child(1) .cog-component-mq img{
  width:100%;
}
}
.alias--the-latest-resources-for-retailers .field--name-field-components .field--name-field-components:nth-child(3){
  padding-top:15px;
}
@media (max-width:1024px){
   .redefine--table-wrapper .redefine--inner--wrapper.redefine--1 {
    width: 100%;
    margin: 15px 0px;
   }
}
@media (min-width:992px){.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .full-width-promo .hero-promo{max-width:100%;margin:-35px auto;}}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .full-width-promo:before {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    margin: 0;
    padding: 0;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness  .full-width-promo .hero-promo .full-promo-body .simple-cta{
  display:none;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left .promo-block-content.purple,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-right .promo-block-content.purple,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-content.purple{
  background: #fff;
   opacity: 0.7;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left .promo-block-two-cols .promo-block-content h2,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-right .promo-block-two-cols .promo-block-content h2,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content h2 {
    font-size: 28px;
    color: #000;
    font-family: 'aller';
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left .promo-block-two-cols .promo-block-content p,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-right .promo-block-two-cols .promo-block-content p,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content p{
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left .promo-block-two-cols .promo-block-content a,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-right .promo-block-two-cols .promo-block-content a,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a{
     display: block;
    color: #8A0051;
    font-size: 15px;
    float: right;
    width: auto;
    margin: 0px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-right,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left{
  padding-top:10px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left .promo-block-two-cols .promo-block-content a:after,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-right .promo-block-two-cols .promo-block-content a:after,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a:after{
    content: "\003E";
    padding-left: 5px;
    font-size: 14px;
    color: #8A0051;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-right .two-column-content-body,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-left .two-column-content-body,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-right .two-column-content-body
{
     padding: 10px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-right .two-column-content-body .cog-component-mq,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-left .two-column-content-body .cog-component-mq,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-right .two-column-content-body .cog-component-mq{
     background: #fff;
    box-shadow: 0px 2px 3px #191818;
    padding: 10px;
  min-height: 445px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-right .two-column-content-body .cog-component-mq p,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-left .two-column-content-body .cog-component-mq p,
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-right .two-column-content-body .cog-component-mq p{
  margin-bottom:14px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-left, .alias--redefining-possibilities-to-ensure-post-pandemic-readinesst .field__items .field__item:nth-child(4) .two-column-content-left, .alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5) .two-column-content-left{
  padding-right:15px !important;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3),
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4),
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(5)
{
  padding-bottom:40px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(2) .two-column-content-left, .alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(3) .two-column-content-right, .alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(4) .two-column-content-left{
  padding-left:10px;
}
/* Retail Experience Must-haves style ends*/
/* Cloud in a box page style starts*/
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left .promo-block-content.purple,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right .promo-block-content.purple,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left .promo-block-content.purple,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-content.purple,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left .promo-block-content.purple{
   background: #fff;
   opacity: 0.7;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left .promo-block-two-cols .promo-block-content h2,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right .promo-block-two-cols .promo-block-content h2,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left .promo-block-two-cols .promo-block-content h2,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content h2,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left .promo-block-two-cols .promo-block-content h2 {
    font-size: 28px;
    color: #000;
    font-family: 'aller';
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left .promo-block-two-cols .promo-block-content p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right .promo-block-two-cols .promo-block-content p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left .promo-block-two-cols .promo-block-content p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left .promo-block-two-cols .promo-block-content p{
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left .promo-block-two-cols .promo-block-content a,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right .promo-block-two-cols .promo-block-content a,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left .promo-block-two-cols .promo-block-content a{
     display: block;
    color: #8A0051;
    font-size: 15px;
    float: right;
    width: auto;
    margin: 0px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left{
  padding-top:10px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left .promo-block-two-cols .promo-block-content a:after,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right .promo-block-two-cols .promo-block-content a:after,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left .promo-block-two-cols .promo-block-content a:after{
    content: "\003E";
    padding-left: 5px;
    font-size: 14px;
    color: #8A0051;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content a:after,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left .promo-block-two-cols .promo-block-content a:after,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content a,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left .promo-block-two-cols .promo-block-content a {
  display:none;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-right .two-column-content-body,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-left .two-column-content-body,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-right .two-column-content-body,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-left .two-column-content-body,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-right .two-column-content-body
{
     padding: 10px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-right .two-column-content-body .cog-component-mq,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-left .two-column-content-body .cog-component-mq,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-right .two-column-content-body .cog-component-mq,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-left .two-column-content-body .cog-component-mq,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-right .two-column-content-body .cog-component-mq{
     background: #fff;
    box-shadow: 0px 2px 3px #191818;
    padding: 10px;
  min-height: 445px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-right .two-column-content-body .cog-component-mq p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-left .two-column-content-body .cog-component-mq p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-right .two-column-content-body .cog-component-mq p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-left .two-column-content-body .cog-component-mq p,
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-right .two-column-content-body .cog-component-mq p{
  margin-bottom:14px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-left, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-left, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left{
  padding-right:15px !important;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2),
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3),
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4),
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5)
{
  padding-bottom:40px;
}
.alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(2) .two-column-content-left, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(3) .two-column-content-right, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(4) .two-column-content-left, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(5) .two-column-content-right, .alias--services-enterprise-software-sap-sap-c4hana-cloud-in-a-box .full-width-content .field__items .field__item:nth-child(6) .two-column-content-left{
  padding-left:10px;
}
.alias--services-enterprise-software-sap-sap-c4hana .field__items .field__item:nth-child(2) .two-column-content-left .cog-component-mq{
  padding-left:20px;
}
.cloud-quick em{color:#E27226;}
.cloud-agile em{color:#6E2A7C;}
.cloud-accelerator em{color:#D0157E;}
/* Cloud in a box page style ends*/
.chatbot-graph iframe{
  height:300px;
}
@media (min-width:768px){
.chatbot-graph iframe{
  width:50%;
  margin:10px;
}
.chatbot-graph{
  display:flex;
}
}
/*Get to the new normal style starts 04-07-2020*/
/* Redefining Possibilities to Ensure Post-pandemic Readiness starts*/
@media (min-width:992px){
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__item:nth-child(1) .cog-component-mq{
  max-width:100%;
  padding:20px 0px;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .field__items .field__item:nth-child(1) .cog-component-mq img{
  width:100%;
}
}
.redefine--inner--wrapper.redefine--1 {
    width: 30%;
    margin: 15px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.redefine--inner img{
  width:100%;
}
.redefine--inner h3{
    font-size: 24px;
    font-family: aller;
    padding-bottom: 15px;
}
.redefine--inner h6{
  font-size: 18px;
  font-family: aller;
  padding-bottom: 15px;
  color: #000;
  padding-top: 15px;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width:992px){
.redefine--inner--wrapper.redefine--1 {
    width: 30%;
  min-height: 600px;
}
.redefine--table-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.alias--redefining-possibilities-to-ensure-post-pandemic-readiness .ipg-success-stories{
  width:90%;
  margin:0 auto;
}
}
/* Redefining Possibilities to Ensure Post-pandemic Readiness ends*/

/*** 21-04-2020 ***/
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content {
    background: rgba(255, 255, 255, 0.7)!important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-left{
  height:auto;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content h4 {
    color: #000;
    font-size:20px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content h2{
  display:none;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content p {
    color: #000;
    margin-bottom:0px;
    font-size:18px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content a:after {
    content: "\003E";
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content a {
    height:auto;
    padding:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content a:hover{
  background:#fff;
  color:#8A0051;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content a:hover:after{
  color:#8A0051;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols .promo-block-content a {
    display: block;
    color: #fff;
    font-size: 15px;
    float: right;
    width: auto;
    margin: 0px;
    padding: 12px 15px;
    background: #8A0051;
    border:1px solid #8A0051;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .promo-block-two-cols{
   min-height:340px;
}

.alias--new-normal.nodetype--generic_landing_page .entity--type-node .hero-promo .full-promo-body .simple-cta{
  display:none !important;
}

/*** 21-04-2020 ***/
/*** 16-04-2020 ***/
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15){
   /* padding: 50px 0px;*/
      padding-top: 20px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo{
  width:95%;
  margin:0 auto;
background-position:top;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo {
    max-width: 100% !important;
    width: 95% !important;
    text-align: left !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo .full-promo-body .simple-cta {
    display: block !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo .full-promo-body .simple-cta a {
    margin: 0;
    border: none;
    width: auto;
    background: transparent;
    display: inline-block;
    font-size: 16px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo .full-promo-body .simple-cta a::after {
    content: '\f105';
    font-family: fontAwesome;
    font-size: 18px;
    padding-left: 6px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo .full-promo-body h2 {
    font-family: aller;
    font-size: 28px;
    color: #fff;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo .full-promo-body .full-promo-desc{
   text-align:left;
}
@media (min-width: 992px){
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo {
    top: 65%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo .hero-promo .full-promo-body  {
    width: 50%;
    margin: 0;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo {
  min-height: 320px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(14) .one-three-column-content .one-three-column-content-container .one-three-column-content-left {
    min-height: 525px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(14) .one-three-column-content .one-three-column-content-container .one-three-column-content-right{
   min-height: 500px;
}
}
@media (max-width: 767px){
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(15) .full-width-promo{
   width:100%;
      background-image: url(/sites/default/files/2020-04/h-g-promo-immersive-aurora.jpg) !important;
}
}
.alias--new-normal .four-promo-grid .cta{
    position: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    width: 100% !important;
    padding: 20px;
}

.alias--new-normal .four-promo-grid .cta h2{
   line-height:1.4;
}
.alias--new-normal .four-promo-grid a:hover{
  border:none !important;
}
.alias--new-normal .four-column-promo__promo .overlay,.alias--new-normal .four-column-promo__promo .bg-image{
  display:none;
}
.alias--new-normal .four-column-promo__promo{
  background:#fff;
  padding:20px;
  min-height:145px;
}
.alias--new-normal .four-column-promo__promo .body-description {
    position: relative;
    z-index: 1;
    min-height: 145px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .paragraph--type--four-column-promo{
  margin-top:0px;
    margin-bottom: 0px;
}
.alias--new-normal .four-column-promo__description{
  color:#000;
  line-height:1.4;
  font-size:17px;
}
.alias--new-normal .four-column-promo__cta{
    color: #8A0051;
    font-size:14px;
}
.alias--new-normal .four-column-promo__link{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content h4,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content h4,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content h4{
  font-size:20px;
}
.alias--new-normal .four-promo-grid a:hover{
  text-decoration:none;
}
.alias--new-normal .four-promo-grid .cta .lnk{
    margin-bottom: 0px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 600;
}
.alias--new-normal .four-promo-grid .cta .lnk::after{
   color:#8A0051;
}
body.alias--new-normal .entity--type-node .field__items .field__item  .two-column-content-left .promo-block-two-cols .promo-block-content a:hover{
  background:transparent;
  text-decoration:underline;
}
body.alias--new-normal .entity--type-node .field__items .field__item  .two-column-content-left .promo-block-two-cols .promo-block-content a:hover:after{
   text-decoration:none;
}
body.alias--new-normal .entity--type-node .field__items .field__item  .two-column-content-left .promo-block-two-cols .promo-block-content a{
  line-height:1.4;
padding-bottom:0px;
}
@media screen and (min-width: 1070px)  and (max-width: 1230px) {
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-left .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6) .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9)  .cog-component-mq
{
  padding-left:30px !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-left .cog-component-mq{
  padding-top:0px !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9)  .cog-component-mq{
  padding-right:30px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right  img{
  padding-top:55px;
}
}

@media screen and (min-width: 1107px)  and (max-height: 600px) {
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-left .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6) .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9)  .cog-component-mq
{
  padding-left:30px !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)  .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9)  .cog-component-mq{
  padding-right:30px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right  img{
  padding-top:55px;
}


}  
/** Conversational AI page style starts **/
.alias--services-digital-conversational-ai-enterprise-enablement-through-conversational-ai .embedded-entity img {
    min-width: 80px;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper {
  background-color: #fff;
  width: 73%;
  margin: 0 auto;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .carousel-bg-image {
  position: relative;
  background-size: contain !important;
  background-position: 44% 30% !important;
}
@media (max-width: 767px){
  .alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .carousel-bg-image .rel__content {
    min-height: 35vh;
  }
}
@media (min-width: 768px){
  .alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .carousel-bg-image .rel__content {
    min-height: 87vh;
  }
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .carousel-bg-image .rel__content {
  padding: 25px 25px;
  color: #fff;
  background-size: cover !important;
  position: relative;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .owl-nav {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  line-height: 7px;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .owl-nav .owl-prev, .alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .owl-nav .owl-next {
  transform: translateY(-20px);
  cursor: pointer;
  user-select: none;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  float: left;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  float: right;
}
@media (max-width: 767px) {
  .alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-wrapper .owl-nav .owl-next {
    right: -70px !important;
  }
.alias--services-digital-conversational-ai .left-content .field__items .field__item:nth-child(1) .cog-component-mq iframe{
  height:100px;
  width:100%;
}
body.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .embedded-entity {
    float: none;
    text-align: center;
}
body.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .MsoCommentText{
 margin-left:0px !important;
}
}
.fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom {
display: none !important;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .embedded-entity{float: left;}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .MsoCommentText{ margin-left: 123px !important;}
.alias--services-digital-conversational-ai .left-content .field__items .field__item:nth-child(1) .cog-component-mq h5{
  line-height:1.4;
}
@media screen and (min-width:992px){
.alias--services-digital-conversational-ai .left-content .field__items .field__item:nth-child(1) .cog-component-mq iframe{
  height:300px;
  width:100%;
}
.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .MsoCommentText{
    margin-bottom: 35px;
}
}
/** Conversational AI page style ends **/
/** Microsoft page style starts **/
.digital-icons {
    background: #F1F2F2;
    margin: 10px;
    text-align: center;
    padding: 20px;
}
.digital-icons p{
   color: #672A94;
   margin-bottom:0px;
   margin-top:10px;
}
.digital-row{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}
@media(min-width:992px){
   .digital-icons {
      width: 15%;
   }
}
@media(max-width:767px){
   .digital-icons {
      width: 45%;
    margin:10px auto;
   }
   .digital-row{
     display:flex;
   flex-wrap: wrap;
   }
   .alias--services-enterprise-software-microsoft-mindtree-microsoft-services .listing-item{
   padding:15px;
   }
   .alias--services-enterprise-software-microsoft-mindtree-microsoft-services .listing-item .listing-item__row .cta-link{
     margin:0 auto;
   }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .digital-icons {
      width: 25%;
   }
   .alias--services-enterprise-software-microsoft-mindtree-microsoft-services .listing-item{
   padding:15px;
   }
   .alias--services-enterprise-software-microsoft-mindtree-microsoft-services .listing-item .listing-item__row .cta-link{
     margin:0 auto;
   }
}
/** Microsoft page style ends **/
#popup #tabs.ui-tabs .ui-tabs-nav li{
  white-space: normal;
}

/** IG page style begins 19-05-2020**/
@media (min-width: 992px){
.alias--industries-consumer-packaged-goods .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p {
    width: 70%;
}
}
.alias--industries-consumer-technology.nodetype--industry_group_page .ig-page-components .field--name-field-components .field--name-field-components:nth-child(1) .cog-component-mq h3{
    font-size: 32px;
    color: #383838;
    font-family: aller;
}
@media screen and (min-width: 1107px)  and (max-height: 600px) {
body.alias--industries-manufacturing .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
    min-height: 213px !important;
}
}
@media (min-width:1070px) and (max-width:1300px){
.alias--industries-manufacturing .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
    min-height: 235px !important;
}
}
@media (min-width:1070px) and (max-width:1300px){
body.alias--industries-enterprise-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p,
body.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
  width: 87%;
}
.alias--industries-consumer-technology .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 225px !important;
}
.alias--industries-retail .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 210px !important;
}

}
@media (min-width: 992px) {

.alias--industries-retail .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner
{
  min-height: 187px;
}

.alias--industries-consumer-technology .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner
{
  min-height: 185px;
}

.alias--industries-enterprise-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p
{
    width: 69%;
}
.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width: 69%;
}
.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item
{
    height: 330px !important;
}
}


.alias--industries-enterprise-technology .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab,
.alias--industries-consumer-technology .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab,
.alias--industries-retail .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab {
    text-align: left;
}

.alias--industries-retail .industry-group-page .ig-insights{
   background:#fff;
}
.alias--industries-consumer-technology .industry-group-page .insight-cta,
.alias--industries-retail .industry-group-page .insight-cta{
  margin:0px auto;
}

.alias--industries-enterprise-technology .ig-sticky-menu-bar-1 .field__items .field__item:nth-child(5),
.alias--industries-enterprise-technology .ig-sticky-menu-bar-1 .field__items .field__item:nth-child(6){
  display:none;
}

.alias--industries-enterprise-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item:before,
.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item:before{
  background: rgba(0,0,0,0.6)
}


@media(min-width:1100px) and (max-width:1299px){
.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item{
  height: 455px !important;
}
.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
  width:60%;
}
}


.alias--industries-retail .blk-ig-insg-bg-img.magenta:first-child:before{
  display:none;
}

.alias--industries-retail .blk-ig-insg-bg-img:before,
.alias--industries-consumer-technology .blk-ig-insg-bg-img:before,
.alias--industries-enterprise-technology .blk-ig-insg-bg-img:before
{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.5;
  top:0px;
  left:0px;
}


@media screen and (min-width: 1107px)  and (max-height: 600px) {

body.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
    height: 330px !important;
}
body.alias--industries-consumer-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p {
    width: 69%;
}
body.alias--industries-consumer-technology .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 190px !important;
}
body.alias--industries-retail .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 185px !important;
}


}
@media screen and (min-width: 1300px)  and (max-width: 1600px) {

.alias--industries-retail .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg,
.alias--industries-consumer-technology .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg,
.alias--industries-enterprise-technology .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg
{
    height: 240px;
}

}
@media (min-width:1070px) and (max-width:1300px){
.alias--industries-manufacturing .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
  width:80%;
}
}  
@media screen and (max-height: 600px) and (min-width: 1107px){

.alias--industries-manufacturing .node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content {
    min-height: 185px;
}

}
@media screen and (min-width:992px){

.alias--industries-manufacturing .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content {
    min-height: 160px;
}

}

@media (min-width: 992px) {

.alias--industries-manufacturing .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner
{
  min-height: 210px;
}

}


.alias--industries-manufacturing .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab
{
    text-align: left;
}

@media (min-width: 992px){
.alias--industries-media-entertainment .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p {
    width: 75%;
}
}
.alias--industries-manufacturing .industry-group-page .insight-cta{
  margin:0px auto;
}

body.alias--industries-manufacturing .blk-ig-insg-bg-img:not(.magenta):not(.purple):not(.pink):not(.maroon):before{
  opacity:0.8 !important;
}


@media screen and (min-width: 1107px)  and (max-height: 600px) {

.alias--industries-manufacturing .industry-group-page .grid-blk-ig-insg {
    height: 255px;
}

.alias--industries-manufacturing .ig-sticky-menu-bar-1 .field__item {
    width: 16%!important;
}

}
@media screen and (min-width: 1300px)  and (max-width: 1600px) {

.alias--industries-manufacturing .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg{
    height: 240px;
}

}
@media (min-width: 992px) {

.alias--industries-consumer-packaged-goods .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 190px;
}
}

.alias--industries-consumer-packaged-goods .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab {
    text-align: left;
}

.alias--industries-consumer-packaged-goods .industry-group-page .insight-cta{
  margin:0px auto;
}

.alias--industries-consumer-packaged-goods .blk-ig-insg-bg-img:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.5;
  top:0px;
  left:0px;
}

@media screen and (min-width: 1300px)  and (max-width: 1600px) {

  .alias--industries-consumer-packaged-goods .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg{
      height: 240px;
  }

}
@media (min-width:1070px) and (max-width:1300px){
  .alias--industries-consumer-packaged-goods .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
      min-height: 220px !important;
  }
}

@media screen and (max-height: 600px) and (min-width: 1107px){
  body.alias--industries-consumer-packaged-goods .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
      min-height: 170px !important;
  }
}
@media (min-width:1070px) and (max-width:1300px){

body.alias--industries-transportation-logistics .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 240px;
}
body.alias--industries-travel-hospitality .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 235px;
}
body.alias--industries-travel-hospitality .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p {
    width: 87%;
}
}  
@media (min-width:768px) and (max-width:1024px){
.alias--industries-transportation-logistics .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
   width: 70%;
}
.alias--industries-travel-hospitality .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
  width: 80%
}

}
@media (min-width:1070px) and (max-width:1300px){
.alias--capital-markets .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
    min-height: 213px !important;
}
}
.alias--industries-capital-markets .ig-sticky-menu-bar .field__items .field__item:last-child{
  float:left;
}
.alias--industries-capital-markets .ig-sticky-menu-bar .field__items .field__item:last-child a{
   float:left;
   background:transparent;
   color:#383838;
   padding: 25px 0px;
   margin-top:0px;
}
.alias--industries-capital-markets .ig-sticky-menu-bar .field__items .field__item:last-child a:hover{
   border:none;
   color: #60003C;
    border-bottom: 3px solid #60003C;
    text-decoration: none;
}  
@media (min-width: 992px){
  .alias--industries-travel-hospitality .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p {
    width: 70%;
}
.alias--industries-travel-hospitality .ig-sticky-menu-bar-1 .field--name-field-link {
    width: 99%;
  margin-left:1%;
}
.alias--industries-travel-hospitality .ig-sticky-menu-bar-1 .field__item {
    width: 12%!important;
}
.alias--industries-travel-hospitality .ig-sticky-menu-bar-1 .field__item:nth-child(5) {
    width: 16%!important;
}
}
@media (min-width: 1498px){
.alias--industries-travel-hospitality .ig-sticky-menu-bar-1 .field--name-field-link {
       width: 90%;
  margin-left:6%;
}
}

@media screen and (max-height: 600px) and (min-width: 1107px){
.alias--industries-travel-hospitality .node--industry-group-page .ig-sticky-menu-bar-1 .field--name-field-link {
       width: 100%;
  margin-left:0%;
}
.alias--industries-travel-hospitality .node--industry-group-page .ig-sticky-menu-bar-1 .field__item:nth-child(5) {
    width: 20%!important;
}
body.alias--industries-travel-hospitality .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
    min-height: 210px;
}
}

.alias--industries-travel-hospitality.nodetype--industry_group_page .ig-page-components .field--name-field-components .field--name-field-components:nth-child(1) .cog-component-mq h3
{
    font-size: 32px;
    color: #383838;
    font-family: aller;
}

@media screen and (max-height: 600px) and (min-width: 1107px){
.alias--industries-travel-hospitality .node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content {
    min-height: 175px;
}

.alias--industries-transportation-logistics .node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content{
      min-height: 200px;
}

}


@media (min-width: 992px) {

.alias--industries-travel-hospitality .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 210px;
}
.alias--industries-travel-hospitality .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content {
    min-height: 165px;
}

.alias--industries-transportation-logistics .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 210px;
}

.alias--industries-transportation-logistics .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab,
.alias--industries-travel-hospitality .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab
{
    text-align: left;
}

.alias--industries-transportation-logistics .industry-group-page .insight-cta{
  margin:0px auto;
}

.alias--industries-travel-hospitality .ig-podcast .podcast_container-title .normal-title{
    padding-bottom: 30px;
}

.alias--industries-travel-hospitality .ig-insg-btm-cntbgimg:before,
.alias--industries-transportation-logistics .blk-ig-insg-bg-img:before,
.alias--industries-travel-hospitality .blk-ig-insg-bg-img:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.5;
  top:0px;
  left:0px;
}


}
@media screen and (min-width: 1107px)  and (max-height: 600px) {

.alias--industries-transportation-logistics .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner {
    min-height: 185px !important;
}

.alias--industries-transportation-logistics .image-cont-bg-img .desc{
    height: 70px;
    overflow: hidden;
}

}
@media screen and (min-width: 1300px)  and (max-width: 1600px) {
.alias--industries-travel-hospitality .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg,
.alias--industries-transportation-logistics .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg{
    height: 240px;
}

}
@media (min-width:1070px) and (max-width:1300px){
  .alias--industries-banking .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner
  {
        min-height: 213px !important;
  }
  .alias--industries-banking .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p,
  body.alias--industries-insurance .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width:80%;
  }
  .alias--industries-capital-markets .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width:70%;
  }

}
@media screen and (max-height: 600px) and (min-width: 1107px){
 
  body.alias--industries-capital-markets .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
        min-height: 185px !important;
  }
  body.alias--industries-banking .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
        min-height: 190px !important;
  }

}
@media (min-width:768px) and (max-width:1024px){

  .alias--industries-banking .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width:75%;
  }
  .alias--industries-insurance .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width:65%;
  }
}

.alias--industries-capital-markets.nodetype--industry_group_page .ig-page-components .field--name-field-components .field--name-field-components:nth-child(1) .cog-component-mq h3,
.alias--industries-banking.nodetype--industry_group_page .ig-page-components .field--name-field-components .field--name-field-components:nth-child(1) .cog-component-mq h3{
    font-size: 32px;
    color: #383838;
    font-family: aller;
}
.alias--industries-banking.nodetype--industry_group_page .ig-page-components .field--name-field-components .field--name-field-components:nth-child(1) .cog-component-mq h4{
    color: #383838;
   font-size: 22px;
    font-family: aller;
}
@media screen and (max-height: 600px) and (min-width: 1107px){

.alias--industries-insurance .node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content
{
    min-height: 185px;
}
.alias--industries-banking .node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content
{
      min-height: 200px;
}
.alias--industries-insurance .node--type-industry-group-page .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 170px;
}
}
@media screen and (min-width:992px){

.alias--industries-banking .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content{
      min-height: 190px;
}
}

@media (min-width: 992px) {


.alias--industries-banking .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 180px;
}
.alias--industries-insurance .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner,
.alias--industries-capital-markets .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner
{
  min-height: 185px;
}

.alias--industries-insurance .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width: 69%;
}

}

.alias--industries-capital-markets .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content{
  border-top:0px;
}

.alias--industries-insurance .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab,
.alias--industries-banking .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab,
.alias--industries-capital-markets .capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .capabilities-desc-row .desc-cs-title-tab
 {
    text-align: left;
}

.alias--industries-insurance .industry-group-page .insight-cta,
.alias--industries-capital-markets .industry-group-page .insight-cta,
.alias--industries-banking .industry-group-page .insight-cta{
  margin:0px auto;
}
.active-ig-sec:hover{
   text-decoration:none;
}

@media screen and (min-width: 1024px)  and (min-height: 1366px) {
.alias--industries-banking .ig-sticky-menu-bar-1 .field__item a,
.alias--industries-capital-markets .ig-sticky-menu-bar-1 .field__item a{
  font-size:14px;
}

}

.alias--industries-insurance .blk-ig-insg-bg-img:before,
.alias--industries-banking .blk-ig-insg-bg-img:before,
.alias--industries-capital-markets .blk-ig-insg-bg-img:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.5;
  top:0px;
  left:0px;
}

@media screen and (min-width: 1107px)  and (max-height: 600px) {

.alias--industries-insurance .ig-sticky-menu-bar-1 .field__item{
     font-size: 15px;
}

}
@media screen and (min-width: 1300px)  and (max-width: 1600px) {
.alias--industries-insurance .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg,
.alias--industries-banking .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg,
.alias--industries-capital-markets .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg,
.alias--industries-capital-markets .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg
{
    height: 240px;
}

}
.alias--industries-media-entertainment .ipg-success-stories .owl-stage .owl-item:nth-child(7) .carousel-bg-image {
    background-position: 100% 30% !important;
}

.alias--industries-media-entertainment .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .carousel-bg-image{
     border: 1px solid #ccc;
    border-bottom: none;
}
.manufacturing--blocks--content,
.consumer--blocks--content {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 10px;
    background: linear-gradient(to right, #60003c 4px, transparent 4px) 0 0, linear-gradient(to right, #60003c 4px, transparent 4px) 0 100%, linear-gradient(to left, #60003c 4px, transparent 4px) 100% 0, linear-gradient(to left, #60003c 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, #60003c 4px, transparent 4px) 0 0, linear-gradient(to bottom, #60003c 4px, transparent 4px) 100% 0, linear-gradient(to top, #60003c 4px, transparent 4px) 0 100%, linear-gradient(to top, #60003c 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: whitesmoke;
}
.manufacturing--blocks--content h3,
.consumer--blocks--content h3 {
    font-size: 20px;
    font-family: aller;
    color: #383838;
    padding-bottom: 10px;
}
.manufacturing--blocks--content p,
.consumer--blocks--content p{
   margin-bottom:0px;
}

@media (min-width:992px){
  .manufacturing--blocks--content {
    width: 32%;
  }
  .consumer--blocks--content {
    width: 24%;
  }
  .manufacturing--row,
  .consumer--row  {
    display: flex;
    justify-content: center;
   display: -webkit-flex;
   -webkit-justify-content: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px){
  .manufacturing--blocks--content {
    width: 47%;
  }
  .consumer--blocks--content {
    width: 47%;
  }
  .manufacturing--row {
    display: flex;
    justify-content: center;
   display: -webkit-flex;
   -webkit-justify-content: center;
   flex-wrap: wrap;
  }
.consumer--row  {
    display: flex;
    justify-content: center;
   display: -webkit-flex;
   -webkit-justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width:1070px) and (max-width:1300px){
.alias--industries-media-entertainment .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 213px !important;
}
}
@media screen and (max-height: 600px) and (min-width: 1107px){
body.alias--industries-media-entertainment .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 185px !important;
}
}
@media (min-width:768px) and (max-width:1024px){
.alias--industries-education .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
  width:90%;
}
}
@media (min-width:1070px) and (max-width:1300px){
.alias--industries-education .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 213px !important;
}
}
@media screen and (max-height: 600px) and (min-width: 1107px){
body.alias--industries-education .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 185px !important;
}
}

@media screen and (max-height: 600px) and (min-width: 1107px){

.alias--industries-education .node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content {
    min-height: 210px;
}

}

.alias--industries-education .video-desc .simple-cta a:after{
    content: "\f105";
    font-family: fontAwesome;
    line-height: 20px;
    font-size: 18px;
    position: absolute;
    padding-left: 7px;
    margin-top: 2px;
}
.alias--industries-education .video-desc .simple-cta a{
    font-weight: 600;
    padding: 8px 30px;
    border:1px solid #8a0051;
    background-color: #8a0051;
    color:#fff;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}
.alias--industries-education .video-desc .simple-cta a:hover{
    background : #fff;
    color:#8a0051;
}
/*** 24-04-2020 ***/
@media (min-width: 992px) {
 .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item{
      height: 300px !important;
}
 .node--type-industry-group-page .cog-content-mq .ig-page-slide .ig-slider-top-ttl{
      margin-top: 35px;
}
 .node--type-industry-group-page .industry-group-page .page-title{
       top: 25px;
}

.alias--industries-media-entertainment .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 187px;
}

.alias--industries-education .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
  min-height: 185px;
}

 .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width: 62%;
}
.alias--industries-education .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
    width: 69%;
}

.alias--industries-education .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
    height: 330px !important;
}
}
.node--type-industry-group-page .ig-sticky-menu-bar-1 .field--name-field-website-link{
   display:none;
}
.node--type-industry-group-page .ig-sticky-menu-bar-1 .field__item{
   padding: 20px 0px;
}

@media (min-width:992px){

.alias--industries-education #Tabs-active7 .bg-gradient.ig-podcast .image_carousel_container-wrapper .video-podcast-with-desc{
  flex-flow: row-reverse;
}
}

.ig-sticky-menu-bar-1 .field--name-field-website-link:hover{
  background:#fff;
  border:1px solid #8A0051;
  color:#8A0051;
}
.node--type-industry-group-page .owl_carousel_container-wrapper.only_video_carousel .owl_carousel_container-rows .carousel-bg-image .rel__content .video-title{
    padding-left: 11px;
    padding-right: 11px;
}
.ig-sticky-menu-bar-1 .field--name-field-website-link:hover a{
   color:#8A0051 !important;
  text-decoration:none;
}
.alias--industries-education #Tabs-active7 .bg-gradient.ig-podcast{
   background: #E3E3E3;
   padding-top: 50px !important;
   padding-bottom:60px !important;
}
.alias--industries-education #Tabs-active7 .bg-gradient.ig-podcast .image_carousel_container-wrapper{
  padding:0px;
}

.node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
  margin-bottom:5px;
}
.node--type-industry-group-page .cog-content-mq .ig-page-slide .ig-slider-top-ttl{
   padding-left:2px;
}
.node--type-industry-group-page .bg-light-grey-e6 {
  background:#fff;
  padding: 40px 0px;
}
.node--type-industry-group-page .bg-light-grey-e6  .only_video_carousel{
   padding-top: 0px !important;
    padding-bottom: 0px !important
}
.node--type-industry-group-page .bg-light-grey-e6  .only_video_carousel .section-title{
    color: #414141;
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 30px;
    text-align: center;
    font-family: aller;
}

.ig-podcast .video-podcast-with-desc .video-desc .desc{
    font-size: 16px;
    line-height: 1.5;
    color: #363636;
    font-family: "Aller";
}
.industry-group-page .ig-page-components .field--name-field-components .field__item .two-column-content .two-column-content-left .two-column-content-body .cog-component-mq h3{
  padding-top:0px;
}
.ig-podcast .podcast_container-title .normal-title{
      padding-bottom: 20px;
}
.node--type-industry-group-page .ig-podcast {
    padding-bottom: 60px !important;
}
.industry-group-page .ig-insights .ig-pg-insights-sec-outer .grid-blk-ig-insg.blk-ig-insg.blk-ig-insg-bg-img:not(.magenta):not(.purple):not(.pink):not(.maroon):before{
  opacity: 0.7;
}
.alias--retail .industry-group-page .ig-insights{
   background:#fff;
}

.active-ig-sec:hover{
   text-decoration:none;
}

.industry-group-page .blk-ig-insg .ig-insg-btm-blk-btn a{
  text-transform: capitalize;
}
.alias--enterprise-technology .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item:before
{
  background: rgba(0,0,0,0.6)
}

.industry-group-page .ig-insg-tag-blk{
    font-size: 15px;
}
@media(min-width:768px) and (max-width:1024px) and (orientation:landscape){
.ig-sticky-menu-bar-1 .field__item a{
  font-size:14px;
}
}

@media screen and (min-width: 1024px)  and (min-height: 1366px) {

.node--type-industry-group-page .ig-sticky-menu-bar-1 .field--name-field-link{
   width: 75%;
    margin-left: 4%;
}
 
}
@media screen and (max-width: 767px) and (min-width: 300px){
  .nodetype--industry_group_page .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item{
    padding-left: 15px !important;
    padding-right: 30px !important;
  }
.node--type-industry-group-page .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-nav .owl-prev {
    left: -24px;
}
.nodetype--industry_group_page .node--type-industry-group-page  .paragraph-contact-us-form form#uploadrfp_rfi {
    top: 59% !important;
  }
}
@media screen and (min-width: 1680px){
.node--type-industry-group-page .industry-group-page .grid-blk-ig-insg {
    height: 240px;
}
}

.alias--industries-education .ig-insg-btm-cntbgimg:before{
 content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.4;
  top:0px;
  left:0px;
}
.alias--industries-education .blk-ig-insg-bg-img:before{
  opacity:0.4;

}
.alias--industries-education .ipg-success-stories .owl-stage .owl-item:nth-child(9) .carousel-bg-image{
  background-position:100% 78% !important;
}
.alias--industries-education .ig-podcast .podcast_container-title .normal-title{
  padding-bottom:20px;
}
.ig-podcast .video-podcast-with-desc .video-desc .title{
      line-height: 1.5;
}
.alias--industries-education #Tabs-active7 .video iframe{
  padding-top:15px;
}
.alias--industries-education .ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content{
  min-height: 195px;
}

@media (max-width: 992px) {
  .ig-sticky-menu-bar-1{
    display:none;
  }

}
@media screen and (min-width: 1107px)  and (max-height: 600px) {
 body .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item{
   height: 300px !important;
 }

.industry-group-page .blk-ig-insg .ig-insg-btm-blk-btn a{
left: 20px;
}
.alias--industries-media-entertainment .industry-group-page .insights-ply-btn{
   display:none;
}
.alias--industries-media-entertainment .industry-group-page .grid-blk-ig-insg {
    height: 190px;
}

 body .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p{
   font-size: 30px !important;
 }
.capabilities_tab_container_wrap .capabilities_tab_container .tab-content .tab-pane .icontContainer .col-xs-3 .cap-featured-img{
    min-height: 100px;
}
.ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .carousel-bg-image {
    height: 160px;
}
.ipg-success-stories-wrapper .ipg-success-stories .owl-carousel .owl-item .rel__content{
    min-height: 210px;
}
.industry-group-page .grid-blk-ig-insg {
    height: 185px;
}
.ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
    padding: 20px 20px;
    min-height: 185px;
}

.node--type-industry-group-page .ig-sticky-menu-bar-1 .field--name-field-link {
    width: 75%;
    float: left;
    margin-left: 5%;
}

.alias--industries-media-entertainment .industry-group-page .ig-insg-btm-cnt-vid .btm-ig-insg-desc {
    z-index: 2;
    top: 70px;
}
}
@media screen and (min-width: 1300px)  and (max-width: 1600px) {

.alias--industries-education .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg
{
    height: 240px;
}
.alias--industries-media-entertainment .node--type-industry-group-page .industry-group-page .grid-blk-ig-insg{
   height:240px;
}
.alias--industries-media-entertainment .industry-group-page .vid-only-outr-ig .btm-ig-insg-desc{
  bottom: 100px;
}
.alias--industries-media-entertainment .industry-group-page .insights-ply-btn{
  top: -145px;
}
}

.ig-sticky-menu-bar-1>.field__item{    
  width: auto!important;
   padding: 15px 0px!important;
   background-color: #8A0051;
   color: #ffffff;float:left;
   text-align: center;
   max-width: 163px;
   margin-top: 14px;}
.ig-sticky-menu-bar-1 .field__item {
   width: 16%!important;
   padding: 30px 0px;
   text-align: center;
   margin-left: 0!important;
}
.ig-sticky-menu-bar-1>.field__item a{color:#ffffff!important;}
.ig-sticky-menu-bar-1{box-shadow: 0 0 13px rgba(0,0,0,0.25);width:100%;    float: left;}
.ig-sticky-menu-bar-1 .field--name-field-link{width: 72%;float: left;margin-left: 6%;}
.ig-sticky-menu-bar-1 .field__item a{color:#333333;}
.active-ig-sec{color:#8A0051;}
@media screen and (max-width: 767px) and (min-width: 300px) {
body.nodetype--industry_group_page .node--type-industry-group-page .paragraph-contact-us-form form#uploadrfp_rfi {
    top: 65% !important;
}
}
@media (min-width:1070px) and (max-width:1300px){
.alias--industries-education .ig-ourservices-main .ig-ourservices-wrapper .ig-ourservices-row .image-cont-bg-img .rel__content .rel__content_inner{
      min-height: 213px !important;
}
body.alias--industries-education .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item .full-width-slider_desc p {
    width: 85%;
}}
/** IG page style ends **/
/** Retail Experience style starts **/
.alias--retail-experience-must-haves-edition-2020 .node--alias-retail .field__items .field__item:nth-child(4){
    background: #ECECEC;
    padding: 33px 0px 46px;
}
/** Retail Experience style ends**/
/*** 16-04-2020 ***/
.new-normal-extra-content{
   text-align: left;
    padding: 0px 10px;
    display: block;
    clear: both;
    padding-top: 15px;
}
.outer-covid-nav-stik{
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0 0 13px rgba(0,0,0,0.25);
z-index:2;
}
.inner-covid-nav-stick{
    float: left;
    width: 20%;
    text-align: center;
    background: #ffffff;
    padding: 30px 0px;
    cursor: pointer;
}
.inner-covid-nav-stick:hover span,.inner-covid-nav-stick.active span{
   color:#821D59;
   border-bottom:1px solid #821D59;
}

.alias--new-normal .promo-three-column.color-Maroon .owl-item .promo-block-three-cols .body-description p{
  color:#fff;
  margin-bottom:0px;
min-height: 85px;
}
.alias--new-normal .promo-block-three-cols .bg-image{
    display: block !important;
    position: absolute;
    width: 77px;
    height: 77px;
    background-size: cover;
    top: 12%;
    left: 7%;
    z-index: 9;
    opacity: 1 !important;
}

.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content .two-column-content-right .cog-component-mq{
  padding-top:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) h2{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 40px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) h2 .field__item {
  font-family: aller;
    font-size: 28px;
    color: #000;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3){
    padding: 0px;
    background: #F5F1F2;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) .promo-three-column{
 display:none;
}
.alias--new-normal .promo-block-three-cols .body-description{
    margin-top: 100px;
}
.alias--new-normal .two-column-content-right .cog-component-mq h3{
   font-family: aller;
   font-size:28px;
   color:#000;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(11) .two-column-content-right .cog-component-mq h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 340px;
    padding-bottom: 20px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .cog-component-mq h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 365px;
}
.alias--new-normal .two-column-content-right .cog-component-mq h3 br{
  display:none;
}
.alias--new-normal .two-column-content-left .cog-component-mq .field-name-image img{
  width:100%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2){
    padding-bottom: 30px;
    padding-top: 50px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo{
    max-width: 100% !important;
    width: 95% !important;
    text-align: left !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body .full-promo-desc{
    text-align: left;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body h2{
    font-family: aller;
    font-size: 15px;
    text-transform: uppercase;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body .simple-cta{
  display:block !important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body .simple-cta a{
   margin:0;
   border: none;
    width: auto;
    background: transparent;
    display: inline-block;
   font-size: 16px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body .full-promo-desc h3{
    font-family: aller;
    font-size: 28px;
    color: #fff;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body .simple-cta a::after {
    content: '\f105';
    font-family: fontAwesome;
    font-size: 18px;
    padding-left: 6px;
}
.alias--new-normal .promo-three-column.color-Maroon .owl-item:nth-child(1) .promo-block-three-cols{
    background: transparent linear-gradient(180deg, #701F7E 0%, #A00170 78%, #A2006F 100%) 0% 0% no-repeat padding-box;
}
.alias--new-normal .promo-three-column.color-Maroon .owl-item:nth-child(2) .promo-block-three-cols{
    background:  transparent linear-gradient(309deg, #701F7E 0%, #A00170 78%, #A2006F 100%) 0% 0% no-repeat padding-box;
}
.alias--new-normal .promo-three-column.color-Maroon .owl-item:nth-child(3) .promo-block-three-cols{
    background: transparent linear-gradient(180deg, #701F7E 0%, #A00170 78%, #A2006F 100%) 0% 0% no-repeat padding-box;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5){
    padding-bottom:50px;
    background: #F5F1F2;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4){
    background: #F5F1F2;
    padding-bottom: 30px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6),
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7){
      background: #EAEAEA;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8),
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9){
   background:#F5F1F2;
}
/*.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(11) .two-column-content-right .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .cog-component-mq{
  padding-top:0px;
}*/
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4) .cog-component-mq{
  padding-left:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8) .cog-component-mq{
  padding-left:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6) .cog-component-mq{
  padding-left:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right{
padding-left:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right{
  background: transparent;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6),
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8){
  padding-top: 40px;
  padding-bottom: 30px;
}
 .alias--new-normal .entity--type-node .field__items .field__item:nth-child(7),
  .alias--new-normal .entity--type-node .field__items .field__item:nth-child(9){
  padding-bottom: 50px;
 }
.alias--new-normal .two-column-content-left .cog-component-mq h3 {
    font-family: aller;
    font-size: 28px;
    color: #000;
}
.alias--new-normal .two-column-content-left .cog-component-mq .simple-cta a,.alias--new-normal .two-column-content-right .cog-component-mq .simple-cta a{
     background: #8C0152 0% 0% no-repeat padding-box;
    font-size: 15px;
    min-width: 180px;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 0px;
}
 .alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left{
   background:#fff;
   padding-right:30px;
 }
.alias--new-normal .two-column-content-left .cog-component-mq .simple-cta a:hover,.alias--new-normal .two-column-content-right .cog-component-mq .simple-cta a:hover{
  color:#8C0152;
  background:#fff;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(11) .two-column-content-right .cog-component-mq .simple-cta{
  display:none;
}
/*.hg-icons-img-wrapper img{
     width: 80%;
    background: transparent linear-gradient(180deg, #701F7E 0%, #A00170 78%, #A2006F 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    min-width: 110px;
    margin-right: 15px;
}*/
.hg-icons-img-wrapper {
    background: transparent linear-gradient(180deg, #701F7E 0%, #A00170 78%, #A2006F 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    min-width: 110px;
    margin-right: 15px;
     text-align:center;
}
.hg-icons-img-wrapper img{
  transform:scale(0.9);
}
.hg-icons-img-wrapper img:hover,.hg-icons-img-wrapper:hover img{
transform:scale(1);
transition: all .2s ease-in-out;
}
.hg-icons-img-wrapper:hover{
background:#701F7E;
opacity:0.9;
}
.hg-icons-title-wrapper {
    display: flex;
  align-items: center;
}
.hg-icons-content-wrapper h3{
    font-family: aller;
    font-size: 28px;
    color: #000;
}
.hg-icons-content-wrapper p{
  margin-bottom:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-left{
  float:left;
  padding-left:0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-right{
 background :#fff;
}
/*.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-right .simple-cta{
  display:none;
}*/
.alias--new-normal .promo-block-three-cols .cta-link a:hover{
    background: transparent;
    color: #fff;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(11){
  padding:50px 0px;
  display:none;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(12){
  display:none;
}
.alias--new-normal .promo-block-three-cols .cta-link a{
  border:none;
    font-size: 14px;
text-align:right;
}
.alias--new-normal .promo-block-three-cols .cta-link a::after {
    content: '\f105';
    font-family: fontAwesome;
    font-size: 18px;
    padding-left: 6px;
}
.alias--new-normal .promo-block-three-cols .cta-link{
  text-align:right;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(12) .text-align-center{
      font-family: aller;
    font-size: 28px;
    color: #000;
    padding-top: 0px;
    padding-bottom: 30px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(12) {
   background : #EAEAEA;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(12) .cog-component-mq{
  padding:0px;
    padding-top: 40px;
  background : #EAEAEA;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13){
  padding-bottom:50px;
    margin-bottom: 50px;
  background : #EAEAEA;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13)  .full-width-promo{
   width:95%;
   margin:0 auto;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .four-promo-grid{
  background:#fff;
  height: 165px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .four-promo-grid .cta{
  bottom:5px;
  width: 85%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .four-promo-grid .cta h2{
  color:#000;
  font-family: aller;
  font-size: 18px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .four-promo-grid .cta .lnk,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .four-promo-grid .cta .lnk::after{
    font-family: aller;
    font-size: 14px;
    float: right;
    color:#8A0051;
}

.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols{
  min-height: 330px;
  width:100%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content h2{
   display:none;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content h4{
  color:#000;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content a{
   display: block;
    color: #8A0051;
    font-size: 15px;
    float: right;
    width: auto;
    margin: 0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content a:after{
    content: "\003E";
    padding-left: 5px;
  font-size: 14px;
    color: #8A0051;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content{
  background:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width:992px){
/*.alias--new-normal .full-width-promo .hero-promo{
    max-width: 100% !important;
    width: 95% !important;
    text-align: left !important;
}*/
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4) .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6) .cog-component-mq,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8) .cog-component-mq {
    padding: 0px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-left .cog-component-mq{
    padding-left: 0px;
    padding-top: 15px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-left,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-right,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content .two-column-content-left,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content .two-column-content-right,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content .two-column-content-left,
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content .two-column-content-right{
  height:330px;
}
.alias--new-normal .field--name-field-components .field--name-field-components:nth-child(2)>.two-column-content{
    margin-top:76px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body .full-promo-desc{
  width:50%;
  margin: 0;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo{
       top: 65%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo .hero-promo .full-promo-body h2{
      position: absolute;
    top: -50%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo{
   min-height: 300px;
}
.alias--new-normal.nodetype--generic_landing_page  .full-width-promo{
    min-height: 300px;
}
.alias--new-normal .promo-three-column .owl-stage-outer .owl-item{
  padding:15px;
   border:none;
}
.alias--new-normal .entity--type-node .two-column-content-right{
  padding-left:30px;
}
.alias--new-normal .full-width-promo.overlay-magenta:after {
    display:none;
}
/*.alias--new-normal .full-width-promo .hero-promo .full-promo-body .full-promo-desc{
    text-align: left;
}*/
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-right .one-three-column-content-body-second-row .hero-promo-block-two-cols .hero-promo-block-content {
    min-height: 225px;
}
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-right .one-three-column-content-first-row .one-three-column-content-body-first-row-two .hero-promo-block-two-cols .hero-promo-block-content {
    min-height: 240px;
}
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-right .one-three-column-content-first-row .one-three-column-content-body-first-row-two {
    min-height: 240px;
}
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-right .one-three-column-content-first-row .one-three-column-content-body-first-row-one {
    min-height: 240px;
}
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-left .one-three-column-content-body .hero-promo-block-two-cols .hero-promo-block-content {
    min-height: 480px;
}
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-right .one-three-column-content-first-row .one-three-column-content-body-first-row-one .hero-promo-block-two-cols .hero-promo-block-content {
    min-height: 240px;
}
.alias--new-normal .one-three-column-content-body-second-row .hero-promo-block-two-cols .hero-promo-block-content .content-hero-promo-block{
   bottom: -15px;
}
}
@media (max-width:767px){
.alias--new-normal .full-width-promo.overlay-magenta:after ,.alias--new-normal .full-width-promo:after {
    background-color: rgba(197,0,132,0.9);
}
.alias--new-normal  .full-width-promo .hero-promo .full-promo-body .full-promo-desc p {
    line-height: 25px;
    color: white;
    margin-top: 10px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-left{
 padding-left:0px;
}
.alias--new-normal .one-three-column-content .one-three-column-content-container .one-three-column-content-right .one-three-column-content-body-second-row .hero-promo-block-two-cols .hero-promo-block-content {
    min-height: 350px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .cog-component-mq h3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    max-width: 100%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2){
  padding-bottom:30px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content .two-column-content-right .cog-component-mq {
    padding-top: 20px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) h2{
    margin-bottom: 10px;
}
.hg-icons-title-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.outer-covid-nav-stik{
  display:none;
}
}
@media (max-width:1024px){
.outer-covid-nav-stik{
  display:none;
}
}
@-moz-document url-prefix() {
    .alias--new-normal .entity--type-node .field__items .field__item:nth-child(11) .two-column-content-right .cog-component-mq h3{
      max-width: 350px;
    }
    .alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right .cog-component-mq h3{
      max-width: 375px;
    }
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .four-promo-grid, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .four-promo-grid {
    background: #fff;
    height: 165px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right {
    background: transparent;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left{padding-right:0!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .two-column-content-body .promo-block-two-cols{width:100%!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right{padding-left:30px!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .four-promo-grid .cta h2, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .four-promo-grid .cta h2  {
    color: #000;
    font-family: aller;
    font-size: 18px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .four-promo-grid .cta .lnk, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .four-promo-grid .cta .lnk{    font-family: aller;
    font-size: 14px;
    float: right;
    color: #8A0051;}

.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .four-promo-grid .cta .lnk::after, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .four-promo-grid .cta .lnk::after{    font-family: aller;
    font-size: 14px;
    float: right;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content .two-column-content-right{background:transparent!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content h4{color: #000;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a{display: block;
    color: #8A0051;
    font-size: 15px;
    float: right;
    width: auto;
    margin: 0px;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols {
    min-height: 330px;
    width: 100%;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content a:after, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a:after
 {
    content: "\003E";
    padding-left: 5px;
    font-size: 14px;
    color: #8A0051;
}
.new-normal-extra-content{display:none;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) h2 .field__item{font-size:32px!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(10){display:none!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(12){display:block!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) h2 .field__item{color:#8A0051}
@media(max-width:768px){
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right{padding-left:0px!important}
}
@media (max-width: 767px){
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(3) h2 {
    margin-bottom: 0;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4) .cog-component-mq {
    padding-left: 0px;
    padding: 0 10px 20px;
}
.alias--new-normal .four-promo-grid .cta{width:92%!important}
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content{background-color:rgba(255, 255, 255, 0.7)!important;}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .four-promo-grid .cta h2, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .four-promo-grid .cta h2, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .four-promo-grid .cta h2{
font-weight:normal!important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a{border:none!important}
/*.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content a:hover, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content a:hover, .alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a:hover{border:none!important}*/
.alias--new-normal .full-width-promo:after{background-color:unset!important;}
@media(max-width:768px){
.alias--new-normal .full-width-promo{
background-image: url(/sites/default/files/2020-04/Reimagining%20Possibilities%20in%20the%20New%20Normal.jpg)!important;
}
.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13) .full-width-promo{
      background-image: url(/sites/default/files/2020-04/h-g-page-blog-banner.jpg) !important;
}
}

@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.90,0.90,0.90);
      transform: scale3d(0.90, 0.90, 0.90);
    }
 
    50% {
      opacity: 1;
    }
  }
/*Get to the new normal style 04-07-2020 ends*/



/* alliance details page css */

.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .alliance-overview p{
margin-bottom: 10px;
padding-bottom: 0;
}
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-right .main-alliance-container-right-inner .alliance-quick-links .quik-links a{
font-size:15px;
}

.cog-content-mq.alliance-details-page .content-listing .about-partner-container-full .about-partner-right .about-partner-right-inner .about-partner-desc > * {
margin:0;
margin-bottom:10px;
}

.cog-content-mq.alliance-details-page .content-listing .resources-insight-container .resources-insight-items .resources-insight-item .resources-type {
font-size:14px;
padding: 20px;
}
@media (min-with:1501px) {
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-right .main-alliance-container-right-inner .alliance-quick-links .quik-links a{
font-size:16px;
}
}
/*alliance listing page */


.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-body .simple-resources-listing-item .field__item:first-child {
padding-top:0;
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab__section .partners-logo-item .l-blog-img-wrap img {
padding:0;
}

/* ARVR PAGE */

.arvr--page .desc-cs-arvr-tab p {
margin-bottom: 10px;
padding-bottom: 0px;
}

@media (max-width:1110px) {
.arvr--page .desc-cs-arvr-tab p {
font-size: 15px;
}
}
.arvr--page .nav-tabs > li {
min-width:170px;
}
.arvr--page .nav-tabs > li a {
width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.arvr--page .nav-tabs > li.active > a, .arvr--page .nav-tabs > li.active > a:focus, .arvr--page .nav-tabs > li.active > a:hover, .arvr--page .nav > li > a:hover {
width:100%;
margin:0;
}
.arvr--page .tab-content .endCont .btn-link {
font-size:15px;
text-align:center;
width:310px;

}
@media (max-width: 330px){
  .arvr--page .tab-content .endCont .btn-link {
margin-left: -12px;
}
}

/*RJ Style at night 1AM*/
.from-cem .image_carousel_container-wrapper .image-carousel-series .owl-nav {
  display: none !important;
}
.intro__alliance .owl_carousel_container-cta a {
  position: relative;
}
.intro__alliance .owl_carousel_container-cta a i {
    color: #fff;
    font-size: 23px;
    top: 58%;
}
@media (max-width: 992px){
.nodetype--generic_landing_page .from-cem .field--name-field-components .field--name-field-components:nth-child(8) .full-width-banner-wrapper.wthout-video--banner .banner-content {
width: 100% !important
}
}
.arvr--page article {
overflow-x: hidden !important
}
@media (max-width: 576px){
.nodetype--generic_landing_page .from-cem .field--name-field-components .field--name-field-components:nth-child(8) .full-width-banner-wrapper.wthout-video--banner {
height: auto !important
}
}
.fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom {
display: none !important;
}
.intro__alliance .wthout-video--banner h3 {
color: #ffffff!important;
}
.nodetype--blog_post .main-f-blog-author a:last-child:after {
    content: " ";
}
.nodetype--blog_post .main-f-blog-author a:after {
    content: ",";
}
.nodetype--generic_landing_page.arvr--page .full-width-banner-wrapper.wthout-video--banner .banner-content {
   margin-top: 30px;
}

@media (max-width: 578px){
.nodetype--generic_landing_page.arvr--page .full-width-banner-wrapper.wthout-video--banner .banner-content {
min-height: 375px
}
}
.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap .partner-glance-img img {
min-width: 220px
}

/*** 02-03-2020 ***/
@media screen and (min-width: 300px) and  (max-width: 767px) {
.alliance--page .page-title-wrap .page-title{
   top: 100px;
}
body:not(.frontpage) .paragraph-contact-us-form form#uploadrfp_rfi{
top:56% !important;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-left,
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right {
   height: auto !important;
}
.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-left{
width:100%;
}
}

@media screen and (min-width: 768px) and  (max-width: 1024px) {
.alliance--page .page-title-wrap .page-title{
   top: 100px;
}
body:not(.frontpage) .paragraph-contact-us-form-wrapper .paragraph-contact-us-form form#uploadrfp_rfi{
bottom:180px !important
}
.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-left{
width:100%;
}
.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .tab__links{
   width: 100%;
   border: none !important;
   text-align: left;
   margin-top: 5px;
   font-size: 16px;
}
}
@media (max-width:1025px){
.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-left{
width:100%;
margin-bottom:20px;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right{
width:100%;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-left,
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right {
   height: 320px !important;
}
.alliance--page .page-title-wrap .page-title {
    top: 25px;
}
.alliance--page .page-title-wrap{
position:relative;
}
}
/*** 02-03-2020 end***/
.nodetype--blog_post #featured-blogs h2, .nodetype--blog_post #featured-blogs h3{color: #363636!important;font-family: Aller!important;font-size: 2.125em!important;line-height: 1.2em!important;}
.nodetype--blog_post #block-addtoanybuttons+.field--type-text-with-summary h2, .nodetype--blog_post #block-addtoanybuttons+.field--type-text-with-summary h3{font-size: 2.125em!important;line-height: 1.2em!important;color: #8A0051!important;font-family: "Aller"!important;}

@media(max-width:767px){
.nodetype--blog_post #featured-blogs h2, .nodetype--blog_post #featured-blogs h3{color: #363636!important;font-family: Aller!important;font-size: 20px!important;line-height: 1.2em!important;}
.nodetype--blog_post #block-addtoanybuttons+.field--type-text-with-summary h2, .nodetype--blog_post #block-addtoanybuttons+.field--type-text-with-summary h3{font-size: 30px!important;line-height: 1.2em!important;color: #8A0051!important;font-family: "Aller"!important;}
}
.arvr--page i.fa.fa-chevron-right {
   margin-top: 8px !important;
   }
   .arvr--page .btn-link{ width: 51% !important;}
   .arvr--page .endCont a{ display: none !important;}
.page-title-wrap .page-title{
z-index:1;
}
.cog-content-mq.alliance-details-page .content-listing .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner .partner-glance-sec-wrap .partner-glance-img{
background: #f6f6f6 !important;
}
.nodetype--news_detail .node-news-detail #page-title {
font-size:1.125em !important;
}
/*CAPE page*/
.alias--cape .banner-description h3 {color: #FFFFFF;}
.alias--cape .banner-description a{
    background-color: white;
    padding: 15px 25px;
    text-align: left;
    color: #8A0051;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: inherit;
    display: inline-block;
    text-transform: inherit;
    font-size: 16px;
    margin-top:5px;
}
.alias--cape.nodetype--generic_landing_page .full-width-banner-wrapper.video--banner .banner-content-wrap .banner-content .banner-description p {
    width: 100%!important;
}
.alias--cape .banner-description a:hover{
    background-color:#8a0051;
    color:#ffffff;
}
.taxonomy-content .view-content .views-row .listing-blogs-author-item .blog-item-info a:link, .taxonomy-content .view-content .views-row .listing-blogs-author-item .blog-item-info>a:visited{display:none!important}
.taxonomy-content .view-content .views-row .listing-blogs-author-item .blog-item-info h2 a:nth-child(2) {
    display: block!important;
}

.alliance--page .section-title {
  color: #8a0051 !important;
  }

/*Education Case studies Styles*/
.alias--about-resources-ivy-league-business-school-speeds-student-admission-process-building-unified .resources-detail-wrapper .replaced-title,
.alias--about-resources-ivy-league-business-school-expedites-time-market-its-online-learning-platform .resources-detail-wrapper .replaced-title,
.alias--about-resources-ivy-league-business-school-streamlines-operations-and-enhances-user-experience .resources-detail-wrapper .replaced-title,
.alias--about-resources-global-digital-curriculum-provider-enhances-sales-marketing-effectiveness .resources-detail-wrapper .replaced-title{
  width:100%;
}
/*COVID-19 Styles*/
@media(max-width:768px){
.alias--mindtree-response-covid-19 .promo-block-content.magenta{position:Relative;margin-top:340px;}
.alias--mindtree-response-covid-19 .promo-block-content.maroon{position:Relative;margin-top:340px;}
}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-left .field--name-field-column-one>.text-block{
padding:0!important;
}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-left{
padding-right: 5px;
}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-right{
padding-left: 5px;
    height: 361px;
}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-right .two-column-content-body{
   background-color: #f5f5f5;
    align-items: center;
    display: flex;
    background-image: url(/sites/default/files/2019-08/left-quote.png);
    background-size: 55px;
    background-position: 24px 34px;
    padding: 40px 70px;
    background-repeat: no-repeat;
}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2){padding-bottom:7px;position:relative;}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-right{height:362px!important;}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-left{height:362px!important;}

.covid-maroon-bg{
    position: absolute;
    right: 0;
    height: 300px;
    width: 500px;
    background: #5f013d;
    bottom: -55px;
    z-index: -1;
}
@media(min-width:1600px){
.covid-maroon-bg{
width: 600px;
}
}
@media(min-width:1800px){
.covid-maroon-bg{
width: 700px;
}
}
@media(min-width:1950px){
.covid-maroon-bg{
width: 800px;
}
}

@media(max-width:1300px){
.covid-maroon-bg{
width: 400px;
}
}

@media(max-width:1100px){
.covid-maroon-bg{
width: 300px;
}
}

@media(max-width:900px){
.covid-maroon-bg{
width: 200px;
}
}

@media(max-width:768px){
.covid-maroon-bg{
       display:none;
}
}
.covid-19 .generic-landing-header{
max-width: unset;
    margin: 0;
    padding: 100px 0px;
    background-image: linear-gradient(180deg, #850454 1%, #2d2e5c 40% );
    color: #ffffff;
    margin-bottom: 22px;
}
.covid-19 .generic-landing-header h1{color:#ffffff!important}
.covid-19 .generic-landing-header .field-subheader{color:#ffffff!important}
@media(max-width:768px){
.covid-19 .generic-landing-header{
   padding:50px 0;
}
.covid-19 .generic-landing-header h1 {
    color: #ffffff!important;
    font-size: 29px;
}
.covid-19 .generic-landing-header .field-subheader {
    color: #ffffff!important;
    font-size: 19px;
    padding: 0px 15px;
    margin-top: 10px;
}
}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(5) {
margin-bottom: 2px;
}
.covid-maroon-bg{display: none!important;
}
.frontpage .hero-value-banner-title span {font-family: aller-light!important; font-weight: lighter!important;
}
.frontpage .hero-value-banner-title .field--name-field-title:before{font-weight:bold;content:"Mindtree’s ";}
@media(max-width:768px){
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-left{height:auto!important;}
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-left iframe{height:auto!important;width:100%;}
@media(max-width:768px){
.alias--mindtree-response-covid-19 .field--name-field-components .field--name-field-components:nth-child(2) .two-column-content-right {
    height: auto!important;
}
}
</style>
  <div class="contact-us-form-confirmation">
    <h3>Thank you for your submission. We'll be in touch.</h3>
  </div>
</div>
</div>
        </div>
        <!-- /Contact form -->
    </div>


<nav role="navigation" aria-labelledby="block-search" id="block-search" data-block-plugin-id="system_menu_block:search" class="block block-menu navigation block-system-menublock menu--search">
      
        
              <ul class="menu">
                  <li>
          <a href="/search" class="search-icon" data-drupal-link-system-path="search">Search</a>
                  </li>
          </ul>
  


  </nav>
  </div>

      </div>
          </header>
  <!-- /header --> 
  
  <!-- ______________________ BRANDING _______________________ -->
  
  <div id="branding">
    <div class="cog--mq mq-branding">
              <div id="branding-region">
            <div class="region region-branding">
    <div id="block-mindtree-theme-breadcrumbs" data-block-plugin-id="system_breadcrumb_block" class="block block-system block-system-breadcrumb-block">
  
    
      
  </div>
<div data-drupal-messages-fallback class="hidden"></div>

  </div>

        </div>
          </div>
  </div>
  <!-- /branding -->
  
  <!-- ______________________ PRE CONTENT _______________________ -->
      <div class="clearfix pre-content" id="pre-content">
      <div class="cog--mq mq-precontent">
          <div class="region region-pre-content">
    <div class="views-exposed-form bef-exposed-form block block-views-exposed-filter-blocks block-views-exposed-filter-blocks-block" data-drupal-selector="views-exposed-form-blog-listing-with-scroll-blog-search-block-filter" id="block-viewsexposedfilterblock" data-block-plugin-id="views_exposed_filter_blocks_block">
  
    
      <form action="/blog" method="get" id="views-exposed-form-blog-listing-with-scroll-blog-search-block-filter" accept-charset="UTF-8">
  

<div class="form--inline clearfix">
  <div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-combine form-item-combine">
      <label for="edit-combine">Combine fields filter</label>
        <input placeholder="Search the blog..." class="views-ac-dependent-filter form-autocomplete form-text" data-drupal-selector="edit-combine" data-autocomplete-path="/views-autocomplete-filters/blog_listing_with_scroll/blog_search_block_filter/combine/0" type="text" id="edit-combine" name="combine" value="" size="30" maxlength="128" />

        </div>
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions--4"><input data-drupal-selector="edit-submit-blog-listing-with-scroll-4" type="submit" id="edit-submit-blog-listing-with-scroll--4" value="Search" class="button js-form-submit form-submit" />
</div>

</div>

</form>

  </div>

  </div>

      </div>
    </div>
    
  <!-- ______________________ MAIN _______________________ -->
  
  <div class="clearfix" id="main">
    <div class="cog--mq mq-main">
      
              <aside class="sidebar-first sidebars" id="sidebar-first">
            <div class="region region-sidebar-first">
    <div class="views-exposed-form bef-exposed-form block block-views-exposed-filter-blocks block-views-exposed-filter-blocks-block" data-bef-auto-submit-full-form="" data-drupal-selector="views-exposed-form-blog-listing-with-scroll-blog-scroll-block" id="block-viewsexposedfilterblock-3--2" data-block-plugin-id="views_exposed_filter_blocks_block">
  
    
      <form action="/blog" method="get" id="views-exposed-form-blog-listing-with-scroll-blog-scroll-block" accept-charset="UTF-8">
  

<div class="form--inline clearfix">
  <fieldset data-drupal-selector="edit-field-industries-target-id" id="edit-field-industries-target-id--3--wrapper" class="fieldgroup form-composite form-item js-form-wrapper form-wrapper">
      <legend>
    <span class="fieldset-legend">Explore by Industry</span>
  </legend>
  <div class="fieldset-wrapper">
            <div id="edit-field-industries-target-id--3" class="form-checkboxes"><div data-drupal-selector="edit-field-industries-target-id" id="edit-field-industries-target-id--3--wrapper" class="fieldgroup form-composite form-checkboxes">
                  <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-2271 form-item-field-industries-target-id-2271">
        <input data-drupal-selector="edit-field-industries-target-id-2271" type="checkbox" id="edit-field-industries-target-id-2271--3" name="field_industries_target_id[2271]" value="2271" class="form-checkbox" />

        <label for="edit-field-industries-target-id-2271--3" class="option">Select your Industry</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-1466 form-item-field-industries-target-id-1466">
        <input data-drupal-selector="edit-field-industries-target-id-1466" type="checkbox" id="edit-field-industries-target-id-1466--3" name="field_industries_target_id[1466]" value="1466" class="form-checkbox" />

        <label for="edit-field-industries-target-id-1466--3" class="option">Banking</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-21 form-item-field-industries-target-id-21">
        <input data-drupal-selector="edit-field-industries-target-id-21" type="checkbox" id="edit-field-industries-target-id-21--3" name="field_industries_target_id[21]" value="21" class="form-checkbox" />

        <label for="edit-field-industries-target-id-21--3" class="option">Capital Markets</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-31 form-item-field-industries-target-id-31">
        <input data-drupal-selector="edit-field-industries-target-id-31" type="checkbox" id="edit-field-industries-target-id-31--3" name="field_industries_target_id[31]" value="31" class="form-checkbox" />

        <label for="edit-field-industries-target-id-31--3" class="option">Consumer Packaged Goods</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-26 form-item-field-industries-target-id-26">
        <input data-drupal-selector="edit-field-industries-target-id-26" type="checkbox" id="edit-field-industries-target-id-26--3" name="field_industries_target_id[26]" value="26" class="form-checkbox" />

        <label for="edit-field-industries-target-id-26--3" class="option">Consumer Technology</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-41 form-item-field-industries-target-id-41">
        <input data-drupal-selector="edit-field-industries-target-id-41" type="checkbox" id="edit-field-industries-target-id-41--3" name="field_industries_target_id[41]" value="41" class="form-checkbox" />

        <label for="edit-field-industries-target-id-41--3" class="option">Education</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-46 form-item-field-industries-target-id-46">
        <input data-drupal-selector="edit-field-industries-target-id-46" type="checkbox" id="edit-field-industries-target-id-46--3" name="field_industries_target_id[46]" value="46" class="form-checkbox" />

        <label for="edit-field-industries-target-id-46--3" class="option">Insurance</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-51 form-item-field-industries-target-id-51">
        <input data-drupal-selector="edit-field-industries-target-id-51" type="checkbox" id="edit-field-industries-target-id-51--3" name="field_industries_target_id[51]" value="51" class="form-checkbox" />

        <label for="edit-field-industries-target-id-51--3" class="option">Manufacturing</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-56 form-item-field-industries-target-id-56">
        <input data-drupal-selector="edit-field-industries-target-id-56" type="checkbox" id="edit-field-industries-target-id-56--3" name="field_industries_target_id[56]" value="56" class="form-checkbox" />

        <label for="edit-field-industries-target-id-56--3" class="option">Media &amp; Entertainment</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-61 form-item-field-industries-target-id-61">
        <input data-drupal-selector="edit-field-industries-target-id-61" type="checkbox" id="edit-field-industries-target-id-61--3" name="field_industries_target_id[61]" value="61" class="form-checkbox" />

        <label for="edit-field-industries-target-id-61--3" class="option">Retail</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-71 form-item-field-industries-target-id-71">
        <input data-drupal-selector="edit-field-industries-target-id-71" type="checkbox" id="edit-field-industries-target-id-71--3" name="field_industries_target_id[71]" value="71" class="form-checkbox" />

        <label for="edit-field-industries-target-id-71--3" class="option">Transportation &amp; Logistics</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-76 form-item-field-industries-target-id-76">
        <input data-drupal-selector="edit-field-industries-target-id-76" type="checkbox" id="edit-field-industries-target-id-76--3" name="field_industries_target_id[76]" value="76" class="form-checkbox" />

        <label for="edit-field-industries-target-id-76--3" class="option">Travel &amp; Hospitality</label>
      </div>

      </div>
</div>

          </div>
</fieldset>
<fieldset data-drupal-selector="edit-field-services-target-id" id="edit-field-services-target-id--3--wrapper" class="fieldgroup form-composite form-item js-form-wrapper form-wrapper">
      <legend>
    <span class="fieldset-legend">Explore by Service</span>
  </legend>
  <div class="fieldset-wrapper">
            <div id="edit-field-services-target-id--3" class="form-checkboxes"><div data-drupal-selector="edit-field-services-target-id" id="edit-field-services-target-id--3--wrapper" class="fieldgroup form-composite form-checkboxes">
                  <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-916 form-item-field-services-target-id-916">
        <input data-drupal-selector="edit-field-services-target-id-916" type="checkbox" id="edit-field-services-target-id-916--3" name="field_services_target_id[916]" value="916" class="form-checkbox" />

        <label for="edit-field-services-target-id-916--3" class="option">Application Development</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-956 form-item-field-services-target-id-956">
        <input data-drupal-selector="edit-field-services-target-id-956" type="checkbox" id="edit-field-services-target-id-956--3" name="field_services_target_id[956]" value="956" class="form-checkbox" />

        <label for="edit-field-services-target-id-956--3" class="option">Application Infrastructure Management</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1731 form-item-field-services-target-id-1731">
        <input data-drupal-selector="edit-field-services-target-id-1731" type="checkbox" id="edit-field-services-target-id-1731--3" name="field_services_target_id[1731]" value="1731" class="form-checkbox" />

        <label for="edit-field-services-target-id-1731--3" class="option">Robotic Process Automation</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-961 form-item-field-services-target-id-961">
        <input data-drupal-selector="edit-field-services-target-id-961" type="checkbox" id="edit-field-services-target-id-961--3" name="field_services_target_id[961]" value="961" class="form-checkbox" />

        <label for="edit-field-services-target-id-961--3" class="option">DevOps</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-866 form-item-field-services-target-id-866">
        <input data-drupal-selector="edit-field-services-target-id-866" type="checkbox" id="edit-field-services-target-id-866--3" name="field_services_target_id[866]" value="866" class="form-checkbox" />

        <label for="edit-field-services-target-id-866--3" class="option">Cloud Management</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1441 form-item-field-services-target-id-1441">
        <input data-drupal-selector="edit-field-services-target-id-1441" type="checkbox" id="edit-field-services-target-id-1441--3" name="field_services_target_id[1441]" value="1441" class="form-checkbox" />

        <label for="edit-field-services-target-id-1441--3" class="option">Internet of Things</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1426 form-item-field-services-target-id-1426">
        <input data-drupal-selector="edit-field-services-target-id-1426" type="checkbox" id="edit-field-services-target-id-1426--3" name="field_services_target_id[1426]" value="1426" class="form-checkbox" />

        <label for="edit-field-services-target-id-1426--3" class="option">Artificial Intelligence</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1446 form-item-field-services-target-id-1446">
        <input data-drupal-selector="edit-field-services-target-id-1446" type="checkbox" id="edit-field-services-target-id-1446--3" name="field_services_target_id[1446]" value="1446" class="form-checkbox" />

        <label for="edit-field-services-target-id-1446--3" class="option">Blockchain</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-171 form-item-field-services-target-id-171">
        <input data-drupal-selector="edit-field-services-target-id-171" type="checkbox" id="edit-field-services-target-id-171--3" name="field_services_target_id[171]" value="171" class="form-checkbox" />

        <label for="edit-field-services-target-id-171--3" class="option">Digital</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-841 form-item-field-services-target-id-841">
        <input data-drupal-selector="edit-field-services-target-id-841" type="checkbox" id="edit-field-services-target-id-841--3" name="field_services_target_id[841]" value="841" class="form-checkbox" />

        <label for="edit-field-services-target-id-841--3" class="option">Cloud</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-871 form-item-field-services-target-id-871">
        <input data-drupal-selector="edit-field-services-target-id-871" type="checkbox" id="edit-field-services-target-id-871--3" name="field_services_target_id[871]" value="871" class="form-checkbox" />

        <label for="edit-field-services-target-id-871--3" class="option">Data Analytics</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-941 form-item-field-services-target-id-941">
        <input data-drupal-selector="edit-field-services-target-id-941" type="checkbox" id="edit-field-services-target-id-941--3" name="field_services_target_id[941]" value="941" class="form-checkbox" />

        <label for="edit-field-services-target-id-941--3" class="option">Automation</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-951 form-item-field-services-target-id-951">
        <input data-drupal-selector="edit-field-services-target-id-951" type="checkbox" id="edit-field-services-target-id-951--3" name="field_services_target_id[951]" value="951" class="form-checkbox" />

        <label for="edit-field-services-target-id-951--3" class="option">Infrastructure Management</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-976 form-item-field-services-target-id-976">
        <input data-drupal-selector="edit-field-services-target-id-976" type="checkbox" id="edit-field-services-target-id-976--3" name="field_services_target_id[976]" value="976" class="form-checkbox" />

        <label for="edit-field-services-target-id-976--3" class="option">Test Engineering</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-186 form-item-field-services-target-id-186">
        <input data-drupal-selector="edit-field-services-target-id-186" type="checkbox" id="edit-field-services-target-id-186--3" name="field_services_target_id[186]" value="186" class="form-checkbox" />

        <label for="edit-field-services-target-id-186--3" class="option">IT Consulting</label>
      </div>

      </div>
</div>

          </div>
</fieldset>
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions--3"><input data-bef-auto-submit-click="" class="js-hide button js-form-submit form-submit" data-drupal-selector="edit-submit-blog-listing-with-scroll-3" type="submit" id="edit-submit-blog-listing-with-scroll--3" value="Search" />
</div>

</div>

</form>

  </div>

  </div>

        </aside>
            <!-- /sidebar-first -->
      
      <section id="content">
        
                
        <div id="content-area">
            <div class="region region-content">
    <style>
#latest-blogs .mindtree-subscribe .subscribe-content .mktoForm .mktoButtonRow, .mindtree-subscribe .subscribe-content .mktoForm .mktoFormRow:nth-child(2) {
    width: 90% !important;
}
</style>


<article role="article" about="/blog" class="entity--type-node">
   <div class="blog-main-wrap">
        <div class="srchbar sticky-enabling">
            <!-- Start Search Bar Box Layout =================== -->
            <!-- <div class="container-fluid p-0 bg-white">
                <div class="row">
                    <div id="maxwidth" class="container">
                        <div class="search-bar-wrap">
                            <div class="search-box-content">
                                                                  </div>
                        </div>
                    </div>
                </div>
            </div> -->
            <!-- End Search Bar Box Layout -->
            <!-- Start Page Progress Bar -->
<!--             <progress value="0" id="progressBar">
                <div class="progress-container">
                    <span class="progress-bar"></span>
                </div>
            </progress> -->
            <!-- End Page Progress Bar -->
        </div>
        <!-- End Search Bar Box Layout =================== -->


<!-- 
        <div class="listing-header">
          <h1></h1>
          <h4></h4>
        </div> -->
 
        <!-- Start Featured Blog Layout =================== -->
       
  <section id="featured-blogs" class="featured-blogs">
            <div class="container-fluid bg-medium-grey">
                <div class="row py-5">
                    <div id="maxwdth" class="container">
                      <h1 id="h1-blg-hd-story" class="sec-content-title">
                                Speaking our Mind | Blog 
                            </h1>
                        <div class="row">
                            <div class="lg-max-12 col-lg-9">
                                <div class="main-featured-blog bg-white">
                                    <div class="main-featured-blog-content">
                                        <div class="row align-items-center">
                                                                                                                                    <div class="main-featured-blog-left md-max-12 min-height-30h" style="background: url('/sites/default/files/2020-09/Lets-Do-This-Already.jpg') no-repeat center/ cover">
                                                <div class="seclabel-wrap">
                                                    <div class="seclabel">
                                                        Featured
                                                    </div>
                                                </div>
                                            </div>

                                            <div class="main-featured-blog-right md-max-12 min-height-20h">
                                               <div class="listing-featured-items  items-cols-1 pink">

                                                <div class="main-f-blog-right-inner">
                                                  <ul class="main-f-blog-tags">
                                                                                                            <li class="main-f-blog-tags-item services">
                                                                                                         
                                                                                                 
                                                         <a href="/blogs-category/976">Test Engineering</a>
                                                    </li>
                                                                                                       </ul>
                                               <div class="main-f-blog-date">
                                                 <div class="date-item">
                                                   22 September 2020
                                                </div>
                                               </div>
                                            <h3 class="main-f-blog-title">
                                             <a href="/blog/lets-do-already" target="_blank">Let’s Do This Already! </a>
                                           </h3>    
                                                                                                           <div class="main-f-blog-desc" id="ent_nid-18901">
                                                                                                              </div>
<script>
 var myString = "This is the part in the show where we do a quick recap of what came before. We s"; //replace with your string.
var max_Length = 120;// maximum number of characters to extract
//trim the string to the maximum length
var trimmed_String = myString.substr(0, max_Length);
//re-trim if we are in the middle of a word
trimmed_String = trimmed_String.substr(0, Math.min(trimmed_String.length, trimmed_String.lastIndexOf(" ")));
document.getElementById("ent_nid-18901").innerHTML = trimmed_String+"..."; 
</script>
                                                                                                            <div class="main-f-blog-author">
                                                              <p>By                                                                                                                       <a href="/blog/chris-manuel">Chris Manuel</a>
                                                                                                                      </p>
                                                      </div>
                                                      <div class="read-mins">
                                                                                                                     3 min read
                                                      </div>
                                                  </div> 
                                               </div>
                                            </div>
                                        </div>
                                                                                                                          </div>
                                </div>
                            </div>
                                                        <div class="lg-max-12 col-lg-3">
                        <!-- Begin of Right featured Blog-->
                             <div class="right-featured-blogs">             
                                    
      <div class="field field--name-field-tagged-item field--type-entity-reference-revisions field--label-hidden field__items">
              <div class="field field--name-field-tagged-item field--type-entity-reference-revisions field--label-hidden field__item">

<div class="right-f-blogs-content mb-3 p-3" style="background: url('/sites/default/files/2020-08/Composable-Automated-Platform-for-Enterprises-CAPE.jpg') no-repeat center/ cover">
  <div class="right-f-blogs-content-inner">
      <div class="right-f-blogs-title">
        <a href="https://www.mindtree.com/CAPE" target="_blank"> Composable Automated Platform for Enterprises (CAPE) </a>

      </div>
      <div class="right-f-blogs-desc">
        An integrated platform for delivering tomorrow&#039;s enterprise IT

      </div>
  </div>
</div>
</div>
              <div class="field field--name-field-tagged-item field--type-entity-reference-revisions field--label-hidden field__item">

<div class="right-f-blogs-content mb-3 p-3" style="background: url('/sites/default/files/2020-09/Digital%20resiliency%20for%20the%20next%20normal.jpg') no-repeat center/ cover">
  <div class="right-f-blogs-content-inner">
      <div class="right-f-blogs-title">
        <a href="https://possible.mindtree.com/AI-Readiness-Report-2019.html?utm_source=Organic&amp;utm_medium=button&amp;utm_campaign=AI-Report" target="_blank"> Ensuring Digital Resiliency for the Next Normal </a>

      </div>
      <div class="right-f-blogs-desc">
        Possibilities Forum: Ensuring Post-Pandemic Readiness

      </div>
  </div>
</div>
</div>
              <div class="field field--name-field-tagged-item field--type-entity-reference-revisions field--label-hidden field__item">

<div class="right-f-blogs-content mb-3 p-3" style="background: url('/sites/default/files/2019-11/mindtree-blog-shift-banner.jpg') no-repeat center/ cover">
  <div class="right-f-blogs-content-inner">
      <div class="right-f-blogs-title">
        <a href="https://shift.mindtree.com/" target="_blank"> The Next Frontier for Enterprises – Moving to a Product IT Operating Model </a>

      </div>
      <div class="right-f-blogs-desc">
        Shift from Enterprise IT to Product IT

      </div>
  </div>
</div>
</div>
          </div>
                
                                </div>   
                                        
                        <!-- End of Right featured Blog-->
                            </div>
                                                    </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- End Featured Blog Layout =================== -->
   
        <!-- Sticky Sidebar -->
        <!-- <script src='./themes/custom/mindtree_theme/js/stickySidebar.js'></script> -->
        <!-- Start Latest Blog Grid Layout -->
        <section id="latest-blogs" class="latest-blogs lat-blg-lst-ld">
            <div id="main-content" class="container-fluid p-0 main">
                <div class="d-flex pb-5">
                    <div class="cust-bg1 col-lg-3 latest-blogs-left blog-column-base p-0 posstick">
                        <div class="filter-blog-outer" style="transition:transition: 1s all linear">
                          <span class="res-blg-srch" onclick="dummy(0);return false;">Reset</span>
                          <h3 class="filter-mob filtplus">Filter</h3>
                          <!-- Filter -->
                          <div class="views-exposed-form bef-exposed-form block block-views-exposed-filter-blocks block-views-exposed-filter-blocks-block" data-bef-auto-submit-full-form="" data-drupal-selector="views-exposed-form-blog-listing-with-scroll-blog-scroll-block" id="block-viewsexposedfilterblock-3" data-block-plugin-id="views_exposed_filter_blocks_block">
  
    
      <form action="/blog" method="get" id="views-exposed-form-blog-listing-with-scroll-blog-scroll-block" accept-charset="UTF-8">
  

<div class="form--inline clearfix">
  <fieldset data-drupal-selector="edit-field-industries-target-id" id="edit-field-industries-target-id--2--wrapper" class="fieldgroup form-composite form-item js-form-wrapper form-wrapper">
      <legend>
    <span class="fieldset-legend">Explore by Industry</span>
  </legend>
  <div class="fieldset-wrapper">
            <div id="edit-field-industries-target-id--2" class="form-checkboxes"><div data-drupal-selector="edit-field-industries-target-id" id="edit-field-industries-target-id--2--wrapper" class="fieldgroup form-composite form-checkboxes">
                  <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-2271 form-item-field-industries-target-id-2271">
        <input data-drupal-selector="edit-field-industries-target-id-2271" type="checkbox" id="edit-field-industries-target-id-2271--2" name="field_industries_target_id[2271]" value="2271" class="form-checkbox" />

        <label for="edit-field-industries-target-id-2271--2" class="option">Select your Industry</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-1466 form-item-field-industries-target-id-1466">
        <input data-drupal-selector="edit-field-industries-target-id-1466" type="checkbox" id="edit-field-industries-target-id-1466--2" name="field_industries_target_id[1466]" value="1466" class="form-checkbox" />

        <label for="edit-field-industries-target-id-1466--2" class="option">Banking</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-21 form-item-field-industries-target-id-21">
        <input data-drupal-selector="edit-field-industries-target-id-21" type="checkbox" id="edit-field-industries-target-id-21--2" name="field_industries_target_id[21]" value="21" class="form-checkbox" />

        <label for="edit-field-industries-target-id-21--2" class="option">Capital Markets</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-31 form-item-field-industries-target-id-31">
        <input data-drupal-selector="edit-field-industries-target-id-31" type="checkbox" id="edit-field-industries-target-id-31--2" name="field_industries_target_id[31]" value="31" class="form-checkbox" />

        <label for="edit-field-industries-target-id-31--2" class="option">Consumer Packaged Goods</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-26 form-item-field-industries-target-id-26">
        <input data-drupal-selector="edit-field-industries-target-id-26" type="checkbox" id="edit-field-industries-target-id-26--2" name="field_industries_target_id[26]" value="26" class="form-checkbox" />

        <label for="edit-field-industries-target-id-26--2" class="option">Consumer Technology</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-41 form-item-field-industries-target-id-41">
        <input data-drupal-selector="edit-field-industries-target-id-41" type="checkbox" id="edit-field-industries-target-id-41--2" name="field_industries_target_id[41]" value="41" class="form-checkbox" />

        <label for="edit-field-industries-target-id-41--2" class="option">Education</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-46 form-item-field-industries-target-id-46">
        <input data-drupal-selector="edit-field-industries-target-id-46" type="checkbox" id="edit-field-industries-target-id-46--2" name="field_industries_target_id[46]" value="46" class="form-checkbox" />

        <label for="edit-field-industries-target-id-46--2" class="option">Insurance</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-51 form-item-field-industries-target-id-51">
        <input data-drupal-selector="edit-field-industries-target-id-51" type="checkbox" id="edit-field-industries-target-id-51--2" name="field_industries_target_id[51]" value="51" class="form-checkbox" />

        <label for="edit-field-industries-target-id-51--2" class="option">Manufacturing</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-56 form-item-field-industries-target-id-56">
        <input data-drupal-selector="edit-field-industries-target-id-56" type="checkbox" id="edit-field-industries-target-id-56--2" name="field_industries_target_id[56]" value="56" class="form-checkbox" />

        <label for="edit-field-industries-target-id-56--2" class="option">Media &amp; Entertainment</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-61 form-item-field-industries-target-id-61">
        <input data-drupal-selector="edit-field-industries-target-id-61" type="checkbox" id="edit-field-industries-target-id-61--2" name="field_industries_target_id[61]" value="61" class="form-checkbox" />

        <label for="edit-field-industries-target-id-61--2" class="option">Retail</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-71 form-item-field-industries-target-id-71">
        <input data-drupal-selector="edit-field-industries-target-id-71" type="checkbox" id="edit-field-industries-target-id-71--2" name="field_industries_target_id[71]" value="71" class="form-checkbox" />

        <label for="edit-field-industries-target-id-71--2" class="option">Transportation &amp; Logistics</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-industries-target-id-76 form-item-field-industries-target-id-76">
        <input data-drupal-selector="edit-field-industries-target-id-76" type="checkbox" id="edit-field-industries-target-id-76--2" name="field_industries_target_id[76]" value="76" class="form-checkbox" />

        <label for="edit-field-industries-target-id-76--2" class="option">Travel &amp; Hospitality</label>
      </div>

      </div>
</div>

          </div>
</fieldset>
<fieldset data-drupal-selector="edit-field-services-target-id" id="edit-field-services-target-id--2--wrapper" class="fieldgroup form-composite form-item js-form-wrapper form-wrapper">
      <legend>
    <span class="fieldset-legend">Explore by Service</span>
  </legend>
  <div class="fieldset-wrapper">
            <div id="edit-field-services-target-id--2" class="form-checkboxes"><div data-drupal-selector="edit-field-services-target-id" id="edit-field-services-target-id--2--wrapper" class="fieldgroup form-composite form-checkboxes">
                  <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-916 form-item-field-services-target-id-916">
        <input data-drupal-selector="edit-field-services-target-id-916" type="checkbox" id="edit-field-services-target-id-916--2" name="field_services_target_id[916]" value="916" class="form-checkbox" />

        <label for="edit-field-services-target-id-916--2" class="option">Application Development</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-956 form-item-field-services-target-id-956">
        <input data-drupal-selector="edit-field-services-target-id-956" type="checkbox" id="edit-field-services-target-id-956--2" name="field_services_target_id[956]" value="956" class="form-checkbox" />

        <label for="edit-field-services-target-id-956--2" class="option">Application Infrastructure Management</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1731 form-item-field-services-target-id-1731">
        <input data-drupal-selector="edit-field-services-target-id-1731" type="checkbox" id="edit-field-services-target-id-1731--2" name="field_services_target_id[1731]" value="1731" class="form-checkbox" />

        <label for="edit-field-services-target-id-1731--2" class="option">Robotic Process Automation</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-961 form-item-field-services-target-id-961">
        <input data-drupal-selector="edit-field-services-target-id-961" type="checkbox" id="edit-field-services-target-id-961--2" name="field_services_target_id[961]" value="961" class="form-checkbox" />

        <label for="edit-field-services-target-id-961--2" class="option">DevOps</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-866 form-item-field-services-target-id-866">
        <input data-drupal-selector="edit-field-services-target-id-866" type="checkbox" id="edit-field-services-target-id-866--2" name="field_services_target_id[866]" value="866" class="form-checkbox" />

        <label for="edit-field-services-target-id-866--2" class="option">Cloud Management</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1441 form-item-field-services-target-id-1441">
        <input data-drupal-selector="edit-field-services-target-id-1441" type="checkbox" id="edit-field-services-target-id-1441--2" name="field_services_target_id[1441]" value="1441" class="form-checkbox" />

        <label for="edit-field-services-target-id-1441--2" class="option">Internet of Things</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1426 form-item-field-services-target-id-1426">
        <input data-drupal-selector="edit-field-services-target-id-1426" type="checkbox" id="edit-field-services-target-id-1426--2" name="field_services_target_id[1426]" value="1426" class="form-checkbox" />

        <label for="edit-field-services-target-id-1426--2" class="option">Artificial Intelligence</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-1446 form-item-field-services-target-id-1446">
        <input data-drupal-selector="edit-field-services-target-id-1446" type="checkbox" id="edit-field-services-target-id-1446--2" name="field_services_target_id[1446]" value="1446" class="form-checkbox" />

        <label for="edit-field-services-target-id-1446--2" class="option">Blockchain</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-171 form-item-field-services-target-id-171">
        <input data-drupal-selector="edit-field-services-target-id-171" type="checkbox" id="edit-field-services-target-id-171--2" name="field_services_target_id[171]" value="171" class="form-checkbox" />

        <label for="edit-field-services-target-id-171--2" class="option">Digital</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-841 form-item-field-services-target-id-841">
        <input data-drupal-selector="edit-field-services-target-id-841" type="checkbox" id="edit-field-services-target-id-841--2" name="field_services_target_id[841]" value="841" class="form-checkbox" />

        <label for="edit-field-services-target-id-841--2" class="option">Cloud</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-871 form-item-field-services-target-id-871">
        <input data-drupal-selector="edit-field-services-target-id-871" type="checkbox" id="edit-field-services-target-id-871--2" name="field_services_target_id[871]" value="871" class="form-checkbox" />

        <label for="edit-field-services-target-id-871--2" class="option">Data Analytics</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-941 form-item-field-services-target-id-941">
        <input data-drupal-selector="edit-field-services-target-id-941" type="checkbox" id="edit-field-services-target-id-941--2" name="field_services_target_id[941]" value="941" class="form-checkbox" />

        <label for="edit-field-services-target-id-941--2" class="option">Automation</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-951 form-item-field-services-target-id-951">
        <input data-drupal-selector="edit-field-services-target-id-951" type="checkbox" id="edit-field-services-target-id-951--2" name="field_services_target_id[951]" value="951" class="form-checkbox" />

        <label for="edit-field-services-target-id-951--2" class="option">Infrastructure Management</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-976 form-item-field-services-target-id-976">
        <input data-drupal-selector="edit-field-services-target-id-976" type="checkbox" id="edit-field-services-target-id-976--2" name="field_services_target_id[976]" value="976" class="form-checkbox" />

        <label for="edit-field-services-target-id-976--2" class="option">Test Engineering</label>
      </div>

                    <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-field-services-target-id-186 form-item-field-services-target-id-186">
        <input data-drupal-selector="edit-field-services-target-id-186" type="checkbox" id="edit-field-services-target-id-186--2" name="field_services_target_id[186]" value="186" class="form-checkbox" />

        <label for="edit-field-services-target-id-186--2" class="option">IT Consulting</label>
      </div>

      </div>
</div>

          </div>
</fieldset>
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions--2"><input data-bef-auto-submit-click="" class="js-hide button js-form-submit form-submit" data-drupal-selector="edit-submit-blog-listing-with-scroll-2" type="submit" id="edit-submit-blog-listing-with-scroll--2" value="Search" />
</div>

</div>

</form>

  </div>
 
                          <div class="mindtree-subscribewrap blog-only-desktop">
                           <div class="mindtree-subscribe">
  <div class="cog-component-mq subscribe-content">
    <h2>Sign Up for our Monthly Newsletter</h2>
    <form id="mktoForm_76" id_nr="76"></form>
  </div>
</div>
 
                                
                          </div>
                        </div>
                    </div> 
              
                      <div class="lg-max-12 col-lg-9 latest-blogs-right blog-column-base">

                        <div class="res-paddy px-4">
                             <h3 class="sec-content-title">
                                Most Popular
                            </h3>
                            <div class="owl-carousel content-carousel owl-theme mb-5">
                                                                                            <div class="main-featured-blog bg-vlight-grey">
                                    <div class="main-featured-blog-content">
                                        <div class="row mr-0 ml-0">
                                            <div class="main-featured-blog-left md-max-12 min-height-30h xl-min-height-5h " style="background: url('/sites/default/files/2020-07/ai-in-highered_1.jpg') no-repeat center/ cover">
                                                <!-- <a href=""></a> -->
                                            </div>
                                            <div class="main-featured-blog-right md-max-12 min-height-20h">
                                                <div class="main-f-blog-right-inner">
                                                    <ul class="main-f-blog-tags">
                                                                                                                                                                    <li class="main-f-blog-tags-item industries">
                                                                                                                                                                      <a href="/blogs-category/41">Education</a>
                                                    </li>
                                                                                                                                                            </ul>
                                                    <div class="main-f-blog-date">
                                                        <div class="date-item">
                                                              23 July 2020
                                                        </div>
                                                    </div>
                                                    <a href="/blog/ai-higher-education-today-cutting-edge-or-table-stakes" class="main-f-blog-title-link"><h3 class="main-f-blog-title">
                                                        AI in Higher Education today: Cutting edge or Table stakes?
                                                    </h3></a>
                                                    <div class="main-f-blog-desc">
                                                      <!-- No desc to be printed! -->
                                                    </div>
                                                    <div class="main-f-blog-author">
                                                        <p>By              
                                                                                                                                                                               <a href="/blog/manjari-kanabar">Manjari Kanabar</a>
                                                                                                                </p>
                                                    </div>
                                                    <div class="read-mins">
                                                                                                             3 min read
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                    <div class="main-featured-blog bg-vlight-grey">
                                    <div class="main-featured-blog-content">
                                        <div class="row mr-0 ml-0">
                                            <div class="main-featured-blog-left md-max-12 min-height-30h xl-min-height-5h " style="background: url('/sites/default/files/2020-04/sao-for-bbog.jpg') no-repeat center/ cover">
                                                <!-- <a href=""></a> -->
                                            </div>
                                            <div class="main-featured-blog-right md-max-12 min-height-20h">
                                                <div class="main-f-blog-right-inner">
                                                    <ul class="main-f-blog-tags">
                                                                                                                 <li class="main-f-blog-tags-item services">
                                                                                                         
                                                                                                                <a href="/blogs-category/841">Cloud</a>
                                                    </li>
                                                                                                         </ul>
                                                    <div class="main-f-blog-date">
                                                        <div class="date-item">
                                                              30 April 2020
                                                        </div>
                                                    </div>
                                                    <a href="/blog/sap-cloud-roadmap-part-1" class="main-f-blog-title-link"><h3 class="main-f-blog-title">
                                                        SAP on Cloud Roadmap (Part 1)
                                                    </h3></a>
                                                    <div class="main-f-blog-desc">
                                                      <!-- No desc to be printed! -->
                                                    </div>
                                                    <div class="main-f-blog-author">
                                                        <p>By              
                                                                                                                                                                               <a href="/blog/samarjeet-singh">Samarjeet Singh</a>
                                                                                                                </p>
                                                    </div>
                                                    <div class="read-mins">
                                                                                                             4 min read
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                    <div class="main-featured-blog bg-vlight-grey">
                                    <div class="main-featured-blog-content">
                                        <div class="row mr-0 ml-0">
                                            <div class="main-featured-blog-left md-max-12 min-height-30h xl-min-height-5h " style="background: url('/sites/default/files/2020-06/azure-infra-deployment-using-terraform-Iac-tools-thumbnail_1.jpg') no-repeat center/ cover">
                                                <!-- <a href=""></a> -->
                                            </div>
                                            <div class="main-featured-blog-right md-max-12 min-height-20h">
                                                <div class="main-f-blog-right-inner">
                                                    <ul class="main-f-blog-tags">
                                                                                                                 <li class="main-f-blog-tags-item services">
                                                                                                         
                                                                                                                <a href="/blogs-category/951">Infrastructure Management</a>
                                                    </li>
                                                                                                         </ul>
                                                    <div class="main-f-blog-date">
                                                        <div class="date-item">
                                                              26 June 2020
                                                        </div>
                                                    </div>
                                                    <a href="/blog/azure-infra-deployment-using-terraform-iac-tools-how-cloud-admin-making-transformation" class="main-f-blog-title-link"><h3 class="main-f-blog-title">
                                                        Azure Infra deployment using Terraform IaC tools: How is Cloud Admin making this transformation possible?
                                                    </h3></a>
                                                    <div class="main-f-blog-desc">
                                                      <!-- No desc to be printed! -->
                                                    </div>
                                                    <div class="main-f-blog-author">
                                                        <p>By              
                                                                                                                                                                               <a href="/blog/sharad-khadtare">Sharad Khadtare</a>
                                                                                                                </p>
                                                    </div>
                                                    <div class="read-mins">
                                                                                                             5 min read
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                                                        
                            
                            </div>
                        </div>
                        <div class="latest-blogs-grid">
                          <div class="latest-blog-title">
                            <h3 id="latst-story" class="sec-content-title">
                                Latest Stories
                            </h3>
                          </div>
                           
<div class="field field--name-field-view field--type-viewfield field--label-hidden">
  
    
        
<div class="field__item field__item-label-hidden">
  
    
      <div class="views-element-container">

<div class="view view-blog-listing-with-scroll view-id-blog_listing_with_scroll view-display-id-blog_scroll_block js-view-dom-id-836a84c806a19194577a8bb87026cf140362586c57eeb25b4bddf2abecfe371c">
    
        
            <!-- Removed Exposed Filter from the Block-->
        <!-- <div class="view-filters">
                    </div> -->
            
            <div class="view-content">
            <div data-drupal-views-infinite-scroll-content-wrapper class="views-infinite-scroll-content-wrapper clearfix"><div class="item-list latst-bogs">
  
  <ul>

          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/planning-pandemic-using-predictive-capabilities-enhance-forecasting" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-10/Planning-in-a-pandemic-1.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/871" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Data Analytics</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/planning-pandemic-using-predictive-capabilities-enhance-forecasting" target="_blank" id="node_id-18940"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Planning in a Pandemic: Using Predictive Capabilities to Enhance Forecasting"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18940").innerHTML = yourString;
}
else{
document.getElementById("node_id-18940").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/planning-in-a-pandemic" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-10/PLANNING-IN-A-PANDEMIC.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/51" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Manufacturing</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/planning-in-a-pandemic" target="_blank" id="node_id-18916"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Planning in a Pandemic"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18916").innerHTML = yourString;
}
else{
document.getElementById("node_id-18916").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/future-of-data-driven-sentiment-analysis-retail-industry" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-10/Speech-Bubble_0.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/61" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Retail</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/future-of-data-driven-sentiment-analysis-retail-industry" target="_blank" id="node_id-18914"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Sentiment analysis in the retail industry"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18914").innerHTML = yourString;
}
else{
document.getElementById("node_id-18914").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/rise-apis-financial-services-key-future" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-09/API.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/1466" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Banking</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/rise-apis-financial-services-key-future" target="_blank" id="node_id-18907"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Rise of APIs in financial services: the key to the future? "; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18907").innerHTML = yourString;
}
else{
document.getElementById("node_id-18907").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/lets-do-already" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-09/Lets-Do-This-Already.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/976" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Test Engineering</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/lets-do-already" target="_blank" id="node_id-18901"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Let’s Do This Already!"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18901").innerHTML = yourString;
}
else{
document.getElementById("node_id-18901").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/introduction-convolutional-neural-networks-and-their-applications" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-09/autonomous-selfdriving-car-is-recognizing-road-signs-computer-vision-picture-id813581436_782x502.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                          </div>
              <div class="l-blog-title">
                <a href="/blog/introduction-convolutional-neural-networks-and-their-applications" target="_blank" id="node_id-18899"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "An Introduction to Convolutional Neural Networks and Their Applications"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18899").innerHTML = yourString;
}
else{
document.getElementById("node_id-18899").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/central-bank-digital-currency-cbdc-new-form-money-gains-momentum" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-09/Financial-technology.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/1466" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Banking</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/central-bank-digital-currency-cbdc-new-form-money-gains-momentum" target="_blank" id="node_id-18898"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Central Bank Digital Currency (CBDC) - New form of Money gains momentum"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18898").innerHTML = yourString;
}
else{
document.getElementById("node_id-18898").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/silos-are-inevitable-so-you-may-well-embrace-them" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-09/Grain-Storage-Silos-Canadian.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/1466" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Banking</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/silos-are-inevitable-so-you-may-well-embrace-them" target="_blank" id="node_id-18895"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Silos are Inevitable, so you may as well embrace them"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18895").innerHTML = yourString;
}
else{
document.getElementById("node_id-18895").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/communicate-be-understood-not-just-heard" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-08/Communicate-to-understand.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/46" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Insurance</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/communicate-be-understood-not-just-heard" target="_blank" id="node_id-18868"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Communicate to be Understood, Not Just Heard "; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18868").innerHTML = yourString;
}
else{
document.getElementById("node_id-18868").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/sap-cloud-roadmap-part-2" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-08/cloud-computing2.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/841" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Cloud</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/sap-cloud-roadmap-part-2" target="_blank" id="node_id-18865"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "SAP on Cloud Roadmap (Part 2)"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18865").innerHTML = yourString;
}
else{
document.getElementById("node_id-18865").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/chatbots-why-they-will-succeed-when-they-have-already-failed" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-08/Chatbots.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                          </div>
              <div class="l-blog-title">
                <a href="/blog/chatbots-why-they-will-succeed-when-they-have-already-failed" target="_blank" id="node_id-18856"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Chatbots – Why they will succeed when they have already failed"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18856").innerHTML = yourString;
}
else{
document.getElementById("node_id-18856").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/ai-bringing-businesses-closer-customer-post-covid-world" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-08/AI_CPG_Covid.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/31" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Consumer Packaged Goods</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/ai-bringing-businesses-closer-customer-post-covid-world" target="_blank" id="node_id-18854"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "AI: Bringing Businesses Closer to the Customer in a Post COVID World "; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18854").innerHTML = yourString;
}
else{
document.getElementById("node_id-18854").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/blueprint-for-hospitality-in-the-new-normal" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-08/Hotel.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/76" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Travel &amp; Hospitality</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/blueprint-for-hospitality-in-the-new-normal" target="_blank" id="node_id-18853"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Blueprint for Hospitality 2.0"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18853").innerHTML = yourString;
}
else{
document.getElementById("node_id-18853").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/digital-transformation-and-online-education-in-the-world-of-covid-ryan-frazier" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/podcast-episode-21-blog-header-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/41" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Education</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/digital-transformation-and-online-education-in-the-world-of-covid-ryan-frazier" target="_blank" id="node_id-18832"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Digital Transformation and Online Education in the World of COVID"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18832").innerHTML = yourString;
}
else{
document.getElementById("node_id-18832").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/chatbots-agents-operational-cost-reduction-business-processes-automation-under-new-normal" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/chatbots-agents-for-operational-cost-reduction-and-business-processes-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/2799" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Conversational AI</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/chatbots-agents-operational-cost-reduction-business-processes-automation-under-new-normal" target="_blank" id="node_id-18831"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Chatbots – Agents for operational cost reduction &amp;amp; Business Processes  Automation under “New Normal”"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18831").innerHTML = yourString;
}
else{
document.getElementById("node_id-18831").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/platform-led-approach-enable-nextgen-business-it-operating-model" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/iStock.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/2321" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Integrated Services</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/platform-led-approach-enable-nextgen-business-it-operating-model" target="_blank" id="node_id-18828"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "A Platform-led approach to enable the NextGen Business IT Operating Model"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18828").innerHTML = yourString;
}
else{
document.getElementById("node_id-18828").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/data-new-fuel-higher-education-institutions" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/data-in-higher-education.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/41" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Education</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/data-new-fuel-higher-education-institutions" target="_blank" id="node_id-18826"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Data: The new fuel for higher education institutions "; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18826").innerHTML = yourString;
}
else{
document.getElementById("node_id-18826").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/automation-higher-education-now-time-make-most-it" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/automation-in-highered_0.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/41" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Education</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/automation-higher-education-now-time-make-most-it" target="_blank" id="node_id-18823"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Automation in Higher Education: Now is the Time to Make the Most of It  "; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18823").innerHTML = yourString;
}
else{
document.getElementById("node_id-18823").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/overcoming-agile-challenges-in-the-new-normal" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/overcoming-agile-challenges-volume-4-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/906" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Agile</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/overcoming-agile-challenges-in-the-new-normal" target="_blank" id="node_id-18821"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Overcoming Agile Challenges in the New Normal"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18821").innerHTML = yourString;
}
else{
document.getElementById("node_id-18821").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/moving-defense-offense" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/moving-from-defense-to-offense-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/976" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Test Engineering</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/moving-defense-offense" target="_blank" id="node_id-18819"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Moving from defense to offense"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18819").innerHTML = yourString;
}
else{
document.getElementById("node_id-18819").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/ai-higher-education-today-cutting-edge-or-table-stakes" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/ai-in-highered_1.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/41" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Education</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/ai-higher-education-today-cutting-edge-or-table-stakes" target="_blank" id="node_id-18818"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "AI in Higher Education today: Cutting edge or Table stakes?"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18818").innerHTML = yourString;
}
else{
document.getElementById("node_id-18818").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/continuous-pricing-maximizing-profitability-for-airlines" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/airlines-continuous-pricing-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/76" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Travel &amp; Hospitality</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/continuous-pricing-maximizing-profitability-for-airlines" target="_blank" id="node_id-18807"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Continuous pricing: Maximizing profitability for airlines"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18807").innerHTML = yourString;
}
else{
document.getElementById("node_id-18807").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/sap-bpc111-bw4hana-migration-what-customers-can-expect" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/SAP-for-Blog.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/1061" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">SAP</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/sap-bpc111-bw4hana-migration-what-customers-can-expect" target="_blank" id="node_id-18801"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "SAP BPC11.1 for BW4HANA Migration: What Customers Can Expect"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18801").innerHTML = yourString;
}
else{
document.getElementById("node_id-18801").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/adopting-horizon-2-and-3-innovations-through-covid-19-and-beyond" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/adopting-horizon-2-3-innovation-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/61" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Retail</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/adopting-horizon-2-and-3-innovations-through-covid-19-and-beyond" target="_blank" id="node_id-18786"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Adopting Horizon 2 and 3 innovations through COVID-19 and beyond"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18786").innerHTML = yourString;
}
else{
document.getElementById("node_id-18786").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/converting-anonymous-website-visitors-into-qualified-leads-by-making-chatbots-intelligent" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/converting-anonymous-website-visitors-into-qualified-leads-using-intelligent-chat-bots-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/171" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Digital</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/converting-anonymous-website-visitors-into-qualified-leads-by-making-chatbots-intelligent" target="_blank" id="node_id-18780"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Converting anonymous website visitors into qualified leads by making chatbots intelligent"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18780").innerHTML = yourString;
}
else{
document.getElementById("node_id-18780").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/the-time-is-now-leverage-ai-in-higher-education" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-07/leverage-ai-in-higher-education-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/41" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Education</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/the-time-is-now-leverage-ai-in-higher-education" target="_blank" id="node_id-18771"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "The Time is Now: Leverage AI in Higher Education"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18771").innerHTML = yourString;
}
else{
document.getElementById("node_id-18771").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/planning-pandemic" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-06/planning-in-a-pandemic-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                                                                         <a href="/blogs-category/31" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Consumer Packaged Goods</div>
      </a>
               
                          </div>
              <div class="l-blog-title">
                <a href="/blog/planning-pandemic" target="_blank" id="node_id-18767"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Planning in a Pandemic"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18767").innerHTML = yourString;
}
else{
document.getElementById("node_id-18767").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/azure-infra-deployment-using-terraform-iac-tools-how-cloud-admin-making-transformation" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-06/azure-infra-deployment-using-terraform-Iac-tools-thumbnail_1.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/951" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Infrastructure Management</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/azure-infra-deployment-using-terraform-iac-tools-how-cloud-admin-making-transformation" target="_blank" id="node_id-18766"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Azure Infra deployment using Terraform IaC tools: How is Cloud Admin making this transformation possible?"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18766").innerHTML = yourString;
}
else{
document.getElementById("node_id-18766").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/old-house" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-06/old-house--mindtree--blog.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/976" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Test Engineering</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/old-house" target="_blank" id="node_id-18764"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Old house"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18764").innerHTML = yourString;
}
else{
document.getElementById("node_id-18764").innerHTML = trimmedString+"...";
}
 
</script>
</li>
          <li><div class="latest-blogs md-max-12 col-md-12 px-2">
    <div class="latest-blogs-item">
        <div class="l-blog-img-wrap">
          
                         <a href="/blog/perspectives-e-commerce-data-amid-covid-19-crisis" target="_blank" >
            <div style="background-image:url(/sites/default/files/2020-06/podcast-episode-20-blog-thumbnail.jpg); width: 134px; height: 94px; background-repeat: no-repeat;;background-size: cover; background-position: center;" >

            </div>
            </a>
 
                  </div>
        <div class="l-blog-content-wrap">
            <div class="l-blog-tag">
          
                               
                                                                  <a href="/blogs-category/871" target="_blank">
            <div class="field field--name-name field--type-string field--label-hidden field__item">Data Analytics</div>
      </a>
                                           </div>
              <div class="l-blog-title">
                <a href="/blog/perspectives-e-commerce-data-amid-covid-19-crisis" target="_blank" id="node_id-18696"></a>
               <!--  <div class="read-mins">
                                     min read
                </div> -->
              </div>
              
        </div>
    </div>
</div>

<script>
 var yourString = "Perspectives on e-Commerce Data Amid the COVID-19 Crisis"; //replace with your string.
//var yourString = "test";
var maxLength = 65;// maximum number of characters to extract

//trim the string to the maximum length
var trimmedString = yourString.substr(0, maxLength);

//re-trim if we are in the middle of a word
trimmedString = trimmedString.substr(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(" ")));
if (yourString.length <= 68){
document.getElementById("node_id-18696").innerHTML = yourString;
}
else{
document.getElementById("node_id-18696").innerHTML = trimmedString+"...";
}
 
</script>
</li>
    
  </ul>

</div>
</div>

        </div>
        
            
<ul class="js-pager__items pager" data-drupal-views-infinite-scroll-pager>
  <li class="pager__item">
    <a class="button" href="?page=1" title="Go to next page" rel="next">View More &gt;</a>
  </li>
</ul>

                    </div>
</div>

  </div>

    </div>


                          <div class='scrollTop'>
                            <div class='scroll icon'>
                              <i class="fa fa-4x fa-angle-up"></i>
                            </div>
                          </div>
                          
                        </div>
                   
                    </div>
                    <div class="mindtree-subscribewrap blog-only-mobile">
                           
                         </div>
                   </div>
                </div>
        </section>
        <!-- End Latest Blog Grid Layout -->
           <!-- if nor search occured -->
  </div>


      <div class="paragraph-contact-us-form-wrapper maroon mobile-modal-overlay">
  <div class="paragraph-contact-us-form cog-component-mq">
    <span class="mobile-modal-close"></span>
    <h2>Let&#039;s Talk About Your Needs</h2>
        <form id="mktoForm_322" class="mktof-regcontact"></form>
<form id="mktoForm_530" class="mktof-regcontact"></form>
<form id="uploadrfp_rfi" class="multi-upload regcontact" method="post" enctype="multipart/form-data" action='/rfp_rfi.php'>
 <span class="file-upload-cta"> 
<input class="file-upload" type="file" name="file_rfp_rfi" title="you can upload max 3 files"> 
</span>
 <span class="urfip_selectedfile"></span>
 <span class="urfip_loader"></span>
</form>
<style type="text/css">
/* added on 8th sept for IG Media and Entertainment Page  start*/
@media (max-width: 575px) {
  .nodetype--industry_group_page .node--type-industry-group-page .cog-content-mq .ig-page-slide .field--name-field-ig-main-slider .full-width-slider_container .full-width-slider_wrap .full-width-slider-item {
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
}
/* added on 8th sept for IG Media and Entertainment Page  End*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles marketoform added on 1st Sept*/
.paragraph-contact-us-form form#uploadrfp_rfi input[type='file']{
  opacity: 0 !important;
}
}
@supports (-ms-ime-align:auto) {
.paragraph-contact-us-form form#uploadrfp_rfi input[type='file']{
  opacity: 0 !important;
}
}
/* CTA Button on CAPE Page 17th Aug */
@media only screen and (max-width: 768px){
.alias--CAPE .full-width-promo {background-image:url(/sites/default/files/2020-04/Reimagining%20Possibilities%20in%20the%20New%20Normal.jpg)!important;min-height:200px;}
.alias--CAPE .full-width-promo .hero-promo .full-promo-body .simple-cta a:link,
.alias--CAPE .full-width-promo .hero-promo .full-promo-body .simple-cta a:visited {
width:fit-content;font-size:14px;
}
}
.alias--CAPE .full-width-promo .hero-promo .full-promo-body .simple-cta a:link,
.alias--CAPE .full-width-promo .hero-promo .full-promo-body .simple-cta a:visited {
width: auto;
display: inline-block;
}
.alias--CAPE .full-width-promo .hero-promo .full-promo-body h2 {font-size: 1.9em;}
/* CTA Button on CAPE Page 17th Aug */

/* css code updated on 14th Sept updated on 10th oct*/
.alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(7) .two-column-content-right .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(9) .two-column-content-right .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(13) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__item:nth-child(13) .two-column-content-right .promo-block-two-cols .promo-block-content{background-color:rgba(255, 255, 255, 0.7)!important;}

.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-right .promo-block-two-cols .promo-block-content h4{color:#000}
 
.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-right .promo-block-two-cols .promo-block-content h4{font-size:20px;}

.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-left .promo-block-two-cols .promo-block-content a, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-right .promo-block-two-cols .promo-block-content a{
    display: block;
    color: #8A0051;
    font-size: 15px;
    float: right;
    width: auto;
    margin: 0px;
	border: none!important;
	}

.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-left .promo-block-two-cols .promo-block-content a:after, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-right .promo-block-two-cols .promo-block-content a:after {
    content: "\003E";
    padding-left: 5px;
    font-size: 14px;
    color: #8A005;
}
.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-left .promo-block-two-cols .promo-block-content, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(13) .two-column-content-right .promo-block-two-cols .promo-block-content {
     background: #fff; 
     padding-top: 10px;
     padding-bottom: 10px;
}
body.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item  .two-column-content-left .promo-block-two-cols .promo-block-content a:hover, body.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item  .two-column-content-right .promo-block-two-cols .promo-block-content a:hover, {
  background:transparent;
  text-decoration:underline;
}
.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left .promo-block-two-cols .promo-block-content h4, .alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right .promo-block-two-cols .promo-block-content h4 {
    color: #000;
}
body.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item .two-column-content-left .promo-block-two-cols .promo-block-content a:hover{
    background: transparent;
    text-decoration: underline;
}
body.alias--cloud-thought-leadership-series .entity--type-node .field__items .field__item .two-column-content-right .promo-block-two-cols .promo-block-content a:hover{
    background: transparent;
    text-decoration: underline;
}
/* 14th Sept code ended*/

@media only screen and (min-width: 1024px) {
.leadership-outer-grid.views-col.col-1{
    width:25%!important;
    margin-left:10%;
}
.leadership-outer-grid.views-col.col-2,.leadership-outer-grid.views-col.col-3 {
    width: 25%!important;
    margin-left: 5%;
}
}
.form-item-resource-type-2166{ display:none}
p.education-ig-subtitle {}p.education-ig-subtitle {
    margin-top: -10px;
    line-height: 25px!important;
}
p.education-ig-subtitle span {
    font-size: 20px;
}
@media(min-width:1500px){
body.nodetype--blog_post .blog-main-wrap .py-5{padding-bottom:3rem !important;}
}
.nodetype--blog_post #featured-blogs .align-items-center{margin-top:20px;}
@media(max-width:992px){.mindtree-subscribe .mktoButtonRow{width: 90%!important;margin-left: 5%;} }
@media(max-width:768px){ .nodetype--blog_post #featured-blogs .align-items-center{margin-top:0px;}   }
@media(max-width:768px){
body:not(.frontpage) .paragraph-contact-us-form form#uploadrfp_rfi{bottom:231px !important}
#latest-blogs .mindtree-subscribe{padding-bottom: 46px;}
.entity--type-node #latest-blogs .mindtree-subscribe .subscribe-content .mktoForm .mktoButtonRow{width: 90%!important;margin-left: 5%;}
}
.mindtree-subscribe .subscribe-content .mktoForm .mktoFormRow:nth-child(61)+.mktoButtonRow {
   display: none;
}
#mktoForm_76 .mktoError+.mktoError {
   display: none;
}
@media(max-width:550px){
body:not(.frontpage) .paragraph-contact-us-form form#uploadrfp_rfi{bottom:252px!important    }}
.blog-main-wrap .right-featured-blogs .right-f-blogs-content-inner a {
position: relative !important;
</style>


<style>
.text-white {
color: #ffffff !important
}
.taxonomy-content .view-content .views-row .listing-blogs-author-item .blog-item-info a:link, .taxonomy-content .view-content .views-row .listing-blogs-author-item .blog-item-info>a:visited{display:none!important}
.taxonomy-content .view-content .views-row .listing-blogs-author-item .blog-item-info h2 a:nth-child(2) {
    display: block!important;
}

@media (min-width: 768px) {
    .alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .partner-title {
        margin-top: -57px;
    }
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab .partner-title {
    margin-bottom: -15px;
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab {
    width: 24%;
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab__section {
    width: 75%;
    margin-top: 0px;
}


.intro__alliance .owl_carousel_container-wrapper {
    width: 71%;
}


.alliance--page.nodetype--generic_landing_page .second__alliance__carousel+.second__alliance {
    padding: 30px 0px 0px 0 !important;
}

.alliance--page.nodetype--generic_landing_page .second__alliance__carousel+.second__alliance .cog-component-mq {

    margin: -20px auto 0px auto !important;
}
.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-body .simple-resources-listing-item .simple-resources-listing-title .tag-title {
    font-family: "Aller" !important;
    font-weight: bold;
}
.alliance--page.nodetype--generic_landing_page .second__alliance .cog-component-mq .two-column-content-container .two-column-content-body .simple-resources-listing-item .simple-resources-listing-title {
    width: inherit !important
}
.intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right .two-column-content-body .simple-resources-listing-wrapper.mindtree__alliances {
    width: 100%;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq.two-column-content .two-column-content-container {
    width: 100%;
    display: flex;
}
.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq .two-column-content-left {
    height: auto !important;
}
@media (min-width: 767px){
.alliance--page.nodetype--generic_landing_page .intro__alliance .cog-component-mq .two-column-content-right {
     height: auto !important;
}
}
.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .alliance-page-header-wrapper:before {
    content: "" !important;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}



.add-cal-main .add-to-calendar.a-event-class label, .add-cal-main .add-to-calendar.suba-event-class label, .sub-add-cal .add-to-calendar.a-event-class label, .sub-add-cal .add-to-calendar.suba-event-class label {
font-family: "Aller-Bold";
   padding-left: 0;
   text-align: left;
   color: #fff;
   background-color: inherit;
}

.intro__alliance .owl_carousel_container-cta a {
line-height:25px;
}
three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image {
width:30%;
}

@media (max-width:991px) {
.three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image .three_col-content {
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
   flex-direction: column;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
-webkit-flex-direction: column; /* Safari 6.1+ */
}
}
.event-date-main {
font-family:"Aller-Light";
font-weight:normal;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}
.event-venue-main {
font-family:"Aller-Light";
}
.event-desc-main {
font-family:"Aller-Light";
font-weight:normal;
}
.add-cal-main .add-to-calendar.a-event-class label, .add-cal-main .add-to-calendar.suba-event-class label, .sub-add-cal .add-to-calendar.a-event-class label, .sub-add-cal .add-to-calendar.suba-event-class label {
padding:0;
font-weight: bold;
font-family: "Aller";
   font-size: 15px;
}
.intro__alliance .owl_carousel_container-wrapper .carousel-bg-image p {
margin-bottom:0;
}
.add-cal-main .add-to-calendar.a-event-class {
margin-top:10px;
}
.fluid-banner-content h3 {
padding:0;
}
.fluid-banner-wrapper .fluid-banner-container .fluid-banner-content .fluid-banner-description .field__item p {
padding-top:15px;
}
.three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image h5 {
margin-top:90px;
}
.sub-event-date6 {
font-family:"Aller-Light";
font-weight:normal;
}
.image_carousel_container-wrapper .image-carousel-series .image-cont-bg-img .rel__content {
   padding: 15px 22px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: start;
   justify-content: flex-end;
   -ms-flex-align: start;
   align-items: flex-start;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   
}
@media (min-width: 1700px){
   .nodetype--generic_landing_page .full-width-banner-wrapper.video--banner .banner-content-wrap .banner-content .title {
       width: 80%
   }
}

.arvr--page .arvr-firstsec p, .arvr--page .from-cem .image_carousel_container-wrapper .image_carousel_container-title .normal-title {
   font-size: 1.10em;
}
.two-col-vid-txt .two-column-content .two-column-content-right .text-block {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}
.two-col-vid-txt .two-column-content .two-column-content-right .text-block p{
    margin: 0;
}

@media (min-width: 992px){
    .two-col-vid-txt .two-column-content .two-column-content-right .text-block {
        padding: 40px 60px;
        max-height: 350px
    }
    .from-cem .field--name-field-components .field--name-field-components:nth-child(9) .three_col_image_text_container-wrapper .three_col_ima_txt_cont .three_col-bg-image .three_col-content {
        padding: 25px
    }
}
p:empty{
   display:none !important
}
@media (min-width:1501px) {
.cog-content-mq.alliance-details-page .content-listing .tobannerminus {
margin-top: -21%;
}
}
.cog-content-mq.alliance-details-page .content-listing .about-partner-container-full .about-partner-right .about-partner-right-inner .about-partner-desc ul li a{
color:#fff !important;
}
.nodetype--alliance_page .cog-content-mq.alliance-details-page .content-listing .alliance-page-header-wrapper .main-alliance-container .main-alliance-container-left .main-alliance-container-left-inner {
    height: 100%
}
.owl_carousel_container-wrapper.only_video_carousel .owl_carousel_container-rows .carousel-bg-image .rel__content iframe {
width: 100%;

}
@media (min-width: 1450px){
.owl_carousel_container-wrapper.only_video_carousel .owl_carousel_container-rows .carousel-bg-image .rel__content iframe {
height: 290px;
}
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner #testim_counter {
    color: #777;
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block .field__items .testimonial-block-item .testimonial-block-desc p {
    line-height: 1.3;
    margin-bottom: 0;
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block:before {
  font-family: none !important;
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block .field__items .testimonial-block-item .testimonial-block-desc {
    line-height: 1.3;
    font-style: italic;
}
@media (min-width: 1401px){
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block {
    height: 28vh
}
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block .owl-item{
    height: 28vh
  }
  .cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items .testimonial-list-items-inner .testimonial-carousel-block .owl-item .field__item{
    height: 100%;
  }
  .cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items.wth-video-half .testimonial-list-items-inner .testimonial-carousel-block .field__items .testimonial-block-item {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
  }

}
@media (min-width: 992px){
.cog-content-mq.alliance-details-page .content-listing .testimonial-main-container .testimonial-main-inner .testimonial-wrap .testimonial-list-items.wth-video-half .testimonial-list-items-inner .testimonial-carousel-block .field__items .testimonial-block-item {
    padding: 55px 60px 20px 75px;
}

}
.arvr--page .tab-content .endCont .btn-link {
    margin-top: -25px !important;
}
@media (min-width: 769px){
    .arvr--page .endCont {
    height: 250px !important;
    margin-top: -83px !important;
    margin-bottom: -17px !important;
}

}
@media (max-width: 768px){
.arvr--page .endCont {
    height: 230px;
    margin-top: -77px;
}
.tabs-arvr-abs-div {
    height: 150%;
}
}

.alliance--page.nodetype--generic_landing_page .alliance_logo_listing-container .alliance_logo_listing-container_wrap .alliance__tab__section .logo-list-title {
  font-size: 19px !important;
}
.sub-add-cal .add-to-calendar.suba-event-class .add-to-calendar-checkbox:checked + .parent_anchors {
  top: -101px;
    max-height: 95px;
}
.add-cal-main .add-to-calendar.a-event-class .add-to-calendar-checkbox:checked + .parent_anchors {
      top: -118px;
}
.add-cal-main .add-to-calendar.a-event-class .add-to-calendar-checkbox:checked + .parent_anchors a, .add-cal-main .add-to-calendar.suba-event-class .add-to-calendar-checkbox:checked + .parent_anchors a, .sub-add-cal .add-to-calendar.a-event-class .add-to-calendar-checkbox:checked + .parent_anchors a, .sub-add-cal .add-to-calendar.suba-event-class .add-to-calendar-checkbox:checked + .parent_anchors a{
  padding: 4px 15px;
}


.main-alliance-container-left-inner .partner-glance-sec-wrap {
   padding-bottom: 1rem!important;
}

.intro__alliance .owl_carousel_container-wrapper .owl-nav {
position:inherit;
}

@media (max-width: 767px) {
.intro__alliance .owl_carousel_container-wrapper .owl-nav .owl-next {
   margin-right: -65px;
}
}
.intro__alliance .owl_carousel_container-wrapper .owl-nav .owl-prev,
.intro__alliance .owl_carousel_container-wrapper .owl-nav .owl-next  {

   transform: translateY(-150px);
}

.intro__alliance .owl_carousel_container-wrapper .carousel-bg-image h2 {

    font-family: "Aller";
    font-weight: 800;
    }
  .bg-black {
background: black
}
body.alias--about-alliances-sap .listing-item__row .description {
    font-size: 1.4em !important;
    color: #890050 !important;
}


.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-left{min-height:360px;}
.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right{min-height:360px;}
.alias--about-alliances .simple-resources-listing-rows .field__items .field__item{min-height:80px;}
@media(max-width:768px){
.arvr--page i.fa.fa-chevron-right.rot-acc-class-mob{margin-top:-16px!important;}
.arvr--page i.fa.fa-chevron-right {margin-top:-0px!important;}
@media (max-width: 768px)
.arvr--page .endCont {
  height: 155px;
}
@media (max-width: 768px){

.alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-left, .alliance--page.nodetype--generic_landing_page .intro__alliance.field--name-field-components .field--name-field-components:nth-child(7) .two-column-content-right{min-height:414px!important;}

.tabs-arvr-abs-div {
  height: 198%;
}
.news-title .replaced-title{line-height:33px;}
}
.listing-blogs-author-item .blog-item-info > a{display:none!important;}
.listing-blogs-author-item .blog-item-info h2 a:nth-child(1){display:none!important;}
.alias--about-client-testimonials .two-column-content-right .two-column-content-body .text-block{padding-top:0px;}
@media(max-width:768px){.tabs-arvr-abs-div{height:93%!important;}  .arvr--page .endCont { height: 227px;} .arvr--page .endCont{background-color:transparent;} .res-blg-srch{display:none!important;}} 

</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript">

$( document ).ready(function() {
$(".alias--CAPE article div:first").children('div').eq(1).addClass("from-cem")// used in CAPE page added on 17th Aug
$(".alias--CAPE article div:first").children('div').eq(0).addClass("from-cem")// used in CAPE page added on 20th Aug
//AI Page Carousel Image
   $('.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-rows.not-video').owlCarousel({
   loop: true,
   margin: 15,
   nav: true,
   navText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
   autoplay: true,
   dots: true,
items: 1,
   responsive: {
     0: {
       items: 1
     },
     600: {
       items: 1
     },
     1000: {
       items: 1
     }
   }
 });
setTimeout(function () {
$('.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-rows.not-video .owl-next').html('<i class="fa fa-angle-right"></i>');
$('.alias--services-digital-conversational-ai-customer-engagement-through-conversational-ai .owl_carousel_container-rows.not-video .owl-prev').html('<i class="fa fa-angle-left"></i>');
},1000);
$(".arvr--page #myNavTabs li:last-child").addClass('li-unqtravel-hospitality').removeClass('li-unqtravel & hospitality');
$(".arvr--page #myNavTabs li:last-child a").addClass('ul-unqtravel-hospitality').removeClass('ul-unqtravel & hospitality');
setTimeout(function(){$('.arvr--page .cta-wrap a').attr('href','https://www.mindtree.com/news/mindtree-launches-immersive-technologies-experience-center-collaboration-ptc');},2000);
$('.arvr--page .tab-content .tab-pane:last-child ').removeAttr('id', 'travel & hospitality');
$('.arvr--page .tab-content .tab-pane:last-child ').attr('id', 'travel-hospitality');


$(".arvr--page .tab-content div:nth-child(11)").removeClass('travel & hospitality').addClass('travel-hospitality');

    setTimeout(function(){

      $('body:not(.frontpage) .paragraph-contact-us-form-wrapper .paragraph-contact-us-form form#uploadrfp_rfi').css('bottom','210px');


var rightFeaturedBHeight = $('.right-featured-blogs .field__items').height();

var leftFeaturedBHeight = $('#maxwdth .main-featured-blog-content> div').height();

if (rightFeaturedBHeight> leftFeaturedBHeight){
$('#maxwdth .main-featured-blog-content> div').css('height',rightFeaturedBHeight);
$('.blog-main-wrap .main-featured-blog-content .main-featured-blog-left').css('height','100%');
}

    }, 2000);


$('.wthout-video--banner .cta-wrap a').attr("href","javascript:void(0)");
$('.wthout-video--banner .cta-wrap a').removeAttr('target');
$('.wthout-video--banner .cta-wrap a').click(function(){
    $('html, body').animate({scrollTop : $(".alliance_logo_listing-container").position().top}, 400);
});

$('#views-exposed-form-blog-listing-with-scroll-blog-scroll-block input[type="checkbox"]').click(function(){
 var CheckLength = $('#views-exposed-form-blog-listing-with-scroll-blog-scroll-block input[type="checkbox"]:checked').length;
 if(CheckLength <=0){
   $('.tag-outer-srch-blg').html('');
 }
});
//sticky nav bar for covid2019
$('.alias--new-normal .field--name-field-components .field--name-field-components:nth-child(2)').append('<div class="outer-covid-nav-stik"><div class="inner-covid-nav-stick" onclick="scroltocovidpg(2)"><span>Overview</span></div><div class="inner-covid-nav-stick" onclick="scroltocovidpg(3)"><span>Accelerate Virtual Operations</span></div><div class="inner-covid-nav-stick" onclick="scroltocovidpg(6)"><span>Expedite Business Agility</span></div><div class="inner-covid-nav-stick" onclick="scroltocovidpg(8)"><span>Catalyze Digital-led Growth</span></div><div class="inner-covid-nav-stick" onclick="scroltocovidpg(13)"><span>Resources</span></div></div>')
        $('.alias--new-normal .field--name-field-components .field--name-field-components:nth-child(2)').css('position','relative');
var fixmeTopCov = $('.outer-covid-nav-stik').offset().top;
        lastScrollTopcovid = 0;
        $(window).scroll(function() {              

            var currentScrollCov = $(window).scrollTop();

            if (currentScrollCov  >= 420) {          
                $('.outer-covid-nav-stik').css({                    
                    position: 'fixed',
                    left: '0'
                });
                var stcovid = $(this).scrollTop();
                if (stcovid > lastScrollTopcovid){
                    $('.outer-covid-nav-stik').css('top','80px');
                } else {
                    $('.outer-covid-nav-stik').css('top','120px');
                }
                lastScrollTopcovid = stcovid;
            } else {                            
                $('.outer-covid-nav-stik').css({                    
                    position: 'absolute',
                    top: '0px'
                });
            }

        });
$('.inner-covid-nav-stick').click(function(){
    $('.inner-covid-nav-stick').removeClass('active');$(this).addClass('active');
});
$('.new-normal-scrollTop').hide();
$(".new-normal-goto-top").click(function() {
 console.log('scroll');
  $("html, body").animate({ scrollTop: 0 }, "slow");
  return false;
});
$(window).scroll(function() {  
    var currentScrollCov1 = $(window).scrollTop();
    if (currentScrollCov1  >= 320) {
        $('.new-normal-scrollTop').show();
    }
    else{
        $('.new-normal-scrollTop').hide();
    }  
});
$('.alias--new-normal #footer').before('<div class="scrollTop new-normal-scrollTop"><div class="scroll icon fltngtpbtnblg new-normal-goto-top" title="Scroll to top" style="display: block;"><i class="fa fa-4x fa-angle-up"></i></div></div>');
$('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(2) .two-column-content-right').after('<div class="new-normal-extra-content"><p>These possibilities could help enterprises and their technology / digital functions prioritize better, at the minimum, and add to their existing pool of knowledge. This website is a collection of such articles, guides, perspectives and virtual events, like webcasts, to keep you informed. This is also an evolving website, and it may help to bookmark it.</p><p>Lastly, we wish everyone stays safe in these times.</p></div>');
//animation for H & G page
$('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)').addClass('wow fadeInUp');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)').addClass('wow fadeInLeft');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)').attr('data-wow-duration','1s');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(4),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(6),.alias--new-normal .entity--type-node .field__items .field__item:nth-child(8)').attr('data-wow-duration','1.3s');
  /*$('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)').addClass('wow fadeInLeft');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)').attr('data-wow-duration','1s');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5)').attr('data-wow-duration','1.3s');*/
//$('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left').addClass('wow fadeInUp');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left').addClass('wow zoomIn');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left').attr('data-wow-duration','0.6s');
 $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-left').attr('data-wow-delay','0.3s');
 
   $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right').addClass('wow fadeInUp');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right').addClass('wow fadeInLeft');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(5) .two-column-content-right').attr('data-wow-duration','0.3s');

  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left').addClass('wow zoomIn');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left').attr('data-wow-duration','0.6s');
$('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-left').attr('data-wow-delay','0.3s');
 
   $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right').addClass('wow fadeInUp');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right').addClass('wow fadeInLeft');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right').attr('data-wow-duration','1.4s');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(7) .two-column-content-right').attr('data-wow-duration','1.5s');

  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left').addClass('wow zoomIn');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left').attr('data-wow-duration','0.6s');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-left').attr('data-wow-delay','0.3s');
 
   $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right').addClass('wow fadeInUp');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right').addClass('wow fadeInLeft');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right').attr('data-wow-duration','1.4s');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(9) .two-column-content-right').attr('data-wow-duration','1.5s');

$('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13)').addClass('wow fadeInUp');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13)').attr('data-wow-duration','1s');
  $('.alias--new-normal .entity--type-node .field__items .field__item:nth-child(13)').attr('data-wow-duration','1.3s');

});
  
function scroltocovidpg(dividcovid){
       if(dividcovid==13){
 $('html, body').animate({
scrollTop: $(".alias--new-normal .field--name-field-components .field--name-field-components:nth-child("+dividcovid+")").offset().top - 170
}, 800);
       }else{
        $('html, body').animate({
scrollTop: $(".alias--new-normal .field--name-field-components .field--name-field-components:nth-child("+dividcovid+")").offset().top - 100
}, 800);
}
    }
$( document ).ready(function() {

var GetUrls = $('.nodetype--industry_group_page #myNavTabs li a');
GetUrls.each(function(i,e){
    var NewURL1 = $(e).attr('href');
    var NewURL = NewURL1.replace(/\"/g, "");
$(this).attr('href',NewURL);
});
setTimeout(function() {
var PodcastImg = $('.alias--industries-education .from-cem .field--name-field-components .field--name-field-components:nth-child(7) .bg-gradient.ig-podcast .image_carousel_container-wrapper .video-podcast-with-desc .video iframe').attr('src');
 console.log(PodcastImg );
$('.alias--industries-education .from-cem .field--name-field-components .field--name-field-components:nth-child(7) .bg-gradient.ig-podcast .image_carousel_container-wrapper .video-podcast-with-desc .video').html('<img src="'+ PodcastImg+'" alt="Mindtree logo" />');
},2100);

$('.insights-ply-btn').click(function(){
var VideoSrc = $("#vid-iframe-ig").attr('src');
$('#vid-iframe-ig').attr('allow','autoplay; fullscreen');
setTimeout(function(){
$("#vid-iframe-ig").attr('src',VideoSrc +'&autoplay=1');},500);
});


if(($('.industry-group-page .insight-cta a').length)<= 0 ){
  $('.industry-group-page .insight-cta').css('margin','0px');
}
setTimeout(function(){
     $('.ig-sticky-menu-bar').addClass('ig-sticky-menu-bar-1');
     $('.ig-sticky-menu-bar-1').removeClass('ig-sticky-menu-bar');
},1000)
var lastScrollTop = 0;
var LastScrollTop1 = 0;
$(window).scroll(function(){ if(window.pageYOffset > $('.ig-slider').height() + 40){ var st = $(this).scrollTop(); if (st > lastScrollTop){ $('.ig-sticky-menu-bar-1').css('position','fixed'); $('.ig-sticky-menu-bar-1').css('z-index','3'); $('.ig-sticky-menu-bar-1').css('background-color','#ffffff'); $('.ig-page-components').css('margin-top','98px'); $('.ig-sticky-menu-bar-1').css('top',80); } else { $('.ig-sticky-menu-bar-1').css('top',120); } lastScrollTop = st; }else{ $('.ig-sticky-menu-bar-1').css('position','relative'); $('.ig-sticky-menu-bar-1').css('top','unset'); $('.ig-page-components').css('margin-top','30px'); } //var ScrooledDiv= isScrolledIntoView('.ig-page-components .field__items > div:nth-child(3)');
// console.log(ScrooledDiv);
});

     var lngth0fstkmnuitems = $(".ig-sticky-menu-bar .field__items > .field__item").length;
setTimeout(function(){
     for(i = 1; i <= 7; i++){
       $(".ig-sticky-menu-bar-1 .field__items > div:nth-child("+i+")").attr('onclick','scrolltosecnnoignew('+i+')');
       $(".ig-sticky-menu-bar-1 .field__items > div:nth-child("+i+") a").attr('href','javascript:void(0)');
       $(".ig-sticky-menu-bar-1 .field__items > div:nth-child("+i+") a").attr('data-scroll','Tabs-active'+i);
       $(".ig-page-components .field__items > div:nth-child("+i+")").eq(0).attr('id','Tabs-active'+i);
     }
     //$('.node--type-industry-group-page .paragraph-contact-us-form-wrapper').attr('id','Tabs-active7');
},1000);


});

function scrolltosecnnoignew(getChildNum){
 var tempvartoscrollig;
 if(getChildNum == 1){
   tempvartoscrollig = 172;
 }
else{
  localStorage['tempvartoscrollig'] = 75;
    tempvartoscrollig = 75;
     var lastScrollTop1 = 0;
var tempvartoscrollig1 = 0;
$(window).scroll(function(event){
   var st1 = $(window).scrollTop();
   tempvartoscrollig1  = st1;
   if (st1 > lastScrollTop1){
       //console.log('bottom');
     localStorage['tempvartoscrollig'] = 75;
       tempvartoscrollig = 75;
   }
 else {
     // console.log('top');
      tempvartoscrollig = 125;
      localStorage['tempvartoscrollig'] = 110;
   }
   lastScrollTop1 = st1;
});
   
tempvartoscrollig = localStorage['tempvartoscrollig'];
 }
 console.log(tempvartoscrollig);
if(getChildNum==8){
   var finalscrolvalig = parseInt($(".node--type-industry-group-page .paragraph-contact-us-form-wrapper").offset().top) - parseInt(tempvartoscrollig);

 }
 else{
 
   var finalscrolvalig = parseInt($(".ig-page-components .field__items > div:nth-child("+getChildNum+")").offset().top-25) - parseInt(tempvartoscrollig);
 }
var lastScrollTopIGpgCd = 0;
$(window).scroll(function(event){
   var stIGpgCd = $(this).scrollTop();
   if (stIGpgCd > lastScrollTopIGpgCd){
       // downscroll code
   } else {
      finalscrolvalig = finalscrolvalig - 100;
   }
   lastScrollTopIGpgCd = stIGpgCd;
});
var valueafterscroll ;
setTimeout(function () {
       if(jQuery('#top').hasClass('menu-sticky')){
      valueafterscroll = 0;
}
else{
   finalscrolvalig = finalscrolvalig;
   valueafterscroll = 1;
}
},1000);
 $([document.documentElement, document.body]).animate({
     scrollTop: finalscrolvalig
 }, 1000);
 $(".ig-sticky-menu-bar-1 .field__items .field__item a").removeClass('active-ig-sec');
 $(".ig-sticky-menu-bar-1 .field__items > div:nth-child("+getChildNum+") a").addClass('active-ig-sec');
 
}
$(document).on("scroll",onScroll);

function onScroll(event){
   var scrollPos = $(document).scrollTop();
   $('.ig-sticky-menu-bar-1 .field__items > .field__item a').each(function () {
       var currLink = $(this);
       var refElement1 = $(currLink).attr("data-scroll");
       var refElement = $('#'+refElement1);
       if (refElement.position().top <= scrollPos && refElement.position().top + refElement.height() > scrollPos) {
           $('.ig-sticky-menu-bar-1 .field__items > .field__item a').removeClass("active");
           currLink.addClass("active-ig-sec");
       }
       else{
           currLink.removeClass("active-ig-sec");
       }
   })
}
$('.alias--services-digital-conversational-ai .client-speak-component__thumb iframe').attr('allowfullscreen', 'allowfullscreen');
$('.alias--services-digital-conversational-ai .client-speak-component__thumb iframe').attr('mozallowfullscreen', 'mozallowfullscreen');
$('.alias--services-digital-conversational-ai .client-speak-component__thumb iframe').attr('msallowfullscreen', 'msallowfullscreen');
$('.alias--services-digital-conversational-ai .client-speak-component__thumb iframe').attr('oallowfullscreen', 'oallowfullscreen');
$('.alias--services-digital-conversational-ai .client-speak-component__thumb iframe').attr('webkitallowfullscreen', 'webkitallowfullscreen');
</script>
  <div class="contact-us-form-confirmation">
    <h3>Thank you for your submission. We'll be in touch.</h3>
  </div>
</div>
</div>
  
</article>

    <script src='https://code.jquery.com/jquery-3.3.1.min.js'></script>
    
    <script>
    $(document).ready(function() {
      // Sticky Sidebar Init
      $('.latest-blogs-left, .latest-blogs-right')
        .theiaStickySidebar({
           additionalMarginTop: 150
        });
        // Filter Mobile
        $('.filter-mob').click(function(){
          console.log("Mobile Filter");
          $(this).parent().find('#block-viewsexposedfilterblock-3').fadeToggle();
          $('.filter-mob').toggleClass('filtplus filtminus');
        });
        if($(window).width() < 992){
          $('.filter-mob + .bef-exposed-form form .form-checkboxes label').click(function(){
            $('.filtminus').trigger('click');
          });
        }
        if($(window).width() < 992){
          $('.latest-blogs-left #block-viewsexposedfilterblock-3 form .form-checkboxes input[type="checkbox"]').click(function(){
            $('.filtminus').trigger('click');
          });
        }
        
       
        var getMax = function() {
            return $(document).height() - $(window).height() - 50;
        };

        var getValue = function() {
            return $(window).scrollTop();
        };

        if ('max' in document.createElement('progress')) {
            // Browser supports progress element
            var progressBar = $('progress');

            // Set the Max attr for the first time
            progressBar.attr({ max: getMax() });

            $(document).on('scroll', function() {
                // On scroll only Value attr needs to be calculated
                progressBar.attr({ value: getValue() });
            });

            $(window).resize(function() {
                // On resize, both Max/Value attr needs to be calculated
                progressBar.attr({ max: getMax(), value: getValue() });
            });
        } else {
            var progressBar = $('.progress-bar'),
                max = getMax(),
                value, width;

            var getWidth = function() {
                // Calculate width in percentage
                value = getValue();
                width = value / max * 100;
                width = width + '%';
                return width;
            };

            var setWidth = function() {
                progressBar.css({ width: getWidth() });
            };

            $(document).on('scroll', setWidth);
            $(window).on('resize', function() {
                // Need to reset the Max attr
                max = getMax();
                setWidth();
            });
        }
    });

    </script>
    <script>
    /**
     * Top Bar Menu-Sticky 
     */
    $(document).ready(function() {
      var scrtop = $(this).scrollTop();
      var position = jQuery('#latst-story').offset().top - 180;
      if(scrtop < position){
        $('#block-viewsexposedfilterblock-3 form .form-checkboxes label').click(function(){

            jQuery("body, html").animate({
                scrollTop: position
            }, 700);
        });
      }

      var lastScrollTop1 = 0;
      $(window).scroll(function(event){
        // var topval = $('.region-top').height() + $('#header').height();



        var headerHeight = $('#header').height();
        var srchHeight = $('.srch-sticky').height();

        var st = $(this).scrollTop();
        if (st > lastScrollTop1){
          if($(window).width() < 992){
            if ($(this).scrollTop() > 50){
              $('#pre-content').addClass('srch-sticky');
              $('#pre-content').addClass('precontent-sticky');
             $('#pre-content').css({"top": headerHeight+15});
             $('.latest-blogs-left').css("top",headerHeight+srchHeight+15);
            }
          }else{
             $('#pre-content').addClass('srch-sticky');
             $('#pre-content').css({"top": headerHeight});
             $('#pre-content').addClass('precontent-sticky');
             $('.latest-blogs-left').css("top","0px"); 
          }
        }else{
          if($(window).width() < 992){
            if ($(this).scrollTop() > 50){
              $('#pre-content').addClass('srch-sticky');
              $('#pre-content').addClass('precontent-sticky');
              $('.latest-blogs-left').css("top",headerHeight+srchHeight+15);
            }
          }else{
            console.log('Down');
           $('#pre-content').addClass('srch-sticky');
           $('#pre-content').css({"top": "119px"});
           $('#pre-content').removeClass('precontent-sticky');
           $('.latest-blogs-left').css("top","0");
         }
        }
        lastScrollTop1 = st;
      });


        // var lastScrollTop = 0;
        // $(window).scroll(function(event) {
        //     var st = $(this).scrollTop();
        //     if (st > lastScrollTop) {
        //         // $('#search-bar-wrap').removeClass('menu-sticky');
        //         $('.sticky-enabling').addClass('sticky-enabled');

        //     } else {
        //         // $('#top').addClass('menu-sticky');
        //         // $('#header').removeClass('menu-sticky');
        //         $('.sticky-enabling').removeClass('sticky-enabled');
        //     }
        //     lastScrollTop = st;
        // });
    });
    </script>
    <script>
    $(document).ready(function() {
        var leftHeight = $(".featured-blogs .main-featured-blog-content").height();

        var divideThree = leftHeight / 3;
        // console.log(leftHeight);
        $(".featured-blogs .right-f-blogs-content").css("min-height", divideThree - 11);

        // console.log(divideThree);

    });
    </script>
    <script>
    $(document).ready(function() {
        var headerStickyHeight = $("#header").height();
        var searchBarHeight = $(".sticky-enabling").height();

        $(".sticky-sidebar-pos").css("top", headerStickyHeight + searchBarHeight);
    });
    </script>
    <script>
    $(document).ready(function() {
        var carouselWidth = $(".owl-carousel.content-carousel").width();
        var pageWidth = $(window).width();

        if (pageWidth >= 768) {

            $(".content-carousel .owl-dots").css("right", carouselWidth - (carouselWidth - 100));
        }
        if (pageWidth < 767) {

            $(".content-carousel .owl-dots").css("right", ((carouselWidth - (carouselWidth / 2)) - 35));
        }

      // $('#sidebar-first #views-exposed-form-blog-listing-with-scroll-blog-scroll-block').remove(); 
    
    });

    </script>
  </div>

        </div>
        
        
      
      </section>
      <!-- /content-inner /content -->
      
            <!-- /sidebar-first -->
    
    </div>
    <!-- /cog--mq -->
  </div>
  <!-- /main -->
  
  <!-- ______________________ Post content _______________________ -->
  
    
  <!-- ______________________ EXIT INTENT _______________________ -->
    <!-- /exit intent -->

</div>
<!-- /page -->

<!-- ______________________ FOOTER _______________________ -->
<div id="footerskip">
     <a class="visually-hidden focusable skip-link" href="#top">
         Skip to Top
     </a>
 </div>
  <footer id="footer">
    <div class="cog--mq mq-footer">
        <div class="region region-footer">
    

<nav role="navigation" aria-labelledby="block-footer" id="block-footer" data-block-plugin-id="system_menu_block:footer" class="block block-menu navigation block-system-menublock menu--footer">
      
        
              <ul class="menu">
                  <li>
          <a href="/industries" class="nolink" data-drupal-link-system-path="node/9016">Industries</a>
                                    <ul class="menu">
                  <li>
          <a href="/industries/banking" data-drupal-link-system-path="node/18501">Banking</a>
                  </li>
              <li>
          <a href="/industries/capital-markets" data-drupal-link-system-path="node/18556">Capital Markets</a>
                  </li>
              <li>
          <a href="/industries/consumer-technology" data-drupal-link-system-path="node/18631">Consumer Electronics</a>
                  </li>
              <li>
          <a href="/industries/consumer-packaged-goods" data-drupal-link-system-path="node/18591">Consumer Packaged Goods</a>
                  </li>
              <li>
          <a href="/industries/consumer-technology" data-drupal-link-system-path="node/18631">Consumer Technology </a>
                  </li>
              <li>
          <a href="/industries/enterprise-technology/enterprise-software" data-drupal-link-system-path="node/6751">Enterprise Technology</a>
                  </li>
              <li>
          <a href="/industries/education" data-drupal-link-system-path="node/18461">Higher Education</a>
                  </li>
              <li>
          <a href="/industries/insurance" data-drupal-link-system-path="node/18561">Insurance</a>
                  </li>
              <li>
          <a href="/industries/manufacturing" data-drupal-link-system-path="node/18626">Manufacturing</a>
                  </li>
              <li>
          <a href="/industries/media-entertainment" data-drupal-link-system-path="node/18456">Media &amp; Entertainment</a>
                  </li>
              <li>
          <a href="/industries/retail" data-drupal-link-system-path="node/18616">Retail</a>
                  </li>
              <li>
          <a href="/industries/transportation-logistics-freight" data-drupal-link-system-path="node/18546">Transportation &amp; Logistics</a>
                  </li>
              <li>
          <a href="/industries/travel-hospitality-solutions" data-drupal-link-system-path="node/18551">Travel &amp; Hospitality</a>
                  </li>
          </ul>
  
                  </li>
              <li>
          <a href="/" class="nolink" target="" data-drupal-link-system-path="&lt;front&gt;">Services</a>
                                    <ul class="menu">
                  <li>
          <a href="/services/digital" data-drupal-link-system-path="node/6356">Digital</a>
                  </li>
              <li>
          <a href="/services/operations-services" data-drupal-link-system-path="node/6301">Operations</a>
                  </li>
              <li>
          <a href="/services/it-consulting" data-drupal-link-system-path="node/6531">IT Consulting</a>
                  </li>
              <li>
          <a href="/services/engineering-rd" data-drupal-link-system-path="node/6436">Engineering R&amp;D</a>
                  </li>
              <li>
          <a href="/services/enterprise-software/microsoft" data-drupal-link-system-path="node/6541">Enterprise Software</a>
                  </li>
          </ul>
  
                  </li>
              <li>
          <a href="/" class="nolink" target="" data-drupal-link-system-path="&lt;front&gt;">Products</a>
                                    <ul class="menu">
                  <li>
          <a href="/products/connected-buildings" data-drupal-link-system-path="node/12526">Connected Buildings</a>
                  </li>
              <li>
          <a href="/products/microlearning-platform-mobile-first-shotclasses" data-drupal-link-system-path="node/14446">Employee Training &amp; Microlearning</a>
                  </li>
          </ul>
  
                  </li>
              <li>
          <a href="" class="nolink">About</a>
                                    <ul class="menu">
                  <li>
          <a href="/about" data-drupal-link-system-path="node/8996">Company Overview</a>
                  </li>
              <li>
          <a href="/about/lt-and-mindtree-the-way-forward" data-drupal-link-system-path="node/16216">L&amp;T and Mindtree - The way forward</a>
                  </li>
              <li>
          <a href="/about/events" data-drupal-link-system-path="node/8606">Events</a>
                  </li>
              <li>
          <a href="/about/resources" data-drupal-link-system-path="node/8951">Resources</a>
                  </li>
              <li>
          <a href="/sites/default/files/2019-08/mindtree-fact-sheet-interactive-2019.pdf">Mindtree Factsheet</a>
                  </li>
              <li>
          <a href="/about/investors" data-drupal-link-system-path="node/11846">Investors</a>
                  </li>
              <li>
          <a href="/about/alliances" data-drupal-link-system-path="node/17601">Alliances</a>
                  </li>
              <li>
          <a href="/about/leadership" data-drupal-link-system-path="node/15661">Leadership</a>
                  </li>
              <li>
          <a href="/about/locations" data-drupal-link-system-path="node/10246">Locations</a>
                  </li>
              <li>
          <a href="/about/sustainability" data-drupal-link-system-path="node/9031">Sustainability</a>
                  </li>
          </ul>
  
                  </li>
              <li>
          <a href="/careers" class="nolink" data-drupal-link-system-path="node/9086">Careers</a>
                                    <ul class="menu">
                  <li>
          <a href="/careers" data-drupal-link-system-path="node/9086">Careers Overview</a>
                  </li>
              <li>
          <a href="https://opportunities.mindtree.com/" target="_blank">Job Openings</a>
                  </li>
              <li>
          <a href="/careers/campus-careers" data-drupal-link-system-path="node/9456">Campus Careers</a>
                  </li>
              <li>
          <a href="/careers/alumni-careers" data-drupal-link-system-path="node/9446">Alumni Careers</a>
                  </li>
              <li>
          <a href="/careers/meet-our-minds" data-drupal-link-system-path="node/9451">Meet Our Minds</a>
                  </li>
              <li>
          <a href="/careers/why-mindtree" data-drupal-link-system-path="node/10466">Why Mindtree</a>
                  </li>
          </ul>
  
                  </li>
          </ul>
  


  </nav><div id="block-footer-logo"  id="block-footerlogo" data-block-plugin-id="generic_block" class="block block-mindtree-core block-generic-block">
    
        
    <div id="footer-logo" class="col-lg-3">
        <!-- <a href="/" class="logo"></a> -->
         <a href="/" class="logo" title="Mindtree ltd logo"><span style="display:none;">Mindtree_logo</span></a>
                    <p><p>Welcome to possible and Mindtree are registered trademarks of Mindtree Ltd. All rights reserved by Mindtree.com</p>

<ul>
	<li><a href="/terms-use">Terms of Use</a></li>
	<li><a href="/accessibility-statement">Accessibility Statement</a></li>
	<li><a href="/privacy-policy">Privacy Policy</a></li>
	<li><a href="/cookie-policy">Cookie Policy</a></li>
	<li><a href="/sitemap">Sitemap</a></li>
</ul></p>
            </div>
</div>
<div id="footer-social"  id="block-footersocial-2" data-block-plugin-id="system_menu_block:footer-social" class="block block-system block-system-menu-blockfooter-social">
    
            <a id="contact-us" href="/contact">Contact Us</a>
        
    <div class="footer-social-content col-lg-3">
                    
              <ul class="menu">
                  <li>
          <a href="https://www.linkedin.com/company/mindtreeltd/" class="ln" target="_blank">Linkedin</a>
                  </li>
              <li>
          <a href="https://www.facebook.com/MindtreeLtd/" class="fb" target="_blank">Facebook</a>
                  </li>
              <li>
          <a href="https://twitter.com/Mindtree_Ltd" class="tw" target="_blank">Twitter</a>
                  </li>
              <li>
          <a href="https://www.slideshare.net/MindTreeLtd" class="ot" target="_blank">Slideshare</a>
                  </li>
              <li>
          <a href="https://www.youtube.com/user/TheMindtreeLTD" class="yt" target="_blank">YouTube</a>
                  </li>
          </ul>
  


            </div>
</div>
<div id="block-footerabout" data-block-plugin-id="generic_block" class="block block-mindtree-core block-generic-block">
  
    
      <p>Mindtree [NSE: MINDTREE] is a global technology consulting and services company, helping Global 2000 corporations marry scale with agility to achieve competitive advantage. “Born digital” in 1999, more than 340 enterprise clients rely on our deep domain knowledge to break down silos, make sense of digital complexity and bring new initiatives to market faster. We enable IT to move at the speed of business, leveraging emerging technologies and the efficiencies of Continuous Delivery to spur business innovation. Operating across 17 countries, we’re consistently regarded as one of the best places to work, embodied every day by our winning culture made up of 17,000+ entrepreneurial, collaborative and dedicated “Mindtree Minds."</p>
  </div>

  </div>

    </div>
  </footer>
<!-- /footer -->

  </div>


<script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","scriptPath":null,"pathPrefix":"","currentPath":"node\/8066","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"addtoany\/addtoany,better_exposed_filters\/auto_submit,better_exposed_filters\/general,cog\/lib,core\/drupal.autocomplete,core\/html5shiv,extlink\/drupal.extlink,mindtree_eu_cookie_compliance\/mindtree_eu_cookie_compliance,mindtree_theme\/fontawesome,mindtree_theme\/fonts,mindtree_theme\/global_styles,mindtree_theme\/select2,paragraphs\/drupal.paragraphs.unpublished,system\/base,views\/views.module,views_autocomplete_filters\/drupal.views-autocomplete-filters,views_autocomplete_filters\/drupal.views-autocomplete-filters-dependent,views_infinite_scroll\/views-infinite-scroll","theme":"mindtree_theme","theme_token":null},"ajaxTrustedUrl":{"\/blog":true},"mindtree_eu_cookie_compliance":{"on_off":1,"popup":"\u003Cdiv id=\u0022tabs\u0022\u003E\n  \u003Cul\u003E\n    \u003Cli\u003E\u003Ca href=\u0022#tabs-default\u0022\u003EPrivacy Policy\u003C\/a\u003E\u003C\/li\u003E\n\n          \u003Cli\u003E\u003Ca href=\u0022#tabs-essential\u0022\u003EStrictly Necessary cookies\u003C\/a\u003E\u003C\/li\u003E\n    \n          \u003Cli\u003E\u003Ca href=\u0022#tabs-performance\u0022\u003EFunctional Cookies\u003C\/a\u003E\u003C\/li\u003E\n    \n          \u003Cli\u003E\u003Ca href=\u0022#tabs-marketing\u0022\u003EThird Party Analytical, Performance and Marketing cookies\u003C\/a\u003E\u003C\/li\u003E\n      \u003C\/ul\u003E\n  \u003Cdiv id=\u0022tabs-default\u0022\u003E\n    \u003Ch2\u003EPrivacy Policy\u003C\/h2\u003E\n    \u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EThe effective date of this Policy is May 17, 2018\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EYour privacy is important to us. Mindtree Limited and its subsidiaries or affiliated companies (consisting of Bluefin Solutions limited and\/or Magnet 360 LLC) hereinafter referred as \u2018Mindtree,\u2019 is committed to respect your privacy while using our website. This policy applies to information collected by us on our website.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EDefinitions\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u0022Personally Identifiable Information\u0022(or \u2018PII\u201d) means any information that relates to a natural person, which, either directly or indirectly, in combination with other information available or likely to be available with a corporate body, is capable of identifying such person.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EThe information we collect:\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EWe do not collect Personally Identifiable Information about you, unless you choose to fill out your information on this website through specific provided forms. In general, you may browse our website without providing any Personal Identifiable Information about yourself. We do automatically collect certain information when you visit our website such as the type of operating system, the type of browser you are using, your IP address in order to provide better usability and personalized experience.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EMindtree shall only process the received information pursuant to pursue our legitimate business interests for establishing communication with prospective customers and personnel with general\/ business inquiries.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EHow we normally use information about you\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EWe use certain information to analyze site usage for us to improve our website.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EWe use Personally Identifiable Information you provide solely to respond to your inquiry or to process an application form you have completed on our website or to respond to any legal process or as required by law in response to any court order, subpoena or a law enforcement agency or to take action against any illegal activity and to address any potential threat to the physical safety of a person.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\f\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EInformation sharing\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EWe may share your Personal Identifiable Information within Mindtree, Mindtree group \u0026nbsp;\u0026nbsp;or with any of our subsidiaries and very occasionally our business partners, service vendors or authorized third-party agents located in any part of the world for the purposes of data processing, enrichment, storage, or to provide a requested service or transaction, after ensuring that such entities are contractually bound by data privacy obligations.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EWhere we transfer Personally Identifiable Information outside of EU, we either transfer these \u0026nbsp;Information to countries that provide an adequate level of protection (as determined by the European Commission) or have appropriate safeguards in place.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EYour rights\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EYou may have certain rights relating to your Personally Identifiable Information provided for under applicable law. These are the right to:\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Request access to your Personally Identifiable Information and the processing activities on the same.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Request that your Personally Identifiable Information \u0026nbsp;is rectified if it is inaccurate or incomplete\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Request erasure of your Personally Identifiable Information \u0026nbsp;in certain circumstances.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Request restriction of the processing of your Personally Identifiable Information in certain circumstances.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Object to the processing of your Personally Identifiable Information \u0026nbsp;in certain circumstances.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Receive your Personally Identifiable Information provided to us as a controller in a structured, commonly used and machine-readable format in certain circumstances.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Lodge a complaint with a supervisory authority.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u2022 Withdraw your consent provided at any time by contacting us.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003ETo exercise the rights outlined above in respect of your Personally Identifiable Information \u0026nbsp;please contact the details available in the contact section below. We will endeavor to respond to you within appropriate as required by the law.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003ERight to opt out and withdrawal\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EMindtree respects your privacy considerations and hence provides you an option \u0026nbsp;to refuse to provide your Personally Identifiable Information or information sought to be collected.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EYou also have the option to subscribe\/opt-in to receive newsletters, new alerts and marketing content. You can always opt-out of such options by writing to \u003Ca href=\u0022mailto:Dataprotection.Office@mindtree.com\u0022\u003EDataprotection.Office@mindtree.com\u003C\/a\u003E\u0026nbsp;or click the \u201cunsubscribe\u201d link at the bottom of an email newsletter received by you from us. Mindtree shall adhere to your preferences.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EAuthenticity\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EMindtree shall not be responsible for the authenticity of the information and it is your duty to ensure that the information provided is authentic.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003ECookies and other technologies\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EOur website uses cookies. A cookie is a text-only string of information that a website transfers to the cookie file of the browser on your computer\u2019s hard disk so that website can remember who you are. Please read our Cookie Policy carefully for more details about the information we collect when you use this site.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EData storage and retention\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EYour PII is stored in databases located at India and on the servers of the cloud-based database management services that Mindtree engages.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EMindtree shall retain your PII Personal Information pursuant to the business purposes and in line with our retention policies.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EPII received from prospective customers shall be retained for the duration of the prospective customer\u2019s business relationship with the Mindtree.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EProtection of minor\u2019s information\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EThe website is not directed to children under the age of sixteen (16). Mindtree does not knowingly solicit PII \u0026nbsp;from or market to anyone under sixteen (16) years of age. If you believe that we have received information from a minor, please notify us immediately and we will ensure that reasonable efforts will be made by us to delete such information from our database.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003ELinks to third party websites\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EOur website may contain links to other sites including social media sites, whose information practices may be different from ours. You should read such third party\u2019s websites privacy notices and Mindtree does not control those sites or their privacy practices. We do not endorse or make any representations about third-party websites.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EOur commitment to security\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EMindtree utilizes appropriate physical, technical and administrative procedures to safeguard the information we collect. Mindtree takes reasonable steps to ensure that all dealings in personally identifiable information is processed fairly \u0026amp; lawfully after receiving consent of the information provider. Mindtree may retain your personally identifiable information as long as there is a business requirement, or if otherwise required under applicable laws.\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EGrievance Redressal\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EAny grievance or complaint, in relation to processing of information, should be sent to Mindtree in writing to following contact email ID. Grievance shall be redressed as expeditiously as possible.\u003C\/p\u003E\r\n\r\n\u003Cp\u003EThe details of the Grievance Officer are as follows:\u003C\/p\u003E\r\n\r\n\u003Cp\u003E\u0026nbsp;\u003C\/p\u003E\r\n\r\n\u003Cp\u003E\u003Cstrong\u003ESrinivasa Rao Kottamasu\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp\u003E\u0026nbsp;\u003C\/p\u003E\r\n\r\n\u003Cp\u003EEmail: \u003Ca href=\u0022mailto:Dataprotection.Office@mindtree.com\u0022\u003EDataprotection.Office@mindtree.com\u003C\/a\u003E\u003C\/p\u003E\r\n\r\n\u003Cp\u003ESecondary email \u003Ca href=\u0022mailto:Srinivasa.Kottamasu@mindtree.com\u0022\u003ESrinivasa.Kottamasu@mindtree.com\u003C\/a\u003E\u003C\/p\u003E\r\n\r\n\u003Cp\u003EAddress - Global Village, RVCE Post Mysore Road\u003C\/p\u003E\r\n\r\n\u003Cp\u003EBangalore 560059, INDIA\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u0026nbsp;\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003E\u003Cstrong\u003EChanges to this Policy\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp dir=\u0022ltr\u0022\u003EPlease note that this policy may change from time to time. Please review the policy periodically for changes.\u003C\/p\u003E\r\n\n  \u003C\/div\u003E\n\n      \u003Cdiv id=\u0022tabs-essential\u0022\u003E\n      \u003Ch2\u003EStrictly Necessary cookies\u003C\/h2\u003E\n              \u003Cspan class=\u0022no-switch\u0022\u003EAlways Active\u003C\/span\u003E\n        \u003Cinput type=\u0022hidden\u0022 name=\u0022essential_cookies\u0022 value=\u00221\u0022\/\u003E\n            \u003Cp\u003EThese cookies are strictly necessary for our websites to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site may not work then.\u003C\/p\u003E\r\n\r\n\u003Cp\u003EPlease find a detailed list of the strictly necessary cookies we use on our websites below:\u003C\/p\u003E\r\n\r\n\u003Cdiv class=\u0022table-wrapper\u0022\u003E\r\n\u003Ctable\u003E\r\n\t\u003Cthead\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EName\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EPurpose\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EThird-party Provider\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EExpiry\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\u003C\/thead\u003E\r\n\t\u003Ctbody\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 __cfduid\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ERegisters an unambiguous ID which is used to generate statistical data concerning the use of the website by the user.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ESession\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 BIGipServer#\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed to distribute traffic to the website on several servers in order to optimise response times.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ESession\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 JSESSIONID\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EPreserves users\u2019 states across page requests.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ESession\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 cookie-agreed\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ERecords whether or not the cookies notification pop-up has been acknowledged by the user.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E90 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 tc_ptid\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ERandomly generated person identified\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E90 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 tc_ptidexpiry\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ETracking cookie expiration value\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E2 years\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 tc_q\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ELocal queue to store captures until they can be sent\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 tc_ttid\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ETouch identifier\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 lang\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ERemembers the user\u0027s selected language version of a website\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 Vuid\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ECollects data on the user\u0027s visits to the website, such as which pages have been read.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 ATN\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ETargets ads based on behavioural profiling and geographical location.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 BizoID\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed to track visitors on multiple websites, in order to present relevant advertisement based on the visitor\u0027s preferences.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 BizoID\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed to track visitors on multiple websites, in order to present relevant advertisement based on the visitor\u0027s preferences.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 UserMatchHistory\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed to track visitors on multiple websites, in order to present relevant advertisement based on the visitor\u0027s preferences.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 lift-initial-content\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed to track visitors and their behaviour. Read lift-initial-content\u0027s Cookie Policy for more information.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHTTP (Self)\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\u003C\/tbody\u003E\r\n\u003C\/table\u003E\r\n\u003C\/div\u003E\r\n\n    \u003C\/div\u003E\n  \n      \u003Cdiv id=\u0022tabs-performance\u0022\u003E\n      \u003Ch2\u003EFunctional Cookies\u003C\/h2\u003E\n              \u003Cdiv class=\u0022switch-container active\u0022\u003E\n          \u003Cspan\u003EActive\u003C\/span\u003E\n          \u003Clabel class=\u0022switch\u0022\u003E\n            \u003Cinput type=\u0022checkbox\u0022 name=\u0022performance_cookies\u0022 value=\u00221\u0022 checked=\u0022checked\u0022\/\u003E\n            \u003Cspan class=\u0022slider round\u0022\u003E\u003C\/span\u003E\n          \u003C\/label\u003E\n        \u003C\/div\u003E\n            \u003Cp\u003ESubject to your consent, we use functional cookies to enable the websites to provide enhanced functionality and personalization, such as allowing the website to remember the choices you make. They may be set by us or by third party providers whose services we have added to our pages. These cookies cannot track your browsing activity on other websites and they do not gather any information about you that could be used for advertising or remembering where you\u2019ve been on the Internet besides our sites. If you do not allow these cookies some services may not function properly. They also allow us to analyse your use of the sites and to evaluate and improve site performance.\u003C\/p\u003E\r\n\r\n\u003Cp\u003EMindtree is not using any functional cookies as of the date of this Policy.\u003C\/p\u003E\r\n\n    \u003C\/div\u003E\n  \n      \u003Cdiv id=\u0022tabs-marketing\u0022\u003E\n      \u003Ch2\u003EThird Party Analytical, Performance and Marketing cookies\u003C\/h2\u003E\n              \u003Cdiv class=\u0022switch-container active\u0022\u003E\n          \u003Cspan\u003EActive\u003C\/span\u003E\n          \u003Clabel class=\u0022switch\u0022\u003E\n            \u003Cinput type=\u0022checkbox\u0022 name=\u0022marketing_cookies\u0022 value=\u00221\u0022 checked=\u0022checked\u0022\/\u003E\n            \u003Cspan class=\u0022slider round\u0022\u003E\u003C\/span\u003E\n          \u003C\/label\u003E\n        \u003C\/div\u003E\n            \u003Cp\u003ESubject to your consent, we may use third-party cookies such as, Google Analytics etc. to understand how users arrive on our websites and how they interact with us on our websites. This information is used to evaluate and improve the content of our websites and our campaigns and ultimately to improve user experience. In addition, they may be used to (i) deliver advertisements more relevant to your interests, (ii) to limit the number of times you see an advertisement, (iii) to help measure the effectiveness of an advertisement campaign, and (iv) to understand user\u2019s behaviour after having seen an advertisement. These cookies collect information about your visit and use of our websites such as the pages you visit the most and the error messages you may get from web pages.\u003C\/p\u003E\r\n\r\n\u003Cdiv class=\u0022table-wrapper\u0022\u003E\r\n\u003Ctable\u003E\r\n\t\u003Cthead\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EName\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EThird-party provider\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EPurpose\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\t\u003Cth\u003E\u003Cstrong\u003EExpiry\u003C\/strong\u003E\u003C\/th\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\u003C\/thead\u003E\r\n\t\u003Ctbody\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 _hjIncludedInSample\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EHotjar\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 Determines if the user\u0027s navigation should be registered in a certain statistical place.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 Collect\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EGoogle\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed to send data to Google Analytics about the visitor\u0027s device and behaviour. Tracks the visitor across devices and marketing channels.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003ESession\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 _Fbp\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003Econnect.facebook.net\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed by Facebook to deliver a series of advertisement products such as real time bidding from third-party advertisers.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E90 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 Bcookie\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003Elinkedin.com\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed by the social networking service, LinkedIn, for tracking the use of embedded services. Read bcookie\u0027s Instagram Cookie policy Link - \u003Ca href=\u0022https:\/\/help.instagram.com\/1896641480634370\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/help.instagram.com\/1896641480634370 for more information.\u003C\/a\u003E\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 Fr\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EFacebook\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed by Facebook to deliver a series of advertisement products such as real time bidding from third-party advertisers.\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E90 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\t\u003Ctr\u003E\r\n\t\t\t\u003Ctd\u003E\u2022 Lidc\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003Elinkedin.com\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003EUsed by the social networking service, LinkedIn, for tracking the use of embedded services. Read lidc\u0027s Cookie Policy for more information\u003C\/td\u003E\r\n\t\t\t\u003Ctd\u003E30 Days\u003C\/td\u003E\r\n\t\t\u003C\/tr\u003E\r\n\t\u003C\/tbody\u003E\r\n\u003C\/table\u003E\r\n\u003C\/div\u003E\r\n\n    \u003C\/div\u003E\n  \u003C\/div\u003E","banner":"\u003Cdiv class=\u0022eu-cookie-compliance-banner eu-cookie-compliance-banner-info\u0022\u003E\n  \u003Cdiv class =\u0022popup-content info eu-cookie-compliance-content\u0022\u003E\n    \u003Cdiv id=\u0022popup-text\u0022 class=\u0022eu-cookie-compliance-message\u0022\u003E\n      \u003Cp\u003EBy continuing to use this website, you are agreeing to our updated cookie policy. \u003Ca href=\u0022\/cookie-policy\u0022\u003ELearn more\u003C\/a\u003E.\u003C\/p\u003E\n    \u003C\/div\u003E\n    \u003Cdiv id=\u0022popup-buttons\u0022 class=\u0022eu-cookie-compliance-buttons\u0022\u003E\n    \u003Cinput type=\u0022hidden\u0022 name=\u0022essential_cookies\u0022 value=\u00221\u0022 \/\u003E    \u003Cinput type=\u0022hidden\u0022 name=\u0022performance_cookies\u0022 value=\u00221\u0022 \/\u003E    \u003Cinput type=\u0022hidden\u0022 name=\u0022marketing_cookies\u0022 value=\u00221\u0022 \/\u003E      \u003Cbutton type=\u0022button\u0022 class=\u0022agree-button eu-cookie-compliance-agree-button\u0022\u003EI agree\u003C\/button\u003E\n      \u003Cbutton type=\u0022button\u0022 class=\u0022find-more-button eu-cookie-compliance-more-button\u0022\u003EManage Cookies\u003C\/button\u003E\n    \u003C\/div\u003E\n  \u003C\/div\u003E\n\u003C\/div\u003E","external_link_text":"More Information","external_link_url":"\/cookie-policy","cookie_lifetime":31536000},"data":{"extlink":{"extTarget":true,"extTargetNoOverride":true,"extNofollow":false,"extNoreferrer":false,"extFollowNoOverride":false,"extClass":"0","extLabel":"(link is external)","extImgClass":false,"extSubdomains":true,"extExclude":"","extInclude":"(.pdf)","extCssExclude":"","extCssExplicit":"","extAlert":false,"extAlertText":"","mailtoClass":"0","mailtoLabel":"(link sends email)","extUseFontAwesome":false,"extIconPlacement":"append","extFaLinkClasses":"fa fa-external-link","extFaMailtoClasses":"fa fa-envelope-o","whitelistedDomains":null}},"views":{"ajax_path":"\/views\/ajax","ajaxViews":{"views_dom_id:836a84c806a19194577a8bb87026cf140362586c57eeb25b4bddf2abecfe371c":{"view_name":"blog_listing_with_scroll","view_display_id":"blog_scroll_block","view_args":"","view_path":"\/node\/8066","view_base_path":null,"view_dom_id":"836a84c806a19194577a8bb87026cf140362586c57eeb25b4bddf2abecfe371c","pager_element":0}}},"ajax":[],"user":{"uid":0,"permissionsHash":"2c969208fdfa469b9f024dd803790aae8172dd26eb353e3a1abd59a8ab74d6fb"}}</script>
<script src="/sites/default/files/js/js_vp8-4ou-OVlC5K5d63ksbrV0brssalwASteN3L4x8hU.js"></script>
<script src="https://static.addtoany.com/menu/page.js" async></script>
<script src="/sites/default/files/js/js_wW0hZA_3sWraiy3vwd55b7PJ8m0xW00VMIoy-e8SwoE.js"></script>
<script src="/themes/custom/mindtree_theme/mindtree_assets/select2/select2.full.min.js?v=0.1" defer></script>
<script src="/sites/default/files/js/js_GSlpCrWenzCN7ulyzXmrSOIfL_1niv1XCN0YUCrKL1k.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/owl.carousel.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ouibounce/0.0.12/ouibounce.min.js"></script>
<script src="/sites/default/files/js/js_1DaR56l0ADvuRCwQh0Y_L0PD7yRHEzddJkve9BYXszg.js"></script>
<script src="/themes/custom/mindtree_theme/js/jquery.vimeo.api.js?v=1" defer></script>
<script src="/sites/default/files/js/js_l0nZdNumYi8XJf5ZN82rCxPY201bSOrIn1PK8TRFyqA.js"></script>
<script src="/themes/custom/mindtree_theme/sass/components/lead_capture/lead_capture.js?v=1" defer></script>
<script src="/sites/default/files/js/js_G5bJ5yaLLcybksteIylUGXWvuEgWgCI3zyiS5Vr65nY.js"></script>
<script src="/themes/custom/mindtree_theme/sass/components/paragraph_contact_us_form/_paragraph_contact_us_form.js?v=1" defer></script>
<script src="/themes/custom/mindtree_theme/sass/content/featured_industry_view/_featured_industry_view.js?v=1" defer></script>
<script src="/themes/custom/mindtree_theme/sass/content/regional_office_view/_regional_office_view.js?v=1" defer></script>
<script src="/sites/default/files/js/js_xsp4BwY0ahbJUNenlFf6dF6RUteTp9zIV_WgraGVy9c.js"></script>
<script src="/themes/custom/mindtree_theme/sass/components/job_listing/job_listing.js?v=1" defer></script>
<script src="/themes/custom/mindtree_theme/sass/components/collage/collage.js?v=1" defer></script>
<script src="/sites/default/files/js/js_MBPJuDTPXrQilxlQCAqu8TL518Nq5nxlNs0-sYbZXxk.js"></script>
<script src="/themes/custom/mindtree_theme/sass/components/404_message/404_message.js?v=1" defer></script>
<script src="/themes/custom/mindtree_theme/sass/components/subscribe/subscribe.js?v=1" defer></script>
<script src="/sites/default/files/js/js_hyjdaUhJ1Qp3a7_5ZnzvEnFhYgrJ-kule5fRa_Lmebc.js"></script>
<script src="//app-lon04.marketo.com/js/forms2/js/forms2.min.js" defer></script>
<script src="/libraries/magnific-popup/dist/jquery.magnific-popup.js?v=1" defer></script>
<script src="/themes/custom/mindtree_theme/sass/components/client_speak_component/client_speak_component.js?v=1" defer></script>
<script src="/sites/default/files/js/js_Y8GT17-2rSod-BkqNSiKrgWdsB2HB6GSeUA4QMxamcc.js"></script>
<script src="/themes/custom/mindtree_theme/sass/components/contact/_contact.js?v=1" defer></script>
<script src="/sites/default/files/js/js_fFlOqcOuOS2KfgOg2BT2hwgSIYn3eYkLB6i2SW1_tgE.js"></script>

</body>
</html>