.our-team{ text-align: center; }

.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: 6px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: #eb7319 #e6e5e5 #e6e5e5 #eb7319;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(350deg); }
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .title{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
    /*color: #015d8f;*/
}
.our-team .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team .post{
    /*color: rgb(0, 0, 0);*/
    display: block;
    font-size: 13px;
    font-style: italic;
    color: #F0FF00;
    font-weight:bold;
}
.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: #37b0f1;
    color: #fff;
}


.oc{
padding : 5% 25% 0% 25%;
}


#demo {
  font-size: 25px;
}

.carousel-item h1 {
    font-size: 20px ;
  }
  
.carousel-item h5 {
    font-size: 15px ;
    }
  

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

@media only screen and (max-width: 550px){

.our-team {
padding-left: 20%;
padding-right: 20%;
  
}

#demo {
    font-size: 15px;
}

.carousel-item h1 {
  font-size: 8px ;
}

.carousel-item h5 {
    font-size: 8px ; }

.oc{
    padding : 3% 10% 0% 10%;
    }


.mobileimage {
padding-bottom:15px;
}

}