/* 
Theme Name: Hello Elementor Child (DLP & Website)
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: 1.4.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_ss
*/

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

html, body {
    overflow-x: hidden;
}


.Futura-PT {
	font-family: 'futura-pt', sans-serif;
}

h1, h2 {
	font-family: 'futura-pt', sans-serif;
}

.oom-search-icon svg {
	cursor: pointer!important;
}

#global-footer .logo-white {
	filter: brightness(0) invert(1);
}


#spolight-carousel .spolight-carousel .swiper-pagination-bullet {
	opacity: 1;
	background: #A1A1A1;
}

#spolight-carousel .spolight-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #434343;
}


/** Multistep Form **/
#oom-multi-step-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#oom-multi-step-form h3.question {
	font-family: 'futura', sans-serif;
	text-align: center;	
	margin-bottom: 40px;
}

#oom-multi-step-form .oom-multi-step-form--questions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

#oom-multi-step-form .oom-multi-step-form--question-1-questions {
	width: 500px;
}

#oom-multi-step-form .oom-multi-step-form--question-2-questions {
	width: 900px;
}

#oom-multi-step-form .oom-multi-step-form--question-3-questions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#oom-multi-step-form .oom-multi-step-form--question {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#oom-multi-step-form .oom-multi-step-form--question-2-question.oom-multi-step-form--question {
	flex-basis: 25%;
}

#oom-multi-step-form .oom-multi-step-form--question .question-1-question-item {
	transform: none;
	position: relative;
	cursor: pointer;
	display: flex;
	transition: all;
	transition-duration: 0.1s;
	box-shadow: none;
	background: #FFFFFF;
	padding: 5px 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #eaeaeb;
	border-radius: 5px;
	flex-direction: row;
	justify-content: unset;
	align-items: center;
}

#oom-multi-step-form .oom-multi-step-form--question .question-1-question-item:hover {
	color: #FFFFFF;
	border-color: #E12229;
	background: #E12229;
}

#oom-multi-step-form .oom-multi-step-form--question .question-1-question-item h4 {
	font-weight: 500;
	margin:0px;
	font-size: 16px;
}



#oom-multi-step-form .question-2-question-item.question-item {
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
	flex-direction: column;
	overflow: hidden;
	justify-content: initial;
	transition: all;
	transition-duration: 0.1s;
	box-shadow: none;
	border-width: 3px;
	border-style: solid;
	border-color: #EAEAEB;
	border-radius: 15px;
	background: #FFFFFF;
}

#oom-multi-step-form .question-item .image-container {
	display: flex;
}

#oom-multi-step-form .question-item .image-container img {
	height: 180px;
    object-fit: cover;
}

#oom-multi-step-form .question-item .label-container {
	padding: 15px 0;
	font-weight: 500;
}

#oom-multi-step-form .question-item.selected {
	border: solid 2px #E12229;
}

#oom-multi-step-form .step-input-field {
	box-shadow: none;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.03);
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	background: rgba(0, 0, 0, 0.03);
	transition-duration: 0.1s;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	border-right: 1px solid rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	border-left: 1px solid rgba(0, 0, 0, 0.03);
}

#oom-multi-step-form--question-buttons {
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	gap: 10px;
	margin-top: 40px;
	width: 600px;
}

#oom-multi-step-form--question-buttons .oom-multi-step-form--question-button,
.oom-multi-step-form--question-button.submit {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	transition-duration: 0.2s;
	border-width: 1px;
	border-style: solid;
	border-radius: 7.5px;
	transform: none;
	box-shadow: unset;
	border-color: transparent;
}

#oom-multi-step-form--question-buttons .oom-multi-step-form--question-button.back {
	width: 30%;
	color: #000000;
	background: #FFFFFF;
}

#oom-multi-step-form--question-buttons .oom-multi-step-form--question-button.continue {
	width: 70%;
	color: #FFFFFF;
	background: #000000;
}

.oom-multi-step-form--question-button.submit {
	width: 100%;
	color: #FFFFFF;
	background: #E12229;
}

#oom-multi-step-form--question-3,
#oom-multi-step-form--question-4 {
	width: 100%;
	max-width: 800px;
}

.oom-multi-step-form--question-3-question.oom-multi-step-form--question,
.oom-multi-step-form--question-4-question.oom-multi-step-form--question {
	width: 100%;
}


.oom-multi-step-form--question-4-question.i-agree,
#oom-multi-step-form .oom-multi-step-form--question.i-agree {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 10px;
}

.oom-multi-step-form--question-4-question.i-agree label {
	line-height: 24px;
}

.oom-multi-step-form--question-4-question.i-agree label a {
	color: #E12229;
}

#oom-multi-step-form--response p.error {
	font-weight: bold;
	color: red;
}


#oom-multi-step-form--response li.error strong {
	font-weight: bold;
	color: red;
}


#oom-multi-step-form--response p.success,
#oom-multi-step-form--response li.success {
	font-weight: bold;
	color: green;
}


/** Elementor Container **/
.oom-elementor.e-parent {
	width: 90%;
	margin: 0px auto;
}

#global-footer .top,
.oom-elementor-full-width.e-parent .e-con-boxed {
	width: 90%;
	margin: 0px auto;
}

.oom-elementor-full-width.e-parent {
	width: 100%;
	margin: 0px auto;
}

.oom-elementor.e-parent .e-con-inner > .e-con-inner {
  	width: 100%;
}

.e-loop-item .e-parent .e-con-inner {
	width: 100%;
}

/** 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;
}

/** Swiper Style **/
#oom-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

#oom-hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

/** Hide Default Arrows **/
.swiper-button-next i {
    color: #ffffff;
}

.swiper-button-next i:hover {
    color: #ffffff;
}

.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;
}



/** 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;
}


/** 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_25 {
    float: left;
    width: 25%;
}

.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;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/** 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) {
	/** Elementor Container **/
	.oom-elementor.e-parent {
		width: 100%;
		margin: 0px auto;
	}

	#global-footer .top,
	.oom-elementor-full-width.e-parent .e-con-boxed {
		width: 100%;
		margin: 0px auto;
	}

	
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	 
	 .deputy-content-box{
		height:auto !important;
	}
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {
	
	
	#oom-multi-step-form .oom-multi-step-form--question-1-questions {
		width: 100%;
	}
	
	#oom-multi-step-form .oom-multi-step-form--question-2-questions {
		width: 100%;
	}
	
	#oom-multi-step-form--question-4 .oom-multi-step-form--questions {
		width: 90%;
		margin: auto;
	}
	
    .oom-modal-content {
        width: 80%;
    }
	
	#subject-content-title h4, 
	#english-programme-title h3, 
	#science-programme-title h3,
	#math-programme-title h3,
	#preschool-classes-title h3{
		
		line-height:20px !important;

	}
	
	.subject-content-tab .e-n-tab-title {
		padding: 5px 15px !important;
	}
	
	


}


@media (max-width: 480px) {

	.oom-modal-content {
        width: 90%;
    }
	
	.theme-language-tab .e-n-tab-title {
		max-width: 100%;
	}
	
	#oom-multi-step-form .oom-multi-step-form--question-2-questions {
		width: 100%;
	}
	
	#oom-multi-step-form .question-2-question-item.question-item {
		padding: 10px !important;
	}
	
	#oom-multi-step-form--question-buttons {
		width:290px !important;
	}
	
	#oom-multi-step-form--question-buttons .oom-multi-step-form--question-button.back {
		gap: 5px !important;
	}
	

	

	
}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}



@media (max-width: 320px) {
	
}

