@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 #fff0;
    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%
}

img.img1 {
    height: 215px;
    width: 240px;
    object-fit: contain;
}
.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;
}
.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: 100px;
    padding-bottom: 100px;
}
.section-padding-100-0 {
    padding-top: 16px;
    padding-bottom: 0;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.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: #fff0;
}
.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, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}
#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgb(255 255 255 / 0.2);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bg-img {
    background-position: top center;
    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: rgb(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: #38b143;
    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: #4d4d4d;
    border-radius: 50%;
    bottom: 130px;
    box-shadow: 0 2px 6px 0 rgb(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;
}
.fitness-btn {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 180px;
    height: 45px;
    color: #38b143;
    border-radius: 10px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 39px;
    font-weight: 700;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 3px solid #38b143;
}
.fitness-btn:focus,
.fitness-btn:hover {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #38b143;
}
.fitness-btn.btn-2 {
    background-color: #38b143;
    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, #000046);
    background: linear-gradient(to right, #b6e358, #000046);
    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: #fff;
    background: teal;
    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;
    }
}
.fitness-btn.btn-white {
    background-color: #fff;
}
.fitness-btn.btn-white:focus,
.fitness-btn.btn-white:hover {
    color: #fff;
    background-color: #38b143;
    border-color: #38b143;
}
.header-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}
.header-area .fitness-main-menu {
    position: relative;
    width: 100%;
    height: 85px;
    background-color: #fff0;
}
.header-area .fitness-main-menu .classy-nav-container {
    background: #74ebd5;
    background: -webkit-linear-gradient(to right, #acb6e5, #74ebd5);
    background: linear-gradient(to right, #acb6e5, #74ebd5);
}
.header-area .fitness-main-menu .classy-navbar {
    background-color: #4d4d4d;
    height: 85px;
    padding: 0;
}
.header-area .fitness-main-menu .classy-navbar .classynav ul li a {
    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: #e95c53;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        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;
    box-shadow: 0 5px 50px 15px rgb(0 0 0 / 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #4d4d4d;
    }
}
@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #4d4d4d;
    }
}
@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%;
    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: rgb(0 0 0 / 0.3);
    content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 403px;
    }
}
@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 #38b143;
    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;
    color: #fff;
}
.hero-slides .owl-next {
    left: auto;
    right: 5%;
}
.hero-slides:hover .owl-next,
.hero-slides:hover .owl-prev {
    opacity: 1;
    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 {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    display: none;
}
.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: 15px 30px;
    background-color: #101214;
    z-index: 100;
    width: auto;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members .team-members-info {
        padding: 7px 10px;
    }
}
.experts-team-members .single-team-members .team-members-info h3 {
    font-size: 22px;
    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: 14px;
    }
}
.experts-team-members .single-team-members .team-members-info h6 {
    font-size: 14px;
    color: #38b143;
    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: 30%;
    left: 30%;
    bottom: 0;
    z-index: -10;
}
@media only screen and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(2) {
        width: 50%;
        left: 40%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members .single-team-members:nth-child(2) {
        left: 30%;
    }
}
.experts-team-members .single-team-members:nth-child(2) .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(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: #38b143;
    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 rgb(0 0 0 / 0.15);
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
}
.single-service-area:focus .course-content h4,
.single-service-area:hover .course-content h4 {
    color: #38b143;
}
.single-price-table {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.single-price-table .price-table-content {
    padding: 40px;
}
.single-price-table .price-table-content .price {
    font-size: 36px;
    font-weight: 600;
    color: #38b143;
    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: #38b143;
    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 #fff0;
}
.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 #38b143;
    box-shadow: 0 5px 70px rgb(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: #38b143;
}
.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: #fff0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.our-newsletter-area .form-control:focus {
    box-shadow: none;
    border-color: #38b143;
}
.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 h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-style: italic;
}
.main-footer-area .footer-widget-area p {
    color: #000;
    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: #38b143;
}
@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: #38b143;
}
.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: #000;
    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: #38b143;
}
.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: #38b143;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}
.main-footer-area .footer-widget-area .single-contact p {
    color: #black;
    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: #38b143;
}
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 250px;
}
.breadcumb-area .bradcumbContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.breadcumb-area .bradcumbContent .breadcrumb {
    padding: 0;
    background-color: #fff0;
    border-radius: 0;
    margin-bottom: 30px;
}
.breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item {
    font-size: 11px;
    color: #38b143;
    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: #fff0;
}
.breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item a {
    font-size: 11px;
    color: #38b143;
    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: #fff0;
}
.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, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    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: #fff;
    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: #38b143;
    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: #38b143;
}
.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: #38b143;
    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 rgb(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: #38b143;
}
.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: #38b143;
    font-weight: 500;
}
.fitness-pagination-area .pagination .page-item .page-link {
    background-color: #fff0;
    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: #38b143;
}
.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: #38b143;
}
.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: #38b143;
}
.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: #38b143;
}
.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: #38b143;
}
.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: 85px;
    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, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    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: 450px;
    height: 270px;
    padding: 45px 60px;
    background-color: #38b143;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
}
.fitness-contact-info::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 270px solid #38b143;
    border-left: 135px solid #fff0;
    border-right: 135px solid #fff0;
    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: 280px;
        padding: 45px 30px;
    }
}
@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 #fff0;
    border-radius: 4px;
    box-shadow: 0 0 0 #fff0;
    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: #38b143;
    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, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    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 #fff0;
    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: #38b143;
    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, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    color: #fff;
}
.fitness-tabs-content .tab-content h6 {
    font-size: 18px;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
    li a {
        display: block;
        color: #000;
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 400;
        text-align: center;
    }
    .main-footer-area .footer-widget-area .widget-title h6 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff;
        margin-top: 20px;
        text-transform: uppercase;
        font-style: italic;
        text-align: center;
    }
}
.classy-nav-container {
    position: relative;
    z-index: 100;
    background: #74ebd5;
    background: -webkit-linear-gradient(to right, #acb6e5, #74ebd5);
    background: linear-gradient(to right, #acb6e5, #74ebd5);
}
.header-area .fitness-main-menu .classy-navbar .classynav ul li a {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.bg-overlay::after {
    background-color: #d4d4d4;
}
.fitness-btn.menu-btn {
    font-size: 16px;
    color: #000;
    background: #e0995d;
    background: -webkit-linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);
    border: none;
    line-height: 45px;
    text-align: center;
}
.main-footer-area .footer-widget-area .testimonials-slides .single-testimonial p {
    font-size: 13px;
    font-style: italic;
    color: #000;
}
.main-footer-area .footer-widget-area p {
    color: #000;
    font-weight: 600;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.about-us-area {
    position: relative;
    margin-top: 20px;
}
.section-padding-100-0 {
    border-top: 5px solid #000;
    padding-top: 16px;
    padding-bottom: 0;
}
.single-team-members img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.about-text {
    text-align: center;
}
anand -- > .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 30px;
}
.section-padding-100 {
    padding-top: 50px;
    padding-bottom: 0;
}
.pricing-table {
    margin: 30px 0;
    position: relative;
    border: 1px solid rgb(0 0 0 / 0.1);
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.bg-color1 {
    background-color: #252830;
    color: #fff;
}
.pricing-table del {
    font-size: 25px;
    color: #fff;
}
.pricing-table span small {
    opacity: 0.5;
    font-weight: 400;
    font-size: 14px;
}
.pricing-table span {
    display: block;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    padding: 10px 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.benefits-list li {
    padding: 6px 0;
}
.benefits-list li {
    padding: 10px 0;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 10px 20px -12px rgb(0 0 0 / 0.42), 0 3px 20px 0 rgb(0 0 0 / 0.12), 0 8px 10px -5px rgb(0 0 0 / 0.2);
}
.pricing-table .btn {
    display: block;
    margin: 0 35px 35px 35px;
    padding: 12px;
}
btn-primary {
    background: #e95c53;
    border-color: #e95c53;
}
.btn-primary {
    color: #fff;
    background-color: #e95c53;
    border-color: #e95c53;
}
.pricing-table h4 {
    display: block;
    padding: 40px 0;
    margin: 0;
    font-weight: bolder;
}
.pricing-table .stamp {
    position: absolute;
    right: -10px;
    top: 70px;
    overflow: hidden;
    background: #fff698;
    color: #cfb035;
    height: 90px;
    width: 90px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #cfb035;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
}
.pricing-table .stamp .icon {
    display: block;
    font-size: 32px;
    margin: 5px 0;
}
.pricing-table:hover {
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -webkit-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -ms-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -o-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0.05);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.05);
}
.accordion-what-we a,
.accordion-what-we a:active,
.accordion-what-we a:focus,
.accordion-what-we a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.accordion-what-we .panel-default > .panel-heading {
    color: #fff;
    background-color: teal;
    border-color: #ddd;
}
.accordion-what-we .panel-heading {
    padding: 15px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
h6.panel-title {
    color: #fff;
}
.faq_half {
    border: 1px solid rgb(0 0 0 / 0.1);
    background: #fff;
    padding: 25px;
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -webkit-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -ms-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    -o-box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.2);
    margin-bottom: 11px;
}
.bgc_title {
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0;
}
.h4.plat {
    padding-top: 15px;
    color: teal;
    font-weight: 700;
    text-align: center;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
}
.green {
    background-color: #e95c53;
    height: 3px;
    width: 150px;
    display: inline-block;
    text-align: center;
}
.header-area .fitness-main-menu .classy-nav-container {
    background: #f5f8fa;
}
.header-area li a:before {
    content: "|";
    padding: 0 15px;
}
.home1:before {
    content: "";
    display: none;
}
.classynav ul li a {
    padding: 0;
}
.hero-slides .owl-prev {
    left: 1%;
}
.hero-slides .owl-next {
    right: 1%;
}
.about-text.wow.fadeInUp h4 {
    height: 85px;
    padding: 10px;
    color: #fff;
    background-color: #672020;
}
.about-us-area {
    padding: 40px 0;
}
.about-text {
    background-color: #88bcb7;
}
.slider_img {
    height: 280px;
}
.about-text p {
    letter-spacing: 1px;
    line-height: 1.7;
    color: #fff;
    height: 150px;
}
.about-text .single-team-members {
    height: 110px;
}
.single-team-members .side_img {
    margin-top: -35px;
}
.why_choose p {
    color: #000;
    line-height: 1.8;
}
.header-area .is-sticky .fitness-main-menu {
    box-shadow: 0 5px 15px 5px rgb(0 0 0 / 0.2);
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
    background-color: #34485d;
    text-decoration: none;
    border: none;
}
.classy-menu {
    background: #4d4d4d;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0 100%);
    padding: 0 40px;
    line-height: 85px;
    height: 85px;
    position: absolute;
    right: 0;
    width: 82%;
}
.classynav {
    float: right;
}
.pricing-table a.btn.btn-primary {
    font-size: 22px;
    font-weight: 700;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #38b143;
    border-color: #38b143;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
a.nav-brand.logo_img {
    margin-left: 35px;
}
.col-12.col-lg-7.wow.fadeInUp {
    padding: 20px;
}
.why_choose p {
    font-size: 16px;
    text-align: justify;
}
.plat_text {
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 10px 0;
    font-size: 20px;
    padding: 10px 0;
    border: 2px solid #34485d;
    margin: 15px 0;
}
.plat_buttons {
    padding-top: 8%;
}
.plat_but_img {
    padding-top: 30px;
}
.plat_text i {
    margin-right: 15px;
    margin-left: 15px;
}
.plat_text:hover {
    color: #4d4d4d;
}
.tab .plat_text.active {
    color: #e84a3b;
}
.plat_text.tablinks:hover {
    cursor: pointer;
}
.footer-social-info i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e95c53;
    color: #fff;
    padding: 10px 0;
    font-size: 24px;
}
.main-footer-area .footer-widget-area .footer-social-info a {
    margin-right: 15px;
}
.main-footer-area .footer-widget-area .widget-title h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: teal;
    margin-top: 20px;
    text-transform: uppercase;
    font-style: normal;
}
.main-footer-area .footer-widget-area .fitness-classes li a {
    font-weight: 700;
    font-size: 16px;
}
.main-footer-area .footer-widget-area .single-contact span {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}
.icon-top {
    background: #fdfdfd;
    border: 3px solid #e7e7e7;
    border-radius: 6px;
    padding: 50px 20px 10px 20px;
    margin-top: 40px;
    overflow: visible;
}
.icon-box {
    overflow: visible;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 20px;
    border-radius: 4px;
}
.icon-top .icon {
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
}
.icon-top:hover .icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.icon-box.icon-top .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.icon-box.icon-top h5 {
    height: 50px;
    margin-top: 20px;
}
.icon-box.icon-top p {
    height: 190px;
}
.icon-box.icon-top .icon.ic_col1 {
    background-color: #e0995d;
}
.icon-box.icon-top .icon.ic_col2 {
    padding: 10px;
    background-color: #75c2af;
}
.icon-box.icon-top .icon.ic_col3 {
    padding: 10px;
    background-color: #75c2af;
}
@media (min-width: 992px) {
    .fix_height {
        height: 578px;
    }
}
@media (max-width: 992px) {
    .fix_height {
        height: 610px;
    }
}
.hero-slides-content {
    margin-top: 23%;
}
.mySlides.fade {
    text-align: center;
}
ul.benefits-list {
    padding: 20px 10px 5px;
}
section.service-wrapper.updownpadding {
    padding-bottom: 40px;
}
.faq_half ul.listing {
    text-align: left;
    list-style-type: circle !important;
    padding: 10px;
    list-style-position: inside;
    border: 1px solid #4d4d4d;
}
.faq_half ul.listing li {
    font-size: 16px;
    line-height: 1.4;
    list-style-position: inside;
    list-style: #7fffd4;
    list-style: unset;
}
.accordion-what-we .panel-default > .panel-heading {
    background-color: #d8d8d8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq_half .panel-title {
    color: #5d5d5d;
    font-size: 16px;
}
.accordion-what-we .panel-default > .panel-heading:hover {
    background-color: #4d4d4d;
    margin-top: 10px;
    font-weight: 700;
}
.accordion-what-we .panel-default > .panel-heading:hover .panel-title {
    color: #fff;
}
.client_img img {
    max-width: 100%;
    height: 75px;
    width: auto !important;
    margin: 0 auto;
}
.set_Position .owl-prev {
    position: absolute;
    top: 15%;
    left: 0;
    background-color: teal !important;
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px;
}
.set_Position .owl-next {
    position: absolute;
    top: 15%;
    right: 0;
    background-color: teal !important;
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px;
}
.set_Position {
    position: relative;
}
.clent-name {
    margin-top: 15px;
}
section.hero-area .owl-nav {
    display: none;
}
.banner_area img {
    min-width: 100%;
    margin-top: 443px;
}
.contact_box {
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #eaf0f6;
}
.mid_img {
    width: 70px;
    margin: 0 auto;
}
.content_title {
    text-align: center;
}
.content_title p {
    color: #000;
}
.two_boxes {
    margin-top: -50px;
    background-color: #fff;
}
.contact_box .content_title p {
    margin: 20px 0;
}
.contact_box .content_title h6 {
    margin: 15px 0;
}
.back_off {
    background-color: #fff;
    padding-bottom: 40px;
}
.map_area {
    background-color: #fff;
    border: 1px solid #cbd6e2;
}
.contact_detail {
    margin-top: 25px;
}
.office_area {
    padding-bottom: 30px;
    background-color: #f5f8fa;
}
.contact_detail .h2.bgc_title {
    text-align: left;
}
.button_center {
    text-align: center;
}
.content_title p {
    font-size: 12px;
}
.contact_box {
    padding: 5px 10px;
}
.map_iframe {
    height: 400px;
}
.become_partner {
    margin-top: 445px;
}
.become_partner .back_img {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.become_partner .form-container {
    padding: 30px;
    background-color: rgb(15 26 35 / 0.6);
}
.become_partner input {
    width: 100%;
    padding: 6px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #fff0;
}
.become_partner label {
    font-size: 16px;
    color: #fff;
}
.become_partner textarea {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: #fff0;
    width: inherit;
}
button#contact_submit {
    font-size: 20px;
    background-color: #e0995d;
    border: 0;
    width: 40%;
    padding: 10px;
    color: #000;
    margin: 0 auto !important;
    font-weight: 700;
    text-transform: uppercase;
}
.request_demo .back_img {
    background-repeat: no-repeat;
    padding: 50px 0;
}
.request_demo .form-container {
    padding: 30px;
    background-color: #558bab;
}
.request_demo input {
    width: 100%;
    padding: 6px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #fff0;
}
.request_demo label {
    font-size: 16px;
    color: #fff;
}
.request_demo textarea {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: #fff0;
    width: inherit;
}
.box_type {
    color: #fff;
    background-color: #fff0;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 5px 0;
}
.business_area .block {
    border: 2px solid #e84a3b;
    text-align: center;
    border-radius: 0 24px 24px 0;
}
.business_area .block1 {
    border: 2px solid #e84a3b;
    background: #a3bcd2;
    border-radius: 24px 0 0 24px;
}
.business_area .path {
    border: 2px solid #4d4d4d;
    border-radius: 50%;
    padding: 5px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    color: #4d4d4d;
    font-size: 32px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.path:hover {
    background-color: #4d4d4d;
    color: #fff;
}
.business_area .picbg {
    color: teal;
    background-color: #fff;
    text-align: center;
    padding: 11px;
}
.business_area .title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}
.business_area .middle {
    text-align: center;
}
.business_area .description {
    color: #000;
    height: 90px;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}
.business_area .business_img {
    padding: 20px;
}
.business_area .tablinks.name_part {
    text-align: center;
    margin-top: 20px;
    color: #4d4d4d;
    text-align: center;
}
.business_area .tabcontent.active {
    display: block;
}
.business_area .tabcontent {
    display: none;
}
.business_area .tabcontent1.active {
    display: block;
}
.business_area .tabcontent2.active {
    display: block;
}
.business_area .tabcontent1 {
    display: none;
}
.business_area .tabcontent2 {
    display: none;
}
.area1 {
    display: none;
}
.area1 .res_img {
    margin: 15px auto;
    width: 280px;
}
.area1 .tabcontent1 {
    margin: 20px 0;
}
.area1 .tabcontent2 {
    margin: 20px 0;
}
.area1 .tabcontent1 h3 {
    color: teal;
}
.area1 .tabcontent2 h3 {
    color: teal;
}
.area1 .tabcontent h3 {
    color: teal;
}
.business_area .tablinks1.name_part {
    text-align: center;
    margin-top: 20px;
    color: #4d4d4d;
    text-align: center;
}
.business_img {
    text-align: center;
}
img.img1 {
    height: 215px;
    width: 240px;
    object-fit: contain;
}

.modal-content {
    border-radius: 10px;
}
.contact-content {
    background-color: #34485d;
    padding: 10px;
    opacity: 0.9;
    border-radius: 10px;
}
div#myModal .contact-title h3 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 36px;
}
div#myModal .fitness-btn.btn-2 {
    background-color: #000;
    border-color: #000;
    color: #fff;
    opacity: 0.8;
    font-size: 20px;
}
div#myModal {
    z-index: 10000009;
}
.area,
.area1 {
    background-color: #fff;
}
#feedback {
    z-index: 100009 !important;
}
.main-footer-area {
    padding: 20px 0;
}
.footer-social-info {
    margin: 0 auto;
}
.footer-social-info a {
    padding: 0 12px;
}
footer.footer-area li {
    display: inline-block;
    padding: 0 15px;
}
footer.footer-area li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
footer.footer-area h4 {
    color: #fff;
}
footer.footer-area nav {
    margin: 0 auto;
}
.footer-social-info {
    margin: 15px auto;
}
.footer-area_bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #559292;
}
.footer-area_bottom h6 {
    color: #fff;
}
#feedback-tab {
    margin-top: 146px !important;
}
body {
    top: 0;
    background-color: #fff;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 1;
    color: #282828;
    scroll-behavior: smooth;
    pointer-events: auto;
}
.scroll_bot {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999 !important;
    opacity: 1;
    background-color: #f5f8fa;
    transition: opacity 0.5s;
    bottom: 360px;
}
.scroll_bot1 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999 !important;
    transition: opacity 0.5s;
    bottom: 360px;
}
section.hero-area {
    margin-top: 445px;
}
.fitness-btn.menu-btn {
    font-size: 16px;
    color: #fff;
    background: #34485d;
}
.main-footer-area {
    padding: 107px 10px 60px;
}
footer.footer-area {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #34485d;
    text-align: center;
    overflow: hidden;
}
.foot_bot {
    padding: 10px;
    background-color: #4d4d4d;
}
.foot_bot h6 {
    color: #fff;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .icon-box {
        padding: 20px 5px;
    }
    .plat_text {
        font-size: 22px;
    }
    .business_area .description {
        height: 115px;
    }
    h4.bg-color1.dark-bg {
        font-size: 20px;
    }
}
@media (max-width: 1100px) {
    .header-area li a:before {
        content: "|";
        padding: 0 3px;
    }
    .banner_area img {
        height: 250px;
    }
    .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        padding: 0 3px;
        font-size: 14px;
    }
    a.fitness-btn.menu-btn.ml-30 {
        font-size: 14px;
        min-width: 150px !important;
    }
}
@media (max-width: 991px) {
    .classy-navbar-toggler {
        position: absolute;
        right: 25px;
    }
    .header-area li a:before {
        display: none;
    }
    .classynav {
        float: none;
    }
    .hero-slides .single-hero-slide {
        height: 343px;
    }
    .icon-box.icon-top p {
        height: 160px;
    }
    .plat_text i {
        margin-right: 5px;
        margin-left: 5px;
    }
    .plat_text {
        font-size: 16px;
    }
    .contact_detail {
        margin-top: 0;
    }
    .area {
        display: none;
    }
    .area1 {
        display: block;
    }
    .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        padding-left: 10px !important;
    }
}
@media (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 256px;
    }
    .icon-box.icon-top p {
        height: auto;
    }
    .icon-box.icon-top h5 {
        height: auto;
    }
    .tab_area {
        padding-left: 0;
        padding-right: 0;
    }
    .plat_text {
        font-size: 12px;
    }
    .footer-widget-area {
        text-align: center;
    }
    .plat_buttons {
        padding-top: 20px;
    }
    .contact_box {
        margin-top: 20px;
    }
    footer.footer-area li {
        display: inline-block;
        padding: 0 5px;
    }
    footer.footer-area li a {
        font-size: 18px;
    }
    .main-footer-area {
        padding: 112px 10px 60px;
    }
    .contact_detail {
        margin-top: 10px;
    }
    .col-12.col-lg-7.wow.fadeInUp {
        padding: 0;
    }
}
@media (max-width: 576px) {
    .why_choose_area {
        max-width: 500px;
        margin: 0 auto;
    }
    .plat_img1 {
        width: auto;
        height: 300px;
    }
    .plat_img2 {
        width: auto;
        height: 300px;
    }
    .plat_img3 {
        width: auto;
        height: 300px;
    }
    .plat_text {
        font-size: 16px;
    }
    .plat_text i {
        margin-right: 5px;
        margin-left: 5px;
    }
    .plat_text.tablinks {
        margin: 10px 20px;
    }
    .map_iframe {
        height: 300px !important;
    }
    .map_area {
        margin: 0 10px;
    }
    .faq_half .panel-title {
        font-size: 14px;
    }
    .faq_half ul.listing li {
        font-size: 14px;
    }
}
@media (max-width: 520px) {
    .why_choose_area {
        max-width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .hero-slides .single-hero-slide {
        height: 155px;
    }
    .hero-slides .single-hero-slide {
        height: 164px;
    }
    .hero-slides .single-hero-slide {
        height: 154px;
    }
    .hero-slides .single-hero-slide p {
        margin-bottom: 10px;
    }
    .why_choose_area {
        max-width: 420px;
        margin: 0 auto;
    }
    .why_choose p {
        font-size: 12px;
    }
    .plat_img1 {
        width: auto;
        height: 250px;
    }
    .plat_img2 {
        width: auto;
        height: 250px;
    }
    .plat_img3 {
        width: auto;
        height: 250px;
    }
    .h2.bgc_title {
        font-size: 24px;
    }
    h6.panel-title {
        font-size: 12px;
    }
    panel-default p {
        font-size: 10px;
    }
    .banner_area img {
        height: 150px;
    }
    #feedback-tab {
        width: 50px !important;
        height: 50px !important;
    }
    #feedback-form {
        padding: 12px 15px !important;
    }
    .map_iframe {
        height: 250px !important;
    }
    .faq_half .panel-title {
        font-size: 12px;
    }
    .faq_half ul.listing li {
        font-size: 12px;
    }
}
@media (max-width: 430px) {
    .why_choose_area {
        max-width: 350px;
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    .tab_area {
        max-width: 100%;
        display: block;
    }
    .col-12.col-lg-7.wow.fadeInUp {
        padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .why_choose_area {
        max-width: 310px;
        margin: 0 auto;
    }
}
.min-title {
    text-align: left;
    font-size: 19px;
    line-height: 3;
}
#closeb {
    float: right;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    color: #fff;
}
h1 {
    color: #ffffff !important;
    height: 0;
    display: none;
}
.col-12 {
    text-align: center;
}
.followus {
    margin: 0 auto;
}
.works {
    float: right;
}
button.btn.btn-default {
    background: #a5a5a5;
}
.modal-footer {
    padding: 5px;
}
.col-md-6.block {
    border-radius: 24px 0 0 24px;
}
.col-md-6.block1 {
    border-radius: 24px 0 0 24px;
}
.row.busi {
    margin-right: 0;
    margin-left: 0;
}
h2 {
    font-size: 0;
}
.foot_bot a {
    color: #e95c53 !important;
    font-weight: 600;
}
img.play-store-icon {
    width: 100%;
    max-width: 90px;
}
img.app-store-icon {
    width: 100%;
    max-width: 90px;
}
@media (min-width: 981px) and (max-width: 1200px) {
    .plat_text {
        font-size: 15px !important;
    }
}
@media (max-width: 991px) {
    .plat_text {
        font-size: 10px;
    }
    img.play-store-icon {
        max-width: 80px;
    }
    img.app-store-icon {
        max-width: 80px;
    }
}
@media (max-width: 768px) {
    .plat_text {
        font-size: 18px;
    }
    img.play-store-icon {
        max-width: 80px;
    }
    img.app-store-icon {
        max-width: 80px;
    }
}


