.feature-blurb {
    background: #efefef;
    padding: 20px;
    height: 100%;
    transition: all 0.5s ease;
}

    .feature-blurb:hover {
        box-shadow: 3px 3px 8px 2px;
    }

.feature-title {
    text-align: center;
}
.aboutuspageconent .our-team{ text-align: center;margin-bottom: 100px; }
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: #7a369a #e6e5e5 #e6e5e5 #7a369a;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(320deg); }
.our-team img{
    width: 100%;
    height: 160px;
}
.our-team .title{
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
.our-team .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #777;
}
.our-team .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.our-team .icon li{ display: inline-block; }
.our-team .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.our-team .icon li a:hover{
    background: #7a369a;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.serviceBoxmissionvission{
    padding: 25px 30px;
    text-align: center;
    background: #0a2d43;
    border-top: 3px solid #7a369a;
    border-bottom: 3px solid #7a369a;
    position: relative;
        height: 100%;
}
.serviceBoxmissionvission:before{
    content: "";
    border-top: 0 solid #7a369a;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBoxmissionvission:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.serviceBoxmissionvission:after{
    content: "";
    border-bottom: 0 solid #7a369a;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBoxmissionvission:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.serviceBoxmissionvission .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    border: 2px solid #fff;
    background: #0a2d43;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.serviceBoxmissionvission .title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBoxmissionvission:hover .title{ letter-spacing: 3px; }
.serviceBoxmissionvission .description{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .serviceBoxmissionvission{ margin-bottom: 30px; }
}