/* ================================================= */
/* IHBOX VERTICAL DIVIDER : Box 1 | Box 2 | Box 3 |  */
/* ================================================= */

/* Make each box relative */
.ihbox-section-one .pbmit-ihbox-style-4 .pbmit-ihbox-box {
    position: relative; /* REQUIRED */
}

/* Vertical line between boxes (desktop only) */
.ihbox-section-one .col-xl-3:not(:last-child) .pbmit-ihbox-box::after {
    content: "";
    position: absolute;
    top: 65%;
    /* right: -129px; */
    width: 100%;
    height: 16px;
    background-image: url(../images/LINE.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    transform-origin: center;
}

/* Disable divider on tablet & mobile */
@media (max-width: 1199px) {
    .ihbox-section-one .pbmit-ihbox-box::after {
        display: none;
    }
}

.notranslate * {
    pointer-events: auto !important;
}

.pbmit-client-style-1 .HelloSectionImage {
    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.pbmit-client-style-1:hover .HelloSectionImage {
    transform: scale(1.08);
    filter: brightness(1.05);
}
/* FIX: allow button click inside slider */

.pbmit-btn {
    pointer-events: auto !important;
    background: #0161ba;
    border: 1px solid #0161ba;
}
