.form_contact {
    background: #fff;
    padding: 15px;
    /* box-shadow: 1px 3px 5px #aaa; */
    border-radius: 5px;
    /* border-top: solid; */
    /* border-width: 10px; */
    /* border-color:#002147; */
}

.about_section {
    background: #fff;
    padding: 15px;
    /* box-shadow: 1px 3px 5px #aaa;
    border-radius: 5px;
    border-left: solid;
    border-width: 7px;
    border-color:crimson; */
}

#example td {
    text-align: center;
}

#example th {
    text-align: center;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-family: 'Montserrat', Times, serif;
    text-align: center;
}
.nav-breadcrumb {
    text-align: center;
}

.breadcrumb li {
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb-center {
    text-align: justify;
}

.list_subject {
    background-color: #f8f7f7;
    border-radius: 3px;
    padding-top: 30px;
    min-height: 70%;
}
