<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Page Not Found - Experience Commerce</title>
<!--Head top starts here-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimal-ui">
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, user-scalable = no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-touch-fullscreen" content="yes" />
<meta property="og:type" content="website"/>

<meta name="title" content="Experience Commerce - Ground Control"> 
<meta name="description" content="Who are we? Why are we here? Have a life changing question for India's No.1 Digital Ad Agency? Contact us here."/>
<meta property="og:title" content="Experience Commerce - Ground Control" />
<meta property="og:description" content="Who are we? Why are we here? Have a life changing question for India's No.1 Digital Ad Agency? Contact us here." />
<meta property="og:site_name" content="Experience Commerce"/>
<meta property="og:url" content="http://www.experiencecommerce.com/contact-us"/>
<meta property="og:image" content="http://www.experiencecommerce.com/ecsite/images/eclogo2.jpg"/>
<link rel="shortcut icon" href="http://www.experiencecommerce.com/ecsite/images/favicon.ico"/>

<link href="http://www.experiencecommerce.com/ecsite/css/flexslider.css" type="text/css" rel="stylesheet">
<link href="http://www.experiencecommerce.com/ecsite/css/global-2014.css?v=4" type="text/css" rel="stylesheet">
<script src="http://www.experiencecommerce.com/ecsite/js/jquery-2.0.2.min.js"></script>
<script src="http://www.experiencecommerce.com/ecsite/js/jquery.easing.1.3.js"></script>
<script src="http://www.experiencecommerce.com/ecsite/js/jquery-migrate-1.2.1.min.js"></script>
<script src="http://www.experiencecommerce.com/ecsite/js/jquery.flexslider-min.js"></script>

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script type='text/javascript' src='http://www.experiencecommerce.com/ecsite/js/respond.src.js'></script>
<![endif]-->

<script src="http://www.experiencecommerce.com/ecsite/js/plax.js" type="text/javascript"></script>
<!--head top ends here-->
<script>
$(window).load(function(){
	
	$("input.wmark , textarea.wmark").on('click', function(){
		var text = $(this).attr('title');
		if($.trim($(this).val()) == text){$(this).val('');}
	}).blur(function(){
		if(!$.trim($(this).val())){$(this).val($(this).attr('title'));}
	});

	$("input.wmark , textarea.wmark").on('focus', function(){
		var text = $(this).attr('title');
		if($.trim($(this).val()) == text){$(this).val('');}
	}).blur(function(){
		if(!$.trim($(this).val())){$(this).val($(this).attr('title'));}
	});
})
function closeMenu(){
	$('.menuWrapper').css('background-color','rgba(255,255,255,0)');
	$('.menuWrapper').animate({'height':'0'},800);
	$('.menu').removeClass('open');
	$('.greenAnimation').fadeOut(500);
	$('.greyIcon').fadeIn();
	$('.greenAnimation .goBack').animate({top:0});
	$('.greenAnimation .line2').animate({top:10});
	$('.greenAnimation .line3').animate({top:21});
	$('.greenAnimation .line4').animate({top:50, opacity:0});
	$('.greenAnimation .line5').animate({top:50, opacity:0});
	$('.greenAnimation .line6').animate({top:50, opacity:0});
	$('.greenAnimation .line7').animate({top:50, opacity:0});
	$('.greenAnimation .menuItemsWrapper').animate({opacity:0}).css('visibility','hidden');
	$('.greenAnimation .menuItem').animate({top:-20, opacity:0});
						$('.menuBg').css('background-color','rgba(255,255,255,0.9)');
			}
$(document).ready(function() {
						$('.menuBg').css('background-color','rgba(255,255,255,0.9)');
				
	$('#logoAnim img').plaxify();
	$.plax.enable();
	$('.menuWrapper').css('height','0');
	var mouse_is_inside = false;

	$('.menuWrapper').hover(function(){ 
		$('.greyIcon').fadeOut();
        $('.greenAnimation').fadeIn(500);
		mouse_is_inside=true; 
    }, function(){ 
		if(!$('.menu').hasClass('open')){
			$('.greenAnimation').fadeOut(500);
			$('.greyIcon').fadeIn();
		}
        mouse_is_inside=false; 
    });

    $("body").on('click',function(){ 
        if(! mouse_is_inside){ if($('.menu').hasClass('open')){ closeMenu(); }}
    });
	
	$('.menu').on('click',function(){
		if(!$('.menu').hasClass('open')){
		$('.menuWrapper').css('background','none');
		$('.menuWrapper .menuBg').css({'background-color': 'rgba(0, 0, 0, 0)'});
		//$('.menuWrapper').css('height','94%');
		$('.menuWrapper').css('height',$(document).height()+'px');
		$('.menu').addClass('open');
		$('.greyIcon').fadeOut();
		$('.greenAnimation').fadeIn();
		$('.greenAnimation .line2').delay(400).animate({top:55},{duration:700,easing:'easeOutBounce'});
		$('.greenAnimation .line3').delay(100).animate({top:60},{duration:400,easing:'easeInCirc'});
		//$('.greenAnimation .goBack').delay(850).animate({top:-20},{duration:200,easing:'easeInQuad'});
		//$('.greenAnimation .goBack').animate({top:5},{duration:100,easing:'easeInQuad'});
		$('.greenAnimation .line3').delay(100).animate({top:300},{duration:700,easing:'easeInCirc'});
		$('.greenAnimation .line4').delay(700).animate({top:100, opacity:1},{duration:300,easing:'easeInCirc'});
		$('.greenAnimation .line5').delay(700).animate({top:150, opacity:1},{duration:400,easing:'easeInCirc'});
		$('.greenAnimation .line6').delay(700).animate({top:200, opacity:1},{duration:500,easing:'easeInCirc'});
		$('.greenAnimation .line7').delay(700).animate({top:250, opacity:1},{duration:600,easing:'easeInCirc'});
		$('.greenAnimation .menuItemsWrapper').delay(700).css('visibility','visible').animate({opacity:1},{duration:650,easing:'easeInCirc'});
		$('.greenAnimation .menuItem').delay(700).animate({top:0, opacity:1},{duration:850,easing:'easeInCirc'});
							$('.menuWrapper').css({'background-color': 'rgba(0, 0, 0, 0.7)'});
					}
		else{
			closeMenu();
		}
	});
});	
//Keeps the distance between showcase slides equal in all resolutions
function topPositions(){
	if($('.slide1').length && $('.slide4').length){
		var slide1Height = $('.slide1').outerHeight(true) + $('.slide1').position().top;
		$('.slide4').css('top', slide1Height +'px');
	}
	
	if($('.slide3').length && $('.slide6').length){
		var slide1Height1 = $('.slide3').outerHeight(true) + $('.slide3').position().top;
		$('.slide6').css('top', slide1Height1 +'px');
	}
	
	if($('.slide2').length && $('.text2').length){
		var slide1Height2 = $('.slide2').outerHeight(true) + $('.slide2').position().top + 20;
		$('.text2').css('top', slide1Height2 +'px');
	}
	
	if($('.slide5').length && $('.text2').length){
		var slide1Height3 = $('.text2').position().top + 145;
		$('.slide5').css('top', slide1Height3 +'px');
	}
	
	if($('.slide5').length && $('.envelopeContainer').length){
		var slide1Height4 = $('.slide5').position().top + $('.slide5').outerHeight(true) + 20;
		$('.envelopeContainer').css('top', slide1Height4 +'px');
	}
}

$(window).resize(function(){
	topPositions();
});
$(window).scroll(function(){
	var orientation = Math.abs(window.orientation) == 90 ? 'landscape' : 'portrait';
	if(orientation!='landscape'){
		if($('.menu').hasClass('open')){ closeMenu(); }
	}
})

function loadSocial(loadSpecial) {
    //I will assume that if we have one type of button we have them all
    //If not we'll just exit
   // if ($(".twitter-share-button").length == 0) return;

    //Twitter
	if(loadSpecial.t==1){
		if (typeof (twttr) != 'undefined') {
			twttr.widgets.load();
		} else {
			$.getScript('http://platform.twitter.com/widgets.js');
		}
	}

    //Facebook
	if(loadSpecial.f==1){
		if (typeof (FB) != 'undefined') {
			FB.init({ status: true, cookie: true, xfbml: true });
		} else {
			$.getScript("http://connect.facebook.net/en_US/all.js#xfbml=1", function () {
				FB.init({ status: true, cookie: true, xfbml: true });
			});
		}
	}
	
    //Linked-in
	if(loadSpecial.lin==1){
		if (typeof (IN) != 'undefined') {
			IN.parse();
		} else {
			$.getScript("http://platform.linkedin.com/in.js");
		}
	}
    //Google - Note that the google button will not show if you are opening the page from disk - it needs to be http(s)
   	if(loadSpecial.g==1){
	 	if (typeof (gapi) != 'undefined') {
			/*a = document.getElementsByTagName("g:plusone")
			$(a).each(function () {
				gapi.plusone.render($(this).get(0));
			});*/
			gapi.plusone.go();
		} else {
			$.getScript('https://apis.google.com/js/plusone.js');
		}
	}
}

function setShareEventListner(){ 
	$(".shareThis").off();
	
	$(".shareThis").on("click",function(){
		$(this).hide();
		var flike = $.parseJSON($(this).data().flike);
		var tweet = $.parseJSON($(this).data().tweet);
		var gplus = $.parseJSON($(this).data().gplus);
		if(flike){$(this).parent().append("<div class='social'>"+flike+"</div>");}
		if(tweet){$(this).parent().append("<div class='social'>"+tweet+"</div>");}
		if(gplus){$(this).parent().append("<div class='social'>"+gplus+"</div><div class='clear'></div>");}
		
		loadSocial({f:1,t:1,g:1});
	});
}
$(document).ready(function(){
	$(".techToasterTray").animate({
		bottom: 36,
		opacity:'1'
	  }, 3000, function() {
		// Animation complete.
	  });
	  $(".closeTechToast").click(function() {
		  $(".techToasterTray").animate({
			bottom: '-18em',
			opacity:'0'
		  }, 3000, function() {
			// Animation complete.
		  });	
	  });

})
</script>
<link href="http://www.experiencecommerce.com/ecsite/css/contact-us.css?v=2" type="text/css" rel="stylesheet">
<link href="http://www.experiencecommerce.com/ecsite/css/404PageCss.css?v=2" type="text/css" rel="stylesheet">
<!--head top ends here-->
<script>
$(function () {
	$('#name').keydown(function (e) {
		if (e.shiftKey || e.ctrlKey || e.altKey) {
			e.preventDefault();
		} else {
			var key = e.keyCode;
			if (!((key == 8) || (key == 32) || (key == 46) || (key >= 35 && key <= 40) || (key >= 65 && key <= 90))) {
				e.preventDefault();
			}
		}
	});
});

</script>
</head>
<body class="contactPage">
	<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PGFS9B"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<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=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PGFS9B');</script>
<!-- End Google Tag Manager -->

	<header>
    <div class="menuWrapper">
	<div class="menu">
    	<div class="menuBg"><img src="http://www.experiencecommerce.com/ecsite/images/menu-icon.png" class="greyIcon"/></div>
        <div class="greenAnimation">
        	<img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line.png" class="greenLines line1"/>
            <p class="goBack">
            	<img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line-slant.png" class="greenLines line2"/>
            	<img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line.png" class="greenLines line3"/>
                <img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line.png" class="greenLines line4"/>
                <img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line.png" class="greenLines line5"/>
                <img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line.png" class="greenLines line6"/>
                <img src="http://www.experiencecommerce.com/ecsite/images/menu-green-line.png" class="greenLines line7"/>
            </p>
            <div class="menuItemsWrapper">
            	<a href="http://www.experiencecommerce.com/" class="menuItem ">home</a></li>
				<a href="http://www.experiencecommerce.com/showcase" class="menuItem ">Showcase</a>
				<a href="http://www.experiencecommerce.com/team" class="menuItem ">Team</a>
				<a href="http://www.experiencecommerce.com/careers" class="menuItem ">Careers</a>
				<a href="http://www.experiencecommerce.com/blogs" class="menuItem ">Blog</a>
				<a href="http://www.experiencecommerce.com/contact-us" class="menuItem ">Contact Us</a>
            </div>
            
            
        </div>
    </div>
</div>
		<div class="ecLogo">
        <div id="logoAnim" class="outline">
        <img src="http://www.experiencecommerce.com/ecsite/images/left-eye.png" width="14" height="13" data-xrange="20" data-yrange="10" id="plax-sphere-3"/>
        <img src="http://www.experiencecommerce.com/ecsite/images/right-eye.png" width="14" height="13" data-xrange="20" data-yrange="10" id="plax-sphere-1"/>
        </div>
    </div>
	    </header>	<div class="mainWrapper">
		<div class="pageNotFound">
				<h3>404 error</h3>
                <div class="pgText">
                	<p>The page you are looking for cannot be found.<br>
					<a href="http://www.experiencecommerce.com">Click Here</a> to go to Homepage. </p>
                </div>
        </div>
	</div>
<footer class="inner-footer">
	<span  itemscope itemtype="http://schema.org/Organization">
		<div class="ec-txt" itemprop="name">experience commerce</div>
	</span>
</footer>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script src="https://apis.google.com/js/plusone.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>

<div id="fb-root"></div>
<script>
    FB.init({
        appId  : '275839302474378',
        status : true, // check login status
        cookie : true, // enable cookies to allow the server to access the session
        xfbml  : true  // parse XFBML
    });

</script></body>
</html>