/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.3.1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
*  oom_sasky
*/

* {
	font-family: "Inter", Sans-serif;
}

html {
	overflow-x: hidden; 
	max-width: 1920px; 
	margin: 0 auto;
}

body {
	overflow-x: hidden; 
	background: #FBFBFB;
}

ul, ol {
	margin-bottom: 0.9rem;
}

.hide,
.show-0 {
	display: none;
}

.full-width {
	width: 100%;
}

.price {
	margin: 0;
}

.course-content .elementor-widget-menu-anchor {
	top: -120px!important;
}

#custom-menu-parent {
	overflow-x: hidden;
}

#custom-menu-child {
	cursor: grab;
	width: max-content;
}

.dragging #custom-menu-child {
	cursor: grabbing;
}

#custom-menu-child a {
	flex-shrink: 0;
	color: #3A4F82;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
}

#oom_header_icons {
	display: flex;
	flex-direction: column;
}

#oom_header_icons ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 30px;
	margin: 0;
}

#oom_header_icons ul li {
	display: flex;
}

#oom_header_icons ul li > a,
#oom_header_icons ul li .oom-mini-cart > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 16px;
	color: #3A4F82;
}

.course-verticle-list,
.course-verticle-list > div {
	height: 100%;
}

#feature-slider::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 95%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	z-index: 2;
}

.elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
}

.elementor-field-type-acceptance .elementor-field-option input {
	transform: translateY(2px);
}

.elementor-field-type-acceptance .elementor-field-option label {
	line-height: 1.2em;
}

#faq .e-n-accordion-item {
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0px 3px 7px 0px #0000001A;
}

#leadership span.swiper-pagination-bullet,
#grant span.swiper-pagination-bullet {
	opacity: 1!important;
}

#leadership span.swiper-pagination-bullet.swiper-pagination-bullet-active,
#grant span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #B51631!important;
}

.select-caret-down-wrapper {
	top: calc(50% - 2px)!important;
}

.select-caret-down-wrapper svg {
	overflow: visible!important;
}

.course-box,
.course-category-box {
	height: 100%;
}

/** Course Schedule **/
.oom-course-schedules {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px 0px;
}

.oom-course-schedule__item {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.oom-course-schedule__item__left{
	width: 70%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	background: #ffffff;
}

.oom-course-schedule__item__left__img {
	width: 30%;
}

.oom-course-schedule__item__right {
	width: 30%;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
	background: #F5F5F5;
	padding: 10px;
	gap: 10px;
}

.oom-course-schedule__item__left__content {
	width: 70%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
	padding: 20px;
}

.oom-course-schedule__item .course-title,
.oom-course-schedule__item .course-price-range {
	font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.oom-course-schedule__item .course-gst-label {
	font-size: 14px;
}

.oom-course-schedule__item .course-sku,
.oom-course-schedule__item .course-category {
	font-size: 15px;
	color: var(--e-global-color-primary);	
}

.oom-course-schedule__item .course-enrol {
	color: #ffffff;
    background: #B51631;
	border: 1px solid #B51631;
}

.oom-course-schedule__item .course-view {
	color: var(--e-global-color-primary);
    background: transparent;
	border: 1px solid var(--e-global-color-primary);
}

.oom-course-schedule__item .course-enrol,
.oom-course-schedule__item .course-view {
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    border-radius: 7px 7px 7px 7px;
}

.course-schedule-details span.label {
	display: block;
	font-size: 16px;
    font-weight: bold;
    color: #677190;
	width: 100px;
}

.course-schedule-details span.value {
	font-size: 16px;
    color: #677190;
}

.course-grant-eligibility {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
	gap: 5px;
}

.course-grant-eligibility .course-funding {
	font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

.course-grant-eligibility .course-funding:nth-child(even) {
	background: #B51631;
}

.course-grant-eligibility .course-funding:nth-child(odd) {
	background: #0D1F56;
}

.course-schedule-date,
.course-schedule-duration,
.course-schedule-time {
	display: flex;
    flex-direction: row;
}


/** Course Page **/
.accordion-header {
	cursor: pointer;
}

.accordion-header a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
}

.download-btn a.elementor-button:hover svg path {
	fill: transparent!important;
	stroke: #ffffff;
}

.download-btn a.elementor-button:hover svg {
	fill: transparent!important;
}

.download-btn-white a svg path {
	stroke: #ffffff;
}

.download-btn-white:hover .elementor-button-icon svg {
	fill: transparent!important;
}

/* Course Grant Eligibility */
.grants-box input[type="radio"] {
	display: none;
}

.grants-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px 10px;
}

.grants-box .sponsored-label {
	order: 1;
	cursor: pointer;
	padding: 14px 40px;
	border-radius: 8px;
	background: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	color: #3A4F82;
	box-shadow: inset 0 0 0px 1px #3A4F82;
}

.grants-box .sponsored-label:hover,
.grants-box .sponsored-radio:checked + .sponsored-label {
	background: linear-gradient(90deg, #B51631 0%, #2B3968 100%);
	box-shadow: inset 0 0 0px 1px #00000000;
	color: #FFFFFF;
}

.grants-box .grants-tab-content {
	order: 2;
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.grants-box .sponsored-radio:checked + .sponsored-label + .grants-tab-content {
	display: flex;
}

.fundings-tab-content .fundings-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #F0F0F0;
	padding: 10px 20px;
	gap: 10px;
	width: max-content;
}

.fundings-tab-content .fundings-details {
	padding: 20px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: max-content;
}

.fundings-tab-content .fundings-course-fee,
.fundings-tab-content .fundings-funding,
.fundings-tab-content .fundings-nett-fees,
.fundings-tab-content .fundings-gst,
.fundings-tab-content .fundings-nett-fees-gst {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
}

.fundings-tab-content .fundings-course-fee,
.fundings-tab-content .fundings-funding,
.fundings-tab-content .fundings-nett-fees,
.fundings-tab-content .fundings-gst {
	border-bottom: solid 1px #CCD6DF;
}

.fundings-tab-content .fundings-header span:first-child,
.fundings-tab-content .fundings-course-fee span:first-child,
.fundings-tab-content .fundings-funding span:first-child,
.fundings-tab-content .fundings-nett-fees span:first-child,
.fundings-tab-content .fundings-gst span:first-child,
.fundings-tab-content .fundings-nett-fees-gst span:first-child {
	width: 130px;
}

.fundings-tab-content .fundings-header span {
	font-weight: 600;
	font-size: 16px;
}

.fundings-tab-content .fundings-header span,
.fundings-tab-content .fundings-course-fee span,
.fundings-tab-content .fundings-funding span,
.fundings-tab-content .fundings-nett-fees span,
.fundings-tab-content .fundings-gst span,
.fundings-tab-content .fundings-nett-fees-gst span {
	color: #677190;
	width: 170px;
	font-size: 16px;
}

.grants-tab-content .funding-label {
	order: 1;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 10px 10px 0px 0px;
	background: #F7F7F7;
	font-size: 16px;
	font-weight: 600;
	color: #3A4F82;
}

.grants-tab-content .funding-label:hover,
.grants-tab-content .funding-radio:checked + .funding-label {
	background: #F0F0F0;
	color: #B51631;
}

.fundings-tab-content {
	display: none;
	flex-direction: column;
	order: 2;
	box-shadow: 0 4px 4px #0000001A;
	width: max-content;
    overflow-x: auto;
}

.grants-tab-content .funding-radio:checked + .funding-label + .fundings-tab-content {
	display: flex;
}

.grants-decription {
	font-size: 16px;
	color: #677190;
	padding-bottom: 20px;
}

/* Course Overview Accordin */
.accordions {
	display: flex;
    flex-direction: column;
    gap: 15px;
	width: 100%;
}

.accordion {
	box-shadow: 0px 3px 7px 0px #0000001A;
	border-radius: 7px;
	overflow: hidden;
}

.accordion.expand .header,
.accordion .header:hover {
	background: linear-gradient(96.2deg, #B51631 0%, #3A4F82 100%);
	color: #FFFFFF;
}

.accordion .header {
	padding: 20px 30px;
	background: #FFFFFF;
	color: #3A4F82;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.accordion .header h3 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.accordion .content {
	padding: 20px 30px;
	background: #FFFFFF;
	display: none;
	font-size: 16px;
}

/** Certification Process **/
.process_box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.process_image_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}

.process_image_box img {
	width: 70px;
    height: 70px;
    border-radius: 50%;
}

.process_image_box .content .title {
	font-weight: 600;
	color: #0D1F56;
	font-size: 16px;
}

.process_image_box .content .details {
	margin-bottom: -0.9rem;
	color: #677190;
	font-size: 16px;
}

.process_box .completed {
	color: #677190;
	font-size: 16px;
}

/* Why Most Corporate Prefer Us */
.why_us_box {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.why_us_box .why_us_description {
	color: #677190;
	font-size: 16px;
}

.why_us_box .why_us_statistic {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.why_us_box .why_us_statistic .statistic_box {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	width: 33.33%;
}

.why_us_box .why_us_statistic .statistic_box .header {
	color: #B51631;
    font-weight: 700;
    font-size: 36px;
	line-height: 1.2em;
    text-align: center;
}

.why_us_box .why_us_statistic .statistic_box .content {
	font-size: 12px;
    color: #677190;
    font-weight: 700;
	line-height: 1.2em;
    text-align: center;
	text-transform: capitalize;
}

/* Testimonials */
.swiper.swiper-testimonial {
	padding-bottom: 40px;
}

.swiper.swiper-testimonial .swiper-pagination.testimonial-pagination {
	bottom: 0;
}

.testimonial-pagination .swiper-pagination-bullet {
	background: #DCDCDE;
	width: 9px;
    height: 9px;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active,
.testimonial-pagination .swiper-pagination-bullet:hover {
	background: #B51631;
}

.swiper-slide.testimonial-slide {
	height: auto;
}

.testimonial-box {
	display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: solid 1px #DCDCDE;
    border-radius: 7px;
    overflow: hidden;
	height: 100%;
}

.testimonial-box .testimonial-profile {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	gap: 20px;
}

.testimonial-box .testimonial-profile img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.testimonial-box .testimonial-profile .details {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial-box .testimonial-profile .details p {
	margin: 0;
}

.testimonial-box .testimonial-profile .details .name {
	font-weight: 600;
	font-size: 16px;
	color: #1C2022;
}

.testimonial-box .testimonial-profile .details .position {
	color: #697882;
	font-size: 13px;
}

.testimonial-box hr {
	border-color: #EEEFF1;
	border-width: 0.5px;
}

.testimonial-box .testimonial-content {
	padding: 20px;
	color: #677190;
	font-size: 16px;
}

/* Curriculum */
.swiper.swiper-curriculum::before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 95%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.swiper-slide.curriculum-slide {
	padding: 0 5px 10px 5px;
	height: auto;
}

.curriculum-box {
	box-shadow: 0px 3px 7px 0px #0000001A;
	border-radius: 7px;
	background: #FFFFFF;
	overflow: hidden;
	height: 100%;
}

.curriculum-box .curriculum-title {
	padding: 20px;
	background: linear-gradient(96.2deg, #B51631 0%, #3A4F82 100%);
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
}

.curriculum-box .curriculum-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}

.curriculum-box .curriculum-content .heading {
	font-weight: 700;
	color: #677190;
	font-size: 16px;
}

.curriculum-box .curriculum-content .details ul {
	padding-left: 20px;
	margin-bottom: 0.9rem;
}

.curriculum-box .curriculum-content .details {
	color: #677190;
	font-size: 16px;
}

.curriculum-box .curriculum-content .topic-cover,
.curriculum-box .curriculum-content .learning-outcome {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.curriculum-arrow.swiper-button-prev,
.curriculum-arrow.swiper-button-next {
	bottom: -59px;
    top: auto;
    border: solid 1.5px #677190;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curriculum-arrow.swiper-button-prev i,
.curriculum-arrow.swiper-button-next i {
	color: #677190;
	font-size: 14px;
}

.curriculum-arrow.swiper-button-prev {
	right: 65px;
    left: auto;
}

.curriculum-arrow.swiper-button-prev.swiper-button-disabled,
.curriculum-arrow.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

/* Course Badge */
.course_badges_box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.course_badges_box .badge {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
	color: #FFFFFF;
}

.course_badges_box .badge:nth-child(odd) {
    background: #0D1F56;
}

.course_badges_box .badge:nth-child(even) {
	background: #B51631;
}

/** Mobile Slide Menu **/
.oom-mobile-logo img {
	width: 80px;
}

.mm-hidden + .mm-navbar__breadcrumbs {
	visibility: hidden;
}

.mm-navbar__breadcrumbs a,
.mm-navbar__breadcrumbs span.mm-separator {
	display: none;
}

.mm-listitem {
	position: unset;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 0px;
}

/** Payment Gateway **/
.hitpay-payment-gateway-form {
	flex-wrap: inherit;
}

/** Mobile Slide menu **/
#sticky-header i.fas.fa-bars {
	font-size: 35px;
}

/** Elementor Login Ajax **/
.elementor-message-success {
	color: green;
}

.elementor-message-danger {
	color: red;
}

/** Hide Default Arrows **/
.swiper-button-next::after, 
.swiper-button-prev::after {
	content: ""!important;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}


/** Custom Display Ratings/Stars **/
.fa-star.checked {
	color: #F4D174;
}

.fa-star {
	color: #808080;
}


/** Custom Pagination **/
.oom-pagination {
	margin-top: 40px;
	text-align: center;
}

.oom-pagination ul {
	margin: 0; padding: 0;

}
.oom-pagination ul li {
	font-weight: bold;
	display: inline; 
	margin: 5px; 
	padding: 10px 15px;
	background: #FFF; 
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgb(55 55 204 / 15%);
	color: #000000; 
}
.oom-pagination ul li.active:hover {
	cursor: pointer; 
	background: #222222;
	color: #FFFFFF 
}
.oom-pagination ul li.inactive {
	/*background: #B8B8B8; */
	color: #e6e6e6;
}

.oom-pagination ul li.previous-btn.active,
.oom-pagination ul li.previous-btn.inactive,
.oom-pagination ul li.next-btn.active,
.oom-pagination ul li.next-btn.inactive {
	box-shadow: none;
}

.oom-pagination ul li.selected {
	background: #333333;
	border: 1px solid #333333;
	color: #FFF;
}


/** Custom Mini cart **/
.item_qty_input input {
	width: 40px;
	height: 16px;
	padding: 0px;
	text-align: center;
	border: 1px solid #b6b6b6;
	border-radius: 0px;
	font-size: 12px;
}

.item_qty_input .btn-qty {
	border: 1px solid #b6b6b6;
	border-radius: 0px;
	padding: 2px;
	font-size: 12px;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.qty[type=number] {
	-moz-appearance: textfield;
}

.oom-mini-cart-box {
	padding: 10px 0;
	max-height: 400px;
	overflow: auto;
}
.oom-mini-cart {
	position: relative;
	display: inline-block;
}
h4.subtotal_total_shipping {
	text-align: left;
}
h4.subtotal_total_shipping_amount {
	text-align: right;
}
span.cart-count {
	font-size: 10px;
	background: #B51631;
	color: #fff;
	padding: 0 5px;
	border-radius: 20px;
	position: absolute;
	top: -4px;
	left: 10px;
}
.oom-mini-cart button.btn-qty {
	background: unset;
}

.oom-mini-cart .oom-mini-cart__content {
	visibility: hidden;
	transition:visibility 0.3s linear,opacity 0.3s linear;
	color: #fff;
	background-color: #fafafa;
	text-align: center;
	border-radius: 6px;
	top: 100%;
	right: 0%;
	margin-top: 30px;
	margin-left: -220px;
	position: absolute;
	z-index: 9;
	width: 320px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid
}

/* Show the tooltip text when you mouse over the tooltip container */
.oom-mini-cart:hover > .oom-mini-cart__content {
	visibility: visible;
	opacity: 1;
}

.oom-mini-cart__content .oom-mini-cart__heading h4 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.oom-mini-cart__content .oom-mini-cart__heading {
	background: #B51631;
	padding: 10px;
}

.oom-mini-cart__content .oom-mini-cart__items {
	background: #fafafa;
	padding: 10px 0px;
}

.oom-mini-cart__item .oom_row {
	display: flex;
	align-content: center;
	align-items: center;
}

.oom-mini-cart__item_img img {
	width: 50%;
	padding-top: 10px;
}

.oom-mini-cart__item_name h4,
.oom-mini-cart__item_name h4 a {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0;
	margin-top: 10px;
}

.oom-mini-cart__item .oom-mini-cart__item_qty span {
	color: #333;
	font-size: 10px;
}

.oom-mini-cart__item span.item_qty_input {
	display: block;
	text-align: left;
	padding: 10px 0px;
}

.oom-mini-cart__item .oom-mini-cart__item_name,
.oom-mini-cart__item .oom-mini-cart__item_qty {
	text-align: left;
}

.oom-mini-cart__item .oom-mini-cart__item_remove {
	margin-top: 0px;
}

.oom-mini-cart__item .oom-mini-cart__item_remove span {
	color: #333;
}

.oom-mini-cart__item hr {
	width: 83%;
	border-width: 0.5px;
	margin: auto;
}

.oom-mini-cart__buttons .oom-mini-cart__button {
	font-size: 14px;
	padding: 10px 40px;
	border-radius: 4px;
	border: none;
	line-height: 1.2em;
}

.oom-mini-cart__button.oom-mini-cart {
	background: #B51631;
	color: #FFFFFF;
}

.oom-mini-cart__button.oom-mini-checkout {
	background: #ffffff;
	border: 1px solid #B51631;
	color: #B51631;
	font-size: 14px;
	padding: 10px 40px;
	line-height: 1.2em;
}

.oom-mini-cart__button.oom-mini-checkout:hover,
.oom-mini-cart__button.oom-mini-cart:hover {
	border-color: #781E2D;
	color: #FFFFFF;
	background: #781E2D;
}

.oom-mini-cart__item_remove a.remove i {
	color: #333;
	font-size: 10px;
}

.oom-mini-cart__item_remove a.remove:hover,
.oom-mini-cart__item_remove a.remove i:hover {
	color: #333;
	background: none;
}

.oom-mini-cart__content .empty-cart {
	color: #042B52;
	padding-top: 10px;
}

.oom-mini-cart__item .subtotal_total_shipping_amount,
.oom-mini-cart__item .subtotal_total_shipping {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	margin: 0;
}

/** Rows and Columns */
.oom_column_100 {
	float: left;
	width: 100%;
}

.oom_column_90 {
	float: left;
	width: 90%;
}

.oom_column_80 {
	float: left;
	width: 80%;
}

.oom_column_70 {
	float: left;
	width: 70%;
}

.oom_column_60 {
	float: left;
	width: 60%;
}

.oom_column_50 {
	float: left;
	width: 50%;
}

.oom_column_40 {
	float: left;
	width: 40%;
}

.oom_column_33_33 {
	float: left;
	width: 33.33%;
}

.oom_column_33 {
	float: left;
	width: 33%;
}

.oom_column_30 {
	float: left;
	width: 30%;
}

.oom_column_20 {
	float: left;
	width: 20%;
}

.oom_column_10 {
	float: left;
	width: 10%;
}

/* Clear floats after the columns */
.oom_row:after {
	content: "";
	display: table;
	clear: both;
}

/** Cover Spin Loading **/
#oom-cover-spin {
	position:fixed;
	width:100%;
	left:0;right:0;top:0;bottom:0;
	background-color: rgba(255,255,255,0.7);
	z-index:9999;
	display:none;
}

#oom-cover-spin::after {
	content:'';
	display:block;
	position:absolute;
	left:calc(50% - 22px);
	top:calc(50% - 22px);
	width:44px;
	height:44px;
	border-style:solid;
	border-color:black;
	border-top-color:transparent;
	border-width: 4px;
	border-radius:50%;
	-webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

#oom-cart-cover-spin {
	position:absolute;
	width:100%;
	left:0;right:0;top:0;bottom:0;
	background-color: rgba(255,255,255,0.7);
	z-index:9999;
	display:none;
}

#oom-cart-cover-spin::after {
	content:'';
	display:block;
	position:absolute;
	left:calc(50% - 22px);
	top:calc(50% - 22px);
	width:44px;
	height:44px;
	border-style:solid;
	border-color:black;
	border-top-color:transparent;
	border-width: 4px;
	border-radius:50%;
	-webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

/** Login Popup **/
#oom-signup-form label[for=form-field-i_agree] {
	font-size: 14px;
}

#oom-login-form .elementor-remember-me label {
	font-size: 16px;
}

#oom-login-form .elementor-button {
	width: 100%;
}

#oom-login-form .elementor-lost-password {
	font-size: 16px;
	color: #B4B4B4;
	margin: auto;
	float: right;
}

#oom-login-form .elementor-field-group {
	display: block;
}

#oom-login-form .elementor-register,
#oom-login-form .elementor-login-separator {
	display: none;
}

#oom-signup-form {
	display: none;
}


#oom-login-form .oom-form-link,
#oom-signup-form .oom-form-link {
	text-align: center;
	font-size: 16px;
}

#oom-signup-form label {
	display: none;
}

.mo-openid-app-icons {
	text-align: center;
}

.mo-openid-app-icons>p {
	display: none;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

.mo_openid-login-button {
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 25%) 0px 1px 6px;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

/* Login Popup Icon Changes */
/* Moved to mini-icon-only.css */

/* Login Popup Password Toggle */
#oom-psw-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

#oom-psw-reg-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

#oom-cfm-psw-reg-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

/** Floating icons **/
#oom_floating_message {
	position: fixed;
	bottom: 220px;
	right: 0px;
	z-index: 99;
}

#oom_floating_whatsapp {
	position: fixed;
	bottom: 140px;
	right: 0px;
	z-index: 99;
}

#oom_floating_jivochat {
	position: fixed;
	bottom: 120px;
	right: 0px;
	z-index: 99;
}

#oom_floating_top {
	position: fixed;
    bottom: 85px;
    right: 0px;
    z-index: 99;
}

#oom_floating_whatsapp > a {
	background: #4BCB7A;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #FFFFFF;
    font-size: 25px;
}

#oom_floating_top > a {
	background: #0D1F5680;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #FFFFFF;
}

#oom_floating_message > a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#oom_floating_jivochat > a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/** Slick Slider Flickering Issue Solution **/
.htslider-slider .slick-dots {
	margin-bottom: 20px;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}


/** Modal **/
/* The Modal (background) */
.oom-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.oom-modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 0px 20px;
	border: 1px solid #888;
	width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.oom-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.oom-close:hover,
.oom-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}



/** Responsive **/
@media (max-width: 1920px) {

}

@media (max-width: 1440px) {

}


@media (max-width: 1280px) {

}

@media (max-width: 1024px) {
	#oom_header_icons ul {
		gap: 25px;
	}
	
	#custom-menu-parent {
		overflow-x: auto;
	}
	
	.course-content .elementor-widget-menu-anchor {
		top: -120px!important;
	}
	
	.accordion .header,
	.accordion .content {
		padding: 15px 25px;
	}
	
	.curriculum-box .curriculum-title {
		padding: 15px;
	}
	
	.curriculum-box .curriculum-content,
	.process_box,
	.why_us_box {
		gap: 15px;
	}
	
	.grants-decription {
		padding-bottom: 15px;
	}
	
	.grants-box .sponsored-label {
		padding: 12px 20px;
	}

	.grants-box {
		gap: 30px 10px;
	}
	
	.grants-tab-content .funding-label {
		padding: 8px 18px;
	}
	
	.process_image_box,
	.why_us_box .why_us_statistic {
		gap: 20px;
	}
	
	.why_us_box .why_us_statistic .statistic_box .header {
		font-size: 30px;
	}
	
	.why_us_box .why_us_statistic .statistic_box .content {
		font-size: 10px;
	}
	
	.swiper.swiper-testimonial {
		padding-bottom: 30px;
	}
	
	.fundings-tab-content .fundings-header span,
	.fundings-tab-content .fundings-course-fee span,
	.fundings-tab-content .fundings-funding span,
	.fundings-tab-content .fundings-nett-fees span,
	.fundings-tab-content .fundings-gst span,
	.fundings-tab-content .fundings-nett-fees-gst span,
	.process_image_box .content .title,
	.grants-tab-content .funding-label,
	.grants-box .sponsored-label,
	.grants-decription,
	.curriculum-box .curriculum-content .heading,
	.curriculum-box .curriculum-content .details,
	.curriculum-box .curriculum-content,
	.curriculum-box .curriculum-title,
	.accordion .header,
	.accordion .content,
	.process_image_box .content .details,
	.process_box .completed,
	.why_us_box .why_us_description,
	.testimonial-box .testimonial-content,
	.testimonial-box .testimonial-profile .details .name,
	#custom-menu-child a {
		font-size: 15px;
	}
}

/*
* Surface Pro
*/
@media (max-width: 912px) {

}

/*
* iPad Air
*/
@media (max-width: 820px) {

}

/*
* iPad 9th
*/
@media (max-width: 810px) {

}

/*
* iPad Mini
*/
@media (max-width: 768px) {
	#oom-signup-form label[for=form-field-i_agree] {
		top: -20px;
		left: 20px;
	}

	.step-cart-progress .oom_column_50,
	.woocommerce .oom_column_70,
	.woocommerce .oom_column_30 {
		width: 100%;
	}

	.step-order-summary {
		padding-left: 0px;
	}

	.woocommerce .step-order-summary__list {
		width: 100%;
	}

	td.product-thumbnail{
		display:flex!important;
	}
	tr.woocommerce-cart-form__cart-item.cart_item{
		display:flex !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
		content: attr(data-title) "";
		font-weight: 700;
		float: left;
	}
	td.product-thumbnail a {
		text-align:center;
		padding-top:20px;
	}
	td.product-labels{
		padding-right:10px!important;
	}
	.step-order-summary{
		padding-left:0px!important;
	}


	#oom-signup-form label[for=form-field-i_agree] {
		top: -20px;
		left: 20px;
	}

	.oom-modal-content {
		width: 80%;
	}
	.woocommerce .oom_column_60 {
		padding-right: 0%!important;
		width: 100%;
		margin-bottom: 20px;
	}

	.woocommerce .oom_column_40 {
		width: 100%;
	}

	.woocommerce .step-order-summary__list {
		width: 100%;
	}

	#oom_header_icons ul {
		gap: 20px;
	}
}

@media (max-width: 767.9px) {
	.benefit .elementor-icon-box-wrapper {
		align-items: flex-start;
	}
	
	.course-content .elementor-widget-menu-anchor {
        top: -100px !important;
    }

	#grant::before {
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 90%, rgba(255,255,255,1) 100%);
	}
	
	.fundings-tab-content .fundings-header span,
	.fundings-tab-content .fundings-course-fee span,
	.fundings-tab-content .fundings-funding span,
	.fundings-tab-content .fundings-nett-fees span,
	.fundings-tab-content .fundings-gst span,
	.fundings-tab-content .fundings-nett-fees-gst span,
	.process_image_box .content .title,
	.grants-tab-content .funding-label,
	.grants-box .sponsored-label,
	.grants-decription,
	.curriculum-box .curriculum-content .heading,
	.curriculum-box .curriculum-content .details,
	.curriculum-box .curriculum-content,
	.curriculum-box .curriculum-title,
	.accordion .header,
	.accordion .content,
	.process_image_box .content .details,
	.process_box .completed,
	.why_us_box .why_us_description,
	.testimonial-box .testimonial-content,
	.testimonial-box .testimonial-profile .details .name,
	#custom-menu-child a {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 20px;
		margin-left: -300px;
	}

	.step-cart-progress-item h4 {
		font-size: 12px;
	}

	#order_review td.product-name,
	#order_review td.product-total {
		font-size: 12px;
		line-height: 14px;
		padding: 5px;
	}

	.step-cart-contents .quantity .qty {
		width: 1em;
	}

	.product_details .quantity {
		text-align: center;
	}

	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 10px;
	}

	.product_details__title a {
		font-size: 14px;
	}

	.elementor-kit-5 h4 {
		line-height: inherit;
	}

	td.product-thumbnail a {
		padding-top: 0px;
	}

	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 20px;
		margin-left: -300px;
	}

	.oom-modal-content {
		width: 90%;
	}

	.course-content .elementor-widget-menu-anchor {
		top: -50px !important;
	}
}

@media (max-width: 414px) {
	.step-order-summary__list_item_name {
		display: block;
		width: 300px;
	}

	td.product-thumbnail a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		align-content: space-around;
	}

	.step-cart-contents .product_details {
		float: unset;
		width: 100%;
		margin: auto;
	}

	.product_details .product_details__price {
		float: unset;
		text-align: center;
	}

	.step-cart-contents .remove_cart_item {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.step-cart-contents .remove_cart_item a {
		float: unset;
		text-align: center;
		margin: auto;
	}

	.woocommerce-page table.shop_table_responsive tr td {
		text-align: center!important;
	}

	.step-cart-contents .product-thumbnail img.product-img {
		width: 50%;
		height: auto!important;
	}

	/* 	.woocommerce-cart-form__cart-item td.product-thumbnail {
	width: 100%;
	text-align: center;
	border-bottom: 0px!important;
	border-right: 1px solid #707070!important;
} */
	/* 	
	.woocommerce-cart-form__cart-item td.product-labels {
	width: 100%;
	text-align: center;
	border-top: 0px!important;
	border-bottom: 0px!important;
	border-right: 1px solid #707070!important;
	border-left: 1px solid #707070!important;
} */

	.woocommerce-cart-form__cart-item td.product-price {
		width: 100%;
		text-align: center;
		/* 		border-top: 0px!important; */
		border-right: 1px solid #707070!important;
		/* 		border-left: 1px solid #707070!important; */
	}

	.woocommerce table.shop_table tbody tr td.product-price {
		border-bottom: 1px solid #707070!important;
	}

	tr.woocommerce-cart-form__cart-item.cart_item {
		flex-wrap: wrap;
	}

	.step-cart-contents .coupon, .step-cart-contents button.update_cart {
		margin-top: 0px;
		margin-right: 10px;
	}

	.oom-mini-cart__item_name h4, .oom-mini-cart__item_name h4 a {
		font-size: 10px;
	}

	.cart-subtotal td {
		float: left;	
	}

	.step-order-summary-content {
		padding: 30px 15px;
	}

	.step-cart-progress-item h4 {
		font-size: 10px;
	}

	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 0px;
	}

	td.product-labels {
		padding-right: 10px!important;
	}

	.woocommerce-page table.cart td.actions .input-text {
		margin-right: 0px!important;
		width: 140px!important;
	}

	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 14px;
		margin-left: -250px;
	}
}

/*
* iPhone 14/15
*/
@media (max-width: 395px) {

}


@media (max-width: 375px) {

}


@media (max-width: 360px) {
	.step-cart-contents .remove_cart_item {
		margin-left: 0px;
	}
	.woocommerce-page table.cart td.actions .input-text {
		margin-right: 0px!important;
	}

	.elementor-field-type-recaptcha.elementor-field-group-field_5340d88,
	.elementor-field-type-recaptcha.elementor-field-group-field_92943e2 {
		transform: scale(.85) translate(-25px, -2px);
	}
}

@media (max-width: 320px) {
	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 12px;
		margin-left: -260px;
		width: 320px;
	}
}

@media (max-width: 280px) {

}