.breadcrumbs b{
    font-size: 13px;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.title_border {
    border-bottom: 4px solid #23577A;
    margin-top: 8px;
}

.priloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #212529;
}

.priloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* css */

.color-white{
    color: white;
}

.color-white-link{
    color: white;
    text-decoration: none;
}

.color-white-link:hover{
    color: white;
}

.color-primary{
    color: var(--color-primary);
    
}

.color-primary:hover{
    color: var(--color-primary);
}

.bg-color-primary{
    background-color: var(--color-primary);
}

.btn-layanan{
    width: 100%;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    background-color: white;
    border-radius: 10px;
    transition: ease-in-out .2s;
}

.btn-layanan:hover{
    color: white;
    background-color: var(--color-primary);
}

.bg-white{
    background-color: white;
}

.bg-whitesmoke{
    background-color: whitesmoke;
}

.opy-80{
    opacity: 80%;
}

.box-content{
    --tw-shadow-color: #e5e5e5;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.radius{
    border-radius: 10px;
}

/* end css */

body{
    background-color: whitesmoke;
}

.navbar{
    color: white
}

.text-logo{
    font-size: 17px;
    line-height: 19px;
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.text-logo:hover{
    color: white;
}
/* 
.text-logo:focus{
    color: white
} */

.brand{
    width: 200px
}

.brand img{
    width: 60px;
    margin-right: 20px;
}

.nav-link{
    color: white;
    opacity: 70%;
    text-transform: uppercase;
    transition: ease-in-out 0.2s;
}

.nav-link:hover{
    color: white;   
    opacity: 100%;
}

.nav-link:focus{
    color: white;   
    opacity: 100%;
}

.navbar-toggler{
    color: white;
    border: none;
}

.navbar-toggler:focus{
    color: white;
    box-shadow: none
}

.bi-list{
    font-size: 30px
}

.dropdown-menu{
    background-color: var(--color-primary);;
    color: white;
    border: none
}

.dropdown-item{
    color: white;
}

.bi-caret-down-fill{
    font-size: 12px;
}

.main-footer{
    padding: 50px 0 50px 0;
}

.logo-footer{
    width: 70px;
}

.kontak i{
    margin-right: 10px;
    opacity: 80%;
}

.sosial-media a{
    margin-right: 10px;
    color: white;
    opacity: 80%;
    transition: ease-in-out 0.2s;
}

.sosial-media a:hover{
    opacity: 100%;
}

.second-footer{
    padding: 20px 0 20px 0;
}

.copyright-polbeng{
    text-decoration: none;
}

.copyright-polbeng:hover{
    color: var(--color-primary);;
}

@media (min-width: 768px) {
    .text-logo{
        font-size: 20px;
        line-height: 25px;
        margin: 0;
        padding: 0;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    .brand{
        width: 350px
    }
}