@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; border: 0; }
ul, li { list-style: none; }
#container { width: 698px; height: 248px; position: relative; border: 1px solid #ccc; margin: 0 auto; overflow: hidden; background:#ffffff }
.positionAb { position: absolute; }
#clickTag { position: absolute; display: block; left: 0;width: 698px; height: 248px; top: 0; z-index: 9999; }
#innerwrapper {
	width: 670px;  height: 176px;
	border: 3px solid #b7b7b7;
	border-radius: 10px;
	overflow: hidden;
	background: url("images/background_image.png") no-repeat center center;
	background-size:cover;
	margin:0 auto;
	margin-top:11px;
	
}
#redFrame {
	  width: 670px;height: 176px;
	background: #d02129;
	z-index: 9;
transition: all .5s ease;
border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	position:relative;
}
#intro_title {
	top: 224px;
	left: 29px;
transition: all .5s ease;
}
#title1 {
	 top: 34px; left: 690px;
	opacity: 1;
	z-index: 10;
transition: all .5s ease;
}
#mainBackgroundImage {
	left: 0;
	top: 28px;
transition: all .5s ease;
}
#cta { bottom: 18px; left: 19px; }
#logo { right: 20px; bottom: 10px; }
#exit_title {
	top: 292px;
	left: 75px;
	opacity: 0;
	transition: all 1s ease;
}
#top_title1, #top_title1b {
	top: 10px;
	left: 160px;
	z-index: 99;
 transition: all .5s ease;
}
#top_middletitle, #top_middletitleb {
	left: 46px;
	top: 248px;
	z-index: 99;
 transition: all .5s ease;
}
#top_bottomtitle, #top_bottomtitleb {
	left: 122px;
	top: 291px;
	z-index: 99;
 transition: all .5s ease;
}
#top_title1b, #top_middletitleb, #top_bottomtitleb {
	left: -300px;
}

#moving_object {
	position:absolute;top:55px;left:320px;
	transition: all 8s linear;}
#full_spectrum,#multi-layer,#proven-expertise {
	position:absolute;
	top:96px;
	left:34px;
	transition: all 2s ease;
	opacity:0;
	
	}	
#cyber-hardening_div {
	position:absolute;
	right:26px;
	bottom:0px;
	opacity:0;
	}
#sub-div {
	width:670px;
	height:20px;
	background-color:#fff;
	z-index: 966666666666666;
    position: absolute;
    bottom: 58px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	transition: all .5s ease;
	opacity:0;
	
	}	
	.secure_your_space {position:relative;left:368px;top:10px;}
	
