:root {
    --thm-font: 'Outfit', sans-serif;
    --thm-font-2: "Lora", serif;
    --thm-primary-color: #1E74BF;
    --thm-primary-color-rgb: 0, 196, 134;
    --thm-secondary-color: #ed746c;
    --thm-secondary-color-rgb: 237, 116, 108;
    --thm-body-font-color: #6a726f;
    --thm-body-font-size: 17px;
    --thm-body-line-height: 28px;
    --thm-body-font-weight: 400;
    --thm-heading-font-color: #06192a;
    --thm-white: #ffffff;
    --thm-black: #183d5c;
    --thm-black-bg: #193754;
    --thm-gray-bg: #edf1f4;
    --thm-border-color: #dde6e3;
    --thm-border-radius: 10px;
}
.fullvh{
    height: 100vh;
}
.overflow-clip{
    overflow:clip;
}
.breadcrumb-style1 {
    position: relative;
    display: block;
    margin-top: 0px;
    z-index: 10;
}
.hide-on-mobile {
    @media (width < 992px) {
        display: none;
    }
}

.hide-on-sm-mobile {
    @media (width < 376px) {
        display: none;
    }
}