
body
{
    margin: 0px;
}
.font-16
{
    font-size: 16px;
}
@media (min-width: 992px)
{
    body
    {
        margin: 0px;
    }
}

.carousel-item
{
    min-height: 500px;
    background: no-repeat center center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.portfolio-item
{
    margin-bottom: 30px;
}
.topBarMain
{
    margin-top: 0px;
    background-color: #196BA2;
    color: #FFFFFF;
}
.topBar a
{
    text-decoration: none;
    color: #FFFFFF;
}
.topBar a:hover
{
    text-decoration: none;
    color: #fff;
}
.pgName
{
    padding: 5px;
    display: block;
    left: auto;
    width: 100%;
    right: auto;
    background-color: #CCCCFF;
    text-align: center;
    vertical-align: middle;
    color: #000040;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tableHead
{
    background-color: #CCCCFF;
    font-weight: bold;
}
.kdHeading
{
    font-size: 20px;
    font-weight: bold;
}
