
.inner-team{display: flex;flex-wrap: wrap;}
.pg-sub-head {
    font-size: 42px;
    color:#808285;
    padding: 30px 0;
}
.team-box{
padding: 0;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
    margin-right: 30px;
    box-shadow: 0px 3px 6px #00000012;
}
.ad-board, .fm-sec{
    padding: 0;
    margin-bottom: 30px;
    margin-right: 30px;
}
.team-box figure, .ad-board figure, .fm-sec figure{
  margin: 0;
}
.team-box figcaption {
    background-color: #6fbcee;
    padding: 13px 20px;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
}

.ad-board figcaption, .fm-sec figcaption {
    padding: 10px 20px;
    width: 100%;
	position:relative;
}
.ad-board figcaption::before{
	content: "";
    height: 65px;
    position: absolute;
    left: 5px;
    width: 3px;
    background: linear-gradient(40deg, #92ca65, #0d5fac);
    z-index: 99;
    bottom: 12px;
}
.fm-sec  figcaption::before{
    content: "";
    height: 70px;
    position: absolute;
    left: 5px;
    width: 3px;
    background: linear-gradient(40deg, #92ca65, #0d5fac);
    z-index: 99;
    bottom: 12px;
}
.team-box h6{
color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.ad-board h6, .fm-sec h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.team-box span{
color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.ad-board span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
	display:flex;
	line-height:28px;
}
.fm-sec span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
	display:inherit;
	line-height:28px;
}
.team-box p, .ad-board p, .fm-sec p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}
.modal-header{
	border: 0;
	padding: 0;
}
.modal-header .btn-close {
    position: relative;
    top: -8px;
    right: -1%;
}
.mdl-img img{}