.loader {
    z-index: 99999;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.28);
    top: 0;
}

/*  begin cubes css */

.cubes {
    width: 55px;
    height: 55px;
    position: relative;
    top: 50%;
    left: 50%;
}

.cubes .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #21a7d9;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.cubes .sk-cube1 {
    animation-delay: 0.2s;
}

.cubes .sk-cube2 {
    animation-delay: 0.3s;
}

.cubes .sk-cube3 {
    animation-delay: 0.4s;
}

.cubes .sk-cube4 {
    animation-delay: 0.1s;
}

.cubes .sk-cube5 {
    animation-delay: 0.2s;
}

.cubes .sk-cube6 {
    animation-delay: 0.3s;
}

.cubes .sk-cube7 {
    animation-delay: 0s;
}

.cubes .sk-cube8 {
    animation-delay: 0.1s;
}

.cubes .sk-cube9 {
    animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1);
    }
    35% {
        transform: scale3D(0, 0, 1);
    }
}

.sidebar .sidebar-header {
    height: 100px !important;
}

.sidebar .sidebar-header img {
    width: 100px !important;
}

.main-wrapper .page-wrapper {
    background: #0074C2 !important;
}

.navbar {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar.scrolled {
    background-color: #fff !important;
    border-bottom: 1px solid #e9ecef !important;
    box-shadow: 3px 0 10px 0 rgb(183 192 206 / 20%) !important;
    transition: background-color 200ms linear;
}

/* TOP BANNER WITH IMAGE */

.head-section {
    display: grid;
    margin-bottom: 25px;
}

.layer-1,
.layer-2 {
    grid-column: 1;
    grid-row: 1;
}

.layer-2 {
    z-index: 2;
    align-self: center;
}

.layer-2 h3 {
    margin-left: 30%;
    color: #fff;
    font-weight: 700;
    padding-top: 30px;
}

.layer-2 h4 {
    margin-left: 30%;
    color: #fff;
    padding-top: 20px;
}

.field-icon-p {
    float: right;
    margin-right: 10px;
    margin-top: -34px;
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.field-icon-p:hover {
    color: #05bae8;
    cursor: pointer;
}

.img-rs {
    width: 150px;
    height: auto;
}

.card-img-overlay:hover {
    background: #0000005c;
    cursor: po;
}

img.img-detail {
    width: 250px !important;
    height: auto !important;
    border-radius: none !important;
}
