@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
:root {
    --bs-jost: "Jost", sans-serif;
    --bs-poppins: "Poppins", sans-serif;
    --bs-white: #fff;
    --bs-text: #434343;
    --bs-orange: #F0B25B;
    --bs-fadeorange: #FEFCF9;
    --bs-grey: #F9F9F9;
    --bs-h1: 60px;
    --bs-h2: 48px;
    --bs-h3: 24px;
    --bs-fs50: 40px;
    --bs-fs40: 32px;
    --bs-fs24: 21px;
    --bs-fs22: 18px;
    --bs-fs20: 16px;
    --bs-lineheight: 1.15;
}
body{
 	font-family: var(--bs-jost);
    font-weight: 400;
    color: var(--bs-text);
	font-size: var(--bs-fs24);
    line-height: 1.5;
}
h1, h2, h3{
    color: inherit;
}
h1 {
    font-family: var(--bs-poppins);
    font-size: var(--bs-h1);
    line-height: 1.25;
    font-weight: 700;
}
h2 {
    font-family: var(--bs-poppins);
	font-size: var(--bs-h2);
    font-weight: 700;
}
h3{
    font-family: var(--bs-jost);
    font-size: var(--bs-h3);
    font-weight: 600;
}
h1, h2 {
    span {
        color: var(--bs-orange);
    }
}
p{
	font-size: inherit;
    color: inherit;
    font-weight: 300;
}
a{
	text-decoration: none;
	color: inherit;
}
img {
    max-width: 100%;
}
.py_3{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.mt_3 {
    margin-top: 4rem;
}
.mb_3 {
    margin-bottom: 4rem;
}
.wi_full{
    width: 100%;
    display: inline-block;
}
.btn_block{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}
.button {
	min-width: 170px;
    width: auto;
    display: inline-block;
    font-family: var(--bs-poppins);
    font-weight: 500;
    font-size: var(--bs-fs22);
    color: inherit;
    border-radius: 5px;
    padding: 10px 35px;
    line-height: normal;
    text-align: center;
    box-shadow: none;
    border: inherit;
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    transition: .5s all;
}
.fill_btn {
    color: #fff;
    background: var(--bs-orange);
    border: 1px solid var(--bs-orange);
}
.fill_btn:hover {
    color: var(--bs-orange);
    background: transparent;
    border: 1px solid var(--bs-orange);
}
.bg-light-orange {
    background-color: var(--bs-fadeorange);
}
.bg-light-grey {
    background-color: var(--bs-grey);
}
.custom_list {
    ul {
        list-style: none;
        padding-left: 0;
        li {
            position: relative;
            padding-left: 30px;
            font-weight: 300;
            margin: 7px 0;
            strong {
                color: var(--bs-orange);
                font-weight: 500;
            }
            &:before {
                content: '';
                position: absolute;
                left: 0;
                top: 3px;
                width: 20px;
                height: 20px;
                background: url(../images/li-tick.svg) no-repeat center;
                background-size: contain;
            }
        }
    }
}

form .form-group {
    margin-bottom: 1.5rem;
    label {
        font-weight: 400;
        margin-bottom: 5px;
        font-size: var(--bs-fs22);
    }
}
form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #E4E4E4 !important;
    padding: 7px 18px;
    background: #FAFAFA;
    color: #000000;
    font-weight: 300;
    font-size: var(--bs-fs22);
}
form textarea {
	height: auto !important;
}
input.datepicker {
    background: #FAFAFA url(../images/icon-calendar.svg) no-repeat right 10px center !important;
    background-size: 30px !important;
    padding-right: 50px;
}

.datepicker{
    padding: 8px;
    font-family: var(--bs-jost) !important;
}
.datepicker table{
    border-collapse: separate;
    border-spacing: 5px;
}
.datepicker td, .datepicker th{
    border: 1px solid #b9b9b9 !important;
    color: var(--bs-text) !important;
    border-radius: 0 !important;
    font-weight: 300;
    text-shadow: none;
}
.datepicker table tr td.old, .datepicker table tr td.new, .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #d8d8d8 !important;
    border-color: #eee !important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background: var(--bs-orange) !important;
    border-color: var(--bs-orange) !important;
    color: #fff !important;
}
.datepicker table thead th {
    border: none !important;
    font-weight: 600;
}

.form_check {
    .wpcf7-list-item {
        margin-left: 0;
    }
    input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
    .wpcf7-list-item-label {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
    }
    .wpcf7-list-item-label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid var(--bs-orange);
        padding: 8px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 2px;
    }
    input:checked + .wpcf7-list-item-label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 7px;
        width: 6px;
        height: 11px;
        border: solid var(--bs-orange);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
}


.page-content {
    padding-top: 80px;
}
header {
    .navbar {
        border: 0;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1.25rem 0;
        background: #FEFCF9;
        box-shadow: none;
        transition: 0.4s; 
    }
    .navbar.sticky {
        top: 0;
        background: #FEFCF9;
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
    }
    .navbar-brand{
        max-width: 100%;
        padding: 0;
        transition: .4s all;
        img {
            width: 210px;
            transition: .4s all;
        }
    }
    .navbar.sticky .navbar-brand {
        img {
            width: 190px;
        }
    }
    .navbar-nav {
    li {
        margin-left: 2rem;
        a.nav-link {
            padding: 4px 0 !important;
            color: var(--bs-text);
            font-size: var(--bs-fs22);
            position: relative;
            text-transform: uppercase;
            &:after {
                content: '';
                width: 0;
                height: 1px;
                background: var(--bs-orange);
                position: absolute;
                left: 0;
                bottom: 0;
            }
            &.active:after {
                width: 100%;
            }
            &.active {
                color: var(--bs-orange);
            }
        }
    }
    li.book_now_btn {
        a.nav-link {
            border: 1px solid #fff;
            padding: 8px 20px !important;
            color: #fff;
            background: var(--bs-orange);
            border-color: var(--bs-orange);
            border-radius: 5px;
        }
    }
}
}
.main_banner {
    padding-top: 3rem;
    margin-bottom: 200px;
    .banner_content {
        max-width: 600px;
        margin: 0 auto 2rem;
    }
    img.bnr_img {
        width: 100%;
        margin-bottom: -200px;
    }
}
.inner_banner {
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 2rem;
    padding-top: 2rem;
    .banner_overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, #FBECD9, #FBECD9E5, #FBECD9D6, #C2C8D800);
    }
}
.hiw--list {
    --bs-gutter-x: 3rem;
    .li--item {
        margin-top: 1.5rem;
        width: 33.33%;
        &:not(:first-child) {
            border-left: 1px solid #E6E6E6;
        }
        .item_inner {
            height: 100%;
        }
        p {
            margin-bottom: 5px;
        }
        small {
            font-size: var(--bs-fs20);
            display: block;
        }
        span.itm--icon {
            width: 65px;
            height: 65px;
            background: #fff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px dashed orange;
            box-shadow: 0 2px 10px #00000014;
            margin-bottom: 1rem;
            padding: 14px;
        }
    }
}
.mission_sec {
    .sec_content {
        background-color: #fff;
        box-shadow: 0 2px 10px #00000014;
        padding: 2rem;
        position: relative;
    }
    .img_col img {
        margin-top: 1.5rem;
    }
    .mission--list {
        .li--item {
            margin-top: 1.5rem;
            p {
                font-weight: 300;
                margin-bottom: 0;
            }
            .item_inner {
                height: 100%;
                background-color: #fff;
                box-shadow: 0 2px 10px #00000014;
                padding: 2rem;
                border-radius: 20px;
            }
            span.itm--icon {
                width: 65px;
                height: 65px;
                background: #fff;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 1px dashed orange;
                box-shadow: 0 2px 10px #00000014;
                margin-bottom: 1rem;
                padding: 14px;
            }
        }
    }
}
.learning_team {
    .content_box {
        background-color: var(--bs-grey);
        padding: 4rem 6rem;
        border-radius: 60px;
        border-bottom: 5px solid var(--bs-orange);
        p {
            font-weight: 300;
            max-width: 800px;
            margin: 1rem auto 2rem;
        }
    }
}
.testimonial_carousel {
    .item {
        margin: 10px 5px;
        background-color: #fff;
        box-shadow: 0 2px 10px #00000014;
        padding: 2rem 1.5rem;
        border-radius: 20px;
        text-align: center;
        img {
            width: 50px !important;
            display: block;
            margin: 0 auto 1.5rem;
        }
        h3 {
            font-size: var(--bs-fs24);
            font-weight: 500;
            margin-bottom: 0;
        }
    }
}
.owl-carousel .owl-dots {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    button.owl-dot span {
        width: 30px;
        height: 8px;
        display: inline-block;
        border-radius: 30px;
        margin: 4px;
        background: var(--bs-orange);
        opacity: 50%;
    }
    button.owl-dot.active span {
        opacity: 1;
        width: 50px;
    }
}
.why_what {
    .sec_content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.learning_row {
    .itm--col {
        margin-top: 2rem;
    }
    .item-inner {
        height: 100%;
        background-color: #fff;
        box-shadow: 0 2px 10px #00000014;
        padding: 2rem;
        border-radius: 20px;
        h3 {
            color: var(--bs-orange);
        }
        p {
            font-weight: 300;
        }
    }
}
.age_group_lesson {
    .group_list {
        border-left: 2px solid var(--bs-orange);
        padding-left: 1.5rem;
        margin-top: 2rem;
        h3 {
            color: var(--bs-orange);
        }
    }
    .learning_row {
        .item-inner {
            border: 1px solid var(--bs-orange);
        }
        .icon--text {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 1.5rem;
            img {
                width: 60px;
            }
            h2 {
                font-size: var(--bs-fs50);
                font-weight: 600;
                margin-bottom: 0;
            }
        }
    }
}
.single_quote {
    margin: 3rem auto 0;
    max-width: 900px;
    text-align: center;
    h3 {
        font-style: italic;
        font-weight: 400;
        font-size: var(--bs-fs40);
        margin-bottom: 0;
        position: relative;
        &:before, &:after {
            content: '';
            width: 40px;
            height: 30px;
            display: inline-block;
            background-size: 30px !important;
        }
        &:before {
            background: url(../images/open-quote.svg) no-repeat left;
        }
        &:after {
            background: url(../images/close-quote.svg) no-repeat right;
        }
    }
}
.contact_info {
    .info_col {
        margin-top: 1.5rem;
    }
    .info_inner {
        height: 100%;
        background-color: #fff;
        box-shadow: 0 2px 10px #00000014;
        padding: 2rem;
        border-radius: 10px;
        h3 {
            font-size: var(--bs-fs40);
            font-family: var(--bs-poppins);
            font-weight: 500;
        }
        .d-flex {
            a {
                margin: 0 5px;
            }
        }
    }
}
.contact_sec {
    h3 {
        font-size: var(--bs-fs40);
        font-family: var(--bs-poppins);
        font-weight: 500;
    }
}
.terms_sec {
    .terms_block {
        h2 {
            font-family: var(--bs-poppins);
            font-weight: 500;
        }
        &:not(:first-child) {
            border-top: 1px solid #D7D7D7;
            margin-top: 2rem;
            padding-top: 2rem;
        }
    }
}
.privacy_sec {
    .sec_content {
        max-width: 800px;
        margin: 0 auto;
    }
    .col_mt  {
        margin-top: 2rem;
        h2 {
            font-size: var(--bs-fs50);
            font-family: var(--bs-poppins);
            font-weight: 500;
        }
    }
    p a {
        color: var(--bs-orange);
    }
}

.register_form {
    h3 {
        font-size: var(--bs-fs40);
        font-family: var(--bs-poppins);
        font-weight: 500;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
}

.thankyou_error {
    padding-top: 7rem;
    min-height: 90vh;
    display: flex;
    align-items: center;
    .sec__img {
        padding: 1rem;
        max-width: 400px;
        margin: 2rem auto;
    }
}

/* ------------------- footer style -------------- */
footer {
    background: var(--bs-fadeorange);
    padding-top: 4rem;
    color: var(--bs-text);
    font-size: var(--bs-fs22);
    a:hover {
        color: var(--bs-orange);
    }
    img.ftr_logo {
        width: 220px;
        margin-bottom: 1.5rem;
    }
    .ftr_block.footer_logo_scl {
        max-width: 450px;
    }
    .input_grup {
        background: #fff;
        box-shadow: 0 2px 20px #00000003;
        border-radius: 60px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #f2f2f2;
        input[type="email"] {
            width: 100%;
            padding: 6px 20px;
            height: 50px;
            box-shadow: none !important;
            outline: none !important;
            border: 0 !important;
        }
        .button {
            min-width: unset;
            padding: 10px 15px;
            border-radius: 60px;
            margin-left: auto;
            white-space: nowrap;
            background: var(--bs-orange) !important;
            color: #fff !important;
        }
    }
    ul {
        padding-left: 0;
    }
    ul li {
        list-style: none;
        font-size: var(--bs-fs24);
    }
    .ftr_menu li {
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .ftr_block h3 {
        margin-bottom: 1rem;
        position: relative;
        padding-top: 15px;
    }
    .ftr_contact li {
        position: relative;
        padding-left: 55px;
        min-height: 45px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        span.icon {
            width: 45px;
            height: 45px;
            position: absolute;
            left: 0;
            top: 0;
        }
    }
    .copyright_footer {
        border-top: 1px solid #DDC9A9;
        padding-top: 1rem;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


.g-recaptcha > div {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.dscf7_signature .dscf7_signature_inner input.clearButton {
    border: 0 !important;
    background: url(../images/cross.svg) no-repeat center;
    background-size: contain !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 0 !important;
    transform: none !important;
    top: 5px !important;
    right: 5px !important;
}


span.select2.select2-container {
    width: 100% !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.select2-container .select2-selection{
    font-size: inherit;
    font-weight: 400;
    text-align: left;
    background: #FAFAFA url(../images/arrow-down.svg) no-repeat right 10px center !important;
    background-size: 15px !important;
    padding: 10px 30px 10px 18px;
    width: 100%;
    height: 50px !important;
    color: var(--bs-text);
    border: 1px solid #E4E4E4 !important;
    border-radius: 5px !important;
    font-weight: 300;
    font-size: var(--bs-fs22);
    outline: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option{
    font-size: 14px;
    padding: 8px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #faf9fb !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
    color: #8F8F8F;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    color: #8F8F8F !important;
    margin-right: 5px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #faf9fb !important;
    color: var(--bs-text) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #434343 !important;
    color: #fff !important;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ececec !important;
}
.select2-dropdown{
    z-index: 99999 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-text) !important;
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}