/*!
Theme Name: Regimen Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: regimen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
    overflow-x: hidden;
    line-height: 1.5;
	font-size: 18px; 
    color: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

p {
    margin: 0px !important;
}

body,
p {
    font-weight: 400;
    color: #fff;
    font-family: "Montserrat" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "Montserrat" !important;
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    margin: 100px 0px;
    margin-bottom: 30px;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 150px;
}

.error-404.not-found h1 span {
    color: #d5bfa8;
}

.page-header h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #fff;
    margin-bottom: 20px !important;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #fff;
    transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 30px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit
.dgwt-wcas-sf-wrapp
input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
    text-align: center;
    margin: 0px;
    margin-top: 20px;
}

#primary-menu li {
    display: inline-block;
    box-shadow: none !important;
    outline: 0 !important;
}

#primary-menu li a {
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding: 10px 15px;
    margin: 0px 28px;
	    box-shadow: none !important;
    outline: 0 !important;
}

#primary-menu .sub-menu li a {
	margin-inline: 0px !important;
}

#primary-menu li.current-menu-item a {
    font-weight: 600;
}

#primary-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #d5bfa8;
    transition: 0.5s all ease;
}

#primary-menu li.current-menu-item a:before,
#primary-menu li a:hover:before {
    width: 100%;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 0px;
    display: block;
    color: #fff;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #d5bfa8;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
	margin: 0px !important;
    text-align: center;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #a38668;
    border-color: #a38668
}

#primary-menu .sub-menu li a::before {
    content: "";
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: block !important;
    height: auto !important;
}

#mml {
    padding: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    /*background-color: #fff;*/
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 15px;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-top: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #040707;
    word-wrap: break-word;
    text-align: left;
    margin: 0;
}

#mm #primary-menu a:hover,
#mm #primary-menu li.current-menu-item a {
    background-color: #d5bfa8;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #fff;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 17px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 14px;
    color: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    border-color: rgba(84, 84, 84, 0.8);
}

.input-radio::after,
input[type="radio"]::after {
    border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
table.woocommerce-checkout-review-order-table
.product-total {
    text-align: right;
}

.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
table.woocommerce-checkout-review-order-table
thead
td,
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
table.woocommerce-checkout-review-order-table
thead
th,
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
table.woocommerce-checkout-review-order-table
tfoot
td,
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
table.woocommerce-checkout-review-order-table
tfoot
th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, 0.9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #fff;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-table
tfoot
th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-table
tbody
tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 400px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}

.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}

h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}

ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}

.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}

.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: -10px !important;
}

/* Woo Commerce End Here */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}

header#masthead .site-branding {
    text-align: center;
}

header#masthead {
    margin: 20px 0px;
}

header#masthead .site-branding img {
    max-width: 300px !important;
}

.home header#masthead {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 10;
}

.banner_sec {
    position: relative;
}

.banner_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 424px;
    background: url(/wp-content/uploads/2025/03/banner_top_fade.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.banner_sec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 446px;
    background: url(/wp-content/uploads/2025/03/banner_bottom_fade.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.banner_sec .fade_vector {
    position: relative;
    /*z-index: 1;*/
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 600px;
}

.banner_sec .fade_vector .content_btn {
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 10;
    left: 0;
    margin: auto;
    text-align: center;
}

.banner_sec .fade_vector::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, rgba(4, 7, 7, 0) 0%, #040707 84.91%);
    z-index: 1;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Optional overlay for better text readability */
.video-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Adjust opacity as needed */
}

.banner_sec .left {
    margin-top: 270px;
    position: relative;
    z-index: 1;
}

.banner_sec .col-md-6,
.banner_sec .right {
    position: static;
}

.banner_sec .right .img img {
    width: 100%;
    height: 100%;
}

.banner_sec .right .img {
    position: absolute;
    right: 0;
    top: 90px;
    width: 826px;
    height: 718px;
}

.title-banner {
    margin-bottom: 40px;
}

.title-banner h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

.title-banner h1 span {
    font-weight: 800;
    color: #d5bfa8;
}

.content_btn a {
    border: 1px solid #d5bfa8;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 34px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    background: transparent;
}

.content_btn a:hover {
    background: #d5bfa8;
    color: #000;
}

.banner_sec .left .content_btn a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 245px;
    background: #fff;
    margin: auto;
    top: 170%;
}

.home_sec_2 {
    padding: 50px 0px;
    position: relative;
}

.home_sec_2:before {
    content: "";
    position: absolute;
    right: -100px;
    width: 354px;
    height: 610px;
    background: url(/wp-content/uploads/2025/03/home_sec_2_vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -60px;
    z-index: 1;
    background-position: right;
}

.home_sec_2 .row {
    align-items: center;
    position: relative;
    z-index: 1;
}

.head_60 h1,
.head_60 h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #383939;
    margin: 0px;
}

.head_60 h1 span,
.head_60 h2 span {
    font-weight: 800;
    color: #d5bfa8;
}

.home_sec_2 .para {
    margin: 30px 0px;
}

.para p:not(:last-child) {
    margin-bottom: 1rem !important;
}

.para p {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.home_sec_2 .right .img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.home_sec_2 .right .img {
    position: relative;
}

.home_sec_3 {
    margin: 100px 0px;
}

.home_sec_3 .head_60,
.home_sec_4 .head_60,
.home_sec_6 .head_60,
.home_sec_7 .head_60,
.about_sec3 .head_60,
.trainer_sec_1 .head_60,
.contact_sec .head_60,
.membership_sec .head_60 {
    text-align: center;
    margin-bottom: 50px;
}

.cont_box {
    display: grid;
    grid-template-columns: 26% 45.3% 26%;
    gap: 1.3%;
}

.cont_box .box .img {
    position: relative;
    overflow: hidden;
}

.cont_box .box .img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.cont_box .box .img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.5s all ease;
    filter: grayscale(1);
}

.cont_box .box .img h2 {
    margin: 0px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: 0.5s all ease;
}

.cont_box .box:hover .img img, .cont_box .box:focus .img img, .cont_box .box:active .img img {
    transform: scale(1.2);
    filter: none;
}

.cont_box .box:hover .img h2, .cont_box .box:focus .img h2, .cont_box .box:active .img img {
    opacity: 1;
}

/* @media (pointer: coarse) {
  .cont_box .box .img img,.cont_box{
    transform: scale(1.2);
    filter: none;
  }
  .cont_box .box .img h3{
    opacity: 1;
  }
}
@media (hover: none) {
	 .cont_box .box .img img,.cont_box{
    transform: scale(1.2);
    filter: none;
  }
  .cont_box .box .img h3{
    opacity: 1;
  }
} */

.cont_box.new_width {
    margin-top: 15px;
    grid-template-columns: 35% 27.3% 35%;
}

.home_sec_4 {
    margin: 50px 0px;
}

.home_sec_4 .box span {
    font-weight: 800;
    font-size: 88.5965px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.7px #383939;
    font-family: "Poppins";
}

.home_sec_4 .box .content {
    padding-left: 30px;
    margin-top: -30px;
}

.home_sec_4 .box .content h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
}

.home_sec_4 .box .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
}

.home_sec_5 {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.home_sec_5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1440px;
    height: 996px;
    background: url(/wp-content/uploads/2025/03/performance_bg.png);
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    right: 0;
    z-index: -3;
}

.home_sec_5 .content h2 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 116px;
    line-height: 92px;
    font-weight: 500;
}

.home_sec_5 .content .recover_text h2 {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: right;
    color: #d5bfa8;
    font-weight: 800;
    font-size: 94px;
    line-height: 75px;
    position: relative;
    z-index: -2;
    margin: 0px;
}

.home_sec_5 .content .content_btn {
    margin: 40px 0px;
}

.home_sec_5 .img {
    position: absolute;
    bottom: 10px;
    z-index: -1;
    left: 0px;
    right: 0;
}

.home_sec_5 .img img {
    width: 100%;
    height: 566px;
    object-fit: contain;
}

.home_sec_6 {
    margin: 100px 0px;
}

.space_img .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease;
}

.space_img .box:hover img {
    transform: scale(1.2);
}

.space_img .box {
    overflow: hidden;
    position: relative;
}

.space_img .col:nth-child(1) .box {
    height: 376px;
    margin-top: 40px;
}

.space_img .col:nth-child(2) .box {
    height: 303px;
    margin-top: 70px;
}

.space_img .col:nth-child(3) .box {
    height: 405px;
    margin-top: 40px;
}

.space_img .col:nth-child(4) .box {
    height: 364px;
    margin-top: 130px;
}

.space_img .col:nth-child(5) .box {
    height: 419px;
    margin-top: -20px;
}

.space_img .col {
    padding: 0 7px;
}

.home_sec_7 {
    margin: 100px 0px;
    margin-bottom: 0;
    position: relative;
}

.customer_box .col-md-5 {
    position: static;
}

.customer_box .img {
    position: absolute;
    right: 0px;
    width: 710px;
    bottom: 0px;
}

.customer_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer_box .row,
.customer_box .img {
    height: 640px;
    align-items: center;
}

.custom_slider {
    margin: 0px !important;
    z-index: 1;
}

.custom_slider .item {
    border: 1px solid #d5bfa8;
    padding: 40px 30px;
}

.custom_slider .item p {
    color: #ffffff;
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    height: 240px;
    overflow-x: auto;
}

.custom_slider .item cite {
    margin: 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
    margin-top: 10px;
    display: block;
}

.custom_slider .slick-list {
    margin: 0px -15px;
}

.custom_slider .slick-slide {
    margin: 0px 15px;
}

.custom_slider:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -50px;
    width: 91px;
    height: 69px;
    background: url(/wp-content/uploads/2025/03/quote.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.custom_slider .slick-dots {
    bottom: -50px;
}

.custom_slider .slick-dots li {
    width: 11px;
    height: 11px;
    background: #383939 !important;
    border-radius: 60px;
    left: -4px;
    z-index: 1;
}

.custom_slider .slick-dots li.slick-active {
    width: 26px;
    height: 11px;
    background: #d5bfa8 !important;
    border-radius: 60px;
    left: -4px;
    z-index: 1;
}

.custom_slider .slick-dots li button::before {
    display: none;
}

/*Footer*/
.footer1 h2 {
    margin: 0px;
    font-weight: 800;
    font-size: 240px;
    line-height: 150%;
    color: #101010;
    text-align: center;
    text-transform: uppercase;
}

.footer2 {
    text-align: center;
}

.widget_newsletterwidget {
    margin-top: 50px;
}

.footer2 .tnp.tnp-subscription.tnp-widget .tnp-field.tnp-field-button input {
    font-size: 0;
    padding: 0px;
    border: 0px;
    background: url(/wp-content/uploads/2025/03/email_icon.png);
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
}

.footer2
.tnp.tnp-subscription.tnp-widget
.tnp-field.tnp-field-button
input:hover {
    filter: brightness(100);
}

.tnp-field.tnp-field-button,
.tnp-field.tnp-field-email {
    margin: 0px !important;
}

.tnp-field.tnp-field-email input#tnp-1 {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d5bfa8;
    font-weight: 300;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
    padding: 17px 0px !important;
    padding-right: 60px !important;
}

.tnp-field.tnp-field-email input#tnp-1::placeholder {
    text-transform: uppercase;
}

.footer2 .tnp.tnp-subscription.tnp-widget {
    max-width: 820px;
    margin: 50px auto;
}

.footer2 .tnp.tnp-subscription.tnp-widget .tnp-field.tnp-field-button {
    position: absolute;
    bottom: 15px;
    right: 0px;
    width: 44px;
    height: 36px;
}

.footer2 .tnp.tnp-subscription.tnp-widget form {
    position: relative;
}

ul.cnss-social-icon li {
    vertical-align: middle;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    list-style-type: none !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
    line-height: normal !important;
    display: inline-block;
}

ul.cnss-social-icon li a {
    background-color: #383939 !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    width: 65px !important;
    height: 65px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.5s all ease;
    margin: 0px !important;
}

ul.cnss-social-icon li:not(:last-child) a {
    margin-right: 15px !important;
}

ul.cnss-social-icon li a:hover {
    /*     transform: rotate(360deg); */
    background-color: #d5bfa8 !important;
}

ul.cnss-social-icon li a i {
    color: #fff !important;
    font-size: 20px;
}

ul.cnss-social-icon li a:hover i {
    color: #000 !important;
}

ul.cnss-social-icon li a:hover svg {
    fill: #000;
}

.footer {
    margin-bottom: 50px;
}

.footer1 {
    margin-bottom: 170px;
}

.copyrights .row {
    padding: 20px 0px;
    border-top: 1px solid #383939;
}

.copyrights ul#menu-footer-menu {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

.copyrights p.copyright,
.copyrights ul#menu-footer-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.copyrights p.copyright a {
    text-transform: uppercase;
    color: #d5bfa8;
    font-weight: 700;
}

.copyrights p.copyright a:hover {
    color: #fff;
}

.copyrights ul#menu-footer-menu li a:hover {
    color: #d5bfa8;
}

footer#colophon {
    position: relative;
}

footer#colophon::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 853px;
    background: url(/wp-content/uploads/2025/03/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

footer#colophon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 441px;
    background: url(/wp-content/uploads/2025/03/footer_bottom_fade.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.copyrights,
.footer2,
.footer3 {
    position: relative;
    z-index: 1;
}

@media (min-width: 1600px) {
    .home_sec_2:before {
        right: 0px;
        width: 100%;
        height: 100%;
    }
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #d5bfa8;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #fff;
    border-radius: 10px;
}

/*Inner Pages*/
.inner_banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.inner_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.inner_banner .head_60 {
    position: relative;
}

.about_sec1 {
    margin: 100px 0px;
}

.about_sec1 > div > .row {
    align-items: center;
}

.about_sec1 .right .img {
    margin-top: 100px;
}

.about_sec1 .right .col-md-6 {
    padding: 0px 10px !important;
}

.about_sec1 .right img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.about_sec1 .left .head_60 {
    margin-bottom: 15px;
}

.about_sec1 .left .para {
    padding-right: 80px;
}

.about_sec2 .head_60 {
    margin-bottom: 30px;
}

.about_sec2 .content {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.about_sec2 .image_box {
    position: relative;
    margin-bottom: 90px;
}

.about_sec2 .image_box .img,
.about_sec2 .image_box .img1 {
    width: 55%;
}

.about_sec2 .image_box img {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

.about_sec2 .image_box .img1 {
    position: absolute;
    top: 90px;
    right: 0px;
}

.about_sec2 .image_box:before,
.about_sec2 .image_box:after {
    content: "";
    position: absolute;
    left: -105px;
    bottom: -65px;
    width: 310px;
    height: 230px;
    background: #101414;
    z-index: -1;
}

.about_sec2 .image_box:after {
    left: unset;
    right: -105px;
    bottom: unset;
    top: 35px;
}

.about_sec3 {
    padding-top: 100px;
}

.about_sec3 .row {
    align-items: center;
}

.about_sec3 .img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.about_sec3 .box h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
}

.about_sec3 .right {
    padding-left: 25px;
}

.about_sec3 .box:not(:last-child) {
    margin-bottom: 40px;
}

.news_sec {
    margin-top: 100px;
    text-align: center;
}

.news_sec .para p {
    font-size: 26px;
    font-weight: 600;
}

.trainer_sec_1,
.contact_sec {
    margin: 100px 0px;
}

.trainer_sec_1 .box .img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.trainer_sec_1 .box .img {
    margin-bottom: 30px;
}

.trainer_sec_1 .box .designation h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Gilroy" !important;
}

.trainer_sec_1 .box .designation p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #d5bfa8;
}

.trainer_sec_1 .row {
    row-gap: 30px;
}

.contact_sec .left .content p {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

ul.contact_info {
    margin: 30px 0px;
}

ul.contact_info li {
    display: flex;
    align-items: center;
    gap: 18px;
}

ul.contact_info li .icon {
    width: 74px;
    height: 74px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.contact_info li .text {
    width: calc(75% - 100px);
}

ul.contact_info li .text h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-family: "Gilroy" !important;
}

ul.contact_info li .text a {
    font-weight: normal !important;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-family: "Gilroy" !important;
}

ul.contact_info li:not(:last-child) {
    margin-bottom: 30px;
}

ul.contact_info li .text a:hover {
    color: #d5bfa8;
}

.contact_sec .right {
    background: #222222;
    box-shadow: 0px 15px 55px rgba(102, 102, 204, 0.1);
    padding: 40px 30px;
}

.contact_sec div#wpforms-237 {
    margin: 0px;
}

.contact_sec .wpforms-head-container {
    padding-bottom: 25px !important;
    text-align: center;
}

.contact_sec .wpforms-head-container .wpforms-title {
    font-family: "Gilroy";
    font-weight: bold !important;
    font-size: 30px;
    line-height: 30px !important;
    color: #d5bfa8 !important;
    margin: 0px !important;
}

.contact_sec input,
.contact_sec select,
.contact_sec textarea {
    background: transparent !important;
    height: 46px !important;
    border-radius: 0px !important;
    padding: 15px !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-weight: 400 !important;
    font-family: "Gilroy" !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #474747 !important;
}

.contact_sec input::-webkit-input-placeholder,
.contact_sec select::-webkit-input-placeholder,
.contact_sec textarea::-webkit-input-placeholder,
.contact_sec .choices__inner .choices__placeholder {
    opacity: 1 !important;
    color: #fff !important;
}

.contact_sec .choices__inner,
.contact_sec .choices__list {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.contact_sec .choices__inner {
    border-bottom: 1px solid #474747 !important;
}

.contact_sec .wpforms-field.wpforms-has-error .choices__inner {
    border-bottom: 1px solid #d63637 !important;
}

.contact_sec .choices__list .choices__item {
    font-weight: 400 !important;
    font-family: "Gilroy" !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #fff !important;
}

.contact_sec .choices__list.is-active .choices__item {
    color: #000 !important;
}

.contact_sec .choices__list.is-active .choices__item.is-highlighted {
    color: #fff !important;
}

.wpforms-field-container .wpforms-field {
    padding: 10px 0px !important;
}

.contact_sec textarea {
    height: 120px !important;
    resize: none !important;
}

.contact_sec .choices.wpforms-field-row:after,
.contact_sec .wpforms-submit-container button:after,
em.wpforms-error {
    display: none !important;
}

.contact_sec .choices.wpforms-field-row:before {
    content: "" !important;
    position: absolute !important;
    right: 13px !important;
    width: 13px !important;
    height: 8px !important;
    background: url(/wp-content/uploads/2025/03/down_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto;
    left: unset !important;
}

.contact_sec .choices.wpforms-field-row.is-open:before {
    transform: rotate(180deg);
}

.contact_sec .wpforms-submit-container {
    text-align: center;
    margin-top: 25px !important;
}

.contact_sec .wpforms-submit-container button {
    border: 1px solid #d5bfa8 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    padding: 16px 55px !important;
    display: inline-block !important;
    border-radius: 50px !important;
    position: relative !important;
    background: transparent !important;
    height: auto !important;
}

.contact_sec .wpforms-submit-container button:hover {
    background: #d5bfa8 !important;
    color: #000 !important;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0 8px !important;
}

.wpforms-container
.wpforms-field
.wpforms-field-row
.wpforms-field-row-block:first-child {
    padding-inline-start: 0 !important;
}

.wpforms-container
.wpforms-field
.wpforms-field-row
.wpforms-field-row-block:last-child {
    padding-inline-end: 0 !important;
}

.wpforms-field-container .wpforms-field.wpforms-field-layout {
    padding: 0px !important;
}

div.wpforms-container
.wpforms-form
.wpforms-field-layout
.wpforms-layout-column-50:first-child {
    padding-inline-end: 8px !important;
}

div.wpforms-container
.wpforms-form
.wpforms-field-layout
.wpforms-layout-column-50:last-child {
    padding-inline-start: 8px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
    border-color: var(--wpforms-label-error-color) !important;
}

div.wpforms-container-full
.wpforms-form
.wpforms-field.wpforms-field-select-style-modern
.choices {
    margin: 0px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
    background: transparent !important;
    border-color: #d5bfa8 !important;
    margin-bottom: 0px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: #fff !important;
}

.contact_sec .left {
    margin-top: 40px;
}

.membership_sec {
    margin: 100px 0px;
}

.membership_sec .box {
    background: #ffffff;
    border: 1px solid #e7ebff;
    box-shadow: 0px 26px 40px rgba(188, 202, 255, 0.13);
    padding: 40px;
    position: relative;
    min-height: 700px;
}

.membership_sec .col-md-6:last-child .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/03/member_pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

/*.membership_sec .col-md-6:last-child .box .icon {*/
/*    background: #fff;*/
/*}*/

.membership_sec .box > div {
    position: relative;
}

.membership_sec .row .col-md-4 {
    margin-top: 10px;
}

.membership_sec .box .icon {
    width: 56px;
    height: 56px;
    background: #d5bfa8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership_sec .box .content {
    padding: 20px 0px;
    border-bottom: 1px solid #e7ebff;
}

.membership_sec .box .content h3 span {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    padding: 5px 10px;
    background: #040707;
    border-radius: 10px;
    position: relative;
    bottom: 5px;
    left: 10px;
}
.membership_sec .box .content h3{
    font-size: 22px;
    min-height: 80px;
}
.membership_sec .box .content p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #040707;
    padding: 15px 0px;
}

.membership_sec .box .content .price_tag {
    display: flex;
    align-items: end;
    gap: 10px;
}

.membership_sec .box .content .price_tag h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;
    letter-spacing: -1px;
    color: #040707;
    margin: 0px;
}

.membership_sec .box .content .price_tag small {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #040707;
    position: relative;
    bottom: 10px;
}

.membership_sec .box .content_btn {
    margin-top: 40px;
}

.membership_sec .box .content_btn a {
    width: 100%;
    color: #040707;
}

.membership_sec .box ul.listing {
    margin: 0px;
    padding-top: 20px;
    min-height: 330px;
}

.membership_sec .box ul.listing li {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #040707;
}

.membership_sec .box ul.listing li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #d5bfa8;
    font-weight: 900;
}

.membership_sec .box ul.listing li:not(:last-child) {
    margin-bottom: 10px;
}

/* trainers modal */
/* .trainersmodal.modal,.classesmodal.modal {
    display: none; 
    position: fixed;  
    z-index: 10; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;  
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.6);
} */
.trainersmodal.modal .content,
.classesmodal .class-description {
    height: 250px;
    overflow-x: auto;
}

.trainersmodal .modal-dialog,
.classesmodal .modal-dialog {
    max-width: 40% !important;
    /*background-color: #383939;*/
    /*color: white;*/
}

.trainersmodal .modal-dialog .modal-content,
.classesmodal .modal-dialog .modal-content {
    background-color: #383939 !important;
    color: white;
}

/* Modal Content */
.trainersmodal .modal-header,
.classesmodal .modal-header {
    justify-content: center;
}

.trainersmodal .modal-content,
.classesmodal .modal-content {
    position: relative;
    padding: 20px;
    width: 100%;
}

.trainersmodal .modal-content p,
.classesmodal .modal-content p {
    color: #fff;
    font-size: 18px;
}

/* The Close Button */
.trainersmodal .btn-closemodal,
.classesmodal .btn-closemodal {
    all: unset;
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: #fff;
    height: auto;
    line-height: 16px;
    z-index: 99;
}

.trainersmodal .btn-closemodal:hover,
.trainersmodal .btn-closemodal:focus .classesmodal .btn-closemodal:hover,
.classesmodal .btn-closemodal:focus {
    text-decoration: none;
    cursor: pointer;
}

.tr-modal-img {
    text-align: center;
    padding-bottom: 30px;
}

.tr-modal-img img {
    max-height: 250px;
    margin-bottom: 20px;
}

.classesmodal .tr-modal-img img {
    height: 250px;
    max-height: max-content;
    margin-bottom: 20px;
    width: 70%;
    object-fit: contain;
    object-position: top;
}

#site-navigation {
    padding-top: 10px;
}

.privacy-body h2 {
    color: #d5bfa8;
}

.privacy-body {
    margin-top: 50px;
}

.fade.show {
    display: block !important;
}

html.scorllable {
    overflow-y: hidden;
}

html {
    overflow-x: hidden;
}
.a11y-toolbar {
    top: 50vh !important;
    z-index: 999 !important;
}
/*Responsive*/

@media (max-width: 1600px) {
    .tr-modal-img img {
        max-height: 200px;
    }

    .trainersmodal.modal .content {
        height: 200px;
    }
}

@media (max-width: 1500px) {
    .trainersmodal .modal-dialog,
    .classesmodal .modal-dialog {
        max-width: 50% !important;
    }

    .tr-modal-img {
        padding-bottom: 15px;
    }

    .trainersmodal.modal .content,
    .classesmodal .class-description {
        height: 100px;
    }

    .trainersmodal .modal-header,
    .classesmodal .modal-header {
        padding: 0 !important;
    }
}

@media (max-width: 1300px) {
    .customer_box .img {
        width: 550px;
    }

    footer#colophon::before {
        height: 770px;
    }

    .footer2 .tnp.tnp-subscription.tnp-widget {
        max-width: 600px;
    }
}

@media (max-width: 1199px) {
    header#masthead .site-branding img {
        max-width: 250px !important;
    }
	
	.dropdown-toggle {
	   display: block !important;
    }
	
	.menu-item-has-children::after {
		display: none !important;
	}

    #primary-menu li a {
        margin: 0px 18px;
    }
	
	#mm ul.sub-menu {
		display: none !important;
	}
	
    .head_60 h1,
    .head_60 h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0;
    }

    .banner_sec .fade_vector {
        padding-bottom: 600px;
        padding-top: 200px;
    }

    .home_sec_3 {
        margin: 70px 0px;
    }

    .cont_box .box .img img {
        height: 250px;
    }

    .cont_box .box .img h2 {
        font-size: 18px;
    }

    .home_sec_5 .content h2 {
        font-size: 90px;
    }

    .home_sec_5 .content .recover_text h2 {
        font-size: 72px;
    }

    .home_sec_7 {
        margin-top: 50px;
    }

    .customer_box .img {
        width: 440px;
    }

    .customer_box .row,
    .customer_box .img {
        height: 500px;
    }

    .custom_slider .item {
        padding: 35px 30px;
    }

    .footer1 h2 {
        font-size: 200px;
    }

    footer#colophon::before {
        height: 640px;
    }

    .footer1 {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 250px;
    }

    ul.cnss-social-icon li a {
        width: 50px !important;
        height: 50px !important;
    }

    .inner_banner {
        height: 350px;
    }

    .about_sec1 .left .para {
        padding-right: 20px;
    }

    .about_sec1 .right img {
        height: 450px;
    }

    .about_sec1,
    .home_sec_6,
    .membership_sec,
    .trainer_sec_1,
    .contact_sec {
        margin: 70px 0px;
    }

    .space_img .col:nth-child(1) .box,
    .space_img .col:nth-child(3) .box {
        margin-top: 0;
    }

    .space_img .col:nth-child(2) .box {
        margin-top: 30px;
    }

    .space_img .col:nth-child(4) .box {
        margin-top: 50px;
    }

    .space_img .col:nth-child(5) .box {
        margin-top: -30px;
    }

    .para p {
        line-height: 26px;
    }

    .membership_sec .box {
        padding: 30px;
    }

    .membership_sec .box .content h3 {
        font-size: 24px;
    }

    .membership_sec .box .content p {
        font-size: 22px;
    }

    .membership_sec .box .content .price_tag h2 {
        font-size: 50px;
    }

    .membership_sec .box .content .price_tag small {
        font-size: 22px;
    }

    .membership_sec .box ul.listing li {
        font-size: 18px;
        padding-left: 30px;
        line-height: 30px;
    }

    .membership_sec .box .icon {
        width: 50px;
        height: 50px;
    }

    .membership_sec .box .content_btn {
        margin-top: 20px;
    }

    .trainer_sec_1 .box .img img {
        height: 350px;
    }

    .trainer_sec_1 .box .designation h3 {
        font-size: 24px;
    }

    .trainer_sec_1 .box .designation p {
        font-size: 18px;
    }

    .trainer_sec_1 .box .img {
        margin-bottom: 20px;
    }

    .trainersmodal .modal-dialog,
    .classesmodal .modal-dialog {
        max-width: 70% !important;
    }

    .trainersmodal.modal .content,
    .classesmodal .class-description {
        height: 350px;
    }

    .classesmodal .tr-modal-img img {
        height: 300px;
    }

    ul.contact_info li .icon {
        width: 60px;
        height: 60px;
    }

    .contact_sec .left .content p {
        font-size: 20px;
        line-height: 24px;
    }

    .contact_sec .right {
        padding: 30px 15px;
    }

    ul.contact_info li .text a {
        font-size: 16px;
    }

    div.wpforms-container-full .wpforms-confirmation-container-full p {
        color: #fff !important;
        font-size: 12px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .mm,
    #mm {
        display: block;
    }

    header#masthead {
        display: none;
    }

    .mm {
        padding: 10px 0px;
    }

    .mm .site-branding img {
        max-width: 250px;
    }

    .home .mm {
        position: absolute;
        top: 0;
        z-index: 9;
        width: 100%;
    }

    #primary-menu {
        margin-top: 0px;
    }

    .mm .site-branding {
        text-align: center;
    }

    .head_60 h1,
    .head_60 h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .banner_sec .fade_vector::before {
        height: 200px;
        bottom: -2px;
    }

    .home_sec_3 {
        margin: 50px 0px;
    }

    .cont_box .box .img img {
        height: 200px;
    }

    .cont_box .box .img h2 {
        font-size: 15px;
    }

    h3.modal-title {
        font-size: 24px;
    }

    .trainersmodal .modal-content p,
    .classesmodal .modal-content p {
        color: #fff;
        font-size: 16px;
    }

    .home_sec_4 .box .content {
        padding-left: 0;
    }

    .home_sec_4 .box .content h2 {
        font-size: 18px;
    }

    .home_sec_4 .box span {
        font-size: 70px;
    }

    .home_sec_3 .head_60,
    .home_sec_4 .head_60,
    .home_sec_6 .head_60,
    .home_sec_7 .head_60,
    .about_sec3 .head_60,
    .trainer_sec_1 .head_60,
    .contact_sec .head_60,
    .membership_sec .head_60 {
        text-align: center;
        margin-bottom: 30px;
    }

    .home_sec_5 .content h2 {
        font-size: 65px;
    }

    .home_sec_5 .content .recover_text h2 {
        font-size: 53px;
    }

    .home_sec_5 {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .home_sec_5 .img img {
        height: 450px;
    }

    .customer_box .row,
    .customer_box .img {
        height: 420px;
    }

    .customer_box .img {
        width: 330px;
    }

    .custom_slider .item p {
        font-size: 18px;
        line-height: 30px;
        padding-right: 10px;
    }

    .custom_slider:before {
        width: 81px;
        height: 59px;
        top: -40px;
    }

    footer#colophon::before {
        height: 480px;
    }

    .footer {
        margin-bottom: 30px;
    }

    .footer2 .tnp.tnp-subscription.tnp-widget {
        max-width: 500px;
        margin: 30px auto;
    }

    .widget_newsletterwidget {
        margin-top: 30px;
    }

    .footer1 h2 {
        font-size: 130px;
    }

    .home_sec_7 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .tnp-field.tnp-field-email input#tnp-1 {
        font-size: 18px;
    }

    p.copyright {
        text-align: center;
    }

    .copyrights ul#menu-footer-menu {
        justify-content: center;
        margin-bottom: 10px;
    }

    .copyrights .row {
        flex-direction: column-reverse;
        padding: 10px 0px;
    }

    .inner_banner {
        height: 300px;
    }

    .about_sec1 .right img {
        height: 300px;
    }

    .about_sec1,
    .home_sec_6,
    .membership_sec,
    .trainer_sec_1,
    .contact_sec {
        margin: 50px 0px;
    }

    .space_img .col:nth-child(1) .box {
        height: 276px;
    }

    .space_img .col:nth-child(2) .box {
        height: 203px;
    }

    .space_img .col:nth-child(3) .box {
        height: 305px;
    }

    .space_img .col:nth-child(4) .box {
        height: 264px;
    }

    .space_img .col:nth-child(5) .box {
        height: 319px;
    }

    .membership_sec .row.justify-content-center .col-md-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .trainer_sec_1 .box .img img {
        height: 260px;
    }

    .trainer_sec_1 .box .designation p {
        font-size: 16px;
    }

    .contact_sec .left .content p {
        font-size: 16px;
        line-height: 20px;
    }

    ul.contact_info li .text {
        width: calc(100% - 100px);
    }

    .contact_sec .right .wpforms-field-row-block.wpforms-one-half,
    .contact_sec .right .wpforms-layout-column.wpforms-layout-column-50 {
        width: 100% !important;
        padding: 0px !important;
    }

    .contact_sec .right .wpforms-field-row-block.wpforms-first.wpforms-one-half {
        padding-bottom: 10px !important;
    }

    .contact_sec
    .right
    div.wpforms-container
    .wpforms-form
    .wpforms-layout-column.wpforms-layout-column-50,
    .contact_sec
    .right
    div.wpforms-container
    .wpforms-form
    .wpforms-layout-column.wpforms-layout-column-50
    > div {
        padding: 0 !important;
    }

    .contact_sec .right .wpforms-layout-row {
        display: block !important;
        margin: 0 !important;
    }

    .contact_sec
    .right
    div.wpforms-container
    .wpforms-form
    .wpforms-layout-column.wpforms-layout-column-50:nth-child(1) {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    #mmb {
        top: 0px;
    }

    .mm .site-branding img {
        max-width: 150px;
    }

    .head_60 h1,
    .head_60 h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner_sec .fade_vector {
        padding-bottom: 600px;
        padding-top: 50px;
    }

    .cont_box {
        display: block;
    }

    .cont_box > div:not(:last-child) {
        margin-bottom: 15px;
    }

    .trainersmodal .modal-dialog,
    .classesmodal .modal-dialog {
        max-width: 90% !important;
        min-height: 100vh;
        margin: 0 auto !important;
    }

    .trainersmodal.modal .content,
    .classesmodal .class-description {
        height: 200px;
    }

    .modal-body {
        padding: 0 !important;
    }

    .classesmodal .tr-modal-img img {
        height: 220px;
        max-height: 100%;
        object-fit: cover;
    }

    .home_sec_4 .box span {
        font-size: 60px;
    }

    .home_sec_4 .box .content {
        margin-top: -20px;
    }

    .home_sec_4 .col-md-4:not(:last-child) .box {
        margin-bottom: 20px;
    }

    .home_sec_5 .content .content_btn a {
        padding: 10px;
        font-size: 13px;
    }

    .home_sec_5 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .home_sec_5 .content h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .home_sec_5 .content .content_btn {
        margin: 10px 0px;
    }

    .home_sec_5 .content .recover_text h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .home_sec_5 .img img {
        height: 180px;
    }

    .customer_box .row,
    .customer_box .img {
        height: 100%;
    }

    .custom_slider:before {
        width: 51px;
        height: 29px;
        top: -15px;
        left: -10px;
    }

    .custom_slider .slick-dots {
        bottom: -30px;
    }

    .customer_box .img {
        position: relative;
        margin-top: 60px;
    }

    .customer_box .img {
        width: 100%;
        height: 300px;
    }

    .custom_slider .item p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 10px;
    }

    .footer1 h2 {
        font-size: 80px;
    }

    footer#colophon::before {
        height: 220px;
        width: 100%;
        bottom: unset;
        top: 20px;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .footer2 .tnp.tnp-subscription.tnp-widget {
        max-width: 100%;
        margin: 30px auto;
    }

    .footer2 .tnp.tnp-subscription.tnp-widget .tnp-field.tnp-field-button input {
        background-size: cover;
    }

    .footer2 .tnp.tnp-subscription.tnp-widget .tnp-field.tnp-field-button {
        width: 34px;
        height: 26px;
    }

    .tnp-field.tnp-field-email input#tnp-1 {
        font-size: 16px;
        padding-right: 40px !important;
    }

    ul.cnss-social-icon li a {
        width: 40px !important;
        height: 40px !important;
    }

    ul.cnss-social-icon li:not(:last-child) a {
        margin-right: 10px !important;
    }

    .copyrights p.copyright,
    .copyrights ul#menu-footer-menu li a {
        font-size: 13px;
    }

    .inner_banner {
        height: 250px;
    }

    .about_sec1 .row {
        /*flex-direction: column-reverse;*/
    }

    .about_sec1 .right .img {
        margin-top: 50px;
    }

    .about_sec1 .right .col-md-6 {
        padding: 0px 15px !important;
    }

    .about_sec1 .left {
        margin-top: 30px;
    }

    .about_sec1 .left .para {
        padding-right: 0px;
    }

    .space_img .row {
        margin: auto;
    }

    .space_img .col {
        padding: 0 15px;
        flex-basis: auto;
    }

    .space_img .box {
        height: 100% !important;
    }

    .space_img .box img {
        height: 350px !important;
    }

    .space_img .box {
        height: 100% !important;
        margin: 0 !important;
    }

    .space_img .col:not(:last-child) {
        margin-bottom: 20px;
    }

    .membership_sec .row.justify-content-center .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .membership_sec .box {
        padding: 20px;
        min-height: 590px;
    }

    .membership_sec .box .content h3 {
        font-size: 20px;
    }

    .membership_sec .box .content p {
        font-size: 18px;
        line-height: 26px;
    }

    .membership_sec .box .content .price_tag h2 {
        font-size: 40px;
        line-height: 53px;
    }

    .membership_sec .box .content .price_tag small {
        font-size: 20px;
    }
    .membership_sec .box ul.listing{
        min-height: 220px;
    }
    .membership_sec .box ul.listing li {
        font-size: 14px;
        padding-left: 25px;
        line-height: 24px;
    }

    .trainer_sec_1 .box .img img {
        height: 400px;
        /*object-position: center;*/
    }

    .classesmodal .modal-content p {
        color: #fff;
        font-size: 14px;
    }

    .contact_sec .left {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .cont_box .box .img img {
        filter: none;
    }

    .cont_box .box .img h2 {
        opacity: 1;
    }
	    .cont_box .box .img img {
        height: 300px;
    }
	.about_sec1 .right img{
		height:auto;
	}
.about_sec1 .right .img1 {
        margin-top: 50px;
    }
}
/* Skip link styling: visually hidden offscreen, visible on focus */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #000;      /* High contrast black background */
    color: #fff;           /* White text */
    padding: 10px 16px;    /* A bit more horizontal padding for better hit area */
    z-index: 9999;
    font-size: 16px;       /* Increase font size for readability */
    border-radius: 0 4px 4px 0;
    transition: left 0.3s ease;
}

.skip-link:focus {
    left: 0;
    outline: 3px solid #fff;   /* Strong visible outline */
    outline-offset: 2px;
}

/* Focus styles for accessibility */
/* :focus,
[role="button"]:focus,
button:focus,
a:focus {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
    box-shadow: 0 0 5px 2px rgba(0, 95, 204, 0.6); 
} */

/* Ensure role=button elements show pointer cursor */
[role="button"] {
    cursor: pointer;
    /* Also add keyboard support in JS if possible for better accessibility */
}
:focus {
    outline: 0 !important;
}
/* Screen reader only text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Additional enhancements you may consider */

/* Minimum font size for body */


/* Links color and hover/focus */
/* a {
    color: #005fcc;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #003d99;
    text-decoration: none;
} */

/* Buttons */
/* .btn-primary {
    background-color: #005fcc;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #003d99;
    outline: none;
    box-shadow: 0 0 5px 2px rgba(0, 61, 153, 0.7);
} */

.dropdown-toggle {
	position: absolute;
	z-index: 9999;
	right: 10px;
	top: 30px;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	display: none;
	transition: transform 0.3s ease;
}

/* Rotate when expanded */
.dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg) !important; /* Rotated: pointing up */
}

#primary-menu .open .sub-menu.sub-menu {
	display: block !important;
}
