/* 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: 650px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
}

.powerskills-banner h1 {
	color: #FFE600;
	font-size: 76px;
	font-weight: 700;
	line-height: 116.18px;
	text-align: left;

}

.powerskills-baner-text {
	color: #fff;
	font-size: 26px;
	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;
}

.categories .container {
	display: block;
	position: relative;
	padding-left: 45px;
	height: 33px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	line-height: 1.5;
	width: 300px;
}


.categories .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}


.categories .container:hover input~.checkmark {
	background-color: #fff;
}


.categories .container input:checked~.checkmark {
	background-color: #fff;
}

.powerskills-training-list-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 130px;
}

.powerskills-training-list-left {
	width: 25%;
	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: 20px;
	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-wrapper {
	--spacing-x: 40px;
	--spacing-y: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: calc(var(--spacing-x) * -1);
	margin-right: calc(var(--spacing-x) * -1);
}

.training-wrapper>* {
	flex: 0 0 auto;
	padding-left: var(--spacing-x);
	padding-right: var(--spacing-x);
}

.training-wrapper>*+*+* {
	margin-top: var(--spacing-y);
}

.training-box {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
}

.training-box-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.training-box a {
	text-decoration: none;
}

.training-box-top {
	position: relative;
	background-color: gray;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	padding-bottom: 50%;
	overflow: hidden;
}

.section-list-of-trainings:not(.course-box-2) .training-box-top img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
}

.training-box-top img {
	position: absolute;

	object-position: 70% 50%;
	object-fit: cover;
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.training-box a:hover .training-box-top img,
.training-box a:focus-visible .training-box-top img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.training-box-bottom {
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	background-color: #FFFFFF;
}

.training-box-title-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #FFE600;
	padding: 10px 23px;
	overflow: hidden;
}

.training-box-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #000;
	position: relative;
	width: 100%;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

#ClearFilters {
	margin-top: 40px;
}

.powerskills-training-list-right .default-pagination {
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}

.powerskills-training-list-right {
	padding-left: 60px;
	width: 75%;
	position: relative;
}

.powerskills-training-list-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25%;
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}

.powerskills-training-list-top a {
	text-decoration: none;
}

.powerskills-training-list-top .toggleDropdownFilters {
	display: flex;
	align-items: center;
	gap: 1px;
}

.powerskills-training-list-top #ClearFilters {
	color: rgba(255, 255, 255, 0.50);
	font-weight: 400;
	margin-top: 0;
	margin-left: auto;
}

@media (max-width:991px) {

	.powerskills-training-list-top {
		gap: 20px;
	}

	.powerskills-training-list-top #ClearFilters,
	.powerskills-training-list-top .toggleDropdownFilters {
		color: rgba(255, 255, 255, 0.50);
		font-size: 12px;
	}

	.powerskills-training-list-top .toggleDropdownFilters>svg {
		display: none;
	}
}

.training-wrapper h4 {
	color: #fff;
	flex: 1 auto;
}

.training-box-desc {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	padding: 10px 23px;
	/* padding-bottom: 32px; */
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.training-box-top {
	position: relative;
}

.powerskills-contact-form {
	background-color: #2e2e38;
}

.powerskills-contact-form-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	padding-bottom: 125px;
	padding-top: 60px;
}

.powerskills-contact-form-container-content {
	width: 600px;
}

.powerskills-contact-form-container-content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 58.09px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

.powerskills-contact-form-container-content-text {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 29.05px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.powerskills-contact-form-container-with-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
	margin-top: 70px;
	position: relative;
}

.slider-powerskills .slick-slide {
	max-height: 600px;
}

@media (max-width: 767px) {
	.slider-powerskills .post-slide {
		width: 100%;
		background-position-x: center;
		border-right: 0px;
	}
}

@media (max-width: 599px) {
	.slider-powerskills .post-slide {
		width: 100%;

	}
}

.slider-powerskills .post-slide {
	padding-bottom: 33%;
}

.btn-yes {
	width: 320px;
	height: 70px;
	text-align: center;
	border-radius: 44px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background-color: #FFE600;
	color: #2E2E38;
	font-size: 28px;
	font-weight: 700;
	line-height: 70px;
	transition: 0.3s ease-in-out;
	border: 1px solid #FFE600;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: -35px;
}


.btn-no {
	width: 370px;
	height: 70px;
	text-align: center;
	border-radius: 44px;
	border: 1px solid #FFE600;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	margin-top: 70px;
}

.btn-yes:hover {
	color: #FFFFFF;
	border: 1px solid #FFE600;
	background-color: #2E2E38;
}

.btn-no:hover {
	color: #2E2E38;
	background-color: #FFE600;

}

.powerskills-form {
	width: 775px;
	border-radius: 0 0 22px 22px;
	border-right: 1px solid #FFE600;
	border-left: 1px solid #FFE600;
	border-bottom: 2px solid #FFE600;
	background-color: #FFFFFF;
	padding-top: 50px;
}

.powerskills-form-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.powerskills-form-content-text {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: center;
	margin-bottom: 30px;
}

.powerskills-form-content .input-default {
	border: 1px solid #2E2E38;
	background: #FFFFFF;
	border-radius: 11px;
	width: 290px;
	height: 46px;
	padding: 14px 21px;
	color: #000;

	font-size: 15px;
}

.powerskills-form-content input::placeholder {
	color: #0000004D;

	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;

}

.form-group-flex {
	display: flex;
	justify-content: space-between;
}

.form-group-flex .form-field {
	padding-top: 0px;
}

#PowerskillsPostsLoader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#PowerskillsPostsLoader .knowledge-base-loader-text {
	color: #fff;
}

select#solutions_subject,
.powerskills-form select#powerskills_subject,
.powerskills-form select.select2-default {
	border: 1px solid #2E2E38;
	background: #FFFFFF;
	border-radius: 11px;
	width: 290px;
	height: 46px;
	padding: 14px 21px;
	color: #0000004D;

	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;
}

.select-field {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.powerskills-form .form-submit .btn-default.large.inverted.send-contact-form {
	background: #FFE600;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	border-radius: 22px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
	border: 1px solid #FFE600;
	transition: 0.3s ease-in-out;
}

.powerskills-form .form-submit .btn-default.large.inverted.send-contact-form:hover {
	background: #000000;
	color: #FFE600;
	border: 1px solid #FFE600;
}

.radio-container {
	margin-top: 25px;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}

.radio-container .container input:checked~.checkmark {
	background-color: rgba(0, 0, 0, 1);
}

.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 50%;

}

.radio-container .container {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 28.15px;
	text-align: left;
	padding-left: 35px;
	width: 290px;
}

.powerskills-form {
	display: none;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.powerskills-form.open {
	display: block;
	opacity: 1;
	max-height: 1000px;
	transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}


.training-wrapper {
	margin: 0 auto;
}

.powerskills-training-list-left {
	transition: transform 0.3s ease-in-out;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.form-default-powerskills .input-field {
	border-radius: 11px;
}

@media (max-width:1750px) {
	.powerskills-training-list-right {
		padding-left: 30px;
		/* width: 100%; */
	}

	.powerskills-banner {
		background-size: cover;
		background-position-x: right;
	}
}

@media (max-width:1555px) {
	.categories .container {
		font-size: 18px;
		width: 320px;
	}
}

@media (max-width:1439px) {
	.powerskills-banner h1 {
		font-size: 72px;
	}

	.powerskills-baner-text {
		font-size: 22px;
	}

	.powerskills-banner {
		height: 550px;
	}

	.powerskills-banner-content,
	.powerskills-training-list-content {
		width: 85%;
	}

	.powerskills-training-list-left-title {
		font-size: 20px;
	}

	.categories .container {
		font-size: 16px;
		width: 300px;
	}

	.training-wrapper {
		--spacing-x: 30px;
		--spacing-y: 37px;
	}

	.powerskills-training-list-left {
		padding-right: 20px;
	}
}

@media (max-width:1023px) {

	.powerskills-training-list-content {
		padding-top: 30px;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.categories {
		flex-direction: row;
		overflow-x: auto;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.40);
		gap: 12px;
		padding-right: 20px;
		scroll-behavior: smooth;
	}

	.categories .container {
		font-size: 10px;
		width: auto;
		border: 1px solid #FFE600;
		padding: 4px 12px;
		height: auto;
		min-width: 90px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		transition: background .3s ease;
	}

	.categories .checkmark {
		display: none;
	}

	.powerskills-training-list-top {
		order: 1;
		padding: 0;
	}

	.powerskills-training-list-left {
		border: 0;
		padding-right: 0;
		margin-right: -20px;
		width: calc(100% + 20px);
		order: 0;
	}

	.powerskills-training-list-left-title {
		margin-top: 10px;
		color: #FFE600;
		margin-bottom: 10px;
	}

	.powerskills-training-list-right {
		padding-left: 0px;
		width: 100%;
		order: 2;
	}

	.powerskills-banner {
		height: 500px;
	}

	.powerskills-banner h1 {
		font-size: 60px;
		line-height: 70px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	}

	.powerskills-baner-text {
		font-size: 26px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	}

	.powerskills-banner-content {
		margin-bottom: 50px;
	}

	.powerskills-form {
		width: 100%;
	}

	.select-field {
		margin-top: 30px;
	}

	.form-group-flex {
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}

	.radio-container .container {
		font-size: 15px;
		width: 300px;
	}

	.powerskills-contact-form-container-content h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.powerskills-contact-form-container-content-text {
		font-size: 20px;
	}
}

@media (max-width:991px) {

	.powerskills-banner {
		background-position-x: right -70px;
		height: 600px;
	}

	.powerskills-form {
		width: 100%;
		max-width: 600px;
	}

	.form-group-flex {
		align-items: center;
		flex-direction: column;
		gap: 45px;
	}
}

@media (max-width: 767px) {
	.training-wrapper {
		--spacing-x: 16px;
		--spacing-y: 32px;
	}

	.training-box {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	.training-wrapper>*+* {
		margin-top: var(--spacing-y);
	}
}

@media (max-width:480px) {


	.powerskills-banner {
		height: 400px;
	}

	.powerskills-banner h1 {
		font-size: 40px;
		line-height: 55px;

	}

	.powerskills-baner-text {
		font-size: 22px;

	}

	.powerskills-banner-content {
		margin-bottom: 30px;
		width: 90%;
	}

	.powerskills-contact-form-container {
		width: 90%;
	}

	.btn-yes,
	.btn-no {
		width: 300px;
	}
}

@media (max-width:360px) {
	.powerskills-form-content .input-default {
		width: 250px;
	}

	.powerskills-form select.select2-default {
		width: 250px;
	}

	.radio-container .container {
		width: 250px;
	}

	.training-box-title {
		font-size: 18px;
	}
}

/* Powerskills */

/* Single Powerskills */
.single-powerskills-banner-inner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	z-index: 1;
}

.single-powerskills-banner-inner__img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background-color: gray;
	z-index: -1;
}

.single-powerskills-banner-inner__img-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.35;
	z-index: 1;
}

.single-powerskills-banner-inner__img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.single-powerskills-banner-container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.single-powerskills-banner-container-content {
	padding-top: 65px;
	padding-bottom: 65px;
	width: 60%;
}

.single-powerskills-banner-container-content h1 {
	color: #FFE600;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
	margin-bottom: 20px;
}

.single-powerskills-banner-container-text {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 45.41px;
	text-align: left;
	margin-bottom: 80px;
}

.single-powerskills-banner-container-btn {
	display: inline-flex;
	background: #2E2E38;
	border: 2px solid #FFE600;
	border-radius: 22px;
	font-size: 22px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: center;
	color: #FFE600;
	text-decoration: none;
	padding: 31px 25px;
	transition: 0.3s ease-in-out;

}

.single-powerskills-banner-container-btn:hover {
	background: #FFE600;
	border: 2px solid #2E2E38;
	color: #2E2E38;
}


.training-description {
	background-color: #2e2e38;
}

.training-description-container {

	display: flex;
}

.training-description-left {
	width: 70%;
	margin-left: 7.5%;
	padding-top: 30px;
	padding-bottom: 70px;
}

.training-description-right {
	width: 30%;
}

.title-gradient-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;

}

.title-gradient-line-up {
	border-top-width: 1px;
	border-top-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
	margin-top: 20px;
}

.training-description-container-row-title {
	color: #ffe600;
	font-size: 24px;
	font-weight: 400;
	line-height: 43.57px;
	text-align: left;
	width: fit-content;
	padding-right: 50px;

}

.training-description-container-row-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	margin-bottom: 25px;
	padding-top: 10px;
}

.training-description-container-row {
	/* width: 67%; */
	padding-right: 100px;
}

.training-description-container-row-tabs {
	margin-top: 10px;
}

.training-description-container-row-tabs .tabcontent p {
	color: #fff;
}


.training-description-container-row-tabs .tab {
	overflow: hidden;

}


.training-description-container-row-tabs .tab button,
.training-description-container-row .tab button {
	cursor: pointer;
	padding: 0px 10px;
	transition: 0.3s ease-in-out;
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: left;
	border: 0px;
	background-color: #2E2E38;
	color: #6c6c73;
	margin-right: 50px;
}

.tabcontent {
	color: #fff;
}

.training-description-container-row-tabs .tab button:hover,
.training-description-container-row .tab button:hover {
	background-color: #FFE600;
	color: #000;
}


.training-description-container-row-tabs .tab button.active,
.training-description-container-row .tab button.active {
	background-color: #FFE600;
	color: #000;
}


.training-description-container-row-tabs .tabcontent,
.training-description-container-row .tabcontent-plan {
	display: none;

	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	margin-top: 10px;

	font-size: 16px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	min-height: 100px;
	margin-bottom: 25px;
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.training-description-container-row-table-row {
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	padding: 20px 0;
}

.tabcontent .training-description-container-row-table .training-description-container-row-table-row:first-child {
	padding-top: 0 !important;
}

.training-description-container-row-table-row span {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;
}

.training-description-container-row-table-row-img img {
	max-width: 100px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	height: auto;
	object-position: top center;
}

.training-description-container-row-table-row-container {
	display: flex;
	gap: 40px;
}

.training-description-right .training-sidebar-details-text {
	font-size: 16px;
}

.training-description-right .training-sidebar-inner {
	padding: 43px 30px 20px;
}

.training-description-right.training-description-right {
	width: 25%;
}

.training-description-container-row-table-row-name {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;

}

.training-description-container-row-table-row-title {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;
	margin-bottom: 15px;
}

.training-sidebar-contact-box-img img {
	max-width: 58px;
	height: auto;
	margin-right: 20px;
	display: flex;
	border-radius: 50%;
}

.training-description-container-row-table-row-desc {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;

}

.training-description-container-info {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: left;
	margin-top: 100px;
	padding-bottom: 100px;
}

.training-description-right .training-single-sidebar {
	max-width: 100%;
	width: 100%;
}

.training-description-right .training-sidebar-details-icon {
	display: none;
}

.training-description-right .training-sidebar-details-text {
	padding-left: 0px !important;
}

@media (max-width:1440px) {
	.single-powerskills-banner-inner {
		min-height: 500px;
	}

	.single-powerskills-banner-container-content {
		width: 75%;
	}

	.single-powerskills-banner-container-text {
		line-height: 35px;
		margin-bottom: 60px;
	}

	.training-single-sidebar {
		min-width: auto;
	}

	.training-description-container-row-title {
		font-size: 24px;
	}

	.training-description-container-row-text {
		font-size: 16px;
	}

	.training-description-container-row-tabs .tabcontent {
		font-size: 16px;
	}

	.training-description-container-row-tabs .tab button {
		font-size: 22px;
	}

	.training-description-container-row-table-row {
		font-size: 16px;
	}

	.training-description-container-row-table-row span {
		font-size: 16px;
	}

	.training-description-right.training-description-right {
		width: 30%;
	}
}

@media (max-width:1024px) {
	.training-sidebar-inner {
		padding: 25px 36px 0 20px;
	}

	.training-description-right .contact-data {
		flex-direction: column;
		gap: 10px;
	}

	.single-powerskills-banner-container-btn {
		font-size: 22px;
		padding: 26px 20px;
	}

	.single-powerskills-banner-container-content {
		width: 80%;
	}

	.single-powerskills-banner-container-text {
		line-height: 32px;
		margin-bottom: 50px;
	}
}

@media (max-width:991px) {
	.training-description-container {
		flex-direction: column-reverse;

	}

	.training-description-right {
		width: 100%;
	}

	.training-description-left {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.training-description-container-row {
		padding-right: 0;

	}

	.training-description-container-row-text {
		font-size: 16px;
		line-height: 20px;
	}

	.training-description-container-row-title {
		font-size: 28px;
	}

	.training-description-container-row-tabs .tabcontent {
		font-size: 16px;
		line-height: 20px;
	}

	.training-description-container-row-tabs .tab button {
		margin-bottom: 20px;
	}

	.training-description-container-row-table-row {
		font-size: 16px;
		line-height: 20px;
	}

	.training-description-container-row-table-row span {
		font-size: 16px;
		line-height: 20px;
	}

	.training-description-container-row-table-row-img img {
		max-width: 90px;
	}

	.training-description-container-info {
		font-size: 16px;
		line-height: 20px;
	}

	.training-description-right.training-description-right {
		width: 100%;
	}

	.training-description-right .contact-data {
		flex-direction: row;
	}

	span.training-sidebar-contact-heading {
		font-size: 16px;
	}

	.training-sidebar-contact-info {
		font-size: 16px;
	}

	.single-powerskills-banner-inner__img {
		object-position: 75% 50%;
	}

}

@media (max-width:768px) {
	.single-powerskills-banner {

		height: 500px;
	}

	.single-powerskills-banner-container-content {
		width: 100%;
	}

	.single-powerskills-banner-container-content h1 {
		font-size: 32px;
		line-height: 55px;
	}

	.single-powerskills-banner-container-text {
		font-size: 20px;
		/* line-height: 38.41px; */
	}

	.single-powerskills-banner-container-btn {
		padding: 25px 20px;
	}

	.training-description-container-row-title {
		font-size: 22px;
	}

	.training-description-container-row-tabs .tab button {
		font-size: 18px;
	}
}


@media (max-width:480px) {
	.single-powerskills-banner {
		height: 400px;
	}

	.single-powerskills-banner-container-content {
		padding-top: 45px;

	}

	.single-powerskills-banner-container-content h1 {
		font-size: 24px;
		line-height: 40px;

	}

	.single-powerskills-banner-container-text {
		font-size: 18px;
		line-height: 28.41px;
		margin-bottom: 30px;
		text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	}

	.single-powerskills-banner-container-btn {
		padding: 20px 15px;
	}



	.training-description-container-row-table-row-container {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.training-box-desc {

		-webkit-line-clamp: 9;
		line-clamp: 9;
	}


}

@media (max-width:360px) {

	.training-box-desc {

		-webkit-line-clamp: 9;
		line-clamp: 9;
	}

	.single-powerskills-banner-container-content h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.single-powerskills-banner-container-text {
		font-size: 16px;
	}
}

.training-description-right .scrolley-holder {
	margin-right: 0px !important;
}




/* Single 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;
}

.knowledge-base-search-section-wrapper {
	max-width: 100%;
}

/* Speaker as service section */
.speaker-as-service {
	background-color: #2e2e38;
	color: #FFFFFF;
}

.speaker-as-service__hero {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	min-height: 560px;
	z-index: 1;
}

.speaker-as-service__hero-img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	z-index: -1;
}

.speaker-as-service__hero-content__wrap {
	position: relative;
	padding-top: 86px;
	padding-bottom: 56px;
	z-index: 1;
}

.speaker-as-service__hero-content__wrap::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(46, 46, 56, 0) 0%, rgba(46, 46, 56, 1) 100%);
	z-index: -1;
}

.speaker-as-service__hero-content {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 720px;
}

.speaker-as-service__hero-heading {
	color: #FFE600;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 16px;
}

.speaker-as-service__hero-desc {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

.speaker-as-service__blocks-wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 56px;
	padding-bottom: 56px;
	overflow: hidden;
	z-index: 1;
}

.speaker-as-service__blocks-decor {
	content: '';
	position: absolute;
	min-width: 33.85416666%;
	max-width: 33.85416666%;
	width: 33.85416666%;
	aspect-ratio: 640 / 540;
	z-index: -1;
}

.speaker-as-service__blocks-decor.first {
	top: 0;
	right: 0;
	object-position: right;
	-webkit-transform: translateX(21.875%);
	transform: translateX(21.875%);
}

.speaker-as-service__blocks-decor.second {
	top: 40.32258064%;
	left: 0;
	object-position: right;
	-webkit-transform: translateX(-35.15625%);
	transform: translateX(-35.15625%);
}

.speaker-as-service__above-blocks-inner,
.speaker-as-service__under-blocks-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	max-width: 767px;
}

.speaker-as-service__under-blocks-inner {
	margin-left: auto;
}

.speaker-as-service__above-blocks-heading,
.speaker-as-service__under-blocks-heading {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.33333333;
}

.speaker-as-service__above-blocks-content,
.speaker-as-service__under-blocks-content {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.speaker-as-service__above-blocks-content ul,
.speaker-as-service__under-blocks-content ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	font-weight: 300;
	list-style-type: none;
	padding: 0;
	padding-left: 18px;
	margin: 0;
}

.speaker-as-service__above-blocks-content ul li,
.speaker-as-service__under-blocks-content ul li {
	position: relative;
}

.speaker-as-service__above-blocks-content ul li::before,
.speaker-as-service__under-blocks-content ul li::before {
	content: '';
	position: absolute;
	top: 0.9ch;
	left: -12px;
	height: 0;
	width: 0;
	border-color: transparent #FFFFFF;
	border-style: solid;
	border-width: 0.3em 0 0.3em 0.35em;
}

.speaker-as-service__blocks {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-top: 56px;
	padding-bottom: 56px;
}

.speaker-as-service__blocks-heading {
	color: #FFE633;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.33333333;
}

.speaker-as-service__blocks-array {
	display: -webkit-grid;
	display: grid;
	-webkit-grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}

.speaker-as-service__block {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: transparent;
	border: 4px solid #F6F5FB;
	aspect-ratio: 400 / 176;
	padding: 20px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.speaker-as-service__block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	z-index: -1;
}

.speaker-as-service__block-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

.speaker-as-service__block-img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	z-index: -2;
}

.speaker-as-service__block:hover::before,
.speaker-as-service__block:focus-visible::before {
	opacity: 0.8;
}

.speaker-as-service__block:hover .speaker-as-service__block-img,
.speaker-as-service__block:focus-visible .speaker-as-service__block-img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

@media (max-width: 1199px) {
	.speaker-as-service__blocks-wrap {
		padding-top: 156px;
		padding-bottom: 156px;
	}

	.speaker-as-service__blocks-decor {
		min-width: 0;
		max-width: 100%;
		width: auto;
		min-height: 100px;
		max-height: 100px;
		height: 100px;
	}

	.speaker-as-service__blocks-decor.second {
		top: initial;
		bottom: 0;
		left: 0;
	}

	.speaker-as-service__blocks-array {
		-webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 16px;
	}
}

/* Speaker as service section end */

/* Speaker as service form section */
.speaker-as-service__form-section,
.speaker-as-service__form-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.speaker-as-service__form-section {
	position: relative;
	background-color: #2e2e38;
	padding-top: 56px;
	padding-bottom: 56px;
}

.speaker-as-service__form-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 1px;
	max-height: 1px;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(255, 230, 0, 0.00) 0%, #FFE600 53.08%, rgba(255, 230, 0, 0.00) 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.speaker-as-service__form-wrap {
	gap: 40px;
	max-width: 775px;
	width: 100%;
	margin: 0 auto;
}

.speaker-as-service__form-texts {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	text-align: center;
}

.speaker-as-service__form-heading {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.33333333;
}

.speaker-as-service__form-highlight {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.125;
}

.speaker-as-service__form-desc {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.28571428;
}

.speaker-as-service__form {
	--double-gap: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 0px 0px 22px 22px;
	border: 1px solid #FFE600;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 40px 88.5px;
}

.speaker-as-service__form-heading-inner {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.28571428;
}

.speaker-as-service__form-fields-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	border: none;
	padding: 0;
	margin: 0;
}

.speaker-as-service__form-fields__double {
	display: -webkit-grid;
	display: grid;
	-webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--double-gap);
}

.speaker-as-service__form-input-wrap.fifty {
	min-width: calc(50% - calc(var(--double-gap) / 2));
	max-width: calc(50% - calc(var(--double-gap) / 2));
	width: calc(50% - calc(var(--double-gap) / 2));
	margin-left: auto;
	margin-right: auto;
}

.speaker-as-service__form-input {
	outline: none;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	color: #505050;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.28571428;
	border: 1px solid #2E2E38;
	border-radius: 11px;
	padding: 12px 16px;
	-webkit-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
}

.speaker-as-service__form-input-wrap-standard.error .speaker-as-service__form-input {
	color: red;
	border-color: red;
}

.speaker-as-service__form-input-subwrap-standard {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

textarea.speaker-as-service__form-input {
	min-height: 160px;
	max-height: 160px;
	height: 160px;
	padding: 20px;
	resize: none;
}

.speaker-as-service__form-input__char-counter {
	color: rgba(0, 0, 0, 0.30);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.21;
	margin-left: auto;
	margin-top: 5.75px;
}

.speaker-as-service__form-input-wrap-standard.error .speaker-as-service__form-input__char-counter {
	color: red;
}

.speaker-as-service__form-consents-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.speaker-as-service__form-form-checkbox {
	position: relative;
}

.speaker-as-service__form-form-checkbox .speaker-as-service__form-input {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1px;
	max-width: 1px;
	width: 1px;
	min-height: 1px;
	max-height: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}

.speaker-as-service__form-checkbox-label {
	--checkbox-size: 20px;
	--checkbox-inner-spacing: 16px;
	position: relative;
	display: block;
	color: #505050;
	font-size: 14px;
	font-weight: 300;
	line-height: var(--checkbox-size);
	text-align: left;
	padding-left: calc(var(--checkbox-size) + var(--checkbox-inner-spacing));
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	user-select: none;
	z-index: 1;
}

.speaker-as-service__form-checkbox-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	min-width: var(--checkbox-size);
	max-width: var(--checkbox-size);
	width: var(--checkbox-size);
	aspect-ratio: 1/1;
	background-color: #fff;
	color: inherit;
	border-radius: 50%;
	border: 1px solid currentColor;
	-webkit-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
	z-index: 1;
}

.speaker-as-service__form-checkbox-label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: var(--checkbox-size);
	height: var(--checkbox-size);
	background: url(../images/checker-checkmark.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 2;
}

.speaker-as-service__form-form-checkbox .speaker-as-service__form-input:checked+.speaker-as-service__form-checkbox-label::after {
	opacity: 1;
}

.speaker-as-service__form-input-wrap-standard.error .speaker-as-service__form-checkbox-label {
	color: red;
}

.speaker-as-service__form-submit-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.speaker-as-service__form-submit-btn {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background-color: #FFE600;
	color: #2E2E38;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.125;
	border-radius: 44px;
	padding: 12px 87.5px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.speaker-as-service__form-submit-btn:hover,
.speaker-as-service__form-submit-btn:focus-visible {
	opacity: 0.8;
}

.speaker-as-service__form-submit-btn[disabled=disabled] {
	-webkit-filter: grayscale();
	filter: grayscale();
	opacity: 0.5;
	pointer-events: none;
}

.speaker-as-service__form-response-message {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.speaker-as-service__form-response-message:not(.active) {
	display: none;
}

.speaker-as-service__form-response-message.error {
	color: red;
}

.speaker-as-service__form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #505050;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.28571428;
	text-align: left;
	white-space: break-spaces;
}

.speaker-as-service__form .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	color: #FFE600;
}

.speaker-as-service__form .select2-container--default .select2-selection--single {
	border-radius: 11px;
	border: 1px solid #2E2E38;
}

.speaker-as-service__form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 12px 50px 12px 16px;
}

.speaker-as-service__form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	background-color: transparent;
}

.select2-default-dropdown .select2-results__option {
	word-break: break-all;
	hyphens: auto;
}

.speaker-as-service__form-contact-people {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	max-width: 320px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.speaker-as-service__form-contact-person,
.speaker-as-service__form-contact-person-inner {
	display: -webkit-flex;
	display: flex;
}

.speaker-as-service__form-contact-person-photo__wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 56px;
	max-width: 56px;
	width: 56px;
	min-height: 56px;
	max-height: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #747480;
	margin-right: 16px;
	overflow: hidden;
}

.speaker-as-service__form-contact-person-photo {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.speaker-as-service__form-contact-person-info_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.speaker-as-service__form-contact-person-names,
.speaker-as-service__form-contact-person-role,
.speaker-as-service__form-contact-person-phone {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.2;
}

.speaker-as-service__form-contact-person-names {
	font-weight: 700;
}

.speaker-as-service__form-contact-person-phone {
	line-height: 1.71428571;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.speaker-as-service__form-contact-person-phone:hover,
.speaker-as-service__form-contact-person-phone:focus-visible {
	opacity: 0.8;
}

@media (max-width: 1199px) {
	.speaker-as-service__form {
		padding: 20px 30px;
	}

	.speaker-as-service__form-fields__double {
		-webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.speaker-as-service__form-input-wrap.fifty {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
}

/* Speaker as service form section end */

/* Modal slider component */
.modal-slider__component {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-top: 32px;
}

.modal-slider__loader-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background-color: #2e2e38;
	z-index: 1;
}

.modal-slider__component.is-modal-slider-init .modal-slider__loader-wrap {
	display: none;
}

.modal-slider__loader-wrap .lds-ring {
	display: inline-block;
	position: relative;
	width: 164px;
	height: 164px;
}

.modal-slider__loader-wrap .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	margin: 18px;
	border: 8px solid #1A1A24;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #1A1A24 #1A1A24 #C4C4CC #C4C4CC;
}

.modal-slider__loader-wrap .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.modal-slider__loader-wrap .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.modal-slider__loader-wrap .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

.modal-slider__prewrap {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.modal-slider__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
}

.modal-slider__slide-inner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom: 56.25%;
	background-color: gray;
}

.modal-slider__slide-content {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.modal-slider__arrows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	gap: 32px;
}

.modal-slider__arrow {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: -webkit-flex;
	display: flex;
	min-width: 64px;
	max-width: 64px;
	width: 64px;
	aspect-ratio: 1 / 1;
	background-color: transparent;
	border: none;
	border-radius: 0;
	outline: unset;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.modal-slider__arrow.slick-disabled {
	-webkit-filter: grayscale();
	filter: grayscale();
	opacity: 0.3;
	pointer-events: none;
}

.modal-slider__arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 32px;
	max-width: 32px;
	width: 32px;
	min-height: 18.29px;
	max-height: 18.29px;
	height: 18.29px;
	background-image: url(../images/arrow-white_right.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-slider__arrow.prev::after {
	-webkit-transform: translate(-50%, -50%) rotateZ(180deg);
	transform: translate(-50%, -50%) rotateZ(180deg);
}

/* Modal slider component end */

.call-us-thankyou h4 {
	color: #fff;
	text-align: center;
	padding: 16px;
}

.powerskills-thankyou h4 {
	text-align: center;
	padding: 16px;
}

#call-us-id.thankyou.call-us-active {
	height: 200px;
}

@media (max-width:1199px) {
	body.single-powerskills #call-us-id {
		display: none;
	}
}

.box-badges {
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.box-badges .badge-single {
	color: #fff;
	background-color: #2e2e38;
	padding: 2px 12px;
	font-size: 14px;
	border-radius: 7px;
}

/* powerskills 2 */
.text-and-two-columns,
.box-on-image {
	background-color: #2e2e38;
}

.text-and-two-columns-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	/* align-items: center; */
}

.text-and-two-columns .columns-container+.features-description {
	margin-top: 40px;
}

.text-and-two-columns .features-description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24.2px;
}

.text-and-two-columns-container-text {
	font-size: 24px;
	font-weight: 400;
	line-height: 30.73px;
	text-align: center;
	width: 75%;
	margin: 0 auto 40px;
}

.gradient-from-center {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

.text-and-two-columns-container-column-header {
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: center;
	color: #FFE600;
	margin-bottom: 10px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: end;
}

.text-and-two-columns-container-column-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
}

.columns-container {
	display: flex;
	justify-content: space-between;
}

.text-and-two-columns-container-column {
	width: 45%;
}

.text-and-three-columns-container-column {
	width: 25%;
}

@media (max-width:1024px) {
	.text-and-two-columns-container-text {
		width: 75%;
	}
}

@media (max-width:768px) {
	.columns-container {
		flex-direction: column;
		gap: 25px;
	}

	.text-and-two-columns-container-column {
		width: 100%;
	}

	.text-and-two-columns-container-text {
		font-size: 20px;
		width: 100%;
	}

	.text-and-two-columns-container {
		width: 90%;
	}
}

@media (max-width:480px) {
	.text-and-two-columns-container {
		padding-top: 150px;
	}
}

.box-on-image {
	max-height: 650px;
	background-position: contain;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: top 40%;
	overflow: hidden;
}

.box-on-image-container {
	display: flex;
	height: 100%;
}



.box-on-image-container-box-tile {
	font-size: 20px;
	font-weight: 700;
	line-height: 34.73px;
	text-align: left;
	color: #FFE600;
	/* position: relative;
	z-index: 3; */
	padding-top: 300px;
}

.box-on-image-container-box-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
	padding-bottom: 100px;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	/* position: relative;
	z-index: 3; */
}

.box-on-image-container-box {
	border-right: 1px solid #FFE600;
	/* position: relative;
	z-index: 1; */
	display: flex;
	flex-direction: column;
	height: auto;
	align-items: center;
	background: #0000006e;
	transition: background 0.3s ease-out;
	/* opacity: 0.25; */
	width: 20%;
	flex: 1 auto;
}

.box-on-image-container-box:hover .box-on-image-container-box-text {
	opacity: 1;
}

.box-on-image-container-box:hover {
	background: #0000009a;
}

/* .box-on-image-container-box::before {
	content: "";
	position: absolute;
	background: #000;
	opacity: 0.25;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
} */

.box-on-image-container-box:last-child {
	border-right: 0px solid #FFE600;
}

@media (max-width:1440px) {
	.box-on-image-container-box-text {

		padding-left: 25px;
		padding-right: 25px;
		padding-top: 15px;
		padding-bottom: 50px;

	}
}

@media (max-width:1024px) {
	.box-on-image-container-box {
		width: 50%;
	}

	.box-on-image-container-box:first-child {
		border-bottom: 1px solid #FFE600;
	}

	.box-on-image-container-box:nth-child(2) {
		border-bottom: 1px solid #FFE600;
	}

	.box-on-image-container {
		flex-wrap: wrap;
	}

	.box-on-image-container-box-tile {
		padding-top: 50px;
	}
}

@media (max-width:991px) {
	.box-on-image {
		background-image: unset !important;
		max-height: unset;
	}

	.box-on-image-container-box {
		background: #2e2e38;
		border: 1px solid #FFE600;
	}

	.box-on-image-container-box-text {
		opacity: 1;
	}

	.box-on-image-container-box:hover {
		background: #2e2e38;
	}

	.box-on-image-container-box:last-child {
		border-right: 1px solid #FFE600;
	}
}

@media (max-width:768px) {
	.box-on-image-container {
		flex-direction: column;
	}

	.box-on-image-container-box {
		width: 100%;
	}

	.box-on-image-container-box-tile {
		padding-top: 25px;
	}

	.box-on-image-container-box-text {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.cta-yellow-background {
	background: #FFE600;
}

.cta-yellow-background-container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.cta-yellow-background-container-title {
	padding-top: 25px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30.73px;
	text-align: center;
	color: #2A2A2A;
}

.cta-yellow-background-container-text {
	color: #2A2A2A;
	font-size: 18px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: center;
	padding-bottom: 15px;
}

.black-btn {
	background: #2E2E38;
	border: 2px solid #FFE600;
	color: #FFE600;
	font-size: 20px;
	font-weight: 400;
	line-height: 29.05px;
	text-align: center;
	padding: 10px 25px;
	border-radius: 22px;
	text-decoration: none;
	transition: 0.3s ease-out;
}

.black-btn:hover {
	background: #FFE600;
	border: 2px solid #2E2E38;
	color: #2E2E38;
}

.btn-container {
	padding-bottom: 25px;
	display: flex;
	justify-content: center;
}

@media (max-width:991px) {
	.cta-yellow-background-container {
		width: 75%;
	}
}

@media (max-width:768px) {
	.cta-yellow-background-container {
		width: 80%;
	}
}

@media (max-width:480px) {
	.cta-yellow-background-container {
		width: 90%;
	}
}

.our-mentors {
	background: #2E2E38;
}

.our-mentors-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

.our-mentors-container-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: center;
	color: #FFE600;
	/* margin-bottom: 50px; */
	padding-top: 50px;
}

.mentors-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mentor-box {
	background: #fff;
	border-radius: 11px;
	max-width: 450px;
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-top: 130px;
	text-decoration: none;
}

.mentor-img {
	position: absolute;
	top: -35%;
}

.mentor-img img,
.coordinator-img img {
	border-radius: 50%;
	width: 150px;
	height: auto;
}

.mentor-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: center;
	color: #2E2E38;
	padding-top: 95px;
}

.mentor-desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 15.73px;
	text-align: center;
	padding: 10px 40px 30px 40px;
}

@media (max-width:1440px) {
	.mentor-box {

		max-width: 400px;
		width: 30%;

	}
}

@media (max-width:1300px) {
	.mentor-box {

		max-width: 450px;
		width: 45%;

	}
}

@media (max-width:768px) {
	.mentor-box {

		max-width: unset;
		width: 100%;

	}
}

.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-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,
.coordinator-phone:hover {
	color: #fff;
} */

.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;
	}
}



.cta-yellow-background-container.powerskills-3 {
	width: 75%;
	align-items: center;
}

.cta-yellow-background-container-text.powerskills-3 {
	width: 70%;
}

@media (max-width:1440px) {
	.text-and-two-columns-container-text {
		width: 100%;
	}

	.text-and-three-columns-container-column {
		width: 30%;
	}
}

@media (max-width:1024px) {
	.cta-yellow-background-container.powerskills-3 {
		width: 90%;
	}

	.cta-yellow-background-container-text.powerskills-3 {
		width: 100%;
	}

	.text-and-two-columns-container-column {
		width: 100%;
	}

	.text-and-three-columns-container-column {
		width: 100%;
	}

	.columns-container {
		flex-direction: column;
	}


	.text-and-two-columns-container-column-text ul {
		padding-left: 0px;
	}
}

.section-box-with-mask-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	background: #2E2E38;
}

.section-box-with-mask-container-box {
	/* filter: blur(10px);
	-webkit-filter: blur(10px); */
	max-height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #FFE600;
	cursor: pointer;

}

.section-box-with-mask-container-box-mask {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 150px;
	padding-bottom: 100px;
	backdrop-filter: blur(5px);
	transition: 0.3s ease-out;
}

.section-box-with-mask-container-box-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 29.05px;
	text-align: center;

	/* filter: blur(0px); */
}

.section-box-with-mask-container-box-text {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: center;
	margin: 0 35px;
	opacity: 0;
	transition: 0.3s ease-out;
}

.section-box-with-mask-modal-content-title {
	color: #FFE600;
	font-size: 24px;
	font-weight: 700;
	line-height: 38.73px;
	text-align: left;
	padding-right: 25px;
}

.section-box-with-mask-modal-content-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 10px;
}

.section-box-with-mask-container-box:hover .section-box-with-mask-container-box-text {
	opacity: 1;
}

.section-box-with-mask-container-box:hover .section-box-with-mask-container-box-mask {
	backdrop-filter: blur(0px);
	background: rgba(0, 0, 0, 0.6);
}

@media (max-width:1440px) {
	.section-box-with-mask-container {
		grid-template-columns: repeat(4, 1fr);
	}

}

@media (max-width:1024px) {
	.section-box-with-mask-container {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (max-width:991px) {}

@media (max-width:768px) {
	.section-box-with-mask-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.section-box-with-mask-container-box-text {
		margin: 0px 20px;
	}
}

@media (max-width:480px) {
	.section-box-with-mask-container {
		grid-template-columns: repeat(1, 1fr);
	}


}

.section-box-with-mask-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 100000;
	/* Sit on top */
	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.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.section-box-with-mask-modal-content {
	background-color: #2E2E38;
	margin: 5% auto;
	padding: 20px;
	/* border: 1px solid #888; */
	width: 80%;
}

/* The Close Button */
.section-box-with-mask-close {
	color: #FFF;
	float: right;
	font-size: 50px;
	font-weight: bold;
	transition: 0.3s ease-out;
}

.section-box-with-mask-close:hover,
.section-box-with-mask-close:focus {
	transform: rotate(90deg);
}

.modal-content-top {
	padding: 40px 80px 30px 80px;
}

.modal-content-bottom {
	display: flex;
	padding: 0px 80px 100px 80px;
	justify-content: space-between;
}

.modal-content-bottom-left,
.modal-content-bottom-right {
	width: 45%;
}

.section-box-with-mask-modal-content-text ul {
	padding-left: 20px;
	margin: 10px 0;
}

.section-box-with-mask-modal-content-title.title-gradient-line {
	width: fit-content;
}

.section-box-with-mask-close {
	cursor: pointer;
}

@media (max-width:1440px) {
	.section-box-with-mask-modal-content {
		width: 90%;
	}

	.modal-content-top {
		padding: 40px 50px 30px 50px;
	}

	.modal-content-bottom {
		padding: 0px 50px 100px 50px;
	}
}

@media (max-width:991px) {
	.modal-content-bottom {
		flex-direction: column;
		gap: 25px;
	}

	.modal-content-bottom-left,
	.modal-content-bottom-right {
		width: 100%;
	}
}

@media (max-width:768px) {
	.modal-content-top {
		padding: 40px 25px 30px 25px;
	}

	.modal-content-bottom {
		padding: 0px 25px 50px 25px;
	}
}

@media (max-width:480px) {
	.section-box-with-mask-modal-content {
		width: 95%;
	}

	.modal-content-top {
		padding: 40px 10px 30px 10px;
	}

	.modal-content-bottom {
		padding: 0px 10px 50px 10px;
	}

	.section-box-with-mask-modal-content-text {
		font-size: 16px;
	}

	.section-box-with-mask-modal-content-title {
		font-size: 20px;
	}
}

.form-tests-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.form-tests-wrapper .tests-select {
	width: 80%;
}

.form-tests-wrapper .tests-input {
	width: 20%;
}

.form-tests-wrapper input::-webkit-outer-spin-button,
.form-tests-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-tests-wrapper input[type=number] {
	-moz-appearance: textfield;
}


.dev-path-component.inhouse-course .component-details img.component-thumb {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.training-single.inhouse-course .training-single-content {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

.powerskills-category-description h3 {
	margin-bottom: 20px;
}

.applyPowerskillsFilters {
	display: none;
	margin-top: 20px;
	text-decoration: underline;
	cursor: pointer;
}

@media(max-width:1024px) {
	.applyPowerskillsFilters {
		display: flex;
	}
}




/* CONFERENCES MODAL SPEAKER */
.modal-speaker .modal-flex {
	min-height: auto;
	height: 100%;
}

.modal-speaker .modal-dialog {
	max-width: 1740px;
	width: 100%;
	height: calc(100% - 120px);
	padding: 0 60px;
	margin: 0;
}

.modal-speaker .modal-content {
	height: 100%;
	min-height: 450px;
	background: #fff;
	color: #2E2E38;
	margin-bottom: 60px;
}

.modal-speaker .modal-close {
	width: 36px;
	height: 36px;
}

.modal-speaker .modal-close:before,
.modal-speaker .modal-close:after {
	width: 24px;
	border-bottom: 4px solid #2E2E38;
}

.modal-speaker-grid {
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.modal-speaker-aside {
	min-width: 450px;
	max-width: 450px;
	width: 450px;
	padding: 90px;
}

.modal-speaker-avatar {
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	padding-bottom: 100%;
}

.modal-speaker-main {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 90px 300px 81px 0;
}

.modal-speaker-heading {
	display: -webkit-flex;
	display: flex;
}

.modal-speaker-name {
	font-size: 64px;
	letter-spacing: .64px;
	line-height: 78px;
}

.modal-speaker-social {
	padding-left: 45px;
	margin-top: 10px;
}

.modal-speaker-social .social-media {
	-webkit-justify-content: stretch;
	justify-content: stretch;
	margin-top: 0;
}

.modal-speaker-role {
	color: #747480;
	font-size: 20px;
	letter-spacing: .2px;
	line-height: 28px;
	margin-top: 12px;
}

.modal-speaker-content {
	letter-spacing: .2px;
	padding-top: 14px;
}

.modal-speaker-content p {
	margin-top: 31px;
}

.modal-speaker-content ul,
.modal-speaker-content ol {
	list-style: none;
	padding: 0;
	margin: 31px 0 0;
}

.modal-speaker-content ol {
	counter-reset: modalspeaker-counter;
}

.modal-speaker-content ul>li,
.modal-speaker-content ol>li {
	position: relative;
	padding-left: 30px;
}

.modal-speaker-content ol>li {
	counter-increment: modalspeaker-counter;
}

.modal-speaker-content ul>li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #2E2E38;
	border-radius: 50%;
}

.modal-speaker-content ol>li:before {
	content: counter(modalspeaker-counter) '.';
	position: absolute;
	top: 0;
	left: 0;
}

.modal-speaker.modal-partner .modal-speaker-avatar {
	background-size: contain;
	border-radius: 0;
	background-repeat: no-repeat;
	padding-bottom: 45%;
}


.single-powerskills-video-wrapper {
	position: absolute;
	left: 73%;
	top: 80%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	text-align: center;
}

.single-powerskills-video-btn {
	border-radius: 50%;
	display: flex;
	align-items: center;
}

.single-powerskills-video-btn svg {
	border: 1px solid #ffe600;
	border-radius: 50%;
	max-width: 64px;
	height: auto;
}

.single-powerskills-video-btn .a {
	fill: #2e2e38;
	stroke: #505055;
	transition: fill .3s ease, stroke .3s ease;
}

.single-powerskills-video-btn .b {
	fill: #f6f5fb;
	transition: fill .3s ease;
}

.single-powerskills-video-btn .c,
.single-powerskills-video-btn .d {
	stroke: none;
}

.single-powerskills-video-btn .d {
	fill: #505055;
	transition: fill .3s ease;
}


.single-powerskills-video-btn:hover .a {
	fill: #f6f5fb;
	stroke: #505055;
}

.single-powerskills-video-btn:hover .b {
	fill: #2e2e38;
}


.single-powerskills-video-btn:hover .d {
	fill: #505055;
}

.modal-video-wrapper {
	padding: 40px 0 0;
}

.modal-video .modal-content {
	padding: 40px;
}

.modal-video .modal-dialog {
	max-width: 1040px;
	width: 100%;
}

@media (max-width:991px) {
	.single-powerskills-video-wrapper {
		position: absolute;
		left: 50%;
		top: 75%;
		transform: translateX(-50%);
		width: 100%;
	}
}



/* CONFERENCES SPEAKERS */
.powerskills-speakers {
	background-color: #2E2E38;
	color: #fff;
	padding: 50px 80px 50px 0;
}

.powerskills-speakers h3,
.powerskills-speakers h4 {
	color: #fff;
}

.powerskills-speakers-wrapper {
	padding-top: 13px;
	margin-bottom: -13px;
}

.powerskills-speakers-sliderOuter {
	position: relative;
	-webkit-transition: padding .5s ease;
	transition: padding .5s ease;
	z-index: 1;
}

.powerskills-speakers-sliderOuter .slick-arrow {
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-image: url(../images/conferences/slider-arrow_icon-white.png);
	background-size: 43px 25px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	padding: 0;
	-webkit-transition: left .5s ease, right .5s ease, opacity .3s ease;
	transition: left .5s ease, right .5s ease, opacity .3s ease;
	cursor: pointer;
	z-index: 1;
}

.powerskills-speakers-sliderOuter .slick-arrow.slick-prev {
	left: -80px;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
}

.powerskills-speakers-sliderOuter .slick-arrow.slick-next {
	right: -80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.powerskills-speakers-sliderOuter .slick-arrow.slick-disabled {
	opacity: 0;
	pointer-events: none;
}

.powerskills-speakers-grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.powerskills-speakers-grid>div {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
	padding: 0 15px;
}

.powerskills-speaker {
	display: -webkit-flex;
	display: flex;
	padding-top: 35px;
}

.powerskills-speaker-avatar {
	min-width: 100px;
	max-width: 100px;
	width: 100px;
}

.powerskills-speaker-avatar>.avatar-inner {
	/* background-color: #F6F5FB; */
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	overflow: hidden;
	padding-bottom: 98.33333333%;
}

.powerskills-speaker-avatar>.avatar-inner.no-avatar {
	border: 1px solid #FFF200;
}

.powerskills-speaker-details {
	min-height: 131px;
	color: #c0c0c0;
	line-height: 30px;
	padding-top: 0;
	padding-left: 30px;
	padding-right: 20px;
}

.powerskills-speaker-details p {
	font-size: 15px;
}

.conference-speaker-name {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px;
	color: #fff;
}

.conference-speaker-name a {
	position: relative;
	text-decoration: none;
}

.conference-speaker-name a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #2E2E38;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.conference-speaker-name a:hover:before,
.conference-speaker-name a:focus:before {
	opacity: 1;
}

@media (max-width:1366px) {
	.powerskills-speakers {
		padding: 40px 40px 40px 0;
	}

	.powerskills-speakers-sliderOuter .slick-arrow.slick-prev {
		left: -80px;
	}

	.powerskills-speakers-sliderOuter .slick-arrow.slick-next {
		right: -50px;
	}
}

@media (max-width:991px) {

	.powerskills-speakers-sliderOuter .slick-arrow.slick-prev,
	.powerskills-speakers-sliderOuter .slick-arrow.slick-next {
		top: 100%;
	}

	.powerskills-speakers-sliderOuter .slick-arrow.slick-prev {
		left: -40px;
	}

	.powerskills-speakers-sliderOuter .slick-arrow.slick-next {
		right: -40px;
	}
}

@media (max-width:768px) {
	.powerskills-speakers {
		padding: 40px 0;
	}

	.powerskills-speakers-sliderOuter {
		padding-left: 0;
	}

	.powerskills-speaker-details {
		padding-top: 0;
		padding-left: 30px;
	}

	.powerskills-speaker-avatar {
		min-width: 64px;
		max-width: 64px;
		width: 64px;
	}

	.powerskills-speakers-sliderOuter .slick-arrow.slick-prev {
		left: -20px;
	}

	.powerskills-speakers-sliderOuter .slick-arrow.slick-next {
		right: -20px;
	}
}

.box-badges.bf-badges {
	left: auto;
	right: 10px;
	text-align: right;
	align-items: flex-end;
}

.box-badges.bf-badges .badge-single.badge-bf {
	background-color: #E62037;
	color: #fff;
}

/* rozwiazania dla firm */

.section-solutions-for-companies,
.section-inhouse-training {
	border-bottom: 2px solid #FFE600;
	scroll-behavior: smooth;
}

.solutions-for-companies-container {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	z-index: 1;
}


.solutions-for-companies-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background-color: #2e2e38;
	z-index: -1;
}

.solutions-for-companies-img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	object-position: 100% 65%;
	object-fit: cover;
	filter: blur(8px);
}

.solutions-for-companies-img-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background: linear-gradient(0deg, #2E2E38 10.29%, rgba(46, 46, 56, 0.487498) 61.27%, rgba(46, 46, 56, 0) 93.11%);
	opacity: 0.95;
	z-index: 1;
}

.section-bg-img-title-text {
	background-color: #2E2E38;
}

.section-bg-img-title-text .solutions-for-companies-img-mask {
	opacity: 1;
}


.solutions-for-companies-content {
	width: 60%;
	margin: 0 auto;
	padding-top: 115px;
}

.solutions-for-companies-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48.41px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
}

.solutions-for-companies-content p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;

}

.solutions-for-companies-arrow-down {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

@media (max-width:1440px) {
	.solutions-for-companies-content {
		width: 75%;
		margin: 0 auto;
		padding-top: 100px;
	}
}

@media (max-width:1024px) {}

@media (max-width:991px) {
	.solutions-for-companies-content {
		width: 85%;
	}

	.solutions-for-companies-img {

		object-position: center;

	}
}

@media (max-width:768px) {
	.solutions-for-companies-content h2 {
		font-size: 36px;

	}

	.solutions-for-companies-content p {
		font-size: 18px;

	}

	.solutions-for-companies-arrow-down {

		margin-top: 40px;
	}

}

@media (max-width:480px) {
	.solutions-for-companies-content {
		width: 90%;
	}

	.solutions-for-companies-content h2 {
		font-size: 28px;

	}

	.solutions-for-companies-content p {
		font-size: 16px;

	}

}

@media (max-width:360px) {}


.section-inhouse-training-container,
.section-bg-img-title-text-container {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 800px;
	overflow: hidden;
	z-index: 1;
}


.section-inhouse-training-bg-img,
.section-bg-img-title-text-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	/* min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%; */
	background-color: #2e2e38;
	z-index: -1;
}

.section-inhouse-training-img,
.section-bg-img-title-text-img {
	/* min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%; */
	object-position: center;
	object-fit: cover;
}

.section-inhouse-training-img-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background: linear-gradient(90.1deg, #000000 0.08%, rgba(0, 0, 0, 0.25) 45.5%, rgba(0, 0, 0, 0) 75.77%);
	opacity: 0.95;
	z-index: 1;
}

.section-inhouse-training-img-mask-left-wide {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background: linear-gradient(90.55deg, #2E2E38 0.45%, rgba(46, 46, 56, 0.75) 34.35%, rgba(46, 46, 56, 0) 99.53%);
	opacity: 0.95;
	z-index: 1;
}

.section-bg-img-title-text .section-inhouse-training-img-mask-left-wide {
	opacity: 1;
}

.section-inhouse-training {
	position: relative;
	padding-top: 110px;
	margin-top: -110px;
}

.section-inhouse-training-content-container,
.section-bg-img-title-text-content-container {
	width: 80%;
	margin: 0 auto;
}

.section-inhouse-training-content {
	width: 50%;
}

.section-inhouse-training-content h2 {
	margin-top: 115px;
	font-size: 40px;
	font-weight: 700;
	line-height: 48.41px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
}

.section-inhouse-training-content-text {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	width: 75%;
}

.solutions-for-companies-btn {
	display: inline-flex;
	background: #2E2E38;
	border: 2px solid #FFE600;
	border-radius: 22px;
	font-size: 22px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: center;
	color: #FFE600;
	text-decoration: none;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	margin-top: 100px;
	margin-bottom: 50px;
}

.solutions-for-companies-btn:hover {
	background: #FFE600;
	border: 2px solid #2E2E38;
	color: #2E2E38;
}

@media (max-width:1440px) {
	.section-inhouse-training-container {

		min-height: 700px;

	}

	.section-inhouse-training-content h2 {
		margin-top: 85px;

	}

	.section-inhouse-training-content {
		width: 60%;
	}

	.section-inhouse-training-content-text {
		width: 100%;
	}
}

@media (max-width:768px) {
	.section-inhouse-training-content-text {
		width: 100%;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}

	.section-inhouse-training-content h2 {
		margin-top: 60px;

	}

	.section-inhouse-training-content {
		width: 95%;
	}

	.section-inhouse-training-container {

		min-height: 600px;

	}

	.solutions-for-companies-btn {

		margin-top: 50px;
	}

	.section-inhouse-training-img-mask-left,
	.section-inhouse-training-img-mask {
		background: #000000 !important;
		opacity: 0.6 !important;
	}
}

@media (max-width:480px) {
	.section-inhouse-training-content h2 {
		font-size: 28px;

	}

	.section-inhouse-training-content-text {
		font-size: 16px;

	}

	.solutions-for-companies-btn {

		font-size: 18px;
	}

	.section-inhouse-training-content-container {
		width: 90%;

	}

	.solutions-for-companies-btn {

		margin-top: 80px;
	}


}

.section-inhouse-training-content-container-left {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
}

.section-inhouse-training-content-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.section-inhouse-training-content-left h2 {
	margin-top: 115px;
	font-size: 40px;
	font-weight: 700;
	line-height: 48.41px;
	text-align: right;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
}

.title-gradient-line-left {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to left, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
	width: 100%;
}


.section-inhouse-training-content-text-left {
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	margin-top: 25px;
	width: 75%;
}


.section-inhouse-training-img-mask-left {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	background: linear-gradient(270.1deg, #000000 0.08%, rgba(0, 0, 0, 0.25) 45.5%, rgba(0, 0, 0, 0) 75.77%);
	opacity: 0.95;
	z-index: 1;
}

@media (max-width:1440px) {
	.section-inhouse-training-content-text-left {
		width: 100%;
	}

	.solutions-for-companies-btn {
		margin-top: 50px;
	}

	.section-inhouse-training-content-left {
		width: 60%;
	}
}

@media (max-width:768px) {
	.section-inhouse-training-content-text-left {
		width: 100%;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}

	.section-inhouse-training-content-left {
		width: 95%;
	}

	.section-inhouse-training-content-left h2 {
		margin-top: 60px;
	}
}

@media (max-width:480px) {
	.section-inhouse-training-content-text-left {
		font-size: 16px;
	}

	.section-inhouse-training-content-left h2 {
		font-size: 28px;
	}
}

.section-bg-img-title-text-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48.41px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;


}

.section-bg-img-title-text-content-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	margin-top: 20px;
}

.section-bg-img-title-text-content {
	width: 40%;
	padding-bottom: 200px;
}

.section-bg-img-title-text-content-container {
	margin-top: auto;
}

@media (max-width:1440px) {
	.section-bg-img-title-text-content {
		width: 40%;
		padding-bottom: 120px;
	}

	.section-bg-img-title-text-container {
		min-height: 700px;
	}
}

@media (max-width:1024px) {
	.section-bg-img-title-text-container {
		min-height: 600px;
	}

	.section-bg-img-title-text-content {
		width: 50%;
		padding-bottom: 100px;
	}
}

@media (max-width:768px) {
	.section-bg-img-title-text-content {
		width: 70%;
		padding-bottom: 100px;
	}
}

@media (max-width:480px) {
	.section-bg-img-title-text-content {
		width: 100%;
	}

	.section-bg-img-title-text-content h2 {
		font-size: 28px;
	}

	.section-bg-img-title-text-content-text {
		font-size: 18px;
	}
}

.section-list-of-trainings,
.section-category-description {
	background-color: #2e2e38;
	padding: 30px 0 0;
}

.section-list-of-trainings-container {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 70px;
}


.section-list-of-trainings-container h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38.73px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin-bottom: 60px;
}

.text-and-two-columns-solutions-for-companies {
	background-color: #2e2e38;
	padding-bottom: 0;
}

.section-list-of-trainings-training-box {
	min-width: 30%;
	max-width: 30%;
	width: 30%;
}


.section-list-of-trainings-training-box .training-box-desc {
	margin-bottom: 25px;
	padding: 5px 23px 0px 23px;
}

.section-list-of-trainings-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 100px;
}

.section-category-description-container {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.section-category-description-container h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38.73px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}

.section-category-description-container p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}

@media (max-width:1440px) {
	.training-box.section-list-of-trainings-training-box {
		min-width: 45%;
		max-width: 45%;
		width: 45%;
	}
}

@media (max-width:768px) {
	.training-box.section-list-of-trainings-training-box {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	.section-list-of-trainings-content {
		row-gap: 50px;
	}

	.section-list-of-trainings-container,
	.section-bg-img-title-text-content-container {
		width: 90%;
	}
}

@media (max-width:480px) {
	.section-list-of-trainings-training-box .training-box-desc {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}

	.solutions-new-text-and-two-columns-solutions-for-companies .text-and-two-columns-container {
		padding-top: 50px;
	}

	.solutions-new-text-and-two-columns-solutions-for-companies {
		padding-bottom: 20px;
	}
}

.title-with-underline-and-text h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
}

.title-with-underline-and-text p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}

.columns-container.needs-diagnosis .text-and-two-columns-container-column-header.gradient-from-center {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.05px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.columns-container.needs-diagnosis .text-and-two-columns-container-column-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.title-with-underline-and-text.needs-diagnosis .title-gradient-line {
	width: fit-content;
	margin-bottom: 20px;
	padding-right: 30px;
}

.title-with-underline-and-text.needs-diagnosis {
	margin-bottom: 30px;
}

.section-needs-diagnosis-title-text-container h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	margin-bottom: 20px;
}

.section-needs-diagnosis-title-text,
.section-text-with-span-and-borders {
	background: #2e2e38;
}

.section-needs-diagnosis-title-text-container,
.section-text-with-span-and-borders-container {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 75px;
}

.section-needs-diagnosis-title-text-container img {
	margin-top: 15px;
}

.columns-container.needs-diagnosis .text-and-two-columns-container-column-header {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.05px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.section-needs-diagnosis-title-text-container-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}

.section-needs-diagnosis-title-text-container-text p:not(:first-child) {
	margin-top: 25px;
}

.section-needs-diagnosis-title-text-container-text-bold {
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	margin: 25px 0 15px 0;
}

.text-with-span {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	padding: 20px 0;
}

.text-with-span span {
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
}

.text-with-span.title-gradient-line-up {
	margin-top: 0;
}

.section-bg-img-title-text-content.needs-diagnosis {
	padding-bottom: 150px;
}

@media (max-width:991px) {
	.section-bg-img-title-text-content.needs-diagnosis {
		padding-bottom: 100px;
	}
}

@media (max-width:768px) {

	.section-needs-diagnosis-title-text-container,
	.section-text-with-span-and-borders-container {
		width: 90%;
	}

	.text-and-two-columns-container-column-text ul {
		padding-left: 20px;
	}

	.text-with-span span {

		display: block;
	}
}

@media (max-width:480px) {
	.section-bg-img-title-text-content.needs-diagnosis {
		padding-bottom: 50px;
	}

	.title-with-underline-and-text h2,
	.section-needs-diagnosis-title-text-container h2 {
		font-size: 28px;
	}

	.title-with-underline-and-text p,
	.section-needs-diagnosis-title-text-container-text {
		font-size: 18px;
	}

	.text-with-span {
		font-size: 18px;
	}
}


.section-list-of-trainings.course-box-2 .training-box-top {
	border-radius: 22px;
	background: 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding-bottom: 0;
	aspect-ratio: 428 / 275;
}

.section-list-of-trainings.course-box-2 .training-box-top img {
	object-position: 50% 50%;
	aspect-ratio: 428 / 275;
	border-radius: 22px;
	position: relative;
	height: 100%;
}

.section-list-of-trainings.course-box-2 .section-list-of-trainings-container h2 {
	margin-bottom: 20px;
}

.section-list-of-trainings.course-box-2 .training-box-title-wrap {
	background-color: transparent;
}

.section-list-of-trainings.course-box-2 .training-box-bottom {
	background-color: transparent;
	border-radius: 0;
}

.section-list-of-trainings.course-box-2 .training-box-title-wrap {
	padding: 20px 0 10px
}

.section-list-of-trainings.course-box-2 .training-box-title {
	color: #fff;
	text-align: left;
	font-size: 24px;
	line-height: 1.1;
}

.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box .training-box-desc {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	padding: 0;
	font-weight: 200;
}

.section-list-of-trainings.course-box-2 .section-list-of-trainings-content {
	gap: 75px 150px;
	justify-content: flex-start;
}

.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box {
	min-width: auto;
	max-width: calc(33.33333333% - 100px);
	width: 100%;
}

@media (max-width:1700px) {
	.section-list-of-trainings.course-box-2 .section-list-of-trainings-content {
		gap: 75px 60px;
	}

	.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box {
		max-width: calc(33.33333333% - 40px);
	}
}

@media (max-width:1199px) {
	.section-list-of-trainings.course-box-2 .section-list-of-trainings-content {
		gap: 75px 30px;
	}

	.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box {
		max-width: calc(50% - 15px);
	}

	.section-list-of-trainings.course-box-2 .training-box-title {
		font-size: 18px;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box .training-box-desc {
		font-size: 16px;
	}
}

@media (max-width:579px) {
	.section-list-of-trainings.course-box-2 .section-list-of-trainings-content {
		gap: 50px
	}

	.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box {
		max-width: 100%;
	}

	.section-list-of-trainings.course-box-2 .training-box-title {
		font-size: 16px;

	}

	.section-list-of-trainings.course-box-2 .section-list-of-trainings-training-box .training-box-desc {
		font-size: 14px;
	}

	.section-list-of-trainings-container h2 {
		font-size: 28px;
	}
}


.solutions-content-images {
	background-color: #2e2e38;
	padding: 20px 0;
}

.solutions-content-images .inner-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #FFFFFF;
}

.solutions-content-images .inner-container h2 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin-bottom: 20px;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

.solutions-content-images .block-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.solutions-content-images .block-content-item {
	width: 100%;
	display: flex;
	gap: 170px;
}

.solutions-content-images .block-content-item>div {
	width: calc(50% - 85px);
	flex: 1 auto;
}

.solutions-content-images .block-content-image {
	align-self: center;
}

.solutions-content-images .block-content-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.solutions-content-images .block-content-text h3 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
}

.solutions-content-images .block-content-text p {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
}

.solutions-content-images .block-content-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: auto;
	padding-top: 16px;
}

.solutions-content-images .block-content-image img {
	height: 100%;
	align-self: center;
}

.solutions-content-images .block-content-buttons a {
	color: #FFE600;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	border: 2px solid #FFE600;
	padding: 16px 24px;
	text-decoration: none;
	border-radius: 22px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transition: color .3s ease, background .3s ease;
}

.solutions-content-images .block-content-buttons a:hover {
	background-color: #ffe600;
	color: #2e2e38;
}

@media (max-width:1700px) {
	.solutions-content-images .block-content-item {
		gap: 80px;
	}
}

@media (max-width:1440px) {
	.solutions-content-images .block-content-text h3 {
		font-size: 26px;
	}

	.solutions-content-images .block-content-text p {
		font-size: 16px;
	}

	.solutions-content-images .block-content-buttons a {
		font-size: 18px;
	}
}

@media (max-width:991px) {
	.solutions-content-images .block-content-item {
		flex-wrap: wrap;
		gap: 20px;
	}

	.solutions-content-images .block-content-item .block-content-image {
		order: 1;
	}

	.solutions-content-images .block-content-item .block-content-text {
		order: 2;
	}

	.solutions-content-images .block-content-item>div {
		width: 100%;
		height: auto;
	}
}

@media (max-width:768px) {
	.solutions-content-images .inner-container {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.solutions-faq {
	background-color: #2e2e38;
	padding: 20px 0;
}

.solutions-faq .inner-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #FFFFFF;
}

.solutions-faq .inner-container h2 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin-bottom: 20px;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

.solutions-faq .block-content-wrapper {
	margin-top: 25px;
}

.solutions-faq .accordion-header {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.solutions-faq .accordion-item {
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
}

.solutions-faq .accordion-content {
	padding-bottom: 10px;
}

.solutions-faq .svg-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.solutions-faq .accordion-header .faq-minus,
.solutions-faq .accordion-header.faq-expanded .faq-plus {
	display: none;
}

.solutions-faq .accordion-header.faq-expanded .faq-minus {
	display: flex;
}

@media (max-width:768px) {
	.solutions-faq .inner-container {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.solutions-boxes {
	background-color: #2e2e38;
	padding: 20px 0;
}

.solutions-boxes .inner-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #FFFFFF;
}

.solutions-boxes .inner-container h2 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin: 0 auto 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%
}

.solutions-boxes .block-content-wrapper {
	display: flex;
	justify-content: center;
	gap: 120px 40px;
	flex-wrap: wrap;
}

.solutions-boxes .block-boxes-item {
	max-width: min(45%, 375px);
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.solutions-boxes .box-2 .block-boxes-item {
	max-width: min(45%, 400px);
}

.solutions-boxes .block-boxes-item:hover .box-arrow {
	transform: translateY(10px);
}

.solutions-boxes .box-arrow {
	text-align: center;
	transition: transform .3s ease;
}

.solutions-boxes .block-content-wrapper.box-1 .box-content {
	border-radius: 22px;
	background: #FFE600;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #2E2E38;
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	padding: 25px 35px;
	height: 100%;
}

.solutions-boxes .block-content-wrapper.box-2 .box-content {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
}

.solutions-boxes .box-content strong {
	font-weight: 700;
}

.solutions-boxes .box-title h3 {
	color: #FFE600;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%
}

@media (max-width:991px) {
	.solutions-boxes .block-content-wrapper {
		gap: 40px;
	}

	.solutions-boxes .box-2 .block-boxes-item,
	.solutions-boxes .block-boxes-item {
		max-width: 100%;
	}
}

@media (max-width:768px) {
	.solutions-boxes .inner-container {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.solutions-steps {
	background-color: #2e2e38;
	padding: 20px 0 0;
	overflow: hidden;
}

.solutions-steps .inner-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.solutions-steps .block-content-wrapper .inner-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.solutions-steps .inner-container h2 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin: 0 auto 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%
}

.solutions-steps .block-boxes-item {
	position: relative;
	aspect-ratio: 1920 / 253;
	height: 100%;
}

.solutions-steps .block-boxes-item:not(:last-child) {
	border-bottom: 1px solid #FFE600;
}

.solutions-steps .block-boxes-item:nth-child(2n+1)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(46, 46, 56, 0.00) -17.27%, rgba(46, 46, 56, 0.90) 49.52%, #2E2E38 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.solutions-steps .block-boxes-item:nth-child(2n+2)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-270deg, rgba(46, 46, 56, 0.00) -17.27%, rgba(46, 46, 56, 0.90) 56.38%, #2E2E38 100%);
}

.solutions-steps .block-boxes-item * {
	position: relative;
	z-index: 9;
}

.solutions-steps .box-title h3 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.solutions-steps .box-inner-wrapper {
	max-width: 45%;
}

.solutions-steps .block-boxes-item:nth-child(2n+2) .box-inner-wrapper {
	margin-left: 55%;
}

@media (max-width:1440px) {
	.solutions-steps .box-inner-wrapper {
		max-width: 55%;
	}

	.solutions-steps .block-boxes-item:nth-child(2n+2) .box-inner-wrapper {
		margin-left: 45%;
	}
}

@media (max-width:1199px) {
	.solutions-steps .box-inner-wrapper {
		max-width: 100%;
	}

	.solutions-steps .block-boxes-item {
		aspect-ratio: auto;
		padding: 30px 0;
	}

	.solutions-steps .block-boxes-item:nth-child(2n+2) .box-inner-wrapper {
		margin-left: 0%;
	}
}

@media (max-width:768px) {
	.solutions-steps .inner-container {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.solutions-player {
	background-color: #2e2e38;
	padding: 20px 20px;
}

.solutions-player .inner-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.solutions-player .block-content-wrapper .inner-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.solutions-player .inner-container h2 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin: 0 auto 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%
}

.solutions-player .block-content-wrapper {
	max-width: 1300px;
	margin: 0 auto;
}

@media (max-width:768px) {
	.solutions-player .inner-container {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.solutions-steps-2 {
	background-color: #2e2e38;
	padding: 20px 0 40px;
	overflow: hidden;
}

.solutions-steps-2 .inner-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.solutions-steps-2 .block-content-wrapper .inner-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.solutions-steps-2 .inner-container h2 {
	color: #FFE600;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	margin-bottom: 20px;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

.solutions-steps-2 .block-content-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.solutions-steps-2 .block-boxes-item {
	position: relative;
	aspect-ratio: 483 / 513;
	height: 100%;
	width: 25%;
	border-right: 1px solid #ffe60085;
	background-repeat: no-repeat;
	background-size: cover;
}

.solutions-steps-2 .boxes-amount-1 .block-boxes-item,
.solutions-steps-2 .boxes-amount-2 .block-boxes-item,
.solutions-steps-2 .boxes-amount-3 .block-boxes-item {
	flex: 1 auto;
}

.solutions-steps-2 .boxes-amount-5 .block-boxes-item {
	width: 20%;
	aspect-ratio: 382 / 509;
}

.solutions-steps-2 .boxes-amount-1 .block-boxes-item:last-child,
.solutions-steps-2 .boxes-amount-2 .block-boxes-item:last-child,
.solutions-steps-2 .boxes-amount-3 .block-boxes-item:last-child,
.solutions-steps-2 .boxes-amount-8 .block-boxes-item:nth-child(4n+4),
.solutions-steps-2 .boxes-amount-4 .block-boxes-item:nth-child(4n+4),
.solutions-steps-2 .boxes-amount-5 .block-boxes-item:nth-child(5n+5),
.solutions-steps-2 .boxes-amount-10 .block-boxes-item:nth-child(5n+5) {
	border: 0;
}

.solutions-steps-2 .block-boxes-item::before {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 99;
	pointer-events: none;
	background-image: url(../images/steps-arrow-3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 130px;
	height: 130px;
}

.solutions-steps-2 .block-boxes-item:nth-child(1)::before {
	background-image: url(../images/steps-arrow-1.svg);
}

.solutions-steps-2 .block-boxes-item:nth-child(2)::before {
	background-image: url(../images/steps-arrow-2.svg);
}

.solutions-steps-2 .block-boxes-item:nth-child(3)::before {
	background-image: url(../images/steps-arrow-3.svg);
}

.solutions-steps-2 .boxes-amount-1 .block-boxes-item:last-child::before,
.solutions-steps-2 .boxes-amount-2 .block-boxes-item:last-child::before,
.solutions-steps-2 .boxes-amount-3 .block-boxes-item:last-child::before,
.solutions-steps-2 .boxes-amount-8 .block-boxes-item:nth-child(4n+4)::before,
.solutions-steps-2 .boxes-amount-4 .block-boxes-item:nth-child(4n+4)::before,
.solutions-steps-2 .boxes-amount-5 .block-boxes-item:nth-child(5n+5)::before,
.solutions-steps-2 .boxes-amount-10 .block-boxes-item:nth-child(5n+5)::before {
	display: none;
}

.solutions-steps-2 .block-boxes-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 46, 56, 0.70);
	transition: opacity .3s ease;
}

.solutions-steps-2 .block-boxes-item:hover::after {
	opacity: 0;
}

.solutions-steps-2 .block-boxes-item * {
	position: relative;
	z-index: 9;
}

.solutions-steps-2 .box-title {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.solutions-steps-2 .box-inner-wrapper {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
}

@media (max-width:1440px) {
	.solutions-steps-2 .box-title {
		font-size: 18px;
		font-weight: 400;
	}

	.solutions-steps-2 .block-boxes-item::before {
		max-width: 80px;
		height: 80px;
	}
}


@media (max-width:1199px) {
	.solutions-steps-2 .box-inner-wrapper {
		max-width: 100%;
	}
}


@media (max-width:991px) {
	.solutions-steps-2 .block-boxes-item {
		width: 50%;
		border-right: 1px solid #ffe60085 !important;
	}

	.solutions-steps-2 .block-boxes-item:nth-child(2n+2) {
		border-right: 0 !important;
	}

	.solutions-steps-2 .block-boxes-item::before {
		display: none;
	}
}

@media (max-width:768px) {
	.solutions-steps-2 .inner-container {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.solutions-steps-2 .box-title {
		font-size: 14px;
	}
}

.team-categories {
	background-color: #2e2e38;
	padding: 20px 0 0;
	color: #fff;
	overflow: hidden;
}

.team-categories .team-title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFE600;
	width: fit-content;
	padding: 0 60px 5px;
	margin: 0 auto 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

.team-department {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 70px 0 40px;
}

.team-department .department-single {
	color: #FFE600;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.3;
	transition: color .3s ease, background .3s ease, opacity .3s ease, margin .3s ease;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
}

.team-department .department-single:not(:last-child)::before {
	content: '';
	position: absolute;
	background: linear-gradient(90deg, rgba(255, 230, 0, 0.00) 6.4%, #FFE600 50%, rgba(255, 230, 0, 0.00) 93.03%);
}

.team-department .department-single:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(0deg, rgba(46, 46, 56, 1) 0%, rgba(255, 230, 0, 1) 50%, rgba(46, 46, 56, 1) 100%);
	transition: transform .3s ease;
}

.team-department .department-single.active::after {
	transform: translateX(13px);
}

.team-department .department-single.active {
	opacity: 1;
	color: #2E2E38;
	background-color: #ffe600;
	padding: 5px 10px;
	margin: 0 13px;
}

.team-department-description {
	text-align: center;
	margin: 0 auto;
	max-width: 900px;
	padding: 30px 0 70px;
	color: #F6F6FA;
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	line-height: 28px;
	transition: padding .3s ease;
}

.team-department-description:empty {
	padding: 0;
}

.team-categories .team-group {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
}

.team-categories .team-group::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #2E2E38;
	z-index: 99;
}

.team-categories .dropdown-menu {
	left: auto;
	right: 100%;
	top: 50%;
	transform: translateX(-15px) translateY(-50%);
	padding: 0;
}

.team-categories .dropdown-menu li {
	padding: 6px;
	border-radius: 20px;
	background: #2E2E38;
}

.team-categories .dropdown-cd>li>a {
	font-size: 16px;
}

.team-categories .team-group::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #2E2E38;
	z-index: 99;
}

.team-categories .team-row {
	width: 20%;
	aspect-ratio: 382 / 482;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;

}

.team-categories .team-item {
	z-index: 9;
	position: relative;
	border: 0.5px solid #ffe600;
}

.team-categories .team-row::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4.2px 400px rgba(0, 0, 0, 0.50) inset;
	backdrop-filter: blur(5px);
	opacity: 0;
	transition: opacity .3s ease;
}

.team-categories .team-row::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px -150px 81px -65px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px -150px 81px -65px rgba(0, 0, 0, 1);
	box-shadow: inset 0px -150px 81px -65px rgba(0, 0, 0, 1);
}

.team-categories .team-row.has-description:hover::before {
	opacity: 1;
}

.team-categories .team-row+.team-row {
	margin: 0;
	padding: 0;
	border: 0;
}

.team-categories .team-item {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.team-categories .contact-data {
	margin: 0;
}

.team-categories .team-caption {
	padding-left: 0;
	padding: 0 20px;
	margin-top: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 50px;
}

.team-categories .team-description {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
	width: 100%;
	padding: 30px 40px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* pointer-events: none; */
	transition: opacity .3s ease;
	overflow-y: auto;
	max-height: 60%;
	scrollbar-width: thin;
}

.team-categories .team-row:hover .team-description {
	opacity: 1;
}

.team-categories .team-row.has-description:hover .team-caption {
	opacity: 0;
}

.team-categories .team-caption {
	transition: opacity .3s ease;
}

.team-categories .team-caption .h1 {
	color: #FFE600;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: auto;
}

.team-categories .team-caption .team-role {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.team-categories .contact-upper-data {
	display: flex;
	justify-content: space-between;
}

.team-categories .contact-data {
	flex-direction: column;
	padding: 8px;
	gap: 8px;
	margin-left: auto;
}

.team-categories .contact-data>li {
	margin: 0;
}

.team-categories .team-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 11px;
	margin: 10px;
}

.team-categories .badge-single {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 22px;
	padding: 8px;
	background: rgba(46, 46, 56, 0.50);
}

@media (max-width:1440px) {
	.team-categories .team-row {
		width: 25%;
	}

	.team-department {
		margin: 40px 0 20px;
	}

	.team-department-description {
		padding: 20px 0 40px;
	}

	.team-categories .team-title h2 {
		font-size: 32px;
	}

	.team-department .department-single {
		font-size: 18px;
	}

	.team-department-description {
		font-size: 16px;
	}
}

@media (max-width:1199px) {
	.team-categories .team-row {
		width: 33.33333333%;
	}

	.team-categories .team-description {
		padding: 20px;
		top: 28%;
		max-height: 45%;
	}
}

@media (max-width:991px) {
	.team-categories .team-row {
		width: 50%;
		top: 10%;
	}
}

@media (max-width:768px) {
	.team-categories .team-title h2 {
		font-size: 28px;
	}

	.team-categories .team-caption {
		padding-bottom: 25px;
	}

	.team-categories .contact-data>li>a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 36px;
	}

	.team-categories .contact-data>li>a.dropdown-toggle {
		font-size: 16px;
		line-height: 44px;
	}

	.team-group .contact-data>li>a.dropdown-toggle,
	.team-group .contact-data>li>a {
		width: 40px;
		height: 40px;
	}
}

@media (max-width:579px) {
	.team-categories .team-row {
		width: 100%;
	}

	.team-categories .team-item {
		border: 0;
		border-bottom: 1px solid #ffe600;
	}

	.team-categories .team-group {
		margin-left: 0;
		margin-right: 0;
	}

	.team-categories .team-group::before,
	.team-categories .team-group::after {
		content: none;
	}

	.team-categories .team-description {
		padding: 10px 50px 10px 10px;
		font-size: 12px;
		top: 30%;
		max-height: 50%;
	}
}

.mx-auto {
	margin: 0 auto;
}

/* powerskills print */

.only-print {
	display: none;
}

@media print {

	.powerskills-template-default {
		background: #2e2e38 !important;
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	.powerskills-template-default .row {
		background: #2E2E38;
	}

	.powerskills-template-default .single-powerskills-video-wrapper,
	.powerskills-template-default .training-sidebar-contact-data ul li:first-child,
	.powerskills-template-default .training-sidebar-contact-data .dropdown-toggle,
	.powerskills-template-default .training-sidebar-footer,
	.powerskills-template-default .btn-container,
	.powerskills-template-default a.single-powerskills-banner-container-text,
	.powerskills-template-default .single-powerskills-banner-container-btn {
		display: none;
	}

	.powerskills-template-default .training-sidebar-contact-data .dropdown-menu {
		display: flex !important;
		position: relative;
		top: 0;
	}

	.powerskills-template-default .training-sidebar-contact-data .dropdown-menu li {
		display: flex !important;
	}

	.powerskills-template-default .training-sidebar-details-text .tooltip {
		opacity: 1;
	}

	.powerskills-template-default .columns-container {
		flex-direction: column;
	}

	.powerskills-template-default .text-and-three-columns-container-column {
		width: 100%;
	}

	.powerskills-template-default .section-box-with-mask-container-box-mask {
		backdrop-filter: none;
	}

	.powerskills-template-default .training-description-container-row-tabs .tab {
		display: flex;
		flex-direction: column;
	}

	.powerskills-template-default .training-description-container-row-tabs .tab button {
		display: none;
	}

	.powerskills-template-default .tabcontent {
		display: flex !important;
		flex-direction: column;
	}

	.powerskills-template-default .training-description-container-row-tabs .tab .only-print p,
	.powerskills-template-default .training-description-container-row .tab .only-print p {
		background-color: #FFE600;
		color: #000;
		padding: 0 10px;
		font-size: 20px;
		font-weight: 700;
		line-height: 29.05px;
	}

	.powerskills-template-default .columns-container {
		width: 100%;
	}

	.powerskills-template-default .mentor-img {
		position: relative;
		top: 0;
	}

	.powerskills-template-default .box-on-image-container {
		padding: 30px;
	}

	.powerskills-template-default .mentors-container {
		flex-direction: row !important;
		gap: 0 20px;
	}

	.powerskills-template-default .mentor-name {
		padding-top: 20px;
	}

	.powerskills-template-default .mentor-box {
		margin-top: 40px;
		max-width: calc(50% - 10px) !important;
	}

	.powerskills-template-default .cta-yellow-background {
		margin-top: 40px;
	}

	.powerskills-template-default .section-box-with-mask-container-box-text {
		opacity: 1;
	}

	.powerskills-template-default .text-and-two-columns-container-column-header:not(.gradient-from-center) {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
	}

	.powerskills-template-default .training-sidebar-contact,
	.powerskills-template-default .training-sidebar-box+.training-sidebar-box,
	.powerskills-template-default .text-and-three-columns-container-column,
	.powerskills-template-default .our-mentors-container,
	.powerskills-template-default .mentor-box,
	.powerskills-template-default .contact-with-coordinator,
	.powerskills-template-default .box-on-image-container,
	.powerskills-template-default .training-description-container-row {
		page-break-inside: avoid
	}

	.only-print {
		display: flex;
	}

}

/* powerskills print */

/* powerskills new filters */

.dropdown-wrapper {
	position: relative;
}

.dropdown-wrapper svg {
	transition: transform 0.3s ease;
}

.dropdown-wrapper.active svg {
	transform: rotate(180deg);
}

.dropdown-inner {
	display: none;
	background: #fff;
	padding: 19px 13px 13px;
	position: absolute;
	z-index: 999;
	top: 100%;
	border-radius: 11px;
	width: auto;
	min-width: 320px;
	border: 0.5px solid #000;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dropdown-wrapper.active .dropdown-inner {
	display: block;
}

.location-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.location-list li {
	font-size: 16px;
	color: #2e2e38;
	font-weight: 400;
}

/* Ukrywamy domyślny checkbox */
.location-list input[type="checkbox"] {
	display: none;
}

/* Kontener ikonki */
.location-list .checkmark {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #2E2E38;
	border-radius: 2px;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.location-list .checkmark::after {
	content: '';
	background: url(../images/checker-icon-dark.svg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
}

.location-list input[type="checkbox"]:checked+.checkmark::after {
	opacity: 1;
}

.location-list input[type="checkbox"]:checked+.checkmark {
	background-color: #2e2e38;
}

.dropdown-buttons {
	display: flex;
	justify-content: space-between;
	gap: 17px;
	margin-top: 20px;
}

.dropdown-buttons button {
	border: none;
	background-color: #eee;
	cursor: pointer;
	color: #2E2E38;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px;
	padding: 6px 16px;
	border: 1px solid #2E2E38;
	transition: color .3s ease, background .3s ease;
}

.dropdown-buttons button:first-child {
	background-color: #fff;
	color: #2E2E38;
}

.dropdown-buttons button:last-child {
	background-color: #2E2E38;
	color: #fff;
}

.dropdown-buttons button:first-child:hover {
	background-color: #2E2E38;
	color: #fff;
}

.dropdown-buttons button:last-child:hover {
	background-color: #fff;
	color: #2E2E38;
}

.dropdown-inner .pw_datepicker {
	display: none;
}

.filter-date .datepicker-inline .datepicker {
	margin: 0 !important;
	width: 100% !important;
	border: 0 !important;
}

.filter-date .datepicker--nav {
	border: 0 !important;
}

.filter-date .datepicker--nav-title,
.filter-date .datepicker--nav-action {
	border-radius: 43.12px;
	background: #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.05);
	font-weight: bold;
	color: #2e2e38;
}

.filter-date .datepicker--nav-title i {
	font-weight: bold;
	color: #2e2e38;
}

.filter-date .datepicker--cell-day:not(.-current-):not(.-in-range-) {
	border-radius: 3px !important;
	background: #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.05);
}

.filter-date .datepicker--cell.-range-from-,
.filter-date .datepicker--cell.-range-to-,
.filter-date .datepicker--cell.-selected-,
.filter-date .datepicker--cell.-selected-.-current-,
.filter-date .datepicker--cell.-selected-.-focus-,
.filter-date .datepicker--cell.-selected-.-hovered-,
.filter-date .datepicker--cell.-minimum-,
.filter-date .datepicker--cell.-minimum-.-hovered-,
.filter-date .datepicker--cell.-maximum-,
.filter-date .datepicker--cell.-maximum-.-hovered- {
	background-color: #FFE600 !important;
	color: #2e2e38;
	border-radius: 3px !important;
}

.datepicker--cell.-current-.-in-range- {
	font-weight: 800;
	color: #2e2e38;
}

.filter-date .datepicker--cell.-in-range- {
	background-color: rgba(255, 230, 0, 0.22)
}

.filter-date .datepicker--day-name {
	color: #2e2e38;
	text-transform: none;
	font-weight: 500;
}

.filter-date .datepicker--cell.-current- {
	border: 1px solid #FFE600;
	border-radius: 3px !important;
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
	border-color: #2e2e38;
}

.filter-date .datepicker--cell-day.-other-month-,
.filter-date .datepicker--cell-year.-other-decade- {
	color: rgba(0, 23, 84, 0.15);
}

@media (max-width:1023px) {
	.categories .container {
		order: 1;
	}

	.categories .container.active {
		order: 0;
		background: rgba(255, 255, 255, 0.20);
	}
}

@media (max-width:479px) {
	.dropdown-inner {
		min-width: 280px
	}
}

/* powerskills new filters */

/* new nav */

.navbar-upper {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	background-color: #18181A;
	padding-right: 40px;
	padding-left: 40px;
}

.navbar-upper #google_language_translator {
	display: flex !important;
	align-items: center !important;
}

.navbar-upper div.skiptranslate.goog-te-gadget {
	height: 32.5px !important;
}

.navbar-upper .secondary-menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	list-style-type: none;
}

.navbar-upper .secondary-menu li {
	margin: 8px 29px;
}

.navbar-upper .secondary-menu a {
	position: relative;
	display: block;
	color: #F6F5FB;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 24px;
	letter-spacing: .2px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.navbar-upper .secondary-menu a:hover {
	color: #FFE633;
}

.nav-cart.cart-mobile {
	display: none;
}

li.secondary-mobile {
	display: none;
}

@media (max-width:1199px) {
	.navbar-upper {
		padding-left: 20px;
		padding-right: 20px;
		display: none;
	}

	.nav-cart.cart-mobile {
		display: flex;
	}

	li.secondary-mobile {
		display: block;
	}
}

/* new nav */

/* new menu */



/* new menu */

.seo-description {
	margin-top: 50px;
}

.seo-description.theme-1,
.seo-description.theme-1 * {
	color: #fff;
}

.seo-description.theme-2,
.seo-description.theme-3 {
	max-width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}

.seo-description * {
	margin-bottom: 10px;
	line-height: 1.4;
}

.seo-description h1,
.seo-description .h1 {
	font-size: 36px;
}

.seo-description h2,
.seo-description .h2 {
	font-size: 32px;
}

.seo-description h3,
.seo-description .h3 {
	font-size: 26px;
}

.seo-description h4,
.seo-description .h4 {
	font-size: 22px;
}

.seo-description h5,
.seo-description .h5,
.seo-description h6,
.seo-description .h6 {
	font-size: 18px;
}

@media (max-width:991px) {

	.seo-description h1,
	.seo-description .h1 {
		font-size: 28px;
	}

	.seo-description h2,
	.seo-description .h2 {
		font-size: 26px;
	}

	.seo-description h3,
	.seo-description .h3 {
		font-size: 22px;
	}

	.seo-description h4,
	.seo-description .h4 {
		font-size: 18px;
	}

	.seo-description h5,
	.seo-description .h5,
	.seo-description h6,
	.seo-description .h6 {
		font-size: 14px;
	}
}

/* sprzedawca */
body.role-seller #menu-dashboard li:last-child,
body.role-seller #menu-pages,
body.role-seller #menu-posts,
body.role-seller #toplevel_page_exporter_plugin,
body.role-seller #toplevel_page_mlang,
body.role-seller #toplevel_page_events_send_mail_plugin,
body.role-seller #toplevel_page_woocommerce,
body.role-seller #toplevel_page_admin-page-wc-settings-tab-checkout-from-PAYMENTS_MENU_ITEM,
body.role-seller #toplevel_page_wc-admin-path--analytics-overview,
body.role-seller #toplevel_page_woocommerce-marketing,
body.role-seller #menu-users,
body.role-seller #toplevel_page_ai1wm_export,
body.role-seller #menu-settings,
body.role-seller #toplevel_page_edit-post_type-acf-field-group,
body.role-seller #toplevel_page_wp-mail-smtp,
body.role-seller #toplevel_page_wpseo_dashboard,
body.role-seller #wp-admin-bar-customize,
body.role-seller #wp-admin-bar-updates,
body.role-seller #wp-admin-bar-comments,
body.role-seller #wp-admin-bar-languages,
body.role-seller #wp-admin-bar-new-content {
	display: none !important;
}

body.role-seller .wp-not-current-submenu.wp-menu-separator {
	height: 0 !important;
	margin: 0 !important;
}

.seller-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.seller-wrapper input{
	width: auto;
	max-height: 60px;
	padding: 20px 30px;
	border: 1px solid #fff;
}

/* sprzedawca */