/**{
   	box-sizing:border-box;
}
 body {
	background:beige;
	color: #333;
	
	height: 1000;
	margin: 0;
	padding: 0;
	
}*/
.any {
    width: 100%;
    height: 700px;
    /* background: #ed7575; */
    position: absolute;
    left: 17%;
    top: 11%;
    transform: translate(-50%,-50%);
    margin-top: 291px;
}

.idea-bubble{
	width:200px;
	height:200px;

	position:absolute;
    bottom:0px;
	left:30px;
}

.man {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 10px;
    left: 190%;
}

.cloud {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 190px;
    left: 330px;
}

.cloud-inner{
	position:absolute;
    bottom:220px;
	left:150px;
}
.bubbles {
    width: 246px;
    height: 221px;
    display: inline-block;
    position: absolute;
    bottom: 299px;
    left: 109px;
}


.bubble {
    
	border-radius: 50%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), 
	           inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 80px;
	position: absolute;
	width: 80px;
}
.bubble:after {
	
	border-radius: 50%;
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}
.x1 {
    visibility:hidden;
	animation: animateBubble 4s linear 3s infinite, 
	           sideWays 2s ease-in-out 3s infinite alternate;
	
	left: -5%;
	top: 15%;
	transform: scale(0.6);
}
.x2 {
	 visibility:hidden;
	animation: animateBubble 8s linear infinite,
               sideWays 2s ease-in-out infinite alternate;

	left: 5%;
	top: 25%;
	transform: scale(0.4);
}
.x3 {
	 visibility:hidden;
	animation: animateBubble 6s linear 6s infinite, 
	           sideWays 2s ease-in-out 6s infinite alternate;
	
	left: 10%;
	top: 35%;
	
	
	transform: scale(0.7);
}
@keyframes sideWays { 
    0% { 
        margin-left:0px;  visibility:hidden; 
    }
    100% { 
        margin-left:50px;visibility:visible;
    }
}
@keyframes animateBubble {
    0% {
        margin-top: 100px;visibility:hidden;
    }
    100% {
        margin-top: -45%;visibility:visible;
    }
}


@media only screen and (min-width: 360px) and (max-width: 640px) {
	@keyframes sideWays { 
    0% { 
        margin-left:0px;  visibility:hidden; 
    }
    100% { 
        margin-left:50px;visibility:visible;
    }
}
@keyframes animateBubble {
    0% {
        margin-top: 100px;visibility:hidden;
    }
    100% {
        margin-top: -10%;visibility:visible;
    }
}
}


@media only screen and (min-width: 641px) and (max-width: 769px) {
	@keyframes sideWays { 
    0% { 
        margin-left:0px;  visibility:hidden; 
    }
    100% { 
        margin-left:50px;visibility:visible;
    }
	}
	@keyframes animateBubble {
	    0% {
	        margin-top: 100px;visibility:hidden;
	    }
	    100% {
	        margin-top: -10%;visibility:visible;
	    }
	}
}


@media only screen and (min-width: 770px) and (max-width: 991px) {
	@keyframes sideWays { 
    0% { 
        margin-left:0px;  visibility:hidden; 
    }
    100% { 
        margin-left:50px;visibility:visible;
    }
	}
	@keyframes animateBubble {
	    0% {
	        margin-top: 100px;visibility:hidden;
	    }
	    100% {
	        margin-top: -10%;visibility:visible;
	    }
	}
}


.scanner{
	position:absolute;
	top:100px;
	left:110px;

}
.scanner2 {
    position: absolute;
    top: 100px;
    right: -141px;
}

.screen {
    width: 197px;
    height: 147px;
    background: #f1c6e7;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    left: 11px;
    animation: screening 2.5s ease-in-out 10s 1;
    animation-fill-mode: forwards;
}
 @keyframes screening {
   to{
	background-color:#ffffff;
	}
	
	
}
.screen2{
	width: 197px;
    height: 147px;
	background:beige;
	border-radius:3px;
	position:absolute;
	top: 15px;
    left: 13px;
}
.scan{
	width:197px;
	height:5px;
	background-color: rgba(45, 183, 193, 0.64);
	opacity:0.7;
	visibility:hidden;
	animation:scan 2.5s ease-in-out 10s infinite;
	animation-fill-mode:forwards;
}

@keyframes scan
{	
  0%, 100% { transform: translateY(68px);visibility:visible; }
  50% { transform: translateY(0); visibility:visible;}
  75% { transform: translateY(160px); }
		
}


@media only screen and (min-width: 360px) and (max-width: 640px) {
	@keyframes scan
  {	
  0%, 100% { transform: translateY(50px);visibility:visible; }
  50% { transform: translateY(0); visibility:visible;}
  75% { transform: translateY(100px); }	
  }

}





.idea2 {
    position: absolute;
    top: 29px;
    left: 51px;
    visibility: hidden;
    animation: onoff 3s linear 8.2s infinite;
    animation-fill-mode: forwards;
}
 @keyframes onoff {
   0%{
		transform:scale(0);visibility:visible;
	}
	
	100%{
		transform:scale(0);visibility:hidden;
		
	}
}
	

.b1,.b2,.b3,.b4,.b5{
	width:8px;
	height:32px;
	
    /*
    animation:glow 2s linear infinite alternate;
	*/
}
@keyframes glow {
  0% {
    height: 0%;
	background-color:#fbe555;
  }

  100% {
    height: 100%;
	background-color:#fbe555;
  }
}
  

#bb{
	position:absolute;
	top:-130px;
	left:-180px;
}
.b1{
    
	background-color:#ffd739;
	border:1px solid #f7be16;
    margin-top:-72px;
	margin-left:68px;
}
.b2{
	
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(60deg);
	margin-left:110px;
	margin-top:-53px;
}
.b3{
	
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(-60deg);
	margin-left:23px;
	margin-top:-53px;
}
.b4{
    
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(90deg);
	margin-left:123px;
	margin-top:-20px;
}
.b5{
	
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(-90deg);
	margin-left:3px;
	margin-top:-20px;
}
.idea{
	position:absolute;
	top:-20px;
	left:-130px;
}
.idea-bulb {
    display: inline-block;
    position: absolute;
    top: 114px;
    left: 76px;
    margin-top: -76px;
    margin-left: 66px;
}

.one,.two,.three,.four,.five {

  background-color:#ff4d00;
  animation: twinkle 2s 3s linear infinite alternate;
}

@keyframes twinkle {
  to {background-color:#fbe555;}
}
.any ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.any ul li{

	position:absolute;
	top:155px;
	left:160px;
	margin-top:-72px;
	margin-left:68px;
	display: none;
}
.one{
    width:5px;
	height:16px;
	background-color:#ffd739;
	border:1px solid #f7be16;
    margin-top:-72px;
	margin-left:68px;
}
.two{
	width:5px;
	height:16px;
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(60deg);
	margin-left:90px;
	margin-top:-63px;
}
.three{
	width:5px;
	height:16px;
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(-60deg);
	margin-left:43px;
	margin-top:-63px;
}
.four{
    width:5px;
	height:16px;
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(90deg);
	margin-left:103px;
	margin-top:-40px;
}
.five{
	width:5px;
	height:16px;
	background-color:#ffd739;
	border:1px solid #f7be16;
	transform:rotate(-90deg);
	margin-left:33px;
	margin-top:-40px;
}
.content {
    position: absolute;
    top: 202px;
    left: 257px;
}
.yes1{
	position:absolute;
	top:-40px;
	left:70px;
	visibility:hidden;
	animation:flow-right 4s linear 13.2s 1;
	animation-fill-mode:forwards;

}
.yes2{
	position:absolute;
	top:-40px;
	left:70px;
	visibility:hidden;
	animation:flow-right 4s linear 19.2s infinite;
	animation-fill-mode:forwards;
}
.yes3{
	position:absolute;
	top:-40px;
	left:70px;
	visibility:hidden;
	animation:flow-right 4s linear 25.2s infinite;
	animation-fill-mode:forwards;
}
@keyframes flow-right
{	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	50%{
		transform:scale(1) translatex(150px);
		
	}
	
	80%{
		transform:scale(1.5) translatex(150px);
		
	}
	90%{
		transform:scale(1.5) translatex(190px);
	}
	
	100%{
		transform:scale(1.8) translatex(200px);visibility:visible;opacity:0.9;
		
	}
}



@media only screen and (min-width: 360px) and (max-width: 450px) {

	@keyframes flow-right
{	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	80%{
		transform:scale(1) translatex(40px);
		
	}
	90%{
		transform:scale(1) translatex(50px);
	}
	
	100%{
		transform:scale(1) translatex(90px);visibility:visible;opacity:0.9;
		
	}
}
}


@media only screen and (min-width: 451px) and (max-width: 640px) {

	@keyframes flow-right
{	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	80%{
		transform:scale(1) translatex(50px);
		
	}
	90%{
		transform:scale(1) translatex(100px);
	}
	
	100%{
		transform:scale(1) translatex(100px);visibility:visible;opacity:0.9;
		
	}
}
}



@media only screen and (min-width: 641px) and (max-width: 769px) {

	@keyframes flow-right
   {	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	80%{
		transform:scale(1) translatex(50px);
		
	}
	90%{
		transform:scale(1) translatex(100px);
	}
	
	100%{
		transform:scale(1) translatex(100px);visibility:visible;opacity:0.9;
		
	}
   }
}


@media only screen and (min-width: 770px) and (max-width: 991px) {

	@keyframes flow-right
   {	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	80%{
		transform:scale(1) translatex(50px);
		
	}
	90%{
		transform:scale(1) translatex(100px);
	}
	
	100%{
		transform:scale(1) translatex(300px);visibility:visible;opacity:0.9;
		
	}
   }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

	@keyframes flow-right
   {	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	80%{
		transform:scale(1) translatex(50px);
		
	}
	90%{
		transform:scale(1) translatex(100px);
	}
	
	100%{
		transform:scale(1) translatex(300px);visibility:visible;opacity:0.9;
		
	}
   }
}





.check-form{
	position:absolute;
	right:-20px;
	top:0px;
}	

h6 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #c2e8ce, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear 18s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    width: 436px;
    margin-left: -37px;
    text-align: justify;
}
@keyframes animate {
  0% {
    background-position: -300%;
  }
  100% {
    background-position: 300%;
  }
}
.checklist {
    width: 134px;
    height: 92px;
    visibility: hidden;
    position: absolute;
    right: 89px;
    top: -7px;
    transform: scale(0.4);
    animation: slide 3s linear 17.5s 1;
    animation-fill-mode: forwards;
}
@keyframes slide
{	
    0%{
		transform:scale(0);visibility:visible;
	}
	
	100%{
		transform:scale(0.4);visibility:visible;
		
	}
	
}	

.bars {
    width: 285px;
    height: 158px;
    background: #ffe5ae;
    position: absolute;
    left: 138px;
    top: 180px;
}
.bar1,.bar2,.bar3,.bar4,.bar5,.bar6,.bar7,.bar8,.bar9,.bar10,.bar11,.bar12{
	animation:bars-up-down 2.5s linear infinite;
	
}
@keyframes bars-up-down
{
    0%{
	   height:0%;
	}
	
	100%{
		
		
	}
}
.bar1{
	width:12px;
	height:120px;
	background:#940a37;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:0px;
	display:inline-block;
}
	
.bar2{
	width:12px;
	height:90px;
	background:#00818a;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:15px;
	display:inline-block;
}
.bar3{
	width:12px;
	height:50px;
	background:#f45905;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:30px;
	display:inline-block;
}
.bar4{
	width:12px;
	height:80px;
	background:#c83660;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:45px;
	display:inline-block;
}
.bar5{
	width:12px;
	height:30px;
	background:#01d28e;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:65px;
	display:inline-block;
}	
.bar6{
	width:12px;
	height:100px;
	background:#64c4ed;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:85px;
	display:inline-block;
}
.bar7{
	width:12px;
	height:40px;
	background:#e26241;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:100px;
	display:inline-block;
}
.bar8{
	width:12px;
	height:60px;
	background:#b689b0;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:115px;
	display:inline-block;
}
.bar9{
	width:12px;
	height:130px;
	background:#e41749;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:130px;
	display:inline-block;
}	
.bar10{
	width:12px;
	height:70px;
	background:#f9fd50;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:145px;
	display:inline-block;
}	
.bar11{
	width:12px;
	height:110px;
	background:#ffc1c8;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:165px;
	display:inline-block;
}	
.bar12{
	width:12px;
	height:100px;
	background:#ff8162;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:185px;
	display:inline-block;
}		
.pie-chart {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    /* border: 2px solid #f09c67; */
    background: #fffbbe;
    position: absolute;
    right: 18px;
    top: 189px;
}
.certify{
   	position:absolute;
	right:60px;
	top:80px;
	visibility:hidden;
	BOX-shadow:4px 4px gray;
	animation:certificateslide 3s ease-out 21s infinite;
	animation-fill-mode:forwards;
}
@keyframes certificateslide 
{	
    0%{
		transform:translate(0);visibility:visible;
		
	}
	80%{
		transform:scale(1.4) translatex(200px,80px);
		
	}
	100%{
		transform:scale(1.2) translate(30px,160px);visibility:visible;
		
	}}
	
	50%{
		transform:scale(1) translatex(180px);
	
}


@media only screen and (min-width: 360px) and (max-width: 640px) {

	@keyframes certificateslide 
    {	
    0%{
		transform:translate(0);visibility:visible;
	}
	
	50%{
		transform:scale(1) translatex(80px);
		
	}
	80%{
		transform:scale(1.1) translatex(100px,20px);
		
	}
	100%{
		transform:scale(1.2) translate(30px,100px);visibility:visible;
		
	}
    }

}
	
	
img.widee {
    width: 220px;
    height: 220px;
}