*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: #dde1e7;
}
.team .member{
	position: relative;
	padding: 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: #fff;

	background: inherit;
	border-radius: 5px;
    cursor: pointer;
    box-shadow: -8px -8px 7px #ffffff73, 8px 8px 5px rgba(94,104,121,0.288);
}
.team .member:hover
{
	
	border-radius: 5px;
    cursor: pointer;
    box-shadow: inset -8px -8px 7px #ffffff73, inset 8px 8px 5px rgba(94,104,121,0.288);
}

.team .member .teampic{
	overflow: hidden;
	width: 180px;
    border-radius: 50%;
	padding: 10px;
	background-size: cover;
    box-shadow: -5px 5px 7px #ffffff73, 5px 5px 7px rgba(94,104,121,0.288);
}
.team .member .teampic:hover{
	overflow: hidden;
	width: 180px;
    border-radius: 50%;
    box-shadow: inset -5px 5px 7px #ffffff73, inset 5px 5px 7px rgba(94,104,121,0.288);
}
.img-fluid {
    border-radius: 50%;
}

.team .member .member-info{

	padding-left: 30px ;
}

.team .member h4{
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20 px;
	color: black;
}

.team .member span{
	display: block;
	font-size: 15px;
	padding-bottom: 3px;
	position: relative;
	font-weight: 500;
}
.team .member span::after{
	content:"";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 0;
} 
.team .member p{
	margin: 10px 0 0 0;
	font-size: 14px;
}
.team .member .social{
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #eff2f8;
}
.team .member .social a i{
	color: black;
	font-size: 16px;
	margin: 0 2px;
}
.team .member .social a:hover i{
	color: blue;
}
.team .member .social a+a{
	margin-left: 8px;
}
section{
	padding: 60px 0;
	overflow: hidden;
}
.section-title{
	text-align: center;
	color: blue;
	padding-bottom:30px;
}
.underline{
	width: 150px;
	height: 1px;
	background-color: black ;
	margin: auto;
	margin-top: -30px;
}
.section-title h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: bottom;
	color:blue;
}
.section-title p{
	margin-top: 20px;
}

.img_custom {
	width: 240px;
    height: 200px;
}
.social a
{
	border-radius: 50px;
	padding: 5px;
	background-size: cover;
	box-shadow: inset 3px 3px 7px #ffffff73, inset -3px -3px 7px rgba(94,104,121,0.288);
}
.social a:hover
{
	box-shadow:  -3px -3px 7px  #ffffff73,3px 3px 7px rgba(94,104,121,0.288);
}
.header_details
{
	width: 100%;
	height: 20vh;

	box-shadow: -8px -8px 7px #ffffff73, 8px 8px 5px rgba(94,104,121,0.288);
	display: flex;
	justify-content: center;
	align-items: center;

	font-weight: 700;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-shadow: 8px 8px 7px #1c1c1c10, 8px 8px 5px rgba(94,104,121,0.288);
}
.header_details .title
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	font-size: 1.5vw;
	padding: 10px 5px;
	position: relative;
}
.header_details .logo
{
	position: absolute;
	left: 50px;

	display: block;
	border-radius: 50%;

	padding: 10px;
	box-shadow: inset -8px -8px 7px #ffffff73, inset 8px 8px 5px rgba(94,104,121,0.288);
	box-sizing: border-box;
}

.header_details .logo img
{
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 568px) {
	.col-lg-6 .member{
	  flex-direction: column;
	  /* padding-left: 46px; */
	  margin: auto;
	}
	.team .member .teampic {
		margin: auto;
	}
	.team .member .member-info {
		padding-left: 30px;
		padding-top: 10px;
	}
	.team .member p {
		margin: 5px 0 0 0;
	}
	.team .member span {
		font-size: 15px;
		padding-bottom: 0px;
	}
	.header_details .logo
	{
		transform: scale(0.8);
		left: 10px;
	}
	.header_details .title
	{
		font-size: 2vw;
	}
	.header_details .title
	{
		position: absolute;
		right: 0;
		font-size: 2.6vw;
		align-items: flex-end;
	}
	.header_details
	{
		width: 100%;
		height: 20vh;
	}
}

@media only screen and (max-width: 300px) {
	.header_details .logo
	{
		transform: scale(0.6);
		left: -5px;
	}
}