.cf{
  min-height: 100vh;
}
.nav-link .feather{margin-right: 10px;}
.nav-link{
  display: flex;
}
.templates{
    background: #fff;
    padding: 5rem 0;
}
.footer-dark{
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}
.description{
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  min-height: 4.2rem;
}
.intro{
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.features-boxed{
  color: #313437;
  background-color: #eef4f7;
}
.features-boxed h2{
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
.intro p{
  margin: 3rem 0!important;
}
.intro p, p.description{
  color: #7d8285!important;
}
.box{
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  height: 18rem !important ;
}
a{
  text-decoration: none!important;
  color: #2b2b2b;
  transition: all 0.2s ease;
}
a:hover{
  color:#818181;
}
.text-kundangan{
  color: #FF5555!important;
}
.text-kundangan-top{
  border-bottom: 1px solid #dadde0;padding: 5px;font-size: 11px;margin: 0;background: #f8f8f8;
}
.bg-kundangan{
  background: #FF5555!important;
}
.contents{
  margin-top: 5rem;
  min-height: 100%;
  height: auto !important;
}
html{
   /* background: url("../image/wave.svg") no-repeat bottom #f9f9f9; */
   /* min-height: 100vh; */
}
.sectop{
  background: url("../image/wave.svg") no-repeat bottom;
}
body{
  background: #fff;
}
