/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1722215081
Updated: 2024-07-29 01:04:41
*/

@font-face {
    font-family: 'BebasNeuePro-Regular';
    src: url('/wp-content/themes/hello-elementor-child/fonts/BebasNeuePro-Regular.eot');
    src: local('BebasNeuePro-Regular Regular'), local('BebasNeuePro-Regular'),
        url('/wp-content/themes/hello-elementor-child/fonts/BebasNeuePro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-elementor-child/fonts/BebasNeuePro-Regular.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/BebasNeuePro-Regular.woff') format('woff'),
        url('/wp-content/themes/hello-elementor-child/fonts/BebasNeuePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.page-id-3614 h1, .page-id-3614 h2, .page-id-3614 h3,
.page-id-3614 h4, .page-id-3614 h5, .page-id-3614 h6,
.page-id-3614 a, .page-id-3614 span, .page-id-3614 div,
.page-id-3629 h1, .page-id-3629 h2, .page-id-3629 h3,
.page-id-3629 h4, .page-id-3629 h5, .page-id-3629 h6,
.page-id-3629 a, .page-id-3629 span, .page-id-3629 div {
    font-family: "BebasNeuePro-Regular" !important;
    letter-spacing: 1px;
}

/* Our Services */
html {
  scroll-behavior: smooth;
}
.hztl-scrl {
    position: relative;
    overflow: hidden;
}
.background-container-slide {
    top: unset !important;
    bottom: 0 !important;
}
/* Line Animation */
/* Test CSS */
/* .container {
	position: relative;
	width: 100%;
	height: 200vh;
	background: #246494; 
}
.content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
} */
.line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 0;
	background: #fff;
	transform: translateX(-50%);
	transition: height 0.5s ease, width 0.5s ease;
}
/* .expanded {
	height: 100%;
	width: 100vw;
}
.text-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	opacity: 0;
} */
/* Test CSS */

.items-menu li.menu-item{
    border-bottom: 1px solid #fff;
}
.items-menu li.menu-item:hover{
    border-bottom: 1px solid #FB6058;
}
.main-header .header-help-btn .elementor-button {
    height: 60px;
    display: flex;
    align-items: center;
}
.main-header .header-help-btn .elementor-button .e-far-question-circle {
    height: 20px;
    width: 20px;
}
.main-header .header-help-btn .elementor-button-content-wrapper {
    align-items: center;
}
.main-header .header-help-btn .elementor-button-icon {
    display: flex;
}
.header-custom-buger-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon:before {
    content: '';
    background: url('/wp-content/uploads/2024/07/switcher-icon-hp.png');
    width: 40px;
    height: 40px;
    background-size: contain;
    display: flex;
}
.header-custom-buger-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
    display: none;
}
#masthead .main-header.fixed {
    position: fixed;
    top: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.logo-carousel-section .swiper-wrapper {
    transition-timing-function: linear !important;
}
.logo-carousel-section .swiper-slide {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E7E7E7;
    border-radius: 10px 10px 10px 10px;
    padding: 32px 0;
}
.tilt-on-hover img:hover {
    transform: rotate(-4deg);
}

/* Home side scroll */
.home-steps-section .home-steps-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.home-steps-section .home-steps-card {
    width: 100%;
}
.steps-main-wrap .home-steps-section {
    position: absolute;
    top: 0px;
}
.steps-main-wrap .home-steps-section::-webkit-scrollbar {
    display: none;
}
/* --------------------------------------------- 
.home-steps-section {
    max-width: 100vh !important;
    height: 100vw !important;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100vh);
    overflow-x: hidden;
    overflow-y: scroll;
    align-items: flex-start;
    height: calc(100vw - 2%) !important; /* Added this to prevent side scrolling 
}
.home-steps-section .home-steps-inner {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100vh);
}
.home-steps-section .home-steps-card {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-size: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.steps-main-wrap {
    position: relative;
    height: auto;
    min-height: 820px;
}
.steps-main-wrap .home-steps-section {
    position: absolute;
    top: 0px;
}
.steps-main-wrap .home-steps-section::-webkit-scrollbar {
    display: none;
}
/* New side scroll custom code 
.home-steps-section .home-steps-card {
    width: 1000px !important;
    height: 600px;
}
 ------------------------------------------------------- */
/* -----new-------- */
.home-steps-section {
    max-width: 100vh !important;
    height: 100vw !important;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100vh);
    overflow-x: hidden;
    overflow-y: scroll;
    align-items: flex-start;
    height: calc(100vw - 3%) !important; /* Adjusted to prevent side scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.home-steps-section::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.home-steps-section .home-steps-inner {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100vh);
}

.home-steps-section .home-steps-card {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-size: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.steps-main-wrap {
    position: relative;
    height: auto;
    min-height: 820px;
}

.steps-main-wrap .home-steps-section {
    position: absolute;
    top: 0px;
}

/* Custom styles for horizontal scrolling cards */
.home-steps-section .home-steps-card {
    width: 1000px !important;
    height: 600px;
}

/* -----new-------- */
.home-steps-section .home-steps-card:first-child {
    width: 600px !important;
}

/* Home above footer form */
.home-above-footer-form .wpcf7-form .form-fields-group {
    display: flex;
    gap: 10px;
}
.home-above-footer-form .wpcf7-form .wpcf7-submit {
    margin-top: 0px;
}
.home-above-footer-form .wpcf7-form .wpcf7-response-output {
    margin-top: 15px;
    color: #fff;
}

/* Video JS custom styles */
.students-video-wrap .video-js {
    width: 100%;
    height: 100%;
    aspect-ratio: 0.5625;
}
.students-video-wrap .video-js video {
    aspect-ratio: 0.5625;
    object-fit: cover;
    border-radius: 20px;
}
.students-video-wrap .video-js .vjs-big-play-button {
    border-radius: 2px;
    background-color: #246494;
    border: none;
}
.students-video-wrap .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 45px;
}
.students-video-wrap .video-js .vjs-control-bar {
    background-color: #246494;
    border-radius: 0 0 20px 20px !important;
    overflow: hidden !important;
}
.students-video-wrap .video-js {
    background-color: #0000;
}
.students-video-wrap .video-js .vjs-control-bar .vjs-control:hover,
.students-video-wrap .video-js .vjs-control-bar .vjs-control:focus {
    background-color: #4d89b5;
}

/* Footer */
.footer-bottom ul{
    display: flex;
    gap: 30px;
    position: relative;
}
.footer-bottom li{
    list-style: none;
    font-size: 12px;
    position: relative;
	color: #000;
}
.footer-bottom li a{
	color: #000;
}
.footer-bottom li:not(:last-child):after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -18px;
}
.email-link a{
	color: #000 !important;
}
.footer-main .elementor-share-btn__icon{
	justify-content: flex-start !important;
}
.testimonial-posts-wrap-inner {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.testimonial-post {
    width: 23%;
    background-color:#246494b3;
    padding: 25px;
    border-radius: 60px;
	height: 555px;
    max-height: 100%;
}
.testimonial-image {
    margin-bottom: 60px;
}
.testimonial-post img {
    width: 76.5px;
    height: 76.5px;
    object-fit: cover;
    border-radius: 50%
}
.testimonial-content p{
    color: #fff;
    font-size: 21px;
    margin-bottom: 40px;
}

h1.testimonial-name {
    font-size: 20px;
}
.testimonial-post.odd-count {
    margin-top: 50px;
}

.pulse.hearticon {
    color: #E93A5E;
    animation: pulse 1s infinite;
}
.home-video .elementor-video {
    border-radius: 8px;
    box-shadow: 0px 5px 14px rgba(29, 55, 107, 0.15);
}
.tutors-wrap-main{
    width: 100%;
}
.tutors-main-wrap ul.slick-dots {
    display: flex;
    top: -45px;
    justify-content: center;
    flex-wrap: wrap;
    height: fit-content;
    row-gap: 28px;
}
.tutors-main-wrap .slick-dots li{
    width: fit-content;
}
.card-paging-num{
    display: none;
}
.card-paging-title{
    border: 1px solid;
    padding: 7px 17px;
    border-radius: 20px;
}
.slick-active .card-paging-title{
    color: #e20072;
    border-color: #e20072;
}

/* Loader animations */
body .loader-main-wrapper {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    animation: loaderBgChange 2s ease;
    z-index: 999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    padding-bottom: 50px;
}
.loader-main-wrapper.hideLoader {
    transform: translateY(-100%);
    opacity: 0;
}
.loader-main-wrapper .loader-content-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 1s ease;
    position: relative;
    width: 100%;
    min-width: 500px;
}
.loader-main-wrapper .beside-logo-text {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-top: 5px;
}
.loader-main-wrapper .loader-wrapper-inner {
    display: flex;
}
.loader-main-wrapper .loader-wrapper-inner img {
    animation: logoFadeIn 2s ease;
    width: 100%;
    max-width: 320px;
    object-fit: contain;
}

@keyframes loaderBgChange {
    0%   {background-color: #fff;}
    50%  {background-color: #246494;}
    100% {background-color: #fff;}
}
@keyframes logoFadeIn {
    0%   {
        transform: scale(3);
        opacity: 0;
    }
    50% {
        filter: brightness(0) grayscale(1) invert(1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: unset;
    }
}

/* Loader moving logo to show text */
.loader-main-wrapper .loader-beside-logo-text-wrapper {
    opacity: 0;
    transform: translateX(-120%);
}
.loader-main-wrapper.animateLogoAndText .loader-beside-logo-text-wrapper {
    animation: showLoaderTextBesideLogo 2s ease;
    opacity: 1;
    transform: translateX(0%);
}
.loader-main-wrapper .loader-logo-wrapper {
    transform: translateX(65%);
}
.loader-main-wrapper.animateLogoAndText .loader-logo-wrapper {
    animation: showLoaderLogos 2s ease;
    transform: translateX(0%);
}
@keyframes showLoaderTextBesideLogo {
    0%   {
        opacity: 0;
        transform: translateX(-120%);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes showLoaderLogos {
    0%   {
        transform: translateX(65%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Loader Large Tablet Responsive (1024-922px) */
@keyframes showLoaderTextBesideLogoLargeTabletResponsive {
    0%   {
        opacity: 0;
        transform: translateX(-120%);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes showLoaderLogosLargeTabletResponsive {
    0%   {
        transform: translateX(65%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Loader Small Tablet Responsive (921-768px) */
@keyframes showLoaderTextBesideLogoSmallTabletResponsive {
    0%   {
        opacity: 0;
        transform: translateX(-120%);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes showLoaderLogosSmallTabletResponsive {
    0%   {
        transform: translateX(80%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Loader Mobile Responsive */
@keyframes showLoaderTextBesideLogoMobileResponsive {
    0%   {
        opacity: 0;
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes showLoaderTextBesideLogosMobileResponsive {
    0%   {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(0%);
    }
}

/* Home stats section / Chart JS custom styles */
.a-team-stats-section .chart-js-wrapper {
    display: flex;
    justify-content: center;
}
.a-team-stats-section .chart-js-wrapper.a-levels-chart-wrap {
    height: 450px;
}
.univ-courses-tiles .elementor-counter-title {
    text-align: center;
}

/* Home Partners logo carousel */
.partnerships-carousel-wrap .swiper-slide-inner {
    padding: 10px;
}
.partnerships-carousel-wrap .swiper-slide-inner .swiper-slide-image {
    height: 85px;
    object-fit: contain;
}
/* why page */
.slide-template .carousel-arrow{
    bottom: -40px !important;
    top: unset !important;
}
.cs-slides-items .item-wrapper{
    border-radius: 10px !important;
    margin: 10px;
}

/* Homeschooling page CSS */
.homeschool-accordion .elementor-accordion-item {
    padding-bottom: 32px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 8px;
}
.homeschool-accordion .elementor-tab-content {
    margin-top: 32px;
}
.homeschool-benefits-cards-wrap .homeschool-benefits-card {
    transition: all 0.3s ease;
    position: relative;
}
.homeschool-benefits-cards-wrap .homeschool-benefits-card .elementor-widget-text-editor a {
    color: #fff;
}
.homeschool-benefits-cards-wrap .homeschool-benefits-card .elementor-widget-text-editor {
    height: 0px;
    opacity: 0;
    transition: all 0.8s ease;
}
.homeschool-benefits-cards-wrap .homeschool-benefits-card:hover .elementor-widget-text-editor {
    height: auto;
    opacity: 1;
}
.homeschool-benefits-cards-wrap .homeschool-benefits-card .homeschool-benefits-card-content {
    transition: all 0.5s ease;
    transform: translateY(100%);
}
.homeschool-benefits-cards-wrap .homeschool-benefits-card:hover .homeschool-benefits-card-content {
    transform: translateY(0%);
}
.homeschool-programes-price-table .table-title {
/*     background: #1C5B83; */
	background: rgb(28,107,169) !important;
    background: linear-gradient(90deg, rgba(28,107,169,1) 12%, rgba(233,73,75,1) 100%) !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px 15px 0 0;
    border: none;
}
.homeschool-programes-price-table th {
    font-size: 18px;
}
.homeschool-programes-price-table td {
    font-size: 16px;
}
.homeschool-programes-price-table tbody,
.homeschool-programes-price-table tbody td,
.homeschool-programes-price-table tbody th {
    border-color: #eee !important;
}
.homeschool-programes-price-table tbody td:not(.table-title),
.homeschool-programes-price-table tbody th {
    width: 100%;
    max-width: 25%;
}
.homeschool-programes-price-table tbody td:not(.table-title):first-child,
.homeschool-programes-price-table tbody th:first-child {
    width: 100%;
    max-width: 50%;
}

/* Tuition Fees/Prices page */
.homeschool-programes-price-table.exam-tuition-fees-table tbody th,
.homeschool-programes-price-table.exam-tuition-fees-table tbody td {
    width: 100%;
    max-width: 20% !important;
}
.homeschool-programes-price-table.exam-tuition-fees-table.col-6 tbody th,
.homeschool-programes-price-table.exam-tuition-fees-table.col-6 tbody td {
    width: 100%;
    max-width: 16.67% !important;
}
.homeschool-programes-price-table.exam-tuition-fees-table.col-3 tbody th,
.homeschool-programes-price-table.exam-tuition-fees-table.col-3 tbody td {
    width: 100%;
    max-width: 33.33% !important;
}
.homeschool-programes-price-table tr.blue {
    background-color: #e0f1f9;
}

.homeschool-programes-price-table tr.red {
    background-color: #ffd8dd;
}
.a-team-pricing-table .e-fas-circle {
    font-size: 5px;
    fill: #000 !important;
}
.a-team-pricing-table .elementor-price-table__original-price {
    order: 2;
    display: block;
    width: 100%;
    margin: 10px 0 0;
}
.a-team-pricing-table .elementor-price-table__price {
    flex-wrap: wrap;
}
.a-team-pricing-table .elementor-price-table__original-price .elementor-price-table__currency {
    color: #FD0000 !important;
}
.page-id-2920 .sticky-footer-main-wrapper {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgba(28,107,169,1) 12%, rgba(233,73,75,1) 100%);
    z-index: 99;
}
.sticky-footer-main-wrapper .sticky-footer-text {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
}
.sticky-footer-main-wrapper .sticky-footer-inner-wrap {
    display: flex;
    justify-content: center;
}

/* below area tutors page */
.tutors-wrap {
   background:url(/wp-content/uploads/2024/07/tab-slider-background.svg) no-repeat,#26134d;
   background-size: cover;
   background-position: top;
   padding-left: 55px;
   border-radius: 10px;
   position: relative;
   margin-top: 50px;
   margin-left: 10px;
   margin-right: 10px;
}
.tutors-content-warp {
    display: flex;
    flex-direction: row;
}
.tutors-content-warp .col-9 {
    width:65%;
}
.tutors-content-warp .col-3 {
    width:35%;
	display: flex;
	align-items: flex-end;
}
.card-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 20px;
}
.card-bullets-text ul{
    padding: 0;
}
.card-bullets-text li{
    color: #fff;
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
	display: flex;
}
.card-bullets-text img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 10px;
}
img.image-big {
    margin-top: -60px;
	object-fit: contain;
}
.tutors-content-warp .col-9{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.contents-below {
    padding-right: 0;
    display: flex;
    background: linear-gradient(137deg, #ffffff26 29.96%, #fff0 64.52%);
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 30px;
    border-top-left-radius: 20px;
	max-width: 630px;
	margin-top: 80px;
}
img.qoute {
    margin-top: 4px;
    margin-right: 20px;
    display: block;
}

.contents-below .col-10 {
    padding-left: 20px
}

.content-text p {
    color: #fff;
    font-size: 16px;
	margin-bottom: 25px;
}
.image-position {
    display: flex;
}

img.img-small {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

.position-designation h4{
    margin:0;
    font-size: 14px;
    color: #fff;
}
.position-designation h5{
     margin:0;
    font-size: 12px;
    color: #fff;
}
.position-designation {
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}
.content-position {
    display: flex;
}

img.logo-icon {
    width: 150px;
}
.tutors-wrap.slick-slide{
    opacity: 0.1;
}
.tutors-wrap.slick-slide.slick-active{
    opacity: 1;
}
.tutors-inner-wrapper{
	z-index: 2;
}
#find-out-more-wrap {
    background-color: #ffffff;
}
#find-out-more-wrap.active {
    background-color: #246494;
    transition: background-color 0.5s ease; /* Transition effect */
}
div#upper-animate-section.active,
div#upper-animate-section.active #content-wrap,
div#upper-animate-section.active #content-wrap h2{
    background-color: #246494;
    color: #ffffff;
    transition: background-color 0.5s ease; /* Transition effect */
}
#arrow-down-wrap .elementor-icon {
    position: relative;
}
#arrow-down-wrap .elementor-icon:before {
    content: '';
    width: 100%;
    background-color: #246494;
    position: absolute;
    z-index: 1;
    left: 0;
}
.tutors-inner-wrapper .slick-arrow {
    display: none !important;
}

/* exam centre page */
.faq-area .elementor-accordion-icon svg{
    border: 1px solid #1C5B83;
    font-size: 26px;
    border-radius: 100px;
}

.faq-area .elementor-accordion-item {
    border-bottom: 1px solid #1C5B83 !important;
}
/* Tuition Table */
.tuition-table .table-title {
    background-color: #1c5c83;
    color: #fff;
    font-size: 18px;
    text-align: left;
    border: 0;
    border-block-start-width: 0 !important;
}
.tuition-table .table-title:first-child {
    border-top-left-radius: 20px;
}
.tuition-table .table-title:last-child {
    border-top-right-radius: 20px;
}
.tuition-table tr:first-child td {
    background-color: #fff;
}
.tuition-table tr:nth-child(2) td {
    background-color: #dcd5dd;
}
.tuition-table tr:last-child td {
    background-color: #fed5d6;
}
.tuition-table tbody tr td {
    border: 0;
    color: #000;
    font-size: 16px;
}
.tuition-tabs .elementor-tabs-content-wrapper,
.tuition-tabs .elementor-tab-content,
.tuition-tabs .elementor-tab-title{
    border-width: 0 !important;
    border: 0 !important;
}
.tuition-tabs .inner-tabs .elementor-tabs-content-wrapper,
.tuition-tabs .elementor-tab-content,
.tuition-tabs .elementor-tab-title{
    border-width: unset !important;
    border: unset !important;
}
.tuition-tabs .elementor-tab-title.elementor-active:before,
.tuition-tabs .elementor-tab-title.elementor-active:after{
    display: none !important;
}
.tuition-tabs .elementor-tab-title{
    border: 2px solid #1c5c83 !important;
    margin: 0 20px;
    padding: 15px 30px;
    border-radius: 30px;
}
.tuition-tabs .inner-tabs .elementor-tab-title{
    border: 0 !important;
    margin: inherit;
    padding: inherit;
    border-radius: inherit;
}
.tuition-tabs .elementor-tab-title.elementor-active{
    background-color: #1c5c83;
}
.tuition-tabs .inner-tabs .elementor-tab-title.elementor-active{
    background-color: inherit !important;
}

/* Multiform Student Registration page */
.multiform-wrapper .premium-cf7-container h1, .multiform-wrapper .premium-cf7-container h2,
.multiform-wrapper .premium-cf7-container h3, .multiform-wrapper .premium-cf7-container h4,
.multiform-wrapper .premium-cf7-container h5, .multiform-wrapper .premium-cf7-container h6 {
    color: #fff;
}
.multiform-wrapper .premium-cf7-container .uacf7-multisetp-form {
    width: 100%;
    max-width: 1200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background: #246494;
    padding: 50px;
    border-radius: 12px;
}
.multiform-wrapper .premium-cf7-container .uacf7-steps.steps-form {
    background: #fff;
    border-radius: 30px;
    box-shadow: rgba(51, 69, 87, 0.08) 0px 10px 10px;
}
.multiform-wrapper .premium-cf7-container .steps-step,
.multiform-wrapper .premium-cf7-container .steps-step .btn {
    background-color: transparent !important;
    border: none !important;
}
.multiform-wrapper .premium-cf7-container .steps-step .btn {
    border: none;
    font-size: 16px !important;
    padding: 15px 10px !important;
}
.multiform-wrapper .premium-cf7-container .cstm-step-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}
.multiform-wrapper .premium-cf7-container .cstm-form-fields {
    width: 100%;
    max-width: 49%;
}
.multiform-wrapper .premium-cf7-container .uacf7-prev,
.multiform-wrapper .premium-cf7-container .uacf7-next {
    margin-top: 30px !important;
    color: #fff;
}
.multiform-wrapper .premium-cf7-container .uacf7-prev,
.multiform-wrapper .premium-cf7-container .uacf7-next,
.multiform-wrapper .cstm-yes-selected-multiple-children .table + input {
    border-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 200px;
}
.multiform-wrapper .premium-cf7-container .uacf7-steps.steps-form .steps-row {
    gap: 0px;
}
.multiform-wrapper .premium-cf7-container .steps-step .btn-circle.completed {
    background: rgb(28 107 169) !important;
    color: #fff;
}
.multiform-wrapper .premium-cf7-container .steps-step .uacf7-btn-active,
.multiform-wrapper .premium-cf7-container .steps-step .uacf7-btn-active.completed {
    border-radius: 0 30px 30px 0 !important;
    background: linear-gradient(90deg, rgba(28,107,169,1) 0%, rgba(233,73,75,1) 70%) !important;
}
.multiform-wrapper .premium-cf7-container .steps-step:first-child .btn {
    border-radius: 30px 0 0 30px;
}
.multiform-wrapper .premium-cf7-container .steps-step:first-child .uacf7-btn-active {
    border-radius: 30px !important;
    background: linear-gradient(90deg, rgba(28,107,169,1) 12%, rgba(233,73,75,1) 100%) !important;
}
.multiform-wrapper .premium-cf7-container .colg-3 {
    width: 100%;
    max-width: 49%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.multiform-wrapper .premium-cf7-container .colg-3 h1, .multiform-wrapper .premium-cf7-container .colg-3 h2,
.multiform-wrapper .premium-cf7-container .colg-3 h3, .multiform-wrapper .premium-cf7-container .colg-3 h4,
.multiform-wrapper .premium-cf7-container .colg-3 h5, .multiform-wrapper .premium-cf7-container .colg-3 h6 {
    width: 100%;
}
.multiform-wrapper .premium-cf7-container .colg-3 .cstm-form-fields {
    max-width: 48%;
}
.multiform-wrapper .premium-cf7-container .cstm-form-fields.w-full {
    max-width: 100%;
}
.multiform-wrapper .premium-cf7-container .cstm-form-fields .d-block {
    display: block;
}
.multiform-wrapper .cstm-form-fields #multi-children-repeater {
    overflow-x: scroll;
    padding-bottom: 15px;
}
.multiform-wrapper .premium-cf7-container .cstm-form-fields .table p {
    color: #fff;
}

/* Contact Page */
.contact-page-form .elementor-field-group-interestedLearningMoreAbout .elementor-field-option {
    flex-basis: 50%;
}
.contact-page-form .elementor-field-type-html {
    margin-top: 10px;
}
.contact-page-form .elementor-field-type-select select option {
    color: #000;
}

/* Home - New Font page (3614) & New Font and Color page (3629) */
.page-id-3614 .tutors-main-wrap .card-paging-title,
.page-id-3629 .tutors-main-wrap .card-paging-title {
    font-size: 20px;
}
.page-id-3614 .tutors-main-wrap .card-title,
.page-id-3629 .tutors-main-wrap .card-title {
    font-size: 45px;
}
.page-id-3614 .tutors-main-wrap .card-bullets-text li,
.page-id-3629 .tutors-main-wrap .card-bullets-text li {
    font-size: 20px;
}
.page-id-3614 .tutors-main-wrap .card-bullets-text img,
.page-id-3629 .tutors-main-wrap .card-bullets-text img {
    width: 20px;
    height: 20px;
}
.page-id-3614 .tutors-main-wrap .content-text p,
.page-id-3629 .tutors-main-wrap .content-text p {
    font-size: 20px;
}
.page-id-3614 .tutors-main-wrap .position-designation h4,
.page-id-3629 .tutors-main-wrap .position-designation h4 {
    font-size: 18px;
}
.page-id-3614 .tutors-main-wrap .position-designation h5,
.page-id-3629 .tutors-main-wrap .position-designation h5 {
    font-size: 16px;
}
.page-id-3614 .header-help-btn .elementor-button-text,
.page-id-3629 .header-help-btn .elementor-button-text {
    font-size: 20px;
    margin-left: 5px;
}
.page-id-3629 .tutors-main-wrap .tutors-wrap {
    background-size: cover !important;
    background-position: center !important;
}
.page-id-3629 .tutors-main-wrap .tutors-wrap:nth-child(odd) {
    background: url(/wp-content/uploads/2024/07/tab-slider-background.svg) no-repeat,#246494;
}
.page-id-3629 .tutors-main-wrap .tutors-wrap:nth-child(even) {
    background: url(/wp-content/uploads/2024/07/tab-slider-background.svg) no-repeat,#C44C54;
}
.page-id-3629 .pulse.hearticon {
    color: #fff;
}

/* Home Why A Team section */
.why-ateam-main-wrap .why-ateam-inner {
    display: flex;
    justify-content: center;
    gap: 200px;
    align-items: center;
}
.why-ateam-main-wrap .why-ateam-col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-ateam-main-wrap .why-item-inner {
    display: flex;
    align-items: center;
    text-align: center;
}
.why-ateam-main-wrap .img-wrapper img {
    height: 500px;
    object-fit: contain;
}
.why-ateam-main-wrap .why-item-wrap {
    margin: 25px 0;
    width: 100%;
    max-width: 350px;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(1), .why-ateam-main-wrap .why-item-wrap:nth-child(6) {
    margin-left: -100px;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(2), .why-ateam-main-wrap .why-item-wrap:nth-child(5) {
    margin-left: -50px;
}
.why-ateam-main-wrap .why-item-number {
    padding: 20px 30px;
    background: #EEEFF0;
    border-radius: 50px;
    font-size: 30px;
    margin: 0;
    position: relative;
    z-index: 99;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}
.why-ateam-main-wrap .col-right .why-ateam-col-inner {
    min-height: 600px;
}
.why-ateam-main-wrap .why-item-text {
    margin: 0px;
    margin-left: -30px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 20px;
    background: #F4F4F4;
    line-height: 1.2;
    font-weight: 600;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(1) .why-item-text, .why-ateam-main-wrap .why-item-wrap:nth-child(2) .why-item-text, .why-ateam-main-wrap .why-item-wrap:nth-child(3) .why-item-text {
    border-top-right-radius: 25px;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(4) .why-item-text, .why-ateam-main-wrap .why-item-wrap:nth-child(5) .why-item-text, .why-ateam-main-wrap .why-item-wrap:nth-child(6) .why-item-text {
    border-bottom-right-radius: 25px;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(1) .why-item-text:before, .why-ateam-main-wrap .why-item-wrap:nth-child(2) .why-item-text:before, .why-ateam-main-wrap .why-item-wrap:nth-child(3) .why-item-text:before {
    content: '';
    background: red;
    position: absolute;
    top: -5px;
    height: 50px;
    width: 120%;
    left: -10%;
    border-top-right-radius: 25px;
    z-index: -1;
}
.why-ateam-main-wrap .why-item-text-wrap {
    position: relative;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(4) .why-item-text:before, .why-ateam-main-wrap .why-item-wrap:nth-child(5) .why-item-text:before, .why-ateam-main-wrap .why-item-wrap:nth-child(6) .why-item-text:before {
    content: '';
    background: red;
    position: absolute;
    bottom: -5px;
    height: 50px;
    width: 120%;
    left: -10%;
    border-bottom-right-radius: 25px;
    z-index: -1;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(1) .why-item-text:before {
    background: #F5D6D9;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(2) .why-item-text:before {
    background: #E0A0A5;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(3) .why-item-text:before {
    background: #C85352;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(4) .why-item-text:before {
    background: #2D699F;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(5) .why-item-text:before {
    background: #B3CEEB;
}
.why-ateam-main-wrap .why-item-wrap:nth-child(6) .why-item-text:before {
    background: #E2ECF7;
    height: 70px;
}

/* Responsive */
@media screen and (min-width: 1920px) {
    .home-steps-section .home-steps-card:first-child {
        margin: 0 100px 0 200px;
    }
    .home-steps-section .home-steps-card:last-child {
        margin-right: 150px;
    }
    .why-a-team-temp-img img {
        height: 800px !important;
    }
}
@media screen and (min-width: 1025px) {
    .main-header.fixed #header-menu-wrap, .main-header.fixed .header-help-btn {
        display: none;
    }
    .main-header.fixed > .e-con-inner {
        padding: 12px 0;
    }
    .main-header .desktop-sticky-only {
        display: none;
    }
    .main-header.fixed .desktop-sticky-only {
        display: flex;
    }
    .main-header.fixed .header-left-col, .main-header.fixed .header-right-col {
        width: 50%;
    }
    .main-header.fixed .desktop-sticky-only > .e-con-inner {
        justify-content: flex-end;
    }
    .main-header.fixed .header-logo img {
        height: 45px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .a-team-stats-section .chart-js-wrapper.gcse-chart-wrap {
        height: 450px;
    }
}
@media screen and (max-width: 1024px) {
    .main-header .header-help-btn .elementor-button {
        height: 50px;
    }
    .steps-main-wrap .home-steps-section, .home-steps-section .home-steps-inner {
        transform: unset;
        overflow-x: scroll;
    }
    .steps-main-wrap .home-steps-section {
        max-width: 100% !important;
    }
    .home-steps-section .home-steps-inner {
        overflow: hidden;
        overflow-x: scroll;
    }
    .home-above-footer-form .wpcf7-form .wpcf7-submit {
        width: 150px !important;
    }
    .home-steps-section .home-steps-card:first-child {
        width: 100% !important;
        max-width: 450px;
    }
    .home-steps-section .home-steps-card {
        width: 100% !important;
        max-width: 600px;
    }
    .home-steps-section .home-steps-card {
        height: 620px;
    }
    .steps-main-wrap .home-steps-section {
        height: auto !important;
    }
    .home .steps-main-wrap {
        min-height: 640px;
    }
	.contents-below{
		margin-top: 20px !important;
	}

    /* Loader moving logo to show text - Large tablet version (1024-922) */
    .loader-main-wrapper .loader-beside-logo-text-wrapper {
        opacity: 0;
        transform: translateX(-120%);
    }
    .loader-main-wrapper.animateLogoAndText .loader-beside-logo-text-wrapper {
        animation: showLoaderTextBesideLogoLargeTabletResponsive 2s ease;
        opacity: 1;
        transform: translateX(0%);
    }
    .loader-main-wrapper .loader-logo-wrapper {
        transform: translateX(65%);
    }
    .loader-main-wrapper.animateLogoAndText .loader-logo-wrapper {
        animation: showLoaderLogosLargeTabletResponsive 2s ease;
        transform: translateX(0%);
    }
}
@media screen and (max-width: 1600px) {
    .home .elementor-65 .elementor-element.elementor-element-c80aedd > .elementor-widget-container {
        margin: 0px 0px 0px 0px !important;
    }
}
@media screen and (max-width: 1024px) {
	#pum-932 button.pum-close{
		top: 20px;
		right: 20px;
	}
	.page-id-2920{
    	overflow-x: hidden !important;
	}
	.table-tab .elementor-tab-content{
		overflow-x: auto !important;
	}
}
@media screen and (max-width: 921px) {
    .loader-main-wrapper .loader-wrapper-inner img {
        /* height: 60px; */
    }
    /* Loader moving logo to show text - Small tablet version (921 - 768) */
    .loader-main-wrapper .loader-beside-logo-text-wrapper {
        opacity: 0;
        transform: translateX(-120%);
    }
    .loader-main-wrapper.animateLogoAndText .loader-beside-logo-text-wrapper {
        animation: showLoaderTextBesideLogoSmallTabletResponsive 2s ease;
        opacity: 1;
        transform: translateX(0%);
    }
    .loader-main-wrapper .loader-logo-wrapper {
        transform: translateX(80%);
    }
    .loader-main-wrapper.animateLogoAndText .loader-logo-wrapper {
        animation: showLoaderLogosSmallTabletResponsive 2s ease;
        transform: translateX(0%);
    }
    .homeschool-benefits-section .homeschool-benefits-cards-wrap {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
    .homeschool-students-performace-section > .e-con-inner {
        flex-direction: column !important;
    }
    .homeschool-students-performace-section > .e-con-inner .img-col,
    .homeschool-students-performace-section > .e-con-inner .text-col {
        width: 100%;
    }
    .homeschool-students-performace-section > .e-con-inner .img-col {
        min-height: 450px;
    }
    .loader-main-wrapper .loader-wrapper-inner img {
        max-width: 250px;
    }
}
@media screen and (max-width: 860px) {
    .home-above-footer-form .wpcf7-form .wpcf7-submit {
        width: 100px !important;
    }
}
@media screen and (max-width: 767px) {
	.tuition-tabs .elementor-tab-title.elementor-tab-mobile-title {
		display: none !important;
	}
	.tuition-table-wrap div {
		overflow-x: auto;
	}
	.tuition-table-wrap .tuition-table{
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		border: 1px solid #ddd;
	}
	.tuition-tabs .elementor-tabs .elementor-tabs-wrapper {
		display: flex !important;
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer-main nav a{
		justify-content: center !important;
	}
	.footer-bottom ul {
		display: flex;
		row-gap: 0px;
		column-gap: 30px;
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
	}
    .home-steps-section .home-steps-card:before {
        display: none;
    }
    .home-steps-card .step-left-col {
        background: #ad103d;
    }
    .steps-main-wrap {
        height: auto;
    }
    .steps-main-wrap .home-steps-section {
        position: relative;
    }
    .steps-main-wrap .home-steps-section {
        height: auto !important;
    }    
    .home-steps-section .home-steps-card {
        height: auto;
    }
    .home-above-footer-form .wpcf7-form .form-fields-group {
        flex-direction: column;
    }
    .home-above-footer-form .wpcf7-form .wpcf7-submit {
        width: 100% !important;
        margin-top: 10px;
    }
    .home-above-footer-form .wpcf7-form .wpcf7-response-output {
        text-align: center;
    }
    .home-steps-section .home-steps-inner {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .home-steps-section .home-steps-card:first-child {
        padding: 0px;
    }
    .home .steps-main-wrap {
        padding: 0 20px;
    }
	.tutors-wrap{
		padding-left:30px !important;
	}
	.card-title{
		margin-top: 30px;
	}
    .students-video-wrap .video-js video {
        min-height: 400px !important;
        aspect-ratio: unset;
    }
    .students-video-wrap .video-js {
        min-height: 450px;
        aspect-ratio: unset;
    }
    .loader-main-wrapper .loader-content-wrapper {
        min-width: unset;
        flex-direction: column;
        text-align: center;
    }
    /* Loader moving logo to show text - responsive version */
    .loader-main-wrapper .loader-beside-logo-text-wrapper {
        opacity: 0;
        transform: translateY(-100%);
    }
    .loader-main-wrapper.animateLogoAndText .loader-beside-logo-text-wrapper {
        animation: showLoaderTextBesideLogoMobileResponsive 2s ease;
        opacity: 1;
        transform: translateY(0%);
    }
    .loader-main-wrapper .loader-logo-wrapper {
        transform: translateY(50%);
    }
    .loader-main-wrapper.animateLogoAndText .loader-logo-wrapper {
        animation: showLoaderTextBesideLogosMobileResponsive 2s ease;
        transform: translateY(0%);
    }
    .loader-main-wrapper .loader-content-wrapper {
        align-items: center;
    }
	.hztl-cntnt {
		position: static !important;
	}
    .a-team-stats-section .chart-js-wrapper.a-levels-chart-wrap,
    .a-team-stats-section .chart-js-wrapper.gcse-chart-wrap {
        height: auto;
    }
	.footer-main .elementor-share-btn__icon {
		justify-content: center !important;
	}
	.table-container-warpper{
		overflow-x: hidden;
	}
	.table-area{
		overflow-x: auto;
	}
    .contact-page-form .elementor-field-group-interestedLearningMoreAbout .elementor-field-option {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 699px) {
	.tutors-content-warp {
		display: flex;
		flex-direction: column;
	}
	.tutors-content-warp .col-9{
		order: 2;
		width: 95%;
		z-index: 1;
	}
	.tutors-content-warp .col-3 {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		width: 100% !important;
		position: absolute;
        right: 0;
        top: 40px;
		z-index:0;
    }
	img.image-big {
		margin-top: -60px;
		object-fit: contain;
		height: 255px;
	}
	.contents-below {
		padding-right: 0;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 20px;
	}
	.tuition-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
		margin: 0 5px;
		padding: 10px 10px;
	}
}
@media screen and (max-width: 560px) {
	.content-position {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
	.position-designation {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 425px) {
	img.image-big{
		display:none !important;
	}
}