$(document).ready(function(){	
	$(".aabout").mouseenter(function(){	
		$(this).css({height:"138px",zIndex:"9999999"});
		$("#aboutus").animate({
			top:"0px",
			height:"60px"
		},{easing:"easeInSine"});
		$(".no01").css({zIndex:"1002"}).animate({
			top:"-100px"
		});
		$("#aboutus").css({zIndex:"999"}).animate({
			top:"0px",
			height:"136px"
		},{easing:"easeOutExpo"});
		$(".pabout").css({zIndex:"1000"}).animate({
			top:"30px"
		});
        $(".no1").css({zIndex:"1001"}).show();
	
	}).mouseout(function(){
		$(this).css({height:"106px",zIndex:"9999999"});
		$("#aboutus").css({zIndex:"999"}).animate({
			top:"0px",
			height:"90px"
		},{easing:"easeInSine"});
		$(".no01").css({zIndex:"1002"}).animate({
			top:"0px"
		});
		$(".no1").css({zIndex:"1001"}).hide();
		$("#aboutus").css({zIndex:"999"}).animate({
			top:"0px",
			height:"106px"
		},{easing:"easeOutExpo"});	
		$(".pabout").css({zIndex:"1000"}).animate({
			top:"0px"
		});
	});


//2 nd
	$(".asolution").mouseenter(function(){	
		$(this).css({height:"138px",zIndex:"9999999"});
		$("#solution").animate({
			top:"0px",
			height:"60px"
		},{easing:"easeInSine"});
		$(".no02").css({zIndex:"1002"}).animate({
			top:"-100px"
		});
		$("#solution").css({zIndex:"999"}).animate({
			top:"0px",
			height:"136px"
		},{easing:"easeOutExpo"});
		$(".psolution").css({zIndex:"1000"}).animate({
			top:"30px"
		});
        $(".no2").css({zIndex:"1001"}).show();
	
	}).mouseout(function(){
		$(this).css({height:"106px",zIndex:"9999999"});
		$("#solution").css({zIndex:"999"}).animate({
			top:"0px",
			height:"90px"
		},{easing:"easeInSine"});
		$(".no02").css({zIndex:"1002"}).animate({
			top:"0px"
		});
		$(".no2").css({zIndex:"1001"}).hide();
		$("#solution").css({zIndex:"999"}).animate({
			top:"0px",
			height:"106px"
		},{easing:"easeOutExpo"});	
		$(".psolution").css({zIndex:"1000"}).animate({
			top:"0px"
		});
	});


//3 rd

	$(".acreative").mouseenter(function(){	
		$(this).css({height:"138px",zIndex:"9999999"});
		$("#creation").animate({
			top:"0px",
			height:"60px"
		},{easing:"easeInSine"});
		$(".no03").css({zIndex:"1002"}).animate({
			top:"-100px"
		});
		$("#creation").css({zIndex:"999"}).animate({
			top:"0px",
			height:"136px"
		},{easing:"easeOutExpo"});
		$(".pcreation").css({zIndex:"1000"}).animate({
			top:"30px"
		});
        $(".no3").css({zIndex:"1001"}).show();
	
	}).mouseout(function(){
		$(this).css({height:"106px",zIndex:"9999999"});
		$("#creation").css({zIndex:"999"}).animate({
			top:"0px",
			height:"90px"
		},{easing:"easeInSine"});
		$(".no03").css({zIndex:"1002"}).animate({
			top:"0px"
		});
		$(".no3").css({zIndex:"1001"}).hide();
		$("#creation").css({zIndex:"999"}).animate({
			top:"0px",
			height:"106px"
		},{easing:"easeOutExpo"});	
		$(".pcreation").css({zIndex:"1000"}).animate({
			top:"0px"
		});
	});


//4 th
	$(".aoutdoor").mouseenter(function(){	
		$(this).css({height:"138px",zIndex:"9999999"});
		$("#outdoor").animate({
			top:"0px",
			height:"60px"
		},{easing:"easeInSine"});
		$(".no04").css({zIndex:"1002"}).animate({
			top:"-100px"
		});
		$("#outdoor").css({zIndex:"999"}).animate({
			top:"0px",
			height:"136px"
		},{easing:"easeOutExpo"});
		$(".poutdoor").css({zIndex:"1000"}).animate({
			top:"30px"
		});
        $(".no4").css({zIndex:"1001"}).show();
	
	}).mouseout(function(){
		$(this).css({height:"106px",zIndex:"9999999"});
		$("#outdoor").css({zIndex:"999"}).animate({
			top:"0px",
			height:"90px"
		},{easing:"easeInSine"});
		$(".no04").css({zIndex:"1002"}).animate({
			top:"0px"
		});
		$(".no4").css({zIndex:"1001"}).hide();
		$("#outdoor").css({zIndex:"999"}).animate({
			top:"0px",
			height:"106px"
		},{easing:"easeOutExpo"});	
		$(".poutdoor").css({zIndex:"1000"}).animate({
			top:"0px"
		});
	});


//5 th

	$(".aweb").mouseenter(function(){	
		$(this).css({height:"138px",zIndex:"9999999"});
		$("#web").animate({
			top:"0px",
			height:"60px"
		},{easing:"easeInSine"});
		$(".no05").css({zIndex:"1002"}).animate({
			top:"-100px"
		});
		$("#web").css({zIndex:"999"}).animate({
			top:"0px",
			height:"136px"
		},{easing:"easeOutExpo"});
		$(".pweb").css({zIndex:"1000"}).animate({
			top:"30px"
		});
        $(".no5").css({zIndex:"1001"}).show();
	
	}).mouseout(function(){
		$(this).css({height:"106px",zIndex:"9999999"});
		$("#web").css({zIndex:"999"}).animate({
			top:"0px",
			height:"90px"
		},{easing:"easeInSine"});
		$(".no05").css({zIndex:"1002"}).animate({
			top:"0px"
		});
		$(".no5").css({zIndex:"1001"}).hide();
		$("#web").css({zIndex:"999"}).animate({
			top:"0px",
			height:"106px"
		},{easing:"easeOutExpo"});	
		$(".pweb").css({zIndex:"1000"}).animate({
			top:"0px"
		});
	});


	$("#busshelter").click(function(){
		$(".alldark").fadeIn();
		$(".gall_popup").fadeIn(1000).animate({height:"540px",width:"700px",top:"30px"},{easing:"easeInOutExpo"});
		setTimeout( function() {
			jQuery('.gall_1').fadeIn();
		}, 1500);	
	});
	$(".gallclose").click(function(){
		$('.gall_1').fadeOut();
		setTimeout( function() {
		$(".alldark").fadeOut(1000);
		$(".gall_popup").animate({height:"100px",width:"700px",top:"150px"},{easing:"easeInOutExpo"}).fadeOut();
		}, 1500);
		
		});






});




