body{ font-family: "Montserrat", serif; font-size: 16px; font-weight: 400; line-height: 24px; }
h1, h2, h3, h4, h5, h6 { font-weight: 900; text-transform: capitalize; }
.custom-header { background: #254871; padding: 16px 16px 8px; }
.common-section{ padding:70px 0px;}
img.site-logo { max-width: 170px; }
section.gallery-section .container-fluid {  padding: 0;  }
section.about-us, footer.custom-footer { background: #254871; }
.bg-custom { background: #254871; }
h2 { text-align: center; }
.section-title h2 { font-size: 42px; color:#fb6767; text-wrap-style: balance;}
section.about-us .content { margin-top: 0%; }
footer.custom-footer{ padding-top: 20px;  }
.content a { color: #fb6767; font-weight: 600; }
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    gap:0px;
    margin: auto;
}

.gallery-item {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}
.gallery img {
    width: 100%;
    height:300px;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item:before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
}
    /* Common Button Style */
    .btn {
        display: inline-block;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: bold;
        color:#000;
        background: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Hover Effect */
    .btn:hover {
        background: #000;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    .form-container {
        background: white;
        padding: 20px;
        border-radius: 0;
        box-shadow: 0 0 5px #99999957;
        width: 100%;
    }
    section.conatct-us .content img {
        max-height: 550px;
        overflow: hidden;
        object-fit: cover;
        object-position: bottom;
           width: 100%;
    }
   
    .form-group {
        margin-bottom: 15px;
    }
    label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    input, select, textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 0px;
    }
    button {
        width: 100%;
        padding: 12px;
        background: #000;
        color: white;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        font-size: 16px;
        text-transform:uppercase; }
        .bubble {
            width: 130px;
            height: 130px;
            border-radius: 100%;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            transition: backgroundease 300ms;
            backface-visibility: hidden;
            cursor: pointer;
        }
    
        .logo-container img {
            width: auto;
            align-items: center;
            display: flex
        ;
            justify-content: center;
            max-height: 70px;
            max-width: 90px;
        }
button:hover {background: #000000de; }
section.conatct-us { background-image: url(../images/plus.svg); background-size: 36px; background-repeat: repeat;  }
button.btn { background: #fb6767; color: #fff; }
button.btn-close.btn { opacity: 1; line-height: normal; align-items: center; }
ul.list-style-one li {  position: relative; }
.logo-container { display: flex;justify-content: center; flex-wrap: wrap;  gap: 30px; }
.logo-container img:hover { filter: grayscale(0%); }
section.common-section.logo_sec_stem .section-title p {
    margin: 0;
    font-weight: bolder;
    font-size: 24px;
    line-height: 34px;
}
section.common-section.logo_sec_stem .section-title {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.bubble_parent h4 {
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    margin: 12px auto 0;
    color: #6794ca;
    text-decoration: underline;
}
.bubble_parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    position: relative;
}
.bubble_parent a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*@media (min-width: 1600px) {
 section.about-us .content {  margin-top: -22%; }
}*/

@media (min-width: 992px) {

    .fluid-block {
        padding-block: 0;
    }

    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }

    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fluid-block .container-fluid .row>*:not(:is(.fluid-image, .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }

    .fluid-block .container-fluid .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        margin-left: auto;
    }

    .fluid-block .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-start: 0 !important;
    }

    .fluid-block .row>*:last-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-end: 0 !important;
    }
}
@media (max-width: 1199px) {
    section.about-us .content { margin-top: 0; }
    .section-title h2 { font-size: 36px; }
    section.common-section.logo_sec_stem .section-title p {
        font-size: 20px;
        line-height: 30px;
    }
            .bubble_parent:nth-child(3) {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .logo-container {
        gap: 30px;
    }
    .bubble {
        width: 110px;
        height: 110px;
    }
}
@media only screen and (max-width: 767px) {

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

  

}


label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: none;
}

#customer_login .woocommerce-button,#customer_login .show-password-input{
	width:auto !important;
}


.custom-header {
    text-align: center;
    padding: 16px 16px 23px;
}
.page-id-60 .container,
.page-id-27 .container {
    margin-bottom: 16px;
} 
header a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
transition: all 0.3s ease-in-out;
}
header a:hover {
    color: #fb6767;
}
.custom-header .cart-icon {
    background: #fb6767;
    padding: 6px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.page-id-60 .woocommerce h2 {
    color: #254871;
}
.page-id-60 .woocommerce form.checkout_coupon, 
.page-id-60 .woocommerce form.login, .woocommerce form.register {
    background-color: #f7f7f7;
    border: 1px solid #254871;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
    background: #fb6767;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}
#add_payment_method #payment div.payment_box {
    background-color: #dcd7e2;
}
.page-id-60 .woocommerce .woocommerce-button {
    margin-top: 20px;
}
.page-id-60 .woocommerce .lost_password {
    margin-top: 23px;
}
.page-id-60 .woocommerce .lost_password a {
    color: #254871;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.page-id-60 .woocommerce .lost_password a:hover {
    color: #fb6767;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    height: 46px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease-in-out;
}
.woocommerce form .form-row .input-text:hover, 
.woocommerce form .form-row select:hover {
    border: 1px solid #fb6767;
}
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus {
    border: 1px solid #fb6767;
    outline: none;
}
.woocommerce form .form-row label {
    font-weight: 500;
    text-transform: capitalize;
}
.woocommerce-error:focus {
    outline: none;
}

.woocommerce-lost-password .woocommerce {
    max-width: 900px;
    margin: 20px auto 60px;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    background-color: #f7f7f7;
    border: 1px solid #254871;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-lost-password .woocommerce-Button {
    width: fit-content;
}
.woocommerce-lost-password .lost_reset_password > p {
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ccc;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
    color: #000;
    display: block;
    margin-bottom: 0;
    padding: 8px 10px 8px 15px;
    text-decoration: none !important;
    font-family: "Montserrat", serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fafcfe;
    border: 1px solid #ccc;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.page-id-60 .woocommerce .woocommerce-MyAccount-navigation ul .is-active a,
.page-id-60 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active a {
    background: #254871;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.page-id-60 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a {
    transition: all 0.4s ease-in-out;
}
.page-id-60 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a:hover {
    background: #fb6767;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    background-color: #f7f7f7;
    border: 1px solid #254871;
    padding: 20px;
    /* margin: 2em 0; */
    text-align: left;
    border-radius: 5px;
    background-color: #e1dfdf45;
    margin-bottom: 37px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #fb6767;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content a.view {
    background: #fb6767;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content a.view:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders thead tr{
    background-color: #254871;
    color: #fff;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 9px 8px;
}
.woocommerce table.shop_table {
    border-collapse: collapse
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tr {
    transition: all 0.4s ease-in-out;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:hover {
    background-color: #fb676734;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    text-align: left;
}
.woocommerce-MyAccount-content .addresses .title .edit {
    float: left;
    margin-left: 0;
    margin-bottom: 14px;
}
.woocommerce-MyAccount-content a.button {
    background: #fb6767;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.woocommerce-MyAccount-content a.button:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

#wc-stripe-upe-form .p-CardNumberInput input {
    height: 46px !important;
}
#add_payment_method #payment ul.payment_methods li input {
    width: fit-content !important;
}

.woocommerce .woocommerce-MyAccount-content form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    position: absolute;
    top: -10px;
    right: 0;
}
.woocommerce .woocommerce-EditAccountForm fieldset {
    margin-top: 27px;
}
.woocommerce .woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 23px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 46px;
}

.woocommerce-MyAccount-content .button{
    margin-top: 23px !important;
}

.page-id-121 .course-item {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #25487138;
    padding: 20px;
    box-shadow: 0 4px 6px rgb(114 114 114 / 10%);
    margin-bottom: 26px;
}

.page-id-121 .course-item .text-start {
    text-align: center !important;
    font-size: 34px;
    color:#254871
}
.page-id-121 .course-item .section-title.mb-5 {
    margin-bottom: 12px !important;
}

.page-id-121 .course-item.content .btn {
    background: #fb6767;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.page-id-121 .course-item.content .btn:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.page-id-121 .course-item.content img {
    width: 100% !important;
    height: 220px;
    object-fit: cover;
    margin-bottom: 17px;
}
.page-id-121 .course-item.content p {
    border-bottom: 1px solid #e5dedecc;
    padding-bottom: 9px;
}


.woocommerce-page .woocommerce-message .button.wc-forward {
    background: #fb6767;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.woocommerce-page .woocommerce-message .button.wc-forward:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.woocommerce-message {
    outline: none;
}
.page-id-58.woocommerce-page table.cart td.actions .coupon {
    display: flex;
    margin: 23px 0;
}
.page-id-58.woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.page-id-58.woocommerce-page table.cart td.actions .coupon input:hover,
.page-id-58.woocommerce-page table.cart td.actions .coupon input:focus {
    border: 1px solid #fb6767;
}
.page-id-58 .woocommerce .quantity .qty {
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.page-id-58 .woocommerce .quantity .qty:hover {
    border: 1px solid #fb6767;
}
.page-id-58 .woocommerce .quantity .qty:focus {
    border: 1px solid #fb6767;
    outline: none;
}

.page-id-58 .woocommerce-cart-form__contents thead tr {
    background: #254871;
}
.page-id-58 .woocommerce-cart-form__contents thead tr th {
    color: #fff;
}
.page-id-58 .woocommerce-cart-form__contents tbody tr {
    transition: all 0.3s ease-in-out;
}
.page-id-58 .woocommerce-cart-form__contents tbody tr:hover {
    background-color: #fb676734;
}
.woocommerce table.my_account_orders .button {
    margin-top: 0 !important;
}

.page-id-58 .cart_totals.calculated_shipping h2 {
    text-align: left;
}
.page-id-58.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #254871;
    color: #fff;
    display: inline-block;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.page-id-58.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}



.limitd_sec .btn {
    width: fit-content;

}
.limitd_sec h3 {
    margin: 25px 0px;
    font-weight: 600;
}

.limitd_sec h3 span {
    font-weight: 700;
    color: #fb6767;
}



















.inner-banner {
    position: relative;
    isolation: isolate;
    padding-block-start: 48px;
    color: #fff;
    min-height: 179px;
}

.inner-banner .banner-form span.error {
    font-size: 13px;
    padding: 0 5px;
}

.inner-banner .banner-title {
    max-width: 590px;
}

.inner-banner .banner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: brightness(0.50);
    border-radius: 0;
    object-position: center;
}

.inner-banner.ban-right .banner-image img {
    object-position: right;
}

.banner-content .text-white {
    font-size: 25px;
}

.inner-banner.banner-has-form .banner-title>* {
    text-wrap: balance;
}

.inner-banner:not(.banner-has-form) .banner-title>* {
    background-color: hsl(0 0 0 / 80%);
    max-width: max-content;
    padding: 0.75em 2.5em 0.75em 1em;
    border-bottom: 4px solid #fff !important;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.5em) 100%, 0 100%);
    transition: 300ms;
    margin-bottom: 1rem;
    font-size: 30px;
}

.inner-banner:not(.banner-has-form):hover .banner-title>* {
    background-color: #fb6767;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    border-radius: 5px;
    background-color: #e1dfdf45;
    border: 1px solid #254871;
    padding: 20px;
}
.woocommerce-info a {
    color: #fb6767;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.checkout #order_review_heading {
    margin-top: 30px;
}

.woocommerce ul.woocommerce-thankyou-order-details {
    padding-left: 0;
}
.woocommerce-order-overview__total .woocommerce-Price-amount{
    color: #254871;
}
.woocommerce-table__product-name.product-name a {
    color: #254871;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details__title {
    text-align: left;
}
.woocommerce .actions .coupon .button {
    margin-top: 0;
    width: 100%;
}
.woocommerce .actions .button 
{
    width: fit-content;
    margin-top: 21px;
}

.profile-section h2 {
    margin-bottom: 30px;
}

.student-profile-account thead tr {
    background: #254871;
}
.student-profile-account tr th,
.student-profile-account tr td {
    padding: 9px 12px;
    color: #fff;
    text-align: center;
}
.student-profile-account tr td {
    color: #000;
}
table.student-profile-account {
    border-collapse: collapse !important;
}
.student-profile-account .woocommerce-orders-table__row {
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgb(204 204 204 / 37%);
}
.student-profile-account .woocommerce-orders-table__row:hover {
    background-color: #fb676734;
}
.student-profile-account .woocommerce-orders-table__row a,
.student-course-content .button {
    background: #fb6767;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.student-profile-account .woocommerce-orders-table__row a:hover,
.student-course-content .button:hover  {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.page-template-temp-module-details .module-navigation a {
    background: #254871;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.page-template-temp-module-details .module-navigation a:hover {
    background: #fb6767;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.student-course-content {
    text-align: center;
}

.student-course-content .button {
    margin-top: 30px;
}

.google-slide iframe {
    border: 7px solid #fb6767;
    padding: 21px;
    background-color: #f7f7f7;
    border-radius: 4px;
	width: 100%;
}

.page-id-60.wp-theme-ionised-25 .inner-banner {
    display: none;
}
.page-id-60.logged-in .inner-banner{
    display: block;
}
.page-id-60 .woocommerce .col2-set .col-1, 
.page-id-60 .woocommerce-page .col2-set .col-1, 
.page-id-60 .woocommerce .col2-set .col-2, 
.page-id-60 .woocommerce-page .col2-set .col-2 {
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding: 0
}

footer.custom-footer {
    margin-bottom: -16px;
}
.payment-method {
    transition: all 0.3s ease-in-out;
}
.payment-method:hover {
    background-color: #fb676734;
}
.payment-method .button.delete {
    margin-top: 0 !important;
}
.woocommerce .woocommerce-MyAccount-paymentMethods thead tr,
.woocommerce-order-details .woocommerce-table--order-details thead tr {
    background: #254871;
    color: #fff;
}
.woocommerce-SavedPaymentMethods-token,
.woocommerce-SavedPaymentMethods-new {
    display: flex !important;
}
.woocommerce-cart table.cart img {
    border: 1px solid #a3a3a3;
}
.woocommerce-message .restore-item {
    color: #fb6767;
    font-weight: 500;
}
.home_ban {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0;
}
section.gallery-section {
    position: relative;
}
.btn_main_in a {
    color: #fb6767;
    font-weight: 600;
}
.btn_main_in {
    text-align: center;
}
section.about-us.common-section {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: -7px;
}
section.about-us.common-section .section-title {
    position: absolute;
    top: -30px;
    transform: translateY(-100%);
    margin: 0;
}

@media only screen and (max-width: 991px) {
    
    .ban_below_logo {
    order: 1;
    }

    .ban_below_btn {
        order: 2;
    }

    .ban_below_text {
        order: 2;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 767.5px) {
    .section-title h2, section.packed_auditorium h2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 37px 0 0 0;
    }
    .student-profile-account tr td,
    .student-profile-account tr th {
        white-space: nowrap;
    }
    .google-slide iframe {
        width: 100%;
    }
    header a {
        margin-bottom: 13px;
        display: inline-block;
    }
    .custom-header {
        padding: 16px 16px 2px;
    }
    section.conatct-us {
        padding: 30px 0 20px 0;
    }
    section.about-us .content {
        text-align: center;
    }
    .section-title h2 {
        text-align: center !important;
    }
    .common-section {
        padding: 40px 0px;
    }
    .bg-custom .content {
        text-align: center;
    }
}



body:not(.logged-in) .custom-header {
  contain: layout;
}
/*body:not(.logged-in) .custom-header * {
  margin-bottom: 0 !important;
}
body:not(.logged-in) .custom-header a[href$="account/"] {
  position: absolute;
  inset: 50% 5% auto auto;
  translate: 0 -50%;
}*/
body.privacy-policy h2 {
    text-align: inherit;
    font-weight: 800;
}
@media (max-width: 575.98px) {
  body:not(.logged-in) .custom-header {
     padding-block: 15px !important;
  }
  body:not(.logged-in) img.site-logo {
    margin: 0 auto 0 0 !important; 
  }
  body:not(.logged-in) .custom-header .text-center {
    text-align: left !important;
  }
}

.course_accordion .accordion-button{
	background: #000;
    color: #fff;
	margin: 15px;
	font-weight: 700;
    font-size: 18px;
	
}
.course_accordion .accordion-button.active{
	background:#fb6767;
	 content: "▲"; /* Upward arrow */
}


.course_accordion .accordion-content {
  display: none; 
}
 .course_accordion .accordion-button::after {
    content: "▼"; /* Downward arrow */
    display: inline-block;
   
    transition: transform 0.3s ease; /* Smooth transition */
}

/* Set the arrow to point up when the tab is opened (active) */
 .course_accordion .accordion-button.active::after {
    content: "▲"; /* Upward arrow */
    transform: rotate(180deg); /* Flip the arrow to point up */
}
 .course_accordion .accordion-content iframe{
    width: 100%;
    padding-left: 24px;
    margin-top: -16px;
} 

.accordion-button::after{
	background-image :unset !important;
}


.accordion_in_parent button.accordion-button {
    margin: 0;
}
.course_accordion .accordion_in_parent div.accordion-content iframe {
    margin: 0;
    padding: 0;
}
.course_accordion .accordion_in_parent div.accordion-content {
    margin: 10px 0 0 0;
}
.course_accordion .accordion_in_parent button.accordion-button {
    background-color: #254871;
    justify-content: space-between;
    outline: none;
    box-shadow: none;
}
.course_accordion .accordion_in_parent button.accordion-button.active {
    background-color: #fb6767;
    outline: none;
    box-shadow: none;
}
.course_accordion .accordion_in_parent button.accordion-button.active ~ div.accordion-content {
    padding: 10px;
    border: 6px solid #fb6767;
}
.course_accordion .accordion_in_parent button.accordion-button::after {
    display: none;
}
.course_accordion .accordion_in_parent button.accordion-button svg {
    width: 20px;
    height: 20px;
    transform: scale(1);
    transition: all ease .5s;
}
.course_accordion .accordion_in_parent button.accordion-button svg path {
    fill: #fff;
}
.course_accordion .accordion_in_parent button.accordion-button.active svg {
    transform: scale(-1);
}
.accordion.course_accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.ionised_header {
    display: flex;
    justify-content: center;
    padding: 20px 0 0px 0;
    gap: 20px;
    text-decoration: none;
}
body:not(.logged-in) .custom-header .ionised_header a[href$="account/"] {
    position: initial;
    inset: initial;
    translate: initial;
}
footer.custom-footer a {
    color: #fff;
    text-decoration: none;
}
.contact_info_foot {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.action_foot {
    display: flex;
    gap: 10px;
    align-items: center;
}
.action_foot svg path {
    fill: #fff;
}
.top-footer .row {
    row-gap: 20px;
}
label.checkout_policy {
    display: flex;
    align-items: flex-start;
}
label.checkout_policy {
    margin: 20px 0 0 0;
}
label.checkout_policy input#privacy_policy_consent {
    width: 16px;
    aspect-ratio: 1/1;
    margin: 5px 0 0 0;
}
label.checkout_policy span {
    width: calc(100% - 24px);
}




.hero-section .section-title h1 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.hero-section .section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 3px;
    background: #fb6767;
    margin-bottom: 0px;
    bottom: 0px;
    border-radius: 50px;
}

.hero-section .form-banner {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 92%;
    box-shadow: rgb(37 72 113) 0px 8px 24px;
    border: 1px solid #c5c5c51a;
    margin-left: auto;
}

.banner-form h2 {
    color: #ea2b56;
    font-size: 32px;
}

.banner-form p {
    color: #02325f;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.hero-section {
    background-color: #254871;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.hero-section .form-header h2 {
    font-size: 27px;
    margin-bottom: 10px;
}

.form-header * {
    text-align: left;
    color: #fb6767;
}

.form-group input {
    background: #fff;
    color: #02325f !important;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: 45px;
    transition: all 0.3s ease-in-out;
}

.form-group textarea {
    background: #fff;
    color: #02325f !important;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    width: 100%;
    margin-bottom: 15px;
    height: 55px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.form-header p {
    color: #000;
    margin-bottom: 17px;
}

.hero-content p {
    color: #fff;
}

.image-bx img {
    width: 100%;
    padding-right: 0px;
    border: 1px solid #ebebeb;
}

.list-style {
    list-style: none;
    padding: 0px;
}

.list-style li {
    font-size: 16px;
    color: #000;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}

.list-style li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fb6767;
    transform: rotate(45deg);
    border-radius: 54px;
    outline: 2px solid #fb6767;
    outline-offset: 3px;
}

.Offer-section ul li {
    font-size: 16px;
    color: #000;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}

.Offer-section ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fb6767;
    transform: rotate(45deg);
    border-radius: 54px;
    outline: 2px solid #fb6767;
    outline-offset: 3px;
}

.Offer-section ul {
    margin: 8px 0;
    list-style: none;
    padding: 0;
}

.Offer-section .why-choose_bx {
    margin-top: 16px;
}

.parallax-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.parallax-section .text-bx {
    background-color: #fff;
    padding: 25px;
}

.Offer-section {
    background: #ddedff;
    /* background: linear-gradient( 179deg, rgb(213 232 253 / 68%) 40%, rgb(242 242 242) 100%); */
}

.Offer-section2 .text-bx {
    padding-right: 45px;
}

.Offer-section2 .text-bx {
    position: relative;
}

.Offer-section2 .text-bx::after {
    background-color: #252626;
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 8%);
}

.Offer-section3 .text-bx::after {
    background-color: #252626;
    width: 1px;
    content: "";
    position: absolute;
    right: 10px !important;
    top: 0;
    height: calc(100% + 8%);
}

.Offer-section3 .text-bx {
    position: relative;
}

.Offer-section3 .image-bx img {
    width: 100%;
    padding-right: 0px;
    border: 1px solid #ebebeb;
}


/* FAQ */

.faq .accordion {
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    box-shadow: 0 2px 0.725rem hsl(0, 0%, 0%, 10%);
    margin-inline: auto;
    margin-top: 20px;
}

.faq .accordion-item {
    border-radius: 0;
    border: 0px solid #ccc;
}

.faq .accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.faq .accordion-button {
    font-size: 18px;
    box-shadow: none;
    color: #000;
    border-radius: 0 !important;
    font-weight: 400;
}

.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fb6767;
}

.faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert();
}

.faq .accordion-item {
    border-radius: 0;
    border: 1px solid #ccc;
}

.accordion-header {
    margin-bottom: 0;
    border: 1px solid #ccc;
}

.accordion-button:focus {
    z-index: 3;
    outline: unset !important;
    box-shadow: unset !important;
}