/* ----
Primary color: #ea0731
Secondary color: #f5395c
----*/

@font-face {
    font-family: "Bree Serif";
    src: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502030/html/fonts/BreeSerif-Regular.woff2');
}

body {
    font-family: "Bree Serif";
    overflow-x: hidden;
    color: #111;
    min-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px
}

img {
    max-width: 100%
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff
}

ul,
ol {
    padding: 0;
    margin: 0
}

.row {
    margin: 0;
}

#back-to-top {
    background-color: #ea0731;
    position: fixed;
    bottom: 30px;
    right: 25px;
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: none;
    z-index: 1;
}

#back-to-top img {
    width: 23px;
    margin-top: -8px;
}


/* ripple button style */

@keyframes shake {
    25% {
        transform: rotate(calc(var(--angle) * -1));
    }
    50% {
        transform: rotate(var(--angle));
    }
    100% {
        transform: rotate(0deg);
    }
}

.ripple {
    --width: 100%;
    --time: 0.7s;
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 0 18px;
    color: white;
    background: #222;
    overflow: hidden;
    line-height: 45px;
}

.ripple text {
    position: relative;
    z-index: 5;
    transition: color var(--time);
}

.ripple:hover text {
    color: #fff;
}

.ripple span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #ea0731;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}

.ripple:hover span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}

.animated {
    --angle: 5deg;
    animation: shake 0.3s;
}

.section-title {
    text-align: center;
    margin-bottom: 45px
}

.title_hide {
    position: absolute;
    top: -20px;
    z-index: -1;
    opacity: 0.1;
    color: #2f2f2f;
}

.section-title h2 {
    color: #111;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.breadcrumb-section.set-bg,
.hero-section.set-bg {
    background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502030/html/img/breadcrumb/classes-breadcrumb.jpg');
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px
}

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff
}

.primary-btn {
    font-size: 16px;
    display: inline-block;
    height: 46px;
    line-height: 45px;
    padding: 0 20px;
    color: #fff;
    background-color: #f5395c;
    border-radius: 4px;
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader .8s linear infinite;
    -webkit-animation: loader .8s linear infinite
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #ea0731;
        border-left-color: transparent
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #f5395c;
        border-left-color: transparent
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #ea0731;
        border-left-color: transparent
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #ea0731;
        border-left-color: transparent
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #f5395c;
        border-left-color: transparent
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #ea0731;
        border-left-color: transparent
    }
}

.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-section.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 6px 10px -2px rgba(210, 210, 210, 0.75);
    z-index: 9;
    transform: translateZ(0);
    transition: all 0.5s;
}

.header-section.fixed .nav-menu ul li a {
    color: #212121;
}

.logo {
    float: left
}

.logo a {
    display: inline-block;
    padding: 5px 0;
}

.nav-menu {
    float: right
}

.nav-menu .mainmenu {
    display: inline-block;
    padding: 27px 0;
}

.nav-menu .mainmenu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 27px
}

.nav-menu .mainmenu ul li.active a:after {
    opacity: 1
}

.nav-menu .mainmenu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 28px 0;
    position: relative
}

.nav-menu .mainmenu ul li.active a,
.nav-menu .mainmenu ul li a:hover {
    color: #ea0731 !important;
}

.nav-menu .signup-btn {
    display: inline-block;
    margin: 16px 0 16px 30px
}

.nav-menu .signup-btn:after {
    opacity: 0
}

.slicknav_menu {
    display: none
}

.hero-section {
    height: 550px;
    padding-top: 180px;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.hero-text span {
    font-size: 14px;
    color: #ea0731;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600
}

.hero-text h1 {
    font-size: 70px;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 18px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 7px
}

.hero-text p {
    color: #fff;
    margin-bottom: 44px
}

.about-pic {
    position: relative
}

.about-pic img {
    min-width: 100%
}

.about-pic .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-41.5px, -41.5px);
    -ms-transform: translate(-41.5px, -41.5px);
    transform: translate(-41.5px, -41.5px)
}

.about-text {
    padding-top: 15px;
    padding-left: 40px
}

.about-text h2 {
    font-size: 40px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px
}

.about-text p {
    color: #6b6b6b
}

.about-text p.first-para {
    margin-bottom: 10px
}

.about-text p.second-para {
    margin-bottom: 50px
}

.about-text img {
    margin-bottom: 25px
}

.about-text .at-author h4 {
    font-size: 22px;
    color: #111;
    font-weight: 600
}

.about-text .at-author span {
    font-size: 12px;
    color: #ea0731
}

.about-section.about-page .about-text {
    padding-top: 8px
}

.about-section.about-page .about-text h2 {
    margin-bottom: 20px
}

.about-section.about-page .about-text .second-para {
    margin-bottom: 28px
}

.services-pic {
    margin-left: -15px;
    margin-right: -15px
}

.services-pic img {
    height: 660px;
    min-width: 100%
}

.services-item {
    margin-left: -15px;
    margin-right: -15px;
    background: #141414;
    padding-top: 90px;
    position: relative;
    padding-left: 40px;
    padding-right: 45px;
    height: 320px
}

.services-item.bg-gray {
    background: #1e1e1e
}

.services-item.pd-b {
    padding-top: 118px
}

.services-item img {
    position: absolute;
    left: 40px;
    top: 65px;
    width: 50px;
}

.services-item h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 20px
}

.services-item p,
.three_elips {
    color: #bdbdbd;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.classes-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.classes-section.classes-page {
    padding-bottom: 60px;
    background-color: #f7f7f7;
}

.classes-section.classes-page .col-lg-4 {
    margin-bottom: 25px;
}

.single-class-item {
    height: 225px;
    position: relative;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.single-class-item img.set-bg {
    width: 100%;
    object-fit: cover;
}

.single-class-item .price {
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(234 7 49);
    border-top-right-radius: 6px;
    padding: 8px 12px;
}

.classes-section .detail {
    border: 1px solid #cdcdcd;
    padding: 10px 18px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
}

.single-class-item .price h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.trainer-section {
    padding-top: 80px;
    padding-bottom: 90px
}

.trainer-section.about-trainer {
    background: #fff
}

.single-trainer-item {
    position: relative;
    background-color: #e0e0e0;
    border-radius: 6px;
    height: 360px;
}

.single-trainer-item:hover .trainer-text {
    height: 250px;
    bottom: 0px;
    padding: 26px 30px 30px;
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%)
}

.single-trainer-item:hover .trainer-text p {
    opacity: 1
}

.single-trainer-item:hover .trainer-text .trainer-social {
    opacity: 1;
    visibility: visible
}

.single-trainer-item img {
    min-width: 100%;
    height: 100%;
}

.single-trainer-item .trainer-text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15);
    padding: 20px 30px 18px;
    height: 90px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.single-trainer-item .trainer-text h5 {
    font-size: 20px;
    color: #111;
    font-weight: 600;
    margin-bottom: 4px
}

.single-trainer-item .trainer-text span {
    font-size: 16px;
    color: #ea0731
}

.single-trainer-item .trainer-text p {
    margin-top: 7px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.single-trainer-item .trainer-text .trainer-social {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.single-trainer-item .trainer-text .trainer-social a {
    display: inline-block;
    font-size: 17px;
    color: #111;
    margin-right: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.single-trainer-item .trainer-text .trainer-social a:hover {
    color: #ea0731
}

.single-trainer-item .trainer-text .trainer-social a:last-child {
    margin-right: 0
}

.testimonial-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonial-section:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 540px;
    /* background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502030/html/img/testimonial/testimonial-bg.jpeg'); */
    content: "";
    -webkit-transform: translate(-550px, -270px);
    -ms-transform: translate(-550px, -270px);
    transform: translate(-550px, -270px)
}

.testimonial-section .section-title {
    margin-bottom: 35px
}

.testimonial-slider.owl-carousel .owl-item img {
    display: inline-block
}

.testimonial-slider.owl-carousel .owl-nav button {
    font-size: 36px;
    color: #bdbdbd;
    position: absolute;
    left: -110px;
    top: 30%;
    box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 15%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 11px;
}

.testimonial-slider.owl-carousel .owl-nav button .fa {
    color: #ea0731;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
    color: #ed8064
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -110px
}

.testimonial-slider .testimonial-item {
    text-align: center
}

.testimonial-slider .testimonial-item p {
    font-size: 22px;
    color: #111;
    line-height: 30px;
    margin-top: 40px
}

.testimonial-slider .testimonial-item .ti-pic {
    /* width: 120px;
    height: 120px; */
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.testimonial-slider .testimonial-item .ti-pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonial-slider .testimonial-item .ti-author {
    margin-top: 25px
}

.testimonial-slider .testimonial-item .ti-author h4 {
    font-size: 22px;
    color: #111;
    font-weight: 600;
    margin-bottom: 8px
}

.testimonial-slider .testimonial-item .ti-author span {
    font-size: 16px;
    color: #ea0731
}

.banner-section {
    padding-top: 65px
}

.banner-text {
    padding-top: 145px
}

.banner-text h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

.banner-text p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px
}

.membership-section {
    padding-bottom: 0;
    padding-top: 25px;
}

.membership-section .section-title {
    margin-bottom: 55px
}

.membership-item {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
    padding-bottom: 30px
}

.membership-item .mi-title {
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    padding: 25px 0;
    position: relative;
    margin-bottom: 38px
}

.membership-item .mi-title h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.membership-item .mi-price {
    font-size: 40px;
    color: #ea0731;
    font-weight: 600;
    margin-bottom: 24px
}

.membership-item .mi-price span {
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 400
}

.membership-item ul {
    margin-bottom: 27px
}

.membership-item ul li {
    list-style: none;
    font-size: 16px;
    line-height: 36px
}

.membership-item ul li p {
    margin-bottom: 0;
    color: #6b6b6b
}

.membership-item ul li span:last-child {
    color: #111;
    font-weight: 600
}

.membership-item .membership-btn {
    color: #fff;
    width: 100%;
}

.membership-item .membership-btn:hover {
    color: #fff
}

.membership-item .membership-btn:hover:after {
    opacity: 1
}

.membership-item .membership-btn:after {
    opacity: 0
}

.register-section {
    background: #f5f4f4;
    padding-top: 235px;
    margin-top: -135px
}

.register-pic {
    background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502030/html/img/register-pic.jpg');
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    height: 100%;
    padding: 0 30px;
    text-align: center;
    display: flex;
    background-size: 100%;
    background-repeat: no-repeat;
}

.register-pic>div {
    color: #fff;
    align-self: center;
}

.register-pic>div p {
    color: #fff;
}

.register-section.classes-page {
    background: #fff;
    padding-top: 100px;
    margin-top: 0;
}

.register-section.classes-page .classes-page-text {
    -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, .15);
    box-shadow: 0 12px 21px rgba(0, 0, 0, .15)
}

.register-section .section-title {
    margin-bottom: 32px
}

.register-section .section-title h2 {
    margin-bottom: 12px
}

.register-text {
    padding: 50px 70px 60px;
    background: #fff;
    margin-left: -15px
}

.register-text .register-form label {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 11px
}

.register-text .register-form input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 18px
}

.register-text .register-form .register-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    border: none;
    padding: 12px 0;
    cursor: pointer;
    margin-top: 30px
}

.register-pic {
    margin-right: -15px
}

.register-pic img {
    height: 502px
}

.latest-blog-section {
    padding-bottom: 50px
}

.latest-blog-section .section-title {
    margin-bottom: 55px
}

.latest-blog-section.recommend {
    padding-top: 0
}

.latest-blog-section.recommend h3 {
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 52px
}

.footer-section .contact-option p a {
    color: #fff;
}

.footer-section {
    background: #111;
    padding-top: 60px;
}

.contact-option span {
    font-size: 16px;
    color: #ea0731
}

.contact-option p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px
}

.subscribe-option .so-text {
    float: left;
    padding: 34px 0 26px
}

.subscribe-option .so-text h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px
}

.subscribe-option .so-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff
}

.subscribe-option .subscribe-form {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.subscribe-option .subscribe-form input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    color: #bdbdbd;
    border: 1px solid #fff;
    padding-left: 15px;
    border-radius: 15px;
}

.subscribe-option .subscribe-form button {
    font-size: 18px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    border: none;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 22px;
    border-radius: 15px;
}

.copyright-text.bg {
    background-color: #353535;
    margin-top: 30px;
}

.copyright-text .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.copyright-text p a,
.copyright-text p {
    color: #fff
}

.copyright-text p a:hover {
    color: #eb3c5a
}

.copyright-text ul {
    display: inline-block
}

.copyright-text ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    margin-right: 25px;
    line-height: 40px
}

.copyright-text ul li:last-child {
    margin-right: 0
}

.copyright-text ul li a {
    color: #fff
}

.copyright-text ul li:last-child {
    margin-right: 0
}


/* .copyright-text .footer-social {
    float: right
} */

.copyright-text .footer-social a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #282828;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 4px
}

.copyright-text .footer-social a:first-child {
    margin-left: 0
}

.copyright-text .footer-social a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731)
}

.breadcrumb-section {
    padding-top: 150px;
    height: 350px;
    background-attachment: fixed;
}

.breadcrumb-text {
    text-align: center
}

.breadcrumb-text h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 3px;
}

.classes-timetable .nav-controls {
    text-align: center;
    margin-bottom: 42px
}

.classes-timetable .nav-controls ul li {
    list-style: none;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    display: inline-block;
    margin-right: 48px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.classes-timetable .nav-controls ul li.active {
    color: #ea0731
}

.classes-timetable .nav-controls ul li:hover {
    color: #ea0731
}

.classes-timetable .nav-controls ul li:last-child {
    margin-right: 0
}

.schedule-table.filtering .ts-item {
    opacity: 0
}

.schedule-table.filtering .ts-item.show {
    opacity: 1
}

.schedule-table table {
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1
}

.schedule-table table thead tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0;
    background: #f0f0f0;
    border-right: 1px solid #cdcdcd;
    padding: 15px 30px;
}

.schedule-table table tbody tr {
    border-top: 1px solid #e5e5e5
}

.schedule-table table tbody tr td {
    width: 146px;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    padding: 18px 0;
    position: relative;
    z-index: 1
}

.schedule-table table tbody tr td.ts-item {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.schedule-table table tbody tr td:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    content: "";
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.schedule-table table tbody tr td.hover-bg:hover h6 {
    color: #fff
}

.schedule-table table tbody tr td.hover-bg:hover span {
    color: #fff
}

.schedule-table table tbody tr td.hover-bg:hover .trainer-name {
    color: #fff
}

.schedule-table table tbody tr td.hover-bg:hover:after {
    opacity: 1
}

.schedule-table table tbody tr td.workout-time {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase
}

.schedule-table table tbody tr td h6 {
    font-weight: 600;
    color: #ea0731;
    text-transform: uppercase;
    margin-bottom: 5px
}

.schedule-table table tbody tr td span {
    font-size: 14px;
    font-weight: 600;
    color: #111
}

.schedule-table table tbody tr td .trainer-name {
    font-size: 14px;
    color: #6b6b6b
}

.about-counter-text {
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    overflow: hidden;
    padding: 35px 65px 15px
}

.about-counter-text .single-counter {
    text-align: center;
}

.about-counter-text .single-counter:last-child {
    margin-right: 0
}

.about-counter-text .single-counter h1 {
    font-size: 55px;
    color: #fff;
    display: inline-block
}

.about-counter-text .single-counter p {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase
}

.about.banner-section {
    background-color: #efefef;
}

.about .banner-text h2,
.about .banner-text p {
    color: #333;
}

.award-text {
    padding-top: 20px
}

.award-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 20px
}

.award-text p {
    margin-bottom: 10px
}

.gym-award .award-slider div img {
    height: 210px !important;
}

.bmi_checker table td {
    padding: 10px 40px;
}

.bmi_checker .bmi-calculator {
    width: 100%;
    display: table;
    background: #111;
    color: #4e5279;
    border-radius: 5px;
    box-shadow: 0 12px 21px rgb(0 0 0 / 15%);
}

.bmi_checker .result {
    display: table;
    width: 100%;
}

.bmi_checker .result-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #4ca456;
    background: -webkit-linear-gradient(left top, #4fd24d, #4ca456);
    background: -o-linear-gradient(bottom right, #4fd24d, #4ca456);
    background: -moz-linear-gradient(bottom right, #4fd24d, #4ca456);
    background: linear-gradient(to bottom right, #4fd24d, #4ca456);
    transition: all 0.4s ease-in;
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-delay: 2s;
    box-shadow: 0 12px 21px rgb(0 0 0 / 15%);
}

.bmi_checker .result-text h1 {
    color: #fff;
    font-size: 2.8em;
    margin: 8px 0;
    padding: 0;
}

.bmi_checker .result-text small {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.bmi_checker .calculator {
    padding: 20px;
}

.bmi_checker .calculator-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 15px;
}

.bmi_checker .calculator-hr {
    margin-top: -10px;
    width: 80%;
    border: 1.2px solid #ea0731;
    border-radius: 15px;
}

.bmi_checker input[type=range] {
    -webkit-appearance: none;
    width: 75%;
    height: 4px;
    background: #27283a;
    border-radius: 5px;
    display: inline-block;
    margin-top: -15px;
}

.bmi_checker input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.bmi_checker input[type=range]:focus {
    outline: none;
}

.bmi_checker input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.bmi_checker input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ea0731;
    cursor: pointer;
}

.bmi_checker input[type=range]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ea0731;
    cursor: pointer;
}

.bmi_checker input[type=range]::-ms-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ea0731;
    cursor: pointer;
}

.bmi_checker .field-text {
    font-size: 2em;
    color: #ea0731;
    font-weight: 700;
    padding: 8px;
    display: inline-block;
}

.bmi_checker .label-height:after {
    content: ' Cm';
    font-size: 0.5em;
    color: #b9b9b9;
    font-weight: 400;
    text-align: center;
    margin-top: -12px;
}

.bmi_checker .label-weight:after {
    content: ' Kg';
    font-size: 0.5em;
    color: #b9b9b9;
    font-weight: 400;
}

.bmi_checker .submit {
    text-align: center;
    margin-top: 15px;
}

.bmi_checker #submit {
    background: #ea0731;
    background: -webkit-linear-gradient(left top, #ea0731, #ff3875);
    background: -o-linear-gradient(bottom right, #ea0731, #ff3875);
    background: -moz-linear-gradient(bottom right, #ea0731, #ff3875);
    background: linear-gradient(to bottom right, #ea0731, #ff3875);
    border: none;
    border-radius: 30px;
    padding: 4px 25px;
    color: #111;
    font-size: 1.5em;
    font-weight: 100;
    transition: all 0.3s ease-in;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.bmi_checker #submit:hover,
.bmi_checker #submit:focus {
    color: #fff;
    outline: none;
}

.product-box {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: 0 0 10px rgb(175 175 175 / 23%);
    border-radius: 7px;
}

.product-box figure {
    margin: 0;
    background-color: #fff;
    padding: 10px 0;
}

.product-box figure img {
    width: 180px !important;
    margin: 0 auto;
}

.product-box .product-content {
    border-top: 1px solid #f3f3f3;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.product-box .product-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 60px;
}

.product-box .product-content .price {
    color: #ea0731;
}

.gallery-section {
    padding-bottom: 70px
}

.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.sl-overlay {
    background: #0e0e0e;
    opacity: 0.9;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    color: #fff;
}

.sl-wrapper .sl-counter {
    display: none !important;
}

.blog-section {
    padding-bottom: 50px
}

.single-blog-item {
    margin-bottom: 42px
}

.single-blog-item img {
    min-width: 100%;
    margin-bottom: 30px
}

.single-blog-item .blog-widget {
    margin-bottom: 10px
}

.single-blog-item .blog-widget .bw-date {
    font-size: 14px;
    color: #bdbdbd;
    display: inline-block;
    margin-right: 8px
}

.single-blog-item .blog-widget .tag {
    font-size: 14px;
    color: #ea0731
}

.single-blog-item h4 a {
    color: #111;
    font-weight: 600;
    line-height: 30px
}

.blog-details {
    padding-top: 50px
}

.blog-details-hero {
    height: 633px;
    padding-top: 280px
}

.bd-hero-text {
    text-align: center
}

.bd-hero-text span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #ea0731;
    letter-spacing: 2px;
    border-radius: 2px;
    padding: 4px 16px;
    display: inline-block
}

.bd-hero-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 15px
}

.bd-text .bd-title {
    margin-bottom: 55px
}

.bd-text .bd-title p {
    font-size: 17px;
    line-height: 30px
}

.bd-text .bd-pic {
    margin-bottom: 35px
}

.bd-text .bd-pic img {
    min-width: 100%;
    margin-bottom: 20px
}

.bd-text .bd-more-text {
    margin-bottom: 52px
}

.bd-text .bd-more-text .bm-item h4 {
    font-weight: 600;
    -webkit-column-rule: #111;
    -moz-column-rule: #111;
    column-rule: #111;
    text-transform: uppercase;
    margin-bottom: 20px
}

.bd-text .bd-more-text .bm-item p {
    font-size: 17px;
    line-height: 30px
}

.bd-text .bd-quote {
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    padding: 40px 60px 30px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    margin-bottom: 52px
}

.bd-text .bd-quote samp {
    position: absolute;
    left: 45px;
    top: 35px;
    font-size: 89px;
    color: #fff;
    opacity: .1;
    line-height: 68px;
    z-index: -1
}

.bd-text .bd-quote p {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 23px
}

.bd-text .bd-quote .quote-author h5 {
    color: #fff;
    margin-bottom: 4px
}

.bd-text .bd-quote .quote-author span {
    font-size: 14px;
    color: #fff
}

.bd-text .bd-last-para {
    margin-bottom: 55px
}

.bd-text .bd-last-para p {
    font-size: 17px;
    line-height: 30px
}

.bd-text .tag-share {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-bottom: 60px
}

.bd-text .tag-share .tags {
    float: left
}

.bd-text .tag-share .tags a {
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
    background: #ebebeb;
    letter-spacing: 2px;
    border-radius: 2px;
    padding: 4px 16px;
    display: inline-block;
    font-weight: 500;
    margin-right: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bd-text .tag-share .tags a:hover {
    color: #fff;
    background: #ea0731
}

.bd-text .tag-share .tags a:last-child {
    margin-right: 0
}

.bd-text .tag-share .social-share {
    float: right
}

.bd-text .tag-share .social-share span {
    font-size: 18px;
    color: #111;
    display: inline-block
}

.bd-text .tag-share .social-share a {
    color: #111;
    display: inline-block;
    font-size: 16px;
    margin-left: 25px
}

.bd-text .blog-author {
    margin-bottom: 55px
}

.bd-text .blog-author .ba-pic {
    background: #f7f7f7;
    padding: 28px 0;
    border-radius: 2px;
    text-align: center
}

.bd-text .blog-author .ba-pic img {
    height: 144px;
    width: 144px;
    border-radius: 50%;
    border: 10px solid #fff
}

.bd-text .blog-author .ba-text {
    padding-top: 35px
}

.bd-text .blog-author .ba-text h5 {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px
}

.bd-text .blog-author .ba-text p {
    font-size: 17px;
    margin-bottom: 30px
}

.bd-text .blog-author .ba-text .bt-social a {
    display: inline-block;
    font-size: 14px;
    color: #111;
    margin-right: 25px
}

.bd-text .leave-comment h3 {
    color: #111;
    font-weight: 600;
    margin-bottom: 32px
}

.bd-text .leave-comment form input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #ebebeb
}

.bd-text .leave-comment form input:focus {
    color: #111
}

.bd-text .leave-comment form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 10px;
    color: #ebebeb;
    margin-bottom: 42px;
    resize: none
}

.bd-text .leave-comment form textarea:focus {
    color: #111
}

.bd-text .leave-comment form button {
    font-size: 16px;
    color: #fff;
    padding: 10px 33px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731);
    border: none
}

.map {
    position: relative
}

.map iframe {
    width: 100%
}

.map img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-14px, -21px);
    -ms-transform: translate(-14px, -21px);
    transform: translate(-14px, -21px)
}

.contact-info h4 {
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 47px
}

.contact-info .contact-address .ca-widget {
    overflow: hidden;
    margin-bottom: 16px
}

.contact-info .contact-address .ca-widget .cw-icon {
    height: 65px;
    width: 65px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    float: left;
    margin-right: 25px;
}

.contact-info .contact-address .ca-widget .cw-text {
    padding-top: 12px
}

.contact-info .contact-address .ca-widget .cw-text h5 {
    color: #bdbdbd;
    margin-bottom: 5px
}

.contact-info .contact-address .ca-widget .cw-text p {
    margin-bottom: 0;
    color: #111;
    font-size: 18px
}

.contact-form h4 {
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 47px
}

.contact-form form input {
    width: 100%;
    height: 51px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 30px
}

.contact-form form input::-webkit-input-placeholder {
    color: #9a9a9a
}

.contact-form form input::-moz-placeholder {
    color: #9a9a9a
}

.contact-form form input:-ms-input-placeholder {
    color: #9a9a9a
}

.contact-form form input::-ms-input-placeholder {
    color: #9a9a9a
}

.contact-form form input::placeholder {
    color: #9a9a9a
}

.contact-form form input:focus {
    color: #111
}

.contact-form form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 42px;
    resize: none
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #9a9a9a
}

.contact-form form textarea::-moz-placeholder {
    color: #9a9a9a
}

.contact-form form textarea:-ms-input-placeholder {
    color: #9a9a9a
}

.contact-form form textarea::-ms-input-placeholder {
    color: #9a9a9a
}

.contact-form form textarea::placeholder {
    color: #9a9a9a
}

.contact-form form textarea:focus {
    color: #111
}

.contact-form form button {
    font-size: 14px;
    color: #fff;
    /* padding: 10px 33px; */
    display: inline-block;
    /* background: -webkit-gradient(linear, left top, right top, from(#eb3c5a), to(#ea0731));
    background: -o-linear-gradient(left, #eb3c5a, #ea0731);
    background: linear-gradient(to right, #eb3c5a, #ea0731); */
    border: none;
    text-transform: uppercase
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-item {
        padding-top: 70px;
        padding-left: 37px;
        padding-right: 30px
    }
    .services-item img {
        left: 40px;
        top: 35px
    }
    .services-item.pd-b {
        padding-top: 70px
    }
    .testimonial-section:after {
        width: 990px;
        -webkit-transform: translate(-495px, -270px);
        -ms-transform: translate(-495px, -270px);
        transform: translate(-495px, -270px)
    }
    .footer-banner-item:after {
        width: 450px;
        -webkit-transform: translate(-225px, -155px);
        -ms-transform: translate(-225px, -155px);
        transform: translate(-225px, -155px)
    }
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -95px
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -95px
    }
    .about-counter-text .single-counter {
        margin-right: 110px
    }
    .about-text {
        padding-top: 0;
        padding-left: 20px
    }
    .award-text {
        padding-top: 0
    }
    .bd-text .blog-author .ba-text {
        padding-top: 15px
    }
}

@media only screen and (max-width:991px) {
    .testimonial-section:after,
    .register-pic {
        display: none
    }
    .banner-text {
        margin-bottom: 30px
    }
    .single-trainer-item {
        margin-bottom: 110px
    }
    .trainer-section {
        padding-bottom: 80px
    }
    .membership-item {
        margin-bottom: 40px
    }
    .register-section {
        padding-top: 195px
    }
    .register-pic {
        margin-left: 0;
        padding-top: 30px
    }
    .classes-page-text .register-pic {
        padding-top: 0
    }
    .subscribe-option .so-text {
        float: none
    }
    .subscribe-option .subscribe-form {
        float: none;
        margin: 5px 0 37px
    }
    .award-text {
        margin-bottom: 30px
    }
    .classes-page-text .register-pic img {
        min-width: 100%
    }
    .contact-info {
        margin-bottom: 30px
    }
    .register-text {
        margin-right: 0
    }
    .schedule-table table thead tr th {
        padding: 15px 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .nav-menu .mainmenu ul li {
        margin-right: 12px
    }
    .nav-menu .signup-btn {
        margin: 16px 0;
        width: 145px
    }
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -25px
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -25px
    }
    .about-counter-text .single-counter {
        margin-right: 30px
    }
    .services-pic img {
        height: auto
    }
    .register-pic img {
        height: auto;
        min-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .slicknav_menu {
        display: block;
        background: 0 0;
        padding: 0;
        position: relative;
        z-index: 55
    }
    .slicknav_btn {
        margin: 22px 0;
        border-radius: 0
    }
    .slicknav_nav {
        background: #222
    }
    .slicknav_nav ul {
        margin: 10px
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: #ea0731;
        color: #fff
    }
    .slicknav_nav a {
        padding: 10px
    }
    .nav-menu .mainmenu {
        display: none
    }
    .nav-menu .signup-btn {
        display: none
    }
    .hero-text h1 {
        font-size: 60px
    }
    .title_hide {
        /* top: -20px; */
        font-size: 50px;
    }
    .services-pic img {
        height: auto
    }
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -10px
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -10px
    }
    .footer-section .col-md-4 {
        margin-bottom: 20px;
    }
    .banner-text {
        padding-top: 40px
    }
    .register-pic img {
        display: none;
    }
    .copyright-text p {
        float: none;
        display: block;
        margin-bottom: 20px;
        margin-right: 0
    }
    .copyright-text .footer-social {
        float: none
    }
    .about-section .about-text {
        padding-left: 0
    }
    .about-counter-text {
        padding: 35px 35px 15px
    }
    .about-counter-text .single-counter {
        float: none;
        margin-right: 20px;
        text-align: center
    }
    .schedule-table {
        overflow: auto
    }
    .classes-timetable .nav-controls ul li {
        margin-right: 10px
    }
    .gallery-controls li {
        margin-right: 15px
    }
    .bd-text .tag-share .tags {
        float: none;
        margin-bottom: 10px
    }
    .bd-text .tag-share .social-share {
        float: none
    }
    .testimonial-slider.owl-carousel .owl-nav {
        text-align: center;
        padding-top: 20px
    }
    .testimonial-slider.owl-carousel .owl-nav button {
        position: relative;
        margin: 0 5px
    }
}

@media only screen and (max-width:479px) {
    .hero-text h1 {
        font-size: 42px
    }
    .breadcrumb-text h2 {
        font-size: 45px;
    }
    .footer-banner-item:after {
        width: 300px;
        -webkit-transform: translate(-150px, -155px);
        -ms-transform: translate(-150px, -155px);
        transform: translate(-150px, -155px)
    }
    .footer-banner-item {
        padding-top: 28px
    }
    .copyright-text ul li {
        margin-right: 15px
    }
    .register-text {
        padding: 50px 35px 60px
    }
    .services-item {
        padding-left: 40px;
        padding-top: 100px
    }
    .services-item.pd-b {
        padding-top: 80px
    }
    .services-item img {
        left: 40px;
        top: 40px
    }
    .bd-text .tag-share .tags a {
        margin-bottom: 5px
    }
    .gallery-controls li {
        margin-right: 10px
    }
}

.contact-section.spad #status {
    color: #000;
    margin-top: 20px;
    /* animation: statusani 8s ease forwards; */
}

@keyframes statusani {
    0% {
        opacity: 1;
        pointer-events: all;
    }
    90% {
        opacity: 1;
        pointer-events: all;
    }
    100% {
        opacity: 0;
        pointer-events: none;
    }
}