@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("fonts/Poppins-Light.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: local("Poppins"), local("Poppins-Regular"), url("fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("fonts/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("fonts/Poppins-Bold.woff2") format("woff2");
}
        .withdraw-form {
            margin: 0 auto;
            max-width: 400px;
        }
        .text-center {
            text-align: center;
        }
        .text-right {
            text-align: right;
        }
        .text-left {
            text-align: left;
        }
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
body {
    font-family: Poppins, sans-serif;
    color: #000;
    background-color: #fff;
}
.layout_padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.layout_padding2-top {
    padding-top: 45px;
}
.layout_padding2-bottom {
    padding-bottom: 45px;
}
.layout_padding-top {
    padding-top: 120px;
}
.layout_padding-bottom {
    padding-bottom: 120px;
}
.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.heading_container h2 {
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.heading_container h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 55px;
    height: 5px;
    background-color: #ff2953;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.sub_page .tab_area {
    height: auto;
}
.tab_area.sub_pages {
    height: auto;
}
.balance_area {
    height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #b8bcc2;
    background-size: cover;
    background-attachment: fixed;
}
.sub_page .balance_area {
    height: auto;
}
.balance_area.sub_pages {
    height: auto;
}
.hero_area {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.sub_page .hero_area {
    height: auto;
}
.sub_page .who_section.layout_padding {
    padding-top: 0;
}
.hero_area.sub_pages {
    height: auto;
}
.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}
.header_section .nav_container {
    margin: 0 auto;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    margin: 10px 30px;
    padding: 0;
    padding-bottom: 3px;
    color: #000;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #000;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
    display: block;
    background-color: #ff2953;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    color: initial;
}
.btn,
.btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user_option a {
    color: #fff;
    margin: 10px 30px;
}
.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}
.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.navbar-brand span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    position: relative;
    z-index: 3;
}
.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}
.custom_nav-container .navbar-toggler {
    outline: 0;
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
}
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}
.slider_section #carouselExampleIndicators {
    width: 100%;
}
.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_section .box {
    margin: 125px 0;
}
.slider_section .detail-box {
    text-align: center;
}
.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.slider_section .detail-box h2 {
    font-size: 2.5rem;
}
.slider_section .detail-box h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
}
.slider_section .detail-box p {
    margin-top: 25px;
}
.slider_section .detail-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: black;
    border: 1.5px solid #fff;
    color: #fff;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    text-transform: uppercase;
    margin-top: 35px;
}
.slider_section .detail-box a:hover {
    background-color: #fff;
    color: #000;
}
.slider_section #carouselExampleIndicators .carousel-indicators {
    position: unset;
    margin: 0;
    margin-top: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_section #carouselExampleIndicators .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: 1;
}
.slider_section #carouselExampleIndicators .carousel-indicators li.active {
    border: 4px solid #fff;
}
.balance_section {
    background-color: #b8bcc2;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}
.balance_section .balance_container {
    padding-top: 25px;
}
.balance_section .balance_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 25px 10px 0 10px;
}
.balance_section .balance_container .box .img-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.balance_section .balance_container .box .img-box img {
    max-width: 100%;
}
.balance_section .balance_container .box .detail-box h5 {
    font-weight: 700;
}
.us_section {
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}
.us_section .us_container {
    padding-top: 25px;
}
.us_section .us_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 25px 10px 0 10px;
}
.us_section .us_container .box .img-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.us_section .us_container .box .img-box img {
    max-width: 100%;
}
.us_section .us_container .box .detail-box h5 {
    font-weight: 700;
}


.transaction_section {
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}
.transaction_section .transaction_container {
    padding-top: 25px;
    padding-bottom: 25px;
}
.transaction_section .card {
}
.transaction_section .transaction_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 25px 10px 0 10px;
	font-size:12px;
}
.transaction_section .transaction_container .box .img-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.transaction_section .transaction_container .box .img-box img {
    max-width: 100%;
}
.transaction_section .transaction_container .box .detail-box h5 {
    font-weight: 700;
	font-size:16px;
}

.heathy_section {
    background-image: url(../images/healthy-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}
.heathy_section h2 {
    font-weight: 700;
}
.heathy_section p {
    margin-top: 35px;
}
.heathy_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}
.heathy_section .btn-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: transparent;
    border: 1.5px solid #fff;
    color: #fff;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    text-transform: uppercase;
}
.heathy_section .btn-box a:hover {
    background-color: #fff;
    color: #000;
}
.trainer_section {
    background-image: url(../images/trainer-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.trainer_section .box {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.trainer_section .box .name h5 {
    font-weight: 700;
    margin-bottom: 15px;
}
.trainer_section .box .img-box {
    border-radius: 15px;
    overflow: hidden;
}
.trainer_section .box .img-box img {
    width: 100%;
}
.trainer_section .box .social_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 225px;
    padding: 12px 45px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: -25px;
}
.contact_section {
    position: relative;
    background-color: #27223f;
    color: #fff;
}
.contact_section .heading_container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.contact_section .heading_container h2::before {
    text-align: left;
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.contact_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact_section .img-box img {
    width: 100%;
}
.contact_section .form_container {
    padding: 45px 0 45px 15px;
}
.contact_section input {
    width: 100%;
    border: none;
    background-color: #fff;
    outline: 0;
    color: #000;
    margin-top: 25px;
    padding: 12px;
}
.contact_section input::-webkit-input-placeholder {
    color: #2a2a2c;
}
.contact_section input:-ms-input-placeholder {
    color: #2a2a2c;
}
.contact_section input::-ms-input-placeholder {
    color: #2a2a2c;
}
.contact_section input::placeholder {
    color: #2a2a2c;
}
.contact_section input.message-box {
    padding: 45px 12px;
}
.contact_section button {
    padding: 10px 65px;
    outline: 0;
    border: none;
    color: #fff;
    background: #ff2953;
    margin: 45px 0 0 auto;
    text-transform: uppercase;
}
.info_section {
    background-color: #252233;
}
.info_items {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info_items .item {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.info_items .item .img-box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.info_items .item .detail-box {
    margin-top: 5px;
    color: #fff;
}
.info_items {
    position: relative;
}
.info_items a {
    position: relative;
}
.info_items .item .img-box.box-1 {
    background-image: url(../images/location-white.png);
}
.info_items .item .img-box.box-2 {
    background-image: url(../images/telephone-white.png);
}
.info_items .item .img-box.box-3 {
    background-image: url(../images/envelope-white.png);
}
.footer_section {
    background-color: #fbfdfd;
    padding: 20px;
    font-weight: 500;
}
.footer_section p {
    color: #292929;
    margin: 0;
    text-align: center;
}
.footer_section a {
    color: #292929;
}
.order-md-last{
	order:6; !important;
}
@media (max-width: 992px) {
    .hero_area {
        height: auto;
    }
    .custom_nav-container .nav_search-btn {
        background-position: center;
        margin-top: 10px;
    }
    .slider_section {
        padding-top: 45px;
        padding-bottom: 75px;
    }
    .info_items {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact_section .form_container {
        padding: 45px 0;
    }
    .info_items {
        flex-direction: column;
        align-items: center;
    }
    .contact_section .heading_container {
        justify-content: center;
    }
    .contact_section .heading_container h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .contact_section button {
        margin: 45px auto 0 auto;
    }
}
@media (max-width: 576px) {
    .slider_section .detail-box h1 {
        font-size: 3rem;
    }
}
@media (max-width: 420px) {
    .slider_section .detail-box h1 {
        letter-spacing: 0.3rem;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}