.table thead[class^=bg-] tr > th, .table thead[class*=" bg-"] tr > th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: rgb(70, 121, 204);
    font-weight: 800;
    color: #ffffff;
}

.table tfoot[class^=bg-] tr > th, .table tfoot[class*=" bg-"] tr > th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: rgb(70, 121, 204);
    font-weight: 800;
    color: #ffffff;
}

.table-bordered [class*=" bg-"] td, .table-bordered [class*=" bg-"] th, .table-bordered [class^=bg-] td, .table-bordered [class^=bg-] th {
    border: 1px solid #000000;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #000000;
}

.checklist.style7 ul li {
    font-size: 1rem!important;
}

.service-two-item.position-relative
{
    border: 2px solid #fdee06;
}

.process-area-icon {
    top: 10px;right: 20px;opacity: 0.2;color: #FDB706!important;
}

.service-two-item:hover .process-area-icon {
    opacity: 1.0;
}

.case-studies-area .image-wrapper img {
    width: 100% !important;
    height: auto !important;
    border-radius: 4px !important;
    object-fit: cover !important;
}

.case-studies-area .image-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 160px !important;
}

@media (max-width: 768px) {
    .case-studies-area .image-wrapper {
        height: 312px !important;
    }
}

.carousel-background {
    position: relative;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: 700px !important;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* gelap transparan */
    z-index: 1;
}

.carousel-background > .container {
    position: relative;
    z-index: 2;
}

table#rekapallopd {
    font-size: 14px;
}

table#rekapopd {
    font-size: 14px;
}

@media (max-width: 768px) {
    .caption-subtitle {
    font-size: 20px !important;
    margin-top: 200px;
    }

    .caption-title {
    font-size: 25px !important;
    }
}
