.v-divider {
    border-left: 1px solid #1d1d33;
    margin: 0 16px;
}

.hero-carousel {
    width: 100%;
    height: 500px;
    padding: 80px;
    background-size: cover;
    background-position: center;
}

.hero-carousel .hero-card {
    padding: 48px;
    background-color: #fff;
    border-radius: 8px;
}

.hero-carousel .hero-title {
    color: #1e266d;
    font-size: 2.25rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .hero-carousel {
        height: 600px;
        padding: 8px;
    }
}

.img-pendukung {
    width: 420px;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.img-pendukung.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.img-gallery {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.img-contact {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
}

.img-service {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
}

.img-thumbnail {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border: none;
}

.img-thumbnail-2 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border: none;
}

.img-thumbnail-3 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border: none;
}

.img-thumbnail-detail {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border: none;
}

.img-testimonial {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
}

.capitalize {
    text-transform: capitalize !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #2eaaa8 !important;
    border: none;
}

p a {
    color: #8090b5;
    line-height: 1.7;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.rounded-24 {
    border-radius: 24px;
}

.rounded-16 {
    border-radius: 16px;
}

.owl-nav {
    width: 100%;
    bottom: 50% !important;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block !important;
    border: 0px solid black;
}
