@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../Poppins-Regular.otf') format('otf');
}

.font-poppin *:not(.navbar) {
    font-family: 'Poppins Regular', sans-serif !important;
}

.bg-dark-opacity-0\.5 {
    background: rgba(0, 0, 0, 0.8);
}

.omg-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zIndex-2 {
    z-index: 2;
}

.py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
}

.bg-img-cover {
    background-size: cover;
}

.fs-18px {
    font-size: 18px;
}

.text-transform-none {
    text-transform: none;
}

.theme-color {
    color: #c60b03;
}

.item-bg-gray {
    background: #F2EEEE;
}

.item-icon {
    max-width: 325px;
}

.footer {
    margin-top: 10rem !important;
}

.text-blue {
    color: #011A41;
}


@media only screen and (max-width: 992px) {
    .item-icon {
        max-width: 100%;
    }

    .item-box {
        flex-direction: column;
    }

    .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg fill="%23ffffff" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="0 0 24.75 24.75" xml:space="preserve"><g><path d="M0,3.875c0-1.104,0.896-2,2-2h20.75c1.104,0,2,0.896,2,2s-0.896,2-2,2H2C0.896,5.875,0,4.979,0,3.875z M22.75,10.375H2c-1.104,0-2,0.896-2,2c0,1.104,0.896,2,2,2h20.75c1.104,0,2-0.896,2-2C24.75,11.271,23.855,10.375,22.75,10.375z M22.75,18.875H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h20.75c1.104,0,2-0.896,2-2S23.855,18.875,22.75,18.875z"/></g></svg>');
    }

    .nav-link.text-white {
        color: #323030 !important;
    }
}
