/**
* 
* Custom CSS
* OOm_Bob
* 
**/

/* Header - Start */
span.sub-arrow {
	display: none!important;
}

/* Header - End */

/* Footer - Start */
.oom-useful-menu ul {
	column-count: 2;
}
.oom-to-top a {
	background: #FF6108 0% 0% no-repeat padding-box;
	border-radius: 20px 20px 0px 0px;
	opacity: 1;
	width: 60px;
	height: 46px;
	padding-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.oom-messenger a {
	background: #00CEE1 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #2C2C2C33;
	border-radius: 50%;
	opacity: 1;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Footer - End */

/* Home Page - Start */
.oom-gallery-carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px!important;
	border-radius: 10px!important;
}

.oom-core-accordion summary.e-n-accordion-item-title::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.oom-core-accordion summary.e-n-accordion-item-title {
	position: relative;
	padding-left: 34px !important;
}
#oom-core-one .e-n-accordion-item-title-text, #oom-core-one .e-n-accordion-item-title-icon svg {
	color: #5BA9B9;
	fill: #5BA9B9;
}
#oom-core-one summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-one.svg);
}
#oom-core-two .e-n-accordion-item-title-text, #oom-core-two .e-n-accordion-item-title-icon svg {
	color: #4A9544;
	fill: #4A9544;
}
#oom-core-two summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-two.svg);
}
#oom-core-three .e-n-accordion-item-title-text, #oom-core-three .e-n-accordion-item-title-icon svg {
	color: #C89A43;
	fill: #C89A43;
}
#oom-core-three summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-three.svg);
}
#oom-core-four .e-n-accordion-item-title-text, #oom-core-four .e-n-accordion-item-title-icon svg {
	color: #D45C26;
	fill: #D45C26;
}
#oom-core-four summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-four.svg);
}
#oom-core-five .e-n-accordion-item-title-text, #oom-core-five .e-n-accordion-item-title-icon svg {
	color: #CA2325;
	fill: #CA2325;
}
#oom-core-five summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-five.svg);
}
#oom-core-six .e-n-accordion-item-title-text, #oom-core-six .e-n-accordion-item-title-icon svg {
	color: #CD398B;
	fill: #CD398B;
}
#oom-core-six summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-six.svg);
}
#oom-core-seven .e-n-accordion-item-title-text, #oom-core-seven .e-n-accordion-item-title-icon svg {
	color: #7320A5;
	fill: #7320A5;
}
#oom-core-seven summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-seven.svg);
}
#oom-core-eight .e-n-accordion-item-title-text, #oom-core-eight .e-n-accordion-item-title-icon svg {
	color: #468DD5;
	fill: #468DD5;
}
#oom-core-eight summary.e-n-accordion-item-title::before {
	background: url(/wp-content/uploads/2024/05/oom-core-eight.svg);
}

.oom-media-carousel figure.swiper-slide-inner img {
	max-height: 50px;
	object-fit: contain;
}
.oom-media-carousel .elementor-swiper-button.elementor-swiper-button-prev:before,
.oom-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev:before {
	content: "";
	background: url(/wp-content/uploads/2024/05/Left-Arrow.png);
	height: 50px;
	width: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}
.oom-media-carousel .elementor-swiper-button.elementor-swiper-button-prev svg, 
.oom-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	display: none;
}
.oom-media-carousel .elementor-swiper-button.elementor-swiper-button-next:before,
.oom-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next:before{
	content: "";
	background: url(/wp-content/uploads/2024/05/Right-Arrow.png);
	height: 50px;
	width: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}
.oom-media-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.oom-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next svg {
	display: none;
}

}

/* Home Page - End */

/* About Us - Start */
.oom-core-value-box .elementor-icon-box-icon svg {
	max-height: 46px;
}
.oom-team-loop-image-box .oom-team-loop-image-second{
	display: none;
	opacity: 0;
}
.oom-team-loop-image-box:hover .oom-team-loop-image-second{
	display: block;
	opacity: 1;
}
.oom-team-loop-image-box .oom-team-loop-image-main{
	display: block;
	opacity: 1;
}
.oom-team-loop-image-box:hover .oom-team-loop-image-main{
	display: none;
	opacity: 0;
}
img.oom-national-flag {
	width: 48px;
	height: 24px;
	object-fit: contain;
}
.oom-team-member-popup-button {
	padding: 0px;
	border: none;
	outline: 0;
	letter-spacing: 0px;
	color: #FF6108;
	opacity: 1;
	text-decoration: underline;
	font-size: 16px;
}
.oom-team-member-popup-button:hover{
	padding: 0px;
	border: none;
	outline: 0;
	letter-spacing: 0px;
	color: #FF6108;
	opacity: 1;
	text-decoration: underline;
	font-size: 16px;
	background: none;
}
img.oom-media-image {
	max-height: 30px;
	object-fit: contain;
}
.oom-insight-loop-title .elementor-heading-title {
	min-height: 50px;
}
@media(min-width: 767px){
	.oom-academic-tabs .e-n-tabs-heading {
		background: #ffe8db;
		max-width: 480px;
		border-radius: 60px;
		padding: 6px;
	}
	.oom-academic-tabs .e-n-tabs.e-activated {
		display: flex;
		align-items: flex-end;
	}
	.oom-academic-tabs .e-n-tabs-content {
		width: 100%;
	}
}


/* About Us - End */

/* Admissions - Start */
.oom-enrol-list li.elementor-icon-list-item.elementor-inline-item {
	background: #FF6108;
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 80px;
	color: white;
}
@media(max-width: 1024px){
	.oom-enrol-list li.elementor-icon-list-item.elementor-inline-item {
		padding: 10px 20px;
		border-radius: 60px;    
		margin-bottom: 10px;
	}
}
@media(max-width: 1024px){
	.oom-enrol-list li.elementor-icon-list-item.elementor-inline-item {
		padding: 5px 15px;
		border-radius: 30px;
	}
}

/* Admissions - End */


/* School Life - Start */

@media(min-width: 767px){
	.oom-school-life-tabs .e-n-tabs-heading {
		background: #ffe8db;
		max-width: 480px;
		border-radius: 60px;
		padding: 6px;
	}
	.oom-school-life-tabs .e-n-tabs.e-activated {
		display: flex;
		align-items: center;
	}
	.oom-school-life-tabs .e-n-tabs-content {
		width: 100%;
	}
}
/* School Life - End */

/* Archive - Start */
.oom-archive .page-numbers.next{
	font-size: 0;
	position: relative;
	background: none!important;
	padding: 0px!important;
	border-radius: 0px!important;
	box-shadow: none !important;
}
.oom-archive .page-numbers.next::before {
	content: "";
	background: url(/wp-content/uploads/2024/05/Right-Arrow.png);
	height: 45px !important;
	width: 60px !important;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
}
.oom-archive .page-numbers.prev{
	font-size: 0;
	position: relative;
	background: none!important;
	padding: 0px!important;
	border-radius: 0px!important;
	box-shadow: none !important;
}
.oom-archive .page-numbers.prev::before {
	content: "";
	background: url(/wp-content/uploads/2024/05/Left-Arrow.png);
	height: 45px !important;
	width: 60px !important;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
}
.oom-archive nav.elementor-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.oom-archive nav.elementor-pagination .page-numbers {
	background: #FFE8DB 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #2C2C2C33;
	border-radius: 45px;
	padding: 1px 20px;
}
.oom-archive nav.elementor-pagination .page-numbers.current, .oom-archive nav.elementor-pagination .page-numbers:hover {
	background: #FF6108 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #2C2C2C33;
	border-radius: 45px;
	padding: 1px 20px;
}
/* Archive - End */

/* Sustainablity - Start */
/* @media(max-width: 767px){ */
.oom-greenstep-image-box .elementor-image-box-wrapper {
	display: flex!important;
	flex-direction: row-reverse!important;
	align-content: center!important;
	align-items: center!important;
}
/* } */


/* Sustainability - End */

/* Curriculum - Start */
.oom-subject-loop-container .oom-subject-loop-overlay{
	opacity: 0!important;
	transition: 0.3s;
	cursor: pointer;
}
.oom-subject-loop-container:hover .oom-subject-loop-overlay{
	opacity: 1!important;
	transition: 0.3s;
}

/* Curriculum - End */


/* Contact Form - Start */

.oom-contact-form .oom-custom-container {
	width: 50%;
}
@media(max-width:767.98px){
	.oom-contact-form .oom-custom-container {
		width: 100%;
	}
}


/* Contact Form - End */


/* Custom Modal Box - Start */
/* Add these styles to your existing CSS */

/* The Modal (background) */
.oom-team-member-popup-button {
	border: none!important;
	padding: 0px !important;
	min-height: auto !important;
	height: auto !important;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	/*   background-color: #fefefe; */
	margin: 15% auto; /* 15% from the top and centered */
	/*   padding: 20px; */
	/*   border: 1px solid #888; */
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 1140px;
}

/* The Close Button */
.close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	cursor: pointer;
}

.close-button:hover,
.close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.oom-custom-modal-box {
	display: flex;
	column-gap: 30px;
	row-gap: 30px;
}
.oom-custom-modal-image-box {
	width: 30%;
}
.oom-custom-modal-description-box {
	width: 70%;
}
.oom-custom-modal-image-box img {
	border-radius: 60px 240px 60px 60px;
	/* height: 397px; */
	/* width: 340px; */
	object-fit: cover;
}
.oom-custom-modal-sub-heading {
	color: #FF6108;
	font-size: 20px;
	font-weight: bold;
}
.oom-custom-modal-heading {
	font-size: 32px;
	color: #2c2c2c;
	font-weight: 700;
}
.oom-custom-img{
	margin-bottom: 20px;
}
span.close-button img {
	width: 14px;
	height: 14px;
}
@media(max-width:1024px){
	.oom-custom-modal-heading {
		font-size: 24px;
	}
	.oom-custom-modal-sub-heading {
		font-size: 16px;
	}
}
@media(max-width:767.98px){
	.oom-custom-modal-box {
		display: flex;
		column-gap: 30px;
		row-gap: 20px;
		flex-direction: column;
	}
	.oom-custom-modal-image-box, .oom-custom-modal-description-box {
		width: 100%;
	}
}
.modal-center-box{
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
}
.modal-top-bg {
	margin-bottom: -20px;
}
.modal-bottom-bg{
	margin-top: -20px;
}
@media(max-width:767.98px){
	.modal-top-bg {
		margin-bottom: -10px;
	}
	.modal-bottom-bg{
		margin-top: -2px;
	}
}

.cambridge-curriculum-popup-button {
	width: 100%;
	height: 100%;
	background: 0px;
	border: none;
	opacity: 0;
}
.cambridge-curriculum-box {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 77px;
	padding-right: 77px;
	min-height: 400px;
	align-content: center;
}

.oom-subject-loop-container .oom-subject-loop-container-button img {
	opacity: 0;
	transition: 0.3s;
}
.oom-subject-loop-container:hover .oom-subject-loop-container-button img {
	opacity: 1;
	transition: 0.3s;
}
.accredition-popup-button, .accredition-popup-button:hover, .accredition-popup-button:focus {
	width: 100%;
	background: none;
	border: none;
	outline: 0;
}
.oom-accredition-image-box img {
	width: 100%;
	border-radius: 20px 100px 20px 20px;
}
.oom-accredition-description-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Custom Modal Box - End */


/* Holiday Camp - Start */
.oom-holiday-camp-tabs .e-n-tabs.e-activated:before {
	content: "";
	height: 15px;
	width: 15px;
	background: #1c2d65;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
.oom-holiday-camp-tabs .e-n-tabs.e-activated:after {
	content: "";
	height: 15px;
	width: 15px;
	background: #1c2d65;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	right: 0;
}
.oom-holiday-camp-tabs .e-n-tabs.e-activated {
	position: relative;
}

.oom-holiday-camp-tabs .e-n-tabs-heading{
	position: relative;
}
.oom-holiday-camp-tabs .e-n-tabs-heading::before {
	content: "";
	width: 100%;
	background: #1c2d65;
	height: 2px;
	display: block;
	position: absolute;
	top: 19px;
}

.oom-holiday-camp-tabs .e-n-tab-title[aria-selected="true"]:after {
	content: "";
	background: #f9f9f9;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: rotate(45deg);
	bottom: -16px;
}
.oom-holiday-camp-tabs .e-n-tab-title {
	position: relative;
	padding-bottom: 40px !important;
}

.oom-detail-box{
	overflow: hidden;
}
.oom-detail-box-content {
	top: 100%;
	transition: 0.5s;
	opacity: 0;
}

.oom-detail-box:hover .oom-detail-box-content{
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	opacity: 1;
}

.oom-detail-box:focus .oom-detail-box-content{
	top: 200%;
	transition: 0.5s;
}
.oom-camp-button{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
}
.oom-camp-image:hover img{
	filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
#elementor-editor-wrapper .oom-camp-image .oom-camp-button { display: block; }
.oom-camp-image .oom-camp-button { display: none; } .oom-camp-image:hover .oom-camp-button { display: block; }

@media(max-width:1024.98px){
	.oom-holiday-camp-tabs .e-n-tabs-heading::before {
		top: 12px;
	}
	.oom-holiday-camp-tabs .e-n-tabs.e-activated:before,
	.oom-holiday-camp-tabs .e-n-tabs.e-activated:after {
		height: 12px;
		width: 12px;
		top: 7px;
	}
}

@media(max-width:767.98px){
	.oom-holiday-camp-tabs .e-n-tabs-heading::before {
		top: 10px;
	}
	.oom-holiday-camp-tabs .e-n-tabs.e-activated:before,
	.oom-holiday-camp-tabs .e-n-tabs.e-activated:after {
		top: 5px;
	}

	.cambridge-curriculum-box {
		padding: 20px;
	}
}
.oom-holiday-camps .elementor-main-swiper .swiper-slide {
	border-radius: 30px;
}

.oom-holiday-camps .elementor-thumbnails-swiper .swiper-slide, .oom-holiday-camps .elementor-thumbnails-swiper .swiper-slide img {
	border-radius: 10px;
	min-height: 100px;
	height: 100px;
}

/* Holiday Camp - End  */


/* Amendments */
@media(min-width:991px){
	.oom-home-contact-form .elementor-field-type-recaptcha_v3, .oom-home-contact-form .elementor-field-type-submit {
		max-width: 50%;
	}
}


