/* custom css */
.loader-logo {
    max-width: 300px;
}

/* Medium devices (tablets, 768px and below) */
@media (max-width: 1071px) { 

    .flq-overlay-md {
        background-color: #000000b3;
    }

}

.sticky-top {
    z-index: 1 !important;
}

.my-05 {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (max-width: 991px) { 
    .display-5 {
        font-size: 2em;
    }
}