@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600,800');
h1,h2,h3,h4,h5,h6,div,input,p,a{
    font-family: "Open Sans";  
    margin:0px; 
}
a,a:hover,a:focus{
	color:inherit;
}
body{
	background-color:#F1F2F3;
}
.container-fluid,.container{
	max-width:1200px;
}

.card-container{
	padding:100px 0px;
	-webkit-perspective:1000;
    perspective:1000;
}

.profile-card-7{
	background-color:#FFF;
	border-radius:5px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.1);
	overflow:hidden;
	position:relative;
	margin:10px auto;
	cursor:pointer;
}

.profile-card-7 .profile-content{
	padding:60px 30px 30px 30px;
	background-color:#FFF;
	position:relative;
}
.profile-card-7 .profile-content img{
	position:absolute;
	height:80px;
	width:80px;
	border-radius:50%;
	top:-40px;
	border:5px solid #FFF;
	
}
.profile-card-7 .profile-content .profile-name{
	position:absolute;
	font-size:17px;
	font-weight:bold;
	top:-35px;
	left:125px;
	color:#FFF;
}
.profile-card-7 .profile-overview {
	padding:5px 0px;
}
.profile-card-7 .profile-overview p{
	color:#777;
	font-size:11px;
	font-weight:600;
}
.profile-card-7 .profile-overview h5{
	color:#142437;
	font-weight:bold;
	
	
}
