html {
  scroll-behavior: smooth;
}

body {
  background-color: #e8e6e6;
  font-family: 'Source Sans Pro', sans-serif;
}

.section-navbar {
  background-color: #000000;
}

.section-navbar .menu .navbar .navbar-brand {
  color: #f5f5f5;
}

.section-navbar .menu .navbar .navbar-brand:hover {
  color: #a3a3a3;
}

.section-navbar .menu .navbar .navbar-toggler {
  color: #f5f5f5;
  background-color: #f5f5f5;
}

.section-navbar .menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #f5f5f5;
}

.section-navbar .menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #a3a3a3;
}

.section-navbar .menu .navbar .navbar-collapse .icon a .icon-sosmed {
  width: 19px !important;
  height: 19px;
  color: #f5f5f5;
}

.section-navbar .menu .navbar .navbar-collapse .icon a .icon-sosmed:hover {
  color: #a3a3a3;
}

.section-services .container .title-service .title p {
  border-radius: 10px;
  padding: 10px;
  background-color: #000000;
  font-size: 60px;
  font-weight: bold;
  color: #f5f5f5;
}

.section-services .container .card-service .col-lg-4 .card {
  border-radius: 10px;
  text-decoration: none;
  background: #c7c6c6;
  padding: 10px;
  -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .2s ease;
  transition: -webkit-box-shadow .3s ease, -webkit-transform .2s ease;
  transition: box-shadow .3s ease, transform .2s ease;
  transition: box-shadow .3s ease, transform .2s ease, -webkit-box-shadow .3s ease, -webkit-transform .2s ease;
}

.section-services .container .card-service .col-lg-4 .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
}

.section-services .container .card-service .col-lg-4 .card-title {
  color: #f5f5f5;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2rem;
}

.section-services .container .card-service .col-lg-4 .card-subtitle {
  color: #f5f5f5;
  font-size: 0.8em;
}

.section-services .container .card-service .col-lg-4 .card:hover {
  -webkit-box-shadow: 0 8px 50px #23232333;
          box-shadow: 0 8px 50px #23232333;
}

.section-services .container .card-service .col-lg-4 .card:hover .card-info {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.section-about .container .title-about .text {
  border-radius: 10px;
  padding: 10px;
  background-color: #000000;
  font-size: 60px;
  font-weight: bold;
  color: #f5f5f5;
}

.section-about .container .row .col-lg-6 .image-about .list {
  padding: 10px;
  border-radius: 10px;
  background-color: #c7c6c6;
}

.section-location .container .title-location .text {
  border-radius: 10px;
  padding: 10px;
  background-color: #000000;
  font-size: 60px;
  font-weight: bold;
  color: #f5f5f5;
}

.section-location .container iframe {
  border-radius: 10px;
}

.whatsapp .icon {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: 15px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 11px;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
  z-index: 100;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
}

.whatsapp .icon:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.whatsapp .icon .fa-whatsapp {
  color: #f5f5f5;
  margin-top: 17px;
}

.section-footer .copyright {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */