/* Call-us */
.call-us {
	position: fixed;
	bottom: 3.2rem;
	right: 3rem;
	z-index: 9999999;
	background-color: #ffe600;
	color: #ffe600;
	box-shadow: 0px 0px 4px 4px #2e2e3867;
	cursor: pointer;
	width: 50px;
	height: 50px;
	transition: height 0.33s ease, width 0.33s ease 0.33s;
}

.call-us.call-us-active {
	width: 500px;
	height: 600px;
	transition: width 0.33s ease, height 0.33s ease 0.33s !important;
	background-color: #2e2e38;
	overflow: auto;
	border-radius: 0;
}

.call-us-btn {
	display: flex;
	gap: 20px;
	padding: 1rem;

}

.call-us .fa.fa-phone {
	color: #2e2e38;
	display: flex;
	align-items: center;

}

.fa.fa-phone::before {
	font-size: 20px;
}

.call-us.call-us-active .fa.fa-phone {
	color: #ffe600;
}

.call-us-btn-hidden {
	display: none;
}

.call-us-form {
	display: none;
}

.call-us-form-active {
	display: block !important;
}

.close-btn {
	position: absolute;
	top: 14px;
	right: 25px;
}

.message-above-button {
	position: absolute;
	top: -135px;
	left: -85px;
	width: 170px;
	height: 125px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	color: #2e2e38;
	font-size: 12px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 74% 90%, 63% 100%, 50% 90%, 0 90%);
	line-height: 20px;

}

.message-above-button-hidden {
	display: none;
}

.text-in-message-above-button {
	height: 90%;
	padding-top: 12px;
	font-size: 16px;
	line-height: 25px;
}

.message-shadow {
	filter: drop-shadow(0px 0px 4px #ffe600);
}

.message-above-button .close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
}

.call-us-form-content .input-field input {
	width: 100%;
	padding: 10px;
}

.call-us-form-content .input-field {
	display: flex;
	justify-content: center;
}

.call-us-form-content .input-field .select2-selection__rendered {
	padding: 10px !important;
	font-size: 14px;
}

.call-us-form-content .form-field {
	padding-top: 20px;
}

.call-us-form-content .form-required-field {
	font-size: 12px;
	line-height: 14px;
}

.call-us-form-content .btn-default.large {
	padding: 8px 64px;
}

.call-us-form-content .input-field-placeholder {
	top: 10px;
	left: 14px;
	font-size: 14px;
}

.call-us-form-content .form-group {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.call-us-form-content .form-group.form-group-padding {
	padding-top: 20px;
}

.call-us-form-content .text-field {
	padding-top: 20px;
}

.call-us-form-content .text-field p {
	font-size: 12px;
}

.call-us-form-content .form-submit {
	padding-top: 20px;
	margin-bottom: 20px;
}

.call-us-form-content .checker-default::before {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 0px;
}

.call-us-form-content .select2-container--default .select2-results>.select2-results__option {
	font-size: 16px !important;
}

.select2-default-call-us {
	font-size: 14px !important;
}

.select2-default-call-us .select2-results__option {
	padding: 10px 10px;
}

.call-us-form-content .checker-default::after {
	top: 10px;
	left: 0px;
	width: 20px;
	height: 20px;
}

.call-us .checker-field.error-validate {
	color: #ffe600 !important;
}

.checker-field.error-validate~.form-required-field {
	padding-left: 40px !important;
}

.call-us input::placeholder {
	font-size: 14px;
	line-height: 24px;
}

.call-us-form-content .checker-default {
	padding-left: 40px !important;
}

.call-us-form-content .checker-field .checker-default p {
	font-size: 12px;
}

.call-us-form-content .input-field .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	font-size: 25px;
}

.call-us input {
	font-size: 14px;
}

.call-us-form-content .input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 20px;
}

.call-us-form-content .text-field {
	padding-top: 20px !important;
}

@media (max-width: 1800px) {}

@media (max-width: 1600px) {
	.call-us.call-us-active {
		height: 600px;
		width: 450px;
	}
}

@media (max-width: 1440px) {
	.call-us.call-us-active {
		height: 500px;
		width: 400px;
	}
}

@media (max-width: 1024px) {
	.call-us {

		bottom: 2rem;
	}
}

@media (max-width: 768px) {
	.call-us {
		bottom: 2rem;
		right: 2rem;
	}

	.call-us.call-us-active {
		width: calc(100% - 4rem);
		height: 75%;
	}

	.message-above-button {
		left: -100px;
	}
}

@media (max-width: 480px) {
	.call-us {
		bottom: 2rem;
		right: 2rem;

	}

	.call-us.call-us-active {
		width: calc(100% - 4rem);
		height: 75%;
	}
}

/* End Call-us */

/* Powerskills */
.powerskills-banner {
	height: 800px;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
}

.powerskills-banner h1 {
	color: #FFE600;
	font-size: 96px;
	font-weight: 700;
	line-height: 116.18px;
	text-align: left;

}

.powerskills-baner-text {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: left;

}

.powerskills-banner-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}

.powerskills-training-list {
	background-color: #2e2e38;
	color: #fff;
}

.container {
	display: block;
	position: relative;
	padding-left: 65px;
	height: 33px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	line-height: 33px;
	width: 400px;
}


.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	width: 33px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}


.container:hover input~.checkmark {
	background-color: #fff;
}


.container input:checked~.checkmark {
	background-color: #fff;
}

.powerskills-training-list-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	display: flex;
}

.powerskills-training-list-left {
	width: 35%;
	border-right-width: 1px;
	border-right-style: solid;
	border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 100%;
	padding-right: 30px;
}

.powerskills-training-list-left-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: left;
	margin-bottom: 25px;
}

.categories {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.training-box {
	width: 420px;
	height: 400px;
	background-color: #FFFFFF;
	border-radius: 11px;
}

.training-box-top img {
	border-radius: 11px;
}

.training-box-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	color: #000;
	background-color: #FFE600;
	height: 42px;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}

.powerskills-training-list-right {
	padding-left: 100px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 105px;
	column-gap: 145px;
}

.training-box-desc {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	padding: 10px 23px 0 23px;
}

.training-box-top {
	position: relative;
}

/* Powerskills */

/* thankyou page */

.actb-button-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.atcb-button {
	border-radius: 11px;
}

.thankyou-social-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 14px 0;
}

.thankyou-social-media a {
	display: flex;
	align-items: center;
}

.colored {
	color: #FFE600;
}

/* thankyou page */

.footer-nav-row {
	margin-right: 0px;
}

.slider-course .post-date {
	display: flex;
	gap: 4px;
}

.slider-courses .post-slide {
	padding-bottom: 30%;
}


.contact-with-coordinator {
	background: #2E2E38;
}

.contact-with-coordinator-container {
	/* width: 80%;
	margin-left: auto;
	margin-right: auto; */
}

.contact-with-coordinator-container-yellow-bg {
	background: #FFE600;
	display: flex;
	padding-left: 10%;
	padding-right: 10%;
	justify-content: space-between;
}

.contact-with-coordinator-container-yellow-bg-left {

	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
}

.contact-with-coordinator-container-yellow-bg-left p {
	color: #2E2E38;
	font-size: 20px;
	font-weight: 400;
	line-height: 29.05px;
	text-align: left;

}

.contact-with-coordinator-container-title {
	color: #FFE600;
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: center;
	margin-bottom: 35px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.contact-with-coordinator-container-yellow-bg-right {
	display: flex;
	gap: 40px;
}

.coordinator-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: left;
	color: #2E2E38;
}

.coordinator-position {
	font-size: 20px;
	font-weight: 400;
	line-height: 29.05px;
	text-align: left;
	color: #2E2E38;
	padding-bottom: 25px;
}

.coordinator-email,
.coordinator-phone {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
	color: #2E2E38;
}

.coordinator-content {
	padding: 25px 0;

}

.coordinator-img {
	margin-top: 25px;
}

.coordinator-img img {
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 50%;
}

.coordinator-phone i,
.coordinator-email i {
	color: #000;
	border: 1px solid #2E2E38;
	border-radius: 50%;
	padding: 5px;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	transition: 0.3s ease-out;
}

.coordinator-email {
	margin-bottom: 10px;
	transition: 0.3s ease-out;
}

.coordinator-email a,
.coordinator-phone a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.coordinator-email:hover i,
.coordinator-phone:hover i {
	color: #fff;
	background: #2E2E38;
}

@media (max-width:1200px) {
	.contact-with-coordinator-container-yellow-bg {
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media (max-width:1024px) {
	.contact-with-coordinator-container-yellow-bg {
		flex-direction: column;
	}

	.contact-with-coordinator-container-yellow-bg-left {
		width: 100%;
		padding-top: 25px;
	}
}

@media (max-width:480px) {
	.contact-with-coordinator-container-yellow-bg-right {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
	}

	.coordinator-content {
		padding-top: 10px;
	}
}