body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.975rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
}

section {
    padding-top: 3.0rem;
    padding-bottom: 1.9rem;
}
.bg-overlay-dark-5:before {
    background: rgba(0, 0, 0, 0.1); 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pb-7, .py-7 {
    padding-bottom: 12rem !important;
}
.blockquote:before {
    content: '“';
    font-family: "arial";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 100px;
    line-height: 0.9em;
    font-weight: 600;
    color: #1b22a7;
    font-size: 80px;
}
footer .footer-logo img, footer .footer-logo-item {
    width:250px;
    max-width:100%;
}
.team-item .team-name a {
    display: block;
    color: #1b22a7;
}
.navbar-top a {
    color: #000000;
    font-size: 0.9125rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #002E5D;
}
.navbar-nav .nav-link {
    font-size: 1.075rem;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
}
img.logo {
    width:250px;
    max-width:100%;
}
.textblue {
    color:#002E5D;
}
.icon-text-white:before {
    color: #fff !important;
    
}
.height-500 {
    height: 500px;
}
.h-100px {
    height: 80px;
}
.glssr_logo {
    width: 120px;
    margin-bottom: 20px;
    margin-top: -10px;
}

@media(max-width:767px) {
    .navbar-nav .nav-link {
        font-size: 1.2rem;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-brand {
        max-width:200px;
    }
    .team.pt-sm-0 {
        padding-top:0 !important;
        margin-top: -50px;
    }
    .zindex99 {
        z-index:999;
    }
    .d-sm-block {
        height: 250px;
        background-position:center !important;
    }
    .d-smorder-1 {
        order: 1;
    }
    .d-smorder-2 {
        order: 2;
    }
    .d-sm-none {
        display: none;
        visibility: hidden;
    }

}
@media (min-width:700px) and (max-width:990px) {
    .zindex99 {
        z-index:999;
    }
    .d-sm-block {
        height: 300px;
        background-position:center !important;
    }
    .d-smorder-1 {
        order: 1;
    }
    .d-smorder-2 {
        order: 2;
    }
}