

    /* Modify the background color */
    .navbar-custom {
        background-color: lightgreen;
    }

    /* .layanan{
        transition: transform .2s;
    }

    .layanan:hover{
        transform: scale(1.2);
    } */
    section {
        padding: 60px 0;
    }
    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .section-title h2::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-title h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #3498db;
        bottom: 0;
        left: calc(50% - 20px);
    }

    /* 
    #layanan
    */

    .layanan .icon-box {
        text-align: center;
        padding: 30px 20px;
        transition: all ease-in-out 0.3s;
        width: 100%; 
    }

    .layanan .icon-box img{
        width: 60px;
    }

    .layanan .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #eaf4fb;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
    }
    .layanan .icon-box .icon i {
        color: #3498db;
        font-size: 28px;
    }
    .layanan .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .layanan .icon-box h4 a {
        color: #384046;
        transition: ease-in-out 0.3s;
    }
    .layanan .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .layanan .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    }

    .layanan a{
        text-decoration: none;
    }
    .layanan .icon-box:hover h4 a, .layanan .icon-box:hover .icon i {
        color: #3498db;
    }


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    transition: ease-in-out 0.3s;
  }
  .services .icon-box i {
    float: left;
    color: #3498db;
    font-size: 40px;
    line-height: 0;
  }
  .services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .services .icon-box h4 a {
    color: #384046;
    transition: 0.3s;
  }
  .services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
  }
  /* .services .icon-box:hover {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
  } */
  .services .icon-box:hover h4 a {
    color: #3498db;
  }

  .my-card{
    box-sizing: content-box;
    padding: 30px 30px 30px 30px;
    margin: 30px 15px;
    text-align: center;
    /* min-height: 350px; */
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
  }

  .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

 .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .error-message br + br {
    margin-top: 25px;
  }
  .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.btn-layanan:hover{
  cursor: pointer;
}