@media (min-width: 576px) {
    .fs-sm-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-sm-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-sm-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-sm-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-sm-5 { font-size: 1.25rem !important; }
    .fs-sm-6 { font-size: 1rem !important; }
}
@media (min-width: 768px) {
    .fs-md-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-md-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-md-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-md-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-md-5 { font-size: 1.25rem !important; }
    .fs-md-6 { font-size: 1rem !important; }
}
@media (min-width: 992px) {
    .fs-lg-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-lg-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-lg-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-lg-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-lg-5 { font-size: 1.25rem !important; }
    .fs-lg-6 { font-size: 1rem !important; }
}
@media (min-width: 1200px) {
    .fs-xl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xl-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-xl-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-xl-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-xl-5 { font-size: 1.25rem !important; }
    .fs-xl-6 { font-size: 1rem !important; }
}
@media (min-width: 1400px) {
    .fs-xxl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xxl-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-xxl-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-xxl-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-xxl-5 { font-size: 1.25rem !important; }
    .fs-xxl-6 { font-size: 1rem !important; }
}
/*
@media (min-width: 576px) {
    .display-1 { font-size: 4rem; }
}
@media (min-width: 768px) {
    .display-1 { font-size: 5.5rem; }
}
@media (min-width: 992px) {
    .display-1 { font-size: 6.8rem; }
}
@media (min-width: 1200px) {
    .display-1 { font-size: 8.3rem; }
    .display-2 { font-size: 5.5rem !important; }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1140px; }
}

@media (min-width:1200px) {
    .display-2 { font-size:4.5rem }
}
*/
@media (min-width: 768px) {
    .imi-slide-content::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 40vw;
        border-top: 3px solid;
        border-top-color: currentcolor;
        border-bottom: 3px solid;
        border-bottom-color: currentcolor;
        border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
        transform: translateX(0%);
        background-color: #fff;
        z-index: -1;
    }
    .imi-slide-image img {
        position: absolute;
        transform: translateY(-50%) !important;
        right: 0;
        top: 50%;
        max-width: 55vw;
    }
    header.is-sticky.sticky-top .imi-header-logo {
        max-width: 70px;
    }
    header.is-sticky.sticky-top .imi-header-nav {
        display: none;
    }
}

@media (min-width: 768px) {
    .imi-threeboxes-single {
        padding-top: 8rem;
    }
    .text-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .imi-threeboxes-single:not(:hover) .imi-threeboxes-text {
        max-height: 0;
        margin: 0 !important;
        opacity: 0;
    }
    .imi-threeboxes-single > .imi-threeboxes-content {
        transform: translateY(-100%) !important;
        right: 0;
        left: 0;
    }

    .imi-threeboxes-single:hover > div:first-child {
        border-color: var(--bs-secondary) !important;
        /*
        transform: translateY(-100%) !important;
         */
    }
}
@media (max-width: 767px) {
    header.is-sticky.sticky-top .imi-hide-sticky,
    header.is-sticky.sticky-top .imi-header-nav,
    header.sticky-top .imi-sticky-buttons-container {
        display: none !important;
    }
    header.is-sticky.sticky-top .imi-sticky-buttons-container {
        display: flex !important;
    }

    .imi-header-logo {
        max-width: 80px;
    }
    header.is-sticky.sticky-top .imi-header-logo {
        max-width: 60px;
    }
    .imi-threeboxes-single {
        padding-top: 1rem;
    }
    .imi-header-btn {
        padding-left: 40px;
        font-size: 1rem;
    }
    .imi-header-btn i {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        line-height: 26px;
        font-size: 12px;
    }
    .navbar-toggler{
        transform: scale(1.5);
        margin-right: 5px;
    }
    .imi-slide-image {
        margin-top: -30px;
    }
    .imi-sticky-buttons-container .imi-header-btn {
        padding-left: 34px;
        font-size: .8rem;
        padding-right: 6px;
    }
    .imi-sticky-buttons-container .imi-header-btn i {
        left: 6px;
    }
    .imi-threeboxes-single:hover .imi-threeboxes-content {
        border-color: var(--bs-secondary) !important;
    }
    .imi-threeboxes-single .imi-threeboxes-heading + .imi-threeboxes-text {
        z-index: 5;
    }

    body {
        overflow-x: hidden;
    }

    footer li {
        list-style-type: none;
    }


}