body {
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style4 {
	color: #000000;
	font-weight: bold;
}
.style5 {color: #990033}
.style6 {color: #ECE9D8}
.style7 {
	color: #993300;
	font-weight: bold;
}
.style8 {
	color: #6633CC;
	font-weight: bold;
}
a:link {
	color: #330066;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #330066;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
.errors {

	color: #FF0000;
	font-weight: bold;
}
.tot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.tot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}
.tans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#00CC66 ;
}
.fans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FF0000 ;
}

.kbutton {
	display: inline-block;
	padding: 9px 22px;
	font-size: 20%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #4CAF50;
	border: none;
	border-radius: 15px;
	box-shadow: -3px 8px #999;
  }

  .kbutton:hover {
	background-color: #00d307;
	color: bLACK;
  }

  .kbutton:active {
	background-color: #ff0303;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
  }

  .kerajwidht {
	width: 85%;
  }

  /* 
body {
background-image: url('images/kerajback.jpg');
background-repeat: no-repeat;
background-attachment: fixed;  
background-size: cover;

-webkit-filter: blur(10px);
filter: blur(10px); */

  .button {
	display: inline-block;
	border-radius: 50px;
	background-color: #f4511e;
	border: 2px solid hsl(120, 26%, 95%);
	color: #FFFFFF;
	text-align: center;
	font-size: 180%;
	padding: 3%;
	width: 98%;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
  }

  .button:hover {
	background-color: #00d307;
	transition: 0.4s;
  }

  .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
 
  }

  .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0px;
	transition: 0.5s;
   
  }

  .button:hover span {
	padding-right: 20px;
	padding: 3%;
	width: 30%;
	font-size: 28px;
	transition: 1.0s;
	
  }

  .button:hover span:after {
	opacity: 1;
	right: 0;
  }

  /* Css for botton animated*/
  .kbutton {
	display: inline-block;
	padding: 10px 25px;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #4CAF50;
	border: none;
	border-radius: 35px;
	box-shadow: -3px 8px #999;
  }

  .kbutton:hover {
	background-color: #00d307;
	transition: 0.2s;
  }

  .kbutton:active {
	background-color: #ff0303;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
  }

  .p {
	color: white
  }

  .p:hover {
	color: red
  }



img:hover{
  transform:scale(1.2);
  transition: 5.0s;
}

/* particale background*/ 

/*PATRICLE ON BG */ 
body {
background: #ecf3f3;
}

.particle {
position: absolute;
border-radius: 50%;
}

@-webkit-keyframes particle-animation-1 {
100% {
  transform: translate3d(62vw, 12vh, 41px);
}
}

@keyframes particle-animation-1 {
100% {
  transform: translate3d(62vw, 12vh, 41px);
}
}
.particle:nth-child(1) {
-webkit-animation: particle-animation-1 60s infinite;
		animation: particle-animation-1 60s infinite;
opacity: 0.2;
height: 8px;
width: 8px;
-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
transform: translate3d(54vw, 30vh, 59px);
background: #cd26d9;
}

@-webkit-keyframes particle-animation-2 {
100% {
  transform: translate3d(41vw, 46vh, 60px);
}
}

@keyframes particle-animation-2 {
100% {
  transform: translate3d(41vw, 46vh, 60px);
}
}
.particle:nth-child(2) {
-webkit-animation: particle-animation-2 60s infinite;
		animation: particle-animation-2 60s infinite;
opacity: 0.67;
height: 7px;
width: 7px;
-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
transform: translate3d(7vw, 57vh, 34px);
background: #26d93b;
}

@-webkit-keyframes particle-animation-3 {
100% {
  transform: translate3d(7vw, 53vh, 76px);
}
}

@keyframes particle-animation-3 {
100% {
  transform: translate3d(7vw, 53vh, 76px);
}
}
.particle:nth-child(3) {
-webkit-animation: particle-animation-3 60s infinite;
		animation: particle-animation-3 60s infinite;
opacity: 0.7;
height: 9px;
width: 9px;
-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
transform: translate3d(31vw, 72vh, 52px);
background: #d926c1;
}

@-webkit-keyframes particle-animation-4 {
100% {
  transform: translate3d(34vw, 30vh, 100px);
}
}

@keyframes particle-animation-4 {
100% {
  transform: translate3d(34vw, 30vh, 100px);
}
}
.particle:nth-child(4) {
-webkit-animation: particle-animation-4 60s infinite;
		animation: particle-animation-4 60s infinite;
opacity: 0.71;
height: 9px;
width: 9px;
-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
transform: translate3d(1vw, 42vh, 59px);
background: #26d92f;
}

@-webkit-keyframes particle-animation-5 {
100% {
  transform: translate3d(46vw, 21vh, 99px);
}
}

@keyframes particle-animation-5 {
100% {
  transform: translate3d(46vw, 21vh, 99px);
}
}
.particle:nth-child(5) {
-webkit-animation: particle-animation-5 60s infinite;
		animation: particle-animation-5 60s infinite;
opacity: 0.07;
height: 7px;
width: 7px;
-webkit-animation-delay: -1s;
		animation-delay: -1s;
transform: translate3d(15vw, 64vh, 76px);
background: #d95926;
}

@-webkit-keyframes particle-animation-6 {
100% {
  transform: translate3d(5vw, 60vh, 53px);
}
}

@keyframes particle-animation-6 {
100% {
  transform: translate3d(5vw, 60vh, 53px);
}
}
.particle:nth-child(6) {
-webkit-animation: particle-animation-6 60s infinite;
		animation: particle-animation-6 60s infinite;
opacity: 0.32;
height: 10px;
width: 10px;
-webkit-animation-delay: -1.2s;
		animation-delay: -1.2s;
transform: translate3d(19vw, 35vh, 57px);
background: #d99126;
}

@-webkit-keyframes particle-animation-7 {
100% {
  transform: translate3d(20vw, 28vh, 84px);
}
}

@keyframes particle-animation-7 {
100% {
  transform: translate3d(20vw, 28vh, 84px);
}
}
.particle:nth-child(7) {
-webkit-animation: particle-animation-7 60s infinite;
		animation: particle-animation-7 60s infinite;
opacity: 0.64;
height: 8px;
width: 8px;
-webkit-animation-delay: -1.4s;
		animation-delay: -1.4s;
transform: translate3d(70vw, 73vh, 72px);
background: #d926a9;
}

@-webkit-keyframes particle-animation-8 {
100% {
  transform: translate3d(90vw, 75vh, 89px);
}
}

@keyframes particle-animation-8 {
100% {
  transform: translate3d(90vw, 75vh, 89px);
}
}
.particle:nth-child(8) {
-webkit-animation: particle-animation-8 60s infinite;
		animation: particle-animation-8 60s infinite;
opacity: 0.71;
height: 9px;
width: 9px;
-webkit-animation-delay: -1.6s;
		animation-delay: -1.6s;
transform: translate3d(80vw, 22vh, 73px);
background: #ca26d9;
}

@-webkit-keyframes particle-animation-9 {
100% {
  transform: translate3d(63vw, 46vh, 75px);
}
}

@keyframes particle-animation-9 {
100% {
  transform: translate3d(63vw, 46vh, 75px);
}
}
.particle:nth-child(9) {
-webkit-animation: particle-animation-9 60s infinite;
		animation: particle-animation-9 60s infinite;
opacity: 0.63;
height: 6px;
width: 6px;
-webkit-animation-delay: -1.8s;
		animation-delay: -1.8s;
transform: translate3d(42vw, 86vh, 46px);
background: #26d9cd;
}

@-webkit-keyframes particle-animation-10 {
100% {
  transform: translate3d(34vw, 31vh, 98px);
}
}

@keyframes particle-animation-10 {
100% {
  transform: translate3d(34vw, 31vh, 98px);
}
}
.particle:nth-child(10) {
-webkit-animation: particle-animation-10 60s infinite;
		animation: particle-animation-10 60s infinite;
opacity: 0.14;
height: 9px;
width: 9px;
-webkit-animation-delay: -2s;
		animation-delay: -2s;
transform: translate3d(71vw, 9vh, 20px);
background: #26d9d9;
}

@-webkit-keyframes particle-animation-11 {
100% {
  transform: translate3d(2vw, 42vh, 96px);
}
}

@keyframes particle-animation-11 {
100% {
  transform: translate3d(2vw, 42vh, 96px);
}
}
.particle:nth-child(11) {
-webkit-animation: particle-animation-11 60s infinite;
		animation: particle-animation-11 60s infinite;
opacity: 0.61;
height: 8px;
width: 8px;
-webkit-animation-delay: -2.2s;
		animation-delay: -2.2s;
transform: translate3d(82vw, 45vh, 26px);
background: #d97426;
}

@-webkit-keyframes particle-animation-12 {
100% {
  transform: translate3d(90vw, 59vh, 53px);
}
}

@keyframes particle-animation-12 {
100% {
  transform: translate3d(90vw, 59vh, 53px);
}
}
.particle:nth-child(12) {
-webkit-animation: particle-animation-12 60s infinite;
		animation: particle-animation-12 60s infinite;
opacity: 0.15;
height: 9px;
width: 9px;
-webkit-animation-delay: -2.4s;
		animation-delay: -2.4s;
transform: translate3d(13vw, 21vh, 33px);
background: #d99126;
}

@-webkit-keyframes particle-animation-13 {
100% {
  transform: translate3d(59vw, 59vh, 66px);
}
}

@keyframes particle-animation-13 {
100% {
  transform: translate3d(59vw, 59vh, 66px);
}
}
.particle:nth-child(13) {
-webkit-animation: particle-animation-13 60s infinite;
		animation: particle-animation-13 60s infinite;
opacity: 0.58;
height: 10px;
width: 10px;
-webkit-animation-delay: -2.6s;
		animation-delay: -2.6s;
transform: translate3d(58vw, 16vh, 35px);
background: #26d3d9;
}

@-webkit-keyframes particle-animation-14 {
100% {
  transform: translate3d(84vw, 7vh, 82px);
}
}

@keyframes particle-animation-14 {
100% {
  transform: translate3d(84vw, 7vh, 82px);
}
}
.particle:nth-child(14) {
-webkit-animation: particle-animation-14 60s infinite;
		animation: particle-animation-14 60s infinite;
opacity: 0.74;
height: 6px;
width: 6px;
-webkit-animation-delay: -2.8s;
		animation-delay: -2.8s;
transform: translate3d(36vw, 32vh, 17px);
background: #d93e26;
}

@-webkit-keyframes particle-animation-15 {
100% {
  transform: translate3d(51vw, 5vh, 57px);
}
}

@keyframes particle-animation-15 {
100% {
  transform: translate3d(51vw, 5vh, 57px);
}
}
.particle:nth-child(15) {
-webkit-animation: particle-animation-15 60s infinite;
		animation: particle-animation-15 60s infinite;
opacity: 0.63;
height: 8px;
width: 8px;
-webkit-animation-delay: -3s;
		animation-delay: -3s;
transform: translate3d(17vw, 38vh, 46px);
background: #a026d9;
}

@-webkit-keyframes particle-animation-16 {
100% {
  transform: translate3d(85vw, 79vh, 84px);
}
}

@keyframes particle-animation-16 {
100% {
  transform: translate3d(85vw, 79vh, 84px);
}
}
.particle:nth-child(16) {
-webkit-animation: particle-animation-16 60s infinite;
		animation: particle-animation-16 60s infinite;
opacity: 0.11;
height: 8px;
width: 8px;
-webkit-animation-delay: -3.2s;
		animation-delay: -3.2s;
transform: translate3d(42vw, 36vh, 48px);
background: #d9267a;
}

@-webkit-keyframes particle-animation-17 {
100% {
  transform: translate3d(15vw, 35vh, 6px);
}
}

@keyframes particle-animation-17 {
100% {
  transform: translate3d(15vw, 35vh, 6px);
}
}
.particle:nth-child(17) {
-webkit-animation: particle-animation-17 60s infinite;
		animation: particle-animation-17 60s infinite;
opacity: 0.77;
height: 9px;
width: 9px;
-webkit-animation-delay: -3.4s;
		animation-delay: -3.4s;
transform: translate3d(46vw, 75vh, 49px);
background: #d92674;
}

@-webkit-keyframes particle-animation-18 {
100% {
  transform: translate3d(88vw, 54vh, 67px);
}
}

@keyframes particle-animation-18 {
100% {
  transform: translate3d(88vw, 54vh, 67px);
}
}
.particle:nth-child(18) {
-webkit-animation: particle-animation-18 60s infinite;
		animation: particle-animation-18 60s infinite;
opacity: 0.33;
height: 6px;
width: 6px;
-webkit-animation-delay: -3.6s;
		animation-delay: -3.6s;
transform: translate3d(37vw, 77vh, 12px);
background: #2650d9;
}

@-webkit-keyframes particle-animation-19 {
100% {
  transform: translate3d(20vw, 42vh, 10px);
}
}

@keyframes particle-animation-19 {
100% {
  transform: translate3d(20vw, 42vh, 10px);
}
}
.particle:nth-child(19) {
-webkit-animation: particle-animation-19 60s infinite;
		animation: particle-animation-19 60s infinite;
opacity: 0.49;
height: 7px;
width: 7px;
-webkit-animation-delay: -3.8s;
		animation-delay: -3.8s;
transform: translate3d(26vw, 22vh, 86px);
background: #acd926;
}

@-webkit-keyframes particle-animation-20 {
100% {
  transform: translate3d(86vw, 10vh, 34px);
}
}

@keyframes particle-animation-20 {
100% {
  transform: translate3d(86vw, 10vh, 34px);
}
}
.particle:nth-child(20) {
-webkit-animation: particle-animation-20 60s infinite;
		animation: particle-animation-20 60s infinite;
opacity: 0.56;
height: 7px;
width: 7px;
-webkit-animation-delay: -4s;
		animation-delay: -4s;
transform: translate3d(85vw, 3vh, 77px);
background: #26d947;
}

@-webkit-keyframes particle-animation-21 {
100% {
  transform: translate3d(17vw, 40vh, 93px);
}
}

@keyframes particle-animation-21 {
100% {
  transform: translate3d(17vw, 40vh, 93px);
}
}
.particle:nth-child(21) {
-webkit-animation: particle-animation-21 60s infinite;
		animation: particle-animation-21 60s infinite;
opacity: 0.72;
height: 7px;
width: 7px;
-webkit-animation-delay: -4.2s;
		animation-delay: -4.2s;
transform: translate3d(42vw, 9vh, 6px);
background: #2682d9;
}

@-webkit-keyframes particle-animation-22 {
100% {
  transform: translate3d(79vw, 75vh, 64px);
}
}

@keyframes particle-animation-22 {
100% {
  transform: translate3d(79vw, 75vh, 64px);
}
}
.particle:nth-child(22) {
-webkit-animation: particle-animation-22 60s infinite;
		animation: particle-animation-22 60s infinite;
opacity: 0.15;
height: 6px;
width: 6px;
-webkit-animation-delay: -4.4s;
		animation-delay: -4.4s;
transform: translate3d(50vw, 48vh, 86px);
background: #26d94d;
}

@-webkit-keyframes particle-animation-23 {
100% {
  transform: translate3d(79vw, 22vh, 61px);
}
}

@keyframes particle-animation-23 {
100% {
  transform: translate3d(79vw, 22vh, 61px);
}
}
.particle:nth-child(23) {
-webkit-animation: particle-animation-23 60s infinite;
		animation: particle-animation-23 60s infinite;
opacity: 0.77;
height: 8px;
width: 8px;
-webkit-animation-delay: -4.6s;
		animation-delay: -4.6s;
transform: translate3d(49vw, 23vh, 96px);
background: #cad926;
}

@-webkit-keyframes particle-animation-24 {
100% {
  transform: translate3d(14vw, 34vh, 33px);
}
}

@keyframes particle-animation-24 {
100% {
  transform: translate3d(14vw, 34vh, 33px);
}
}
.particle:nth-child(24) {
-webkit-animation: particle-animation-24 60s infinite;
		animation: particle-animation-24 60s infinite;
opacity: 0.83;
height: 7px;
width: 7px;
-webkit-animation-delay: -4.8s;
		animation-delay: -4.8s;
transform: translate3d(41vw, 15vh, 64px);
background: #26d9d9;
}

@-webkit-keyframes particle-animation-25 {
100% {
  transform: translate3d(71vw, 55vh, 93px);
}
}

@keyframes particle-animation-25 {
100% {
  transform: translate3d(71vw, 55vh, 93px);
}
}
.particle:nth-child(25) {
-webkit-animation: particle-animation-25 60s infinite;
		animation: particle-animation-25 60s infinite;
opacity: 0.89;
height: 6px;
width: 6px;
-webkit-animation-delay: -5s;
		animation-delay: -5s;
transform: translate3d(41vw, 9vh, 37px);
background: #d93226;
}

@-webkit-keyframes particle-animation-26 {
100% {
  transform: translate3d(37vw, 29vh, 48px);
}
}

@keyframes particle-animation-26 {
100% {
  transform: translate3d(37vw, 29vh, 48px);
}
}
.particle:nth-child(26) {
-webkit-animation: particle-animation-26 60s infinite;
		animation: particle-animation-26 60s infinite;
opacity: 0.47;
height: 8px;
width: 8px;
-webkit-animation-delay: -5.2s;
		animation-delay: -5.2s;
transform: translate3d(78vw, 51vh, 9px);
background: #d95f26;
}

@-webkit-keyframes particle-animation-27 {
100% {
  transform: translate3d(45vw, 72vh, 18px);
}
}

@keyframes particle-animation-27 {
100% {
  transform: translate3d(45vw, 72vh, 18px);
}
}
.particle:nth-child(27) {
-webkit-animation: particle-animation-27 60s infinite;
		animation: particle-animation-27 60s infinite;
opacity: 0.89;
height: 10px;
width: 10px;
-webkit-animation-delay: -5.4s;
		animation-delay: -5.4s;
transform: translate3d(77vw, 3vh, 3px);
background: #7126d9;
}

@-webkit-keyframes particle-animation-28 {
100% {
  transform: translate3d(82vw, 65vh, 29px);
}
}

@keyframes particle-animation-28 {
100% {
  transform: translate3d(82vw, 65vh, 29px);
}
}
.particle:nth-child(28) {
-webkit-animation: particle-animation-28 60s infinite;
		animation: particle-animation-28 60s infinite;
opacity: 0.27;
height: 9px;
width: 9px;
-webkit-animation-delay: -5.6s;
		animation-delay: -5.6s;
transform: translate3d(62vw, 16vh, 90px);
background: #26d96b;
}

@-webkit-keyframes particle-animation-29 {
100% {
  transform: translate3d(24vw, 8vh, 82px);
}
}

@keyframes particle-animation-29 {
100% {
  transform: translate3d(24vw, 8vh, 82px);
}
}
.particle:nth-child(29) {
-webkit-animation: particle-animation-29 60s infinite;
		animation: particle-animation-29 60s infinite;
opacity: 0.95;
height: 9px;
width: 9px;
-webkit-animation-delay: -5.8s;
		animation-delay: -5.8s;
transform: translate3d(77vw, 27vh, 54px);
background: #d926b2;
}

@-webkit-keyframes particle-animation-30 {
100% {
  transform: translate3d(19vw, 63vh, 74px);
}
}

@keyframes particle-animation-30 {
100% {
  transform: translate3d(19vw, 63vh, 74px);
}
}
.particle:nth-child(30) {
-webkit-animation: particle-animation-30 60s infinite;
		animation: particle-animation-30 60s infinite;
opacity: 0.57;
height: 6px;
width: 6px;
-webkit-animation-delay: -6s;
		animation-delay: -6s;
transform: translate3d(55vw, 89vh, 87px);
background: #26d982;
}


/*backto TOP Button keraj*/

#myBtn {
display: none;
position: fixed;
bottom: 12px;
right: 15px;
z-index: 99;
font-size: 10px;
border: none;
outline: none;
cursor: pointer;
padding: 6px;
border-radius: 10px;
}

#myBtn:hover {
background-color: #787878;
}

#myBtn1 {
display: none;
position: fixed;
  left: 8%;
  margin-left: -104.5px;
bottom: 12px;
top: 1px;
z-index: 99;
font-size: 10px;
border: none;
outline: none;
cursor: pointer;
padding: 6px;
border-radius: 10px;
}

#myBtn1:hover {
background-color: #787878;
}

/* Triangle up kery */
.triangle-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #787878;
}
.triangle-up:hover{
width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 35px solid #f0f0f0;

}

.triangle-left {
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 18px solid #787878;
	border-bottom: 18px solid transparent;
  }
  .triangle-left:hover{
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 18px solid white;
	border-bottom: 18px solid transparent;
  }