.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{ margin: 0;font-size: 40px;line-height: 50px;color: #000;font-weight: 600;margin-bottom: 25px;}

.team-page .content .team1{display: flex;margin-bottom: 25px;padding: 20px;box-shadow: 0px 0px 13px #ddd;border-radius: 10px;}

.team-page .content .team1 .team-title{margin-right: 40px;}

.team-page .content .team1 .team-title img{height: 200px;width: 200px;object-fit: cover;box-shadow: 0px 10px 0px #ccc;}

.team-page .content h2{margin: 0;font-size: 30px;line-height: 36px;color: #333;font-weight: 500;margin-bottom: 15px;}

.team-page .content h3{ margin: 0;font-size: 22px;line-height: 30px;color: #000;font-weight: 500;margin-bottom: 5px;margin-top: 20px;text-align: left;}

.team-page .content h4{ margin: 0;font-size: 16px;line-height: 24px;color: #666;font-weight: 500;margin-bottom: 15px;text-align: left;}

.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;}



	}