@import url(https://fonts.googleapis.com/css?family=Open + Sans:300, 400, 600, 700, 800);
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101214;
    line-height: 1.3;
    font-weight: 700;
}
p {
    color: #838383;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
a,
a:focus,
a:hover {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 600;
    font-size: 14px;
}
ol,
ul {
    margin: 0;
}
ol li,
ul li {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-200 {
    margin-top: 150px !important;
}
.mt-250 {
    margin-top: 200px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.height-400 {
    height: 400px !important;
}
.height-500 {
    height: 500px !important;
}
.height-600 {
    height: 600px !important;
}
.height-700 {
    height: 700px !important;
}
.height-800 {
    height: 800px !important;
}
.section-padding-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.section-heading h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    background: -webkit-linear-gradient(to right, #b3e258, #39b143);
    background: linear-gradient(to right, #b3e258, #39b143);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-heading h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}
.section-heading.white h2 {
    color: #fff;
}
#preloader {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}
#preloader .circle-preloader {
    display: block;
    width: auto;
    height: auto;
    border-radius: 5%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -100;
    animation: spin 3s infinite linear;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-white {
    background-color: #fff !important;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}
.bg-overlay::after {
    background-color: rgba(5, 11, 37, 0.85);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.bg-fixed {
    background-attachment: fixed !important;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #44d62c;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px;
}
@media only screen and (max-width: 767px) {
    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        right: 0;
    }
}
#scrollUp {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    border-radius: 0;
    bottom: 130px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#scrollUp:hover {
    background-color: #141414;
}
.fitness-btn {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 200px;
    height: 45px;
    color: #44d62c;
    border-radius: 10px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 3px solid #44d62c;
}
.fitness-btn:focus,
.fitness-btn:hover {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #44d62c;
}
.fitness-btn.btn-2 {
    background-color: #44d62c;
    color: #fff;
}
.fitness-btn.btn-2:focus,
.fitness-btn.btn-2:hover {
    color: #fff;
    background-color: #101214;
    border-color: #101214;
}
.fitness-btn.btn-3 {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    color: #101214;
    border: none;
    line-height: 45px;
}
.fitness-btn.btn-3.active,
.fitness-btn.btn-3:focus,
.fitness-btn.btn-3:hover {
    color: #fff;
}
.fitness-btn.menu-btn {
    color: #101214;
    font-weight: 700;
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    border: none;
    line-height: 45px;
}
.fitness-btn.menu-btn:focus,
.fitness-btn.menu-btn:hover {
    color: #fff;
    font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fitness-btn.menu-btn {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .fitness-btn.menu-btn {
        margin-top: 30px;
        min-width: 180px;
        height: 41px;
        padding: 0 27px;
        font-size: 13px;
        line-height: 41px;
    }
}
.fitness-btn.btn-white {
    background-color: #fff;
}
.fitness-btn.btn-white:focus,
.fitness-btn.btn-white:hover {
    color: #fff;
    background-color: #44d62c;
    border-color: #44d62c;
}
.header-area {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 1000;
}
.header-area .fitness-main-menu {
    position: relative;
    width: 100%;
    height: 85px;
    background-color: transparent;
}
.header-area .fitness-main-menu .classy-nav-container {
    background-color: transparent;
}
.header-area .fitness-main-menu .classy-navbar {
    background-color: transparent;
    height: 85px;
    padding: 0;
}
.header-area .fitness-main-menu .classy-navbar .classynav ul li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.header-area .fitness-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .fitness-main-menu .classy-navbar .classynav ul li a:hover {
    color: #44d62c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        padding: 0 7px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        background-color: #101214;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        background-color: #101214;
    }
}
.header-area .fitness-main-menu .classy-navbar .classynav ul li.has-down > a::after,
.header-area .fitness-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
    color: #fff;
}
.header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
    color: #101214;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
        color: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
        color: #fff;
    }
}
.header-area .is-sticky .fitness-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(16, 18, 20, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #101214;
    }
}
@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #101214;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}
.classycloseIcon .cross-wrap span {
    background: #fff;
}
.hero-slides {
    position: relative;
    z-index: 1;
}
.hero-slides .single-hero-slide {
    width: 100%;
    height: 880px;
    position: relative;
    z-index: 1;
}
.hero-slides .single-hero-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 600px;
    }
}
.hero-slides .single-hero-slide h2 {
    font-size: 100px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 30px;
    }
}
.hero-slides .single-hero-slide p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
}
.hero-slides .owl-next,
.hero-slides .owl-prev {
    width: 95px;
    height: 45px;
    line-height: 39px;
    color: #fff;
    border: 3px solid #44d62c;
    border-radius: 10px;
    background-color: #141414;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
    .hero-slides .owl-next,
    .hero-slides .owl-prev {
        width: 60px;
        height: 40px;
        line-height: 35px;
        margin-top: -30px;
    }
}
.hero-slides .owl-next:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-prev:hover {
    background-color: #141414;
    opacity: 0.25;
    color: #fff;
}
.hero-slides .owl-next {
    left: auto;
    right: 5%;
}
.hero-slides:hover .owl-next,
.hero-slides:hover .owl-prev {
    opacity: 0.25;
    visibility: visible;
}
.hero-slides .owl-dots {
    position: absolute;
    bottom: 50px;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .owl-dots {
        width: 920px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .owl-dots {
        width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slides .owl-dots {
        width: 290px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-slides .owl-dots {
        width: 450px;
    }
}
.hero-slides .owl-dots .owl-dot {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}
.hero-slides .owl-dots .owl-dot.active {
    color: #44d62c;
}
.single-add-area img {
    width: 100%;
}
.about-us-area {
    position: relative;
    margin-bottom: -50px;
    z-index: 100;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area {
        padding-bottom: 100px;
    }
}
.about-thumb {
    position: relative;
    margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .about-thumb {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about--thumb {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .about--thumb {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .about-btn-group .fitness-btn {
        margin: 10px;
    }
}
.meet-the-experts-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 630px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .meet-the-experts-area {
        height: 702px;
    }
}
@media only screen and (max-width: 767px) {
    .meet-the-experts-area {
        height: 730px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .meet-the-experts-area {
        height: 800px;
    }
}
.meet-the-experts-area .experts-text p {
    font-style: italic;
    color: #fff;
}
.experts-team-members {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    margin-top: -95px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .experts-team-members {
        height: 380px;
        margin-top: -30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members {
        height: 450px;
        margin-top: 30px;
    }
}
.experts-team-members .single-team-members {
    position: absolute;
}
.experts-team-members .single-team-members .team-members-info {
    position: absolute;
    padding: 10px 20px;
    background-color: #101214;
    z-index: 100;
    width: auto;
    margin-top: 15%;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info {
        padding: 5px 10px;
    }
}
.experts-team-members .single-team-members .team-members-info h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info h3 {
        font-size: 10px;
    }
}
.experts-team-members .single-team-members .team-members-info h6 {
    font-size: 14px;
    color: #44d62c;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: italic;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info h6 {
        font-size: 11px;
    }
}
.experts-team-members .single-team-members:first-child {
    width: 40%;
    left: 0;
    bottom: -50px;
    z-index: 10;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:first-child {
        width: 60%;
    }
}
.experts-team-members .single-team-members:first-child .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
}
.experts-team-members .single-team-members:nth-child(2) {
    width: 35%;
    left: 45%;
    bottom: 0;
    z-index: 11;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(2) {
        width: 50%;
        left: 50%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(2) {
        left: 50%;
    }
}
.experts-team-members .single-team-members:nth-child(2) .team-members-info {
    top: 75%;
    left: 0;
    z-index: 50;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.experts-team-members .single-team-members:nth-child(3) {
    width: 30%;
    left: 55%;
    bottom: -60px;
    z-index: -20;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(3) {
        width: 50%;
    }
}
.experts-team-members .single-team-members:nth-child(3) .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
.experts-team-members .single-team-members:nth-child(4) {
    width: 30%;
    right: -25px;
    bottom: -100px;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(4) {
        width: 50%;
        bottom: -75px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(4) {
        bottom: -100px;
    }
}
.experts-team-members .single-team-members:nth-child(4) .team-members-info {
    top: 40%;
    left: 0;
    z-index: 50;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
.single-service-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    min-width: 77px;
    width: 77px;
    height: 77px;
    background-color: #44d62c;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
}
.single-service-area p {
    margin-bottom: 0;
    margin-top: 15px;
}
.single-service-area .course-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.single-service-area:focus .course-icon,
.single-service-area:hover .course-icon {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
}
.single-service-area:focus .course-content h4,
.single-service-area:hover .course-content h4 {
    color: #44d62c;
}
.single-price-table {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.single-price-table .price-table-content {
    padding: 30px;
}
.single-price-table .price-table-content .price {
    font-size: 36px;
    font-weight: 600;
    color: #44d62c;
    line-height: 1;
}
.single-price-table .price-table-content .price span {
    font-size: 14px;
    font-style: italic;
    color: #838383;
    font-weight: 400;
}
.single-price-table .price-table-content h5 {
    font-size: 22px;
    margin: 30px 0;
    font-weight: 600;
}
.single-price-table .price-table-content .price-data li {
    color: #838383;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.single-price-table .price-table-content .price-data li:last-child {
    margin-bottom: 0;
}
.single-price-table .price-table-content .price-data li i {
    color: #44d62c;
    font-size: 8px;
    margin-right: 15px;
}
.service-page .single-price-table {
    background-color: #f0f2f8;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 3px solid transparent;
}
.service-page .single-price-table .price-table-content h5 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.service-page .single-price-table:focus,
.service-page .single-price-table:hover {
    border: 3px solid #44d62c;
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.2);
}
.working-hours {
    position: relative;
    z-index: 1;
}
.working-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: #838383;
    padding: 12px 0;
    border-bottom: 3px solid #eaeaea;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.working-hours li:last-child {
    border-bottom: none;
}
.working-hours li:focus,
.working-hours li:hover {
    color: #44d62c;
}
.our-newsletter-area .form-control {
    width: 100%;
    height: 55px;
    border: 3px solid #eaeaea;
    border-radius: 10px;
    padding: 0 40px;
    font-size: 14px;
    color: #838383;
    font-style: italic;
    background-color: transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.our-newsletter-area .form-control:focus {
    box-shadow: none;
    border-color: #44d62c;
}
.our-newsletter-area #emailHelp {
    font-size: 13px;
    margin-top: 30px;
    line-height: 2;
    color: #838383;
    font-style: italic;
}
.main-footer-area .footer-widget-area .widget-title {
    margin-bottom: 50px;
}
.main-footer-area .footer-widget-area .widget-title h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-style: italic;
}
.main-footer-area .footer-widget-area p {
    color: #bebebe;
    font-weight: 600;
}
.main-footer-area .footer-widget-area .footer-social-info a {
    display: inline-block;
    color: #fff;
    margin-right: 25px;
}
.main-footer-area .footer-widget-area .footer-social-info a:focus,
.main-footer-area .footer-widget-area .footer-social-info a:hover {
    color: #44d62c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-footer-area .footer-widget-area .footer-social-info a {
        margin-right: 15px;
    }
}
.main-footer-area .footer-widget-area .testimonials-slides {
    position: relative;
    z-index: 1;
}
.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial {
    margin-bottom: 50px;
}
.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial:last-child {
    margin-bottom: 0;
}
.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial p {
    font-size: 13px;
    font-style: italic;
    color: #bebebe;
}
.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial span {
    font-weight: 600;
    font-size: 13px;
    color: #44d62c;
}
.main-footer-area .footer-widget-area .fitness-classes {
    position: relative;
    z-index: 1;
}
.main-footer-area .footer-widget-area .fitness-classes li a {
    display: block;
    color: #bebebe;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}
.main-footer-area .footer-widget-area .fitness-classes li a:focus,
.main-footer-area .footer-widget-area .fitness-classes li a:hover {
    color: #44d62c;
}
.main-footer-area .footer-widget-area .fitness-classes li:last-child a {
    margin-bottom: 0;
}
.main-footer-area .footer-widget-area .single-contact span {
    color: #44d62c;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 5px;
    display: block;
}
.main-footer-area .footer-widget-area .single-contact p {
    color: #bebebe;
    margin-bottom: 0;
    font-weight: 400;
}
.bottom-footer-area {
    padding: 40px 0;
    text-align: center;
}
.bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0;
    color: #5c6077;
    font-weight: 600;
}
.bottom-footer-area p a {
    color: #5c6077;
    font-size: 12px;
    font-weight: 600;
}
.bottom-footer-area p a:focus,
.bottom-footer-area p a:hover {
    color: #44d62c;
}
.modern-footer {
    position: relative;
}
.modern-footer .main-footer-area {
    padding-bottom: 10px;
}
.modern-footer-card {
    margin: 0 auto;
    text-align: center;
    padding: 28px 24px;
    border-radius: 18px;
    background: rgba(16, 18, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
.modern-footer-logo {
    margin-bottom: 20px !important;
}
.modern-footer-social {
    margin-bottom: 18px;
}
.modern-footer .footer-widget-area .modern-footer-social a {
    margin-right: 0;
}
.modern-footer-contact p {
    color: #d9dce2 !important;
    margin-bottom: 10px !important;
    line-height: 1.7;
}
.modern-footer-contact p:last-child {
    margin-bottom: 0 !important;
}
.modern-footer-contact span {
    color: #44d62c;
    text-decoration: none !important;
    margin-right: 6px;
}
.modern-footer-contact a {
    color: #ffffff;
    font-weight: 600;
}
.modern-footer-contact a:hover,
.modern-footer-contact a:focus {
    color: #44d62c;
}
@media only screen and (max-width: 767px) {
    .modern-footer-card {
        padding: 22px 18px;
    }
    .modern-footer-contact p {
        font-size: 13px;
    }
}
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 115px;
}
.breadcumb-area_ {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 115px;
}
.breadcumb-area .bradcumbContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.breadcumb-area_ .bradcumbContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.breadcumb-area .bradcumbContent .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}
.breadcumb-area_ .bradcumbContent .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}
.breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item {
    font-size: 11px;
    color: #44d62c;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(to right, #b3e258, #39b143);
    background: linear-gradient(to right, #b3e258, #39b143);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcumb-area_ .bradcumbContent .breadcrumb .breadcrumb-item {
    font-size: 11px;
    color: #44d62c;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(to right, #b3e258, #39b143);
    background: linear-gradient(to right, #b3e258, #39b143);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item a {
    font-size: 11px;
    color: #44d62c;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(to right, #b3e258, #39b143);
    background: linear-gradient(to right, #b3e258, #39b143);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcumb-area_ .bradcumbContent .breadcrumb .breadcrumb-item a {
    font-size: 11px;
    color: #44d62c;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(to right, #b3e258, #39b143);
    background: linear-gradient(to right, #b3e258, #39b143);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcumb-area .bradcumbContent h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.breadcumb-area_ .bradcumbContent h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.single-teachers-area {
    position: relative;
    z-index: 1;
}
.single-teachers-area .teachers-bg-gradients {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    top: 0;
    left: 0;
    z-index: -5;
}
.single-teachers-area .teachers-thumbnail {
    width: 100%;
}
.single-teachers-area .teachers-info {
    position: relative;
    padding: 15px 20px;
    background-color: #000;
    width: 80%;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.single-teachers-area .teachers-info:after {
    content: "";
    width: 24px;
    height: 120%;
    background-color: #000;
    top: -2px;
    right: -10px;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}
.single-teachers-area .teachers-info h6 {
    margin-bottom: 0;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.single-teachers-area .teachers-info span {
    color: #44d62c;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.single-teachers-area:hover .teachers-info {
    background-color: #44d62c;
}
.single-teachers-area:hover .teachers-info span {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .fitness-blog-sidebar {
        margin-top: 100px;
    }
}
.single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1;
}
.single-blog-post .blog-post-thumb .post-date {
    width: 77px;
    height: 77px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background-color: #44d62c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
}
.single-blog-post .blog-post-thumb .post-date p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
.single-blog-post .blog-post-thumb .post-date p span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
.single-blog-post p {
    line-height: 2.2;
    margin-bottom: 0;
}
.single-blog-post .post-title {
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
}
.single-blog-post .post-title:focus,
.single-blog-post .post-title:hover {
    color: #44d62c;
}
.single-blog-post .post-meta {
    margin-bottom: 30px;
}
.single-blog-post .post-meta p {
    font-size: 14px;
    color: #838383;
    margin-bottom: 0;
}
.single-blog-post .post-meta p a {
    font-size: 14px;
    color: #44d62c;
    font-weight: 500;
}
.fitness-pagination-area .pagination .page-item .page-link {
    background-color: transparent;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #101214;
    font-size: 14px;
    font-weight: 700;
}
.fitness-pagination-area .pagination .page-item .page-link:focus,
.fitness-pagination-area .pagination .page-item .page-link:hover {
    color: #44d62c;
}
.fitness-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fitness-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fitness-pagination-area .pagination .page-item.active .page-link {
    color: #44d62c;
}
.blog-post-categories h5 {
    font-size: 22px;
    margin-bottom: 50px;
}
.blog-post-categories ul {
    padding-left: 25px;
}
.blog-post-categories ul li a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #838383;
}
.blog-post-categories ul li a:focus,
.blog-post-categories ul li a:hover {
    color: #44d62c;
}
.add-widget a {
    display: block;
}
.add-widget a img {
    width: 100%;
}
.latest-blog-posts h5 {
    font-size: 22px;
    margin-bottom: 50px;
}
.latest-blog-posts .post-thumbnail {
    margin-bottom: 20px;
}
.latest-blog-posts .post-content .post-title {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.latest-blog-posts .post-content .post-title:focus,
.latest-blog-posts .post-content .post-title:hover {
    color: #44d62c;
}
.latest-blog-posts .post-content .post-meta p {
    font-size: 12px;
    color: #838383;
}
.latest-blog-posts .post-content .post-meta p a {
    font-size: 12px;
    color: #44d62c;
}
.latest-blog-posts .post-content .post-meta p a:focus,
.latest-blog-posts .post-content .post-meta p a:hover {
    color: #838383;
}
.map-area {
    position: relative;
    z-index: 2;
}
.map-area iframe {
    width: 100%;
    height: 710px;
    border: none;
    margin-bottom: 0;
}
.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center;
}
.single-skils-area .circle {
    position: relative;
    z-index: 10;
}
.single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.single-skils-area .skills-text span {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}
.single-skils-area .skills-text h6 {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.single-skils-area.elements span {
    color: #101214;
}
.single-skils-area.elements h6 {
    color: #838383;
}
.contact-title h3 {
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 36px;
}
.contact-content {
    position: relative;
    z-index: 10;
}
.contact-content .contact-form-area .form-group {
    position: relative;
    z-index: 9;
}
.contact-content .contact-form-area .form-group::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.contact-content .contact-form-area .form-group:hover::after {
    opacity: 1;
    visibility: visible;
}
.contact-content .contact-form-area .form-control {
    position: relative;
    z-index: 10;
    height: 45px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}
.contact-content .contact-form-area .form-control:focus {
    box-shadow: none;
}
.contact-content .contact-form-area textarea.form-control {
    height: 180px;
}
.fitness-contact-info {
    position: absolute;
    z-index: 99;
    width: 398px;
    height: 235px;
    padding: 15px;
    background-color: #44d62c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
}
.fitness-contact-info::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 235px solid #44d62c;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    position: absolute;
    top: 0;
    right: -135px;
    z-index: 10;
}
@media only screen and (max-width: 767px) {
    .fitness-contact-info::after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .fitness-contact-info {
        left: 5%;
        width: 300px;
        height: 235px;
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fitness-contact-info {
        left: 10%;
    }
}
.fitness-contact-info h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.fitness-contact-info h6:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .fitness-contact-info h6 {
        font-size: 14px;
    }
}
.elements-title h2 {
    font-weight: 600;
    font-size: 36px;
}
@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px;
    }
}
.single-cool-fact {
    position: relative;
    z-index: 1;
}
.single-cool-fact img {
    display: block;
    margin: 0 auto 20px;
}
.single-cool-fact h2 {
    font-size: 48px;
    margin-bottom: 0;
    color: #fff;
}
.single-cool-fact p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.single-cool-fact.elements h2 {
    color: #101214;
}
.single-cool-fact.elements p {
    color: #838383;
}
.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}
.single-accordion:last-of-type {
    margin-bottom: 0;
}
.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-accordion h6 a {
    background-color: #44d62c;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
}
.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 18px;
}
.single-accordion h6 a span.accor-open {
    opacity: 0;
}
.single-accordion h6 a.collapsed {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    color: #fff;
}
.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
}
.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
}
.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}
.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}
.fitness-tabs-content {
    position: relative;
    z-index: 1;
}
.fitness-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.fitness-tabs-content .nav-tabs .nav-link {
    background-color: #44d62c;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0 2px;
    border-radius: 10px;
    border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fitness-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .fitness-tabs-content .nav-tabs .nav-link {
        padding: 0 5px;
        font-size: 11px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .fitness-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
    }
}
.fitness-tabs-content .nav-tabs .nav-link.active {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    color: #fff;
}
.fitness-tabs-content .tab-content h6 {
    font-size: 18px;
}
.zoom div {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.zoom div:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.nav-brand_ {
    font-size: 26px;
    font-weight: 500;
    color: #565656;
    display: inline-block;
    margin-right: 5px;
}
.alert-danger,
.alert-info,
.alert-secondary,
.alert-success,
.alert-warning {
    text-align: center;
    display: none;
}
.img-max-height {
    max-height: 580px;
}
.supermt-n11 {
    margin-top: 1rem !important;
}
.supermt-n111 {
    margin-top: 0.5rem !important;
}
.supermt-n10 {
    margin-top: -1.5rem !important;
}
.supermt-n3 {
    margin-top: -3rem !important;
}
.supermt-n333 {
    margin-top: -6.5rem !important;
}
.supermt-n33 {
    margin-top: -4rem !important;
}
.supermt-n2 {
    margin-top: -7rem !important;
}
.supermt-n4 {
    margin-top: -8rem !important;
}
.btn_ {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #44d62c);
    background: linear-gradient(to right, #b6e358, #44d62c);
    color: #101214;
    border: none;
    border-radius: 10px;
}
.btn_:hover:hover {
    color: #fff;
}
.btn_:focus:focus {
    color: #fff;
}
.btn-unstyled {
    border: none;
    padding: 0;
    background: 0 0;
}
summary {
    outline: 0;
    font-size: 1.15em;
}
summary::-webkit-details-marker {
    display: none;
}
summary:after {
    background: #44d62c;
    border-color: #44d62c;
    border-radius: 15px;
    content: "Y..";
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 700;
    margin: -2px 10px 0 0;
    padding: 1px 0 3px;
    text-align: center;
    width: 35px;
    margin-left: 150px;
}
details[open] > summary:after {
    content: "YES";
}
details > summary:first-of-type {
    list-style-type: none;
}
.leblancdeux {
    font-weight: 700;
    color: #fff;
}
.levert {
    font-weight: 700;
    color: #44d62c;
}
.negativemt10 {
    margin-top: -100px;
}
.negativemt15 {
    margin-top: -60px;
}
.negativemt0 {
    margin-top: -40px;
}
.negativemt1 {
    margin-top: -30px;
}
.negativemt22 {
    margin-top: -25px;
}
.negativemt2 {
    margin-top: -20px;
}
.negativemt333 {
    margin-top: -15px;
}
.negativemt33 {
    margin-top: -12px;
}
.negativemt3 {
    margin-top: -10px;
}
.underlinevert {
    text-decoration: underline;
    text-decoration-color: #44d62c;
    font-size: 15px;
    font-weight: 700;
}
.superbutton {
    border: none;
    background: 0 0;
}
.superbutton a:focus,
.superbutton a:hover {
    background: 0 0;
}
.aucunretour {
    white-space: nowrap;
}
.lerougedeux {
    color: #ff0000;
    font-size: 20px;
}
.leblanc {
    color: #fff;
}
.divalign {
    margin: 0 auto;
    width: 100px;
    margin-top: -25px;
}
.lerouge {
    color: #ff0000;
}
.legris {
    color: #c2c2c2;
}
.fancyy {
    border-radius: 20px;
    padding: 2.5%;
    box-shadow: -5px -5px 30px 5px #64cd35, 5px 5px 30px 5px #c4fc53;
}
.superinline {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.buttonHolder {
    text-align: center;
}
.imgcontrole {
    width: 75%;
    max-width: 644px;
}
.hypergros {
    font-size: 25px;
}
.superaligntext {
    text-align: center;
}
.bordureimage {
    border: outset #44d62c;
    padding-top: 7px;
    border-radius: 7px;
}
.leblanctrois {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}
.responsiveIMG {
    width: 100%;
    max-width: 119px;
    height: auto;
}
.single-contact a {
    font-weight: 700;
    color: #44d62c;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #44d62c;
  margin: 1em 0;
  padding: 0;
}

  .button-container {
    display: flex;
    justify-content: space-between;
  }

  .custom-button {
    width: calc(33.33% - 10px); /* 10px de marge entre les boutons */
    box-sizing: border-box; /* Pour inclure les bordures dans la largeur */
    height: 50px; /* Ajustez la hauteur selon vos besoins */
    border: 2px solid #44d62c; /* Contour vert */
    background-color: #000; /* Fond noir */
    color: #44d62c; /* Texte vert */
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }

  .custom-button:hover {
    background-color: #44d62c; /* Fond vert au survol */
    color: #000; /* Texte noir au survol */
  }

.lenoir {
    color: #000;
}

.maxwidth{max-width:50%}.card-body{min-height:50px}.card-title{text-align:center}.card-text{text-align:right}

#contentp{display:none}@media screen and (min-width: 0px) and (max-width: 800px){#contentp{display:block}}

.toolWL::before{position:absolute}.toolWL:hover::before{color:#fff;top:35px;font-weight:700;font-size:14px;z-index:99999999;content:attr(data-tipWL)}.containertextonimage{position:relative;float:left;color:red}.textonimage{font-weight:600;font-size:16px;position:absolute;top:1px;right:0}.containertextonimage img{min-width:32px}.ongardelasize img{min-width:32px}
