/* AGENDA */
*,
::after,
::before {
  box-sizing: border-box;
}

.block-color-03 {
  background: #3b48eb !important;
}

.block-14 {
  padding: 10px;
}

.font-color-08 {
  color: #ffa804;
}

.font-size-06 {
  color: #fff;
  font-size: 28px;
}

.font-size-01 {
  font-size: 11px;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.font-size-02 {
  font-size: 14px;
}

/* AGENDA */
#header {
  background: #3b48eb;
}

#header.header-scrolled {
  background: #3b48eb;
}

#header.header-scrolled {
  padding: 30px 0;
}

#header #logo {
  padding-left: 20px;
  /* margin-top: -25px; */
}

#nav-menu-container {
  margin-top: -25px;
}

.nav-menu a {
  padding: 0 5px 5px 5px;
}

#mobile-nav {
  background: #3b48eb;
}

#mobile-nav-toggle {
  font-size: 35px;
}

#footer {
  background: #3b48eb;
}

#footer .footer-top {
  background: linear-gradient(to left, #3b48eb, #bd9fe1e0);
}

.section-header h3::after {
  background: #3b48eb;
}

#contact .contact-info i {
  color: #3b48eb;
}

#contact .form button[type="submit"] {
  background: #3b48eb;
}

#about .about-col .icon {
  background: #3b48eb;
}

#about .about-col:hover i {
  color: #3b48eb;
}

#featured-services i {
  color: #3b48eb;
}

#footer .footer-top h4::after {
  background: #3b48eb;
}

#footer .footer-top h4::before {
  background: #ccc049;
}

#footer .footer-top .footer-info h3 {
  border-left: 4px solid #3b48eb;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #e6dfdf7d;
}

.back-to-top {
  background: #3b48eb;
}

.carousel-indicators {
  display: none;
}

.peta-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.peta-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.artikel {
  margin-top: 100px;
}

a {
  color: #162ddf;
}

.img-thumbnail {
  width: 250px;
  height: 200px;
}

.section-header .artikel img {
  max-width: 100%;
  height: auto;
}

#intro .carousel-item {
  height: 70vh;
}

#intro {
  height: 70vh;
  background: none;
}

/*Semua Media Query */
@media (min-width: 768px) {
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (max-width: 768px) {
  #header #logo img {
    max-height: 45px;
    margin-left: -30px;
  }

  #intro .carousel-item {
    height: 30vh;
  }

  #intro {
    height: 30vh;
    background: none;
  }
}

@media (max-width: 600px) {

  .box-primary-nav a,
  .font-size-01,
  .font-size-02,
  .font-size-03,
  .font-size-04,
  .section-06 .post-slide .post-title>a {
    font-size: 16px;
  }
}


@media (max-width: 600px) {
  .font-size-06 {
    font-size: 15px;
  }
}

@media (max-width: 600px) {

  .box-primary-nav a,
  .font-size-01,
  .font-size-02,
  .font-size-03,
  .font-size-04,
  .section-06 .post-slide .post-title>a {
    font-size: 16px;
  }