﻿body {
    font-family: "PT Sans Narrow", Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #002D83;
}

strong {
    font-family: font-family: "PT Sans Narrow", Helvetica, Verdana, Tahoma, sans-serif;
    font-weight: 700;
}

#profile {
    width: 300px;
    height: 300px;
    background: transparent;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 0 !important;
    color: rgb(0, 0, 0);
    padding-top: 180px;
    position: relative;
    text-align: center;
}

#nav-container li.active a {border: none}

.dark-bg{
    color:#fff;
    background:#002D83;
}

.center-heading h2 {font-size: 32px}
.bio-circles ul li {
    width: 200px;
    height: 200px;
    padding-top: 15px;
    background: rgba(0,45,131,0.4);
}

.bio-circles ul li:hover {background: rgba(255,255,255,1);}

.bio-circles ul li .first {line-height: 16px; font-size: 14px}
.bio-circles ul li .third {
    width: 80px;
    height: 100px;
    background-position: center top;
    background-size: 100% auto;
    margin:0 auto 10px;
}

.bio-circles ul li:hover .third {
    background-position: center bottom;
}

.circular-bar li.chart-right .details {margin-right: 0}
.circular-bar li.chart-left .details {margin-left: 0}

.light-bg a:hover{
    color:#FFF;
}

.services li {
    list-style: circle;
    /* margin-left: -60px; */
    padding-bottom: 15px;
    /* border-left: 1px dashed rgb(204, 204, 204); */
    border: none;
    display: list-item;
    padding-left: 18px;
}

.service-details {
    padding-left: 15px;
}

.services ul {
    margin-top: 25px;
}






