

.single-profile-page{
	background:#1a1a1a;
}

.profile-card-img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px!important;
}

/*.profile-card-left{
	background: #363635;
}*/

.profile-card .card-body{
	background: #363635;
}

.profile-card .card-body h5{
	color: #818181;
}

.profile-card .card-body p{
	color: #818181;
}

.profile-card .card-body  .social-links{
	display: flex;
}


.profile-card .card-body  .social-link{

}

.profile-card .card-body .social-link:hover {
  background: #444242;
}

.profile-card .card-body .social-link:hover .pro-social-icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
}


.profile-card .card-body  .social-link{
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background:#3e3e3e ;
	margin-right: 5px;
	padding: 10px;
	display: flex;
	justify-content: cover;
	align-items: center;
}

.profile-card .card-body .pro-social-icon{
   font-size: 20px;
   color: rgba(255, 255, 255, 0.7);
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profile-card-right{

}
.profile-card-right .card-title{
	color: #818181;
	font-weight: bold!important;
	text-transform: uppercase!important;
}

