body {
  margin:0;
  padding:0;
  
}
.pp
{width:100%;
height:100%;
  position:absolute;
  top:25px;
  left:55px;
}



.kc_fab_main_btn{
  background-color:#F44336;
  width:50px;
  height:50px;
  border-radius:100%;
  background:#F44336;
  border:none;
  margin-bottom:50px;
  position:relative;
  outline:none;
  color:#FFF;
  font-size:50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.61s;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.kc_fab_main_btn:focus {
  transform:scale(1.1);
transition:.8s;  
  transform:rotate(720deg);
  -ms-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}

.kc_fab_main_btn:hover {
  transform:scale(1.1);
transition:.8s;  
  transform:rotate(720deg);
  -ms-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}

.fab
{width:100%;
height:100%
 color:#ffffff;
 position:fixed;
  left:80%;
  z-index:2;
  bottom:-11%;
  font-size:40px;
  transform: rotate(12deg);
  }


.o
{width:100%;
height:100%
 color:#ffffff;
 position:fixed;
  left:72%;
  top:-107px;
  font-size:40px;
  transform: rotate(-45deg);
  }


 
.ht
{width:100%;
 height:100%;
 color:transparent;
 position:absolute;
  left:90px;
  top:11px;
  font-size:18px;
  }
 .jg {
	content: Join Group;
	color: #ffffff;
	height:28px;
	width:90%;
	font-size: 18px;
	margin:auto;
	text-align:center;
	font-weight: normal;
	background-color: #2FA33E;
	box-shadow: 0px 0px 5px ;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 6px;
	}
	.jg:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor:pointer;
}
h2
{
  margin-top:200px;
  width:100%;
  margim:10px;}

#cv  {
  width:350px;
  position:fixed;
  top:0;
  height:120px;
  padding-top:50px;
  transition:height 0.2s linear 0s, padding 0.2s linear 0s;
  overflow:visible;
  }

#pagetop  {
  width:100%;
  z-index:1;
  background-size:cover;
  position:fixed;
  top:0;
  height:160px;
  padding-top:50px;
  font-size:24px;
  transition:height 0.2s linear 0s, padding 0.2s linear 0s;
  overflow:hidden;
  }

#pagetop > #pagetop_menu {
  list-style:none;
  display:inline-block;
  float:left;
  padding:20px 0px;
  top:-75px;
  text-align:center;
  position:relative;
  }

#pagetop > #pagetop_menu > li {
  display:inline-block;
  float:left;
  cursor:pointer;
  font-size:12px;
  padding:50px;
  position:relative;
  }

	
	
  }
#menu {
  position:absolute;
  width:100%;
  bottom:0;
  background:#004a95;
  height:50px;
  transition:height 0.3s linear 0s;
}

#wrapper {
  color:#06c;
  margin-top:200px;
}



.container {
  width: 91%;
  margin: 0px;
  margin-top:30px;
}




.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}


