
.team-details{
	position: relative;
}

.team-details .image-box .image{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.team-details .image-box .image img{
	width: 100%;
}

.team-details .image-box .single-item{
	position: relative;
	display: block;
	padding: 14px 20px 16px 90px;
	margin-bottom: 20px;
}

.team-details .image-box .single-item .icon-box{
	position: absolute;
	left: 23px;
	top: 10px;
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
}

.team-details .image-box .single-item a{
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
}

.team-details .image-box .single-item a:hover{
	text-decoration: underline;
}

.team-details .image-box .single-item a.mail{
	font-size: 22px;
}

.team-details .image-box .single-item .social-links{
	position: relative;
	display: flex;
	align-items: center;
}

.team-details .image-box .single-item .social-links li{
	margin-right: 35px;
}

.team-details .image-box .single-item .social-links li:last-child{
	margin: 0px;
}

.team-details .image-box .single-item .social-links li a{
	font-size: 20px;
}

.team-details .image-box .single-item .social-links li a:hover{
	color: #000;
}

.team-details .content-box{
	position: relative;
	display: block;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 53px;
	font-weight: 700;
}

.team-details .content-box .designation{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	padding-right: 60px;
	margin-bottom: 17px;
}

.team-details .content-box .designation:before{
	position: absolute;
	content: '';
	background: #444444;
	width: 50px;
	height: 1px;
	right: 0px;
	bottom: 6px;
}

.team-details .content-box p{
	margin-bottom: 28px;
}

.team-details .content-box .single-item{
	position: relative;
	display: block;
	padding-left: 110px;
	margin-bottom: 27px;
}

.team-details .content-box .single-item:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .single-item .year{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 34px;
	line-height: 40px;
	font-family: var(--roboto);
	font-weight: 700;
}

.team-details .content-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #011e45;
	margin-bottom: 4px;
}

.team-details .content-box .single-item p{
	line-height: 26px;
	margin-bottom: 0px;
}


/** experience-section **/

.experience-section{
	position: relative;
	background: #f7f7fa;
}

.experience-section .image-box{
	position: relative;
	display: block;
}

.experience-section .image-box img{
	width: 100%;
}

.experience-section .content-box{
	position: relative;
	display: block;
}

.experience-section .content-box .sec-title h2{
	font-size: 38px;
	line-height: 46px;
}

.experience-section .content-box .text-box p{
	margin-bottom: 28px;
}

.experience-section .content-box .text-box p:last-child{
	margin-bottom: 0px;
}