/*Profile card 4*/
.profile-card-4 .card-img-block {
   float: left;
   width: 100%;
   height: 150px;
   overflow: hidden;
}

.profile-card-4 .card-body {
   position: relative;
}

.profile-card-4 .profile {
   border-radius: 50%;
   position: absolute;
   top: -62px;
   left: 50%;
   width: 100px;
   height: 100px;
   border: 3px solid rgba(255, 255, 255, 1);
   margin-left: -50px;
}

.profile-card-4 .card-img-block {
   position: relative;
}

.profile-card-4 .card-img-block > .info-box {
   position: absolute;
/*   background: rgba(217, 11, 225, 0.6);*/
   width: 100%;
   height: 100%;
   color: #fff;
   padding: 20px;
   text-align: center;
   font-size: 14px;
   -webkit-transition: 1s ease;
   transition: 1s ease;
   opacity: 1;
}

.profile-card-4 .card-img-block:hover > .info-box {
   opacity: 1;
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
}

.profile-card-4 h5 {
   font-weight: 300;
}

.profile-card-4 h3 {
   font-weight: 600;
/*   color: #d90be1;*/
}

.profile-card-4 .card-text {
   font-weight: 300;
   font-size: 15px;
}

.profile-card-4 .icon-block {
   float: left;
   width: 100%;
}

.profile-card-4 .icon-block a {
   text-decoration: none;
}

.profile-card-4 i {
   display: inline-block;
   font-size: 16px;
   color: #d90be1;
   text-align: center;
   border: 1px solid #d90be1;
   width: 30px;
   height: 30px;
   line-height: 30px;
   border-radius: 50%;
   margin: 0 5px;
}

.profile-card-4 i:hover {
   background-color: #d90be1;
   color: #fff;
}

.carousel .carousel-indicators li {background-color: red;}
.carousel .carousel-indicators li.active {background-color: blue;}