@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open%20Sans: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;
}




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

.profile-card-1 {
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	background-image: url(../images/profile-bg-1.jpg);
	background-position: center;
	padding-top: 100px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	max-width: 300px;
}
.profile-card-1 .profile-content {
	position: relative;
	background-color: #FFF;
	padding: 70px 20px 20px 20px;
	text-align: center;
}

.profile-card-1 .profile-img {
	position: absolute;
	height: 100px;
	left: 0px;
	right: 0px;
	z-index: 10;
	top: -50px;
	transition: all 0.25s linear;
	transform-style: preserve-3d;
}

.profile-card-1 .profile-img img {
	height: 100px;
	margin: auto;
	border-radius: 50%;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.profile-card-1 .profile-name {
	font-size: 18px;
	font-weight: bold;
	color: #021830;
}

.profile-card-1 .profile-address {
	color: #777;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

.profile-card-1 .profile-description {
	font-size: 13px;
	padding: 5px 10px;
	color: #777;
}

.profile-card-1 .profile-icons .fa {
	margin: 5px;
	color: #777;
}

.profile-card-1:hover {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.profile-card-1:hover .profile-img {
	transform: rotateY(180deg);
}







.profile-card-1 .profile-overview {
	padding: 15px 0px;
}

.profile-card-1 .profile-overview p {
	color: #777;
	font-size: 13px;
}

.profile-card-1 .profile-overview h5 {
	font-weight: bold;
	color: #1e2832;
}









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

.profile-card-2 img {
	transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
	position: absolute;
	left: 30px;
	bottom: 70px;
	font-size: 30px;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
	position: absolute;
	bottom: 50px;
	left: 30px;
	color: #FFF;
	font-size: 13px;
	transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
	margin: 5px;
}

.profile-card-2:hover img {
	filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
	bottom: 80px;
}

.profile-card-2:hover .profile-username {
	bottom: 60px;
}

.profile-card-2:hover .profile-icons {
	right: 40px;
}

.profile-card-3 {
	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;
	padding: 25px 15px;
}

.profile-card-3 .profile-name {
	font-weight: bold;
	color: #21304e;
}

.profile-card-3 .profile-location {
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

.profile-card-3 img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px auto;
	border-radius: 50%;
	transition: all linear 0.25s;
}

.profile-card-3 .profile-description {
	font-size: 13px;
	color: #777;
	padding: 10px;
}

.profile-card-3 .profile-icons {
	margin: 15px 0px;
}

.profile-card-3 .profile-icons .fa {
	color: #fe455a;
	margin: 0px 5px;
}

.profile-card-3:hover img {
	height: 110px;
	width: 110px;
	margin: 5px auto;
}

.profile-card-4 {
	max-width: 300px;
	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-4 img {
	transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
	position: relative;
	padding: 15px;
	background-color: #FFF;
}

.profile-card-4 .profile-name {
	font-weight: bold;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -70px;
	color: #FFF;
	font-size: 17px;
}

.profile-card-4 .profile-name p {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
	color: #777;
	font-size: 12px;
	padding: 10px;
}

.profile-card-4 .profile-overview {
	padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
	font-size: 10px;
	font-weight: 600;
	color: #777;
}

.profile-card-4 .profile-overview h4 {
	color: #273751;
	font-weight: bold;
}

.profile-card-4 .profile-content::before {
	content: "";
	position: absolute;
	height: 20px;
	top: -10px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	z-index: 0;
	transform: skewY(3deg);
}

.profile-card-4:hover img {
	transform: rotate(5deg) scale(1.1, 1.1);
	filter: brightness(110%);
}

.profile-card-5 {
        margin-bottom: 70px !important; 
	max-width: 250px;
	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;
	padding: 50px 15px 25px 15px;
}

.profile-card-5 img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px auto;
	border-radius: 50%;
	transition: all linear 0.25s;
	position: relative;
}

.profile-card-5::before {
	content: "";
	position: absolute;
	top: -60px;
	right: 0px;
	left: 0px;
	height: 170px;
	background-color: #28becc;
	transform: skewY(-20deg);
}

.profile-card-5 .profile-name {

font-size: 16px;
	padding-top: 15px;
	font-weight: bold;
	color: #333;
}

.profile-card-5 .profile-designation {
	font-size: 15px;
	color: #777;
}

.profile-card-3 .profile-location {
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

.profile-card-5 .profile-description {
	font-size: 13px;
	color: #777;
	padding: 10px;
}

.profile-card-5 .profile-overview {
	padding: 15px 0px;
}

.profile-card-5 .profile-overview p {
	color: #777;
	font-size: 13px;
}

.profile-card-5 .profile-overview h5 {
	font-weight: bold;
	color: #1e2832;
}

.profile-card-5 .profile-icons .fab {
	margin: 7px;
	color: #4fb96e;
}

.profile-card-5 .profile-icons .fas {
	margin: 7px;
	color: #4fb96e;
}

.profile-card-5:hover img {
	transform: rotate(-5deg);
}












.profile-card-6 {
        margin-bottom: 70px !important; 
	max-width: 250px;
	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;
	padding: 50px 15px 25px 15px;
}

.profile-card-6 img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px auto;
	border-radius: 50%;
	transition: all linear 0.25s;
	position: relative;
}

.profile-card-6::before {
	content: "";
	position: absolute;
	top: -60px;
	right: 0px;
	left: 0px;
	height: 170px;
	background-color: #6109e5;
	transform: skewY(-20deg);
}

.profile-card-6 .profile-name {

font-size: 16px;
	padding-top: 15px;
	font-weight: bold;
	color: #333;
}

.profile-card-6 .profile-designation {
	font-size: 15px;
	color: #777;
}

.profile-card-3 .profile-location {
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

.profile-card-6 .profile-description {
	font-size: 13px;
	color: #777;
	padding: 10px;
}

.profile-card-6 .profile-overview {
	padding: 15px 0px;
}

.profile-card-5 .profile-overview p {
	color: #777;
	font-size: 13px;
}

.profile-card-6 .profile-overview h5 {
	font-weight: bold;
	color: #1e2832;
}

.profile-card-6 .profile-icons .fab {
	margin: 7px;
	color: #4fb96e;
}

.profile-card-6 .profile-icons .fas {
	margin: 7px;
	color: #4fb96e;
}

.profile-card-6:hover img {
	transform: rotate(-5deg);
}

