* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

iframe{
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

.text-bold {
    font-weight: 700 !important;
}
*:focus {
    outline: none;
}
p {
    color: #000000;
    font-size: 14px;
}
span.empty {
    min-height: 96px;
    width: 100%;
    display: block;
}

.divider {
    background-image: url("../images/divider2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    position: absolute;
    top: 0;
}

/*HOME*/
.header-row {
    margin: 0px auto 60px;
    text-align: center;
    width: 75%;
}

.header-row h2 {
    font-size: 35pt;
    padding: 1rem 0;
    font-weight: 800 !important;
    color: #95469a;
}

.header-row h3 {
    margin-top: 0;
    font-size: 20pt;
    font-weight: 400 !important;
}

.home-video {
    width: 95%;
    height: 90%;
}

@media screen and (max-width: 992px) {
    .header-row {
        margin: 10px auto 30px;
        width: 75%;
    }

    .header-row h3 {
        font-size: 1.3rem;
    }

    .header-row h2 {
        font-size: 20pt;
    }
}

/*Card Section*/
.card-row {
    margin-bottom: 50px;
}

.card-row .col-sm-12.col-md-5 {
    margin: 0 auto;
}

.card-header-blk {
    border: 1px solid #95469a;
    border-radius: .25rem;

    width: 100%;
}

#left-card {
    float: left;
}

#right-card {
    float: right;
}

.purple-txt{
    color: #95469a;
}
.text-black{
    color: #000;
}
.product-row .col-md-12.col-lg-4.p-2.my-5{
    height: 300px;
    text-align: center;

}

/*#senior-card{
    background-image: url('../images/adult-bread.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#junior-card {
    background-image: url('../images/child-apple.JPG');
    background-size: cover;
    background-repeat: no-repeat;
}*/
.mh-250{
    max-height: 250px;
    margin: auto;
    display: block;
}

.card-overlay {
    /*background-color: #fff;*/
}

.order-card h4{
    background-color: #F2F1F1;
    padding: 20px;
}

.order-card ul{
    padding: 20px;
    list-style-type: none;
}
.list-style-type-none{
    list-style-type: none;
}
.list-style-type-none li{
    margin: 0 !important;
}

.order-body{
    background-color: #fcfcfc;
    border: 1px solid lightgrey;
}

@media screen and (max-width: 992px) {
    #senior-mobile-card{
        background-image: url('../images/adult-bread.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #junior-mobile-card {
        background-image: url('../images/child-apple.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.6;
    }
    .category-title{
        margin: auto;
    }
}

.year-button-junior, .year-button-senior {
    background-color: #95469a;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    padding: 10px 15px;
    margin: auto;
    font-size: 9pt;
    font-weight: 600;
    z-index: 100;
}

.year-button-junior {
    left: 20%;
}

.year-button-senior {
    left: 30%;
}

.junior-title {
    margin: 0;
    color: #279ee7 !important;
    font-family: 'Kalam', cursive;
}

.card-header-image {
    padding: 0;
}

.card-header-image img {
    width: 100%;
    height: 100%;
}

.card-header-content {
    padding: 20px;
    text-align: center;
    min-height: 300px;
}

.card-header-content h2 {
    color: #7AAED1;
}

.card-header-content h3 {
    font-size: 1.8rem;
    margin: 20px 0 0;
    color: #95469a;
}

.card-header-content p {
    margin: 10px 0;
}

.card-btn-bottom-appointment, .card-btn-bottom-read-more {
    position: absolute;
    bottom: 20px;
    font-size: 11pt;
    z-index: 100;
}
.card-btn-bottom-appointment{
    width: 150px;
}
.card-btn-bottom-read-more{
    width: 100px;
}

.card-btn-bottom-appointment {
    right: 10px;
}

.card-btn-bottom-read-more {
    left: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .card-btn-bottom-appointment, .card-btn-bottom-read-more {
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .card-header-content h2, .card-header-content h3, .card-header-content p {
        position: relative;
        z-index: 100;
    }
}

@media screen and (max-width: 767px) {
    #left-card, #right-card {
        float: none;
        margin: 20px auto;
    }

    .card-row {
        margin-bottom: 50px;
    }
    .read-more-btn, .appointment-btn, .order-btn,
    .card-btn-bottom-appointment, .card-btn-bottom-read-more {
        width: 100% !important;
        left: unset;
        right: unset;
        bottom: unset;
        display: block;
        position: relative;
        margin-bottom: 20px;
    }
}

/*More About Article*/
.more-about-row {
    margin-bottom: 130px;
}

.more-about {
    text-align: center;
}

.more-about h2 {
    color: #95469a;
}

.more-about p {
    padding: 0 6%;
}

.read-more-btn, .appointment-btn, .order-btn {
    width: 30%;
    font-size: 11pt;
    margin: 10px 10px 0 0;
}

@media screen and (max-width: 992px) {
    .more-about-row {
        margin-bottom: 0;
    }

    .more-about {
        margin: 30px 0 50px;
    }

    .shop-category{
        font-size: 14pt;
    }
}

/*Topical Section*/
.topical-container {
    padding-bottom: 80px;
}

.topical-header-row h2 {
    color: #95469a;
    margin: 30px auto;
}

.slick-wrapper {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
}
.slick-slide {
    margin: 0 27px;
}
.slick-list {
    margin: 0 -27px;
}
.slick-active:focus {
    outline: none;
}
.slick-initialized .slick-slide {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #95469a;

    padding-bottom: 50px !important;
}
.slick-wrapper .topical-img {
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 20px 0;
}
.slick-wrapper .topical-title {
    color: #95469a;
    font-size: 15pt;
    font-weight: 600 !important;

    margin-top: 10px;
}
.slick-wrapper .topical-detail {
    font-size: 12px;
    color: darkgrey;
    margin: 10px 0;
}
.slick-wrapper .topical-link {
    color: #28a745 !important
}
.slick-wrapper .topical-wrapper-btn {
    position: absolute;
    bottom: 20px;
}
.slick-arrow:before {
    color: #95469a !important;
    font-size: 30px !important;
}
.all-messages-btn {
    margin: 0 auto 20px;
}
.slick-prev {
    z-index: 999;
}

.widget-iframe iframe{
    margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
    .widget-iframe iframe{
        margin-left: 1rem;
    }

}

@media screen and (max-width: 992px) {
    .widget-iframe{
        padding: 5px;
    }
    .widget-iframe iframe{
        margin-left: 0;
        width: 300px;
        margin: 10px auto;
        display: block;
    }

    /*.widget-iframe iframe{*/
    /*    margin: auto;*/
    /*    display:block;*/
    /*}*/

}

@media screen and (max-width: 600px) {
}

/*Section*/
.section-row.text-align-1 {
    text-align: left;
}

.section-row.text-align-2 {
    text-align: center;
}

.section-row.text-align-3 {
    text-align: right;
}

.first-section {
    padding-top: 20px !important;
    /*margin: 15px 30px;*/
}

.mobile-section-img {
    display: none;
}

@media screen and (min-width: 992px) {
    .first-section p {
        width: 100% !important;
        /*margin: 5px 30px !important;*/
    }
}

@media screen and (max-width: 992px) {
    .first-section h2 {
        margin: 0;
    }

    .mobile-section-img {
        display: block;
        width: 100%;
        margin: 20px 0;
    }
    .section-img {
        display: none !important;
    }

    .first-section .section-content-full p {
        width: 100%;
    }
}

.section-row {
    padding: 50px 0px;
}

ul:not(.nav) li,
.section-row ul li{
    font-size: 14px;
    margin-left: 20px;
}

.row h2 {
    color: #95469a;
}

.section-background-1 {
    background-image: url('../images/pastel-green-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.fa-check {
    text-align: center;
    display: grid;
    color: transparent !important;
}
.section-background-1 .section-row {
    padding: 80px 0 80px 0;
}
.fa-check:before {
    color: green;
}
.white-bg {
    padding: 2rem;
    background-color: #ffffff;
}
.section-background-1 .white-bg {
    /*position: relative;*/
    /*top: -40px;*/
}
.no-bg {
    width: 100%;
    height: 100%;
    min-height: 300px;

    position: relative;
}
.section-img {
    width: 100%;
    height: 100%;
}
.vertical-image img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 95%;
}

.vertical-video iframe, .vertical-video video{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 95%;
}

.section-content, .section-content-full {
    margin: 25px;
}
.section-content p:has(> span.fas) {
    margin: 0;
    max-height: 28px;
}
.section-content p > span.fas {
    text-align: center;
    display: grid;
    color: transparent !important;
}
.section-content p > span.fas:before {
    color: green
}

@media screen and (max-width: 992px) {
    .vertical-video iframe, .vertical-video video{
        position: static;
        top: 0;
        transform: translateY(0);
        max-width: 100%;
    }

    .section-content, .section-content-full {
        margin: 0px;
    }
}

.section-header-article p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.section-content-full p {
    width: 45%;
    margin-right: 40px;
    padding-bottom: 10px;
    float: left;
}

.section-title {
    margin-bottom: 30px;
}

.section-title-color-2 {
    color: #007aeb !important;
}

.button-outline-color-purple {
    width: 40%;
    background-color: #fff;
    color: #95469a;
    border: 1px solid #95469a;
}

.button-outline-color-purple:hover {
    background-color: #95469a;
    color: #fff;
    border: 1px solid #95469a;
}

.button-color-purple {
    width: 40%;
    border: 1px solid #95469a;
    background-color: #95469a;
    color: #fff
}

.button-color-purple:hover {
    border: 1px solid #95469a;
    background-color: #7e3b82;
    color: #fff
}

.junior-header-title {
    color: #95469a;
    margin-bottom: 30px;
    font-family: 'Kalam', cursive;
    font-style: italic;
}

@media screen and (max-width: 992px) {
    .section-row {
        padding: 20px 0px;
    }

    .row h2 {
        font-size: 20pt;
        text-align: center;
    }

    .section-header-article p {
        font-size: 1.0rem;
        margin: 0;
    }

    table td {
        font-size: 12pt;
    }
}

/*Read More Page*/
.read-more-row ul {
    margin-left: 20px;
}

#read-more-img {
    width: 100%;
}

.hide {
    display: none;
}

.hide-btn {
    display: none;
}

.read-more-list-header {
    background-color: #95469a;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
}

.read-more-list-content {
    background-color: #F2F1F1;
    padding: 20px;
}

.read-more-list-item {
    text-decoration: none !important;
}

.read-more-list-img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.read-more-list-title {
    font-weight: 600;
    color: #000;
    cursor: pointer;
}


/*Empty Section And Empty Training*/
.empty-section, .empty-training {
    height: 80vh;
    background-image: url("../images/empty-section-img.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.empty-section .container-fluid, .empty-training .container-fluid {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);

}

.empty-section h2, .empty-training h2 {
    margin-top: 10%;
}

.empty-section h2, .empty-section h3, .empty-training h2, .empty-training h3 {
    width: 100%;
    text-align: center;
}

.empty-section a, .empty-training a {
    margin: 5% auto
}

/*Contact > Location*/
.i4ewOd-pzNkMb-haAclf {
    background-color: red;
    display: none !important;
}

/*News Message Page*/
.news-message-container h2 {
    text-align: center;
    color: #95469a;
}

.news-message-card {
    float: left;
    border: 1px solid #95469a;
    border-radius: 10px;
    padding: 30px;
    min-height: 550px;
    margin-bottom: 30px;
}

.news-message-card a {
    color: #000;
    text-decoration: none;
}

.news-message-card h5 {
    color: #95469a;
}

.news-message-card p {
    margin: 20px 0;
}

.news-message-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 20px;
}

.read-more-news-message-btn {
    position: absolute;
    bottom: 45px;
    color: #28a745 !important;
}

.detail-news-message ul {
    margin-left: 20px;
}

.mobile-detail-news-message {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobile-detail-news-message {
        display: block;
        width: 100%;
    }

    .desktop-detail-news-message {
        display: none;
    }
}


/*Page Not Found*/
.page-not-found, .workout-not-found {
    height: 80vh;
    background-image: url("../images/page-not-found-img.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.page-not-found .container-fluid, .workout-not-found .container-fluid {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);

}

.page-not-found h2, .workout-not-found h2 {
    margin-top: 10%;
    width: 100%;
    text-align: center;
}

.workout-not-found h3 {
    width: 100%;
    text-align: center;
}

.page-not-found a, .workout-not-found a {
    margin: 5% auto
}

.team-wrapper {
    padding: 50px 0;
}
.team {
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #95469a;
    background-color: #ffffff;
    margin: 20px auto;

    position: relative;

    -webkit-box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
    box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
}
.team img {
    margin: 0 auto;
}
.team h4 {
    color: #95469a;
    margin-top: 10px;
    text-decoration: none !important;
}
.team p {
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none !important;
}
.team .btn {
    position: absolute;
    bottom: 10px;
    left: 8%;
    width: 80%;
}
.detail-member-row {
    text-align: left;
    margin-top: 40px;
}
.detail-member-row h3 {
    color: #53ba4e;
    font-weight: 500 !important;
    margin-bottom: 20px;
}
.detail-member-row h2 {
    color: #95469a;
    font-weight: 700 !important;
    margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .detail-member-row h3 {
        text-align: center;
    }

    .detail-member-img {
        display: none;
    }

    .detail-member-img-mobile {
        display: block;
        width: 100%;
    }
}

/*Training Page*/
.workout-header-row h2 {
    color: #95469a;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid lightgrey;
}

.workout-row {
    margin: 20px 0 110px;
}

.workout-title {
    color: #95469a;
    text-align: center;
}

.workout-image {
    border: 1px solid #95469a;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    cursor: pointer;
}

.workout-read-more-overlay, .workout-read-more-overlay-show {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    background-color: rgba(149, 70, 154, 0.7);
    overflow: hidden;
    transition: .5s ease;
}

.workout-overlay, .workout-overlay-show {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #95469a;
    overflow: hidden;
    transition: .5s ease;
}

.workout-read-more-overlay-show {
    height: 350px;
}

.workout-overlay-show {
    height: 60%;
}

.workout-read-more-overlay, .workout-overlay {
    height: 0;
}

.workout-card:hover .workout-read-more-overlay {
    height: 350px;

}

.workout-card:hover .workout-overlay {
    height: 60%;
}

.workout-read-more-overlay h4, .workout-read-more-overlay-show h4 {
    text-align: center;
    padding: 20px;
    color: #fff;
}

.training-content {
    color: white;
    font-size: 20px;
    padding: 20px;
}

.training-content h5 {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.detail-workout-container {
    padding: 0;
}

.detail-workout-row {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.detail-workout-overlay {
    background-color: rgba(149, 70, 154, 0.7);
    color: #fff;
    margin: 20px;
    padding: 20px;
    height: 60%;
    width: 45%;
}

.workout-info-header {
    background-color: #95469a;
    color: #fff;
    padding: 30px 10px;
}

.workout-info-block {
    background-color: #F2F1F1;
}

.workout-info-block ul {
    list-style-type: none;
}

.workout-info-block ul li {
    padding: 10px 30px;
}

.scroll-to-form {
    margin-top: 350px;
}

.scroll-to-form a {
    color: #fff;
}

.workout-form {
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 25px;
}

.fixed-sideBar {
    position: fixed;
    top: 40px;
}

@media screen and (max-width: 992px) {
    .detail-workout-overlay {
        width: 100%;
    }

    .scroll-to-form {
        margin: auto;
    }

    .detail-workout-content p {
        margin: 20px;
    }

    #workout-form {
        margin: 30px;
    }
    .order-ebook-image{
        max-height: 400px !important;
    }

}

.registration-done-blk {
    margin: 60px 0;
}

.registration-done-blk h2, .registration-done-blk p {
    width: 100%;
}

.registration-done-blk p {
    margin-bottom: 60px;
}

.max-h-50{
    height: 200px !important;
}


/*Footer*/

.footer-divider {
    background-image: url("../images/divider2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
}

.site-footer {
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #95469a;
    font-size: 16px;
    margin: 5px 0 10px;
    letter-spacing: 2px
}

.site-footer a {
    color: #000;
}

.footer-link {
    margin: 0;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;

    margin-left: 0;
    margin-right: 6px;
    border-radius: 100%;
}

.site-footer .social-icons li{
    margin: 0 0 15px 0;
}

.copyright-text {
    margin: 0
}

@media (max-width: 991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .team {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text {
        text-align: center
    }
}

@media (max-width: 600px) {
    .site-footer {
        margin: 0 30px;
    }

}
@media all and (max-width: 600px) {
    .slick-prev {
        left: -10px !important;
    }
    .slick-next {
        right: 0 !important;
    }
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.instagram:hover {
    background-color: #ea4c89
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.footer-image {
    width: 100px;
}

.affiliated-with-blk {
    border: 2px solid lightgrey;
    padding: 20px;
    margin: 10px;
}

.affiliated-with-card {
    width: 100%;
    height: 300px;
}

#map {
    height: 500px;
}

.address-field {
    height: 0;
    border: none;
}