/*=============================
	Employee Training
===============================*/
.employee-training {
	position: relative;
	display: block;
	padding: 180px 0 100px;
	z-index: 1;
}

.employee-training__shape-3 {
	position: absolute;
	top: 238px;
	right: 202px;
	opacity: .20;
	z-index: -1;
}

.employee-training__shape-3 img {
	width: auto;
}

.employee-training__shape-4 {
	position: absolute;
	right: 596px;
	bottom: 225px;
	opacity: .20;
	z-index: -1;
}

.employee-training__shape-4 img {
	width: auto;
	opacity: .20;
}

.employee-training__left {
	position: relative;
	display: block;
	margin-left: -90px;
	margin-right: 310px;
	margin-top: 34px;
}

.employee-training__img-box {
	position: relative;
	display: block;
}

.employee-training__img {
	position: relative;
	display: block;
}

.employee-training__img>img {
	width: 100%;
	border-radius: 10px;
}

.employee-training__img-2 {
	position: absolute;
	top: -111px;
	right: -220px;
}

.employee-training__img-2>img {
	width: auto;
	max-width: none;
	border-radius: 10px;
}

.employee-training__shape-1 {
	position: absolute;
	top: -74px;
	right: 103px;
	opacity: .20;
	z-index: -1;
}

.employee-training__shape-1 img {
	width: auto;
}

.employee-training__shape-2 {
	position: absolute;
	bottom: 48px;
	right: -215px;
	opacity: .10;
	z-index: -1;
}

.employee-training__shape-2 img {
	width: auto;
}

.employee-training__right {
	position: relative;
	display: block;
}

.employee-training__right .section-title-two {
	margin-bottom: 20px;
}

.employee-training__right .section-title-two__title {
	color: var(--thm-black);
}

.employee-training__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.employee-training__points {
	position: relative;
	display: block;
	margin-top: 30px;
}

.employee-training__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.employee-training__points li+li {
	margin-top: 15px;
}

.employee-training__bullets {
	position: relative;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #3A4F3E;
	margin-right: 15px;
}

.employee-training__points li p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: #3A4F3E;
}











/* =============================================
	End
============================================== */