.section-team .team .team-player img {
    max-width:140px;
background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 63%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(63%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 63%, rgba(237,237,237,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 63%, rgba(237,237,237,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 63%, rgba(237,237,237,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 63%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	position:absolute;
	top:52px;
	left:31%;  !important;
}

.section-team .team-player {
    margin-bottom: 15px;box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); !important;
}

.section-team .team-player:hover {box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);  !important;}

.section-team .team-player h4 {padding-top:70px;  !important;}

.section-team .team-player p.description {text-align:justify; font-weight:400;  !important}

p.description {text-align:justify; font-weight:400;  !important}

.section-team .team-player .card-body {padding-top:0; !important;}

.blue {border-bottom:3px solid #263f7f; !important;}

.green {border-bottom:3px solid #0b8704;  !important;}

.orange {border-bottom:3px solid #ff6126;  !important;}

.section-team .team-player .header2 {position: relative;
  height: 140px;
  background-image: linear-gradient(#ff9d2f, #ff6126);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 88%);
clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 88%);  !important;}

.section-team .team-player .header3 {position: relative;
  height: 140px;
  background-image: linear-gradient(#6ab358, #0b8704);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 88%);
clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 88%);  !important;}

.section-team .team-player .header1 {position: relative;
  height: 140px;
  background-image: linear-gradient(#1e46af, #263f7f);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 88%);
clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 88%);  !important;}


