@charset "utf-8";

/* CSS Document */
:root {
	--white: #ffffff;
	--black: #000000;
	--red: #f00000;
	--primaryBlack: #262626;
	--primaryNavy: #002B56;
	--primaryLightBlue: #029DE0;
	--primaryGreen: #05F283;
	--primaryPurple: #7161E1;
	--primaryLightPurple: #F8F7FD;
	--secondaryYellow: #FBD647;

	/* custom-colors */
	--azureorange: #FF5347;
	--azureishWhite: #E2F0F6;
	--fluorescentBlue: #27DEF2;
	--vividSkyBlue: #00E0FF;
	--lightSilver: #D9D9D9;
	--yankeesBlue: #16193D;
	--aliceBlue: #F3F9FB;
	--lavender: #E3F0F7;
	--darkLiver: #544B4B;
}

body {
	font-family: "Poppins", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: var(--primaryBlack);
	background: var(--white);
	position: relative;
}


a {
	text-decoration: none;
	color: #029DE0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #7161E1;
}

.scroll-stop {
	height: 100dvh !important;
	overflow: hidden !important;
}

/* .homepage .content {
	overflow-x: hidden;
} */

:focus {
	outline: 0;
	box-shadow: none;
}

figure {
	margin: 0;
}

strong,
b {
	font-weight: 700;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-full {
	max-width: 100%;
}

.container-fluid,
.container-fluid-base,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid var(--primaryLightBlue);
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 170%;
}

h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 25px;
}

h2 {
	font-weight: 600;
	font-size: 42px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 25px;
}

h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 25px;
}

h4 {
	font-weight: 600;
	font-size: 33px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 20px;
}

h5 {
	font-weight: 600;
	font-size: 28px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 20px;
}

h6 {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 20px;
}

.weight-100 {
	font-weight: 100 !important;
}

.weight-200 {
	font-weight: 200 !important;
}

.weight-300 {
	font-weight: 300 !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

.weight-900 {
	font-weight: 900 !important;
}

.paragraph-small {
	font-size: 16px;
	line-height: 150%;
}

.paragraph-medium {
	font-size: 20px;
	line-height: 150%;
}

.paragraph-large {
	font-size: 24px;
	line-height: 150%;
}

.fix-width-320 {
	max-width: 320px;
	width: 100%;
}

.fix-width-450 {
	max-width: 450px;
	width: 100%;
}

.fix-width-465 {
	max-width: 465px;
	width: 100%;
}

.fix-width-490 {
	max-width: 490px;
	width: 100%;
}

.fix-width-570 {
	max-width: 570px;
	width: 100%;
}

.fix-width-630 {
	max-width: 630px;
	width: 100%;
}

.fix-width-845 {
	max-width: 845px;
	width: 100%;
}

.fix-width-970 {
	max-width: 970px;
	width: 100%;
}

.fix-width-1060 {
	max-width: 1060px;
	width: 100%;
}

/* sub-main-title */
.sub-main-title {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: var(--primaryNavy);
	margin-bottom: 10px;
}

.sub-main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sub-main-title a:hover {
	color: #029DE0 !important;
}

/* sub-main-title */

/* Section Heading */
/* .section-heading .title h3 {} */

.section-heading .title * {
	font-size: 72px;
	font-weight: 500;
	text-align: center;
	background: -webkit-linear-gradient(-45deg, #029DE0 0%, #5DD49D 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	color: initial;
	padding: 10px 0;
	margin-bottom: 15px;
}

.section-heading .subtitle * {
	color: var(--white);
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 80px;
}


.section-heading h3 {
	text-align: center;
	outline-offset: 0;
	font-size: 72px;
	font-weight: 500;
	color: inherit;
	line-height: 110%;
}

/* banner-title */
.banner-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
	color: var(--white);
	margin-bottom: 25px;
}

.banner-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.banner-title a {
	text-decoration: none;
}

.banner-title a:hover {
	color: var(--primaryLightBlue);
}

/* banner-title */

/* section-title */
.section-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
	color: var(--primaryNavy);
	margin-bottom: 20px;
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: var(--primaryLightBlue);
}

/* section-title */

/* block-title */
.block-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 130%;
	color: var(--primaryNavy);
	margin-bottom: 20px;
}

.block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: var(--primaryLightBlue);
}

/* block-title */

/* block-small-title */
.block-small-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 130%;
	color: var(--primaryNavy);
	margin-bottom: 20px;
}

.block-small-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-small-title a {
	text-decoration: none;
}

.block-small-title a:hover {
	color: var(--primaryLightBlue);
}

/* block-small-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	padding: 10px 34px;
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.btn svg {
	margin-left: 10px;
}

.btn.btn-small {
	font-size: 14px;
	padding: 8px 22px;
}

.btn.btn-large {
	padding: 16px 65px;
}

.btn-simple-white {
	color: var(--white) !important;
	border-color: var(--white) !important;
	background: transparent !important;
}

.btn-simple-white:active,
.btn-simple-white:focus {
	color: var(--white) !important;
	border-color: var(--white) !important;
	background: transparent !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: var(--primaryBlack) !important;
	border-color: var(--white) !important;
	background: var(--white) !important;
}

.btn-white {
	color: var(--primaryBlack) !important;
	border-color: var(--white) !important;
	background: var(--white) !important;
}

.btn-white:active,
.btn-white:focus {
	color: var(--primaryBlack) !important;
	border-color: var(--white) !important;
	background: var(--white) !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: var(--white) !important;
	border-color: var(--primaryBlack) !important;
	background: var(--primaryBlack) !important;
}

.btn-warning {
	color: var(--primaryBlack) !important;
	border-color: var(--secondaryYellow) !important;
	background: var(--secondaryYellow) !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-warning:active,
.btn-warning:focus {
	color: var(--primaryBlack) !important;
	border-color: var(--secondaryYellow) !important;
	background: var(--secondaryYellow) !important;
}

.btn-warning:active:focus,
.btn-warning:hover {
	color: var(--primaryBlack) !important;
	border-color: var(--secondaryYellow) !important;
	background: var(--secondaryYellow) !important;
	opacity: 0.8;
}

.btn-simple-black {
	color: var(--primaryBlack) !important;
	border-color: var(--primaryBlack) !important;
	background: transparent !important;
}

.btn-simple-black:active,
.btn-simple-black:focus {
	color: var(--primaryBlack) !important;
	border-color: var(--primaryBlack) !important;
	background: transparent !important;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: var(--white) !important;
	border-color: var(--primaryBlack) !important;
	background: var(--primaryBlack) !important;
}

.btn-black {
	color: var(--white) !important;
	border-color: var(--primaryBlack) !important;
	background: var(--primaryBlack) !important;
}

.btn-black:active,
.btn-black:focus {
	color: var(--white) !important;
	border-color: var(--primaryBlack) !important;
	background: var(--primaryBlack) !important;
}

.btn-black:active:focus,
.btn-black:hover {
	color: var(--primaryBlack) !important;
	border-color: var(--primaryLightBlue) !important;
	background: var(--primaryLightBlue) !important;
}

.btn-simple-blue {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryNavy) !important;
	background: transparent !important;
}

.btn-simple-blue:active,
.btn-simple-blue:focus {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryNavy) !important;
	background: transparent !important;
}

.btn-simple-blue:active:focus,
.btn-simple-blue:hover {
	color: var(--white) !important;
	border-color: var(--primaryNavy) !important;
	background: var(--primaryNavy) !important;
}

.btn-blue {
	color: var(--white) !important;
	border-color: var(--primaryNavy) !important;
	background: var(--primaryNavy) !important;
}

.btn-blue:active,
.btn-blue:focus {
	color: var(--white) !important;
	border-color: var(--primaryNavy) !important;
	background: var(--primaryNavy) !important;
}

.btn-blue:active:focus,
.btn-blue:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryLightBlue) !important;
	background: var(--primaryLightBlue) !important;
}

.btn-simple-simple-parrot {
	color: var(--primaryGreen) !important;
	border-color: var(--primaryGreen) !important;
	background: transparent !important;
}

.btn-simple-simple-parrot:active,
.btn-simple-simple-parrot:focus {
	color: var(--primaryGreen) !important;
	border-color: var(--primaryGreen) !important;
	background: transparent !important;
}

.btn-simple-simple-parrot:active:focus,
.btn-simple-simple-parrot:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryGreen) !important;
	background: var(--primaryGreen) !important;
}

.btn-simple-parrot {
	color: var(--white) !important;
	border-color: var(--white) !important;
	background: transparent !important;
}

.btn-simple-parrot:active,
.btn-simple-parrot:focus {
	color: var(--white) !important;
	border-color: var(--white) !important;
	background: transparent !important;
}

.btn-simple-parrot:active:focus,
.btn-simple-parrot:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--white) !important;
	background: var(--white) !important;
}

.btn-parrot {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryGreen) !important;
	background: var(--primaryGreen) !important;
}

.btn-parrot:active,
.btn-parrot:focus {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryGreen) !important;
	background: var(--primaryGreen) !important;
}

.btn-parrot:active:focus,
.btn-parrot:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--secondaryYellow) !important;
	background: var(--secondaryYellow) !important;
}


.btn-yellow {
	color: var(--primaryNavy) !important;
	border-color: var(--secondaryYellow) !important;
	background: var(--secondaryYellow) !important;
}

.btn-yellow:active,
.btn-yellow:focus {
	color: var(--primaryNavy) !important;
	border-color: var(--secondaryYellow) !important;
	background: var(--secondaryYellow) !important;
}

.btn-yellow:active:focus,
.btn-yellow:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryGreen) !important;
	background: var(--primaryGreen) !important;
}

.btn-simple-sky {
	color: var(--primaryLightBlue) !important;
	border-color: var(--primaryLightBlue) !important;
	background: transparent !important;
}

.btn-simple-sky:active,
.btn-simple-sky:focus {
	color: var(--primaryLightBlue) !important;
	border-color: var(--primaryLightBlue) !important;
	background: transparent !important;
}

.btn-simple-sky:active:focus,
.btn-simple-sky:hover {
	color: var(--white) !important;
	border-color: var(--primaryLightBlue) !important;
	background: var(--primaryLightBlue) !important;
}

.btn-sky {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryLightBlue) !important;
	background: var(--primaryLightBlue) !important;
}

.btn-sky:active,
.btn-sky:focus {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryLightBlue) !important;
	background: var(--primaryLightBlue) !important;
}

.btn-sky:active:focus,
.btn-sky:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--primaryGreen) !important;
	background: var(--primaryGreen) !important;
}

.btn-simple-purple {
	color: var(--primaryPurple) !important;
	border-color: var(--primaryPurple) !important;
	background: transparent !important;
}

.btn-simple-purple:active,
.btn-simple-purple:focus {
	color: var(--primaryPurple) !important;
	border-color: var(--primaryPurple) !important;
	background: transparent !important;
}

.btn-simple-purple:active:focus,
.btn-simple-purple:hover {
	color: var(--white) !important;
	border-color: var(--primaryPurple) !important;
	background: var(--primaryPurple) !important;
}

.btn-purple {
	color: var(--white) !important;
	border-color: var(--primaryPurple) !important;
	background: var(--primaryPurple) !important;
}

.btn-purple:active,
.btn-purple:focus {
	color: var(--white) !important;
	border-color: var(--primaryPurple) !important;
	background: var(--primaryPurple) !important;
}

.btn-purple:active:focus,
.btn-purple:hover {
	color: var(--primaryNavy) !important;
	border-color: var(--vividSkyBlue) !important;
	background: var(--vividSkyBlue) !important;
}


.btn-dark-outline {
	border: 1px solid var(--primaryNavy);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.btn-dark-outline:hover {
	border: 1px solid var(--primaryNavy);
	background-color: var(--primaryNavy);
	color: var(--white);
}

/* buttons */

/* slick-slider */
.slick-slider .slick-slide {
	outline: none;
}

.slick-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -5px;
}

.slick-slider .slick-dots li {
	display: inline-flex;
	align-items: center;
	margin: 0 5px 7px;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: var(--primaryPurple);
	opacity: 0.5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-slider .slick-dots li.slick-active,
.slick-slider .slick-dots li:hover {
	opacity: 1;
}

.slick-slider .slick-dots li button {
	display: none;
}

.custom-slick-arrows {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.custom-slick-arrows>* {
	margin: 0 7px;
}

.custom-slick-arrows>*:first-child {
	margin-left: 0;
}

.custom-slick-arrows>*:last-child {
	margin-right: 0;
}

.custom-slick-arrows .slick-arrow.slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.cityBanner-prev:hover svg path,
.cityBanner-next:hover svg path {
	fill: var(--primaryGreen) !important;
}

.cust-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: var(--white);
	opacity: 0.5;
	margin: 0 6px !important;
}

.cust-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	background-color: var(--white);
	opacity: 1;
}

/* slick-slider */

/* common-main-title-with-detail */
.common-main-title-with-detail {
	margin-bottom: 70px;
}

/* common-main-title-with-detail */

/* common-form */
.common-form .row {
	margin: 0 -15px !important;
}

.common-form .row>* {
	padding: 0 15px !important;
}

.common-form .form-group {
	margin-bottom: 30px;
}

.common-form .form-label {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: var(--darkLiver);
	margin-bottom: 5px;
}

.common-form .required-field .form-label:after {
	position: relative;
	content: "*";
	margin-left: 5px;
	color: var(--red);
}

.common-form .form-select,
.common-form .form-control {
	resize: none;
	height: 55px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: var(--primaryBlack);
	background-color: var(--aliceBlue);
	padding: 6px 25px;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.common-form .form-control::-webkit-input-placeholder {
	color: var(--darkLiver);
}

.common-form .form-control::-moz-placeholder {
	color: var(--darkLiver);
}

.common-form .form-control:-ms-input-placeholder {
	color: var(--darkLiver);
}

.common-form .form-control:-o-placeholder {
	color: var(--darkLiver);
}

.common-form textarea.form-control {
	height: 165px;
}

/* common-form */

/* common-select2-block */
.common-select2-block .select2 {
	width: 100% !important;
}

.common-select2-block .select2 .select2-selection {
	display: flex;
	align-items: center;
	border: none;
	box-shadow: none;
	outline: none;
	height: 55px;
	background: var(--aliceBlue);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.common-select2-block .select2 .select2-selection .select2-selection__rendered {
	width: 100%;
	font-size: 18px;
	line-height: 150%;
	color: var(--darkLiver);
	padding: 13px 50px 13px 25px;
}

.common-select2-block .select2 .select2-selection .select2-selection__arrow {
	right: 18px;
	width: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-select2-block .select2 .select2-selection .select2-selection__arrow:before {
	position: relative;
	content: "\f107";
	font-family: 'FontAwesome';
	color: var(--darkLiver);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.common-select2-block .select2.select2-container--open .select2-selection .select2-selection__arrow:before {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.common-select2-block .select2 .select2-selection .select2-selection__arrow b {
	display: none;
}

.common-dropdown-selectbox {
	border: 1px solid var(--lightSilver) !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.common-dropdown-selectbox .select2-results {
	background: var(--aliceBlue);
}

.common-dropdown-selectbox .select2-results .select2-results__option {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 150%;
	color: var(--darkLiver);
	border-bottom: 1px solid var(--lightSilver);
}

.common-dropdown-selectbox .select2-results .select2-results__option:last-child {
	border: none;
}

.common-dropdown-selectbox .select2-results .select2-results__option.select2-results__option--highlighted {
	background: transparent;
	color: var(--darkLiver);
}

.common-dropdown-selectbox .select2-results .select2-results__option.select2-results__option--selected,
.common-dropdown-selectbox .select2-results .select2-results__option:hover {
	color: var(--white);
	background: var(--darkLiver);
}

/* common-select2-block */

/* common-social-icons */
.common-social-icons.white-layout ul li {
	color: var(--white) !important;
}

.common-social-icons ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex !important;
	margin: 0 15px 10px !important;
	padding: 0 !important;
	list-style-type: none !important;
	font-size: 35px !important;
	line-height: 100% !important;
	color: var(--primaryBlack);
}

.common-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.common-social-icons ul li:last-child {
	margin-right: 0 !important;
}

.common-social-icons ul li a {
	text-decoration: none !important;
	color: inherit !important;
}

.common-social-icons ul li a:hover {
	color: var(--primaryLightBlue) !important;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
}

.container-fluid {
	max-width: 1196px;
	margin: 0 auto;
	width: 100%;
}

.container-fluid-base {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.container-fluid-lg {
	width: 100%;
	max-width: 1202px;
	margin: 0 auto;
}

.btn-sm {
	padding: 6px 20px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.btn-base {
	padding: 8px 34px;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.btn {
	padding: 13px 32px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: fit-content;
}

.btn-primary {
	background-color: #5648B7 !important;
	color: var(--white);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #5648B7;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-primary img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
	background-color: var(--primaryGreen) !important;
	color: var(--primaryBlack);
	border-color: var(--primaryGreen);
}

.btn-primary:hover img {
	filter: brightness(0) grayscale(0) invert(2);
	-webkit-filter: brightness(0) grayscale(0) invert(2);
}





.btn-primary {
	background-color: var(--primaryLightBlue) !important;
	color: var(--white);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--primaryLightBlue);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-primary img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	filter: brightness(0) grayscale(0) invert(2);
	-webkit-filter: brightness(0) grayscale(0) invert(2);
}

.btn-primary:hover {
	background-color: var(--primaryGreen) !important;
	color: var(--primaryNavy);
	border-color: var(--primaryGreen);
}

.btn-primary:hover img {
	filter: brightness(1) grayscale(1) invert(0);
	-webkit-filter: brightness(1) grayscale(1) invert(0);
}




.btn-violet {
	background-color: #5648B7;
	color: var(--white);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #5648B7;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-violet:hover {
	background-color: var(--primaryGreen) !important;
	color: var(--primaryNavy);
	border-color: var(--primaryGreen);
}





.btn-success-warning {
	background-color: var(--primaryGreen) !important;
	color: var(--primaryNavy);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--primaryGreen);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-success-warning img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-success-warning:hover {
	background-color: var(--secondaryYellow) !important;
	color: var(--primaryBlack);
	border-color: var(--secondaryYellow);
}

.btn-success-warning:hover img {
	filter: brightness(0) grayscale(0) invert(2);
	-webkit-filter: brightness(0) grayscale(0) invert(2);
}




.btn-success {
	background-color: var(--primaryGreen) !important;
	color: var(--primaryNavy);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--primaryGreen);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-success img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-success:hover {
	background-color: #5648B7 !important;
	color: var(--white);
	border-color: #5648B7;
}

.btn-success:hover img {
	filter: brightness(0) grayscale(0) invert(2);
	-webkit-filter: brightness(0) grayscale(0) invert(2);
}

.btn-success-outline {
	background-color: transparent !important;
	color: var(--primaryGreen);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--primaryGreen);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-success-outline img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-success-outline:hover {
	background-color: #5648B7 !important;
	color: var(--white);
	border-color: #5648B7;
}

.btn-success-outline:hover img {
	filter: brightness(0) grayscale(0) invert(2);
	-webkit-filter: brightness(0) grayscale(0) invert(2);
}



.btn-white-outline {
	background-color: transparent !important;
	color: var(--white);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--white);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-white-outline img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-white-outline:hover {
	background-color: var(--white) !important;
	color: var(--primaryBlack);
	border-color: var(--white);
}

.btn-white-outline:hover img {
	filter: brightness(0) grayscale(0) invert(2);
	-webkit-filter: brightness(0) grayscale(0) invert(2);
}

/* common-social-icons */


/* Common */
.content:has(> .explore-programmes)>*:nth-last-child(2) {
	margin-bottom: -104px;
	padding-bottom: calc(104px + 80px);
}

.content:has(> .explore-programmes)+footer>.footer {
	padding-top: calc(45px + 98px) !important;
}


/*==================================================================*/
/*========== Cookie Start ==========*/
/*==================================================================*/
.cookie {
	position: fixed;
	bottom: 0;
	background: var(--white);
	padding: 35px 0;
	width: 100%;
	z-index: 9;
	border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.cookie.alert {
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.cookie .alert-data-container {
	max-width: calc(1145px + 30px);
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
}

.cookie .alert-data-container .title * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 5px;
}

.cookie .alert-data-container .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.cookie .alert-data-container .disc a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.cookie .alert-data-container .disc a:hover {
	color: #5648B7 !important;
}

.cookie .alert-data-container .btn {
	padding: 6px !important;
	border: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.cookie .alert-data-container .btn:hover {
	opacity: 0.7;
}

.cookie-modal .modal-content {
	border: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 88px 58px 61px 58px;
}

.cookie-modal .modal-dialog {
	max-width: 800px;
	width: 100%;
}

.cookie-modal .modal-dialog .modalClose-btn {
	position: absolute;
	top: 33px;
	right: 27px;
	z-index: 2;
}

.cookie-modal .modal-dialog .modalClose-btn button {
	border: 0;
	padding: 6px;
	border-radius: 0;
	background-color: #0000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.cookie-modal .modal-body {
	padding: 0;
}

.cookie-modal .modal-body .title * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 24px;
}

.cookie-modal .modal-body .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}

.cookie-modal .modal-body .disc *:last-child {
	margin-bottom: 0;
}

.cookie-modal .modal-body .disc p a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.cookie-modal .modal-body .disc p a:hover {
	color: #5648B7;
}

/*==================================================================*/
/*========== Cookie End ==========*/
/*==================================================================*/



.programme-popup .modal-content {
	border: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	padding: 88px 58px 61px 58px;
	background-color: #3827C6;
}

.programme-popup .modal-dialog {
	max-width: 640px;
	width: 100%;
	position: relative;
}

.programme-popup .modal-dialog .modalClose-btn {
	position: absolute;
	top: 33px;
	right: 27px;
	z-index: 2;
}

.programme-popup .modal-dialog .modalClose-btn button {
	border: 0;
	padding: 6px;
	border-radius: 0;
	background-color: #0000;
	transform: scale(1.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.programme-popup .modal-dialog .modalClose-btn button img {
	filter: invert(1) brightness(1) grayscale(1);
	-webkit-filter: invert(1) brightness(1) grayscale(1);
}

.programme-popup .modal-body {
	padding: 0;
}



.programme-popup .title * {
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.95);
	text-transform: capitalize;
	margin-bottom: 12px;
	text-align: center;
}

.programme-popup .disc * {
	color: rgba(251, 214, 71, 1);
	line-height: 150%;
	margin-bottom: 12px;
	text-transform: none;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.programme-popup .time * {
	color: var(--white);
	font-weight: 600;
	font-size: 60px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 27px;
}

.programme-popup .action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.programme-popup .action * {
	max-width: 275px;
	flex-grow: 1;
}


/*==================================================================*/
/*========== Announcement Bar Start ==========*/
/*==================================================================*/
.announcement-bar {
	padding: 12px 0;
}

.announcement-bar .announcement-bar-container {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.announcement-bar.alert {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.announcement-bar .btn {
	padding: 6px;
	border: 0;
	/* margin-left: auto; */
}

.announcement-bar .btn * {
	font-size: 22px;
	line-height: 100%;
	width: 22px;
	height: 22px;
}

.announcement-bar .disc {
	margin: 0 auto;
}

.announcement-bar .disc * {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 0;
}

.announcement-bar .disc a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	-moz-text-decoration-line: underline;
	-moz-text-decoration-style: solid;
}

.announcement-bar .disc a:hover {
	opacity: 0.7;
}

/*==================================================================*/
/*========== Announcement Bar End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header.no-sticky {
	position: unset;
	top: unset;
	z-index: 12;
	width: 100%;
}

.header {
	position: sticky;
	top: 0;
	z-index: 12;
	width: 100%;
}

.header .navbar {
	background-color: var(--white);
	/* border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; */
	/* padding: 20px 33px 20px 45px; */
	padding: 0px 33px 0px 45px;
}

.navbar-container {
	display: flex;
	/* align-items: center; */
}

.navbar-container .alx-city {
	position: relative;
	margin-top: 6px;
}

.navbar-container .alx-city p {
	margin-bottom: 0;
	color: var(--primaryBlack);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.7px;
}

.navbar-container .alx-city p span {
	font-size: 19px;
	font-weight: 500;
	line-height: 110%;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}

.header .navbar-nav {
	/* gap: 10px; */
	margin-top: 0;
}

.header .menu-item>.nav-link {
	text-transform: uppercase;
}

.header .navbar-nav li.current-menu-item>a,
.header .current-menu-parent>a {
	color: #1337AC !important;
}

.header .navbar-nav>li.current-menu-item a:focus,
.header .navbar-nav>li.current-menu-item a:hover,
.header .navbar-nav>li.current-menu-item a:active,
.header .current-menu-parent>a:focus,
.header .current-menu-parent>a:hover,
.header .current-menu-parent>a:active {
	color: #1337AC !important;
}


.header .nav-link.dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .dropdown-item.dropdown-toggle.show {
	background-color: var(--aliceBlue);
}

.header .nav-link.dropdown-toggle .arrow {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.header .nav-link.dropdown-toggle.show .arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header .nav-link.dropdown-toggle.show .arrow svg path {
	fill: #5648B7;
}

.header .mob-dd-link {
	display: none;
}

.header .nav-link.dropdown-toggle a {
	padding: 0;
}

.header .dropdown-toggle::after {
	display: none;
}

.header .dropdown-toggle.show::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.navbar-expand-md .navbar-nav .nav-link {
	padding: unset;
}

.header .nav-link {
	/* text-align: center; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	color: var(--primaryBlack);
	/* padding: 10px 15px !important; */
	padding: 40px 15px !important;
	gap: 10px;
}

.header .dropdown-item {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}

.header .nav-link:hover {
	color: #5648B7;
}

.header .nav-link img {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.header .nav-link.show img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header .dropdown-menu {
	width: 331px;
	max-width: 331px;
	min-width: 331px;
	/*top: calc(100% + 22px);
	*/
	left: -80px;
	border: 0;
	border-top: 1px solid #E9E9E9;
	border-radius: 0px !important;
	box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	margin-top: 0;
	padding: 0px 0 10px !important;
	flex-wrap: wrap;
	gap: 8px;
}

.header .dropdown-menu.show {
	width: fit-content;
	max-width: fit-content;
	/*top: calc(100% + 32px);
	*/
	/*transform: translateX(-50%);
	*/
	left: 0;
	border: 0;
	background-color: white;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-top: 0;
	padding: 10px 0px;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
}

.header .dropdown-menu.show .dropdown-menu {
	right: 0 !important;
	top: 0;
	left: 100%;
	height: 100%;
	overflow: auto;
	background: var(--aliceBlue);
	box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.header .dropdown-menu.show .dropdown-menu.show {
	display: unset;
}

.header .dropdown-menu.show .dropdown-menu li {
	height: fit-content;
}

.header .dropdown-menu.show .dropdown-menu li a {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.header .dropdown-menu.show .dropdown-menu li a:hover {
	color: var(--primaryLightBlue);
}

.header .dropdown-menu.show .dropdown {
	position: unset;
}

.header .dropdown-menu li {
	flex: 0 0 100%;
}


.header .dropdown-menu li a {
	padding: 10px 20px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--primaryBlack);
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.header .dropdown-menu li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.header .dropdown-menu li a:hover {
	background-color: var(--aliceBlue);
}

.header .dropdown-menu li.current-menu-item a {
	background-color: var(--aliceBlue);
	color: #1337AC;
}


.header .navbar-toggler {
	border: 0;
	position: relative;
	z-index: 1000;
}

.header .navbar-toggler:focus {
	outline: 0;
	box-shadow: none;
}

.header .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
}

.header .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	row-gap: 8px;
}

.header .navbar-toggler .hamburger span {
	display: block;
	width: 32px;
	height: 2px;
	background: var(--primaryBlack);
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header.h-stick .navbar-toggler .hamburger span {
	background: var(--primaryBlack);
}

.header .navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.header .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .card-img {
	padding-left: 34px;
	margin-left: 34px;
	position: relative;
}

.header .card-img::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 100%;
	background-color: var(--primaryBlack);
	min-height: 105px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0.1;
}

.header .mob-mastercard-logo {
	display: none;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item span:not(:has(img)) {
	padding-left: 38px;
}

/* 20-03-25 */
.header .dropdown .dropdown-menu .menu-item.nav-item.active {
	background: #F3F8FA;
}

.header .navbar .navbar-nav .menu-item.nav-item.active .nav-link {
	color: #5648B7;
}

.header .navbar .navbar-nav .menu-item.nav-item.active-menu .nav-link {
	color: #5648B7;
}

.navbar .navbar-nav .dropdown-menu li.active>.dropdown-item {
	background: transparent;
	color: #029DE0;
	text-decoration: underline;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
	background-color: rgb(2, 157, 224, 0.2);
}

.navbar .navbar-nav .dropdown-menu li.current-menu-item>.dropdown-item,
.navbar .navbar-nav .dropdown-menu li.current-menu-parent>.dropdown-item,
.navbar .navbar-nav .dropdown-menu li .dropdown-item.active,
.navbar .navbar-nav .dropdown-menu li .dropdown-item.current-menu-item,
.navbar .navbar-nav .dropdown-menu li .dropdown-item.current-menu-parent {
	background-color: #F3F8FA;
}

/* 20-03-25 */


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== City Banner Start ==========*/
/*==================================================================*/
.city-banner {
	position: relative;
	padding: 150px 0;
}

.city-banner .overlay {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(102deg, #000 12.2%, rgba(0, 0, 0, 0.00) 59.84%);
}

.city-banner .city-banner-content {
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.city-banner .title>* {
	color: var(--white);
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.city-banner .disc>* {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 64px;
}

.city-banner .action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}


/* Video Demo */
.city-banner .video-banner {
	max-width: 570px;
	width: 100%;
	height: 340px;
	position: relative;
	background-color: #D9D9D9;
	box-shadow: 0px 392px 110px 0px rgba(0, 0, 0, 0.00), 0px 251px 100px 0px rgba(0, 0, 0, 0.01), 0px 141px 85px 0px rgba(0, 0, 0, 0.05), 0px 63px 63px 0px rgba(0, 0, 0, 0.09), 0px 16px 34px 0px rgba(0, 0, 0, 0.10);
}

.city-banner .video-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.city-banner .city-banner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.city-banner .city-banner-container .play-btn {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 2px;
	display: block;
}

.city-banner .city-banner-container .play-btn img {
	width: 100%;
	height: 100%;
}

.city-banner .city-banner-container:has(.video-banner) .city-banner-content {
	max-width: 545px;
}

.swiper-slide {
	height: auto !important;
}

.cityBanner .swiper-slide .city-banner {
	height: 100%;
}

/*==================================================================*/
/*========== City Banner End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== More Impact Start ==========*/
/*==================================================================*/
.more-impact {
	padding: 80px 0;
}

.more-impact .heading {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.more-impact .heading .subtitle * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.more-impact .heading .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.more-impact .heading .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.more-impact .analytics {
	padding: 30px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.more-impact .analytics .analytics-items {
	flex: 0 0 calc(25% - 23px);
	background-color: var(--white);
	padding: 16px;
	box-shadow: 0px 202px 57px 0px rgba(0, 0, 0, 0.00), 0px 129px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 32px 32px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.more-impact .analytics .title * {
	color: var(--primaryNavy);
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 0;
}

.more-impact .analytics .subtitle * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.more-impact .explore-companies {
	padding: 30px 0 0;
}

.more-impact .explore-companies ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.more-impact .explore-companies .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 736px;
	margin: 0 auto 30px;
}

.more-impact .explore-companies .companies {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	min-height: 60px;
	min-width: 122px;
	width: fit-content;
	max-height: 60px;
	background-color: var(--white);
	border-radius: 6px;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	-ms-border-radius: 6;
	-o-border-radius: 6;
}

.more-impact .explore-companies .companies img {
	max-height: 44px;
	width: auto;
}


/*==================================================================*/
/*========== More Impact End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Most Popular Programmes Start ==========*/
/*==================================================================*/
.popular-programmes {
	padding: 80px 0;
}

.popular-programmes .subtitle * {
	color: var(--white);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.popular-programmes .title * {
	color: var(--white);
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.popular-programmes-tabs ul {
	width: fit-content;
	margin: 0 auto 30px;
	gap: 10px;
	justify-content: center;
}

.popular-programmes-tabs ul .nav-link {
	padding: 5px 30px;
	border-radius: 50px;
	color: var(--white);
	border: 1px solid var(--white);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.popular-programmes-tabs ul .nav-link:hover {
	border: 1px solid var(--primaryGreen);
	color: var(--primaryGreen);
}

.popular-programmes-tabs ul .nav-link.active {
	background-color: var(--primaryGreen);
	border: 1px solid var(--primaryGreen);
	color: var(--primaryBlack);
}

.popular-programmes-tabs .programmes-container {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}

.popular-programmes-tabs .programmes-card {
	flex: 0 0 calc(25% - 23px);
	display: flex;
	align-items: stretch;
	flex-direction: column;
}

.popular-programmes-tabs .programmes-card .card-img {
	min-height: 150px;
	height: 150px;
	max-height: 150px;
	width: auto;
	overflow: hidden;
	position: relative;
}

.popular-programmes-tabs .programmes-card .card-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.popular-programmes-tabs .programmes-card .card-body {
	padding: 20px;
	background-color: var(--white);
	display: flex;
	flex-direction: column;
}

.popular-programmes-tabs .programmes-card .programmes-card-action {
	padding-top: 16px;
	margin-top: auto;
	flex-direction: column-reverse;
}

.popular-programmes-tabs .programmes-card .programmes-card-action * {
	width: 100%;
	justify-content: center;
}

.popular-programmes-tabs .programmes-card .card-body .title * {
	color: var(--primaryNavy);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-align: left;
	margin-bottom: 4px;
}

.popular-programmes-tabs .programmes-card .card-body .title:has(a) *:hover {
	color: var(--primaryLightBlue);
}

.popular-programmes-tabs .programmes-card .card-body .time * {
	color: var(--primaryBlack);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	opacity: 0.5;
	margin-bottom: 0;
}

.popular-programmes-tabs .programmes-card .programmes-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	width: fit-content;
	height: fit-content;

	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	background-color: var(--secondaryYellow);
	color: var(--primaryNavy);
}

.new-badge {
	background-color: var(--azureorange) !important;
	color: var(--white) !important;
}

.coming-badge {
	background-color: var(--white) !important;
	color: var(--primaryNavy) !important;
}

.closing-badge {
	background-color: var(--secondaryYellow) !important;
	color: var(--primaryNavy) !important;
}

.popular-programmes-tabs .programmes-card .link-primary {
	color: var(--primaryNavy) !important;
	text-align: center;
	/*DESKTOP/Subtext/Regular*/
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 10px;
	width: fit-content;
}

.popular-programmes-tabs .programmes-card .link-primary:hover {
	color: var(--primaryLightBlue) !important;
	text-decoration-color: var(--primaryLightBlue) !important;
	-moz-text-decoration-color: var(--primaryLightBlue) !important;
}

.popular-programmes-tabs .more-action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

/*==================================================================*/
/*========== Most Popular Programmes End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== The ALX Advantage Start ==========*/
/*==================================================================*/
.advantage {
	padding: 80px 0;
}

.advantage .flex-row .advantage-data {
	margin-left: auto;
}

.advantage .flex-row-reverse .advantage-data {
	margin-right: auto;
}

.advantage .advantage-data {
	max-width: 520px;
}

.advantage .advantage-banner {
	min-height: 360px;
	height: 360px;
	width: 100%;
	position: relative;
}

.advantage .advantage-banner .play-btn {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 2px;
	display: block;
}

.advantage .advantage-banner .play-btn img {
	width: 100%;
	height: 100%;
}

/* .advantage .advantage-banner * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
} */

.advantage .advantage-data .subtitle * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.advantage .advantage-data .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

.advantage .advantage-data .disc * {
	color: #21272A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}

.advantage .advantage-data .action {
	padding-top: 10px;
}

/*==================================================================*/
/*========== The ALX Advantage End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Testimonials Start ==========*/
/*==================================================================*/
.testimonials {
	padding: 80px 0;
}

.testimonials .subtitle * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.testimonials .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.testimonials .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
	max-width: 960px;
	margin: 0 auto;
}

.testimonials .testimonials-container {
	padding: 20px 0;
}

.testimonials .testimonial-card {
	background-color: var(--white);
	box-shadow: 0px 202px 57px 0px rgba(0, 0, 0, 0.00), 0px 129px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 32px 32px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
	padding: 30px 25px;
}

.testimonials .testimonial-card .message * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 18px;
}

.testimonials .testimonial-card .message span {
	color: #5648B7;
}

.testimonials .testimonial-card .message strong {
	color: #029DE0;
}

.testimonials .testimonial-card .author {
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonials .testimonial-card .author .auth-image {
	width: 50px;
	height: 50px;
}

.testimonials .testimonial-card .author .auth-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.testimonials .testimonial-card .author .name * {
	color: var(--primaryBlack);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

.testimonials .testimonial-card .author .designation * {
	color: var(--primaryBlack);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.testimonials .testimonials-action {
	padding-top: 30px;
	margin: 0 auto;
	width: fit-content;
}

/*==================================================================*/
/*========== Testimonials End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Africa Map End ==========*/
/*==================================================================*/
.africa-map {
	padding: 80px 0;
}

.africa-map .africa-map-data {
	max-width: 440px;
}

.africa-map .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 24px;
	max-width: 388px;

}

.africa-map .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}

/*==================================================================*/
/*========== Africa Map End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Follow us Start ==========*/
/*==================================================================*/
.follow-us {
	padding: 80px 0;
}

.follow-us .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.56px;
	margin-bottom: 30px;
}

.follow-us .title a {
	color: #5648B7;
}

.follow-us .title a:hover {
	color: var(--primaryNavy);
}

.follow-us .follow-us-container {
	padding-top: 5px;
}

.follow-us .follow-us-container .social-img {
	height: 170px;
}

.follow-us .follow-us-container .social-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*==================================================================*/
/*========== Follow us End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Explore Programmes Start ==========*/
/*==================================================================*/
.explore-programmes {
	margin-bottom: -84px;
	position: relative;
	z-index: 2;
}

.explore-programmes .explore-programmes-container {
	max-width: calc(1030px + 30px);
	padding: 0 15px;
	margin: 0 auto;
}

.explore-programmes .explore-programmes-data {
	background-color: #5648B7;
	padding: 58px 88px 50px 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.explore-programmes .title * {
	color: var(--white);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.64px;
	margin-bottom: 8px;
}

.explore-programmes .title * a:hover {
	color: var(--primaryGreen);
}

.explore-programmes .disc * {
	color: var(--white);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.4px;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Explore Programmes End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	padding: 98px 0;
	background-color: var(--primaryNavy);
	position: relative;
	overflow: hidden;
}

.footer:after {
	position: absolute;
	content: "";
	left: -275px;
	top: -256px;
	background-image: url("../images/svgs/oval-footer.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 771px;
	height: 474px;
	/* z-index: -1; */
	pointer-events: none;
	filter: blur(160px);
}

.footer .footer-container {
	max-width: calc(1285px + 30px);
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.footer .footer-container .footer-menu-group {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.footer .footer-container .footer-menu:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
}

.footer .footer-container .footer-menu:nth-child(1) .footer-menu-title {
	flex: 0 0 100%;
}

.footer .footer-container .footer-menu {
	/* max-width: 283px; */
	width: 100%;
}

.footer .footer-container .footer-menu .navbar-nav {
	margin-right: auto;
	padding-right: 16px;
}

.footer .footer-container .footer-menu:nth-child(2) {
	max-width: 249px;
	width: 100%;
}

.footer .footer-container .footer-menu .footer-menu-title * {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 18px;
}

.footer .footer-container .footer-menu ul li {
	margin-bottom: 8px;
}

.footer .footer-container .footer-menu ul a {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.footer .footer-container .footer-menu ul a:hover {
	color: var(--primaryGreen);
}

.footer .footer-container .tags {
	width: fit-content;
	margin-left: auto;
}

.footer .footer-container .tags ul {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 400px;
	flex-wrap: wrap;
}

.footer .footer-container .tags ul li * {
	color: var(--primaryGreen);
	font-family: Lexend;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 16px;
	display: block;
}

.footer .footer-container .tags ul li *:hover {
	color: var(--white);
}

.footer .footer-container .social-tags {
	width: 100%;
	max-width: 400px;
	text-align: end;
}

.footer .footer-container .social ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 32px;
	flex-wrap: wrap;
}

.footer .footer-container .social img {
	filter: brightness(0) invert(1) grayscale(0);
	-webkit-filter: brightness(0) invert(1) grayscale(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.footer .footer-container .social img:hover {
	filter: unset;
	-webkit-filter: unset;
}

footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background-color: var(--primaryNavy);
	padding: 24px 15px;
	text-align: center;
}

footer .copyright p {
	margin-bottom: 0 !important;
	color: var(--white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

footer .copyright p span {
	opacity: 0.7;
}

footer .copyright p a {
	color: var(--white);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

footer .copyright p a:hover {
	opacity: 1;
}

.footer .social a {
	font-size: 30px;
	color: var(--white);
	display: block;
}

.footer .social a:hover {
	color: var(--primaryGreen);
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== 404 Start ==========*/
/*==================================================================*/
.error404 .footer {
	margin-top: 0;
}

.section-404 {
	min-height: calc(100dvh - 90px - 61px);
	padding: 150px 0;
	display: flex;
	align-items: center;
}

.section-404 h2 {
	font-size: 150px;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
	color: var(--primaryGreen);
	position: relative;
	width: fit-content;
}

.section-404 h2::before {
	position: absolute;
	content: "404";
	top: 7px;
	left: 7px;
	font-size: 150px;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	background: -webkit-linear-gradient(-45deg, #5DD49D 0%, #029DE0 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	color: initial;
	padding: 10px 0;
	margin-bottom: 15px;
	color: #0E1F40;
	z-index: -1;
}

.section-404 .detail-404 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.section-404 .detail-404 {
	color: var(--white);
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}

.section-404 .back-home-button {
	padding-top: 20px;
}

/*==================================================================*/
/*========== 404 End ==========*/
/*==================================================================*/






/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/* &@&@&@&@&@&@&@ Programme Detail Page &@&@&@&@&@&@&@ */
/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */

/*==================================================================*/
/*========== Apply Now Btn On Mobile View Start ==========*/
/*==================================================================*/
.application-deadline {
	position: fixed;
	bottom: -100%;
	padding: 36px 26px;
	width: 100%;
	background-color: var(--white);
	z-index: 12;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.application-deadline .application-deadline-container {
	margin: 0 auto;
	max-width: 340px;
	width: 100%;
}

.application-deadline .action * {
	font-size: 18px;
	margin-bottom: 20px;
}

.application-deadline .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Apply Now Btn On Mobile View End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== programme-banner Start ==========*/
/*==================================================================*/
.programme-banner {
	padding: 45px 0 45px;
}

.programme-banner .programme-banner-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.programme-banner .banner-data {
	max-width: 600px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.programme-banner .subtitle * {
	color: var(--primaryGreen);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.programme-banner .title * {
	color: var(--white);
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 28px;
}

.programme-banner .disc * {
	color: var(--white);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	max-width: 522px;
}

.programme-banner .programme-video-container {
	max-width: 470px;
	width: 100%;
	margin-bottom: -235px;
	position: relative;
	z-index: 10;
}

.programme-banner .programme-video-banner {
	width: 100%;
	height: 270px;
	position: relative;
}

.programme-banner .programme-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	outline: 4px solid rgba(255, 255, 255, 0.80);
	outline-offset: -4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.programme-banner .programme-play-btn:hover {
	background: #002B56;
	outline-color: rgba(255, 255, 255, 0);
}

.programme-banner .programme-video-details {
	padding: 32px 42px 24px;
	background-color: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
	outline: 1px solid #D9D9D9;
	outline-offset: -1px;
}

.programme-banner .programme-video-details .title * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 16px;
}

.programme-banner .programme-video-details .points li {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-left: 31px;
	margin-bottom: 15px;
	position: relative;
}

.programme-banner .programme-video-details .points li::before {
	position: absolute;
	content: "";
	width: 21px;
	height: 18px;
	top: 2px;
	left: 0;
	background: url("../images/svgs/ul-check.svg") no-repeat center;
	background-size: cover;
}

.programme-banner .programme-video-details .action {
	padding: 5px 0 16px;
}

.programme-banner .programme-video-details .date * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== programme-banner End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Duration Summery Start ==========*/
/*==================================================================*/
.sticky-menu.duration-summery {
	width: 100%;
	position: sticky !important;
	top: 0;
	z-index: 9;
}

.sticky-menu.duration-summery {
	background-color: var(--primaryNavy);
}

.sticky-menu.duration-summery .summery .title * {
	color: var(--primaryLightBlue);
}

.sticky-menu.duration-summery .summery li:last-child {
	display: block;
}

.sticky-menu.duration-summery .summery li:nth-last-child(2):before {
	display: block;
}

.sticky-menu.duration-summery .duration-summery-container .action {
	display: block;
}

.duration-summery {
	background-color: var(--primaryPurple);
	padding: 24px 0;
	margin-bottom: 40px;
}

.duration-summery .duration-summery-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.duration-summery .duration-summery-container .action {
	max-width: 248px;
	width: 100%;
	display: none;
}

.duration-summery .duration-summery-container .action * {
	width: 100%;
}

.duration-summery .summery ul {
	display: flex;
	flex-wrap: wrap;
}

.duration-summery .summery li {
	padding-right: 28px;
	margin-right: 28px;
	position: relative;
	width: fit-content;
}

.duration-summery .summery li:last-child {
	display: none;
}

.duration-summery .summery li::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 41px;
	background-color: var(--white);
	opacity: 0.3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.duration-summery .summery li:last-child:before,
.duration-summery .summery li:nth-last-child(2):before {
	display: none;
}

.duration-summery .summery .title * {
	color: var(--primaryGreen);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}

.duration-summery .summery .disc * {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Duration Summery End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Section Menu Start ==========*/
/*==================================================================*/
.sticky-menu.section-menu {
	position: sticky;
	top: 56px;
	left: 0;
	width: 100%;
	z-index: 8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.sticky-menu.section-menu ul {
	border: 0;
	padding-bottom: 12px;
}

.section-menu {
	position: relative;
	padding: 60px 0 0;
	background-color: var(--white);
}

.section-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--primaryLightBlue);
}

.section-menu ul .section-menu-item {
	background-color: #0000;
	border: 0;
	color: var(--primaryBlack);
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	display: block;
}

.section-menu ul .section-menu-item:hover,
.section-menu ul .section-menu-item.active {
	color: var(--primaryNavy);
	background: rgba(2, 157, 224, 0.20);
}

/*==================================================================*/
/*========== Section Menu End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Overview Start ==========*/
/*==================================================================*/
.overview {
	padding: 80px 0;
}

.overview .overview-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.overview .overview-details {
	max-width: 520px;
}

.overview .overview-details .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

.overview .overview-details .disc * {
	color: #21272A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 12px;
}

.overview .overview-details .disc ul {
	padding-left: 18px;
}

.overview .overview-details .disc ul li {
	list-style: disc !important;
	line-height: 150%;
}

.overview .overview-details .disc strong,
.overview .overview-details .disc b {
	font-weight: 600;
}

.overview .overview-details .disc *:last-child {
	margin-bottom: 0;
}

.overview .overview-banner {
	max-width: 570px;
	width: 100%;
	height: 324px;
}

.overview .overview-banner * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*==================================================================*/
/*========== Overview End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Data Analytics Graduates Start ==========*/
/*==================================================================*/
.data-analytics {
	padding: 80px 0;
}

.data-analytics .heading .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 30px;
}


.data-analytics .data-analytics-company {
	padding-bottom: 30px;
}

.data-analytics .data-analytics-company ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.data-analytics .data-analytics-company .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 736px;
	margin: 0 auto 30px;
}

.data-analytics .data-analytics-company .companies {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	min-height: 60px;
	min-width: 122px;
	width: fit-content;
	max-height: 60px;
	background-color: var(--white);
	border-radius: 6px;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	-ms-border-radius: 6;
	-o-border-radius: 6;
}

.data-analytics .data-analytics-company .companies img {
	max-height: 44px;
	width: auto;
}

.data-analytics .user-message-container {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 60px;
	gap: 30px;
}

.data-analytics .user-message-container .user-message {
	position: relative;
	flex: 0 0 calc(25% - 23px);
	padding: 60px 25px 30px;
	background-color: var(--white);
	box-shadow: 0px 202px 57px 0px rgba(0, 0, 0, 0.00), 0px 129px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 32px 32px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
}

.data-analytics .user-message-container .profile-image {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.data-analytics .user-message-container .profile-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.data-analytics .user-message-container .name * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

.data-analytics .user-message-container .designation * {
	color: var(--primaryBlack);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: center;
}

.data-analytics .user-message-container .message * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

.data-analytics .user-message-container .message span {
	color: var(--primaryPurple);
}

.data-analytics .user-message-container .message strong {
	color: var(--primaryLightBlue);
}

/*==================================================================*/
/*========== Data Analytics Graduates End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Strong Foundation End ==========*/
/*==================================================================*/
.strong-foundation {
	padding: 80px 0;
}

.strong-foundation .heading {
	max-width: 860px;
	margin: 0 auto;
}

.strong-foundation .subtitle * {
	color: var(--white);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.strong-foundation .title * {
	color: var(--white);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.strong-foundation .title span {
	display: block;
}

.strong-foundation .disc * {
	color: var(--white);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

/*==================================================================*/
/*========== Strong Foundation End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Outcomes Start ==========*/
/*==================================================================*/
.outcomes {
	padding: 80px 0;
}

.outcomes .outcomes-container .outline-accordion {
	width: 100%;
}

.outcomes .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.outcomes .outcomes-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.outline-accordion .accordion {
	max-width: 770px;
	width: 100%;
}

.outline-accordion .accordion-item {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border: 1px solid var(--primaryLightBlue);
	border-bottom: 0;
}

.outline-accordion .accordion-item:last-child {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border: 1px solid var(--primaryLightBlue);
	border-bottom: 1px solid var(--primaryLightBlue);
}

.outline-accordion .accordion-button {
	display: flex;
	align-items: center;
	border-radius: 0 !important;
	line-height: normal;
	padding-bottom: 0;
	padding: 15px 25px 0;
	transition: all 0.3s ease-in-out;
	border: 0;
	box-shadow: 0 !important;
	color: var(--primaryNavy);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.outline-accordion .accordion-button img {
	margin-right: 12px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.outline-accordion .accordion-button::after {
	display: none;
}

.outline-accordion .accordion-button:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.outline-accordion .accordion-button.collapsed {
	padding: 20px 25px;
}

.outline-accordion .accordion-button.collapsed img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.outline-accordion .accordion-button:not(.collapsed) {
	background-color: #F3F9FB;
	box-shadow: none !important;
}

.outcomes .outline-accordion .accordion-body {
	background-color: #F3F9FB;
	padding: 4px 41px 27px 59px;
	font-size: 16px;
}

.outline-accordion .accordion-body p {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.outcomes .skills .title * {
	color: var(--primaryNavy);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 10px;
}

.outcomes .skills .badges {
	max-width: 314px;
	padding: 10px;
	padding-left: 0;
}

.outcomes .skills .badges ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.outcomes .skills .badges ul p {
	padding: 4px 15px;
	color: var(--primaryBlack);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	background-color: #D9DFE6;
	display: block;
	margin-bottom: 0;
}

.outcomes .outcomes-container .download * {
	color: var(--primaryNavy);
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin-top: 24px;
}

/*==================================================================*/
/*========== Outcomes End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Application Process Start ==========*/
/*==================================================================*/
.application-process {
	padding: 80px 0;
}

.application-process .application-process-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.application-process .steps .heading {
	max-width: 520px;
}

.application-process .steps .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

.application-process .steps .heading .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.application-process .steps .steps-container {
	max-width: 575px;
	width: 100%;
	padding-top: 24px;
}

.application-process .steps .steps-container .steps-items {
	display: flex;
	position: relative;
}

.application-process .steps .steps-container .steps-items::before {
	position: absolute;
	content: "";
	top: 0;
	left: 25px;
	width: 1px;
	height: 100%;
	background: var(--primaryLightBlue);
}

.application-process .steps .steps-container .steps-items:last-child::before {
	display: none;
}

.application-process .steps .steps-items .steps-img {
	padding: 10px;
	background-color: #5648B7;
	margin-right: 50px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.application-process .steps .steps-items .steps-img img {
	width: 100%;
	height: 100%;
	/* border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%; */
}

.application-process .steps .steps-items .subtitle * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 0;
	opacity: 0.5;
}

.application-process .steps .steps-items .title * {
	color: var(--primaryNavy);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 16px;
}

.application-process .steps .steps-items .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 35px;
}

.application-process .steps .steps-items:last-child .disc * {
	margin-bottom: 0;
}

.application-process .summery {
	max-width: 470px;
	width: 100%;
	padding: 50px;
	background-color: var(--white);
	margin-bottom: 14px;
}

.application-process .summery .title * {
	color: var(--primaryNavy);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.application-process .summery p {
	font-size: 16px;
}

.application-process .summery ul li {
	list-style: disc;
	margin-left: 30px;
	font-size: 16px;
	margin-bottom: 16px;
}

.application-process .summery ul li:last-child {
	margin-bottom: 0;
}

.application-process .summery .disc p {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px;
}

.application-process .summery .disc p:last-child {
	margin-bottom: 0;
}

.application-process .summery .disc span {
	font-weight: 500;
	display: block;
}

/*==================================================================*/
/*========== Application Process End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Program Faq Start ==========*/
/*==================================================================*/
.program-faq {
	padding: 80px 0;
}

.program-faq .heading .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.program-faq .faq-container,
.program-faq .outline-accordion .accordion {
	max-width: 867px;
	width: 100%;
	margin: 0 auto;
}

.program-faq .outline-accordion .accordion-item {
	border: 0;
	margin-bottom: 10px;
	border-radius: 6px !important;
	overflow: hidden;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	-o-border-radius: 6px !important;
}

.program-faq .outline-accordion .accordion-button {
	background-color: #F3F9FB;
	flex-direction: row-reverse;
}

.program-faq .outline-accordion .accordion-button img {
	margin-left: auto;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.program-faq .outline-accordion .accordion-body {
	padding: 4px 91px 25px 27px;
	background-color: #F3F9FB;
	font-size: 16px;
}

/*==================================================================*/
/*========== Program Faq End ==========*/
/*==================================================================*/









/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/* &@&@&@&@&@&@&@ All Programme Page &@&@&@&@&@&@&@ */
/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
.our-programmes {
	padding: 80px 0;
}

.our-programmes .heading .title * {
	color: var(--primaryNavy);
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.our-programmes .our-programmes-container {
	position: relative;
	display: flex;
	gap: 30px;
	padding-top: 12px;
}

/* Filter Start */
.our-programmes .filter-btn {
	display: none;
}

.our-programmes .filter {
	max-width: 270px;
	width: 100%;
}

.our-programmes .show-all {
	margin-bottom: 46px;
}

.our-programmes .show-all a {
	border: 1px solid var(--primaryLightBlue);
	display: block;
	padding: 5px 30px;
	color: var(--primaryLightBlue);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.our-programmes .show-all a.active {
	background-color: var(--primaryLightBlue);
	color: var(--white);
}

.our-programmes .show-all a:hover {
	background-color: var(--primaryLightBlue);
	color: var(--white);
}

.our-programmes .filter-by * {
	color: var(--primaryBlack);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-bottom: 6px;
	position: relative;
	border-bottom: 1px solid #D9DFE6;
}

.our-programmes .category * {
	padding-top: 45px;
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 14px;
}

.our-programmes .form-check {
	position: relative;
	padding-left: 0;
	margin: 0;
}

.our-programmes .category-filter li:last-child .form-check .form-check-label {
	border-bottom: 0px solid #D9DFE6;
}

.our-programmes .form-check .form-check-label {
	padding: 10px 20px 10px 46px !important;
	background-color: var(--white);
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	border-bottom: 1px solid #D9DFE6;
	cursor: pointer;
}

.our-programmes .form-check .form-check-label:hover {
	background-color: transparent !important;
	color: var(--primaryLightBlue);
}

.our-programmes .form-check .form-check-input {
	border-radius: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 14px;
	left: 20px;
	background-color: transparent;
	/* transform: translateY(-50%); */
	border-color: var(--primaryBlack);
	/* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%); */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.our-programmes .form-check .form-check-input:hover {
	border-color: var(--primaryLightBlue) !important;
}

.our-programmes .form-check:has(.form-check-input:checked) .form-check-label {
	background-color: var(--white) !important;
	color: var(--primaryBlack) !important;
}

.our-programmes .form-check .form-check-input:focus {
	outline: 0;
	box-shadow: none;
}

.our-programmes .form-check-input:checked {
	background-color: var(--primaryLightBlue);
	border-color: var(--primaryLightBlue);
}

/* Filter End */

.our-programmes .programmes-card-container .row>* {
	display: flex;
	align-items: stretch;
}

.our-programmes .card {
	width: 100%;
}

.our-programmes .card .programmes-image {
	width: 100%;
	max-height: 150px;
	height: 150px;
	overflow: hidden;
}

.our-programmes .card .programmes-image * {
	width: 100%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.our-programmes .programmes-img-container .programmes-image {
	display: none;
}

.our-programmes .card .programmes-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: var(--secondaryYellow);
	padding: 5px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	width: fit-content;
	height: fit-content;

	color: var(--primaryNavy);
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	width: fit-content;
}

.our-programmes .card {
	border: 0;
	margin-bottom: 30px;
}


.our-programmes .card .card-body {
	padding: 20px 20px 28px;
	outline: 1px solid #DADADA;
	outline-offset: -1px;
	background-color: var(--white);
}

.our-programmes .card .card-body .title * {
	color: var(--primaryNavy);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 4px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.our-programmes .card .card-body .title:has(a) *:hover {
	color: var(--primaryLightBlue);
}

.our-programmes .card .card-body .disc * {
	color: var(--primaryBlack);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.our-programmes .card .card-body .programmes-list {
	display: flex;
	gap: 8px;
}

.our-programmes .card .card-body .programmes-list div img {
	width: 20px;
	height: 27px;
	object-fit: contain;
	object-position: top;
}

.our-programmes .card .card-body .programmes-list .disc * {
	color: var(--primaryBlack);
	font-size: 12px;
	opacity: 0.5;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 4px;
}

.our-programmes .card .card-body ul li {
	margin-bottom: 4px;
}

.our-programmes .card .card-body {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.our-programmes .card .card-body .action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
}

.our-programmes .card .card-body .action * {
	padding: 6px 10px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
}

.our-programmes .card .card-body .action a.btn-dark-outline {
	border: 0 !important;
	padding: 0 !important;
	background-color: #0000 !important;
	width: fit-content;
	opacity: 1;
	margin-top: 10px;
}

.our-programmes .card .card-body .action a.btn-dark-outline:hover {
	color: #212529 !important;
	opacity: 0.6;
}





/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/* &@&@&@&@&@&@&@ AEIC Programme Page &@&@&@&@&@&@&@ */
/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
.aeic-programmes {
	background: linear-gradient(180deg, #21446C 0%, #111D31 49%, #2B1F8F 100%);
}

/*==================================================================*/
/*========== Programme Banner Start ==========*/
/*==================================================================*/
.aeic-programmes .programme-banner .subtitle * {
	color: var(--primaryGreen);
	margin-bottom: 10px;
}

.aeic-programmes .programme-banner .title * {
	margin-bottom: 13px;
}

.aeic-programmes .duration-summery .summery .title * {
	color: var(--primaryGreen);
}

.aeic-programmes .duration-summery {
	background-color: #5648B7;
	position: relative;
}

.aeic-programmes .duration-summery::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #004EF9 0%, #6D55E6 47%, #C056C9 100%);
	opacity: 0.2;
}

.aeic-programmes .duration-summery-container {
	position: relative;
	z-index: 2;
}


/*==================================================================*/
/*========== Programme Banner End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Learn AI skills Start ==========*/
/*==================================================================*/
.aeic-programmes .learn-ai-skills {
	padding: 80px 0;
}

.aeic-programmes .transparent-non-btn {
	color: var(--white);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.aeic-programmes .learn-ai-skills .heading .title * {
	color: var(--white);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 114px;
}

.aeic-programmes .aice-review-section {
	position: relative;
}

.aeic-programmes .aice-review-section::before {
	position: absolute;
	content: "";
	top: 100%;
	left: -135px;
	width: 1025px;
	height: 1000px;
	background: url("../images/svgs/learning-journey-bg-shape-glow.svg") no-repeat center;
	background-size: cover;
	filter: blur(310px);
	-webkit-filter: blur(310px);
	z-index: -1;
}

.aeic-programmes .aice-review-section {
	padding: 80px 0;
}

.aeic-programmes .aice-review-section .aice-review-container {
	display: flex;
	max-width: 990px;
	margin: 0 auto;
	gap: 67px;
}

.aeic-programmes .aice-review-container .name * {
	font-size: 16px;
	line-height: 150%;
	color: var(--white);
	margin-bottom: 0;
	font-weight: 600;
}

.aeic-programmes .aice-review-container .desig * {
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	color: var(--white);
}

.aeic-programmes .aice-review-container .aice-reviewer-img {
	max-width: 189px;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	margin-bottom: 31px;
}

.aeic-programmes .aice-review-container .aice-reviewer-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aeic-programmes .aice-review-container .message {
	max-width: 734px;
	color: var(--white);
	font-size: 32px;
	line-height: 130%;
	position: relative;
}

.aeic-programmes .aice-review-container .message * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-indent: 180px;
}

.aeic-programmes .word {
	opacity: 0.3;
}

.aeic-programmes .skills-container {
	display: flex;
}

.aeic-programmes .skills-container .accordion {
	width: 100%;
}

.aeic-programmes .skills-container .accordion-item {
	border: 0;
	max-width: 474px;
	width: 100%;
	background-color: rgba(63, 51, 146, 0.30);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	margin-bottom: 10px;
}

.aeic-programmes .skills-container .accordion-item.active {
	background-color: #3827C6;
}

.aeic-programmes .skills-container .accordion-content {
	display: none;
}

.aeic-programmes .skills-container .accordion-item.active .accordion-content {
	display: block;
	padding: 0 92px 40px 30px;
}

.aeic-programmes .skills-container .accordion-item.active .accordion-content * {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--white);
}

.aeic-programmes .skills-container .accordion-header {
	background-color: #0000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.7);
	padding: 40px 92px 40px 30px;
	position: relative;
	cursor: pointer;
}

.aeic-programmes .skills-container .accordion-item.active .accordion-header {
	padding: 40px 92px 20px 30px;
	color: var(--white);
}

.aeic-programmes .skills-container .accordion-item.active .arrow {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.aeic-programmes .skills-container .accordion-header .arrow {
	transition: all 0.2s ease-in-out;
	transform: rotate(180deg);
	position: absolute;
	top: 30px;
	display: block;
	right: 30px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.aeic-programmes .skills-container .learn-ai-skills-images {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aeic-programmes .skill-slider-container {
	display: none;
}

.aeic-programmes .skill-slider .skill-slider-img {
	text-align: center;
}

.aeic-programmes .skill-slider .skill-slider-img * {
	max-width: 340px;
	text-align: center;
}

.aeic-programmes .skill-slider .skill-card {
	background-color: #3827C6;
	padding: 40px 30px;
	border-radius: 6px;
}

.aeic-programmes .skill-slider .skill-card .title * {
	font-size: 24px;
	color: var(--white);
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 20px;
}

.aeic-programmes .skill-slider .skill-card .disc * {
	font-size: 18px;
	color: var(--white);
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 0;
}

.aeic-programmes .skill-slider-pagination {
	margin-top: 36px;
	text-align: center;
}

.aeic-programmes .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 5px !important;
	background-color: #9FD7EF !important;
	opacity: 1 !important;
}

.aeic-programmes .swiper-pagination-bullet-active {
	background-color: #029DE0 !important;
}


/*==================================================================*/
/*========== Learn AI skills End ==========*/
/*==================================================================*/





/*==================================================================*/
/*========== Learning Journey Start ==========*/
/*==================================================================*/


.aeic-programmes .learning-journey .heading .subtitle * {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.aeic-programmes .learning-journey .heading .title * {
	color: var(--white);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 40px;
}

.aeic-programmes .learning-journey {
	padding: 80px 0;
	max-width: 100vw;
	width: 100%;
	overflow: hidden;
}

.aeic-programmes .learning-journey .mySwiper {
	overflow: visible;
}

.aeic-programmes .learning-journey .swiper-slide {
	width: fit-content;
}

.aeic-programmes .learning-journey .swiper-slide-card {
	width: fit-content;
	max-width: 390px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.aeic-programmes .learning-journey .slider-image {
	width: 100%;
	max-height: 208px;
	height: 208px;
	overflow: hidden;
	/* border-radius: 0px 36px 0px 0px; */
}

.aeic-programmes .learning-journey .slider-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aeic-programmes .journey-card {
	min-height: 242px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	background-color: #231E53;
	/* border-radius: 0 0 6px 6px; */
}

.aeic-programmes .journey-card .week * {
	font-size: 18px;
	line-height: 150%;
	color: var(--white);
	margin-bottom: 10px;
}

.aeic-programmes .journey-card .title-toggle {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.aeic-programmes .journey-card .title-toggle .title * {
	font-size: 24px;
	line-height: 130%;
	color: var(--primaryGreen);
	font-weight: 500;
	margin-bottom: 0;
}

.aeic-programmes .journey-card .title-toggle .subtitle * {
	font-size: 20px;
	line-height: 150%;
	color: var(--white);
	font-weight: 400;
	margin-bottom: 10px;
}

.aeic-programmes .journey-card .title-toggle .action {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	font-size: 26px;
	display: flex;
	align-items: center;
	color: var(--white);
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.aeic-programmes .learning-journey .swiper-slide-card:hover .title-toggle .action {
	background-color: var(--white);
	border-color: var(--white);
	color: #231E53;
}

.aeic-programmes .learning-journey .swiper-slide-card .moreInfo {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: red;
	padding: 40px 30px 30px 30px;
	background: #3827C6;
	box-shadow: 0px 309px 87px 0px rgba(0, 0, 0, 0.00), 0px 198px 79px 0px rgba(0, 0, 0, 0.01), 0px 111px 67px 0px rgba(0, 0, 0, 0.05), 0px 50px 50px 0px rgba(0, 0, 0, 0.09), 0px 12px 27px 0px rgba(0, 0, 0, 0.10);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.aeic-programmes .learning-journey .swiper-slide-card.active .moreInfo {
	top: 0%;
}


.aeic-programmes .learning-journey .moreInfo .subtitle * {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 10px;
}

.aeic-programmes .learning-journey .moreInfo .title * {
	color: var(--primaryGreen);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 10px;
}

.aeic-programmes .learning-journey .moreInfo .disc * {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.aeic-programmes .learning-journey .moreInfo .tags ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.aeic-programmes .learning-journey .moreInfo .tags p {
	border-radius: 3px;
	background: #2A1D98;
	padding: 2px 8px;
	color: var(--white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: fit-content;
	margin-bottom: 0;
}

.aeic-programmes .learning-journey .moreInfo .action {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	font-size: 26px;
	display: flex;
	align-items: center;
	color: var(--white);
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.aeic-programmes .learning-journey .swiper-slide-card:hover .moreInfo .action {
	background-color: var(--white);
	border-color: var(--white);
	color: #231E53;
	z-index: 2;
	cursor: pointer;
}

.aeic-programmes .swiper-horizontal>.swiper-pagination-progressbar,
.aeic-programmes .swiper-pagination-progressbar.swiper-pagination-horizontal,
.aeic-programmes .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.aeic-programmes .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	position: relative;
}

.aeic-programmes .learning-journey-prev,
.aeic-programmes .learning-journey-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
	font-size: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.aeic-programmes .learning-journey-prev:hover,
.aeic-programmes .learning-journey-next:hover {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--primaryNavy);
}

.swiper-button-disabled {
	opacity: 0.3;
	cursor: not-allowed;
	user-select: none;
}

.aeic-programmes .swiper-horizontal>.swiper-pagination-progressbar,
.aeic-programmes .swiper-pagination-progressbar.swiper-pagination-horizontal,
.aeic-programmes .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.aeic-programmes .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 6px !important;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.aeic-programmes .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: var(--white) !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.aeic-programmes .slider-action-btn {
	display: flex;
	align-items: center;
	gap: 16px;
}

.aeic-programmes .slider-tools {
	margin-top: 65px;
	display: flex;
	align-items: center;
	gap: 30px;
}

/* .aeic-programmes  */

/*==================================================================*/
/*========== Learning Journey End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Programme Outcomes Start ==========*/
/*==================================================================*/
.aeic-programmes .programme-outcomes {
	padding: 80px 0;
}

.aeic-programmes .programme-outcomes .programme-outcomes-card {
	background-color: var(--white);
	padding: 60px 55px;
	box-shadow: 0px 804px 225px 0px rgba(0, 0, 0, 0.00), 0px 515px 206px 0px rgba(0, 0, 0, 0.01), 0px 290px 174px 0px rgba(0, 0, 0, 0.05), 0px 129px 129px 0px rgba(0, 0, 0, 0.09), 0px 32px 71px 0px rgba(0, 0, 0, 0.10);
}

.aeic-programmes .programme-outcomes .programme-outcomes-card .heading {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 64px;
}

.aeic-programmes .programme-outcomes .programme-outcomes-card .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 0;
	max-width: 384px;
	width: 100%;
}

.aeic-programmes .programme-outcomes .programme-outcomes-card .heading .disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 612px;
	width: 100%;
}

.aeic-programmes .programme-outcomes .outcomes-slider {
	background-color: #F6F6FB;
	padding: 56px 66px 46px 66px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.aeic-programmes .programme-outcomes .outcomes-slider-container {
	display: flex;
	justify-content: space-between;
	gap: 47px;
}

.aeic-programmes .programme-outcomes .outcomes-slider-container .slider-data {
	max-width: 376px;
	width: 100%;
}

.aeic-programmes .programme-outcomes .outcomes-slider-container .slider-data .subtitle * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.aeic-programmes .programme-outcomes .outcomes-slider-container .slider-data .title * {
	color: var(--primaryNavy);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 10px;
}

.aeic-programmes .programme-outcomes .outcomes-slider-container .slider-data .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.aeic-programmes .programme-outcomes .outcomes-slider .outcomes-slider-next,
.aeic-programmes .programme-outcomes .outcomes-slider .outcomes-slider-prev {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	border: 3px solid rgba(86, 72, 183, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(86, 72, 183, 1);
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.aeic-programmes .programme-outcomes .outcomes-slider .outcomes-slider-action {
	margin-top: 21px;
}


.aeic-programmes .programme-outcomes .outcomes-slider .outcomes-slider-next:hover,
.aeic-programmes .programme-outcomes .outcomes-slider .outcomes-slider-prev:hover {
	background-color: rgba(86, 72, 183, 1);
	border: 3px solid rgba(86, 72, 183, 1);
	color: var(--white);
}

.aeic-programmes .outcomes-slider-action {
	display: flex;
	align-items: center;
	gap: 16px;
}

.aeic-programmes .outcomes-slider-pagination {
	margin-top: 35px;
	text-align: center;
	display: none;
}

/*==================================================================*/
/*========== Programme Outcomes End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== AEIC FAQs Start ==========*/
/*==================================================================*/
.aeic-faq {
	padding: 80px 0;
}

.aeic-faq .aeic-faq-container {
	display: flex;
	justify-content: space-between;
	gap: 78px;
}

.aeic-faq .aeic-faq-container .card {
	width: 100%;
	max-width: 325px;
	padding: 100px 30px 40px 30px;
	background: #3827C6;
	flex-basis: 325px;
	height: fit-content;
}

.aeic-faq .aeic-faq-container .card .support-img {
	position: absolute;
	top: -40px;
	left: 30px;
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.aeic-faq .aeic-faq-container .card .support-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aeic-faq .aeic-faq-container .card .disc * {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 45px;
}

.aeic-faq .aeic-faq-container .card .ask-question {
	width: 100%;
	border-radius: 95px;
	border: 1px solid var(--primaryGreen);
	padding: 8px 34px;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	color: var(--primaryGreen);
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}

.aeic-faq .aeic-faq-container .card .ask-question:hover {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--primaryBlack);
}

.aeic-faq .aeic-faq-container .card .ask-question:hover img {
	opacity: 0.7;
	filter: invert(1) brightness(0) grayscale(0);
	-webkit-filter: invert(1) brightness(0) grayscale(0);
}

.aeic-faq .main-faq {
	width: 100%;
	max-width: 769px;
}

.aeic-faq .main-faq .title * {
	color: var(--white);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 51px;
}

.aeic-faq .accordion-item>.accordion-header .accordion-button {
	line-height: normal;
	background-color: unset;
	box-shadow: unset;
}

.aeic-programmes .accordion {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.aeic-programmes .accordion-item,
.aeic-programmes .accordion-button {
	background-color: #0000;
	color: var(--white);
	border: 0;
}

.aeic-programmes .accordion-item {
	border-bottom: 1px solid var(--white);
	border-radius: 0 !important;
	margin-bottom: 10px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.aeic-faq .accordion-body {
	padding: 0 52px 30px 0;
}

.aeic-faq .accordion-body * {
	font-size: 18px;
	line-height: 150%;
	color: var(--white);
	font-weight: 400;
	font-style: normal;
	margin-bottom: 16px;
}

.aeic-faq .accordion-body *:last-child {
	margin-bottom: 0;
}

.aeic-programmes .accordion-button {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.aeic-programmes .accordion-button:is(.collapsed) {
	padding: 10px 10px 20px 0;
}

.aeic-programmes .accordion-button:not(.collapsed) {
	color: var(--white);
	padding: 10px 10px 20px 0;
}

.aeic-programmes .accordion-button:not(.collapsed)::after {
	background: url("../images/svgs/faq-chevron.svg") no-repeat center;
	filter: invert(1) brightness(1) grayscale(1);
	-webkit-filter: invert(1) brightness(1) grayscale(1);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.aeic-programmes .accordion-button:is(.collapsed)::after {
	background: url("../images/svgs/faq-chevron.svg") no-repeat center;
	filter: invert(1) brightness(1) grayscale(1);
	-webkit-filter: invert(1) brightness(1) grayscale(1);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}


/*==================================================================*/
/*========== AEIC FAQs End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Module-3-Features-Image Start ==========*/
/*==================================================================*/
.m3-features-image {
	padding: 80px 0;
}

.m3-features-image .heading {
	padding-bottom: 20px;
}

.m3-features-image .heading .subtitle * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.m3-features-image .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.m3-features-image .heading .disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.m3-features-image .image-card {
	margin-bottom: 30px;
}

.m3-features-image .image-card .image {
	width: 100%;
	height: 200px;
	max-height: 200px;
	margin-bottom: 30px;
}

.m3-features-image .image-card .image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.m3-features-image .image-card .image a:hover {
	opacity: 0.6;
}

.m3-features-image .image-card .title * {
	color: var(--primaryNavy);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.m3-features-image .image-card .title a:hover {
	color: var(--primaryLightBlue);
}

.m3-features-image .image-card .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Module-3-Features-Image End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Module-3-Features-Image End ==========*/
/*==================================================================*/
.m4-features-image .image-card .image {
	height: 150px;
	max-height: 150px;
}

/*==================================================================*/
/*========== Module-3-Features-Image End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Module-4-Features-Icons Start ==========*/
/*==================================================================*/
.m4-features-icons {
	padding: 80px 0;
}

.m4-features-icons .heading {
	padding-bottom: 20px;
	text-align: center;
	max-width: 768px;
	margin: 0 auto;
}

.m4-features-icons .heading .subtitle * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.m4-features-icons .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.m4-features-icons .heading .disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.m4-features-icons .row {
	row-gap: 64px;
}

.m4-features-icons .features-icons {
	padding: 0 20px;
	margin-bottom: 0;
	text-align: center;
}

.m4-features-icons .features-icons .icons {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.m4-features-icons .features-icons .icons * {
	width: 48px;
	height: 48px;
}

.m4-features-icons .features-icons .icons a:hover {
	opacity: 0.6;
}

.m4-features-icons .features-icons .title * {
	color: var(--primaryNavy);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.m4-features-icons .features-icons .title a:hover {
	color: var(--primaryLightBlue);
}

.m4-features-icons .features-icons .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Module-4-Features-Icons End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Module-4-Features-Box Start ==========*/
/*==================================================================*/
.m4-features-box {
	padding: 80px 0;
}

.m4-features-box .heading {
	padding-bottom: 20px;
}

.m4-features-box .heading .subtitle * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.m4-features-box .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.m4-features-box .heading .disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.m4-features-box .features-box {
	padding: 24px;
}

.m4-features-box .features-box .image {
	margin-bottom: 30px;
	width: fit-content;
}

.m4-features-box .features-box .image * {
	width: 48px;
	height: 48px;
}

.m4-features-box .features-box .image a:hover {
	opacity: 0.6;
}

.m4-features-box .features-box .title * {
	color: var(--primaryNavy);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.m4-features-box .features-box .title a:hover {
	color: var(--primaryLightBlue);
}

.m4-features-box .features-box .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.m4-features-box .features-box .action {
	margin-top: 20px;
}

.m4-features-box .features-box .action a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.m4-features-box .features-box .action * {
	color: #6941C6;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;

	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.m4-features-box .features-box .action a:hover {
	color: var(--primaryLightBlue);
}

.m4-features-box .features-box .action a:hover path {
	stroke: var(--primaryLightBlue) !important;
}

.m4-features-box .row {
	row-gap: 30px;
}

/*==================================================================*/
/*========== Module-4-Features-Box End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Module-Features-Video Start ==========*/
/*==================================================================*/
.m-features-video {
	padding: 80px 0;
}

.m-features-video .heading {
	padding-bottom: 20px;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

.m-features-video .heading .subtitle * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.m-features-video .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.m-features-video .heading .disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.m-features-video .video-container {
	position: relative;
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	max-height: 512px;
	height: 512px;
	background-color: var(--primaryBlack);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.m-features-video .video-container .playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.m-features-video .video-container .playBtn .play-btn {
	display: block;
	;
}

/*==================================================================*/
/*========== Module-Features-Video End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Module-Content-Right Start ==========*/
/*==================================================================*/
.module-content-right {
	padding: 80px 0;
}


.module-content-right .row {
	row-gap: 40px;
}

.module-content-right .heading .subtitle * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.module-content-right .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

.module-content-right .heading .disc * {
	color: var(--primaryBlack);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.module-content-right .brief-disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 18px;
}

.module-content-right .brief-disc *:last-child {
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Module-Content-Right End ==========*/
/*==================================================================*/


/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/* &@&@&@&@&@&@&@ Hubs Page &@&@&@&@&@&@&@ */
/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/*==================================================================*/
/*========== Hub Banner Start ==========*/
/*==================================================================*/
.hub-banner .hubBanner .image-banner {
	width: 100%;
	max-height: 500px;
	height: 500px;
}

.hub-banner .hubBanner .image-banner * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*==================================================================*/
/*========== Hub Banner End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Our Facilities Start ==========*/
/*==================================================================*/
.our-facilities {
	padding: 80px 0;
}

.our-facilities .row {
	row-gap: 30px;
}

.our-facilities .heading {
	max-width: 860px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.our-facilities .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.our-facilities .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.our-facilities .facilities-card {
	border-radius: 6px;
	border: 1px solid rgba(38, 38, 38, 0.1);
	padding: 32px 9px 25px;
}

.our-facilities .facilities-card .image {
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.our-facilities .facilities-card .image * {
	max-width: 50px;
	max-height: 50px;
}

.our-facilities .facilities-card .title * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Our Facilities End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Image Gallery Start ==========*/
/*==================================================================*/
.image-gallery {
	padding: 80px 0;
}

.image-gallery .main-prev {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}

.image-gallery .main-prev .grid-left {
	flex: 0 0 calc(50% - 5px);
	width: 100%;
	height: 400px;
	max-height: 400px;
	overflow: hidden;
}

.image-gallery .main-prev .grid-left * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-gallery .main-prev .hide {
	display: none !important;
}



.image-gallery .main-prev .grid-right {
	flex: 0 0 calc(50% - 5px);
	width: 100%;
	height: 400px;
	max-height: 400px;
	overflow: hidden;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.image-gallery .main-prev .grid-right>* {
	flex: 0 0 calc(50% - 5px);
	width: 50%;
	height: 50%;
}

.image-gallery .main-prev .grid-right>*>* {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-gallery .main-prev .grid-right>*>*>* {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-gallery .main-prev .grid-right>*:nth-child(n+5) {
	display: none;
}

/* .image-gallery .main-prev .grid-right .grid-top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50%;
	gap: 10px;
}

.image-gallery .main-prev .grid-right .grid-top-left {
	width: 50%;
	height: 100%;
}

.image-gallery .main-prev .grid-right .grid-top-left * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-gallery .main-prev .grid-right .grid-top-right {
	width: 50%;
	height: 100%;
}

.image-gallery .main-prev .grid-right .grid-top-right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-gallery .main-prev .grid-right .grid-bottom {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50%;
	gap: 10px;
}

.image-gallery .main-prev .grid-right .grid-bottom-left {
	width: 50%;
	height: 100%;
}

.image-gallery .main-prev .grid-right .grid-bottom-left * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-gallery .main-prev .grid-right .grid-bottom-right {
	width: 50%;
	height: 100%;
}

.image-gallery .main-prev .grid-right .grid-bottom-right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
} */

.image-gallery .action {
	display: flex;
	justify-content: center;
}


/* Fixed Image Prev */
.main-image-gallery {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: var(--white);
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.gallery-item-click {
	cursor: pointer;
}

.main-image-gallery.show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: var(--white);
	z-index: 999;
}

.main-image-gallery .gallery-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 24px 24px;
}

.main-image-gallery .main-image-gallery-close {
	padding: 8px;
	cursor: pointer;
}

.main-image-gallery .gallery-header .main-image-gallery-close * {
	font-size: 26px;
	color: var(--primaryBlack);
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.main-image-gallery .gallery-header .main-image-gallery-close:hover * {
	opacity: 0.6;
}

.main-image-gallery .gallery-body {
	height: calc(100% - 103px);
	overflow: auto;
	padding: 24px;
}

.main-image-gallery .gallery-body .gallery-container {
	max-width: 740px;
	margin: 0 auto;
}

.main-image-gallery .gallery-body .gallery-container>*:nth-child(3n+1) {
	float: left;
	width: 100%;
	height: 500px;
	max-height: 500px;
	background-color: cyan;
	margin-bottom: 10px;
}

.main-image-gallery .gallery-body .gallery-container>*:nth-child(3n+2) {
	float: left;
	max-width: calc(50% - 5px);
	width: 100%;
	height: 242px;
	background-color: red;
	margin-right: 5px;
	margin-bottom: 10px;
}

.main-image-gallery .gallery-body .gallery-container>*:nth-child(3n) {
	float: left;
	max-width: calc(50% - 5px);
	width: 100%;
	height: 242px;
	background-color: red;
	margin-left: 5px;
	margin-bottom: 10px;
}

.main-image-gallery .gallery-body .gallery-container div * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* .main-image-gallery .gallery-container .box-top {
	max-width: 740px;
	width: 100%;
	height: 500px;
	background-color: cyan;
}

.main-image-gallery .gallery-container .box-top * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.main-image-gallery .gallery-container .box-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.main-image-gallery .gallery-container .box-bottom .box-bottom-left {
	max-width: 50%;
	width: 100%;
	height: 242px;
	background-color: red;
}

.main-image-gallery .gallery-container .box-bottom .box-bottom-left * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.main-image-gallery .gallery-container .box-bottom .box-bottom-right {
	max-width: 50%;
	width: 100%;
	height: 242px;
	background-color: black;
}

.main-image-gallery .gallery-container .box-bottom .box-bottom-right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
} */

/*==================================================================*/
/*========== Image Gallery End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Location Start ==========*/
/*==================================================================*/
.location {
	padding: 80px 0;
}

.location .heading {
	padding-bottom: 20px;
	text-align: center;
}

.location .heading .subtitle * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.location .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

.location .heading .disc * {
	color: var(--primaryBlack);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.location .row {
	row-gap: 30px;
}

.location .location-image {
	width: 100%;
	max-height: 200px;
	height: 200px;
	margin-bottom: 30px;
}

.location .location-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.location .location-image a:hover {
	opacity: 0.6;
}

.location .data .title * {
	color: var(--primaryNavy);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 8px;
}

.location .data .title a:hover {
	color: var(--primaryLightBlue);
}

.location .data .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 15px;
}

.location .data .action {
	margin-bottom: 8px;
}

.location .data .action * {
	color: #5648B7;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.location .data .action *:hover {
	color: var(--primaryLightBlue);
}

.location .data .time * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Location End ==========*/
/*==================================================================*/


.closeBtnModal {
	position: absolute;
	top: -20px;
	right: -17px;
	z-index: 1;
}

.closeBtnModal>div {
	cursor: pointer;
}

.light-navy-modal {
	background-color: #5648B7;
	color: #fff;
}

.navy-modal {
	background-color: var(--primaryNavy);
	color: #fff;
}

/*==================================================================*/
/*========== Applications are now open - Popup Start ==========*/
/*==================================================================*/
#applicationsOpen .modal-dialog {
	width: 100%;
	max-width: calc(550px + 15px);
	margin: 0 auto;
	padding: 0 15px;
}

#applicationsOpen .modal-content {
	max-width: 550px;
	width: 100%;
	border: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0px 202px 57px 0px rgba(0, 0, 0, 0.00), 0px 129px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 32px 32px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
}

#applicationsOpen .modalImage {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	width: 100%;
	height: 275px;
	max-height: 275px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
}

#applicationsOpen .modalImage * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#applicationsOpen .modalImage a:hover {
	opacity: 0.6;
}

#applicationsOpen .modal-body {
	padding: 40px 40px 50px;
}

#applicationsOpen .modal-body .title * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

#applicationsOpen .modal-body .title a:hover {
	color: var(--primaryLightBlue);
}

#applicationsOpen .modal-body .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}

#applicationsOpen .modal-body .action {
	max-width: 200px;
	margin: 0 auto;
}

#applicationsOpen .modal-body .action * {
	width: 100%;
}

/*==================================================================*/
/*========== Applications are now open - Popup End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== All Access - Popup Start ==========*/
/*==================================================================*/
#allAccess .modal-dialog {
	width: 100%;
	max-width: calc(830px + 15px);
	margin: 0 auto;
	padding: 0 15px;
}

#allAccess .modal-content {
	max-width: 830px;
	width: 100%;
	border: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0px 202px 57px 0px rgba(0, 0, 0, 0.00), 0px 129px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 32px 32px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
}

#allAccess .flex-parent {
	display: flex;
}

#allAccess .modalImage {
	border-radius: 6px 0 0 6px;
	overflow: hidden;
	max-width: 326px;
	width: 100%;
	height: auto;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-ms-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
}

#allAccess .modalImage * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#allAccess .modalImage a:hover {
	opacity: 0.6;
}

#allAccess .modal-body {
	padding: 50px 40px;
}

#allAccess .modal-body .subtitle * {
	color: inherit;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 4px;
}

#allAccess .navy-modal .modal-body .subtitle * {
	color: var(--primaryGreen);
}

#allAccess .modal-body .title * {
	color: inherit;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

#allAccess .light-navy-modal .modal-body .title a:hover {
	color: var(--primaryGreen);
}

#allAccess .modal-body .disc * {
	color: inherit;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}

#allAccess .modal-body .action {
	max-width: 200px;
	margin: 0 auto;
}

#allAccess .modal-body .action * {
	width: 100%;
}

/*==================================================================*/
/*========== All Access - Popup End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Application closes - Popup Start ==========*/
/*==================================================================*/
#applicationCloses .modal-dialog {
	width: 100%;
	max-width: calc(600px + 15px);
	margin: 0 auto;
	padding: 0 15px;
}

#applicationCloses .modal-content {
	max-width: 600px;
	width: 100%;
	border: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0px 202px 57px 0px rgba(0, 0, 0, 0.00), 0px 129px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 32px 32px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
	background: linear-gradient(253deg, #1A346A 0.85%, #172D55 37.89%, #002B56 67.52%, #011C37 96.66%);
}

#applicationCloses .modal-body {
	padding: 46px 38px 38px;
}

#applicationCloses .closes-in {
	position: relative;
	padding: 40px 50px;
	margin-bottom: 30px;
}

#applicationCloses .closes-in::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #002B56;
	mix-blend-mode: multiply;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

#applicationCloses .subtitle * {
	color: var(--primaryGreen);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
}

#applicationCloses .title * {
	color: var(--white);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}

#applicationCloses .number {
	position: relative;
	z-index: 1;
	padding: 20px 10px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #27DEF2;
	width: fit-content;
	margin: 0 auto 12px;
	min-width: 120px;
	color: var(--primaryNavy);
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

#applicationCloses .day {
	color: var(--white);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

#applicationCloses .action {
	max-width: 284px;
	width: 100%;
	margin: 0 auto;
}

#applicationCloses .action * {
	width: 100%;
}

/*==================================================================*/
/*========== Application closes - Popup End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Enroll in Data Analytics Start ==========*/
/*==================================================================*/
.enroll-data-analytics {
	padding: 80px 0;
}

.enroll-data-analytics .heading {
	padding-bottom: 22px;
}

.enroll-data-analytics .heading .title * {
	text-align: center;
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 24px;
}

.enroll-data-analytics .heading .title span {
	color: #5648B7;
}

.enroll-data-analytics .heading .disc * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}

.enroll-data-analytics .row {
	row-gap: 50px;
}

.enroll-data-analytics .card {
	height: 100%;
	border-radius: 6px;
	border: 1px solid var(--primaryLightBlue);
	background: var(--white);
	box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
}

.enroll-data-analytics .card.active {
	background-color: #5648B7;
	border-color: #5648B7;
}

.enroll-data-analytics .card.active {
	background-color: #5648B7;
}

.enroll-data-analytics .card .pricing {
	padding: 52px 55px 0;
	min-height: 155px;
}

.enroll-data-analytics .card.active .pricing .subtitle * {
	color: var(--white);
}

.enroll-data-analytics .card .pricing .subtitle * {
	color: #5648B7;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

.enroll-data-analytics .card .pricing .price * {
	color: var(--primaryNavy);
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 0;
}

.enroll-data-analytics .card.active .pricing .price * {
	color: var(--white);
}

.enroll-data-analytics .card .pricing .limit * {
	color: var(--primaryBlack);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.enroll-data-analytics .card.active .pricing .limit * {
	color: var(--white);
}

.enroll-data-analytics .card .action {
	padding: 49px 32px 10px 32px;
}

.enroll-data-analytics .card .action * {
	width: 100%;
}

.enroll-data-analytics .card .points {
	padding: 24px 32px;
}

.enroll-data-analytics .card .points ul {
	margin: 0;
}

.enroll-data-analytics .card .points li {
	padding-left: 36px;
	position: relative;

	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px;
}

.enroll-data-analytics .card.active .points li {
	color: var(--white);
}

.enroll-data-analytics .card .points li:last-child {
	margin-bottom: 0px;
}

.enroll-data-analytics .card .points li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("../images/svgs/pricing-point-check.svg") no-repeat center;
}

.enroll-data-analytics .card .save-badge {
	position: absolute;
	top: -35px;
	right: 21px;
	width: 90px;
	height: 90px;
	padding: 12px;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: var(--azureorange);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.enroll-data-analytics .card.active .save-badge {
	display: flex;
}

.enroll-data-analytics .card .save-badge * {
	margin-bottom: 0;
	text-align: center;

	color: var(--white);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.enroll-data-analytics .card .save-badge span {
	display: block;
	color: var(--white);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

/*==================================================================*/
/*========== Enroll in Data Analytics End ==========*/
/*==================================================================*/


/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/* &@&@&@&@&@&@&@ Blog Page &@&@&@&@&@&@&@ */
/* @&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@&@ */
/*==================================================================*/
/*========== Blog Page Start ==========*/
/*==================================================================*/
/* .blog-list {
	padding: 80px 0;
} */

.blog-list:first-child {
	padding: 80px 0 0;
}

.blog-list:last-child {
	padding: 0px 0 80px;
}

.blog-list .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 65px;
}

.blog-list .heading .title-dd {
	display: flex;
	align-items: center;
	gap: 26px;
}

.blog-list .heading .title * {
	color: var(--primaryNavy);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 0px;
}

.blog-list .heading .title a:hover {
	color: var(--primaryLightBlue);
}

.blog-list .heading .blog-filter-dd {
	color: var(--primaryLightBlue);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	cursor: pointer;
}

.blog-list .heading .blog-filter-dd .dropdown-text {
	margin-right: 12px;
}

.blog-list .heading .blog-filter-dd span svg {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.blog-list .heading .blog-filter-dd.show span svg {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.blog-list .block-title span {
	color: #029DE0;
}

.blog-list .heading .dropdown-menu {
	margin-top: 20px !important;
}

.searchModal .modal-body {
	padding: 0 !important;
}

.searchModal .modal-dialog {
	margin-top: 80px;
}

.searchModal .group-form {
	position: relative;
}

.searchModal .group-form .search-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	color: rgba(38, 38, 38, 0.6);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.searchModal .group-form .search-icon * {
	font-size: 20px;
}

.searchModal .form-control {
	height: 48px;
	padding: 10px 20px 10px 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(38, 38, 38, 0.6);
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.blog-list .heading .search {
	display: flex;
	align-items: stretch;
	max-width: 470px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid rgba(38, 38, 38, 0.30);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.blog-list .heading .desk-search {
	max-width: 470px;
	width: 100%;
}

.blog-list .heading .search-icon {
	padding: 8px 22px;
	cursor: pointer;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-list .heading .search input {
	padding: 16px 22px;
	width: 100%;
	background-color: #0000;
	border: 0;

	color: var(--primaryBlack);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.blog-list .heading .search input:focus {
	outline: 0;
	box-shadow: none;
}

.blog-list .heading .search .search-icon {
	font-size: 24px;
	color: rgba(38, 38, 38, 0.30);
}

.blog-list .heading .dropdown-menu {
	max-width: 800px;
	width: 100%;

	padding: 20px;
	background: var(--white);
	border: 1px solid #EDEDED;
	box-shadow: 0 4px 4px #00000040;
	margin-top: 20px;
	flex-wrap: wrap;
	column-gap: 30px;
}

.blog-list .heading .dropdown-menu.show {
	display: flex;
}

.blog-list .heading .dropdown-menu li {
	flex: 0 0 calc(33% - 18px);
}

.blog-list .heading .dropdown-menu li a {
	width: 100%;
	padding: 0;
	border-right: 1px solid rgba(38, 38, 38, 0.1);
	display: flex;
	align-items: center;
}

.blog-list .heading .dropdown-menu li:nth-child(3n) a {
	border-right: 0px;
}

.blog-list .heading .dropdown-menu li a.active {
	background-color: transparent;
}

.blog-list .heading .dropdown-menu li a.active .badge {
	background-color: #002B56;
	color: #FFFFFF;
}

.blog-list .heading .dropdown-menu li a:hover {
	background-color: #0000;
}

.blog-list .heading .dropdown-menu li a:hover .badge {
	background-color: #002B56;
	color: #FFFFFF;
}

.blog-list .heading .dropdown-menu li a .badge {
	display: inline-block;
	padding: 6px 16px;
	font-size: 12px;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 10px;
	border-radius: 6px;
	text-transform: uppercase;
	background-color: rgba(38, 38, 38, 0.1);
	color: var(--primaryNavy);
}

.blog-list .button-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 25px;
}

.blog-list .button-filter a {
	border-radius: 6px;
	border: 1px solid #BAC2D6;
	background: var(--white);
	padding: 12px 30px;
	color: var(--primaryBlack);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.28px;
	display: block;
}

.blog-list .button-filter a:hover {
	color: var(--primaryLightBlue);
}

/* blog-block-container */
.blog-list .blog-block-container {
	padding-bottom: 34px;
}

.blog-list .blog-block {
	padding: 34px 0;
}

.blog-list .blog-block .block-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.blog-list .blog-block .block-heading .title * {
	color: var(--primaryNavy);
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.blog-list .blog-block .block-heading .title a {
	position: relative;
	padding-right: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.blog-list .blog-block .block-heading .title a::before {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	font-size: 20px;
	color: var(--primaryLightBlue);
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.blog-list .blog-block .block-heading .title a:hover {
	color: var(--primaryLightBlue);
	padding-right: 35px;
}

.blog-list .blog-block .block-heading .see-all * {
	color: var(--primaryLightBlue);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.28px;
	margin-bottom: 0;
}

.blog-list .blog-block .block-heading .see-all *:hover {
	text-decoration: underline;
}

.blog-list .blog-block .row {
	row-gap: 30px;
}

.blog-list .blog-block .card {
	border: 0;
	border-radius: 0;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.blog-list .blog-block .card .blogThumb {
	width: 100%;
	height: 162px;
	max-height: 162px;
}

.blog-list .blog-block .card .blogThumb.img-lg {
	width: 100%;
	height: 222px;
	max-height: 222px;
}

.blog-list .blog-block .card .blogThumb * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-list .blog-block .card .card-body {
	padding: 36px 32px;
	background: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
}

.blog-list .blog-block .card .card-body .date * {
	color: var(--primaryBlack);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.blog-list .blog-block .card .card-body .title * {
	color: var(--primaryNavy);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 8px;
}

.blog-list .blog-block .card .card-body .title a:hover {
	color: var(--primaryLightBlue);
}

.blog-list .blog-block .card .card-body .disc * {
	color: var(--primaryBlack);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.blog-bg-template {
	max-height: 88px;
	height: 88px;
	overflow: hidden;
	margin-bottom: 53px;
}

.blog-bg-template * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-act-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.blog-act-bar .active .page-link {
	text-decoration: underline;
	position: relative;
}

.blog-act-bar .next-li,
.blog-act-bar .prev-li {
	position: relative;
}

.blog-act-bar .next-li::after {
	content: '\f101';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	right: -20px;
	top: 56%;
	font-size: 12px;
	line-height: 100%;
	color: #029DE0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.blog-act-bar .prev-li::after {
	content: '\f100';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: -20px;
	top: 50%;
	font-size: 12px;
	line-height: 100%;
	color: #029DE0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.blog-act-bar {
	margin-top: 40px;
}

.blog-act-bar * {
	color: #029DE0;
}

.blog-act-bar *:hover {
	color: #7161E1;
}

.blog-act-bar .next-li:hover::after {
	color: #7161E1;
	right: -25px;
}

.blog-act-bar .prev-li:hover::after {
	color: #7161E1;
	left: -25px;
}

.nav-links .nav-next {
	margin-left: auto;
	padding-right: 20px;
	color: #029DE0;
	transition: all ease-in-out 300ms;
	font-size: 18px;
	position: relative;
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	width: fit-content;

}

.nav-links .nav-previous {
	padding-left: 20px;
	color: #029DE0;
	transition: all ease-in-out 300ms;
	font-size: 18px;
	position: relative;
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	width: fit-content;
}

.nav-links .nav-previous *,
.nav-links .nav-next * {
	color: #029DE0;
	transition: all ease-in-out 300ms;
	font-size: 18px;
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
}

.navigation.posts-navigation .nav-links {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.nav-links .nav-previous *:hover,
.nav-links .nav-next *:hover {
	color: #7161E1;
}

.nav-links .nav-previous:hover a::before,
.nav-links .nav-next:hover a::before {
	color: #7161E1;
}

.nav-links .nav-previous a::before {
	content: '\f100';
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 56%;
	font-size: 12px;
	line-height: 100%;
	color: #029DE0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.nav-links .nav-next a::before {
	content: '\f101';
	right: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 56%;
	font-size: 12px;
	line-height: 100%;
	color: #029DE0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}


/*==================================================================*/
/*========== Blog Page End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Blog Details Page Start ==========*/
/*==================================================================*/

.blog-detail .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-detail .heading .breadcrumb a {
	color: #029DE0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-right: 4px;
}

.blog-detail .heading .breadcrumb a:hover {
	color: #7161E1;
}

.blog-detail .heading .breadcrumb .breadcrumb-item {
	padding-left: 4px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #BEBEBE;
	opacity: 0.7;
	padding-right: 4px;
}

.detial-container {
	padding: 20px 0;
	max-width: 680px;
	margin: 0 auto;
}

.detial-container .blog-heading {
	display: block;
}

.detial-container .blog-heading .title * {
	color: #002B56;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

.detial-container .blog-post-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid rgba(38, 38, 38, 0.15);
	border-bottom: 1px solid rgba(38, 38, 38, 0.15);
	padding: 14px 0;
}

.detial-container .blog-post-date .date * {
	color: #262626;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 0;
	opacity: 0.5;

}

.detial-container .blog-post-date .shareDD {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #029DE0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.detial-container .blog-post-date .shareDD:hover {
	opacity: 0.6;
}

.detial-container .blog-post-date .dropdown-menu {
	width: 240px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px, rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.detial-container .blog-post-date .dropdown-item {
	display: flex;
	align-items: center;
	padding: 6px 20px;
	color: rgba(38, 38, 38, 0.6);
	font-size: 14px;
	background-color: #ffffff !important;
	gap: 6px;
}

.detial-container .blog-post-date .dropdown-item:hover {
	color: rgba(38, 38, 38, 1);
}

.blog-post-typography {
	padding: 40px 0;
	border-bottom: 1px solid rgba(2, 157, 224, 0.3);
}


.for-new-typography .blog-post-typography figure {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.for-new-typography .blog-post-typography figure>figcaption {
	flex: 0 0 100%;
}

.for-new-typography .blog-post-typography figure>figure {
	flex: 0 0 49% !important;
	width: 100% !important;
	height: 260px;
	object-fit: cover;
}

.for-new-typography .blog-post-typography figure>figure img {
	margin-top: 0;
	height: calc(100% - 20px) !important;
}

.for-new-typography .typography-content img {
	margin-top: 40px;
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.for-new-typography .typography-content figcaption {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	color: rgba(38, 38, 38, 0.5);
	padding-bottom: 20px;
}

.for-new-typography .typography-content strong {
	font-weight: 600 !important;
}

.blog-post-typography h1 {
	font-weight: 500;
	font-size: 48px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 1rem;
}

.blog-post-typography h2 {
	font-size: 28px;
	line-height: 32px;
}

.blog-post-typography h3 {
	font-size: 24px;
	line-height: 28px;
}

.blog-post-typography h4 {
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 1rem;
}

.blog-post-typography h5 {
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 1rem;
}

.blog-post-typography h6 {
	line-height: 150%;
	margin-top: 36px;
}

.for-new-typography .blog-post-typography a {
	text-decoration: underline;
	color: #029DE0;
}

.for-new-typography .blog-post-typography a:hover {
	color: #7161E1;
}

.for-new-typography .blog-post-typography p {
	font-size: 16px;
}

.for-new-typography .blog-post-typography blockquote {
	margin-top: 30px;
	margin-bottom: 50px;
	border-left: 8px solid #FBD647;
	font-size: 28px;
	line-height: 130%;
	font-weight: 500;
}

.for-new-typography .blog-post-typography strong {
	font-weight: 600 !important;
}

.blog-post-typography ul,
.blog-post-typography ol {
	padding-left: 20px !important;
	margin-top: 0;
	padding-bottom: 1rem !important;
	margin-bottom: 0;
	/* display: table-cell; */
}

.blog-post-typography ul li {
	list-style: disc !important;
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #262626;
}

.trending-topics {
	padding-top: 45px;
	padding-bottom: 20px;
}

.trending-topics-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.trending-topics-list ul li {
	padding: 6px 30px;
	font-size: 14px;
	line-height: 228%;
	color: #262626;
	letter-spacing: -0.28px;
	margin-bottom: 15px;
	margin-right: 10px;
	border: 1px solid #BAC2D6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.trending-topics-list ul li * {
	color: #262626;
}

.trending-topics-list ul li:hover a {
	color: #029DE0;
}

/*==================================================================*/
/*========== Blog Details Page End ==========*/
/*==================================================================*/


.clsDD {
	position: relative;
	padding-left: 30px !important;
	width: fit-content;
	display: none;
	font-weight: 500;
	font-size: 14px;
	color: #002B56;
	cursor: pointer;
}

.clsDD::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 20px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23029de0" d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>') no-repeat center;
	background-size: contain;
	/*margin-right: 15px;
	*/
	color: #029DE0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.desk-hide {
	display: none;
}



/* 18-03-25 */

.eth-home-happen .events-on-hubs {
	padding: 119px 0 47px 0;
}

.events-section {
	padding: 75px 0 28px 0;
}

.events-section .main-title {
	/* line-height: 120%; */
	text-transform: capitalize;
}

.events-section .main-title * {
	text-transform: inherit;
}

.event-text * {
	line-height: 160%;
	color: #262626;
}

.event-text *:last-child {
	margin-bottom: 0;
}

.events-list-section {
	padding: 28px 0 234px 0;
}

.event-filter {
	margin-bottom: 32px;
}

.event-list {
	padding: 32px 0 0 0;
}

.event-item {
	/* padding: 45px 0; */
	margin-bottom: 45px;
	/* border-bottom: 1px solid rgba(25, 23, 60, 0.15); */
	height: calc(100% - 45px);
}

.event-item .event-item-img {
	background: #cecece;
	height: 230px;
	overflow: hidden;
	margin-bottom: 38px;
}

.event-item .event-item-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.event-item .event-detail-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 268px);
	padding-bottom: 45px;
}

/* .event-item .event-detail-block * {
	font-family: 'DM Sans';
} */

.event-item .event-detail-block .block-small-title {
	font-size: 22px;
	font-weight: 500;
	display: block;
}

.event-item .event-detail-block .block-small-title:hover {
	color: #029DE0;
}

.event-item .event-notes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.event-item .event-notes ul li {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	color: rgba(38, 38, 38, 0.6);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.event-item .event-notes ul li svg,
.event-item .event-notes ul li i {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #029DE0;
	margin-right: 13px;
}

.event-item .event-notes {
	margin-bottom: 20px;
}

.event-item .event-item-detail {
	/* color: #002B56; */
	font-size: 16px;
	margin-bottom: 30px;
	color: rgba(38, 38, 38, 0.8);
}

.event-item .event-item-detail *:last-child {
	margin-bottom: 0;
}

.event-item .event-item-btn a {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	color: #002B56;
	font-size: 13px;
	font-weight: 600;
	line-height: 230%;
	letter-spacing: 0.26px;
	text-transform: uppercase;
}

.event-item .event-item-btn a span {
	height: 1px;
	background-color: rgba(25, 23, 60, 0.6);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.event-item .event-item-btn a:after {
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 14px;
	color: #2EB9C2;
	right: -20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: transform ease-in-out 300ms;
	-webkit-transition: transform ease-in-out 300ms;
	-ms-transition: transform ease-in-out 300ms;
	-o-transition: transform ease-in-out 300ms;
	-moz-transition: transform ease-in-out 300ms;
}

.event-item .event-item-btn a:hover {
	color: #2EB9C2;
}

.event-item .event-item-btn a:hover span {
	background-color: #2EB9C2;
}

.event-item .event-item-btn a:hover:after {
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}

.event-load-more {
	padding-top: 8px;
}

.event-load-more .btn {
	padding: 10px 35px 10px;
	font-family: 'DM Sans';
	font-size: 16px;
	line-height: 175%;
}



.event-post-section {
	padding: 74px 0 310px 0;
}

.event-post-section>.row {
	justify-content: space-between;
}

.event-post-detail-left .event-post-text {
	margin-bottom: 41px;
}

.event-post-detail-left .event-post-text * {
	/* font-family: 'DM Sans'; */
	line-height: 155%;
	color: rgba(25, 23, 60, 0.8);
}

.event-post-detail-left .event-post-text *:last-child {
	margin-bottom: 0;
}

.event-post-below-btn .btn-simple-cyan {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 34px;
	width: 225px;
	border: 1px solid #029DE0;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #029DE0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

/* .event-post-below-btn .btn-simple-cyan:after {
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 42px;
	font-size: 18px;
	line-height: 155%;
	color: #2EB9C2;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
} */

.event-post-below-btn .btn-simple-cyan:hover {
	color: #FFFFFF;
	border-color: transparent;
	background-color: #029DE0;
}

.event-post-below-btn .btn-simple-cyan:hover:after {
	color: #4278EC;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
}

.event-post-detail-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event-post-detail-right .share-text {
	margin-bottom: 33px;
}

.event-post-detail-right .share-text * {
	color: #19173C;
	/* font-family: 'DM Sans'; */
	font-size: 18px;
	font-weight: 500;
	line-height: 155%;
	text-transform: uppercase;
}

.event-post-detail-right .share-text *:last-child {
	margin-bottom: 0;
}

.event-post-detail-left .event-post-text * span {
	font-weight: 500;
}

.event-post-text-heading {
	margin-bottom: 16px;
}

.event-social-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event-social-icon ul li {
	margin-bottom: 29px;
}

.event-social-icon ul li:last-child {
	margin-bottom: 0;
}

.event-social-icon ul li a i,
.event-social-icon ul li a svg {
	color: #029DE0;
	font-size: 32px;
	line-height: 100%;
}

.event-social-icon ul li a:hover i,
.event-social-icon ul li a:hover svg {
	color: #4278EC;
}

.event-social-icon .addtoany_shortcode .addtoany_list {
	display: flex;
	flex-direction: column;
}

.event-social-icon .addtoany_shortcode .addtoany_list a span.a2a_svg {
	background-color: #029DE0 !important;
}

.event-social-icon .addtoany_shortcode .addtoany_list a {
	width: 34px;
	height: 34px;
	margin-bottom: 28px;
}

.event-post-btn {
	margin-bottom: 12px;
}

/* .event-post-btn * {
	color: #4278EC;
} */

.event-post-btn i,
.event-post-btn svg {
	font-size: 12px;
	line-height: 100%;
	margin-right: 10px;
	vertical-align: baseline;
}

.event-post-banner-section {
	padding: 90px 0 123px 0;
}

.event-post-btn a {
	/* font-family: 'DM Sans'; */
	font-weight: 500;
	font-size: 16px;
	line-height: 187%;
	color: #029DE0;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.event-post-left .section-title {
	/* font-family: 'Inter'; */
	line-height: 120%;
	/* color: #19173C; */
}

.event-post-left .event-item .event-notes ul li svg,
.event-post-left .event-item .event-notes ul li i {
	color: #029DE0;
}

.event-post-left .event-item {
	height: unset;
	border-bottom: none;
	margin-bottom: 0;
}

.event-post-left .event-item .event-notes {
	margin-bottom: 0;
}

.event-post-left .event-item .event-notes ul li {
	/* font-family: 'DM Sans'; */
	font-size: 16px;
	line-height: 125%;
	color: rgba(25, 23, 60, 0.6);
}

.event-post-btn a:hover {
	color: #2EB9C2;
}

.event-post-btn a svg,
.event-post-btn a i {
	color: #029DE0;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
}

.event-post-btn a:hover svg,
.event-post-btn a:hover i {
	color: #2EB9C2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.event-post-banner-section .event-post-left .section-title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 49px;
	max-width: 575px;
}

.event-post-banner-section .event-post-right {
	width: 100%;
	height: 400px;
	margin-top: 17px;
	aspect-ratio: 1 / 1;
	/* max-width: 370px; */
	margin-left: auto;
}

.event-post-banner-section .event-post-right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-post-detail-left .event-post-text ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.event-post-detail-left .event-post-text ul li {
	list-style-type: disc;
}

.event-post-detail-left .event-post-text ul li ul li {
	list-style-type: circle;
}

.event-post-detail-left .event-post-text ul li strong {
	font-weight: 600;
}

.event-post-detail-left .event-post-text h1 {
	font-size: 40px;
	margin-bottom: 8px;
}

.event-post-detail-left .event-post-text h2 {
	font-size: 32px;
	margin-bottom: 8px;
}

.event-post-detail-left .event-post-text h3 {
	font-size: 28px;
	margin-bottom: 8px;
}

.load-more-container .btn {
	padding: 10px 32px;
}

.section-404 p {
	line-height: 160%;
	color: var(--primaryBlack);
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item span:not(:has(img)) {
	padding-left: 38px;
}

.footer .footer-container .footer-menu ul li.active a {
	color: var(--primaryGreen);
}
















































































































/* main-small-title */
.main-small-title {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 30px;
}

.main-small-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-small-title a:hover {
	color: #029DE0 !important;
}

/* main-small-title */

/* section-title */
.section-title {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 30px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #029DE0 !important;
}

/* section-title */

/* block-title */
.block-title {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 30px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: capitalize;
}

.block-title a:hover {
	color: #029DE0 !important;
}

/* block-title */

/* block-small-title */
.block-small-title {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 30px;
}

.block-small-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-small-title a:hover {
	color: #029DE0 !important;
}

/* block-small-title */



.weight-100 {
	font-weight: 100 !important;
}

.weight-200 {
	font-weight: 200 !important;
}

.weight-300 {
	font-weight: 300 !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

.weight-900 {
	font-weight: 900 !important;
}

.fix-width-195 {
	max-width: 195px;
	width: 100%;
}

.fix-width-305 {
	max-width: 305px;
	width: 100%;
}

.fix-width-325 {
	max-width: 325px;
	width: 100%;
}

.fix-width-347 {
	max-width: 347px;
	width: 100%;
}

.fix-width-368 {
	max-width: 368px;
	width: 100%;
}

.fix-width-377 {
	max-width: 377px;
	width: 100%;
}

.fix-width-405 {
	max-width: 405px;
	width: 100%;
}

.fix-width-430 {
	max-width: 430px;
	width: 100%;
}

.fix-width-440 {
	max-width: 440px;
	width: 100%;
}

.fix-width-451 {
	max-width: 451px;
	width: 100%;
}

.fix-width-469 {
	max-width: 469px;
	width: 100%;
}

.fix-width-498 {
	max-width: 498px;
	width: 100%;
}

.fix-width-505 {
	max-width: 505px;
	width: 100%;
}

.fix-width-513 {
	max-width: 513px;
	width: 100%;
}

.fix-width-519 {
	max-width: 519px;
	width: 100%;
}

.fix-width-525 {
	max-width: 525px;
	width: 100%;
}

.fix-width-530 {
	max-width: 530px;
	width: 100%;
}

.fix-width-540 {
	max-width: 540px;
	width: 100%;
}

.fix-width-553 {
	max-width: 553px;
	width: 100%;
}

.fix-width-575 {
	max-width: 575px;
	width: 100%;
}

.fix-width-580 {
	max-width: 580px;
	width: 100%;
}

.fix-width-600 {
	max-width: 600px;
	width: 100%;
}

.fix-width-605 {
	max-width: 605px;
	width: 100%;
}

.fix-width-628 {
	max-width: 628px;
	width: 100%;
}

.fix-width-640 {
	max-width: 640px;
	width: 100%;
}

.fix-width-656 {
	max-width: 656px;
	width: 100%;
}

.fix-width-690 {
	max-width: 690px;
	width: 100%;
}

.fix-width-703 {
	max-width: 703px;
	width: 100%;
}

.fix-width-712 {
	max-width: 712px;
	width: 100%;
}

.fix-width-730 {
	max-width: 730px;
	width: 100%;
}

.fix-width-742 {
	max-width: 742px;
	width: 100%;
}

.fix-width-764 {
	max-width: 764px;
	width: 100%;
}

.fix-width-770 {
	max-width: 770px;
	width: 100%;
}

.fix-width-797 {
	max-width: 797px;
	width: 100%;
}

.fix-width-803 {
	max-width: 803px;
	width: 100%;
}

.fix-width-827 {
	max-width: 827px;
	width: 100%;
}

.fix-width-850 {
	max-width: 850px;
	width: 100%;
}

.fix-width-890 {
	width: 100%;
	max-width: 890px;
}

.fix-width-915 {
	max-width: 915px;
	width: 100%;
}

.fix-width-960 {
	max-width: 960px;
	width: 100%;
}

.fix-width-970 {
	max-width: 970px;
	width: 100%;
}

.fix-width-1025 {
	max-width: 1025px;
	width: 100%;
}

.fix-width-1030 {
	max-width: 1030px;
	width: 100%;
}

.fix-width-1045 {
	max-width: 1045px;
	width: 100%;
}

.fix-width-1065 {
	max-width: 1065px;
	width: 100%;
}

.fix-width-1115 {
	max-width: 1115px;
	width: 100%;
}




/* common-video-play-icon */
.pnpbr-above-video .common-video-play-icon {
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 66px !important;
	height: 66px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 100%;
	color: #002B56;
	border: 4px solid #002B56;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.pnpbr-above-video .common-video-play-icon * {
	position: relative;
	left: 1px;
	width: 25px !important;
	height: 25px !important;
}

.pnpbr-above-video .common-video-play-icon:hover {
	background: #029DE0;
	border-color: #029DE0;
}

.pnpbr-above-video .common-video-play-icon.white-layout {
	border-color: #ffffff;
}

.pnpbr-above-video .common-video-play-icon.white-layout:hover {
	background: #002B56;
	border-color: #002B56;
}

/* common-video-play-icon */

.pnpbr-above-video {
	position: relative;
}

.program-new-page-section {
	/* padding: 85px 0 0 0; */
	padding: 40px 0 0 0;
}

.program-new-page-section .program-new-page-banner-left>.block-small-title {
	font-weight: 600;
	color: #05F283;
	margin-bottom: 12px;
}

.program-new-page-section .program-new-page-banner-left>.main-title {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 13px;
	max-width: 600px;
}

.program-new-page-section .program-new-page-banner-left>.main-small-title {
	color: #ffffff;
	margin-bottom: 13px;
	max-width: 600px;
}

.pnpb-rocket-icon {
	margin-right: 16px;
}

.pnpb-rocket-icon img {
	width: 24px;
	height: 24px;
}

.pnpb-rocket .block-small-title {
	font-weight: 400;
	line-height: 160%;
	color: #ffffff;
}

.pnpb-rocket {
	display: flex;
}

.pnpbr-above-video .exceptional-programmes-image * {
	width: 100%;
	height: 278px;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
}

.pnpbr-below {
	position: relative;
	padding: 33px 35px 39px 44px;
	background-color: #ffffff;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
	-webkit-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
	-moz-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
}

.lp-program-new-page-banner .pnpbr-below {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.pnpbr-below .pnpbr-ul-up {
	margin-bottom: 13px;
}

.lp-program-new-page-banner .pnpbr-below .pnpbr-ul-up {
	margin-bottom: 25px;
}

.pnpbr-below .pnpbr-ul-up * {
	line-height: 160%;
	font-weight: 500;
}

.pnpbr-ul {
	margin-bottom: 28px;
}

.pnpbr-ul ul {
	padding-left: 21px;
	margin: 0;
}

.pnpbr-ul ul * {
	line-height: 160%;
}

.pnpbr-btn {
	margin-bottom: 15px;
}

.lp-program-new-page-banner .pnpbr-btn {
	margin-bottom: 30px;
}

.pnpbr-btn .btn {
	width: 100%;
}

.pnpbr-date {
	text-align: center;
}

.lp-program-new-page-banner .pnpbr-date {
	padding: 0 60px;
}

.lp-program-new-page-banner .pnpbr-date * {
	text-align: center;
	font-size: 14px;
}

.pnpbr-date * {
	font-size: 14px;
	line-height: 160%;
}

.no-fee {
	position: absolute;
	right: -40px;
	top: -40px;
	padding: 5px;
	width: 98px;
	height: 98px;
	background-color: #FB4D01;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}

.no-fee * {
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	max-width: 82px;
	text-align: center;
}

.program-new-page-banner-right {
	/* margin-bottom: -170px; */
	margin-bottom: -285px;
}

.pnpl-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.pnpl-list ul li {
	margin-right: 40px;
	position: relative;
}

.pnpl-list ul li:nth-last-child(2) {
	margin-right: 0;
}

.pnpl-list ul li:last-child {
	display: none;
}

.pnpl-list ul li .smallest-text {
	font-size: 15px;
}

.program-new-page-line-section .pnpl-list ul li .pnpl-item-title * {
	margin-bottom: 8px;
}

.program-new-page-line-section .pnpl-list .pnpl-item-text * {
	margin-bottom: 0px;
}

/* .pnpl-list ul li:last-child {
	margin-right: 0;
} */

/* .pnpl-list ul li:last-child {
	display: none;
} */

.pnpl-list ul li:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #26262633;
}

.pnpl-list ul li:nth-last-child(2):after {
	content: none;
}

/* .pnpl-list ul li:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #26262633;
}

.pnpl-list ul li:last-child:after {
	content: none;
} */

.program-new-page-line-section {
	padding: 28px 0;
	max-width: 576px;
}

.pnpl-item-title * {
	font-weight: 600;
	line-height: 120%;
	color: #029DE0;
}

.pnpl-item-text * {
	line-height: 120%;
}

.program-new-page-ai-career-section {
	padding: 23px 0 96px 0;
}

.pnpacs-card {
	margin-left: auto;
	margin-right: 52px;
	padding-left: 47px;
	border-left: 2px solid #27DEF2;
}

.pnpacs-card .career-guidance-cards .career-guidance-item-one {
	padding: 0;
}

.pnpacs-card .career-guidance-cards .career-guidance-item-one-detail-right .smallest-text * {
	color: #262626;
}

.pnpacs-card .pnpacs-card-text {
	margin-bottom: 28px;
}

.pnpacs-card .pnpacs-card-text * {
	font-weight: 500;
	line-height: 160%;
}

.pnpacs-card .pnpacs-card-text *:last-child {
	margin-bottom: 0;
}

.program-new-page-section>.row {
	align-items: center;
}

.program-new-page-enroll-section {
	position: relative;
	/* padding: 75px 0 87px 0; */
	padding-top: 37px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.pnpe-left .block-title {
	color: #ffffff;
	margin-bottom: 15px;
}

.pnpe-left .smallest-text {
	margin-bottom: 24px;
}

.pnpe-left .smallest-text * {
	color: #ffffff;
}

.program-new-page-enroll-section>.row {
	justify-content: space-between;
	align-items: center;
}

/* .pnpe-man {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
} */

.pnpe-left {
	padding: 0 0 0 78px;
	margin-right: -30px;
}

.pnpe-right {
	padding: 0 92px 0 29px;
}

/* .pnpe-btn .btn {
	width: 290px;
} */

.pnpe-card {
	min-height: 350px;
	margin: 0 0 0 -10px;
	padding: 34px 30px 40px 36px;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	overflow: auto;
	/* 10-6-2024 */
}

.pnpe-card-title {
	margin-bottom: 20px;
}

.pnpe-card-title * {
	color: #029DE0;
}

.pnpe-card-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pnpe-card-list ul li {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #27DEF2;
}

.pnpe-card-list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.program-new-page-tool-section {
	padding: 62px 0 30px 0;
}

.program-new-page-tool-section .program-new-page-tool-main-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.program-new-page-tool-section .program-new-page-tool-main-title .block-title {
	margin-bottom: 0;
}

.program-new-page-tool-section .program-new-page-tool-main-title .download-catalog-button {
	margin-left: 30px;
}

.pnpt-card-item {
	padding: 26px 34px 36px 34px;
	background-color: #DCF1EF;
	height: calc(100% - 22px);
	margin-bottom: 22px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.pnpt-card-item .paragraph-medium {
	padding-bottom: 7px;
	margin-bottom: 19px;
	border-bottom: 1px solid #27DEF2;
}

.pnpt-card-item .paragraph-medium * {
	color: #002B56;
	font-weight: 500;
}

.pnpt-card-item .smallest-text *:last-child {
	margin-bottom: 0;
}

.program-page-new-learn-scetion>.row {
	justify-content: center;
	align-items: center;
}

.program-page-new-learn-scetion {
	padding: 65px 0 95px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.pnpls-left .block-title * {
	text-transform: capitalize;
}

.pnpls-list {
	margin-bottom: 42px;
}

.pnpls-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pnpls-list ul li {
	line-height: 160%;
	position: relative;
	padding-left: 34px;
	margin-bottom: 6px;
}

.lp-program-new-page-banner .pnpls-list ul li {
	margin-bottom: 16px;
}

.pnpls-list ul li:before {
	content: '\f00c';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 21px;
	line-height: 100%;
	width: 21px;
	height: 21px;
	color: #FF5347;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.lp-program-new-page-banner .pnpls-list ul li:before {
	top: 4px;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
}

/* .pnpls-btn .btn {
	width: 300px;
} */

.program-page-new-meta-section {
	padding: 87px 0 129px 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.program-new-page-fee-section {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.pnpf-right {
	height: 100%;
}

.pnpf-right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.pnpf-left {
	padding: 52px 57px 52px 68px;
	height: 100%;
}

.pnpf-left .block-title {
	margin-bottom: 10px;
}

.pnpf-left .smallest-text *:last-child {
	margin-bottom: 0;
}

.program-new-page-fee {
	padding-bottom: 87px;
}

.program-new-page-faq .faq-new-page .faq-accordion .faq-accordion-item-open {
	background-color: #ffffff !important;
}

.foundation-faq-section.program-new-page-faq {
	padding: 50px 0 208px 0;
	margin-bottom: -128px;
}

.program-new-page-faq .block-title {
	margin-bottom: 52px;
}

.pmpe-slide-up {
	display: flex;
	align-items: flex-start;
}

.pnpe-man {
	max-width: 338px;
	width: 100%;
	height: 450px;
	flex: 0 0 338px;
	position: relative;
}

.pnpe-card-list ul li span {
	font-weight: 500;
}

/* .pnpe-slider {
	opacity: 0;
} */

.pnpe-slider.slick-initialized {
	opacity: 1;
	position: relative;
}

.new-ul-style .pnpls-list {
	margin-bottom: 28px;
}




/* program-v5-new-page-line */
.program-new-page-line-section .pnpl-list ul li {
	margin-right: 40px !important;
}

.program-new-page-line-section .pnpl-list .pnpl-item-title * {
	color: #05F283;
}

.program-new-page-line-section .pnpl-list .pnpl-item-text {
	color: #ffffff;
}

.program-new-page-line-section .pnpl-list ul li:after {
	content: "" !important;
	background: rgba(255, 255, 255, 0.3);
}

.program-new-page-line-section .pnpl-list ul li:last-child {
	display: block;
	margin-right: 0 !important;
}

.program-new-page-line-section .pnpl-list ul li:last-child:after {
	content: none !important;
}

.program-v5-new-page-line .pnpl-list ul li {
	margin-right: 40px !important;
}

.program-v5-new-page-line .pnpl-list ul li:after {
	content: "" !important;
	background: rgba(255, 255, 255, 0.3);
}


.program-v5-new-page-line .pnpl-list ul li:last-child {
	display: block;
	margin-right: 0 !important;
}

.program-v5-new-page-line .pnpl-list ul li:last-child:after {
	content: none !important;
}

.program-v5-new-page-line .pnpl-item-title * {
	font-weight: inherit;
	color: inherit;
}

.program-v5-new-page-line .pnpl-item-text {
	color: #ffffff;
}

.program-v5-new-page-line .pnpl-item-text * {
	font-weight: inherit;
	color: inherit;
}

/* program-v5-new-page-line */






/* 23-2-2024 */

.programme-careers-tabing-content .programme-careers-list>.row {
	justify-content: center;
}

.program-coming-soon-above {
	margin-bottom: 40px;
}

.modal.popup-modal.show {
	z-index: 99999;
}

.content {
	position: relative;
}

/* .purple-bar {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
} */

.purple-bar-relative {
	position: relative;
	padding: 12px 0;
}

.purple-bar-text * {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 0;
}

.purple-bar-text * span {
	color: #FBD647;
}

.purple-bar-text * a {
	text-decoration: underline;
}

.purple-bar-text * a:hover {
	color: #FBD647;
}

.purple-bar-close {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	line-height: 100%;
	position: absolute;
	right: 128px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.purple-bar-close i,
.purple-bar-close svg {
	font-size: 22px;
	line-height: 100%;
	width: 22px;
	height: 22px;
	color: #FFFFFF;
}

.enroll-if-days-left.enroll-registration-section .enroll-registration-content {
	padding-bottom: 20px;
}

.left-days-enroll {
	position: absolute;
	bottom: 15px;
	right: 35px;
}

.left-days-enroll * {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 0;
}

.left-days-enroll * span {
	font-weight: 700;
	color: #27DEF2;
}

.pnpbr-date p {
	margin-bottom: 0;
}

.pnpbr-date * span {
	font-weight: 700;
	color: #029DE0;
}

/* 23-2-2024 */





/* 5-2-2024 */

/* Flip card container */
/* .pnpe-card { */
/* padding: 0;
	margin: 0;
	width: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s; */
/*perspective: 1000px;
	width: 200px;
	height: 200px;
	*/
/* } */

/* .pmpe-slide.slick-current .pnpe-card {
	width: 100%;
} */

/* Flip card element */
/* .pnpe-card-inside {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s;
} */

/* Flip card front and back faces */
/* .pnpe-card-front,
.pnpe-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
} */

/* Flip card front */
/* .pnpe-card-front {
	background-color: #bbb;
	color: black;
	z-index: 2;
} */

/* Flip card back */
/* .pnpe-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateY(180deg);
	z-index: 1;
	opacity: 0;
} */

/* Flip card flipped state */
/* .pnpe-card.flipped .pnpe-card-inside {
	transform: rotateY(180deg);
} */

/* Gradual visibility during flip */
/* .pnpe-card.flipped .pnpe-card-back {
	opacity: 1;
} */

/* 5-2-2024 */

/* .pmpe-slide .card {
	display: none;
}

.pmpe-slide.slick-current .card {
	display: block;
} */

.pnpbr-mobile {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff !important;
	z-index: 9999;
}

.enroll-registration-section.enroll-register-for-new-program {
	opacity: 0;
	/* height: 0; */
	z-index: -1;
}

.enroll-registration-section.enroll-register-for-new-program.active {
	opacity: 1;
	z-index: 9999;
	/* height: 100%; */
}

.postid-14906 .enroll-registration-section.enroll-register-for-new-program {
	margin-bottom: 100px;
}

.enroll-registration-section.enroll-register-for-new-program {
	margin-top: 0;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-content {
	padding: 0;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-list {
	margin: 0;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-list>* {
	padding: 0;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-block {
	padding: 24px 60px 27px 0;
	position: relative;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-block:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 41px;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-item:last-child .enroll-registration-block:after {
	content: none;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-button {
	margin-left: 0;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-button .btn {
	width: 100%;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-block .title {
	color: #029DE0;
}

.enroll-registration-section.enroll-register-for-new-program .enroll-registration-button .btn {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 9px;
}

.blog-category-section ol.breadcrumb.single-breadcremb {
	margin-bottom: 0;
}

.for-all-search-button {
	margin-bottom: 30px;
}

/* 8-2-2024 */

.block-title.fros-heading-main {
	line-height: 120%;
}

.fros-heading {
	margin-bottom: 20px;
}

.fros-heading * {
	font-weight: 500;
	color: #029DE0;
}

.faq-redirect-one-section {
	margin-bottom: 53px;
}

.faq-redirect-one-section:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion-body * a {
	color: #262626;
	text-decoration: underline;
}

.faq-accordion .accordion-body * a:hover {
	color: #029DE0;
}

.faq-new-page .faq-program-section-redirect .faq-accordion .accordion-button:after {
	color: rgba(0, 0, 0, 0.54);
}

.pnpe-man img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 9;
}

.trending-topics-section .block-title {
	margin-bottom: 0;
}

/* 8-2-2024 */

/* 9-2-2024 */

/* .programee-detail-section.faq-dropdown-up .mobile-scroll {
	margin-bottom: 0;
} */

.programee-detail-section.faq-dropdown-up {
	padding: 0;
}

.enroll-register-for-new-program.enroll-registration-section .enroll-registration-button {
	max-width: 206px;
}

.enroll-register-for-new-program.enroll-registration-section .enroll-registration-button .btn {
	padding-left: 20px;
	padding-right: 20px;
}

.pnpacs-left .smallest-text {
	font-size: 17px;
}

.pnpacs-card .pnpacs-card-text {
	font-size: 21px;
}

/* 9-2-2024 */

/* 21-2-2024 */

a.programme-careers-block {
	display: block;
}

.programme-careers-block.coming-soon-main {
	position: relative;
}

.programme-careers-detail .coming-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.programme-careers-detail .prongram-coming-more-details {
	position: relative;
	/* z-index: 9; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.coming-soon-start {
	padding: 61px 22px 64px 22px;
}

.program-coming-soon-above {
	padding-left: 15px;
	border-left: 5px solid #ED008C;
}

.program-soon-text {
	line-height: 100%;
	margin-bottom: 5px;
}

.program-soon-text * {
	color: #27DEF2;
	font-size: 14px;
	line-height: 120%;
}

.program-soon-name {
	max-width: 150px;
}

.program-soon-name * {
	font-size: 30px;
	line-height: 110%;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 0;
}

.program-coming-soon-below .btn {
	font-size: 15px;
	padding: 7px 34px 7px;
	width: 100%;
}

/* 21-2-2024 */

/* 22-2-2024 */

/* .on-popup-main {
	padding: 30px;
} */

.on-popup-section {
	padding: 54px 119px 63px 119px;
	max-width: 760px;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.on-popup-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.95);
	text-transform: capitalize;
	margin-bottom: 12px;
}

.on-popup-title * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: inherit;
	margin-bottom: 0;
}

.on-popup-text {
	color: rgba(255, 255, 255, 0.95);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	text-transform: capitalize;
	margin-bottom: 24px;
}

.on-popup-text * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin-bottom: 0;
}

.on-popup-text span {
	color: rgba(251, 214, 71, 1);
	font-weight: 700;
}

.on-popup-days-count {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	line-height: 100%;
}

.on-popup-days-count * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.on-popup-card {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 16px 34px;
	background-color: rgba(8, 15, 26, 0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.on-popup-card-up {
	text-align: center;
	margin-bottom: 45px;
}

.on-popup-days {
	color: #A5DEFF;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.on-popup-days * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	margin-bottom: 0;
}

.on-popup-btn {
	text-align: center;
}

.on-popup-btn .btn {
	height: 50px;
	width: 294px;
	font-size: 15px;
}

.popup-modal .modal-dialog {
	max-width: 760px;
}

.popup-modal .modal-content {
	border-radius: 10px;
	position: relative;
	margin: 30px;
	border: none;
	background: transparent;
}

.popup-modal .modal-body {
	padding: 0;
}

.popup-modal .modal-header {
	padding: 0;
	border: none;
}

.popup-modal .btn-close {
	position: absolute;
	z-index: 9;
	top: 27px;
	right: 27px;
	background-image: none;
	padding: 0;
	width: 24px;
	height: 24px;
	box-shadow: none !important;
}

.popup-modal .btn-close svg,
.popup-modal .btn-close i {
	width: 24px;
	height: 24px;
	color: rgba(255, 255, 255, 0.5);
}

/* 22-2-2024 */

/* 23-2-2024 */

.programme-careers-tabing-content .programme-careers-list>.row {
	justify-content: center;
}

.program-coming-soon-above {
	margin-bottom: 40px;
}

.modal.popup-modal.show {
	z-index: 99999;
}

.content {
	position: relative;
}

/* .purple-bar {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
} */

.purple-bar-relative {
	position: relative;
	padding: 12px 0;
}

.purple-bar-text * {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 0;
}

.purple-bar-text * span {
	color: #FBD647;
}

.purple-bar-text * a {
	text-decoration: underline;
}

.purple-bar-text * a:hover {
	color: #FBD647;
}

.purple-bar-close {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	line-height: 100%;
	position: absolute;
	right: 128px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.purple-bar-close i,
.purple-bar-close svg {
	font-size: 22px;
	line-height: 100%;
	width: 22px;
	height: 22px;
	color: #FFFFFF;
}

.enroll-if-days-left.enroll-registration-section .enroll-registration-content {
	padding-bottom: 20px;
}

.left-days-enroll {
	position: absolute;
	bottom: 15px;
	right: 35px;
}

.left-days-enroll * {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 0;
}

.left-days-enroll * span {
	font-weight: 700;
	color: #27DEF2;
}

.pnpbr-date p {
	margin-bottom: 0;
}

.pnpbr-date * span {
	font-weight: 700;
	color: #029DE0;
}

/* 23-2-2024 */










/* program-custom-scroll-to-section */
.alx-overview-scrolling-section {
	padding-top: 10px;
	padding-bottom: 10px;
}

.program-custom-scroll-to-section .custom-scroll-list-items ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -25px;
	padding: 0;
	list-style-type: none;
}

.program-custom-scroll-to-section .custom-scroll-list-items ul li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 25px 25px;
	padding: 0;
	list-style-type: none;
	color: #262626;
}

.program-custom-scroll-to-section .custom-scroll-list-items ul li a {
	text-decoration: none;
	color: inherit;
}

.program-custom-scroll-to-section .custom-scroll-list-items ul li.active a,
.program-custom-scroll-to-section .custom-scroll-list-items ul li a.active,
.program-custom-scroll-to-section .custom-scroll-list-items ul li a:hover {
	color: #029DE0;
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-toggle {
	width: 100%;
	justify-content: space-between;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #262626;
	border: 1px solid #5648B7;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-toggle:after {
	border: none;
	width: 16px;
	height: 9px;
	margin-left: 10px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M0.213014 0.849363C0.496989 0.565387 0.957498 0.565339 1.24152 0.849412L7.99983 7.60786L14.7585 0.849362C15.0424 0.565386 15.503 0.565337 15.787 0.84941C16.071 1.13343 16.071 1.5939 15.787 1.87792L8.51406 9.15065C8.37767 9.28704 8.1927 9.36364 7.99983 9.36364C7.80696 9.36364 7.62194 9.28699 7.4856 9.1506L0.213062 1.87787C-0.0710105 1.5939 -0.0710105 1.13339 0.213014 0.849363Z' fill='%23262626'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-toggle.show:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-menu {
	margin: -3px 0 0 !important;
	padding: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	border-color: #5648B7;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-menu[data-popper-placement="top-start"] {
	margin: 0 0 -3px !important;
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-menu li a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 16px;
	line-height: 150%;
}

.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-menu li.active a,
.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-menu li a.active,
.program-custom-scroll-to-section .custom-scroll-dropdown-block .dropdown-menu li a:hover {
	color: #ffffff;
	background: #5648B7;
}

.program-overview-section {
	/* margin-top: -50px; */
	padding-bottom: 105px;
}

.program-overview-section .program-overview-block>.row {
	margin: 0 -40px;
}

.program-overview-section .program-overview-block>.row>* {
	padding: 0 40px;
}

.program-overview-section .program-overview-block .section-title * {
	font-weight: inherit;
	color: inherit;
}

.program-overview-section .program-overview-block .program-detail .detail {
	color: #262626;
}

.program-overview-section .program-overview-block .program-detail .detail a {
	color: inherit;
	text-decoration: underline;
}

.program-overview-section .program-overview-block .program-detail .detail a:hover {
	color: #029DE0;
}

.program-overview-block .program-overview-companies {
	padding: 50px 30px;
	/* margin-top: 60px; */
}

.program-overview-block .program-overview-companies .program-companies-title {
	text-align: center;
	margin-bottom: 40px;
}

.program-overview-block .program-overview-companies .program-companies-title * {
	font-weight: inherit;
	color: inherit;
}

.program-overview-block .program-overview-companies>.companies-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -2px;
}

.program-overview-block .program-overview-companies>.companies-list>* {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 2px 4px;
}

.program-overview-block .program-overview-companies .companies-list .companies-block {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 60px;
	padding: 20px 10px;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.program-overview-block .program-overview-companies .companies-list a.companies-block:hover {
	background: rgba(0, 224, 255, 0.25);
}

.program-overview-block .program-overview-companies .companies-list .companies-block * {
	max-height: 33px;
}

/* program-custom-scroll-to-section */

/* journey-certification-section */
.journey-certification-section {
	position: relative;
	z-index: 9;
	overflow: hidden;
	padding: 77px 0;
}

.journey-certification-section .section-back-overlay {
	position: absolute;
	left: 50%;
	top: -15px;
	width: 1010px;
	height: 707px;
	z-index: -1;
	filter: blur(244.93536376953125px);
	-webkit-filter: blur(244.93536376953125px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 1010.548px;
	-webkit-border-radius: 1010.548px;
	-moz-border-radius: 1010.548px;
	-ms-border-radius: 1010.548px;
	-o-border-radius: 1010.548px;
}

.journey-certification-section .your-alx-journey-main-title {
	margin-bottom: 60px;
}

.journey-certification-section .alx-journey-list>* {
	width: auto;
}

.journey-certification-section .alx-journey-list>*:last-child .alx-journey-block .journey-persone-part:before,
.journey-certification-section .alx-journey-list>*:last-child .alx-journey-block .journey-persone-part:after {
	visibility: hidden;
}

.journey-certification-section .alx-journey-list>*:last-child .alx-journey-block .journey-field-part>* {
	visibility: hidden;
}

.journey-certification-section .alx-journey-list>*:last-child .alx-journey-block .journey-field-part .week-number {
	visibility: visible;
	text-align: right;
}

.journey-certification-section .alx-journey-block .journey-field-part .title {
	margin-bottom: 10px;
}

/* .journey-certification-section .journey-certification-description {
	overflow: hidden;
} */

.journey-certification-section .alx-journey-list {
	position: relative;
	justify-content: flex-start;
}

/* .journey-certification-section .alx-journey-list:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 159px;
	height: 1px;
	width: 60000px;
	background: #029DE0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
} */
/* journey-certification-section */

/* employer-analytics-skill */
.employer-analytics-skill-section {
	padding: 95px 0 26px;
}

.employer-analytics-skill-section .analytics-skill-title {
	margin-bottom: 50px;
}

.employer-analytics-skill-section .analytics-skill-title * {
	font-weight: inherit;
	color: inherit;
}

.employer-analytics-skill-section .employer-analytics-block {
	height: calc(100% - 23px);
	margin-bottom: 23px;
	background: #5648B7;
	padding: 26px 34px;
}

.employer-analytics-skill-section .employer-analytics-block .analytics-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #05F283;
}

.employer-analytics-skill-section .employer-analytics-block .analytics-title * {
	font-weight: inherit;
	color: inherit;
}

.employer-analytics-skill-section .employer-analytics-block .analytics-detail {
	color: #ffffff;
}

.employer-analytics-skill-section .employer-analytics-block .analytics-detail * {
	color: inherit;
}

.employer-analytics-skill-section .employer-analytics-block .analytics-detail *:last-child {
	margin-bottom: 0;
}

.employer-analytics-skill-section .common-accordion .accordion .accordion-item {
	border-bottom: 1px solid #029DE0 !important;
	margin-bottom: 0;
}

.employer-analytics-skill-section .common-accordion .accordion .accordion-item .accordion-button {
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 10px;
}

.employer-analytics-skill-section .common-accordion .accordion .accordion-item .accordion-body {
	font-size: 16px;
	line-height: 150%;
}

.employer-analytics-skill-section .common-accordion .accordion .accordion-item .accordion-body * {
	font-weight: inherit;
	font-size: inherit;
}

.employer-analytics-skill-section .common-accordion .accordion .accordion-item .accordion-body *:last-child {
	margin-bottom: 0;
}

/* employer-analytics-skill */

/* harness-program-data */
.harness-program-data-section .harness-program-data-content {
	padding: 45px 62px;
}

.harness-program-data-section .harness-program-data-content>.row {
	margin: 0 -43px;
}

.harness-program-data-section .harness-program-data-content>.row>* {
	padding: 0 43px;
}

.harness-program-data-section .section-title * {
	font-weight: inherit;
	color: inherit;
}

.harness-program-data-section .harness-program-detail .detail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.harness-program-data-section .harness-program-detail .detail ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	list-style-type: none;
}

.harness-program-data-section .harness-program-detail .detail ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 21px;
	height: 17px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7909 0L7.29087 10.5495L3.20928 6.44907L0 9.67413L7.29093 17L21 3.22512L17.7909 0Z' fill='%23FF5347'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.harness-program-data-section .harness-program-data-image * {
	width: 100%;
}

.harness-program-data-section .harness-program-data-content .download-catalog-button {
	margin-top: 45px;
}

.harness-program-data-section .harness-program-data-content .download-catalog-button .btn {
	padding-top: 14px;
	padding-bottom: 14px;
	max-width: 274px;
	width: 100%;
}

.harness-program-data-section .harness-program-data-content .download-catalog-button .btn:active:focus,
.harness-program-data-section .harness-program-data-content .download-catalog-button .btn:hover {
	color: #002B56 !important;
	background: #05F283 !important;
	border-color: #05F283 !important;
}

/* harness-program-data */

/* alx-program-requirement */
.alx-program-requirement-section {
	padding: 95px 0 45px;
}

.alx-program-requirement-section .alx-program-requirement-description {
	display: flex;
	flex-wrap: wrap;
}

.alx-program-requirement-section .alx-program-requirement-description>* {
	flex: 1 0 0;
	max-width: 100%;
}

.alx-program-requirement-section .alx-program-requirement-description .alx-program-requirement-sidebar {
	flex: 0 0 auto;
	width: 470px;
	margin-left: 35px;
}

.alx-program-requirement-section .program-requirement-title {
	margin-bottom: 25px;
}

.alx-program-requirement-section .program-requirement-title * {
	font-weight: inherit;
	color: inherit;
}

.alx-program-requirement-section .alx-program-requirement-steps {
	margin-top: 50px;
}

.alx-program-requirement-steps {
	position: relative;
	/* counter-reset: my-awesome-counter; */
}

.alx-program-requirement-steps .requirement-step-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
	z-index: 9;
	padding-bottom: 30px;
	/* counter-increment: my-awesome-counter; */
}

.alx-program-requirement-steps .requirement-step-block:before {
	position: absolute;
	content: "";
	left: 25px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #029DE0;
	z-index: -1;
}

.alx-program-requirement-steps .requirement-step-block:last-child:before {
	display: none;
}

.alx-program-requirement-steps .requirement-step-block>* {
	flex: 0 0 auto;
	max-width: 100%;
}

.alx-program-requirement-steps .requirement-step-block:first-child .step-icon * {
	left: 1px;
}

.alx-program-requirement-steps .requirement-step-block .step-icon {
	width: 50px;
	height: 50px;
	margin-right: 42px;
	background: #5648B7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.alx-program-requirement-steps .requirement-step-block .step-icon * {
	position: relative;
	max-height: 27px;
}

.alx-program-requirement-steps .requirement-step-block .step-detail {
	width: calc(100% - 92px);
}

.alx-program-requirement-steps .requirement-step-block .step-detail .title {
	position: relative;
	font-weight: 500;
	color: #002B56;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.alx-program-requirement-steps .requirement-step-block .step-detail .title span,
.alx-program-requirement-steps .requirement-step-block .step-detail .title:before {
	position: relative;
	display: block;
	/* content: "Step " counter(my-awesome-counter); */
	color: #262626;
	text-transform: uppercase;
	opacity: 0.5;
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 150%;
}

.alx-program-requirement-steps .requirement-step-block .step-detail .title * {
	font-weight: inherit;
	color: inherit;
}

.alx-program-requirement-steps .requirement-step-block .step-detail .detail *:last-child {
	margin-top: 0;
}

.alx-program-requirement-steps .requirement-step-block .step-button {
	margin-top: 20px;
}

.alx-program-requirement-steps .requirement-step-block .step-button .btn {
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 500;
	max-width: 232px;
	width: 100%;
}

.alx-program-requirement-sidebar .eligibility-sidebar-block {
	padding: 50px;
}

.alx-program-requirement-sidebar .eligibility-sidebar-block .sidebar-title {
	margin-bottom: 25px;
}

.alx-program-requirement-sidebar .eligibility-sidebar-block .sidebar-title * {
	font-weight: inherit;
	color: inherit;
}

.alx-program-requirement-sidebar .eligibility-sidebar-block .sidebar-detail ul {
	padding-left: 30px;
}

.alx-program-requirement-sidebar .eligibility-sidebar-block .sidebar-detail ul li {
	margin-bottom: 12px;
	list-style-type: disc;
}

.alx-program-requirement-sidebar .eligibility-sidebar-block .sidebar-detail ul li:last-child {
	margin-bottom: 0;
}

/* alx-program-requirement */
/* development-programme-v5-page */

/* alx-all-access */
.alx-all-access-section {
	margin-bottom: 65px;
}

.alx-all-access-section .alx-all-access-content {
	position: relative;
	z-index: 9;
}

.alx-all-access-section .alx-all-access-content .all-access-back-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.alx-all-access-block .alx-all-access-main-detail {
	/* padding: 54px 70px; */
	/* padding: 54px 30px; */
	padding: 54px 40px 54px 70px;
}

.alx-all-access-block .alx-all-access-main-image .alx-all-access-back-image * {
	width: 100%;
}

.alx-all-access-block .all-access-sub-title {
	display: block;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #002B56;
	margin-bottom: 2px;
}

.alx-all-access-block .all-access-title {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 36px;
	line-height: 130%;
	color: #002B56;
	margin-bottom: 25px;
}

.alx-all-access-block .all-access-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.alx-all-access-block .all-access-title a {
	text-decoration: none;
}

.alx-all-access-block .all-access-title a:hover {
	color: #029DE0;
}

.alx-all-access-block .access-detail .detail {
	font-size: 18px;
	line-height: 150%;
	color: #262626;
}

.alx-all-access-block .all-access-value-list {
	margin-top: 55px;
}

.alx-all-access-block .all-access-value-list .access-value-block {
	margin-bottom: 20px;
}

.alx-all-access-block .all-access-value-list .access-value-block .value-detail {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #262626;
}

.alx-all-access-block .all-access-value-list .access-value-block .value-detail * {
	margin-bottom: 0;
}

.alx-all-access-block .all-access-value-list .access-value-block .value-detail span {
	display: block;
	font-weight: 500;
	font-size: 18px;
}

.alx-all-access-block .alx-all-access-main-image {
	position: relative;
	height: 100%;
}

.alx-all-access-block .alx-all-access-main-image .alx-all-access-back-image {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
	/* height: 100%; */
}

/* .alx-all-access-block .alx-all-access-main-image .alx-all-access-back-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 23.51%, #000 100%);
	mix-blend-mode: multiply;
}

.alx-all-access-block .alx-all-access-main-image .alx-all-access-back-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
} */

.alx-all-access-block .alx-all-access-main-image .alx-all-access-slider {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
	/* height: 100%; */
	/* display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end; */
}

.alx-all-access-block .alx-all-access-slider .all-access-slider-title {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.alx-all-access-block .alx-all-access-slider .all-access-slider-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.alx-all-access-block .alx-all-access-slider .all-access-slider-title a {
	text-decoration: none;
}

.alx-all-access-block .alx-all-access-slider .all-access-slider-title a:hover {
	color: #029DE0;
}

.alx-all-access-section .alx-all-access-back-slider {
	height: 100%;
}

.alx-all-access-back-image-carousel {
	/* opacity: 0; */
	height: 100%;
}

.alx-all-access-back-image-carousel.slick-initialized {
	opacity: 1;
}

.alx-all-access-back-image-carousel .slick-track {
	display: flex;
	justify-content: center;
	height: 100%;
}

.alx-all-access-back-image-carousel .slick-list {
	height: 100%;
}

.all-access-back-slide-item {
	height: 100%;
}

.alx-all-access-back-image-carousel .slick-slide {
	height: 100%;
}

.alx-all-access-back-image-carousel .slick-slide slick-current slick-active {
	height: 100%;
}

.alx-all-access-back-image-carousel .all-access-back-slide-block {
	height: 100%;
}

.alx-all-access-back-image-carousel .all-access-back-slide-block .alx-all-access-back-image {
	position: relative;
	height: 100%;
}

.alx-all-access-back-image-carousel .all-access-back-slide-block .alx-all-access-back-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 23.51%, #000 100%);
	mix-blend-mode: multiply;
}

.alx-all-access-back-image-carousel .all-access-back-slide-block .alx-all-access-back-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.alx-all-access-section .alx-all-access-slider-arrows {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.alx-all-access-section .alx-all-access-slider-arrows>* {
	display: inline-block;
	margin: 0 7px;
}

.alx-all-access-section .alx-all-access-slider-arrows>*:first-child {
	margin-left: 0;
}

.alx-all-access-section .alx-all-access-slider-arrows>*:last-child {
	margin-right: 0;
}

.alx-all-access-section .alx-all-access-slider-arrows svg {
	width: 42px;
	height: auto;
}

.alx-all-access-section .alx-all-access-slider-arrows .slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.5;
}

.alx-all-access-section:has(.alx-all-access-carousel .slick-slide:only-child) .alx-all-access-slider-arrows {
	display: none !important;
}

/* .alx-all-access-carousel {
	opacity: 0;
} */

.alx-all-access-carousel.slick-initialized {
	opacity: 1;
}

.alx-all-access-carousel .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 50px -5px 0;
}

.alx-all-access-carousel .slick-dots li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.alx-all-access-carousel .slick-dots li:only-child {
	display: none;
}

.alx-all-access-carousel .slick-dots li.slick-active,
.alx-all-access-carousel .slick-dots li:hover {
	opacity: 1;
}

.alx-all-access-carousel .slick-dots li button {
	display: none;
}

.alx-all-access-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.alx-all-access-carousel .slick-slide {
	height: inherit;
}

.alx-all-access-carousel .all-access-slide-block .all-access-slide-detail {
	margin-left: 30px;
	padding-left: 26px;
	border-left: 3px solid #05F283;
}

.alx-all-access-carousel .all-access-slide-block .all-access-slide-detail .detail {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #ffffff;
	margin-bottom: 20px;
}

.alx-all-access-carousel .all-access-slide-block .all-access-slide-detail .detail * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail>* {
	flex: 0 0 auto;
	max-width: 100%;
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail .user-image {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail .user-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail .user-detail {
	width: calc(100% - 65px);
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
	text-transform: capitalize;
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail .user-detail span {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
}

.alx-all-access-carousel .all-access-slide-block .access-user-detail .user-detail * {
	margin-bottom: 0;
}

.programee-detail-main .alx-all-access-section {
	margin-bottom: 0;
}

.programee-detail-main .alx-all-access-block>.row>* {
	width: 100%;
}

/* alx-all-access */

/* about-partnership-company */
.about-partnership-company-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-partnership-company-section .partnership-company-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -5px;
}

.about-partnership-company-section .partnership-company-list>* {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 5px 10px;
}

.about-partnership-company-section .partnership-company-list .partnership-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 12px 30px;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.about-partnership-company-section .partnership-company-list a.partnership-logo:hover {
	background: #F3F9FB;
	border-color: #262626;
}

.about-partnership-company-section .partnership-company-list .partnership-logo * {
	max-height: 55px;
}

/* about-partnership-company */

/* about-partnership-reviews */
.about-partnership-reviews-section {
	padding-top: 30px;
	padding-bottom: 75px;
}

/* about-partnership-reviews */

/* all-access-development page */
.all-access-banner-section {
	position: relative;
	padding: 125px 0;
	z-index: 9;
	overflow: hidden;
}

.all-access-banner-section .all-access-banner-overlay {
	position: absolute;
	content: "";
	left: -137px;
	top: 50%;
	width: 1010px;
	height: 787px;
	z-index: -1;
	filter: blur(244.93536376953125px);
	-webkit-filter: blur(244.93536376953125px);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 1010.548px;
	-webkit-border-radius: 1010.548px;
	-moz-border-radius: 1010.548px;
	-ms-border-radius: 1010.548px;
	-o-border-radius: 1010.548px;
}

.all-access-introducing-section {
	padding: 102px 0;
}

.all-access-introducing-section .all-access-introducing-image * {
	width: 100%;
}

.all-access-introducing-section .all-access-introducing-detail {
	margin-left: auto;
}

.all-access-introducing-section .all-access-title {
	margin-bottom: 20px;
}

.all-access-introducing-section .all-access-title * {
	font-weight: 500;
	color: #002B56;
}

.all-access-introducing-section .all-access-title .sub-main-title {
	font-weight: 500;
	color: #002B56;
	text-transform: none;
	margin-bottom: 5px;
}

.what-do-you-get-section {
	padding: 80px 0;
}

.what-do-you-get-section .what-do-you-get-main-title {
	margin-bottom: 70px;
}

.what-do-you-get-section .what-do-you-get-main-title .do-you-get-title {
	margin-bottom: 20px;
}

.what-do-you-get-section .what-do-you-get-main-title .do-you-get-title * {
	font-weight: inherit;
	color: inherit;
}

.what-do-you-get-section .what-do-you-get-list .what-do-you-get-block:nth-child(odd)>.row {
	flex-direction: row-reverse;
}

.what-do-you-get-section .what-do-you-get-block:nth-child(odd) .what-do-you-get-image {
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.what-do-you-get-section .what-do-you-get-block:nth-child(odd) .what-do-you-get-image you-get-image {
	margin-left: auto;
}

.what-do-you-get-section .what-do-you-get-block:nth-child(odd) .learner-choose-alx-block {
	margin-left: auto;
	margin-right: -200px;
}

.what-do-you-get-block {
	margin-bottom: 120px;
}

.what-do-you-get-block .row {
	align-items: center;
}

.what-do-you-get-block .what-do-you-get-image {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.what-do-you-get-block .what-do-you-get-image .you-get-image {
	width: 370px;
	height: 370px;
	overflow: hidden;
}

.what-do-you-get-block .what-do-you-get-image .you-get-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.what-do-you-get-block .learner-choose-alx-block {
	position: relative;
	z-index: 9;
	width: 270px;
	margin-left: -200px;
	margin-bottom: -45px;
}

.what-do-you-get-block .what-do-you-get-detail {
	max-width: 540px;
	width: 100%;
	margin-left: auto;
}

.what-do-you-get-block .you-get-title {
	margin-bottom: 10px;
}

.what-do-you-get-block .you-get-title * {
	font-weight: 500;
	color: #002B56;
}

.what-do-you-get-block .get-started-button {
	margin-top: 40px;
}

.what-do-you-get-block .get-started-button .btn {
	padding: 13px 40px;
}

.what-do-you-get-block .get-started-button .btn svg {
	margin-left: 10px;
}

.you-get-all-access-stories-section {
	position: relative;
	z-index: 9;
	padding: 88px 0;
	overflow: hidden;
}

.you-get-all-access-section {
	padding-bottom: 55px;
}

.you-get-all-access-section .sub-main-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	color: #002B56;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 0;
}

.you-get-all-access-section .get-all-access-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 56px;
	line-height: 130%;
	color: #002B56;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.you-get-all-access-section .get-all-access-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.you-get-all-access-section .get-all-access-title a {
	text-decoration: none;
}

.you-get-all-access-section .get-all-access-title a:hover {
	color: #029DE0;
}

.you-get-all-access-section .you-get-all-access-main-title .browse-program-button {
	margin-top: 30px;
}

.you-get-all-access-section .you-get-all-access-main-title .browse-program-button .btn {
	padding-top: 13px;
	padding-bottom: 13px;
}

.you-get-all-access-section .you-get-all-access-main-title .browse-program-button .btn svg {
	margin-left: 10px;
}

.you-get-all-check-list-items ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.you-get-all-check-list-items ul li {
	display: block;
	margin: 0 0 10px;
	padding: 15px 30px;
	list-style-type: none;
	color: #ffffff;
	background: #5648B7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.you-get-all-check-list-items ul li span {
	display: block;
	position: relative;
	padding-left: 50px;
}

.you-get-all-check-list-items ul li span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_14080_2138)'%3E%3Cpath d='M15 0C6.72867 0 0 6.72867 0 15C0 23.2713 6.72867 30 15 30C23.2713 30 30 23.2713 30 15C30 6.72867 23.2713 0 15 0Z' fill='%2305F283'/%3E%3Cpath d='M22.6026 11.8211L14.4775 19.946C14.2338 20.1897 13.9138 20.3124 13.5938 20.3124C13.2738 20.3124 12.9539 20.1897 12.7101 19.946L8.64767 15.8835C8.15878 15.3949 8.15878 14.6048 8.64767 14.1161C9.13634 13.6272 9.92621 13.6272 10.4151 14.1161L13.5938 17.2948L20.8352 10.0537C21.3238 9.56479 22.1137 9.56479 22.6026 10.0537C23.0913 10.5423 23.0913 11.3322 22.6026 11.8211Z' fill='%23002B56'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14080_2138'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.you-get-all-check-list-items ul li a {
	text-decoration: underline;
}

.our-learner-success-section {
	padding: 55px 0 25px;
	overflow: hidden;
}

.our-learner-success-section .our-learner-success-main-title .sub-main-title-v5 {
	font-weight: 400 !important;
	letter-spacing: 0;
}

.our-learner-success-section .our-learner-success-main-title .learner-success-title {
	margin-bottom: 40px;
}

.our-learner-success-section .our-learner-success-main-title .learner-success-title * {
	font-weight: inherit;
	color: inherit;
}

.learner-success-story-carousel {
	text-align: center;
}

.learner-success-story-carousel .carouselTicker__list {
	display: ib;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
}

.learner-success-story-carousel .carouselTicker__list .carouselTicker__item {
	display: inline-block;
	width: auto !important;
	margin: 0 !important;
	padding: 0 15px;
	list-style-type: none;
}

.learner-success-story-carousel .story-successes-block {
	text-align: left;
	display: inline-block;
	white-space: normal;
	margin-bottom: 30px;
	box-shadow: 0px 25px 10px 0px rgba(0, 0, 0, 0.00), 0px 20px 13px 0px rgba(0, 0, 0, 0.00), 0px 18px 11px 0px rgba(0, 0, 0, 0.02), 0px 8px 8px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.03);
}

.learner-success-story-carousel .story-successes-block .story-detail .detail {
	font-size: 16px;
	line-height: 150%;
}

/* all-access-development page */

/* learner-voice page */
.learners-voice-banner-section .banner-title {
	font-size: 48px;
	line-height: 130%;
}

.learners-voice-banner-section .sub-main-title-v5 {
	font-size: 20px !important;
}

.learners-client-quote-section {
	padding: 145px 0 85px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: -90px;
}

.learners-client-quote-section .learners-client-overlay {
	position: absolute;
	left: 50%;
	top: -50px;
	width: 1010px;
	height: 787px;
	z-index: -1;
	filter: blur(244.93536376953125px);
	-webkit-filter: blur(244.93536376953125px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 1010.548px;
	-webkit-border-radius: 1010.548px;
	-moz-border-radius: 1010.548px;
	-ms-border-radius: 1010.548px;
	-o-border-radius: 1010.548px;
}

.learners-client-quote-section .learner-quote-block {
	margin-bottom: 50px;
}

.learner-quote-block .learner-quote-detail .quote-detail {
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.learner-quote-block .learner-quote-detail .quote-detail * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.learner-quote-block .learner-quote-detail .quote-detail b,
.learner-quote-block .learner-quote-detail .quote-detail strong {
	color: #029DE0;
}

.learner-quote-block .learner-quote-detail .quote-detail span {
	color: #7161E1;
}

.learner-quote-block .learner-profile-block {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.learner-quote-block .learner-profile-block>* {
	flex: 0 0 auto;
	max-width: 100%;
}

.learner-quote-block .learner-profile-block .profile-img {
	width: 50px;
	height: 50px;
	margin-right: 22px;
	overflow: hidden;
}

.learner-quote-block .learner-profile-block .profile-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.learner-quote-block .learner-profile-block .profile-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	width: 275px;
}

.learner-quote-block .learner-profile-block .profile-detail * {
	margin: 0;
	color: inherit;
}

.learner-quote-block .learner-profile-block .profile-detail span {
	font-weight: 500;
}

.learner-group-slider {
	overflow: hidden;
}

.learner-group-carousel {
	opacity: 0;
}

.learner-group-carousel.slick-initialized {
	opacity: 1;
}

.learner-group-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.learner-group-carousel .slick-list {
	margin: 0 -6px;
}

.learner-group-carousel .slick-slide {
	padding: 0 6px;
	height: inherit;
}

.learner-group-carousel .slick-arrow svg {
	width: 50px;
	height: auto;
}

.learner-group-carousel .slick-arrow.slick-prev {
	left: 55px;
}

.learner-group-carousel .slick-arrow.slick-next {
	right: 55px;
}

.learner-group-carousel .slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.5;
}

.learner-group-carousel .learner-group-block {
	text-decoration: none;
	display: block;
	padding: 20px 0;
	height: 100%;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.learner-group-carousel .learner-group-block:hover {
	padding: 0;
}

.learner-group-carousel .learner-group-detail {
	height: 100%;
	position: relative;
}

.learner-group-carousel .learner-group-block .group-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.learner-group-carousel .learner-group-block .group-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%);
	mix-blend-mode: multiply;
}

.learner-group-carousel .learner-group-block .group-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.learner-group-carousel .learner-group-block .group-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	font-size: 13px;
	line-height: 150%;
	color: #ffffff;
}

.learner-group-carousel .learner-group-block .group-detail * {
	color: inherit;
	position: relative;
	padding-left: 15px;
	margin: 0;
}

.learner-group-carousel .learner-group-block .group-detail *:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #05F283;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.your-stories-voices-impact-section {
	position: relative;
	padding: 85px 0 190px;
	z-index: 9;
	overflow: hidden;
	margin-bottom: -130px;
}

.your-stories-voices-impact-section .your-stories-voices-back-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.your-stories-voices-impact-section .your-stories-voices-impact-main-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.your-stories-voices-impact-section .your-stories-voices-impact-main-title>* {
	flex: 0 0 auto;
	max-width: 100%;
}

.your-stories-voices-impact-section .your-stories-voices-impact-main-title .section-title {
	margin-bottom: 0;
}

.your-stories-voices-impact-section .your-stories-voices-impact-main-title .your-story-button {
	margin-left: 20px;
}

.your-stories-voices-impact-section .your-stories-voices-impact-main-title .your-story-button .btn {
	min-width: 232px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.your-stories-voices-impact-section .learner-voice-new-grid .load-more-button .btn svg {
	margin-right: 7px;
}

/* learner-voice page */



#Requirements .financing-description ul {
	margin: 0;
	padding-left: 18px;
}

.block-title.all-program-tab-title {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 130%;
	color: #029DE0;
	text-align: center;
}

.faq-new-page .faq-accordion .accordion-button {
	padding: 16px 82px 16px 32px;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.faq-new-page .faq-accordion .accordion-body {
	padding: 0 101px 14px 32px;
}

.faq-new-page .faq-accordion .faq-accordion-item-open .accordion-button {
	padding-bottom: 12px;
	font-weight: 500;
}

.faq-new-page .faq-accordion .faq-accordion-item-open {
	background-color: #E2F0F6 !important;
}






















/* 7-12-2023 */

.events-section {
	padding: 75px 0 28px 0;
}

.events-section .main-title {
	/* line-height: 120%; */
	text-transform: capitalize;
}

.events-section .main-title * {
	text-transform: inherit;
}

.event-text * {
	line-height: 160%;
	color: #262626;
}

.event-text *:last-child {
	margin-bottom: 0;
}

.events-list-section {
	padding: 28px 0 234px 0;
}

.event-filter {
	margin-bottom: 32px;
}

.filter-title {
	font-family: 'DM Sans';
	font-weight: 500;
	font-size: 16px;
	line-height: 180%;
	color: #4278EC;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.filter-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-bottom: 0;
}

.filter-menu-start .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #19173C;
	font-family: 'DM Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	top: -1px;
	position: relative;
}

.filter-menu-start .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 14px 61px 14px 22px;
	position: relative;
}

.filter-menu-start .select2-container .select2-selection--single .select2-selection__rendered:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 22px;
	line-height: 22px;
	color: rgba(25, 23, 60, 0.5);
	right: 12px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.filter-menu-start .select2-container--default .select2-selection--single {
	height: 56px;
	border: 1px solid rgba(25, 23, 60, 0.6);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.filter-menu-start .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-results__option--selectable {
	color: #19173C;
	font-family: 'DM Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #19173C !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(25, 23, 60, 0.6) !important;
	color: #19173C;
	font-family: 'DM Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
	color: #19173C;
	font-family: 'DM Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	display: none !important;
}

.event-list {
	padding: 32px 0 0 0;
}

.event-item {
	/* padding: 45px 0; */
	margin-bottom: 45px;
	border-bottom: 1px solid rgba(25, 23, 60, 0.15);
	height: calc(100% - 45px);
}

.event-item .event-item-img {
	background: #cecece;
	height: 230px;
	overflow: hidden;
	margin-bottom: 38px;
}

.event-item .event-item-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.event-item .event-detail-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 268px);
	padding-bottom: 45px;
}

/* .event-item .event-detail-block * {
	font-family: 'DM Sans';
} */

.event-item .event-detail-block .block-small-title {
	font-weight: 500;
	display: block;
}

.event-item .event-detail-block .block-small-title:hover {
	color: #029DE0;
}

.event-item .event-notes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.event-item .event-notes ul li {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	color: rgba(38, 38, 38, 0.6);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.event-item .event-notes ul li svg,
.event-item .event-notes ul li i {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #029DE0;
	margin-right: 13px;
}

.event-item .event-notes {
	margin-bottom: 20px;
}

.event-item .event-item-detail {
	/* color: #002B56; */
	font-size: 16px;
	margin-bottom: 30px;
	color: rgba(38, 38, 38, 0.8);
}

.event-item .event-item-detail *:last-child {
	margin-bottom: 0;
}

.event-item .event-item-btn a {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	color: #002B56;
	font-size: 13px;
	font-weight: 600;
	line-height: 230%;
	letter-spacing: 0.26px;
	text-transform: uppercase;
}

.event-item .event-item-btn a span {
	height: 1px;
	background-color: rgba(25, 23, 60, 0.6);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.event-item .event-item-btn a:after {
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 14px;
	color: #2EB9C2;
	right: -20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: transform ease-in-out 300ms;
	-webkit-transition: transform ease-in-out 300ms;
	-ms-transition: transform ease-in-out 300ms;
	-o-transition: transform ease-in-out 300ms;
	-moz-transition: transform ease-in-out 300ms;
}

.event-item .event-item-btn a:hover {
	color: #2EB9C2;
}

.event-item .event-item-btn a:hover span {
	background-color: #2EB9C2;
}

.event-item .event-item-btn a:hover:after {
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}

.event-load-more {
	padding-top: 8px;
}

.event-load-more .btn {
	padding: 10px 35px 10px;
	font-family: 'DM Sans';
	font-size: 16px;
	line-height: 175%;
}

.btn-simple-dark-purple {
	color: #342F83 !important;
	border-color: #342F83 !important;
	background: transparent !important;
}

.btn-simple-dark-purple:active,
.btn-simple-dark-purple:focus {
	color: #342F83 !important;
	border-color: #342F83 !important;
	background: transparent !important;
}

.btn-simple-dark-purple:active:focus,
.btn-simple-dark-purple:hover {
	color: #ffffff !important;
	border-color: #342F83 !important;
	background: #342F83 !important;
}

.select2-container {
	width: 100% !important;
}

.filter-menu-start .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered:after {
	top: 46%;
	transform: translate(0, -50%) rotate(-180deg);
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	-moz-transform: translate(0, -50%) rotate(-180deg);
	-ms-transform: translate(0, -50%) rotate(-180deg);
	-o-transform: translate(0, -50%) rotate(-180deg);
}

/* .select2-hidden-accessible { position: fixed !important; } */

.common-select2-block {
	position: relative;
}

.find-place-main {
	background: var(--gradients-green, linear-gradient(255deg, rgba(2, 157, 224, 0.15) 0%, rgba(93, 212, 157, 0.15) 100%));
	position: relative;
}

.find-place-section {
	padding: 170px 0 82px 0;
}

.find-place-main .landing-banner-shape-2 {
	position: absolute;
	left: 0;
	top: 249px;
}

.find-place-main .landing-banner-shape {
	position: absolute;
	right: 0;
	bottom: -122px;
}

.find-place-left {
	padding-top: 85px;
}

.find-place-left .main-title {
	line-height: 120%;
}

.find-place-left .find-place-detail {
	margin-right: -20px;
	line-height: 160%;
}

.find-place-item .fp-img {
	margin-bottom: 18px;
	width: 70px;
	height: 70px;
}

.fp-img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.find-place-item .block-small-title {
	line-height: 150%;
	margin-bottom: 12px;
}

.find-place-item .fp-text {
	font-size: 16px;
}

.find-place-item .fp-text *:last-child {
	margin-bottom: 0;
}

.find-place-below {
	margin-top: -80px;
}

.hub-section {
	padding: 93px 0 192px 0;
}

.hub-section>.block-title {
	text-transform: capitalize;
}

.hub-item {
	margin-bottom: 47px;
}

.hub-item .hub-item-img {
	display: block;
	text-decoration: none;
	height: 350px;
	margin-bottom: 21px;
	background-color: #cecece;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.hub-item .hub-item-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
	-webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
	-moz-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.hub-item-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: #002B56;
}

.hub-item-title * {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.hub-item-country {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
}

.hub-item-country * {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.find-place-item {
	margin-bottom: 20px;
}

.learners-section {
	padding: 65px 0 60px 0;
}

.learners-section .learners-text {
	margin-left: auto;
	margin-right: auto;
}

.learners-section .learners-text {
	line-height: 160%;
	color: #002B56;
}

.learners-section .learners-text *:last-child {
	margin-bottom: 0;
}

.learners-section .main-small-title {
	margin-bottom: 15px;
	line-height: 120%;
}

.learner-item .hub-item-title {
	line-height: 100%;
	margin-bottom: 15px;
}

.learner-item .hub-item-country {
	text-transform: none;
}

.learner-list-main {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.learner-list-section {
	padding: 92px 0 161px 0;
	margin-bottom: -130px;
}

.learner-list .learner-item {
	height: calc(100% - 27px);
	margin-bottom: 27px;
	padding: 33px 48px 37px 28px;
	border: 1px solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.learner-list .learner-item.learner-item-first {
	margin-right: -30px;
}

.learner-list .learner-item.learner-item-second {
	margin-left: 30px;
}

.program-banner-video-block {
	position: relative;
	filter: drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03)) drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08));
}

.program-banner-video-block .program-banner-video-poster {
	height: 278px;
	background-color: #cecece;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.program-banner-video-block .program-banner-video-poster * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.program-banner-video-block .common-video-play-icon.white-layout {
	opacity: 0.8;
	width: 52px !important;
	height: 52px !important;
	font-size: 17px;
}

.program-banner-video-block .common-video-play-icon * {
	width: 17px !important;
	height: 17px !important;
}

.programee-overview-start {
	position: sticky;
	left: 0;
	right: 0;
	top: 120px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.programee-overview-start ul {
	margin: 0;
	margin-top: 4px;
	padding-top: 40px;
	padding-bottom: 36px;
	padding-left: 0;
	list-style: none;
}

.programee-overview-start ul li {
	padding: 0 40px;
	font-size: 16px;
	color: #262626;
	margin-bottom: 12px;
}

.programee-overview-start ul li:last-child {
	margin-bottom: 0;
}

.programee-overview-start ul li.active {
	position: relative;
}

.programee-overview-start ul li.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	background-color: #029DE0;
}

.programee-overview-start ul li * {
	font-size: inherit;
	color: inherit;
}

.programee-overview-start ul li a:hover {
	color: #029DE0;
}

.programee-detail-section {
	padding: 66px 0 140px 0;
}

.programee-detail .programee-block-one .block-title {
	line-height: 135%;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.programee-detail .programee-block-one .block-title * {
	text-transform: capitalize;
}

.programee-detail .programee-block-one .pb-one-detaile * {
	font-size: 16px;
}

.programee-detail .programee-block-one .pb-one-detaile *:last-child {
	margin-bottom: 0;
}

.programee-detail .programee-block-one {
	padding-bottom: 23px;
}

.curriculum-section>.block-small-title {
	line-height: 146%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.curriculum-section>.block-small-title * {
	text-transform: capitalize;
}

.curriculum-tabing .nav-pills {
	margin: 0;
	padding: 13px 54px 0 54px;
	margin-bottom: -1px;
	border: 1px solid#029DE0;
	background-color: #002B56;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
}

.curriculum-tabing .nav-pills .nav-item {
	margin-right: 30px;
}

.curriculum-tabing .nav-pills .nav-item:last-child {
	margin-right: 0;
}

.curriculum-tabing .nav-pills .nav-link {
	min-width: 200px;
	font-size: 16px;
	line-height: 160%;
	color: rgba(184, 189, 196, 0.8);
	padding: 0;
	padding-bottom: 4px;
	background: transparent;
	border-bottom: 4px solid transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.curriculum-tabing .nav-pills .nav-link.active {
	color: #FFFFFF;
}

.curriculum-tabing .nav-pills .nav-link.active {
	border-bottom-color: #05F283;
}

.curriculum-tab-accordion .accordion-item:first-of-type {
	border-top: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.curriculum-tab-accordion .accordion-item:last-of-type {
	border-bottom: 1px solid #029DE0;
}

.curriculum-tab-accordion .accordion-item {
	border: 1px solid #029DE0;
	border-bottom: 0;
}

.curriculum-tab-accordion .accordion-item .accordion-button {
	padding: 21px 31px 5px 80px;
	position: relative;
	display: block;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.curriculum-tab-accordion .accordion-item .accordion-button.collapsed {
	padding-bottom: 21px;
}

.curriculum-tab-accordion .accordion-item .accordion-button::after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 27px;
	width: 24px;
	height: 24px;
	line-height: 100%;
	color: #029DE0;
	left: 32px;
	top: 27px;
	background: none !important;
}

.curriculum-tab-accordion .accordion-item .cacc-head-week {
	font-size: 16px;
	line-height: 160%;
	color: #262626;
	/* margin-bottom: 10px; */
}

.curriculum-tab-accordion .accordion-item .cacc-head-week * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

.curriculum-tab-accordion .accordion-item .cacc-head-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #002B56;
}

.curriculum-tab-accordion .accordion-item .cacc-head-title * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

.curriculum-tab-accordion .accordion-item .cacc-heading {
	display: flex;
	justify-content: space-between;
}

.curriculum-tab-accordion .accordion-item .accordion-body {
	padding: 0 31px 28px 80px;
}

.curriculum-tab-accordion .accordion-item .accordion-body ul {
	margin: 0;
	/* padding-left: 20px; */
}

.curriculum-tab-accordion .accordion-item .accordion-body ul li {
	font-size: 16px;
	line-height: 160%;
}

.curriculum-tab-accordion .accordion-item .accordion-body ul li * {
	font-size: inherit;
	line-height: inherit;
}

/* .curriculum-tab-accordion .accordion-item .accordion-button .caac-head-right {
	display: none;
}

.curriculum-tab-accordion .accordion-item .accordion-button.accordion-hover .caac-head-right {
	display: inline-block;
}

.curriculum-tab-accordion .accordion-item .accordion-button .caac-head-right .btn {
	font-size: 15px;
	padding: 7px 44px 7px;
} */

.curriculum-tab-accordion .accordion-item {
	position: relative;
}

.curriculum-tab-accordion .accordion-item .caac-head-right {
	display: none;
	position: absolute;
	top: 25px;
	right: 33px;
	z-index: 999;
}

.curriculum-tab-accordion .accordion-item.accordion-hover .caac-head-right {
	display: inline-block;
}

.curriculum-tab-accordion .accordion-item .caac-head-right .btn {
	font-size: 15px;
	padding: 7px 44px 7px;
}

/* .curriculum-tab-accordion .accordion-item .caac-head-right.finally-hovered .btn {
	background-color: #FBD647 !important;
} */

.curriculum-section {
	padding: 23px 0 18px 0;
}

/* title-16px */
.smallest-text {
	font-size: 16px;
}

.smallest-text * {
	font-size: inherit;
}

/* title-16px */

.skills-program-section {
	margin: 18px 0 25px 0;
	padding: 27px 41px 34px 41px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.skills-program-section .block-small-title {
	line-height: 158%;
	text-transform: capitalize;
	margin-bottom: 14px;
}

.skills-program-section .block-small-title * {
	text-transform: inherit;
}

.skills-program-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.skills-program-list ul li {
	font-size: 14px;
	line-height: 128%;
	color: #262626;
	margin-right: 5px;
	background-color: #DADADA;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.skills-program-list ul li>* {
	display: inline-block;
	padding: 3px 15px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.skills-program-list ul li>a:hover {
	color: #029DE0;
}

.skills-program-list ul li:last-child {
	margin-right: 0;
}

.outcome-section {
	padding: 25px 0 30px 0;
}

.outcome-section>.block-small-title {
	margin-bottom: 13px;
	line-height: 158%;
}

.outcome-section .outcome-detail {
	padding: 65px 83px 54px 83px;
}

.outcome-section .outcome-detail .block-small-title {
	line-height: 158%;
	margin-bottom: 19px;
}

.outcome-section .outcome-detail .outcome-detail-text {
	margin-bottom: 35px;
}

.outcome-section .outcome-detail .outcome-detail-text *:last-child {
	margin-bottom: 0;
}

.outcome-section .outcome-detail .outcome-detail-list {
	display: flex;
	justify-content: center;
	margin-bottom: 42px;
}

.outcome-section .outcome-detail .outcome-detail-list ul {
	margin: 0;
	padding-left: 20px;
	margin-right: 70px;
}

.outcome-section .outcome-detail .outcome-detail-list ul:last-child {
	margin-right: 0;
}

.outcome-section .outcome-detail .outcome-detail-count {
	display: flex;
	justify-content: center;
}

.outcome-section .outcome-detail .outcome-detail-count>* {
	max-width: 342px;
	padding-right: 52px;
	position: relative;
}

.outcome-section .outcome-detail .outcome-detail-count>*:last-child {
	padding-right: 0;
}

.outcome-section .outcome-detail .outcome-detail-count>*:after {
	content: '';
	width: 1px;
	height: 117px;
	position: absolute;
	top: 0;
	right: 26px;
	background-color: #000000;
}

.outcome-section .outcome-detail .outcome-detail-count>*:last-child:after {
	content: none;
}

.outcome-section .outcome-detail .outcome-detail-count .odc-count {
	font-weight: 600;
	font-size: 60px;
	line-height: 120%;
	letter-spacing: -1.2px;
	margin-bottom: 8px;
}

.outcome-section .outcome-detail .outcome-detail-count .odc-count * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-bottom: 0;
}

.hiring-section {
	padding: 30px 0 24px 0;
}

.hiring-section .block-small-title {
	line-height: 158%;
	margin-bottom: 14px;
}

.hiring-section .hiring-logo-slider {
	opacity: 0;
}

.hiring-section .hiring-logo-slider.slick-initialized {
	opacity: 1;
	position: relative;
	padding: 0 66px;
}

.hiring-section .hiring-logo-slider .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}

.hiring-section .hiring-logo-slider .hiring-logo-slide {
	display: flex;
	height: 132px;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
}

.hiring-section .hiring-logo-slider.slick-slider .slick-arrow.slick-prev {
	transform: translate(0, -50%) rotate(0);
	-webkit-transform: translate(0, -50%) rotate(0);
	-moz-transform: translate(0, -50%) rotate(0);
	-ms-transform: translate(0, -50%) rotate(0);
	-o-transform: translate(0, -50%) rotate(0);
}

.finacing-section {
	padding: 25px 0 25px 0;
}

.finacing-section .section-title {
	line-height: 126%;
	margin-bottom: 17px;
	text-transform: capitalize;
}

.finacing-section .section-title * {
	text-transform: inherit;
}

.finacing-section .financing-description {
	padding: 42px 27px 42px 43px;
	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-ms-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
}

.finacing-section .financing-description *:last-child {
	margin-bottom: 0;
}

.salesforce-finacing-section {
	padding: 0;
	margin-top: 52px;
}

.salesforce-finacing-section .block-title {
	margin-bottom: 13px;
}

.salesforce-finacing-section .financing-description {
	padding: 55px 70px;
}

.salesforce-finacing-section .financing-detail>* {
	max-width: 785px;
	width: 100%;
}

.salesforce-finacing-section .financing-detail .dataTables_wrapper {
	margin: 30px 0;
	max-width: 100%;
}

.salesforce-finacing-section .financing-detail table {
	background: #ffffff;
}

.salesforce-finacing-section .financing-detail table thead,
.salesforce-finacing-section .financing-detail table tbody {
	border: none;
}

.salesforce-finacing-section .financing-detail table th {
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #002B56;
	background: transparent;
	padding: 19px 19px 0;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-bottom: none;
}

.salesforce-finacing-section .financing-detail table td {
	font-size: 14px;
	line-height: 150%;
	color: #002B56;
	background: transparent;
	padding: 10px 19px;
	border: none;
	font-size: 16px;
	line-height: 150%;
	color: #262626;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-top: none;
	text-align: left;
}

.salesforce-finacing-section .financing-detail table tbody tr:last-child td {
	padding-bottom: 25px;
}

.faq-program-section {
	padding: 25px 0 0 0;
}

.faq-program-section .section-title {
	line-height: 126%;
	margin-bottom: 22px;
	text-transform: capitalize;
}

.faq-program-section .section-title * {
	text-transform: inherit;
}

.faq-accordion .accordion-item {
	margin-bottom: 10px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.faq-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion-button {
	position: relative;
	color: #002B56;
	font-weight: 600;
	padding: 17px 91px 17px 34px;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.faq-accordion .accordion-button * {
	color: inherit;
	font-weight: inherit;
}

.faq-accordion .faq-accordion-item-open .accordion-button {
	padding-bottom: 8px;
}

.faq-accordion .accordion-button:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 20px;
	line-height: 100%;
	width: 24px;
	height: 21px;
	top: 19px;
	right: 17px;
	background: none !important;
	color: rgba(0, 0, 0, 0.54);
}

.faq-accordion .accordion-body {
	padding: 0 91px 26px 34px;
}

.faq-accordion .accordion-body *:last-child {
	margin-bottom: 0;
}

.our-learners-saying-slider .alx-client-experience-block .client-profile-block .profile-detail * {
	line-height: 100%;
	margin-bottom: 8px;
}

.our-learners-saying-slider .alx-client-experience-block .client-profile-block .profile-detail *:last-child {
	margin-bottom: 0;
}

.our-learners-saying-slider .alx-client-experience-block .client-experience-detail {
	padding: 28px 24px;
}

.our-learners-saying-slider .alx-client-experience-block .client-experience-profile-detail .profile-image {
	/* height: 321px; */
	height: 270px;
}

.our-learners-saying-slider .our-learners-saying-carousel .slick-slide .client-experience-detail {
	min-height: 301px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.our-learners-saying-slider .our-learners-saying-carousel .slick-slide.slick-center .client-experience-detail {
	/* height: 351px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* .our-learners-saying-slider .our-learners-saying-carousel .slick-slide .client-experience-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} */

/* .our-learners-saying-slider .our-learners-saying-carousel .slick-slide.slick-center .client-experience-profile-detail .profile-image {
	height: 351px;
} */

/* .program-banner-video-block .video-player {
	display: none;
} */

.program-banner-video-block .video-player iframe {
	width: 100%;
	height: 278px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.program-banner-video-block .common-video-play-icon.white-layout svg,
.program-banner-video-block .common-video-play-icon.white-layout i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 100%;
	color: #ffffff;
}

.program-banner-video-block .common-video-block.video-playing .common-video-play-icon {
	opacity: 0;
}

.program-banner-video-block .common-video-block.video-playing:hover .common-video-play-icon {
	opacity: 1;
}

.our-learners-saying-content .our-learners-saying-slider .common-video-play-icon {
	width: 57px !important;
	height: 57px !important;
	font-size: 18px;
}

.our-learners-saying-content .our-learners-saying-slider .common-video-play-icon * {
	width: 18px !important;
	height: 18px !important;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider .slick-arrow {
	top: 38%;
}


/* mobile-program-section */

.programee-detail-section .mobile-scroll {
	margin-bottom: 35px;
}

.programee-detail-section .mobile-scroll button {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 15px 11px 15px 27px;
	background: #ffffff;
	color: #262626;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	border: 1px solid #262626;
}

/* .programee-detail-section .mobile-scroll button.show {
	border-bottom: none;
} */
.programee-detail-section .mobile-scroll button i {
	margin-left: auto;
}

.programee-detail-section .mobile-scroll button svg {
	font-size: 14px;
	width: 14px;
	height: 14px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.programee-detail-section .mobile-scroll button:after {
	display: none;
}

.programee-detail-section .mobile-scroll button.show i:before {
	content: "\f106";
}

.programee-detail-section .mobile-scroll button.show svg {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.programee-detail-section .mobile-scroll .dropdown-menu {
	padding: 6px 0;
	border-radius: 0;
	margin: -2px 0 0 !important;
	border: none;
	min-width: 100%;
	width: 100%;
	background: #ffffff;
	border: 1px solid #262626;
	border-top: none;
}

.programee-detail-section .mobile-scroll .dropdown-menu li {
	padding: 0;
}

.programee-detail-section .mobile-scroll .dropdown-menu li:before {
	display: none;
}

.programee-detail-section .mobile-scroll .dropdown-menu li a {
	display: block;
	padding: 6px 15px;
	color: #262626;
}

.program-banner-mobile-section {
	padding: 124px 0 32px 0;
}

.program-banner-mobile-section>.section-title {
	margin-bottom: 18px;
	font-family: 'Lexend';
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	color: #ffffff;
	text-transform: capitalize;
}

.program-banner-mobile-section>.section-title * {
	text-transform: inherit;
}

.program-banner-mobile-section .pbm-video-section {
	width: 100%;
	height: 380px;
	margin-bottom: 28px;
}

.program-banner-mobile-section .pbm-video-section * {
	width: 100%;
	height: 100%;
}

.program-banner-mobile-section .pbm-list {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.program-banner-mobile-section .pbm-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.program-banner-mobile-section .pbm-list ul li {
	position: relative;
	padding-left: 30px;
	color: #ffffff;
	margin-bottom: 5px;
}

.program-banner-mobile-section .pbm-list ul li:last-child {
	margin-bottom: 0;
}

.program-banner-mobile-section .pbm-list ul li * {
	color: inherit;
}

.program-banner-mobile-section .pbm-list ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url('../images/check-svg.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.program-banner-mobile-section .pbm-btn {
	margin-bottom: 20px;
}

.program-banner-mobile-section .pbm-btn .btn {
	display: flex;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	text-align: center;
	font-size: 15px;
	line-height: 140%;
	color: #10255A;
}

.program-page-monile-banner-section .pbm-btn {
	margin-bottom: 20px;
}

.program-page-monile-banner-section .pbm-btn .btn {
	display: flex;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	text-align: center;
	font-size: 15px;
	line-height: 140%;
	color: #10255A;
}

.program-banner-mobile-section .pbm-partnership {
	display: flex;
	justify-content: center;
	align-items: center;
}

.program-banner-mobile-section .pbm-partnership ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.program-banner-mobile-section .pbm-partnership ul li {
	margin-right: 5px;
}

.program-banner-mobile-section .pbm-partnership ul li:last-child {
	margin-right: 0;
}

.program-banner-mobile-section .pbm-partnership .pbmp-left {
	margin-right: 14px;
}

.program-banner-mobile-section .pbm-partnership .pbmp-left * {
	font-size: 14px;
	line-height: 140%;
	color: #ffffff;
	letter-spacing: 0.42px;
	margin-bottom: 0;
}

.program-enroll-mobile-section {
	padding: 36px 0 32px 0;
}

.pem-item .pem-title {
	color: #029DE0;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 2px;
}

.pem-item .pem-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.pem-item .pem-detail {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.pem-item .pem-detail * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.pem-item .pem-detail *:last-child {
	margin-bottom: 0;
}

.pem-list .pem-item {
	margin-bottom: 22px;
}

.pem-list .pem-item:last-child {
	margin-bottom: 0;
}

/* mobile-program-section */

.hubs-detail-frames .hubs-frames-video,
.hubs-detail-frames .hubs-frames-img {
	position: relative;
}

.hub-detail-section {
	padding: 100px 0 68px 0;
}

.hub-detail-title {
	margin-bottom: 112px;
	display: flex;
	/* align-items: flex-end; */
	align-items: center;
}

.hub-detail-title>* {
	margin-right: 50px;
	margin-bottom: 0 !important;
	position: relative;
}

.hub-detail-title>*:last-child {
	margin-right: 0;
}

.hub-detail-title>*:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 38px;
	background-color: #000000;
	right: -25px;
	top: 5px;
	/* top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%); */
}

.hub-detail-title>*:last-child:after {
	content: none;
}

.hub-detail-title .main-title {
	line-height: 120%;
}

.hub-detail-title .block-small-title {
	font-weight: 400;
	line-height: 150%;
}

.hubs-detail-title .block-title {
	margin-bottom: 18px;
}

.hubs-detail-title .block-title span {
	font-weight: 400;
}

.hubs-detail-frames {
	margin-bottom: 60px;
}

.hubs-detail-frames>.row>[class*=col-]>* {
	height: 377px;
}

.hubs-detail-frames .common-video-play-icon {
	width: 60px !important;
	height: 60px !important;
	font-size: 20px;
}

.hubs-detail-frames .common-video-play-icon * {
	width: 20px !important;
	height: 20px !important;
}

.hubs-detail-frames .hubs-frames-left .hubs-frames-video {
	height: 100%;
}

.hubs-detail-frames .hubs-frames-left .hubs-frames-video .hubs-frames-video-start {
	height: 100%;
}

.hubs-detail-frames .hubs-frames-left .hubs-frames-video .hubs-frames-video-start * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hubs-detail-frames .hubs-frames-right>.row>[class*=col-]>* {
	height: 180px;
	margin-bottom: 30px;
}

.hubs-detail-frames .hubs-frames-right>.row>[class*=col-]:nth-last-child(-n+2)>* {
	height: 165px;
	margin-bottom: 0;
}

.hubs-detail-frames .hubs-frames-right .hubs-frames-img .hubs-frames-img-start {
	height: 100%;
}

.hubs-detail-frames .hubs-frames-right .hubs-frames-img .hubs-frames-img-start * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hubs-detail-texts .hubs-texts-left * {
	line-height: 150%;
}

.hubs-detail-texts .hubs-texts-left .block-small-title {
	margin-bottom: 16px;
}

.hubs-detail-texts .hubs-texts-left {
	position: relative;
}

.hubs-detail-texts .hubs-texts-left:after {
	content: '';
	position: absolute;
	right: -30px;
	top: 10px;
	bottom: 0;
	width: 1px;
	/* height: 100%; */
	background-color: rgba(0, 0, 0, 0.3);
}

.hubs-detail-texts .hubs-texts-right {
	padding-left: 38px;
}

.hubs-detail-texts .hubs-texts-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hubs-detail-texts .hubs-texts-right ul li .smallest-text {
	margin-bottom: 24px;
}

.hubs-detail-texts .hubs-texts-right ul li:last-child .smallest-text {
	margin-bottom: 0;
}

.hubs-texts-right-list-title * {
	font-weight: 500;
	line-height: 150%;
	color: rgba(38, 38, 38, 0.4);
	margin-bottom: 0;
}

.hubs-texts-right-list-text * {
	color: #262626;
}

.hubs-texts-right-list-text a:hover {
	color: #029DE0;
}

.hub-detail-section .hub-detail-hubs {
	margin-bottom: 78px;
}

.hub-detail-section>*:last-child {
	margin-bottom: 0;
}

.hubs-detail-texts .hubs-texts-left .smallest-text *:last-child {
	margin-bottom: 0;
}

.events-on-hubs {
	padding: 75px 0 95px 0;
}

.events-on-hubs>.block-title {
	line-height: 150%;
}

.events-on-hubs-section {
	margin-bottom: -125px;
}

.events-on-hubs-section .event-list .event-item {
	border-bottom: none;
}

.events-on-hubs-section .event-list {
	padding-top: 0;
}

.mentor-support-section .mentor-support-title .main-detail *:last-child {
	margin-bottom: 0;
}

.mentor-support-list .mentor-support-block {
	padding: 36px 26px 36px 41px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	border-radius: 6px;
	border: 1px solid rgba(39, 222, 242, 0.6);
}

.mentor-support-list .mentor-support-block .block-small-title {
	margin-bottom: 12px;
	color: #27DEF2;
	line-height: 150%;
}

.mentor-support-list .mentor-support-block .smallest-text * {
	color: #ffffff;
}

.mentor-support-list .mentor-support-block .smallest-text *:last-child {
	margin-bottom: 0;
}

.curriculum-tab-accordion .accordion-item .accordion-body p:first-child {
	padding-top: 20px;
}

.our-community-carousel .slick-arrow {
	top: 33%;
}

.mentor-support-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: unset;
	bottom: 0;
	width: 150px;
	height: 520px;
	background: url('../images/mentor-support-back-shape.png') no-repeat;
	background-size: 100% 100%;
}

.career-guidance-section {
	padding: 83px 0 65px 0;
}

.career-guidance-description .block-title {
	margin-bottom: 18px;
	line-height: 150%;
}

.career-guidance-description .career-guidance-text {
	margin-bottom: 48px;
}

.career-guidance-description .career-guidance-text * {
	line-height: 160%;
}

.career-guidance-description .career-guidance-text *:last-child {
	margin-bottom: 0;
}

.career-guidance-cards>.row {
	justify-content: center;
}

.career-guidance-cards>.row>[class*=col-]>* {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	width: 100%;
	margin-bottom: 24px;
}

.career-guidance-cards .career-guidance-item-one {
	padding: 35px 41px 28px 41px;
}

.career-guidance-cards .career-guidance-item-one .paragraph-medium * {
	letter-spacing: 0.4px;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}

.career-guidance-cards .career-guidance-item-one .career-guidance-item-one-tile {
	display: flex;
	align-items: center;
}

.career-guidance-cards .career-guidance-item-one .career-guidance-item-one-tile .career-guidance-item-one-img-left {
	margin-right: 15px;
}

.career-guidance-cards .career-guidance-item-one .career-guidance-item-one-tile .career-guidance-item-one-img-left * {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.career-guidance-cards .career-guidance-item-one-detail-right .smallest-text * {
	margin-bottom: 0;
	color: #ffffff;
}

.career-guidance-cards .career-guidance-item-one-detail-right .smallest-text * span {
	font-weight: 600;
}

.career-guidance-cards .career-guidance-item-one.career-guidance-item-four .paragraph-medium * {
	color: #262626;
}

.career-guidance-cards .career-guidance-item-one.career-guidance-item-four .career-guidance-item-one-tile .career-guidance-item-one-detail-right .smallest-text * {
	color: #262626;
}

.career-guidance-cards .career-guidance-item-two-img-insert {
	position: relative;
}

.career-guidance-cards .career-guidance-item-two-img-insert .career-guidance-item-two-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.career-guidance-cards .career-guidance-item-three {
	display: flex;
	align-items: stretch;
}

.career-guidance-cards .career-guidance-item-three .career-guidance-item-three-right {
	padding: 24px 20px 24px 25px;
}

.career-guidance-cards .career-guidance-item-three .career-guidance-item-three-text {
	margin-bottom: 38px;
}

.career-guidance-cards .career-guidance-item-three .career-guidance-item-three-text * {
	font-weight: 500;
	letter-spacing: 0.36px;
	color: #ffffff;
	font-size: 16px;
}

.career-guidance-cards .career-guidance-item-three .career-guidance-item-three-text *:last-child {
	margin-bottom: 0;
}

.career-guidance-cards .career-guidance-item-three>* {
	flex: 1 0 0;
	/* height: 100%; */
}

.career-guidance-cards .career-guidance-item-three .career-guidance-item-three-img {
	width: 195px;
	/* height: 221px; */
	flex: 0 0 auto;
}

.career-guidance-cards .career-guidance-item-three .career-guidance-item-three-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px 0 0 6px;
}

/* .career-guidance-cards .career-guidance-item-three .career-guidance-item-three-right {
	width: calc(100% - 195px);
} */

.career-guidance-cards .career-guidance-item-one-start {
	height: calc(100% - 24px);
	display: flex;
	align-items: flex-end;
}

.career-guidance-cards .career-guidance-item-one-start>* {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.career-guidance-cards .career-guidance-item-two-img-tile {
	margin-top: -97px;
	/* height: 454px; */
	height: calc(100% + 73px);
}

.career-guidance-cards .career-guidance-item-two-img-tile * {
	height: 100%;
}

.career-guidance-cards .career-guidance-item-one .paragraph-medium {
	margin-bottom: 24px;
}

.career-guidance-cards .career-guidance-item-one .paragraph-medium *:last-child {
	margin-bottom: 0;
}

.community-banner-main {
	padding: 175px 0 0 0;
	position: relative;
}

.community-all-img {
	width: 230px;
	height: 290px;
	background-color: #cecece;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.community-all-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.community-all-img-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	/* margin-top: -179px; */
	margin-top: 0 !important;
	padding-top: 70px;
}

.community-all-img-section>* {
	flex: 0 0 18.8%;
	margin-bottom: 15px;
}

.community-banner-section .main-title {
	line-height: 120%;
	margin-bottom: 14px;
}

.community-banner-section .main-title * {
	text-transform: capitalize;
}

.community-banner-section .community-banner-text * {
	line-height: 160%;
}

.community-banner-section .community-banner-text *:last-child {
	margin-bottom: 0;
}

.build-relation-section {
	padding: 80px 0 78px 0;
}

.build-relation-left .block-title {
	/* line-height: 100%; */
	margin-bottom: 0;
	color: rgba(0, 43, 86, 0.95);
}

.build-relation-left .block-title * {
	text-transform: capitalize;
}

.build-relation-right * {
	line-height: 160%;
}

.build-relation-right *:last-child {
	margin-bottom: 0;
}

.hub-section>.block-title.hub-mobile-title {
	display: none;
}

.one-liner-section {
	padding: 207px 0 90px 0;
}

.one-liner-right {
	position: relative;
}

.one-liner-right .one-liner-img {
	width: 100%;
	height: 442px;
	background-color: #cecece;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.one-liner-right .one-liner-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.one-liner-left {
	padding-top: 40px;
}

.one-liner-left .main-title {
	line-height: 120%;
	color: rgba(0, 43, 86, 0.95);
}

.one-liner-left .main-title * {
	text-transform: capitalize;
}

.one-liner-left .one-liner-left-text * {
	line-height: 160%;
}

.one-liner-left .one-liner-left-text *:last-child {
	margin-bottom: 0;
}

.about-partnership-section {
	padding: 76px 0 70px 0;
}

.about-partnership-item {
	margin-bottom: 20px;
}

.about-partnership-item .about-partnership-item-img {
	margin-bottom: 46px;
	height: 118px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.about-partnership-item .block-small-title {
	margin-bottom: 10px;
	line-height: 120%;
}

/* .about-partnership-list > .row > [class*=col-] > * {
	height: 100%;
} */

.about-partnership-item .smallest-text *:last-child {
	margin-bottom: 0;
}

.mission-statement-section {
	padding: 47px 0;
}

.mission-statement-left {
	position: relative;
}

.mission-statement-left .mission-statement-img {
	width: 100%;
	height: 336px;
	/* background-color: #cecece; */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.mission-statement-left .mission-statement-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.mission-statement-section>.row {
	align-items: center;
}

.mission-statement-right .block-title {
	margin-bottom: 20px;
	color: rgba(0, 43, 86, 0.95);
}

/* .mission-statement-right .block-title * {
	text-transform: capitalize;
} */

.mission-statement-right .smallest-text *:last-child {
	margin-bottom: 0;
}

.about-principle-section {
	padding: 75px 0 113px 0;
}

.about-principle-left {
	position: relative;
	/* margin-top: 49px; */
}

.about-principle-left .about-principle-img {
	height: 341px;
}

.about-principle-left .about-principle-img * {
	height: 100%;
	object-fit: cover;
}

.about-principle-section .section-title {
	color: #ffffff;
	margin-bottom: 10px;
}

.about-principle-section .about-principle-text {
	margin-bottom: 73px;
}

.about-principle-section .about-principle-text * {
	color: #ffffff;
	line-height: 160%;
}

.about-principle-section .about-principle-text *:last-child {
	margin-bottom: 0;
}

.about-principle-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-principle-right .paragraph-medium {
	margin-bottom: 6px;
}

.about-principle-right .paragraph-medium * {
	color: #27DEF2;
	font-weight: 500;
	line-height: 160%;
}

.about-principle-right .paragraph-medium *:last-child {
	margin-bottom: 0;
}

.about-principle-right .smallest-text *:last-child {
	margin-bottom: 0;
}

.about-principle-right .smallest-text * {
	letter-spacing: 0.32px;
	/* line-height: 160%; */
	color: #ffffff;
}

.about-principle-right ul li {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.about-principle-right ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.our-learners-saying-carousel .slick-slide.testmonial-image-section .client-experience-detail {
	position: relative;
	z-index: 9;
	justify-content: flex-end;
}

/* .our-learners-saying-carousel .slick-slide.testmonial-image-section .client-experience-detail:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(10, 176, 202, 0.3);
} */

.our-learners-saying-carousel .slick-slide.testmonial-image-section .client-experience-detail .client-profile-block {
	position: relative;
	z-index: 9;
}

.new-ready-get-started-button.ready-get-started-button .dropdown.common-dropdown-menu .dropdown-toggle:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 14px;
	line-height: 100%;
	color: #ffffff;
	top: 54%;
	right: 0;
	background-image: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.foundation-banner-section.program-banner-section {
	padding: 95px 0 108px;
}

.foundation-banner-section .program-banner-detail {
	padding-top: 18px;
}

.foundation-banner-section .program-banner-detail .section-title {
	line-height: 158%;
}

.our-learners-saying-section.all-programs-blog-post {
	padding: 90px 0 200px;
	margin-bottom: -130px;
}

.faq-accordion .accordion-body {
	padding-right: 89px;
}

.foundation-faq-section {
	padding: 73px 0;
}

.learn-today-section {
	padding: 59px 0 54px 0;
}

.learn-today-section .section-title {
	margin-bottom: 14px;
}

.learn-today-section .section-title * {
	text-transform: capitalize;
}

.learn-today-section .smallest-text * {
	line-height: 160%;
}

.learn-today-section .smallest-text *:last-child {
	margin-bottom: 0;
}

.meta-skill-section {
	padding: 65px 0;
}

.meta-skill-section .block-title {
	color: #ffffff;
}

.meta-skill-section .block-title * {
	text-transform: capitalize;
}

.meta-skill-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 29px);
	margin-bottom: 29px;
	padding: 33px 29px;
	min-height: 270px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.meta-skill-item .paragraph-medium {
	padding-bottom: 13px;
	margin-bottom: 55px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.meta-skill-item .paragraph-medium * {
	font-weight: 500;
	min-height: 50px;
	display: block;
}

.meta-skill-item .smallest-text *:last-child {
	margin-bottom: 0;
}

.meta-skill-btn {
	padding-top: 14px;
}

.meta-skill-btn .btn {
	padding: 14px 34px;
	font-size: 15px;
	line-height: 140%;
	width: 302px;
}

.set-us-apart-section {
	padding: 100px 0 82px 0;
}

.set-us-apart-section>.row {
	justify-content: space-between;
}

.set-us-left .block-title {
	margin-bottom: 18px;
}

.set-us-left .block-title * {
	text-transform: capitalize;
}

.set-us-left .smallest-text {
	margin-bottom: 25px;
}

.set-us-left .smallest-text * {
	line-height: 160%;
}

.set-us-left .smallest-text *:last-child {
	margin-bottom: 0;
}

.set-up-btn .btn {
	padding: 8px 34px;
	font-size: 15px;
	line-height: 140%;
	width: 260px;
}

.set-us-detail .set-us-detail-start {
	display: flex;
}

.set-us-detail .set-us-detail-start>* {
	flex: 1 0 0;
}

.set-us-detail .set-us-detail-start .set-us-detail-img {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	margin-right: 22px;
}

.set-us-detail .set-us-detail-start .set-detail-text-up {
	margin-bottom: 22px;
}

.set-us-detail .set-us-detail-start .set-detail-text-up .smallest-text * {
	line-height: 160%;
	margin-bottom: 0;
}

.set-us-detail .set-us-detail-start .set-detail-text-up .block-small-title {
	margin-bottom: 0;
	line-height: 160%;
}

.set-us-detail .set-us-detail-start .set-detail-text-down * {
	line-height: 160%;
}

.set-us-detail .set-us-detail-start .set-detail-text-down *:last-child {
	margin-bottom: 0;
}

.set-us-list .set-us-item {
	padding-bottom: 44px;
	/* display: flex; */
	position: relative;
}

.set-us-list .set-us-item .set-us-detail {
	position: relative;
}

/* .set-us-list .set-us-item .set-us-detail:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: -50px;
	background-color: #7161E1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} */

/* .set-us-list .set-us-item .set-us-detail:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -43px;
	width: 1px;
	height: calc(100% + 44px);
	background-color: #7161E1;
	overflow: hidden;
} */

/* .set-us-list .set-us-item:last-child .set-us-detail:after {
	content: none;
} */

.set-us-list .set-us-item:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: -50px;
	background-color: #7161E1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	opacity: 0;
	/* animation: dotshow 1s;
	-webkit-animation: dotshow 1s;
	animation-delay: 2s;
	animation-fill-mode: both; */
}

.set-us-list .set-us-item.aos-animate:before {
	transition-delay: 0.4s;
	transition-duration: 0.4s;
	opacity: 1;
}

.set-us-list .set-us-item:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -43px;
	width: 1px;
	height: 0;
	/*height: calc(100% + 44px);
	*/
	background-color: #7161E1;
	/* overflow: hidden;
	animation: line 2s ease-in 1;
	-webkit-animation: line 2s ease-in 1;
	animation-delay: 2s;
	animation-fill-mode: both; */
}

.set-us-list .set-us-item.aos-animate:after {
	transition-delay: 0.6s;
	transition-duration: 0.4s;
	height: 100%;
}

.set-us-list .set-us-item:last-child:after {
	/* content: none; */
	display: none;
}

@keyframes dotshow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes line {
	0% {
		height: 0;
	}

	100% {
		height: calc(100% + 44px);
	}
}

.set-us-list .set-us-item .set-us-animate-line {
	position: absolute;
	top: 12px;
	left: -43px;
	width: 1px;
	height: 100%;
	background-color: #7161E1;
	overflow: hidden;
	animation: grow-on-y 2s ease-in 1;
	-webkit-animation: grow-on-y 2s ease-in 1;
	transform-origin: top left;
	/*animation: moveline 6s linear forwards;
	 */
}

/* @keyframes moveline {
	0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
} */

/* .set-us-list .set-us-item .set-us-animate-line:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -43px;
	width: 1px;
	height: calc(100% + 44px);
	background-color: #7161E1;
	overflow: hidden;
}

.set-us-list .set-us-item .set-us-animate-line.addanimation:before {
	animation: grow-on-y 2s ease-in 1;
	-webkit-animation: grow-on-y 2s ease-in 1;
	transform-origin: top left;
} */

@keyframes grow-on-y {

	/* 0%,50% {
		transform:scaleY(0);
		-webkit-transform:scaleY(0);
		-moz-transform:scaleY(0);
		-ms-transform:scaleY(0);
		-o-transform:scaleY(0);
	}
	to{ transform:scaleY(1);
		-webkit-transform:scaleY(1);
		-moz-transform:scaleY(1);
		-ms-transform:scaleY(1);
		-o-transform:scaleY(1);
	} */
	0% {
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}

	30% {
		transform: scaleY(30%);
		-webkit-transform: scaleY(30%);
		-moz-transform: scaleY(30%);
		-ms-transform: scaleY(30%);
		-o-transform: scaleY(30%);
	}

	50% {
		transform: scaleY(50%);
		-webkit-transform: scaleY(50%);
		-moz-transform: scaleY(50%);
		-ms-transform: scaleY(50%);
		-o-transform: scaleY(50%);
	}

	80% {
		transform: scaleY(80%);
		-webkit-transform: scaleY(80%);
		-moz-transform: scaleY(80%);
		-ms-transform: scaleY(80%);
		-o-transform: scaleY(80%);
	}

	100% {
		transform: scaleY(100%);
		-webkit-transform: scaleY(100%);
		-moz-transform: scaleY(100%);
		-ms-transform: scaleY(100%);
		-o-transform: scaleY(100%);
	}

	/* 0% {
		transform: translate3d(0, -200%, 0)	;
		-webkit-transform: translate3d(0, -200%, 0)	;
		-moz-transform: translate3d(0, -200%, 0)	;
		-ms-transform: translate3d(0, -200%, 0)	;
		-o-transform: translate3d(0, -200%, 0)	;
	}
	60% {
		transform: translate3d(0, 100%, 0)	;
		-webkit-transform: translate3d(0, 100%, 0)	;
		-moz-transform: translate3d(0, 100%, 0)	;
		-ms-transform: translate3d(0, 100%, 0)	;
		-o-transform: translate3d(0, 100%, 0)	;
	}
	100% {
		transform: translate3d(0, 100%, 0)	;
		-webkit-transform: translate3d(0, 100%, 0)	;
		-moz-transform: translate3d(0, 100%, 0)	;
		-ms-transform: translate3d(0, 100%, 0)	;
		-o-transform: translate3d(0, 100%, 0)	;
	} */
}

.set-us-list .set-us-item:last-child .set-us-animate-line {
	display: none;
}

.foundation-faq-section .faq-program-section {
	padding-top: 0;
}

.event-post-banner-section {
	padding: 90px 0 123px 0;
}

.event-post-right {
	width: 100%;
	/* height: 230px; */
	margin-top: 17px;
	aspect-ratio: 1/1;
	max-width: 370px;
	margin-left: auto;
}

.event-post-right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-post-btn {
	margin-bottom: 12px;
}

/* .event-post-btn * {
	color: #4278EC;
} */

.event-post-btn i,
.event-post-btn svg {
	font-size: 12px;
	line-height: 100%;
	margin-right: 10px;
	vertical-align: baseline;
}

.event-post-btn a {
	/* font-family: 'DM Sans'; */
	font-weight: 500;
	font-size: 16px;
	line-height: 187%;
	color: #029DE0;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.event-post-left .section-title {
	/* font-family: 'Inter'; */
	line-height: 120%;
	/* color: #19173C; */
}

.event-post-left .event-item .event-notes ul li svg,
.event-post-left .event-item .event-notes ul li i {
	color: #029DE0;
}

.event-post-left .event-item {
	height: unset;
	border-bottom: none;
	margin-bottom: 0;
}

.event-post-left .event-item .event-notes {
	margin-bottom: 0;
}

.event-post-left .event-item .event-notes ul li {
	/* font-family: 'DM Sans'; */
	font-size: 16px;
	line-height: 125%;
	color: rgba(25, 23, 60, 0.6);
}

.event-post-btn a:hover {
	color: #2EB9C2;
}

.event-post-btn a svg,
.event-post-btn a i {
	color: #029DE0;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
}

.event-post-btn a:hover svg,
.event-post-btn a:hover i {
	color: #2EB9C2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.event-post-section {
	padding: 74px 0 310px 0;
}

.event-post-section>.row {
	justify-content: space-between;
}

.event-post-detail-left .event-post-text {
	margin-bottom: 41px;
}

.event-post-detail-left .event-post-text * {
	/* font-family: 'DM Sans'; */
	line-height: 155%;
	color: rgba(25, 23, 60, 0.8);
}

.event-post-detail-left .event-post-text *:last-child {
	margin-bottom: 0;
}

.event-post-below-btn .btn-simple-cyan {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 34px;
	width: 225px;
	border: 1px solid #029DE0;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #029DE0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

/* .event-post-below-btn .btn-simple-cyan:after {
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 42px;
	font-size: 18px;
	line-height: 155%;
	color: #2EB9C2;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
} */

.event-post-below-btn .btn-simple-cyan:hover {
	color: #4278EC;
	border-color: #4278EC;
}

.event-post-below-btn .btn-simple-cyan:hover:after {
	color: #4278EC;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
}

.event-post-detail-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event-post-detail-right .share-text {
	margin-bottom: 33px;
}

.event-post-detail-right .share-text * {
	color: #19173C;
	/* font-family: 'DM Sans'; */
	font-size: 18px;
	font-weight: 500;
	line-height: 155%;
}

.event-post-detail-right .share-text *:last-child {
	margin-bottom: 0;
}

.event-social-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event-social-icon ul li {
	margin-bottom: 29px;
}

.event-social-icon ul li:last-child {
	margin-bottom: 0;
}

.event-social-icon ul li a i,
.event-social-icon ul li a svg {
	color: #029DE0;
	font-size: 32px;
	line-height: 100%;
}

.event-social-icon ul li a:hover i,
.event-social-icon ul li a:hover svg {
	color: #4278EC;
}



.enroll-registration-section {
	position: sticky;
	top: 0;
	z-index: 99;
	margin-top: -55px;
}

.enroll-registration-section .enroll-registration-description {
	overflow: hidden;
}

.enroll-registration-section .enroll-registration-content {
	position: relative;
	z-index: 9;
	padding: 0 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.enroll-registration-section .enroll-registration-content .enroll-registration-back-overlay {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.enroll-registration-section.active .enroll-registration-content .enroll-registration-back-overlay {
	width: 60000px;
}

.enroll-registration-section .enroll-registration-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -22px;
}

.enroll-registration-section .enroll-registration-list>* {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 20px;
}

.enroll-registration-section .enroll-registration-block {
	padding: 30px 0;
	font-size: 16px;
	line-height: 150%;
}

.enroll-registration-section .enroll-registration-block .title {
	font-weight: 600;
	color: #27DEF2;
	margin-bottom: 2px;
}

.enroll-registration-section .enroll-registration-block .detail {
	color: #ffffff;
}

.enroll-registration-section .enroll-registration-block .detail * {
	margin: 0;
}

.enroll-registration-section .enroll-registration-button {
	margin-left: 30px;
	max-width: 295px;
	width: 100%;
	text-align: right;
}

.enroll-registration-section .enroll-registration-button .btn {
	/* width: 100%; */
	font-size: 15px;
	line-height: 140%;
	padding-left: 68px;
	padding-right: 68px;
}

.our-learners-saying-section {
	padding: 90px 0 37px;
}

.our-learners-saying-section .section-title {
	margin-bottom: 50px;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider {
	opacity: 0;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider.slick-initialized {
	opacity: 1;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider .slick-list {
	margin: 0 -15px;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider .slick-arrow.slick-prev {
	left: -80px;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider .slick-arrow.slick-next {
	right: -80px;
}

.our-learners-saying-content .our-learners-saying-slider .slick-slider .slick-slide {
	padding: 0 15px;
}

.our-learners-saying-carousel .slick-slide {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.faq-new-page .faq-accordion .faq-accordion-item-open .accordion-button {
	padding-bottom: 12px;
	font-weight: 500;
}


/* 27-may-25 */
.discount-certification .discount-certificate-block {
	display: flex;
	align-items: flex-start;
	gap: 34px;
	margin-bottom: 51px;
}

.discount-certification .discount-certificate-block .certificate-img {
	width: 100%;
	max-width: 102px;
	height: 100px;
}

.discount-certification .discount-certificate-block .certificate-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.discount-certification .discount-certificate-block .discount-content-detail {
	width: 100%;
	max-width: 502px;
}

.discount-certification .discount-certificate-block .discount-content-detail .disc>p:first-child {
	text-transform: uppercase;
	color: #929292;
	font-size: 16px;
	line-height: 24px;
}

.discount-certification .discount-certificate-block .discount-content-detail .disc * {
	margin: 0;
}

.discount-certification .discount-certificate-block .discount-content-detail .discount-title * {
	font-size: 18px !important;
	font-weight: 500;
	color: #002B56;
	margin-bottom: 10px;
}

.discount-certification .discount-certificate-block .discount-content-detail .disc * {
	font-size: 16px;
	line-height: 24px;
}

.discount-certification .discount-certificate-left .disc {
	font-size: 16px;
	line-height: 24px;
	max-width: 412px;
}

.discount-certification .discount-certification-main .discount-title {
	font-size: 18px;
}

/* 27-may-25 */

/* front-main - 16-06-2025 */
.front-main {
	padding: 80px 0;
}

.front-main .heading .title * {
	font-size: 36px;
	line-height: 130%;
	font-weight: 500;
	color: var(--primaryBlack);
	max-width: 702px;
	text-align: center;
	margin: 0 auto 40px;
}

.front-main table thead th {
	padding: 12px 20px;
	background-color: #E2F0F6;
	border-bottom: 1px solid #D9DFE6;
	font-size: 24px;
	line-height: 150%;
	font-weight: 500;
	color: #000000;
}

.front-main table tbody tr:nth-child(odd) td {
	background-color: transparent;
}

.front-main table tbody tr:nth-child(even) td {
	background-color: #FFFFFF;
}

.front-main table tbody tr td {
	width: 50%;
	padding: 20px;
	border-bottom: 1px solid #D9DFE6;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
}

.front-main table tbody tr:hover td {
	background-color: #f3f3f3;
	color: #111;
}

/* front-main - 16-06-2025 */