section {
  padding: 45px 0;
}

.mb0 {
  margin-bottom: 0;
}
.mb15 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  section {
    padding: 65px 0;
  }
}

.nav-link.active {
  color: #98085C;
  text-decoration: underline;
  text-underline-offset: 5px;

}

@media (max-width: 992.92px) {
  .mb15-sm {
    margin-bottom: 15px;
  }
  .mb25-sm {
    margin-bottom: 25px;
  }
}

.img-border {
  border-radius: 8px;
}

.light {
  background: #F8F6F6
}

.grad {
  background: #C0016F;
  background: linear-gradient(178deg,rgba(192, 1, 111, 1) 0%, rgba(133, 1, 77, 1) 100%);
  color: #FFF;
}

.grad h1, .grad h2 {
  color: #FFF;
}

.accent {
  color: #98085C;
}

.block {
  background: #FFF;
  border-radius: 20px;
  padding: 25px;
}

.btn-block {
  margin: 0px 0 20px;
}

.btn-block .btn {
  margin: 15px 25px;
}

.lgText {
  font-size: 24px;
}

@media (min-width: 992px) {
  .block {
    border-radius: 20px;
    padding: 40px;
  }
  .btn-block {
    margin: 25px 0;
  }
}

.isi b {

}
.isi h3, .isi .h3 {
  margin-bottom: 25px;
}
#isi-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 99999;
  padding: 10px 15px;
  transition: opacity 0.5s ease; 
  color: #FFF;
}

#isi-banner-content {
  height: 185px;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
@media (min-width: 768px) {
  #isi-banner-content {
    height: 180px;
  }
}
#isi-banner .heading {
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
}
#isi-banner .intro {
  max-width: 900px;
  margin: 15px auto 0;
  text-align: left;
  font-size: 15px;
}
#isi-banner > a {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
  color: #FFF;
}


footer {
  padding: 50px 0;
  font-size: 14px;
}
footer .footerLinks a {
  margin: 0 10px;
}

