body {
  font-family: "Montserrat", sans-serif !important;
}

h3 {
  color: #0276B4;
  font-weight: 700 !important;
}

nav {
  z-index: 99;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}
nav .nav-item {
  margin: 0px 8px;
}
nav .nav-item a.nav-link {
  font-weight: 700;
  text-decoration: none;
  color: #000 !important;
  transition: 230ms ease-in-out !important;
}
nav .nav-item a.nav-link:hover {
  color: #55AAD8 !important;
}
nav .nav-item.active .nav-link {
  color: #0276B4 !important;
}

header {
  margin-top: 70px;
  width: 100%;
}
header h1, header p {
  color: #fff;
}
header h1 {
  font-size: 48px;
  font-weight: bold;
}
header p {
  font-weight: 200;
  font-size: 24px;
}

#about-us h3 {
  color: #0276B4;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
#about-us p {
  line-height: 176.4%;
  /* or 25px */
  text-align: center;
  text-indent: 40px;
}

.carousel-caption {
  right: 5%;
  text-align: left !important;
  top: 50%;
  left: auto;
  padding: 5px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 576px) {
  .carousel-caption {
    top: 45%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 576px) {
  .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
  }
}
.carousel-caption h1 {
  font-family: "League Spartan", sans-serif !important;
}
@media only screen and (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 12px;
    margin-bottom: 2px !important;
  }
}
@media only screen and (min-width: 576px) {
  .carousel-caption h1 {
    font-size: 24px;
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-caption h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-caption p {
    font-size: 8px;
  }
}
@media only screen and (min-width: 576px) {
  .carousel-caption p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-caption p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-caption p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-caption p {
    font-size: 18px;
  }
}

.caption-animate .carousel-item.active .carousel-caption {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.caption-animate .carousel-item.active .carousel-caption.infinite {
  animation-iteration-count: infinite;
}

.caption-animate .carousel-item.active .carousel-caption.hinge {
  animation-duration: 2s;
}

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
  animation-duration: 0.75s;
}

.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig {
  opacity: 1;
}

#produk-layanan h3 {
  color: #0276B4;
  font-weight: 700;
}

#artikel {
  padding: 24px;
}
#artikel h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

#form-keunggulan {
  background-image: url("images/rectangle.svg");
  width: 100%;
  background-size: cover;
}
#form-keunggulan h3 {
  color: #0276B4;
  font-weight: 700;
}
#form-keunggulan h4 {
  color: #0276B4;
  font-weight: 700;
}

#banner-beibi {
  background-image: url("../../images/banner-beibi.jpeg");
  width: 100%;
  background-size: cover;
}
#banner-beibi h3 {
  color: #fff;
  font-weight: 700;
}
#banner-beibi .btn {
  padding: 8px 36px;
}
#banner-beibi .btn-light {
  border-radius: 10px;
  color: #0276B4;
  background-color: #FFFDFD;
  border-color: #FFFDFD;
  font-weight: 700;
}
#banner-beibi .btn-light:hover {
  color: #4391bc;
  background-color: #bebebe;
  border-color: #bebebe;
}

#row-four h3 {
  color: #0276B4;
  font-weight: 700;
}

#footer-beibi {
  background-color: #000;
}
#footer-beibi p {
  color: #FFF;
  text-align: center;
}

#spek-banner .bg-beibi-spek {
  background-color: rgba(0, 0, 0, 0.5);
  fill: linear-gradient(98deg, #0276B4 0%, rgba(2, 118, 180, 0) 102.75%);
}
#spek-banner h3 {
  font-weight: 700;
  margin-bottom: 12px;
}

#contact .card .card-header {
  background-color: #0276B4 !important;
  color: #FFF;
  font-weight: 200;
}/*# sourceMappingURL=costum.css.map */