.bg-lavender {
	background: #ededf2;
}

.card.card-steps {
	background: #fdfffc;
	text-align: center;
	height: 109px;
	border: unset;
	border-radius: 13px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card.card-steps .step-number {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	border: 1px #d9dbe9;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #d9dbe9;
	margin: auto;
	font-size: 19px;
	color: #30318b;
	align-content: center;
}

.box-lavender {
	padding: 70px;
	margin-left: -70px;
	margin-right: -70px;
	border-radius: 10px;
	background-color: #ededf2;
}

.nav-pills .text.nav-link.active,
.nav-pills .show > .text.nav-link {
	color: unset;
	background-color: unset;
}

.carousel-container .nav .nav-item {
	cursor: pointer;
}

.landing-pwp-portofolio .text.nav-link.active::after {
	margin-left: -1rem;
	width: -webkit-fill-available;
	background-color: #faad13;
}

@media (min-width: 1200px) {
	.col-xl-20 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.landing-education2-class .class-card {
	height: 311px;
}

.landing-education2-class .title {
	height: 46px;
}

/* training-in-finance-accounting-tax-fat */
.landing-job-opened .bg-white.rounded-4 {
	height: 318px;
}

.opened-source.flex {
	position: absolute;
	bottom: 40px;
}

.class-format ol,
.class-format ul {
	padding: revert;
}

.learn-more-card {
	position: absolute;
	bottom: 25px;
}

@media (max-width: 575.98px) {
	.responsive.landing-education2-why .why-card {
		height: 313px;
	}

	.responsive.landing-education2-why .why-card .learn-more-card {
		left: 0;
		right: 0;
	}

	.pr-sm-0 {
		padding-right: 0 !important;
	}

	.landing-education2-class.responsive .gap {
		gap: 30px;
	}

	.landing-education2-class.responsive .class-card {
		width: 123px;
		height: 271px;
		/* padding-bottom: 13px; */
		padding-left: 0;
		padding-right: 0;
	}

	.landing-education2-class.responsive .class-card .title {
		height: auto;
	}

	.landing-education2-class.responsive img {
		width: 123px;
	}
}

.landing-pwp-portofolio.responsive .image {
    cursor: pointer;
}

/* Modal Image Promotional Poster */
/* The Modal (background) */
#myModal.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#myModal .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
#myModal .modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

/* The Close Button */
#myModal .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

#myModal .close:hover,
#myModal .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	#myModal .modal-content {
		width: 91%;
        margin-top: 101px;
        padding: 21px;
	}
}
/* Modal Image Promotional Poster */
