.career-p1 {
	/* padding-bottom: 100px; */
	padding: 25px 0;
}

.career-p1 .txt-bg {
	position: absolute;
	right: 0;
	/* top: 70%; */
	bottom: 0;
	width: 100%;
	z-index: 10;
	height: 40px;
	background: rgba(59, 59, 60, 0.63);
	color: white;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

/* .career-p1 .container{
	padding-top: 50px;
} */

.career-p1-desc ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.career-p1-desc ul li {
	/* height: 30px; */
	/* line-height: 30px; */
	/* line-height: 20px; */
	color: #64707b;
	padding: 5px 0px;
}

.career-p1-desc ul li a {
	color: #64707b;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.career-p1-desc ul li i {
	/* color: #2196f3; */
	color: #1e4592;
}

@media (min-width: 767px) and (max-width: 991px) {
	.career-p1-himg {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.career-p1-himg {
		padding: 0;
	}

	/* .career-p1-desc {
		padding: 40px;
	} */

	.career-p1-desc ul li {
		min-height: 18px;
		/* line-height: 18px; */
		color: #64707b;
		/* margin-bottom: 15px; */
	}

}

/*====================================================
======================================================*/

.career-p2-bg {
	height: 200px;
	/* background-image: url(../img/banner/home_banner11.jpg); */
	padding: 0;
	margin: 0;
}

.title-bar-career-p2 {
	padding: 50px;
}

.overlay-career-p2 {
	position: absolute;
	width: 100%;
	height: 200px;
	background: rgba(59, 59, 60, 0.33);
}

.title-bar-career-p2 h1 {
	color: #fff;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background: rgba(200, 200, 200, 0.6);
	border: 3px solid #fff;
	border-radius: 50%;
	margin-left: 120px;
}

.title-bar-career-p2 p {
	padding: 20px 200px 0 0;
	color: #fff;
	font-size: 17px;
	text-align: left;
}

@media (min-width: 767px) and (max-width: 991px) {
	.title-bar-career-p2 h1 {
		color: #fff;
		width: 150px;
		height: 150px;
		line-height: 150px;
		text-align: center;
		border: 3px solid #fff;
		border-radius: 50%;
		margin-left: 10px;
	}

	.title-bar-career-p2 p {
		padding: 20px 50px 0 0;
		color: #fff;
		font-size: 17px;
	}
}

@media(max-width: 767px) {

	/* .career-p2-bg {
		height: 400px;
		background-image: url(../img/banner/home_banner1.jpg);
		padding: 0;
		margin: 0;
	} */

	.title-bar-career-p2 {
		padding: 50px;
	}

	/* .overlay-career-p2 {
		position: absolute;
		width: 100%;
		height: 400px;
		background: rgba(59, 59, 60, 0.53);
	} */

	.title-bar-career-p2 h1 {
		color: #fff;
		width: 150px;
		height: 150px;
		line-height: 150px;
		text-align: center;
		border: 3px solid #fff;
		border-radius: 50%;
		margin-left: 10px;
		margin: 0 auto;
	}

	.title-bar-career-p2 p {
		padding: 20px 0px 0 0;
		color: #fff;
		font-size: 17px;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.career-p2-bg {
		height: 130px;
		background-image: url(../img/banner/home_banner1.jpg);
		padding: 0;
		margin: 0;
	}

	.title-bar-career-p2 {
		padding: 50px 20px;
	}

	.overlay-career-p2 {
		position: absolute;
		width: 100%;
		height: 130px;
		background: rgba(59, 59, 60, 0.33);
	}
}

/*====================================================
                       CAREER-P3
======================================================*/

#career-p3 {
	/* width: 100%; */
	/* background: #f0f0f0; */
	/* padding: 100px; */
}

#career-p3 .career-p3-title {
	padding: 0px !important;
}

#career-p3 .career-p3-title h3 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

#career-p3 .career-p3-cont {
	padding: 30px;
	margin: 15px 0;
	background: #fff;
	/* box-shadow: 2px 2px 2px #ddd; */
	/* box-shadow: 1px 1px 2px 2px #ddd; */
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#career-p3 .career-p3-cont:hover {
	/* border-bottom: 3px solid #2196f3;
	box-shadow: 2px 2px 2px #aaa;
	margin-top: 12px; */
}

#career-p3 .career-p3-cont i {
	font-size: 55px;
	height: 70px;
	line-height: 70px;
	color: #2196f3;
}
.career-p3-cont i {
	font-size: 55px;
	height: 70px;
	line-height: 70px;
	color: #2196f3;
}

#career-p3 .career-p3-cont h5 {
	color: #41464b;
	text-transform: none;
	padding-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#career-p3 .career-p3-cont {
		padding: 10px 30px 30px 30px;
		margin: 15px 0;
		background: #fff;
		box-shadow: 2px 2px 2px #ddd;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.col-md-3 {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (max-width: 420px) {
	#career-p3 {
		width: 100%;
		background: #f0f0f0;
		padding: 100px 30px;
	}

	#career-p3 .career-p3-cont {
		padding: 20px;
		margin: 15px 0;
		background: #fff;
		box-shadow: 2px 2px 2px #ddd;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
}
