.btn-grant {
  background: #026BB0;
  color: #fff !important ;
  width: 370px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
}
.btn-grant:hover, .btn-grant:focus, .btn-grant:active, .btn-grant.active {
  background: rgb(119, 157, 218);
  color: #fff !important; 
}

.btn-capdev {
  background: #FD9550;
  color: #fff !important ;
  width: 370px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
}
.btn-capdev:hover, .btn-capdev:focus, .btn-capdev:active, .btn-capdev.active {
  background: #FFD496;
  color: #fff !important;   
}


.btn-lifescape {
  background: #4CB1F7;
  color: #fff !important ;
  width: 370px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
}
.btn-lifescape:hover, .btn-lifescape:focus, .btn-lifescape:active, .btn-lifescape.active {
  background: #0554F2;
  color: #fff !important;   
}


.btn-polsup {
  background: #E8D1C8;
  color: #fff !important ;
  width: 370px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
}
.btn-polsup:hover, .btn-polsup:focus, .btn-polsup:active, .btn-polsup.active {
  background: #FFF2E8;
  color: #fff !important;   
}


.btn-stories {
  background: #026BB0;
  color: #fff !important ;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
}
.btn-stories:hover, .btn-stories:focus, .btn-stories:active, .btn-stories.active {
  background: rgb(119, 157, 218);
  color: #fff !important; 
  border-color: #1F4889; 
}

.sembunyi{
	display:none
	}