@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	text-align: center;
}

.txt {
	/* width: 120px; */
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 22px;
	letter-spacing: 3px;
	line-height: 32px;
	text-align: left;
	color: #2d2a83;
	padding: 0px;
	
			}

.box {
	border: 1px solid #2d2a83;
	width: 450px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -225px;
	font-size: 36px;
	color: #2d2a83;
	padding: 200px 0px 0px 0px;
	
			}
	
	
.box2 {
	width: 150px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
	font-size: 14px;
	color: #2d2a83;
	padding: 100px 0px 0px 0px;
	
			}

/* ------------------------------------ ani ---- */

.bb-animation-size01 {
	width: 56px;
  height: 56px;
  
}

.ab-animation{
  animation: animationFrames linear 20s;
  animation-iteration-count: infinite;
  
  -webkit-animation: animationFrames linear 20s;
  -webkit-animation-iteration-count: infinite;
  
  -moz-animation: animationFrames linear 20s;
  -moz-animation-iteration-count: infinite;

  -o-animation: animationFrames linear 20s;
  -o-animation-iteration-count: infinite;
  
  -ms-animation: animationFrames linear 30s;
  -ms-animation-iteration-count: infinite;
}

@keyframes animationFrames{
  0% {
	background-color: #ffffff;
  }
   25% {
	background-color: #3af942;
  }
  50% {
	background-color: #ffffff;
  }
	75% {
	background-color: #2d2b83;
  }
   100% {
	background-color: #ffffff;
  }
}

@-moz-keyframes animationFrames{
  0% {
	background-color: #ffffff;
  }
   25% {
	background-color: #3af942;
  }
  50% {
	background-color: #ffffff;
  }
	75% {
	background-color: #2d2b83;
  }
   100% {
	background-color: #ffffff;
  }
}

@-webkit-keyframes animationFrames {
  0% {
	background-color: #ffffff;
  }
   25% {
	background-color: #3af942;
  }
  50% {
	background-color: #ffffff;
  }
	75% {
	background-color: #2d2b83;
  }
   100% {
	background-color: #ffffff;
  }
}

@-o-keyframes animationFrames {
  0% {
	background-color: #ffffff;
  }
   25% {
	background-color: #3af942;
  }
  50% {
	background-color: #ffffff;
  }
	75% {
	background-color: #2d2b83;
  }
   100% {
	background-color: #ffffff;
  }
}

@-ms-keyframes animationFrames {
  0% {
	background-color: #ffffff;
  }
   25% {
	background-color: #3af942;
  }
  50% {
	background-color: #ffffff;
  }
	75% {
	background-color: #2d2b83;
  }
   100% {
	background-color: #ffffff;
  }
}

/* ------------------------------------ ani ----*/