.team-img-wraper{position: relative;}
.team-img-wraper .img-overlay{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background: #03161e38;display: flex;align-items: flex-end;}
.team-img-wraper img{width: 100%;height: 500px;object-fit: cover;}
.team-page{padding-top: 40px;padding-bottom:30px;}
.team-page .content img{width: 100%;height: auto;}
.team-page .title h1{font-family: 'Oswald', sans-serif; margin: 0;font-size: 40px;line-height: 50px;color: #000;font-weight: 600;margin-bottom: 15px;}
.team-page .title .line{margin-bottom: 50px;border-bottom: 2px dashed #0388bd;margin-top: 30px;width: 250px;}
.team-page .content .team1{display: flex;border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-bottom: 20px;}
.team-page .content .team1 .team-title{margin-right: 40px;}
.team-page .content .team1 .team-title img{height: 150px;width: 150px;object-fit: cover;border-radius: 50%;box-shadow: 0px 10px 0px #ccc;}
.team-page .content h2{font-family: 'Oswald', sans-serif; margin: 0;font-size: 30px;line-height: 36px;color: #333;font-weight: 500;margin-bottom: 15px;}
.team-page .content h3{font-family: 'Oswald', sans-serif; margin: 0;font-size: 22px;line-height: 30px;color: #000;font-weight: 500;margin-bottom: 5px;margin-top: 20px;text-align: center;}
.team-page .content h4{margin: 0;font-size: 16px;line-height: 24px;color: #666;font-weight: 500;margin-bottom: 15px;text-align: center;}
.team-page .content h5{margin: 0;font-size: 18px;line-height: 20px;color: #333;font-weight: 500;margin-bottom: 15px;}
.team-page .content h6{margin: 0;font-size: 16px;line-height: 18px;color: #333;font-weight: 500;margin-bottom: 15px;}
.team-page .content p{padding-top: 0px;padding-bottom: 15px;color: #111;}
.team-img-wraper .new-page{background: #0000009e;width: 100%;border: none;}
.team-img-wraper .new-page ul li{color: #fff;}
.team-img-wraper .new-page ul li a{color: #c3c3c3;}
.team-img-wraper .new-page ul li a:hover{color: #fff;}
@media (max-width: 991.98px) {
	.team-page .content .team1{flex-direction: column;}
	.team-page .content .team1 .team-title{text-align: center;margin-right: 0px;}

	}