@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes leftSlidein {
	0%     { opacity: 0; transform: translateX(-100px); }
	100%   { opacity: 1; transform: translateX(0); }
}
@keyframes rightSlidein {
	0%     { opacity: 0; transform: translateX(100px); }
	100%   { opacity: 1; transform: translateX(0); }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes leftSlidein {
	0%     { opacity: 0; transform: translateX(-100px); }
	100%   { opacity: 1; transform: translateX(0); }
}
@-moz-keyframes rightSlidein {
	0%     { opacity: 0; transform: translateX(100px); }
	100%   { opacity: 1; transform: translateX(0); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes leftSlidein {
	0%     { opacity: 0; transform: translateX(-100px); }
	100%   { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes rightSlidein {
	0%     { opacity: 0; transform: translateX(100px); }
	100%   { opacity: 1; transform: translateX(0); }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes leftSlidein {
	0%     { opacity: 0; transform: translateX(-100px); }
	100%   { opacity: 1; transform: translateX(0); }
}
@-ms-keyframes rightSlidein {
	0%     { opacity: 0; transform: translateX(100px); }
	100%   { opacity: 1; transform: translateX(0); }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes leftSlidein {
	0%     { opacity: 0; transform: translateX(-100px); }
	100%   { opacity: 1; transform: translateX(0); }
}
@-o-keyframes rightSlidein {
	0%     { opacity: 0; transform: translateX(100px); }
	100%   { opacity: 1; transform: translateX(0); }
}
@media (max-width: 767px) {
	.earn-charter-mark {
        padding: 10px 0 !important;
        text-align: left !important;
        width: 100% !important;
    }
}

.d-flex {
	display: flex !important;
}
.d-none {
	display: none !important;
}
.defaultStyle {
	opacity: 0;
}
.fadeInEffect {
	-webkit-animation: fadein 1.5s 1s forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s 1s forwards; /* Firefox < 16 */
    -ms-animation: fadein 1.5s 1s forwards; /* Internet Explorer */
    -o-animation: fadein 1.5s 1s forwards; /* Opera < 12.1 */
    animation: fadein 1.5s 1s forwards;
}
.default--left-slidein {
	opacity: 0;
	transform: translateX(-100px);
}
.default--right-slidein {
	opacity: 0;
	right: translateX(100px);
}
.active--left-slidein {
	-webkit-animation: leftSlidein 1.5s 1s forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: leftSlidein 1.5s 1s forwards; /* Firefox < 16 */
    -ms-animation: leftSlidein 1.5s 1s forwards; /* Internet Explorer */
    -o-animation: leftSlidein 1.5s 1s forwards; /* Opera < 12.1 */
    animation: leftSlidein 1.5s 1s forwards;
}
.active--right-slidein {
	-webkit-animation: rightSlidein 1.5s 1s forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: rightSlidein 1.5s 1s forwards; /* Firefox < 16 */
    -ms-animation: rightSlidein 1.5s 1s forwards; /* Internet Explorer */
    -o-animation: rightSlidein 1.5s 1s forwards; /* Opera < 12.1 */
    animation: rightSlidein 1.5s 1s forwards;
}
.single .et_pb_post {
	margin-bottom: 0;
}
/*  ===================== BACKGROUND FULL WIDTH ================ */
.video-bg-full-width .et_pb_section_video_bg{
	position: fixed;
	
}
.video-bg-full-width .et_pb_section_video_bg:before{
	content: '';
	position: fixed;
	width: 100%;
	height:100%;
/* 	background: rgba(0, 0, 78, 0.75); */
	z-index: 1;
}
/*  ===================== CLIENTS ================ */
.clients-logo {
	position: relative;
}
.clients-logo .clients-logo_item {
	padding: 0 4px;
}
.clients-logo .clients-logo_item .clients-logo_item_content{
	height: 71px;
	background-color: #FFF;
}

.slick-slide > div {
	display: flex;
	margin-bottom: 8px;
	height: 71px;
	justify-content: center;
}

.clients-logo_item_content{
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center; 
}
.slick-arrow{
	background-color: transparent;
	border: none;
	position: absolute;
	width: 38px;
	height: 74px;
	top: calc(50% - 37px);
	z-index: 1;
}
.slick-arrow svg{
	width: 38px;
	height: 74px;
	fill: #FFF;
	stroke: #FFF;
	stroke-width: 1px;
	cursor: pointer;
}
.slick-prev{
	left: -70px;
}
.slick-next{
	transform: scaleX(-1);
	right: -70px;
}
.slick-dots{
	 display: flex;
    justify-content: center;
	align-items: center;
	padding-bottom: 0;
	margin-top: 30px;
}

.slick-dots{
	margin-left: 0;
}
.slick-dots li{
	list-style: none;
	margin: 0 5px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: white;
	border-radius: 50%;
}
.slick-dots li.slick-active button{
	 width: 21px;
    height: 21px;
	border: 2px solid #FFF;
	background: transparent;
}
/*  ===================== ALPHABET LIST ================ */
.alphabet-list{
	display: flex;
	margin: 0;
	justify-content: center;
	padding:0 !important;
}
.alphabet-list li{
	list-style: none;
	margin: 0 10px;
	cursor: pointer;
}
.alphabet-list li a{
	color: #FFF;
	text-decoration: underline;
	font-size: 25px; 
	font-weight: bold;
}
.alphabet-list li.active a{
	color: #FFDE5F;
}

.client-list{
	margin: 50px 0;
	justify-content: center;
	column-count: 4;
	-moz-column-fill: balance;
  	column-fill: balance;
}
.client-list ul {
	padding:0 !important;
}
.client-list li{
	color: #FFF;
	padding-right: 30px;
}
#wpfront-scroll-top-container{
	
}
#wpfront-scroll-top-container div.text-holder {
	font-size: 17px;
	font-weight: bold;
	background-color: transparent !important;
	position: relative;
	padding-right: 15px;
}
#wpfront-scroll-top-container div.text-holder:after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ffdf5f;
	right: -5px;
	top: calc(50% - 6px);
}

@media screen and (max-width: 375px) {
	.slick-slide > div {
		height: 50px;
	}
	.clients-logo .clients-logo_item .clients-logo_item_content{
		height: 50px;
		padding: 10px;
	}
	.clients-logo .clients-logo_item .clients-logo_item_content img {
		max-height: 100%;
	}
}


/*  ===================== MAIN MENU ================ */
body .top-header {
	max-width: 100%;
}
body .top-header .s1_top,
body .top-header .main-navbar-wrap {
	width: 100%;
}
body .top-header .navbar {
	padding: 25px 0 !important;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
body .top-header .navbar .container-fluid {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	margin: 0 1.5rem !important;
	width: 100%;
}
body .top-header .navbar .container-fluid .inner-content {
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
body .top-header .navbar .navbar-brand {
	display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	text-decoration: none;
    background-color: transparent;
}
body .top-header .navbar .navbar-brand span {
	display: block;
    color: #FFF;
}
body .top-header .navbar .navbar-brand span:nth-of-type(1) {
	font-size: 22px;
    font-weight: bold;
}
body .top-header .navbar .navbar-brand span:nth-of-type(2) {
	font-size: 14px;
}
body .top-header .navbar .navbar-toggler {
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #FFF;
    border: none;
    font-size: 30px;
    outline: none;
    padding: 0;
    cursor: pointer;
}
body .top-header .navbar .navbar-collapse {
	flex-grow: 1;
    align-items: center;
	flex-basis: 100%;
}
body .top-header .navbar .collapse:not(.show) {
    display: none;
}
body .top-header .navbar #mainNavbarContent {
	justify-content: end;
}
body .top-header .navbar .navbar-nav {
	display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
body .top-header .navbar #mainNavbarContent .navbar-nav {
    flex-direction: row;
    padding-bottom: 0;
}
body .top-header .navbar #mainNavbarContent .navbar-nav .nav-item.nav-categories-item > a {
	background: rgba(20, 23, 28, .05);
    border: 1px solid rgba(20, 23, 28, .05);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    color: #505763;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    display: flex;
}
body .top-header .navbar #mainNavbarContent .navbar-nav .nav-item.nav-categories-item > a img {
    margin-right: 15px;
}
body .top-header .navbar #mainNavbarContent .navbar-nav .nav-item.nav-categories-item > a span {
	line-height: 20px;
    font-size: 14px;
}
/**
* Top categories menu
*/

.browse-categories-nav-link {
    background: rgba(20, 23, 28, .05);
    border: 1px solid rgba(20, 23, 28, .05);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    color: #505763;
}

.categories-menu {
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #e8e9eb;
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
    color: #505763;
    margin: 0;
    border-left: 25px solid rgb(255, 11, 0);
    height: 70vh;
    display: none;
	left: calc((100vw - min(calc(100vw - 55px), 270px) - min(calc(100vw - 55px), 270px) - min(calc(90vw - 270px), 600px)) / 2);
}

.categories-menu ul {
	list-style: none;
	padding: 0 !important;
}

.categories-menu .main-category-menu, .categories-menu .sub-category-menu {
    overflow-y: auto;
    height: 100%;
    width: min(calc(100vw - 55px), 270px);
	padding: 20px 0;
}

.categories-menu .sub-category-menu, .sub-category-menu .categories-ul-first {
    display: none;
}

.categories-menu .list-programs {
    top: -1px;
    background-color: #f5f2f2;
    height: 100%;
    display: none;
    width: min(calc(90vw - 270px), 600px);
	padding: 20px 0;
}

.categories-menu .list-programs > ul {
    display: none;
    overflow-y: scroll;
    height: 100%;
}

.categories-menu .course-title-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.categories-menu .course-title-wrapper span.course-title {
    width: 100%;
}

.nav-categories-item li.menu-button a {
    border: 1px solid rgb(255, 11, 0);
    color: rgb(255, 11, 0);
    padding: 7px 30px;
    margin-left: 20px;
    display: inline-flex;
    margin-top: 15px;
}

.nav-categories-item li.menu-button:hover a {
    background-color: transparent;
    color: rgb(255, 11, 0);
}

.categories-menu ul li a {
    display: flex;
    padding: 15px 20px;
    color: #414141;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
}

.main-category-menu ul li a:hover, .sub-category-menu ul li a:hover {
    background: #f2f3f5;
    color: #007791;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 2px;
}

.list-programs ul li a:hover {
    background: white;
    color: #007791;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 2px;
}

.categories-menu .categories-ul-first li a {
    padding: 5px 20px;
}
.categories-menu ul li.title a {
    font-size: 20px;
    font-weight: bold;
}

.nav-categories-item .categories-ul-second {
    border: none;
}

.nav-categories-item .categories-ul-second li a {
    justify-content: normal;
    column-gap: 20px;
}

.nav-categories-item .categories-ul-second li a > span > span:not(.course-title) {
    border: 1px solid rgb(255, 11, 0);
    color: rgb(255, 11, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.6);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.6);
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
    padding: 3px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.nav-categories-item .categories-ul-second li a > span sup {
    top: -8px;
}

.footer .et_pb_module > .et_pb_text_inner > div p { 
	margin-bottom: 0 !important;
}

.main-category-menu ul li.title a,
.list-programs ul li.title a,
.sub-category-menu ul li.title a {
    padding: 5px 20px;
    margin-bottom: 15px;
    pointer-events: none;
}
.categories-menu .main-category-menu::-webkit-scrollbar-track,
.categories-menu .sub-category-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.categories-menu .main-category-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.categories-menu .main-category-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(97,94,94,1) 56%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
}

@media(max-width:991.5px) {
    .categories-menu {
        left: 25px;
    }
	.categories-menu .list-programs {
        width: calc(90vw - 290px);
    }
	.categories-menu ul {
        left: 0;
        right: auto;
    }

    .nav-categories-item .categories-ul-first > li:nth-of-type(2) > ul,
    .nav-categories-item:hover .categories-ul-first > li:not(:first-child):not(:last-child):hover > ul {
        width: calc(100vw - 420px);
    }
}
@media(max-width:767.5px) {
    .categories-menu {
        left: 15px;
    }
	
   .categories-menu .main-category-menu, .categories-menu .sub-category-menu {
        width: calc(100vw - 55px);
    }
	
    .categories-menu .list-programs {
        display: none !important;
    }

    .categories-menu > ul {
        overflow-y: scroll;
    }

    .nav-categories-item .categories-ul-first > li:nth-of-type(2) > ul {
        display: none;
    }

    .nav-categories-item .categories-ul-first > li > ul {
        display: none;
        position: relative;
        left: 0 !important;
        width: 100% !important;
        height: auto;
        padding-bottom: 30px;
    }

    .nav-categories-item .categories-ul-second li a {
        row-gap: 20px;
    }
}

@media (min-width:768px) {
    .categories-menu ul ul {
        display: none !important;
    }
}


body .top-header .navbar #mainNavbarContent .header-search-wrap {
    background-color: transparent;
    position: relative;
    margin-left: 1.5rem !important;
    width: 30%;
}
body .top-header .navbar .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
body .top-header .navbar #mainNavbarContent .header-search-wrap input[type=search] {
	display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-color: #ced4da;
    width: 100%;
    padding-right: 40px;
	border-radius: 20px;
    font-size: 13px;
    color: #FFF;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
}
body .top-header .navbar #mainNavbarContent .header-search-wrap input[type=search]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
body .top-header .navbar #mainNavbarContent .header-search-wrap input[type=search]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
body .top-header .navbar #mainNavbarContent .header-search-wrap input[type=search]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
body .top-header .navbar #mainNavbarContent .header-search-wrap input[type=search]::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
body .top-header .navbar #mainNavbarContent .header-search-wrap input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
body .top-header .navbar .header-search-btn {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 5px;
    box-shadow: none !important;
    color: #FFF;
    text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
	position: absolute;
    right: 0;
}
body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap {
    margin-left: 1rem;
}
body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap > li {
    margin-right: 0.5rem;
    text-align: center;
	position: relative;
}
body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a.btn-login-outline {
    border: 1px solid #FF0B00;
	-webkit-transition: all 0.2s ease, visibility 0s;
	-moz-transition: all 0.2s ease, visibility 0s;
	-o-transition: all 0.2s ease, visibility 0s;
	transition: all 0.2s ease, visibility 0s;
	color: #FFF;
	padding-left: 1rem;
	padding-right: 1rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 106px;
	font-size: 13px;
	letter-spacing: .1em;
}
body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a.btn-login-outline:hover {
	background-color: #FF8580;
}
@media (max-width: 767px) {
	body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a.btn-login-outline {
		margin-right: 15px;
	}
}
body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a.btn-theme-primary {
    background-color: #FF0B00;
	-webkit-transition: all 0.2s ease, visibility 0s;
	-moz-transition: all 0.2s ease, visibility 0s;
	-o-transition: all 0.2s ease, visibility 0s;
	transition: all 0.2s ease, visibility 0s;
	border: 1px solid #FF0B00;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 106px;
	font-size: 13px;
	letter-spacing: .1em;
}
body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a.btn-theme-primary:hover {
	background-color: #FF8580;
}
@media (max-width: 1200px) {
	body .top-header .navbar .navbar-brand span:nth-of-type(1) {
		font-size: 17px;
	}
	body .top-header .navbar .navbar-brand span:nth-of-type(2) {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	body .top-header .navbar .inner-content {
		justify-content: space-between;
	}
	body .top-header .navbar #mainNavbarContent {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	body .top-header .navbar .navbar-brand {
		white-space: normal;
		text-align: center;
	}
	body .top-header .navbar .navbar-brand span:nth-of-type(1) {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 20px;
	}
	body .top-header .navbar .navbar-brand span:nth-of-type(2) {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
	}
	body .top-header .navbar #mainNavbarContent .header-search-wrap {
		margin: 20px 0 !important;
		width: 100%;
	}
	body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap {
		margin-left: 0;
	}
	body .top-header .navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li {
		margin-left: 0 !important;
	}
}
@media (min-width: 576px) {
	body .top-header .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}
@media (min-width: 768px) {
	body .top-header .navbar .show#mainNavbarContent {
		display: flex;
	}
}
@media (min-width: 992px) {
	body .top-header .navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	body .top-header .navbar-expand-lg .navbar-toggler {
		display: none;
	}
	body .top-header .navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	body .top-header .navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
}

/*  ===================== FOOTER ================ */
body .footer {
	padding: 3rem 0 !important;
}
.footer .et_pb_row {
	max-width: 1140px !important;
	width: 90% !important;
	padding: 0 !important;
}
.footer .et_pb_column_1_4 {
	width: 100%;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.footer .et_pb_column_1_4:not(:last-child) .et_pb_text:first-child p {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.footer .et_pb_column_1_4:not(:last-child) .et_pb_text:not(:first-child) p {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}
.footer .et_pb_column_1_4:not(:last-child) .et_pb_text:not(:first-child) p a:hover {
	text-decoration: underline;
	color: #ff9900 !important;
}
.footer .et_pb_column_1_4 .et_pb_module {
	margin: 0;
}
.footer .et_pb_column_1_4 .et_pb_module .tnp-field-email label {
	display: none;
}
.footer .et_pb_column_1_4 .et_pb_module .tnp-field-email .tnp-email {
	margin: 15px 0;
}
.footer .et_pb_column_1_4:last-child p {
	font-size: 15px;
}
.footer .tnp-subscription {
	width: 100%;
}
.footer .tnp-subscription div.tnp-field {
	width: 100%;
	float: none;
}
.footer .tnp-subscription #tnp-1 {
	background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 15px 0;
    padding: 7px 15px;
    width: 100%;
	font-size: 14px;
	height: 35px;
}
.footer .tnp-subscription #tnp-1::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
.footer .tnp-subscription #tnp-1::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
.footer .tnp-subscription #tnp-1::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
.footer .tnp-subscription #tnp-1::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
.footer .tnp-subscription #tnp-1::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
.footer .tnp-field-button .tnp-submit {
	margin: 0 !important;
	padding: 7px 20px !important;
	color: #FFF;
    border-radius: 5px;
    border: none;
    display: inline-block;
	line-height: 21px;
}
.footer .tnp-subscription div.tnp-field.tnp-field-button {
	margin-bottom: 30px;
	padding-bottom: 1rem;
}
.footer .tnp-field-button .tnp-submit:first-letter {
	text-transform: capitalize;
}
.footer .et_pb_column_1_4:last-child .et_pb_module:nth-of-type(3) {
	margin-bottom: 1rem;
}
.footer .et_pb_column_1_4:last-child .et_pb_module:nth-of-type(3) a {
	margin-right: 15px;
}
.footer .et_pb_column_1_4:last-child .et_pb_module:nth-of-type(3) i {
	font-size: 30px;
	color: #FFF;
}
.footer .et_pb_column_1_4:last-child .et_pb_module:nth-of-type(4) p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.footer .et_pb_column_1_4 {
		flex: 0 0 50%;
   		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.footer .et_pb_column_1_4 {
		flex: 0 0 25%;
   		max-width: 25%;
	}
}

/*  ===================== BREADCRUMBS ================ */
body .top-header .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
	background: none;
    padding: 0;
	font-size: 1rem;
}
body .top-header .breadcrumb li:hover {
    text-decoration: underline;
	cursor: pointer;
}
body .top-header .breadcrumb li > a {
    color: #fff;
}
body .top-header .breadcrumb li:hover {
    text-decoration: underline;
}
body .top-header .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
body .top-header .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #FFF;
    content: "/";
}

/*  ===================== HEADER -- AUTHENTICATED ================ */
#mainNavbarContent .main-nav-right-menu {
    text-align: right;
	top: -4px;
    position: relative;
}

#mainNavbarContent .main-nav-right-menu .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 265px;
}

#mainNavbarContent .main-nav-right-menu .dropdown-menu .dashboard-menu li a {
    font-size: 13px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a#miniCartDropDown:after,
a.profile-dropdown-toogle:after {
    content: none;
}

a#miniCartDropDown,
a.profile-dropdown-toogle {
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    font-size: 21px;
	display: block;
  	padding: 0.5rem;
}

a#miniCartDropDown:hover,
a.profile-dropdown-toogle:hover {
    /* border: 1px solid #ccc; */
    /* border-radius: 50%; */
    /* background: #eee; */
}

#miniCartDropDown .badge {
    font-size: 11px;
    padding: 3px 5px;
    position: absolute;
    right: 3px;
	top: 1px;
}

.profile-dropdown-toogle {
    padding: 5px;
}

.profile-dropdown-toogle img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.profile-dropdown-menu {
    position: absolute;
    display: none;
    z-index: 99;
    right: 0;
    background-color: #fff;
    width: 250px;
    text-align: left;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
}

.profile-dropdown-menu .dashboard-menu li a {
    padding: 7px 10px;
    font-size: 14px;
}

.nav-item-user-profile:hover .profile-dropdown-menu {
    display: block;
}

.mini-cart-item .mini-cart-body-wrap {
    width: 300px;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    background: #fff;
    border: 1px solid #dddddd;
}

@media (max-width: 767px) {
	.mini-cart-item .mini-cart-body-wrap {
		left: 0;
	}
}

.mini-cart-item:hover .mini-cart-body-wrap {
    display: block;
}

.mini-cart-total-wrap {
    background-color: #f2f3f5;
}

.mini-cart-course-item a:hover {
    background-color: #eeeeee;
    color: var(--btn-theme-primary-hover-bg);
}

.minicart-course-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.mini-cart-course-title {
    font-size: 13px;
}

.minicart-course-info .current-price {
    color: #3977a8;
}

.minicart-course-info .old-price {
    font-size: 13px;
}

.mini-cart-course-item {
    position: relative;
}

.mini-cart-course-item .remove-cart-btn {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 20px;
    background-color: #5a63a2;
    color: #fff;
    border: none;
}

.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown {
	color: #FFF;
	font-size: 30px;
	position: relative;
	border: none;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown:hover {
	background-color: transparent;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .mini-cart-course-item:not(:first-child) {
	border-top: 2px solid #F0F0F4;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .mini-cart-course-title {
	color: #8B143C;
	font-weight: bold;
	padding-right: 15px;
	line-height: 1.5;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .mini-cart-course-title sup {
	vertical-align: top;
	font-size: 9px;
	top: 0;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .remove-cart-btn {
	background-color: transparent;
	color: #8B143C;
	width: 30px;
	height: 30px;
	font-size: 22px;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap a {
	background: transparent;
	text-align: left;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap a:hover {
	text-decoration: none !important;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .mini-cart-courses-list-wrap a:hover * {
	text-decoration: underline !important;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .current-price {
	color: #000;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .mini-cart-total-wrap {
  background-color: #F0F0F4;
}
.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li.nav-item-user-profile ul {
	margin-right: 0;
	padding: 0;
	list-style: none;
}
.profile-dropdown-toogle {
  border: none;
}
.profile-dropdown-toogle:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .profile-dropdown-toogle + .profile-dropdown-menu {
    left: 0;
  }
}
.profile-dropdown-toogle + .profile-dropdown-menu .sidebar-content {
  padding: 15px;
}
.profile-dropdown-toogle + .profile-dropdown-menu .sidebar-content ul li a {
  line-height: 25px;
  font-size: 14px;
  color: #000;
}
.profile-dropdown-toogle + .profile-dropdown-menu .sidebar-content ul li a i {
  font-size: 25px;
  position: relative;
  top: 3px;
}
.profile-dropdown-toogle + .profile-dropdown-menu .sidebar-content ul li.sidebar-dropdown .sidebar-submenu ul {
  margin-left: 30px;
}
.profile-dropdown-toogle + .profile-dropdown-menu .sidebar-content ul li.sidebar-dropdown .sidebar-submenu ul li {
  list-style: circle;
}
.profile-text-photo {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.nav-link.profile-dropdown-toogle .profile-text-photo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
	background-color: #FFF;
    color: #000;
}

.profile-dropdown-userinfo {
	color: #000;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.profile-dropdown-userinfo small {
	font-size: small;
}

.d-flex {
	display: flex !important;
}

.p-3 {
    padding: 1rem !important;
}

.price-html-wrap {
    color: #505763;
}

.price-html-wrap span {
    vertical-align: middle;
    font-weight: 600;
	font-size: 16px;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.navbar #mainNavbarContent .navbar-nav.main-nav-auth-profile-wrap li a#miniCartDropDown + .mini-cart-body-wrap .mini-cart-total-wrap {
    background-color: #F0F0F4;
}

.p-4 {
    padding: 1.5rem !important;
}

.minicart-total-price {
	color: #212529;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 5px;
    box-shadow: none !important;
    color: #FFF;
    text-align: center !important;
	cursor: pointer;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-red {
    background-color: #e31121 !important;
}
/*  ===================== HOME -- BUTTON STRIP ================ */
.button-strip {
	display: flex;
	max-width: 933px;
	width: calc(100vw - 30px);
	margin: 15px auto 0;
	justify-content: right;
}
.button-strip a {
	display: inline-block;
	background-color: #e31121;
	color: #FFF;
	padding: 10px 20px;
	font-size: 18px;
	letter-spacing: 1.5px;
}
@media (max-width: 767px) {
	.button-strip {
		width: 80%;
	}
}
/*  ===================== TRUSTPILOT ================ */
.trustpilot {
	display: flex;
	margin: 30px auto;
	max-width: 933px;
	width: calc(100vw - 30px);
	align-items: center;
	column-gap: 30px;
}
.trustpilot .item:first-child a span:first-child {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #FFDE5F;
	display: block;
	padding-bottom: 10px;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.trustpilot {
		width: 80%;
	}
}
.overall-info {
	display: inline-flex;
	max-width: 933px;
	width: calc(100vw - 30px);
	column-gap: 30px;
	text-align: center;
	color: #ff8580;
	padding-bottom: 50px;
}
.overall-info .item {
	width: 33%;
}
.overall-info a.overall-number {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 30px;
	justify-content: center;
	color: #ff8580;
}
.overall-info a.overall-number svg {
	width: 30px;
	height: 30px;
	fill: #ff8580;
	transform: rotate(90deg);
}
.overall-info span:first-child {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 30px;
	justify-content: center;
}
.overall-info span:first-child svg {
	width: 30px;
	height: 30px;
	fill: #ff8580;
	transform: rotate(90deg);
}
.overall-info span:last-child {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.overall-info + p.introduce {
	max-width: 933px;
	width: calc(100vw - 30px);
	margin: 0 auto;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	padding-bottom: 50px;
}
@media (max-width: 1200px) {
	.overall-info {
		flex-direction: column;
		row-gap: 50px;
	}
	.overall-info .item {
		width: 100%;	
	}
}
@media (max-width: 767px) {
	.overall-info,
	.overall-info + p.introduce {
		width: 80%;
		font-size: 18px !important;
	}
	.overall-info + p.introduce {
		text-align: left !important;
	}
}
/*  ===================== UPCOMING ACCREDITED CHARTER PROGRAMS ================ */
.upcoming-programs-wrapper .item {
	display: grid;
	column-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}
.upcoming-programs-wrapper .item .course-item {
	height: 100%;
	flex-direction: column;
	background: #FFF;
	margin-bottom: 0;
}
.upcoming-programs-wrapper .item .course-item .content .detail {
	padding: 20px;
}
.upcoming-programs-wrapper .item .course-item .content img {
	width: 100%;
}
.upcoming-programs-wrapper .item .course-item .content .detail a {
	color: #8B0000;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
	display: block;
}
.upcoming-programs-wrapper .item .course-item .content .detail a sup {
	font-size: 9px;
	vertical-align: top;
	top: 0;
}
.upcoming-programs-wrapper .item .course-item .content .detail p.module {
	color: #999997;
	font-weight: normal;
}
.upcoming-programs-wrapper .item .course-item .content .detail p.certificate {
	color: #8B0000;
	font-weight: normal;
	letter-spacing: .3px;
}
.upcoming-programs-wrapper .item .course-item .content .detail p.certificate sup {
	font-size: 9px;
	vertical-align: top;
	top: 0;
}
.upcoming-programs-wrapper .item .course-item .content .detail p.description {
	color: #414141;
	text-align: justify;
	font-size: 16px;
}
.upcoming-programs-wrapper .item .video-intro {
	height: 100%;
}
.upcoming-programs-wrapper .item .buttons {
	display: flex;
	column-gap: 30px;
	padding: 0 20px 20px;
}
.upcoming-programs-wrapper .item .buttons .btn {
	border: 1px solid transparent;
	text-align: center;
	color: #000;
	width: 50%;
	font-size: 14px;
	text-decoration: underline;
	color: #FFF;
	background: grey;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.upcoming-programs-wrapper .item .buttons .btn.view-course-btn {
	background: #ff0b00;
}
.upcoming-programs-wrapper .item .buttons .btn.enroll-btn {
	background: #000050;
}
.upcoming-programs-wrapper .item .video-intro > div {
	height: 100%;
	padding-top: 100% !important;
}
@media (max-width: 767px) {
	.upcoming-programs-wrapper .item {
		grid-template-columns: 1fr;
	}
	.upcoming-programs-wrapper .item .video-intro {
		display: none;
	}
	.upcoming-programs-wrapper .item .buttons {
		flex-direction: column;
		row-gap: 20px;
	}
	.upcoming-programs-wrapper .item .buttons .btn {
		width: 100%;
	}
}
/*  ===================== TEXT WITH LEFT BORDER ================ */
.has-border-left {
	display: flex;
	color: #FFF;
	font-weight: bold;
	column-gap: 15px;
	font-size: 50px;
	line-height: 50px;
	max-width: 600px;
	width: 100%;
}
.has-border-left:before {
	content: " ";
	border-left: 10px solid #FFF;
}
.has-border-left + p {
	color: #FFF;
	font-size: 18px;
	padding-top: 15px;
	line-height: 25px;
}
.has-border-left.light-blue {
	color: #008AFC;
}
.has-border-left.light-blue:before {
	border-color: #008AFC;
}
.has-border-left.light-blue + p {
	color: #008AFC;
}
@media (max-width: 600px) {
	.has-border-left {
		font-size: 30px;
		line-height: 35px;
	}
	.has-border-left + p {
		font-size: 16px;
		line-height: 20px;
	}
}
/*  ===================== ACCREDITATIONS ================ */
.accreditations {
	position: relative;
}
.accreditations .has-border-left {
	max-width: 100%;
	justify-content: center;
	color: rgb(255,11,0);
}
.accreditations .has-border-left + p {
	text-align: center;
	color: #000;
}
.accreditations .has-border-left:before {
	display: none;
}
.accreditations .et_pb_row_1 .et_pb_column_1_3 .et_pb_text .et_pb_text_inner,
.accreditations .et_pb_row_1 .et_pb_column_1_3 .et_pb_code .et_pb_code_inner {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.accreditations .et_pb_row_1 .et_pb_column_1_3:nth-of-type(2) .rating-and-logo .item:last-child img {
	position: relative;
	top: -7px;
}
.accreditations:before {
	content: " ";
	position: absolute;
	width: calc(100% - 50px);
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.81);
	max-width: 1230px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.6);
}
.rating-and-logo {
	display: flex;
	column-gap: 15px;
	align-items: start;
}
.rating-and-logo .item:first-child span {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}
.rating-and-logo .item:first-child span + img {
	width: 90px;
}
.rating-and-logo .item:last-child img {
	max-height: 70px;
	width: auto;
}
.renowned-institutions-title {
	color: #000;
	text-align: center;
	font-size: 22px;
	padding: 30px 0 50px;
}
.renowned-institutions-title + .logos .et_pb_text_inner {
	display: grid;
	gap: 30px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.renowned-institutions-title + .logos .item {
	display: grid;
	justify-content: center;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.6);
	padding: 5px;
	align-items: center;
	height: 80px;
	background: #FFF;
}
.renowned-institutions-title + .logos .item img {
	width: auto;
	max-height: 70px;
}
.renowned-institutions-title + .logos + .faculty-leader-url {
	display: flex;
	justify-content: right;
	font-size: 18px;
	color: #FF0B00;
	padding-top: 20px;
	text-align: center;
}
.renowned-institutions-title + .logos + .faculty-leader-url > div {
	border: 1px solid;
	border-radius: 20px;
	padding: 10px 20px;
	width: 100%;
	max-width: 300px;
}
.renowned-institutions-title + .logos + .faculty-leader-url > div:hover {
	background: rgba(255, 11, 0, 0.63);
	color: #FFF;
}
@media (max-width: 980px) {
	.renowned-institutions-title + .logos .et_pb_text_inner {
		grid-template-columns: repeat(2, 1fr);
	}	
}
@media (max-width: 767px) {
	.accreditations:before {
		width: calc(100% - 30px);
	}	
}
@media (max-width: 480px) {
	.renowned-institutions-title + .logos .et_pb_text_inner {
		grid-template-columns: 1fr;
	}	
}
/*  ===================== TOP COMPANY ================ */
.has-border-left.has-background {
	padding: 0;
	max-width: 100%;
}
.has-border-left.has-background:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: -1;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.6);
}
.has-border-left.light-red {
	color: #ff0b00;
}
.has-border-left.light-red:before {
	border-color: #ff0b00;
}
#top-company .has-border-left {
	font-size: 60px;
	line-height: 60px;
}
#top-company .has-border-left span {
	display: block;
}
#top-company .has-border-left > span {
	padding: 20px 10px;
}
#top-company .has-border-left > span > span {
	font-size: 20px;
	line-height: 20px;
	padding-top: 15px;
	font-weight: normal;
}
.top-company-strip .has-border-left {
	padding: 0 40px;
	text-align: center;
}
#top-company .top-company-strip .has-border-left > span > span {
	color: #000;
	padding-top: 50px;
	display: block;
}
.top-companies-logo .et_pb_code_inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	margin: 50px 0;
}
.top-companies-logo .et_pb_code_inner .item {
	height: 80px;
	background: #FFF;
	display: grid;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.6);
	padding: 10px 20px;
}
.top-companies-logo .et_pb_code_inner .item img {
	max-height: 65px;
	width: auto;
}
.top-companies-logo + .faculty-leader-url {
	display: flex;
	justify-content: right;
	font-size: 18px;
	color: #FF0B00;
	padding-top: 20px;
	text-align: center;
}
.top-companies-logo + .faculty-leader-url > div {
	border: 1px solid;
	border-radius: 20px;
	padding: 10px 20px;
	width: 100%;
	max-width: 300px;
}
.top-companies-logo + .faculty-leader-url > div:hover {
	background: rgba(255, 11, 0, 0.63);
	color: #FFF;
}
@media (max-width: 980px) {
	.top-companies-logo .et_pb_code_inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.top-companies-logo .et_pb_code_inner {
		grid-template-columns: 1fr;
	}
	#top-company .has-border-left {
		font-size: 36px;
		line-height: 40px;
	}
}
/*  ===================== FULLY ACCREDITED PROGRAMS ================ */
#accredited-programs .et_pb_code_inner {
	display: flex;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(1) {
	width: 62%;
	padding: 75px 30px;
	background: rgb(245,242,242);
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(1) h2 {
	max-width: 100%;
	padding-bottom: 50px;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing {
	display: flex;
	column-gap: 20px;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing ul li:first-child {
	font-size: 30px;
	list-style: none;
	font-weight: bold;
	line-height: 35px;
	color: rgb(255,11,0);
	padding-bottom: 20px;
	margin-left: -15px;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing ul li:not(:first-child) {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(2) {
	width: 38%;
	background: rgb(255,11,0);
	padding: 75px;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(2) * {
	color: #FFF;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2 {
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	padding-bottom: 30px;
	line-height: .9em;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2 span {
	display: block;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(2) p {
	font-size: 23px;
	line-height: normal;
	font-weight: 300;
	text-align: center;
}
#accredited-programs .et_pb_code_inner .item:nth-of-type(2) a {
	border: 1px solid #FFF;
	padding: 10px 30px;
	margin: 100px auto 0;
	display: table;
	border-radius: 25px;
	font-size: 20px;
}
@media (max-width: 1250px) {
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) {
		padding: 75px 50px;	
	}
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2 {
		font-size: 50px;	
	}
}
@media (max-width: 980px) {
	#accredited-programs .et_pb_code_inner {
		flex-direction: column;
	}
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1),
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) {
		width: 100%;
	}
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2 span {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing {
		flex-direction: column;
	}
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) {
		padding: 75px 30px;	
	}
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) p {
		text-align: justify;
	}
}
@media (max-width: 600px) {
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2 {
		font-size: 40px;	
	}
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) p {
		font-size: 20px;
	}
}
/*  ===================== CHARTER MARK AND DESIGNATION ================ */
.mark-and-designation .item:nth-of-type(1) .content {
	background-position: 70% center;
	background-size: cover; 
}
.mark-and-designation .item:nth-of-type(1) .content .inner-content {
	padding: 75px 10px !important;
}
.mark-and-designation .item:nth-of-type(1) .content .inner-content h2 {
	padding: 0 10px 50px !important;
}
.mark-and-designation .et_pb_code_inner .item:nth-of-type(1) .content .mark-and-designation-wrapper .item:nth-of-type(1) {
	width: 100%;
	padding-top: 10px;
}
.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) {
	background: rgb(65, 65, 65);
}
.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) > div {
	max-width: 380px;
}
.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) h2 {
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	padding-bottom: 30px;
	max-width: 100%;
}
.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) p {
	font-size: 23px;	
	line-height: normal;
	padding-bottom: 30px;
	letter-spacing: normal;
	max-width: 100%;
}
@media (max-width: 1250px) {
	.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) h2 {
		font-size: 50px;
	}	
}
@media (max-width: 600px) {
	.mark-and-designation .item:nth-of-type(1) .content {
		background-position-x: 80% !important;
	}	
	.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) h2 {
		font-size: 40px;
	}
	.mark-and-designation .et_pb_code_inner .item:nth-of-type(2) p {
		font-size: 20px;
	}
}
/*  ===================== CHARTERED LEADERS ================ */
#chartered-leaders {
	padding: 0 !important;
	margin: 0;
}
#chatered-leaders .et_pb_row {
	padding: 0;
}
#chartered-leaders .et_pb_code_inner {
	display: flex;
}
#chartered-leaders .item:nth-of-type(1) {
	width: 62%;
	padding: 75px 50px;
	display: flex;
	column-gap: 50px;
}
#chartered-leaders .item:nth-of-type(1) .leader {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
#chartered-leaders .item:nth-of-type(1) .leader .profile-photo {
	position: relative;
}
#chartered-leaders .item:nth-of-type(1) .leader .profile-photo img:nth-of-type(1) {
	border-radius: 50%;
	object-fit: cover;
	width: 200px;
	height: 200px;
}
#chartered-leaders .item:nth-of-type(1) .leader .profile-photo img:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
}
#chartered-leaders .item:nth-of-type(1) .leader .intro {
	padding: 30px 0;
	font-size: 25px;
	text-align: center;
	color: #FF6161;
}
#chartered-leaders .item:nth-of-type(1) .leader .intro span {
	display: block;	
}
#chartered-leaders .item:nth-of-type(1) .leader .rating {
	padding-bottom: 30px;
}
#chartered-leaders .item:nth-of-type(1) .leader .comment {
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
}
#chartered-leaders .item:nth-of-type(1) .leader .right-quote svg {
	width: 30px;
	transform: rotate(180deg);
	fill: #F27979;
	margin-top: 10px;
}
#chartered-leaders .item:nth-of-type(2) {
	width: 38%;
	padding: 75px 50px;
	background: rgb(0, 0, 0);
}
#chartered-leaders .item:nth-of-type(2) * {
	color: #FFF;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
#chartered-leaders .item:nth-of-type(2) h2 {
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	padding-bottom: 30px;
}
#chartered-leaders .item:nth-of-type(2) p {
	font-size: 23px;
	text-align: center;
	line-height: normal;
}
#chartered-leaders .item:nth-of-type(2) p:nth-of-type(2) {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
}
#chartered-leaders .item:nth-of-type(2) a {
	border: 1px solid #FFF;
	padding: 10px 60px;
	margin: 100px auto 0;
	display: table;
	border-radius: 25px;
	font-size: 20px;
}
@media (max-width: 1250px) {
	#chartered-leaders .item:nth-of-type(2) h2 {
		font-size: 50px;
	}
}
@media (max-width: 980px) {
	#chartered-leaders .et_pb_code_inner {
		flex-direction: column;
	}
	#chartered-leaders .item {
		width: 100% !important;
	}
}
@media (max-width: 600px) {
	#chartered-leaders .item:nth-of-type(1) {
		flex-direction: column;
		row-gap: 75px;
	}
	#chartered-leaders .item:nth-of-type(1) .leader {
		width: 100% !important;
	}
	#chartered-leaders .item:nth-of-type(2) {
		padding: 75px 30px;
	}
	#chartered-leaders .item:nth-of-type(2) h2 {
		font-size: 40px;
	}
	#chartered-leaders .item:nth-of-type(2) a {
		padding: 10px 30px;
	}
}
/*  ===================== UPCOMING PROGRAM ================ */
@media (max-width: 980px) {
	#upcoming-program {
		display: none;
	}
}
/*  ===================== BECOME FACULTY LEADER ================ */
.become-faculty-leader {
	padding: 0;
	margin: 0;
}
.become-faculty-leader .et_pb_row {
	padding: 0;
}
.become-faculty-leader .et_pb_code_inner {
	display: flex;
	padding: 0;
}
.become-faculty-leader .item:nth-of-type(1) {
	width: 62%;
}
.become-faculty-leader .item:nth-of-type(1) .content {
	display: flex;
	justify-content: right;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 15%;
}
.become-faculty-leader .item:nth-of-type(1) .content .inner-content {
	max-width: 610px;
	width: 100%;
	margin-right: auto;
	padding: 75px 50px;
	text-align: left;
	background: rgba(61, 61, 61, 0.51);
	min-height: 800px;
	word-spacing: 100000px;
	margin-left: auto;
}
.become-faculty-leader .item h2 {
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2em;
	max-width: 100% !important;
}
.become-faculty-leader .item:nth-of-type(2) {
	width: 38%;
	padding: 75px 80px;
	background: rgb(255,133,128);
	display: flex;
	align-items: center;
	justify-content: center;
}
.become-faculty-leader .item:nth-of-type(2) > div > * {
	color: #FFF;
	width: 100%;
	max-width: 285px;
	margin-left: auto;
	margin-right: auto;
}
.become-faculty-leader .item:nth-of-type(2) p {
	text-align: center;
	font-size: 29px;
	line-height: normal;
	padding-bottom: 75px;
}
@media (max-width: 1200px) {
	.become-faculty-leader .item:nth-of-type(2) {
		padding: 75px 50px;
	}
	.become-faculty-leader .item:nth-of-type(2) p {
		font-size: 30px;
		line-height: 35px;
	}
}
@media (max-width: 980px) {
	.become-faculty-leader .et_pb_code_inner {
		flex-direction: column;
	}
	.become-faculty-leader .item {
		width: 100% !important;
	}
}
@media (max-width: 600px) {
	.become-faculty-leader .item:nth-of-type(1) .content {
		justify-content: center;
		background-position-x: 30%;
	}
	.become-faculty-leader .item:nth-of-type(1) .content .inner-content {
		margin-right: 0;
		width: 100%;
	}
	.become-faculty-leader .item:nth-of-type(1) .content .inner-content h2 {
		font-size: 40px;
	}
}
/*  ===================== OUR PARTNERS ================ */
.our-partner {
	padding: 0 !important;
}
.our-partner .et_pb_row {
	padding: 0;
}
.our-partner .item:nth-of-type(1) .content {
	background: rgb(255,11,0) !important;
}
.our-partner .item:nth-of-type(1) .content .inner-content {
	width: 100%;
	margin-right: auto;
	padding: 75px 0px;
	max-width: 650px;
	background: transparent;
}
.our-partner .item:nth-of-type(1) .content h2 {
	text-align: left;
	word-spacing: 0;
}
.our-partner .item:nth-of-type(1) .content h2 + p {
	text-align: left;
	word-spacing: 0;
	color: #FFF;
	font-size: 22px;
	line-height: 1.2em;
	padding: 20px 0 50px;
}
.our-partner .item:nth-of-type(1) .logo-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.our-partner .item:nth-of-type(1) .logo-wrapper .logo {
	width: calc(100% / 3 - 15px);
	background: #FFF;
	height: 90px;
	display: flex;
	align-items: center;
	padding: 5px;
	box-shadow: 0 4px 16px rgb(20 23 28 / 25%);
	justify-content: center;
}
.our-partner .item:nth-of-type(1) .logo-wrapper .logo img {
	max-height: 90px;
	width: auto;
}
.our-partner .item:nth-of-type(2) {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 600px;
}
@media (max-width: 980px) {
	.our-partner {
		display: none;
	}
}
@media (max-width: 767px) {
	.our-partner .item:nth-of-type(1) .content .inner-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 600px) {
	.our-partner .item:nth-of-type(1) .logo-wrapper {
		flex-direction: column;
	}
	.our-partner .item:nth-of-type(1) .logo-wrapper .logo {
		width: 100%;
		justify-content: center;
	}
}

/*  ===================== Collaborations ================ */
#collaboration .item:nth-of-type(2) h2 { 
	font-size: 60px;
}
@media (max-width: 1250px) {
	#collaboration .item:nth-of-type(2) h2 { 
		font-size: 50px;
	}
}
@media (max-width: 600px) {
	#collaboration .item:nth-of-type(2) h2 { 
		font-size: 40px;
	}
	#collaboration .item:nth-of-type(2) p { 
		font-size: 20px;
	}
}
/*  ===================== CAREER JOBS OPENING ================ */
#open-role .et_pb_code_inner ul {
	padding: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 50px;
}
#open-role .et_pb_code_inner ul li {
	list-style: none;
	padding-bottom: 15px;
	width: calc(50% - 25px);
}
#open-role .et_pb_code_inner ul li * {
	color: #FFF;
	display: block;
}
#open-role .et_pb_code_inner ul li a {
	text-decoration: underline;
}
#open-role .et_pb_code_inner ul li span:nth-of-type(1) {
	font-weight: bold;
	font-size: 15px;
}
@media (max-width: 767px) {
	#open-role .et_pb_code_inner ul {
		flex-direction: column;
	}
	#open-role .et_pb_code_inner ul li {
		width: 100%;
	}
}
/*  ===================== CAREER DETAIL PAGE ================ */
body.single-career_opening .top-header {
	min-height: 600px;
}
body.single-career_opening .et_pb_section_2 h2 {
	padding: 30px 0 0;
}
body.single-career_opening .et_pb_section_2 p {
	display: block;
	margin-bottom: 15px;
}
body.single-career_opening .et_pb_section_2 pre {
	font-family: inherit;
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
body.single-career_opening .et_pb_section_2 a.btn-community {
	color: #ffffff!important;
    font-size: 26px;
    font-weight: 700!important;
    background-color: #ff0b00;
	padding: 0.3em 1em!important;
	display: table;
	margin: 30px auto 0;
	line-height: 1.7em;
}
/*  ===================== CUSTOM BUTTON ================ */
.c-btn {
	border: 1px solid transparent;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
	font-size: 20px;
	display: table;
	text-align: center;
	word-spacing: 0;
}
.c-btn.rounded {
	border-radius: 30px;
}
.c-btn.type-one {
	background: rgb(255, 10, 0);
	color: #FFF;
}
.c-btn.type-one:hover {
	background: #FF8580;
}
.c-btn.type-two {
	color: rgb(255, 10, 0);
	border: 1px solid;
}
.c-btn.type-two:hover {
	background-color: rgba(255, 10, 0, .81);
	color: #FFF;
}
.c-btn.type-three {
	border: 1px solid;
	color: #FFF;
}
.c-btn.type-three:hover {
	background: rgba(255, 255, 255, 0.63);
}
.c-btn.bottom-content {
	margin-top: 50px;
}
.c-btn.align-center {
	margin-left: auto;
	margin-right: auto;
}
.c-btn.align-right {
	margin-left: auto;
}
/*  ===================== SUMMARY DATA ================ */
.summary-data .et_pb_code_inner {
	display: flex;
	column-gap: 25px;
	justify-content: center;
	text-align: center;
}
.summary-data .item {
	width: 25%;
}
.summary-data .item span {
	display: block;
}
.summary-data .item span:nth-of-type(1) {
	color: rgb(255, 11, 0);
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	padding-bottom: 5px;
}
.summary-data .item span:nth-of-type(2) {
	font-size: 15px;
	color: #000;
	line-height: 18px;
	letter-spacing: -.5px;
}
@media (max-width: 980px) {
	.summary-data .et_pb_code_inner {
		flex-wrap: wrap;
		row-gap: 25px;
	}
	.summary-data .item {
		width: calc(50% - 20px);
	}
}
@media (max-width: 600px) {
	.summary-data .et_pb_code_inner {
		flex-direction: column;
	}
	.summary-data .item {
		width: 100%;
	}
}
/*  ===================== TOP RATING & REVIEW ================ */
.top-rating-review .et_pb_code_inner {
	display: flex;
}
.top-rating-review .item {
	width: 50%;
}
.top-rating-review .item:nth-of-type(1) {
	background-color: rgba(68, 159, 235, 0.75);
	display: flex;
	justify-content: right;
	padding: 50px 100px;
	align-items: center;
}
.top-rating-review .item:nth-of-type(1) p {
	display: flex;
	text-align: right;
	align-content: center;
	font-size: 50px;
	color: #FFF;
	line-height: 1.1em;
	font-weight: bold;
	width: 100%;
	max-width: 500px;
}
.top-rating-review .review {
	display: flex;
	padding: 100px;
	color: #FFF;
	gap: 15px;
	background-color: rgba(255, 64, 64, 0.75);
	align-items: start;
}
.top-rating-review .review .viewer-photo {
	position: relative;
	width: 30%;
}
.top-rating-review .review .viewer-photo img:nth-of-type(1) {
	border-radius: 50%;
}
.top-rating-review .review .viewer-photo img:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
}
.top-rating-review .review .review-content {
	width: 75%;
}
.top-rating-review .review .review-content p {
	font-size: 20px;
	font-style: italic;
	text-align: justify;
}
.top-rating-review .review .review-content p:nth-of-type(2) {
	font-weight: bold;
	padding-bottom: 50px;
}
@media (max-width: 980px) {
	.top-rating-review .et_pb_code_inner {
		flex-wrap: wrap;
	}
	.top-rating-review .item {
		width: 100%;
	}
	.top-rating-review .item:nth-of-type(1) {
		padding: 75px 20px;
	}
	.top-rating-review .item:nth-of-type(1) p {
		font-size: 40px;
	}
	.top-rating-review .review {
		padding: 75px 20px;
	}
	.top-rating-review .review {
		flex-wrap: wrap;
	}
	.top-rating-review .review .viewer-photo, 
	.top-rating-review .review .review-content {
		width: 100%;
		text-align: center;
	}
	.top-rating-review .review .viewer-photo p {
		display: inline-block;
	}
	.top-rating-review .review .viewer-photo img:nth-of-type(2) {
		position: relative;
		right: 50px;
	}
}
/*  ===================== OUR IMPACT ================ */
@media (max-width: 980px) {
	#our-impact .aboutus-s3 {
		flex-wrap: wrap;
	}
	#our-impact .aboutus-s3 .s3_left,
	#our-impact .aboutus-s3 .s3_right {
		width: 100%;
	}
}
/*  ===================== BE PART OF SOMETHING BIG ================ */
.be-part .et_pb_column_1_2:nth-of-type(1) .et_pb_code_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 15px;
	justify-content: center;
}
.be-part .et_pb_column_1_2:nth-of-type(1) .et_pb_code_inner img {
	width: calc(100% / 3 - 10px);
}
.be-part .et_pb_column_1_2:nth-of-type(2) .et_pb_text:nth-of-type(1) p {
	line-height: 1em;
	font-size: 55px;
	text-align: left;
}
.be-part .et_pb_column_1_2:nth-of-type(2) .et_pb_text:nth-of-type(2) {
	text-align: left;
	font-size: 35px;
	padding-top: 0 !important;
	line-height: 1em;
}
.be-part .et_pb_column_1_2:nth-of-type(2) .et_pb_text:nth-of-type(2) a {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.be-part .et_pb_column_1_2:nth-of-type(1) .et_pb_code_inner {
		margin-top: 75px;
	}
	.be-part .et_pb_column_1_2:nth-of-type(2) .et_pb_text:nth-of-type(1) *,
	.be-part .et_pb_column_1_2:nth-of-type(2) .et_pb_text:nth-of-type(2) * {
		text-align: center !important;
		margin: 0 auto;
	}
	.be-part .et_pb_column_1_2:nth-of-type(2) .et_pb_text:nth-of-type(1) p {
		font-size: 40px;
		padding-bottom: 30px;
	}
}
/*  ===================== CLIENTS ================ */
.clients--header h1 {
	background: rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px 0px rgba(0,0,0,0.6);
}
body.page-id-354 {
	background: #03005a;
}
/*  ===================== VIDEO BACKGROUND ================ */
.background-group #page-background {
  position: absolute;
  top: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  min-width: 0;
  z-index: -1;
}
.background-group #page-background #background-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}
.background-group #page-background #background-layer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
}
/*  ===================== CERTIFIED CHARTER MARKS ================ */
.title-type-one h2 {
	font-size: 30px;
	font-weight: bold;
	color: rgb(153, 153, 151);
	padding-bottom: 25px;
}
.content-type-one .content p {
	font-size: 19px;
	text-align: justify;
	padding-bottom: 20px;
	color: rgb(47, 46, 46);
}
.certified-charter-marks {
	padding-bottom: 30px !important;
}
.certified-charter-marks .et_pb_code_inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.certified-charter-marks .content {
	display: flex;
	gap: 50px;
}
.certified-charter-marks .content .item:nth-of-type(1) {
	width: 55%;
}
.certified-charter-marks .item:nth-of-type(1) p a {
	text-decoration: underline;
}
.certified-charter-marks .content .item:nth-of-type(2) {
	width: 45%;
}
.certified-charter-marks .content .item:nth-of-type(2) p:nth-of-type(1) {
	padding-bottom: 50px;
}
.certified-charter-marks .content .item:nth-of-type(2) p:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 19px;
	color: #333;
}
.certified-charter-marks .content .item:nth-of-type(2) p:nth-of-type(2) img {
	max-width: 162px;
}
@media (max-width: 980px) {
	.certified-charter-marks .content {
		flex-direction: column;
	}
	.certified-charter-marks .item {
		width: 100% !important;
	}
}
@media (max-width: 600px) {
	.certified-charter-marks .item:nth-of-type(2) p:nth-of-type(2) {
		flex-direction: column;
	}
}
/*  ===================== EARN CHARTER MARKS -- ACCREDITATIONS ================ */
.ecm-accreditations {
	padding: 0 0 30px !important;
}
.ecm-accreditations .et_pb_code_inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.ecm-accreditations .content {
	display: flex;
	gap: 30px 75px;
}
.ecm-accreditations .item {
	width: 50%;
}
.ecm-accreditations .item:nth-of-type(1) img {
	padding-top: 60px;
}
.ecm-accreditations .item:nth-of-type(2) img {
	padding-top: 20px;
}
@media (max-width: 980px) {
	.ecm-accreditations .content {
		flex-direction: column;
	}
	.ecm-accreditations .item {
		width: 100%;
	}
	.ecm-accreditations .item:nth-of-type(1) img {
		padding-top: 0;
	}
}
/*  ===================== EARN CHARTER MARKS -- PARTNERSHIPS AND ASSOCIATIONS ================ */
.partnership-association {
	padding: 0 0 30px !important;
}
.partnership-association .et_pb_code_inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.partnership-association .content p:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
	margin-top: 50px;
	justify-content: space-between;
}
.partnership-association .content p:nth-of-type(2) img {
	width: auto;
	height: auto;
	min-height: 30px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(1) {
	max-width: 216px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(2) {
	max-width: 193px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(3) {
	max-width: 350px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(4) {
	max-width: 197px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(5) {
	max-width: 133px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(6) {
	max-width: 348px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(7) {
	max-width: 303px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(8) {
	max-width: 297px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(9) {
	max-width: 319px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(10) {
	max-width: 443px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(11) {
	max-width: 400px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(12) {
	max-width: 492px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(13) {
	max-width: 330px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(14) {
	max-width: 423px;
}
.partnership-association .content p:nth-of-type(2) img:nth-of-type(15) {
	max-width: 375px;
}
/*  ===================== EARN CHARTER MARKS -- START TODAY ================ */
.start-today {
	background: rgb(36, 35, 35);
}
.start-today .et_pb_code_inner {
	display: flex;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.start-today .item-1 {
	background: rgb(255, 11, 0);
	padding: 75px 35px;
	width: 60%;
	margin: 50px 0;
}
.start-today .item-1 * {
	color: #FFF;
}
.start-today .item-1 p {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 0;
}
.start-today .item-1 a {
	padding-top: 75px;
	display: block;
	text-align: right;
	font-size: 19px;
	text-decoration: underline;
}
.start-today .item-2 {
	width: 60%;
	position: absolute;
	right: 0;
	left: auto;
	height: 100%;
	z-index: -1;
}
@media (max-width: 980px) {
	.start-today .et_pb_code_inner {
		flex-direction: column;
	}
	.start-today [class*=item-] {
		width: 100%;
	}
	.start-today .item-1 {
		margin: 0;
	}
	.start-today .item-2 {
		position: relative;
		z-index: 0;
		height: 400px;
	}
}
@media (max-width: 480px) {
	.ecm-accreditations .item:nth-of-type(2) img {
		margin: auto;
		display: flex;
	}
	.partnership-association .content p:nth-of-type(1) { 
		text-align: left !important;
	}
	.partnership-association .content p:nth-of-type(2) img:nth-of-type(1),
	.partnership-association .content p:nth-of-type(2) img:nth-of-type(2) { 
		max-width: 165px;
	}
	.partnership-association .content p:nth-of-type(2) img:nth-of-type(4) {
		max-width: 180px;
	}
	.partnership-association .content p:nth-of-type(2) img { 
		width: 60%;
	}
	.start-today .item-1 { 
		padding: 20px;
	}
	.start-today .item-1 a { 
		padding-top: 30px;
	}
	.start-today,
	.ecm-accreditations,
	.ecm-accreditations .et_pb_row_1 {
	    padding: 0 !important;
 	}
	.aboutus-s1 .s1_bt .has-background:before {
		height: min(calc(100% - 50px), 280px);
	}
	.s1_bt p { 
		font-size: 25px !important;
	}
	.start-today .item-2 { 
		display: none;
	}
}

/*  ===================== LIST OF ASSOCIATION ================ */
.list-of-association h2 {
	font-weight: bold;
	color: #000;
	padding-bottom: 50px;
}
.list-of-association .wrapper .item {
	display: flex;
	gap: 30px 50px;
	margin-bottom: 50px;
	align-items: start;
}
.list-of-association .item .logo {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
	min-height: 120px;
	padding: 10px;
}
.list-of-association .logo img {
	max-height: 120px;
}
.list-of-association .item .content {
	width: 65%;
}
.list-of-association .content h3 {
	text-decoration: underline;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: 600;
	color: rgb(47, 46, 46);
}
.list-of-association .content p {
	font-size: 18px;
	color: rgb(47, 46, 46)
}
@media (max-width: 767px) {
	.list-of-association .item {
		flex-direction: column;
	}
	.list-of-association .logo,
	.list-of-association .content {
		width: 100% !important;
	}
}
/*  ===================== ASSOCIATION - CONTACT US ================ */
.association--contact-us .et_pb_code_inner {
	max-width: 500px;
	margin-left: 18.5%;
}
.association--contact-us p {
	font-size: 90px;
	color: #FFF;
	line-height: .9em;
	font-weight: bold;
	letter-spacing: -.05em;
}
@media (max-width: 767px) {
	.association--contact-us .et_pb_code_inner {
		margin: auto;
	}	
	.association--contact-us p {
		font-size: 60px;
	}
}
@media (max-width: 480px) {
	.association--contact-us p {
		font-size: 45px;
	}
}
/*  ===================== OUR FACULTY LEADERS ================ */
.ofl--header.aboutus-s1 .s1_bt h1 {
	word-spacing: 1000px;
}
.ofl--header.aboutus-s1 .s1_bt p {
	font-size: 25px;
	letter-spacing: -.05em;
	top: 0;
	text-align: left;
	line-height: .9em !important;
	width: min(calc(100vw - 30px), 650px, 100%) !important;
	padding-left: 35px !important;
	padding-top: 50px;
	display: block !important;
}
.ofl--category-listing {
	display: flex;
	gap: 20px;
	align-items: start;
	flex-wrap: wrap;
}
.ofl--category-listing .item {
	border: 1px solid #414141;
	padding: 10px 20px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.69);
	color: #000;
	letter-spacing: .1em;
	font-size: 15px;
}
.ofl--category-listing .item:hover {
	background: rgb(255, 11, 0);
	color: #FFF;
}
.ofl--faculty-listing {
	padding-top: 50px;
}
.ofl--faculty-listing .category-title {
	font-size: 36px;
	color: #000;
	line-height: normal;
	position: relative;
	padding: 50px 0 30px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.ofl--faculty-listing .category-title span {
	background: #417586;
	border: 0px solid rgb(65, 117, 134);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.ofl--faculty-listing .category-title span svg {
	width: 25px;
	height: 25px;
	fill: #FFF;
}
.ofl--faculty-listing .faculty {
	display: flex;
	gap: 30px 50px;
	margin-bottom: 50px;
}
.ofl--faculty-listing .faculty .item:nth-of-type(1) {
	width: 30%;
}
.ofl--faculty-listing .faculty .item:nth-of-type(1) img {
	width: 100%;
}
.ofl--faculty-listing .faculty .item:nth-of-type(2) {
	width: 70%;
}
.ofl--faculty-listing .faculty * {
	color: #000;
	font-size: 17px;
	font-weight: normal;
}
.ofl--faculty-listing .faculty h2 {
	font-size: 30px;
	font-weight: bold;
}
.ofl--faculty-listing .faculty h3 {
	font-size: 30px;
}
.ofl--become-faculty {
	background: url(https://charteredcertifications.com/wp-content/uploads/2024/11/faculty-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ofl--become-faculty * {
	color: #FFF;
	text-align: center;
}
.ofl--become-faculty h2 {
	font-size: 39px;
	letter-spacing: .05em;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.ofl--become-faculty h2:after {
	content: " ";
	width: 50px;
	height: 3px;
	background: #FFF;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ofl--become-faculty p {
	font-size: 17px;
	margin-bottom: 50px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ofl--become-faculty a {
	border: 1px solid #000;
	padding: 15px 50px;
	background: #414141;
	font-size: 17px;
	letter-spacing: .1em;
	font-weight: bold;
	transition: all 0.2s ease, visibility 0s;
	margin-bottom: 20px;
	display: inline-block;
}
.ofl--become-faculty a:hover {
	background: #FFF;
	color: #414141;
}
@media (max-width: 767px) {
	.ofl--faculty-listing .faculty {
		flex-direction: column;
	}
	.ofl--faculty-listing .faculty .item {
		width: 100% !important;
	}
}
@media (max-width: 480px) {
	.ofl--faculty-listing .category-title {
		flex-direction: column;
	}
}
/*  ===================== PRESS MEDIA & ENQUIRIES ================ */
.pme--announcement h1 {
	font-size: 36px;
	color: #000;
	font-weight: normal;
	line-height: 1.6em;
}
.pme--announcement .announcement {
	margin-bottom: 50px;
	color: #000;
}
.pme--announcement .announcement div.published-date {
	font-size: 17px;	
}
.pme--announcement .announcement div.title {
	font-size: 17px;
	cursor: pointer;
}
.pme--announcement .announcement div.content {
	font-size: 16px;
	padding-top: 15px;
	display: none;
}
/*  ===================== OUR PRODUCT ================ */
.ofl--header.aboutus-s1.our-product .s1_bt h1 {
	word-spacing: 0;
}
.ofl--header.aboutus-s1.our-product .s1_bt p {
	text-align: right;
	line-height: 2em !important;
}
.accreditations.learning-platform:before {
	box-shadow: none;
}
.accreditations.learning-platform h2 {
	text-align: center;
	font-size: 49px;
	line-height: normal;
}
.learning-platform .platform-wrapper {
	display: flex;
	gap: 75px 50px;
	align-items: start;
	text-align: center;
	margin-top: 50px;
}
.learning-platform .platform {
	width: calc(100% / 3);
}
.learning-platform .platform img {
	height: 116px;
	width: auto;
}
.learning-platform .platform span {
	display: block;
	color: #000;
}
.learning-platform .platform span:nth-of-type(1) {
	font-size: 17px;
	line-height: normal;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
.learning-platform .platform:nth-of-type(3) span:nth-of-type(1) {
	word-spacing: 10000px;
}
.learning-platform .platform span:nth-of-type(2) {
	padding-top: 20px;
	font-size: 19px;
	max-width: 231px;
	margin: auto;
}
.ondemand-programs .slick-slide > div {
	height: auto;
	justify-content: left;
}
.ondemand-programs .content {
	width: min(521px, calc(100% - 30px));
	margin-top: 75px;
	margin-bottom: 75px;
	background: rgba(0, 0, 0, .4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
	padding: 30px;
	margin-right: auto;
	position: relative;
	left: max(calc(50% - min(521px, calc(100% - 30px))), 15px);
}
.ondemand-programs .content * {
	color: #FFF;
}
.ondemand-programs .content h2 {
	font-size: 80px;
	font-weight: bold;
	line-height: .9em;
	padding-bottom: 50px;
}
.ondemand-programs .content p {
	font-size: 19px;
}
.ondemand-programs .content a {
	margin-top: 50px;
}
.ondemand-programs .slick-arrow {
	z-index: 1;
}
.ondemand-programs .slick-next {
	right: 15px;
}
.ondemand-programs .slick-prev {
	left: 15px;
}
.ondemand-programs .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.live-executive-program {
	background: #000;
	padding: 0 !important;
}
.live-executive-program > div {
	padding: 0;
}
.live-executive-program * {
	color: #FFF;
}
.live-executive-program .content {
	position: relative;
	background-repeat: no-repeat;
	background-size: 53%;
}
.live-executive-program .inner-content {
	position: relative;
	left: calc(30% + 120px);
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
	padding: 75px 35px 50px;
	width: calc(50% + 110px);
}
.live-executive-program .content h2 {
	font-size: 80px;
	font-weight: bold;
	line-height: .9em;
	padding-bottom: 50px;
	word-spacing: 1000px;
}
.live-executive-program .content p {
	font-size: 19px;
	max-width: 378px;
}
.live-executive-program a {
	max-width: unset;
	width: auto;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 50px;
}
.global-conference .content {
	width: min(621px, calc(100% - 30px));
	left: max(calc(calc(50% + 100px) - min(621px, calc(100% - 30px))), 15px);
}
.global-conference .content ul {
	margin-top: 30px;
	font-size: 19px;
}
.global-conference ul span {
	display: block;
}
.global-conference a {
	width: auto;
	max-width: unset;
	padding-left: 35px;
	padding-right: 35px;
}
.et_pb_fullwidth_code.et_pb_module {
    z-index: 10;
}
@media (max-width: 1180px) {
	.live-executive-program .content {
		background-size: 60%;
	}
}
@media (max-width: 980px) {
	.learning-platform .platform-wrapper {
		flex-direction: column;
	}
	.learning-platform .platform {
		width: 100%;
	}
	.live-executive-program > div {
		width: 100%;
	}
	.live-executive-program .content {
		background-size: cover;
		background-position: center;
	}
	.live-executive-program .inner-content {
		width: 100%;
		left: 0;
	}
	.live-executive-program .inner-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.ondemand-programs .content {
		left: 15px;
	}
}
@media (max-width: 600px) {
	.ondemand-programs .content h2 {
		font-size: 50px;
	}
	.live-executive-program .content h2 {
		font-size: 56px;
	}
}
@media (max-width: 480px) {
	.accreditations.learning-platform h2 {
		font-size: 36px;
	}
	.live-executive-program .content h2 {
		font-size: 40px;
	}
	.et_pb_section_video_bg { 
		width: 100%;
    	height: 100%;
	}
}
@media (max-width: 360px) {
	.ondemand-programs .content h2 {
		font-size: 40px;
	}
	.live-executive-program .content h2 {
		font-size: 36px;
	}
	.ondemand-programs .content p,
	.ondemand-programs a,
	.global-conference ul li,
	.live-executive-program .content p,
	.live-executive-program .content a,
	.learning-platform .platform span:nth-of-type(2) {
		font-size: 16px;
	}
}
/*  ===================== PAGE CONTENT ================ */
.page-content h1 {
	padding: 35px 0 20px;
	color: #666;
}
.page-content p {
	color: #666;
}
.page-content .et_pb_text_inner ul {
	padding-bottom: 0;
}
.page-content .et_pb_text_inner > ul > li > ul {
	padding-left: 35px;
}

/* ===================== ABOUT US ================ */
@media (max-width: 980px) {
	#transforming-career .aboutus-s2 {
		flex-wrap: wrap;
	}
	#transforming-career .aboutus-s2 .s2_left,
	#transforming-career .aboutus-s2 .s2_right {
		width: 100%;
	}
	#transforming-career .aboutus-s2 .s2-img {
		height: 450px;
		background-position-y: 20%;
	}
}
	
/* Fix General */
@media (max-width: 480px) { 
	.aboutus-s1 .s1_bt .has-background h1 { 
		font-size: 70px !important;
		padding-left: 12px;
	}
	.aboutus-s1 .s1_bt .has-background p:nth-of-type(1) {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.aboutus-s1 .s1_bt .left-border h1.defaultStyle  { 
		padding-left: 22px;
	}
	#professional-associations.aboutus-s1 .s1_bt h1 {
		font-size: 55px !important;
	}
	.main-navbar-wrap .navbar-light .inner-content > div { 
        display: unset !important;
        text-align: center;
    }
    body .top-header .navbar:nth-of-type(1) .container-fluid > .inner-content {
        justify-content: center !important;
        margin-bottom: 10px !important;
    }
	body .top-header .navbar:nth-of-type(2) .container-fluid > .inner-content {
        justify-content: left !important;
    }
	body .top-header .navbar:nth-of-type(2) .container-fluid > .inner-content .navbar-toggler {
        margin-left: -3px !important;
    }
}

/* Home Page - New */
@media (max-width: 767px) {
	body.home .aboutus-s1 .s1_bt h1 {
		line-height: 1 !important;
		margin-bottom: 50px;
		width: 80%;
		padding-left: 25px;
	}
	
	body.home .aboutus-s1 .s1_bt h1:before {
		width: 7px;
	}
	
	.button-strip a {
		max-width: none;
	}
	
	.trustpilot .item:first-child a span:first-child {
		font-size: 64px;
		line-height: 64px;
		color: #FFB900;
		margin-bottom: 0;
	}
	
	.overall-info {
		row-gap: normal;
		text-align: left;
	}
	
	.overall-info .item {
		border-bottom: 1px solid rgba(255,255,255,.5);
		padding: 40px 0;
	}
	
	.overall-info .item:first-child {
		border-top: 1px solid rgba(255,255,255,.5);
	}
	
	.overall-info a.overall-number {
		justify-content: flex-start;
	}
	
	.overall-info + p.introduce {
		width: 80% !important;
		padding: 0 0 30px !important;
	}
	
	.home .aboutus-s1 .s1_bt {
		background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
	}

	#top-company .et_pb_row:nth-of-type(2) {
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
		padding: 0;
	}

	#top-company .et_pb_row:nth-of-type(2) .et_pb_column {
		margin-bottom: 0;
	}

	#top-company .et_pb_row:nth-of-type(2) .rating-and-logo {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	#top-company .et_pb_row:nth-of-type(2) .rating-and-logo .item {
		margin: 0 auto;
	}
	
	#top-company .et_pb_row:nth-of-type(2) .rating-and-logo .item:first-child span {
		display: block;
		text-align: center;
		text-decoration: underline;
		padding-bottom: 0;
	}
	
	#top-company .et_pb_row:nth-of-type(2) .rating-and-logo .item:last-child img:first-child {
		display: none;
	}
	
	#top-company.accreditations:before {
		width: 100%;
		background: rgba(255, 255, 255, 0.8);
	}

	#top-company .top-company-strip h2 div {
		display: flex;
		column-gap: 15px;
	}
	
	#top-company .et_pb_row:first-child h2:before,
	#top-company .top-company-strip h2 div:before {
		content: "";
		border-left: 7px solid #FF0C01;
		display: block;
	}

	#top-company .et_pb_row:nth-of-type(1) p {
		font-size: 22px;
		line-height: 1.1;
	}

	#top-company .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_module:first-child {
		padding: 0;
	}
	
	.accreditations .has-border-left,
	.accreditations .has-border-left + p,
	.renowned-institutions-title {
		text-align: left;
		justify-content: flex-start;
	}

	
	
	.renowned-institutions-title + .logos .et_pb_text_inner {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	
	.renowned-institutions-title + .logos .item {
		box-shadow: none;
		background-color: #FFF;
		padding: 5px 10px;
		box-shadow: none;
		border-radius: 9px;
	}
	
	.renowned-institutions-title + .logos + .et_pb_code a,
	.top-company-strip > div > div:last-child a {
		border-radius: 0;
		border: 1px solid #999;
		color: #000;
		font-size: 16px;
		font-weight: bold;
	}
	
	.top-company-strip .has-border-left,
	#top-company .has-border-left > span {
		padding: 0;	
	}
	
	.top-companies-logo {
		overflow-x: scroll;
		margin-right: -5%;
		margin-left: -5%;
	}
	
	.top-companies-logo::-webkit-scrollbar {
		display: none;
	}
	
	.top-companies-logo .et_pb_code_inner {
		grid-template-columns: repeat(4, max(30vw, 120px));
		width: max-content;
		gap: 20px;
		padding: 3px;
		margin: 0 12%;
	}
	
	.top-companies-logo .et_pb_code_inner .item {
		box-shadow: none;
		background-color: #FFF;
		border-radius: 9px;
	}

	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) {
		padding-bottom: 35px
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing {
		flex-direction: row;
		overflow-x: scroll;
		margin-right: -8%;
		margin-left: -8%;
	}

	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing::-webkit-scrollbar {
		display: none;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing > div {
		padding-right: 10%;
		padding-left: 10%;
		display: flex;
		gap: 20px;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing .list {
		gap: 20px;
		display: flex;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing ul li:first-child {
		color: #000;
	}

	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing ul {
		width: 70vw;
		list-style: none;
	}

	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing ul li:first-child {
		margin-left: 0;
	}

	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing ul li:not(:first-child) {
		border-bottom: 1px solid #C6C7C8;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2,
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) p {
		text-align: left;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) h2 span:last-child {
		display: none;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(2) a {
		background-color: transparent;
		border-radius: 30px !important;
		margin-top: 50px;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0.5px;
	}
	
	#chartered-leaders .item:nth-of-type(1) {
		padding: 75px 0;
		width: 80% !important;
		margin: 0 auto;
		color: #000;
		row-gap: 0;
	}
	
	#chartered-leaders .item:nth-of-type(1) .leader:nth-of-type(1) {
		border-bottom: 1px solid #737373;
        padding-bottom: 30px;
        margin-bottom: 60px;
	}
	
	#chartered-leaders .item:nth-of-type(1) .leader .intro span:first-child {
		color: #000;
		font-weight: bold;
	}
	
	#chartered-leaders .item:nth-of-type(1) .leader .intro span:last-child {
		color: #737373;
		font-size: 18px;
		padding-top: 15px;
		line-height: 1.2;
	}
	
	#chartered-leaders .item:nth-of-type(1) .leader .right-quote, #chartered-leaders .item:nth-of-type(2) h2 span:last-child {
		display: none !important;
	}
	
	#chartered-leaders .item:nth-of-type(1) .leader .profile-photo img:nth-of-type(3) {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 80px;
	}
	
	#chartered-leaders .item:nth-of-type(2) h2,
	#chartered-leaders .item:nth-of-type(2) p {
		text-align: left;
	}
	
	#chartered-leaders .item:nth-of-type(2) p:nth-of-type(1) {
		font-size: 20px;
    	line-height: 1.4;
	}
	
	#chartered-leaders .item:nth-of-type(2) p:nth-of-type(2) {
		font-weight: normal;
		font-size: 18px;
		line-height: 1.5;
	}
	
	#chartered-leaders .item:nth-of-type(2) a {
		border-radius: 30px !important;
		margin-top: 50px;
		font-size: 16px;
		letter-spacing: .5px;
	}
	
	#upcoming-program {
		display: block;
		background-size: auto;
		background-color: #F44C59;
	}
	
	#upcoming-program h2,
	#upcoming-program h2 + p {
		color: #FFF;
	}

	#upcoming-program h2:before {
		border-left-color: #FFF;
	}

	.upcoming-programs-wrapper .item .course-item {
		border-radius: 3px;
		margin: 0px 1px;
	}

	.upcoming-programs-wrapper .item .course-item .content .detail a,
	.upcoming-programs-wrapper .item .course-item .content .detail p.module,
	.upcoming-programs-wrapper .item .course-item .content .detail p.certificate {
		color: #000;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #21252933;
	}

	.upcoming-programs-wrapper .item .course-item .content .detail .course-title {
		color: #8B0000;
		margin-bottom: 0;
	}

	.upcoming-programs-wrapper .item .course-item .content .detail p.certificate {
		color: #8B0000;
	}

	.upcoming-programs-wrapper .item .course-item .content .detail p.certificate span {
		display: block;
		color: #737373;
	}

	.upcoming-programs-wrapper .item .video-intro--inner {
		display: block;
		padding: 0 20px 20px;
	}

	.upcoming-programs-wrapper .slick-dots li button {
		background-color: #DDD;
	}

	.upcoming-programs-wrapper .slick-dots li.slick-active button {
		background-color: #000;
	}

	.become-faculty-leader .item:nth-of-type(1) .content {
		background-position-x: 60% !important;
		background-size: 140%;
		background-position-y: 0;
		background-color: #000;
	}

	.mark-and-designation .item:nth-of-type(1) .content .inner-content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background: linear-gradient(0deg, rgba(0,0,0,1) 48%, rgba(0,212,255,0) 100%);
		padding: 0 25px 30px !important;
		min-height: 820px;
		max-width: unset;
	}

	.mark-and-designation .item:nth-of-type(2) {
		padding: 50px 25px;
		background-color: #414141 !important;
	}

	.mark-and-designation .item:nth-of-type(2) h2,
	.mark-and-designation .item:nth-of-type(2) p {
		text-align: left !important;
	}

	.mark-and-designation .item:nth-of-type(1) .content .inner-content h2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mark-and-designation .item:nth-of-type(2) a {
		font-size: 16px;
		max-width: none;
		letter-spacing: .5px;
		border-radius: 30px !important;!i;!;
	}

	.our-partner {
		display: block;
	}

	.our-partner .item:nth-of-type(1) .content {
		padding: 0;
	}
	
	.our-partner .item:nth-of-type(1) .content .inner-content h2:before {
		border-left: 7px solid #FFF;
	}

	.our-partner .item:nth-of-type(1) .logo-wrapper {
		overflow-x: scroll;
		margin: 2px;
		margin-right: -6%;
		margin-left: -6%;
	}

	.our-partner .item:nth-of-type(1) .logo-wrapper::-webkit-scrollbar {
		display: none;
	}
	
	.our-partner .item:nth-of-type(1) .logo-wrapper .logo-wrapper-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: max-content;
		gap: 20px;
		padding-right: 8%;
		padding-left: 8%;
	}

	.our-partner .item:nth-of-type(1) .logo-wrapper .logo {
		box-shadow: none;
		background-color: #FFF;
		border-radius: 9px;
		width: 100%;
		padding: 15px
	}

	.our-partner .item:nth-of-type(1) .logo-wrapper .logo img {
		max-width: 150px;
	}

	.our-partner .item:nth-of-type(1) .content .inner-content a {
		border: 1px solid #DDD;
		color: #FFF;
		border-radius: 30px !important;!i;!;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: .5px;
		max-width: 100%;
	}

	.our-partner .item:nth-of-type(2) {
		display: none;
	}

	#collaboration .item:nth-of-type(1) .content {
		display: flex;
		min-height: 500px;
		position: relative;
		align-items: flex-end;
	}

	#collaboration .item:nth-of-type(1) .content .inner-content {
		min-height: unset;
		word-spacing: 0;
		padding: 30px;
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
		height: 100%;
	}

	#collaboration .item:nth-of-type(1) .content .inner-content h2:before {
		border-left-width: 7px;
	}

	#collaboration .item:nth-of-type(2) {
		padding: 75px 30px;
		justify-content: flex-start;
	}

	#collaboration .item:nth-of-type(2) > div {
		flex-basis: 100%;
	}

	#collaboration .item:nth-of-type(2) h2,
	#collaboration .item:nth-of-type(2) p {
		text-align: left;
		padding-bottom: 15px;
		line-height: 1.5;
		margin-left: 0;
	}

	#collaboration .item:nth-of-type(2) a {
		border-radius: 30px !important;!i;!;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: .5px;
		margin-left: 0;
		max-width: 100%;
	}

	.ofl--category-listing {
		display: none;
	}
}

@media (min-width: 768px) {
	#chartered-leaders .item:nth-of-type(1) .leader .profile-photo img:nth-of-type(3) {
		display: none;
	}

	#top-company .et_pb_row:nth-of-type(2) .rating-and-logo .item:last-child img:last-child {
		display: none;
	}
}
/* END - Home Page - New */

/* Faculty Leader - New */
@media (max-width: 767px) {
	.ofl--faculty-listing {
		display: none;
	}

	.ofl--category-listing-mobile {
		display: grid;
		grid-template-columns: 1fr 1.2fr;
		align-items: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #DDD;
	}

	.ofl--category-listing-mobile span {
		font-weight: bold;
	}

	.ofl--category-listing-mobile select {
		width: 100%;
		border: 1px solid #DDD;
		padding: 10px;
		background-color: #DDD;
		border-radius: 7px;
	}
	
	.ofl--faculty-listing-mobile .faculty {
		display: grid;
		grid-template-columns: 1fr 1.2fr;
		gap: 15px;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #CCC;
		z-index: 3;
		position: relative;
	}

	.ofl--faculty-listing-mobile .faculty h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.ofl--faculty-listing-mobile .faculty h3 {
		font-size: 14px;
		line-height: 1.5;
	}

	.ofl--faculty-listing-mobile .faculty p img {
		height: 40px;
	}

	.ofl--faculty-listing-mobile .faculty a {
		color: #0B66C2;
		text-decoration: underline;
	}

	.ofl--faculty-listing-mobile .faculty-detail {
		display: none;
		background-color: rgba(0, 0, 0, .2);
		position: fixed;
		bottom: 0;
		margin: 0 auto;
		left: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		align-items: flex-end;
		z-index: 4;
	}
	
	.ofl--faculty-listing-mobile .faculty-detail .inner-content {
		background-color: #FFF;
		padding: 40px 20px 20px;
		border-radius: 10px 10px 0 0;
		max-height: 80vh;
		overflow-y: scroll;
	}

	.ofl--faculty-listing-mobile .faculty-detail .inner-content::-webkit-scrollbar {
		display: none;
	}

	.ofl--faculty-listing-mobile .faculty-detail .item:nth-of-type(1) img:first-child {
		height: 120px;
	    display: table;
	    margin: auto;
	}
	
	.ofl--faculty-listing-mobile .faculty-detail .item:nth-of-type(1) img:last-child {
		height: 50px;
	    display: table;
	    margin: auto;
	}

	.ofl--faculty-listing-mobile .faculty-detail .item:nth-of-type(2) {
		border-top: 1px solid #CCC;
		padding-top: 30px;
		margin-top: 20px;
	}

	.ofl--faculty-listing-mobile .faculty-detail .item:nth-of-type(3) {
		padding-bottom: 50px;
	}

	.ofl--faculty-listing-mobile .faculty-detail .item:nth-of-type(2) img {
		display: none;
	}
	
	.ofl--faculty-listing-mobile .faculty-detail h2 {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
		color: #000;
	}

	.ofl--faculty-listing-mobile .faculty-detail h3 {
		font-size: 18px;
		text-align: center;
		color: #000;
	}

	.ofl--faculty-listing-mobile .faculty-detail p {
		font-size: 14px;
	}

	.ofl--faculty-listing-mobile .faculty-detail a {
		text-align: center;
		display: block;
		border: 1px solid #CCC;
		padding: 10px;
		color: #000;
		font-weight: bold;
	}

	body.page-id-8749 .entry-content > div:first-child {
		z-index: 3;
		position: relative;
	}

	body.page-id-8749 .entry-content > div:first-child > div:first-child {
/* 		z-index: 3; */
		position: relative;
	}

	body.page-id-8749 .entry-content > div:first-child > div:last-child {
		z-index: 4;
		position: relative;
		padding-top: 0;
	}

	body.page-id-8749 .entry-content > div:not(:first-child) {
		z-index: 2;
		position: relative;
	}
}

@media (max-width: 480px) {
	.mark-and-designation .item:nth-of-type(1) .content .inner-content {
		min-height: 720px;
	}
}

@media (max-width: 400px) {
	.mark-and-designation .item:nth-of-type(1) .content .inner-content {
		min-height: 620px;
	}
}

@media (min-width: 768px) {
	.ofl--faculty-listing-mobile,
	.ofl--category-listing-mobile {
		display: none;
	}
	
	#accredited-programs .et_pb_code_inner .item:nth-of-type(1) .program-listing > div {
		display: flex;
		column-gap: 20px;
	}

	
	.our-partner .item:nth-of-type(1) .logo-wrapper .logo-wrapper-inner {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		align-items: center;
	}
	
	.upcoming-programs-wrapper .item .video-intro--inner {
		display: none;
	}
}
/* END - Faculty Leader - New */