.nav-sticky.navbar-custom .navbar-nav li.active a, .nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #3e6ab5!important;
    font-weight: bold;
    font-size: 1.2rem;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #585858!important;
    font-weight: bold;
    font-size: 1.2rem;
}

.navbar-light .navbar-nav li.active a, .navbar-light .navbar-nav li a:hover, .navbar-light .navbar-nav li a:active {
    color: #3e6ab5!important;
    font-weight: bold;
    font-size: 1.2rem;
}

.navbar-custom .navbar-nav li .nav-link {
    color: #585858!important;
    font-weight: bold;
    font-size: 1.2rem;
}

.benefit-section .title-benefit {
    color: #e9bc00;
}

.benefit-section .title-benefit span{
    color: #3e6ab5;
}

.font-color-yellow {
    color: #e9bc00;
}

.font-color-blue {
    color: #3e6ab5;
}

.contact-detail p svg {
    color: #e9bc00;
}

.pricing-box .pricing-icon-bg .mdi {
    color: #e9bc00!important;
}

.pricing-box a.pr-btn{
    border: 2px solid #3e6ab5!important;
    color: #e9bc00!important;
}

.card-layanan {
    border: none;
    border-radius: 20px;
}

.card-layanan:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 8px 0px #585858;
}

.card-layanan .card-header {
    border-bottom: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-layanan .card-body h4.title-layanan {
    text-align: center;
    color: #3e6ab5;
}

.card-layanan .card-body p.deskripsi-layanan {
    text-align: center;
    min-height: 90px;
}

.custom-form iframe {
    width: 100%;
}

.footer .footer-logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* justify-content: space-evenly; */
}

.footer .footer-logo img{
    width: 60px;
}

.footer .footer-logo h4 {
    color: #3e6ab5;
    font-weight: bolder;
    font-size: 1.6rem;
}

.footer .footer-logo h4 span{
    color: #e9bc00;
}

/* .hero-6-bg {
    padding: 600px 0px 230px 0px;
} */