/* Header */
.oom-social-icons ul li a i {
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 6px 15px;
    border-radius: 50%;
}
.oom-search-popup-close {
    cursor: pointer;
}
.oom-search-popup{
	display:none;
}
@media(max-width: 1024px){
	.oom-social-icons ul li a i {
    	padding: 6px 12px; 
	}
}


a.oom-mini-cart__button.oom-mini-cart {
    background: #ffcf40!important;
    color: #090640;
    font-family: 'Open Sans';
    font-weight: bold;
    border: 1px solid #ffcf40!important;
}
a.oom-mini-cart__button.oom-mini-checkout {
    background: #49b7b1;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: bold;
    border: 1px solid #49b7b1!important;
}


/* Header - End */

/* Floating Icon */
a.animate.oom_totop {
    bottom: 10px;
    background-color: #16124a;
    padding: 16px;
    width: 50px;
    height: 50px;
    right: 20px;
    position: fixed;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99;
}
a.animate.oom_totop i{
	font-size: 20px;
}
/* Floating Icon - End */

/* Home Page */
/* Testimonial */
.oom-testimonial-height {
    min-height: 100px;
}


@media(min-width: 1439.98px){
	.oom-awards-slider i.eicon-chevron-left {
		margin-left: -200%;
	}
	.oom-awards-slider i.eicon-chevron-right {
		margin-left: 200%!important;
	}
}

.oom-coding-accordion .e-n-accordion-item-title-text b {
    font-size: 20px;
}
.oom-coding-accordion .e-n-accordion-item-title-text img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.oom-coding-accordion .e-n-accordion-item-title-text {
    display: flex;
    column-gap: 20px;
}

.oom-coding-accordion summary.e-n-accordion-item-title {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #0906401F;
    opacity: 1;
    padding: 20px 45px!important;
}
.oom-coding-accordion .e-n-accordion-item {
    z-index: 0;
    background: white!important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #0906401F;
    opacity: 1;
}
.oom-coding-accordion span.e-n-accordion-item-title-icon span i:before {
    border: 1px solid black;
    padding: 4px 5px;
    display: flex;
    border-radius: 50%;
}
@media(max-width: 480.98px){
	.oom-coding-accordion summary.e-n-accordion-item-title {
		padding: 15px 20px!important;
	}
	.oom-coding-accordion .e-n-accordion-item-title-text b {
		font-size: 15px;
	}
	.oom-coding-accordion .e-n-accordion-item-title-text {
		column-gap: 10px;
	}
}
.oom-kids-container .oom-kids h3 {
    margin-bottom: 0px!important;
    transition: 0.3s all ease-in-out;
}
.oom-kids-container:hover .oom-kids h3 {
    margin-bottom: 10px!important;
    transition: 0.3s all ease-in-out;
}
.oom-testi-icon .s0 {
    fill: #70d8d2!important;
}



.oom-article-container:hover .oom-article-heading h2 a {
    padding-left: 0px;
    transition: 0.3s all ease-in-out;
}
.oom-article-heading h2 a {
    padding-left: 10px;
    transition: 0.3s all ease-in-out;
}
.oom-article-excerpt p,.oom-media-loop-title-excerpt a {
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.oom-article-readmore:hover span.elementor-button-icon.elementor-align-icon-right {
    margin-left: 20px;
    transition: 0.3s all ease-in-out;
}
.oom-article-readmore span.elementor-button-icon.elementor-align-icon-right {
    margin-left: 5px;
    transition: 0.3s all ease-in-out;
}
.oom-article-readmore:hover span.elementor-button-text{
	text-decoration: underline;
}
.oom-article-readmore .elementor-button-icon {
    display: flex;
    align-content: center;
}
.oom-article-readmore .elementor-button-icon svg {
    font-size: 30px;
    font-weight: bold;
}
.oom-article-sidebar-container.oom-article-sidebar {
    margin-bottom: 0px;
    transition: 0.3s all ease-in-out;
}
.oom-article-sidebar-container:hover .oom-article-sidebar {
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
}
.oom-trial-form span.elementor-field-option label {
	font-size: 12px;
}
.oom-trial-form button.elementor-button {
    z-index: 99;
}
.oom-trial-form .elementor-g-recaptcha {
    z-index: 99;
}
@media(min-width: 1024.98px){
.oom-trial-form .elementor-field-type-submit {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px!important;
    right: 0;
    padding-right: 0px!important;
}
}
.oom-critical-box:hover .elementor-image-box-content h3.elementor-image-box-title {
    color: #00404f!important;
}
/* Home Page - End */

/* About Us  */
 .oom-guiding-image {
    display: block;
	 transition: 0.3s ease-in-out all;
}
.oom-guiding-container:hover .oom-guiding-image {
    display: none;
	 transition: 0.3s ease-in-out all;
}
.oom-guiding-container:hover .oom-guiding-desc {
    max-height: fit-content;
    overflow: initial;
	 transition: 0.3s ease-in-out all;
}
.oom-guiding-container .oom-guiding-desc {
    max-height: 0;
    overflow: hidden;
	 transition: 0.3s ease-in-out all;
}
.oom-vision-icon-container .oom-vision-icon-hover {
    display: none;
}
.oom-vision-icon-container .oom-vision-icon {
    display: block;
}
.oom-vision-icon-container:hover .oom-vision-icon {
    display: none;
}
.oom-vision-icon-container:hover .oom-vision-icon-hover {
    display: block;
}
/* About Us - End */

/* Learning Environment  */
.labGallery {
    display: flex;
    width: 100%;
    column-gap: 30px;
}
.smallGallerySwiper {
    width: 30%;
}
.bigGallerySwiper {
    width: 100%;
}
.bigGallerySwiper .swiper-slide img {
    height: 480px;
    object-fit: cover;
    width: 100%;
}
.smallGallerySwiper .swiper-slide, .smallGallerySwiper .swiper-slide img {
    height: 150px;
    max-height: 150px;
    object-fit: cover;
    width: 200px;
}
.smallGallerySwiper {
    max-height: 480px;
    overflow: hidden;
}
@media(max-width: 639.98px){
	.labGallery {
		display: flex;
		width: 100%;
		column-gap: 30px;
		flex-direction: column;
		row-gap: 30px;
	}
	.bigGallerySwiper .swiper-slide img {
		height: 350px;
		object-fit: cover;
		width: 100%;
	}
	.smallGallerySwiper {
		width: 100%;
	}
	.smallGallerySwiper .swiper-slide, .smallGallerySwiper .swiper-slide img {
		height: 80px;
		max-height: 80px;
		object-fit: cover;
		width: 200px;
	}	
}
.textGallerySwiper h3 {
    color: #161176;
    font-family: 'Raleway';
    font-weight: bold;
}
.textGallerySwiper p {
    width: 95%;
    font-size: 15px;
}
.textGallerySwiper {
    margin-top: 30px;
}

.oom-proof-slider-container .oom-proof-slider-desc{
	opacity:0;
	transition: 0.3s ease-in-out all;
}
.oom-proof-slider-container:hover .oom-proof-slider-desc{
	opacity:1;
	transition: 0.3s ease-in-out all;
}

/* Learning Environment - End */

/* Single Media Post Page */
/* a.elementor-post-info__terms-list-item {
	position: relative;
    padding: 5px 10px;
    border: 1px solid black;
    border-left: 0;
	margin-left: 30px;
}
a.elementor-post-info__terms-list-item:before{
	clip-path: polygon(100% 0, 0 54%, 100% 100%);
	content: "";
	display: inline-block;
} */

a.elementor-post-info__terms-list-item:before {
    content: "";
    position: relative;
    /* top: 3.6px; */
    width: 21.5px;
    height: 21.5px;
    border: 1px solid black;
    /* left: -7%; */
    transform: rotate(135deg);
    border-top: 0;
    border-left: 0;
    z-index: 1;
    margin-left: -11px;
}
a.elementor-post-info__terms-list-item {
    position: relative;
    /* width: 145px; */
    height: 31px;
    display: flex!important;
    align-content: center;
    flex-direction: row;
    margin-left: 30px;
    border: 1px solid black;
    border-left: 0;
    color: black;
    padding-right: 10px;
}
span.elementor-post-info__terms-list {
    display: flex!important;
    width: 450px;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 11px;
}


@media(max-width: 767.98px){
	a.elementor-post-info__terms-list-item {
		position: relative;
		height: 31px;
		font-size: 12px!important;
		display: flex!important;
		align-content: center;
		flex-direction: row;
		margin-left: 20px;
		border: 1px solid black;
		border-left: 0;
		color: black;
		padding-right: 10px;
	}
	span.elementor-post-info__terms-list { 
		width: initial; 
	}
}


.oom-media-loop-title-excerpt a {
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.oom-media-loop-desc-excerpt p {
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Single Media Post Page - End */

/* Membership */
.oom-member-box:hover {
    padding-bottom: 45px;
	transition: 0.3s ease-in-out all;
}
.oom-member-box {
    padding-bottom: 30px;
	transition: 0.3s ease-in-out all;
}

/* Membership - End */


/* Singel Product  */
.oom-woo-images .woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.oom-woo-images .flex-viewport {
    margin-bottom: 30px;
}
.oom-woo-images .flex-control-thumbs {
    width: 200px;
}

.oom-woo-button .e-atc-qty-button-holder .quantity button {
    height: 50px;
    background: #EBEBEB;
    margin-top: 0px!important;
    border-radius: 0px;
    border: none;
    width: 70px!Important;
}
.oom-woo-button .e-atc-qty-button-holder .quantity button:hover {
    background: #8b8b8b!important;
    color: white;
}
.oom-woo-button .e-atc-qty-button-holder .quantity {
/*     display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row; */
}
.oom-woo-button .e-atc-qty-button-holder .quantity input {
    border: none!important;
    background: #F5F4F4;
    border-radius: 0;
	outline: 0;
    width: 5.631em!important;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px!important;
}

.oom-woo-button button.single_add_to_cart_button {
    background: #FECF41 0% 0% no-repeat padding-box!important;
    border-radius: 15px!important;
    opacity: 1;
    color: #090640!important;
    font-family: 'Open Sans';
    text-transform: capitalize!important;
    font-weight: bold!important;
    font-size: 15px!important;
}

.oom-woo-button button.single_add_to_cart_button:hover {
    background: #FFC30F 0% 0% no-repeat padding-box!important;
}
.oom-product-loop-excerpt {
    overflow: hidden;
    max-height: 3.2rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.oom-product-loop-container:hover .oom-product-loop-image img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out all;
}

.oom-product-loop-image img {
    transition: 0.3s ease-in-out all;
}
.page-numbers:not(.next):not(.prev) {
	font-size: 0px;
}
.page-numbers:not(.next):not(.prev):before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border: 1px solid #161176;
    background: #161176;
    border-radius: 50%;
	opacity: 0.5;
}
span.page-numbers.current:before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border: 1px solid #161176;
    background: #161176;
    border-radius: 50%;
	opacity: 1!important;
}


/* Single Product - End  */


/* Senior Team */
.oom-text-wrap {
  width: 100%;
  overflow: hidden; /* Clear floats */
}

.float-right {
  float: right; /* Float the image to the left */
  margin-right: 10px; /* Add some spacing between the image and text */
}

/* Senior Team - End */

/* FAQ */
.oom-faq-accordion .e-n-accordion-item-title-text {
    font-weight: bold;
}

@media(min-width: 767.98px){
	.oom-faq-tab .e-n-tabs-heading:after {
		content: "";
/* 		background: url(/wp-content/uploads/2023/10/Group-11581@2x.png); */
		width: 200px;
		height: 160px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.oom-faq-tab .e-n-tabs-heading:before {
		content: "Table of Contents:";
		font-family: 'Raleway';
		font-size: 22px;
		color: #161176;
		font-weight: bold;
		margin-bottom: 30px;
	}
}

/* FAQ - End */


/* Programs */
.oom-core-programmes {
	width: 100%;
    overflow: hidden;
    display: flex;
    margin: auto;
    overflow: hidden;
    height: 600px;
    justify-content: center;
	column-gap: 30px;
}
.oom-core-single{
	display: flex;
	width: 300px;
	transition: .3s;
	border-radius: 0px 33px 33px 0px;
	opacity: 1;
	flex-direction: column;
}
.oom-core-single-box{
	display: flex;
	box-shadow: 0px 5px 8px transparent;
    border-radius: 33px 33px 33px 33px;
	transition: .3s;
	background: white;
}
.oom-core-single-box:hover{
	transition: .3s;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #16117629;
    border-radius: 33px 33px 33px 33px;
    opacity: 1;
}
a.oom-program-button {
    background: #FECF41 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    padding: 12px 15px;
    color: #090640;
    font-family: 'Open Sans';
    font-weight: bold;
}
h4.oom-program-subtitle {
/*     margin-left: 30px; */
    color: #161176;
    font-weight: bold;
    font-family: 'Raleway';
    font-size: 20px;
	text-align: center;
}
h4.oom-program-subtitle {
    line-height: 2.2rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.oom-program-homepage h4.oom-program-subtitle {
	color: white;
}
/* .oom-core-single > div img {
	width: 100%;
} */
/* .oom-core-single-img {
	width: 100%;
} */
.oom-core-single-img {
    height: 500px;
}
.oom-core-single-img img {
	height: 500px;
    object-fit: cover;
    border-radius: 33px;
}
.oom-core-single-desc {
	display: none; 
}
.oom-core-single-desc img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.oom-core-single-desc img{
	display: none;
}
.oom-core-single-desc h3 {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 30px;
    color: #090640;
}
.oom-core-single-desc h5 {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 20px;
    color: #707070;
}
.oom-core-single-desc p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.oom-core-single-desc p {
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.oom-core-single-desc {
    padding: 30px;
}

.oom-core-single:hover
/* , 
.oom-core-programmes:hover .item-4 */
{
	width: 55%;
}
.oom-core-single:hover .oom-core-single-desc
/* , 
.oom-core-programmes:hover .item-4 .oom-core-single-desc */
{
/* 	width: 50%; */
	display: block;
}
/* .oom-core-single:hover .oom-core-single-desc {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
} */
.oom-core-single:hover .oom-core-single-desc {
    width: 700px;
}

.oom-core-single:hover .oom-core-single-img {
    width: 500px;
}

@media(max-width: 1024.98px){
	.oom-core-programmes {
		height: 450px; 
		column-gap: 20px;
	}
	.oom-core-single-img img {
		height: 400px;
	}
	.oom-core-single-desc {
		padding: 15px;
	}
	.oom-core-single-desc img {
		width: 50px;
		height: 50px;
		object-fit: contain;
	}
	.oom-core-single-desc h3 {
		font-size: 22px;
	}
	.oom-core-single-desc h5 { 
		font-size: 15px; 
	}
	.oom-core-single-desc p { 
		font-size: 12px; 
	}
	a.oom-program-button {
		padding: 8px 12px;
		color: #090640; 
		font-weight: 600;
		font-size: 12px;
	}
	.oom-core-single:hover {
		width: 75%;
	}
	.oom-core-single:hover .oom-core-single-img {
		width: 260px;
		height: 400px;
	}
	.oom-core-single:hover {
		width: 65%;
	}
	h4.oom-program-subtitle {
		margin-left: 0px;
		font-size: 16px;
	}
}

@media(max-width: 768.98px){
	.oom-core-single, .oom-core-single:hover {
		width: 100%;
	}
	.oom-core-single-desc {
		display: block; 
	}
	.oom-core-programmes {
		height: auto;
		column-gap: 20px;
	}
	.oom-core-programmes {
		flex-direction: column;
		row-gap: 20px;
	}
	.oom-core-single:hover .oom-core-single-img, .oom-core-single-img {
		width: 50%!important;
		height: 350px!important;
	}
	.oom-core-single-box {
		transition: .3s;
    	flex-direction: column;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 5px 8px #16117629;
		border-radius: 33px 33px 33px 33px;
		opacity: 1;
	}
	
	.oom-core-single-img img {
		height: 350px;
		width: 100%;
	}
	.oom-core-single:hover .oom-core-single-desc {
		width: 100%;
	}
	.oom-core-single-box {
		padding: 30px;
	}
}

@media(max-width: 480px){
	.oom-core-single-box {
		padding: 15px!important;
	}
	.oom-core-single:hover .oom-core-single-img, .oom-core-single-img {
		width: 100%!important;
	}
}

.oom-video-slider .swiper-slide.swiper-slide-active, .oom-video-slider .swiper-slide.swiper-slide-duplicate-prev{
	padding: 30px;
}
@media(min-width: 1024.98px){
	.oom-video-slider{
		position: relative;
	}
	.oom-video-slider .elementor-swiper-button.elementor-swiper-button-next {
		position: absolute;
		right: -10%!important; 
	}
	.oom-video-slider .elementor-swiper-button.elementor-swiper-button-prev {
		position: absolute;
		left: -10%!important; 
	}
}



/* Programs - End */

.smallGallerySwiper .swiper-slide-active {
    opacity: 1;
}
.smallGallerySwiper .swiper-slide {
    opacity: 0.6;
}


/* Read More Button */
.oom-paragraph p {
    overflow: hidden;
    max-height: 12rem;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 30px;
}
.oom-paragraph p.expanded {
    max-height: unset;
    -webkit-line-clamp: unset;
}

button.read-more-button:hover {
    color: #f9c95b;
    background: transparent;
}
button.read-more-button {
    border: none;
    padding: 0;
    color: black;
    outline: 0;
    background: transparent;
	z-index:99;
}


/* Popup */
.oom-popup-gallery img.swiper-slide-image {
    margin-bottom: -10px;
}

.oom-popup-gallery i {
    background: white;
    border-radius: 50%;
    padding: 5px;
}

/* FB Free Trial Classes */
a.animate.oom_totop i {
    font-family: 'FontAwesome';
}
.oom-fb-free-trial-classes a.oom-program-button {
    display: none;
}

/* Mobile Tabs */
.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: flex!important;
}

.e-n-tabs .e-n-tabs-content .e-n-tab-title {
	display: none!important;
}

.e-n-tabs-heading button {
    margin-top: 0px!important;
	margin-bottom: 0px!important;
}