﻿
.agileinfo-header {
    padding-left: 0px;
    padding-right: 20px;
    background: linear-gradient(to left, #004e92, #000428);
    height: 75px;
    background: #fff;
}

.copy-right {
    background: #000;
    padding: 0.2em 0em;
    text-align: center;
}

p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

.showcase_row {
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    padding: 15px;
    background: linear-gradient(to right, #0f141a, #264e7d);
    height: 100%;
}

span {
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.top-nav ul li {
    background: url(../img/blackcard.png);
    transition: 0.6s all;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 15px;
    min-width: 20%;
    position: relative;
}

.showcase_row {
    min-height: 82vh;
}

img.tile_icons {
    filter: brightness(0) invert(1);
    width: 64px;
    margin-bottom: 10px;
}
tile_icons {
    filter: brightness(0) invert(1);
    width: 64px;
    margin-bottom: 10px;
}

.tile-lab {
    position: absolute;
    right: 20px;
    top: 42px;
}

.w3l {
    position: relative;
}

.login-btn {
    border: none;
    padding: 10px 30px;
    outline: none;
    border-radius: 10px;
    background: #0353b4;
    color: #fff;
    font-size: 16px;
}
