body {
    margin: 0
}

/* Container Fluid */
.container-fluid {
    padding: 1% 10%
}

/* Navigation Bar */

.navbar {
    padding: 0.5rem 10%
}

.navbar-brand {
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 2.5rem;
}

.navbar-nav {
    list-style-type: none;
}

.navbar-link {
    padding: 0 18px;
    font-size: 1.2rem;
}

.navbar-link>a {
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans';
    font-weight: 600;
}

/* Hero Section */

.IAS-banner {
    padding-bottom: 3%;
    font-size: 3rem;
    font-Weight: bold;
}

.IOS-banner {
    padding-bottom: 3%;
    font-size: 3rem;
    font-weight: bold;
}

.parent {
    margin-top: 1px;
    height: 100%;
    width: 100%;
}



.IAS-image {
    position: absolute;
    z-index: -1;
    background-image: url(stock-exchange-g21039cbbb_1920.jpg);
    opacity: 0.2;
    height: 100%;
    width: 100%;
    font-size: 5rem;
    font-weight: bold;
    background-size: cover;
}


/* Feature List */

.features {
    text-align: center
}

.feature-box {
    padding: 0% 2%
}

.feature-title {
    font-size: 2rem;
    font-weight: 600;
}

.icon {
    color: #333333;
    margin-bottom: 1rem;
}



/* Contact */

.contact-text {
    font-size: 2rem;
    font-weight: 600;
}

.contact {
    padding: 5% 10%;
}

.contact-color {
    background-color: #F1F0E2
}

.input-group {
    padding-right: 20%;
}

/* Footer */

.footer-text {
    text-align: center;
    color: #fff
}

.footer {
    background-color: #3E4E59
}


.Report-Category-Index {
    height: 600px;
    width: 1000px;
    margin-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left;
    

}

.Report-Category {
    height: 20px;
    width: 400px;
    font-size: 20px;
    color: blue;
   
}   


.Report {
    font-size: 15px;
    color: black;
    margin-left: 15px;
}