.footer-widget .contact-footer ol span{
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(2 2 2 / 60%);
    color: #9b37b1;
    font-weight: 600;
}

.footer-widget .contact-footer {
    color: #d0c7fe;
}

.footer-widget .logoFooter p {
    color: #d0c7fe!important;
}

.footer-widget .logoFooter h5 {
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.footer-widget h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 450;
    margin-bottom: 30px;
}

.kontak {
    padding-top: 160px;
}

.about-us .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

/* Map Kontak */
.map-kontak {
    box-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
    padding: 10px;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.mrgn-icontact {
    padding-top: 21px;
    padding-left: 10px;
}

/*Custom Angga Tentang*/

.tentang-im .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.tentang-im {
  /*padding-top: 100px;*/
  position: relative;
}

.tentang-im .section-heading,
.tentang-im .box-item,
.tentang-im p,
.tentang-im .box-item .gradient-button,
.tentang-im .box-item span {
  position: relative;
  z-index: 1;
}

.tentang-im .box-item {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 30px;
}

.tentang-im .box-item h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 8px;
  color: #2a2a2a;
  transition: all 0.3s;
}

.tentang-im .box-item p {
  margin-bottom: 0px;
}

.tentang-im .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.tentang-im span {
  font-size: 14px;
  color: #7a7a7a;
}

.tentang-im .right-image {
  position: relative;
  z-index: 1;
}

.tentang-im:after {
  /*background-image: url(../images/about-bg.jpg);*/
  width: 777px;
  height: 1132px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

/*custom button footer*/

footer .main-button {
  height: 46px;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all 0.5s;
}

footer .main-button {
  background-color: #fff;
  color: #9b37b1;
}

@media (max-width: 992px) {
 .tentang-im .box-item {
    text-align: center;
  }
  .tentang-im:after {
    display: none;
  }
  .tentang-im .gradient-button,
  .tentang-im span {
    text-align: center;
    display: block;
  }
  .tentang-im .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    margin: 0 auto 30px auto;
  }
  .tentang-im .section-heading {
    text-align: center;
  }
  .tentang-im .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .mrgn-phn {
      margin-bottom:15px;
  }
}

@media (max-width: 767px) {
  .tentang-im .right-image {
  margin-top: 30px;
  }
  .our-portfolio .section-heading,
  .tentang-im .section-heading,
  .tentang-im .about-item,
  .tentang-im p,
  .tentang-im .main-green-button {
    text-align: center;
  }
  .tentang-im .about-item {
    margin-top: 15px;
  }
  .mrgn-phn {
      margin-bottom:15px;
  }
}

.bg-box {
  padding: 60px 30px;
  background-image: url(../images/client-bg.png);
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.bg-box h4{
  color:#FFFFFF!important;
  text-align:center;
  font-size:1.3rem!important;
}

.bg-box p{
  color: #d0c7fe;
  text-align:justify;
}

.bg-box hr{
  border: 3px solid white;
  border-radius: 2px;
}

.kntk-cabang{
    min-height: 240px;
}