@charset "utf-8";
/* CSS Document */
 
marquee{
    height: 280px;
    background: #f7f7f7;
    /* box-shadow: 0 0 10px 10px #f3f3f3; */
    padding: 1px 8px;

}
.list-style li {
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-style li a:hover {
    color: #e79800;
}
.content-section .v-teacher h2{
    font-size: 25px;
    color: #e79800;
    margin-bottom: 0;
}
.content-section .v-teacher h4{
    font-size: 16px;
}
.lga-img img {
margin-top: -10%;
}
.box-sdow{
    box-shadow: 0px 0px 2px 1px #e5e5e5;
}
.sp{
text-transform: uppercase;

}
.txt-ctr{
    text-align: center;
}
.topbar-new .imp{
    color: #faa500;
    font-weight: 600;
}
.topbar-new .imp i{
    margin-left: .25rem;
    vertical-align: bottom;
    font-size: 15px;
}