#aboutus
{
    margin-bottom: 90px;
    margin-top: 70px;
}
#aboutus .intro h6
{
    font-size: 21px;
    font-style: italic;
    color: #252526;
    line-height: 29px;
    font-weight: normal;
    margin: 0 0 16px 0;
}
#aboutus .intro p
{
    color: #3F3F3F;
    line-height: 24px;
}
#aboutus .flexslider
{
    box-shadow: none;
    margin: 0;
    border: 0 none;
}
#aboutus .flex-control-paging li a
{
    background: #666666;
    box-shadow: none;
    width: 11px;
    height: 11px;
    border: 3px solid #E6E6E6;
}
#aboutus .flex-control-paging li a.flex-active
{
    box-shadow: none;
    background: #2894DC;
    border-color: #2894DC;
}
#aboutus .flex-control-nav
{
    bottom: -30px;
}


/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px)
{
    #team .people .bio_box
    {
        text-align: center;
    }
    #team .people .bio_box img
    {
        float: none;
        margin-bottom: 25px;
        margin-left: 0;
    }
    #team .people .bio_box .info
    {
        margin: 0;
        float: none;
    }

    #process .areas
    {
        text-align: center;
    }
    #process .areas .last_circle
    {
        float: none;
        display: inline-block;
        margin-left: -75px;
        margin-top: -54px;
    }
}
@media (max-width: 767px)
{
    #team .container
    {
        padding: 0px 20px;
    }
    #team .people .row1
    {
        margin: 0;
    }
    #team .people .bio_box
    {
        overflow: hidden;
        margin-bottom: 35px;
    }
    #team .people .bio_box img
    {
        margin: 0;
    }

    #aboutus
    {
        margin-bottom: 75px;
    }
    #aboutus .intro
    {
        margin-bottom: 45px;
    }

    #process .areas
    {
        margin-top: 193px;
        margin-bottom: 0px;
        text-align: center;
    }
    #process .areas .circle
    {
        float: none;
        display: inline-block;
        margin: 0;
    }
    #process .areas .last_circle
    {
        margin-top: -23px;
    }
}
@media (max-width: 480px)
{
    #team .people .bio_box
    {
        text-align: center;
    }
    #team .people .bio_box img
    {
        float: none;
        margin-bottom: 18px;
    }

    #aboutus .intro
    {
        margin-bottom: 30px;
    }

    #team .people .bio_box .info
    {
        float: none;
        margin: 0;
    }

    #process .areas
    {
        margin-top: 250px;
    }
    #process .areas .circle
    {
        width: 100px;
        height: 100px;
    }
    #process .areas .circle img
    {
        margin-top: 22px;
    }
    #process .areas .circle span
    {
        display: none;
    }
    #process .areas .last_circle
    {
        margin-top: 0;
    }
}
