*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Regular.woff2") format("woff2"), url("../font/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-ExtraLight.woff2") format("woff2"), url("../font/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Bold.woff2") format("woff2"), url("../font/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-ExtraBold.woff2") format("woff2"), url("../font/Poppins-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Light.woff2") format("woff2"), url("../font/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-SemiBold.woff2") format("woff2"), url("../font/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Medium.woff2") format("woff2"), url("../font/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Black.woff2") format("woff2"), url("../font/Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Regular.woff2") format("woff2"), url("../font/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Thin.woff2") format("woff2"), url("../font/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-size: 16px;
    line-height: 30px
}

html {
    scroll-behavior: smooth;
    height: 100%
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

::-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

html,
body,
div,
span,
applet,
object,
iframe,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.page_loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #242529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

input[type=number] {
    -moz-appearance: textfield
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.f-0 {
    font-size: 0;
    line-height: 0
}

button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: #d39e2c
}

p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400
}

p:last-child {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    min-width: 175px;
    padding: 14px 20px;
    background: #d39e2c;
    color: #fff;
    position: relative;
    text-transform: uppercase
}

.btn span {
    position: relative;
    z-index: 2
}

.btn:hover {
    background: #fff;
    color: #242529
}

@media screen and (max-width: 991px) {
    .btn {
        min-width: 150px;
        padding: 10px 16px
    }
}

.default-padding {
    padding: 80px 0
}

@media screen and (max-width: 767px) {
    .default-padding {
        padding: 60px 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding {
        padding: 40px 0
    }
}

.default-padding-bottom {
    padding: 0 0 80px 0
}

@media screen and (max-width: 767px) {
    .default-padding-bottom {
        padding: 0 0 60px 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding-bottom {
        padding: 0 0 40px 0
    }
}

.default-padding-top {
    padding: 80px 0 0 0
}

@media screen and (max-width: 767px) {
    .default-padding-top {
        padding: 60px 0 0 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding-top {
        padding: 40px 0 0 0
    }
}

@media(max-width: 767px) {
    .heading {
        text-align: center
    }
}

.heading h2,
.heading h3 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 22px
}

.heading h2:last-child,
.heading h3:last-child {
    margin-bottom: 0
}

.heading h2 span,
.heading h3 span {
    color: #d39e2c
}

.heading h2::after,
.heading h3::after {
    position: absolute;
    content: "";
    background: #d39e2c;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px
}

.heading h2::before,
.heading h3::before {
    background: #d39e2c;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 30px;
    position: absolute;
    width: 15px
}

@media(max-width: 991px) {
    .heading h2,
    .heading h3 {
        font-size: 32px
    }
}

@media(max-width: 575px) {
    .heading h2,
    .heading h3 {
        font-size: 24px
    }
}

.heading.left h2::before,
.heading.left h3::before {
    left: 0;
    margin-left: 60px
}

@media(max-width: 991px) {
    .heading.left h2::before,
    .heading.left h3::before {
        left: 0;
        right: -40px;
        margin: auto
    }
}

.heading.left h2::after,
.heading.left h3::after {
    left: 0;
    margin-left: 0
}

@media(max-width: 991px) {
    .heading.left h2::after,
    .heading.left h3::after {
        left: -40px;
        right: 0;
        margin: auto
    }
}

.heading.light h2,
.heading.light h3 {
    color: #d39e2c
}

.heading.light h2 span,
.heading.light h3 span {
    color: #242529
}

.heading p {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

form label {
    font-size: 15px;
    color: #282828
}

form textarea {
    min-height: 150px;
    max-height: 150px
}

form .form-group {
    padding-bottom: 20px
}

form .form-group .user-input, .um-form-field {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #dde3e4;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

form .form-group .user-input:focus, .um-form-field:focus {
    outline: none;
    border: 0;
    border-bottom: 1px solid #d39e2c
}

form .form-group .user-input:focus::-webkit-input-placeholder, .um-form-field:focus::-webkit-input-placeholder {
    color: #fff !important
}

form .form-group .user-input::-webkit-input-placeholder, .um-form-field::placeholder {
    font-size: 15px;
    line-height: 20px;
    color: rgba(112, 122, 133, .3) !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #242529 inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}
header .navbar-brand img{
    max-width: 155px;
    width: 100%;
}

header .navigation-wrap {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 30px 0
}

header .navigation-wrap.Navbar_open {
    background: #242529
}

header .navigation-wrap.scroll-on {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    padding: 10px 0
}

header .navigation-wrap.scroll-on .navbar .navbar-brand img {
    max-width: 100px;
    width: 100%;
}

header .navigation-wrap.scroll-on .navbar .navbar-toggler .navbar-toggler-icon {
    border-bottom: 1px solid #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-toggler .navbar-toggler-icon:after {
    background-color: #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-toggler .navbar-toggler-icon:before {
    background-color: #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link {
    color: #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.btn {
    border: 1px solid #242529;
    color: #242529
}

@media(max-width: 991px) {
    header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.btn {
        border: 1px rgba(0, 0, 0, 0)
    }
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.btn:hover {
    border-color: #d39e2c;
    color: #d39e2c
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link:after {
    background: #d39e2c
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link:hover,
header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.active {
    color: #d39e2c !important
}

header .navbar {
    padding: 0
}

header .navbar .navbar-brand img {
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(max-width: 767px) {
    header .navbar .navbar-brand img {
        max-width: 80px
    }
    header .navigation-wrap{
        padding:15px 0;
    }
}

header .navbar .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0
}

header .navbar .navbar-toggler:active {
    outline: none
}

header .navbar .navbar-toggler:focus {
    outline: none
}

header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar .navbar-toggler .navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    top: 8px
}

header .navbar .navbar-toggler .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important
}

header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

@media(max-width: 991px) {
    header .navbar .navbar-nav {
        margin: 30px 0 10px 0
    }
}

header .navbar .navbar-nav .nav-item {
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

@media(max-width: 1199px) {
    header .navbar .navbar-nav .nav-item {
        margin-right: 30px
    }
}

@media(max-width: 991px) {
    header .navbar .navbar-nav .nav-item {
        margin-bottom: 10px
    }
    header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 0
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    opacity: .8;
    overflow: hidden;
    text-transform: uppercase
}

header .navbar .navbar-nav .nav-item .nav-link.btn {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-size: 14px;
    opacity: .6;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    min-width: 145px;
    padding: 11px 20px
}

header .navbar .navbar-nav .nav-item .nav-link.btn::after {
    content: none
}

@media(max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link.btn {
        border: 1px rgba(0, 0, 0, 0);
        padding: 0;
        text-align: start;
        line-height: 30px
    }
}

header .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    background: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff !important;
    opacity: 1
}

header .navbar .navbar-nav .nav-item .nav-link:hover:after,
header .navbar .navbar-nav .nav-item .nav-link.active:after {
    width: 100%
}

@media(max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0px
    }
}

.blur-body {
    overflow: hidden
}

.blur-body::before {
    background: rgba(0, 0, 0, .7);
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.banner_wrapper {
    background: url('../images/banner-image2.webp') no-repeat 50% 30%/cover;
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .banner_wrapper {
        min-height: 70vh;
        padding-top: 180px
    }
    header .navigation-wrap.scroll-on .navbar .navbar-brand img{
        max-width:60px;
    }
}

.banner_wrapper .banner-slide {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    position: relative
}

.banner_wrapper .banner-slide .banner-text {
    position: relative;
    /* bottom: 170px; */
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide .banner-text {
        bottom: 70px
    }
}

.banner_wrapper .banner-slide .banner-text h2 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 3px 8px rgba(52, 52, 52, .25);
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide .banner-text h2 {
        font-size: 50px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .banner-slide .banner-text h2 {
        font-size: 32px;
        text-align: center
    }
}

.banner_wrapper .banner-slide .banner-text h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(52, 52, 52, .35);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    padding-left: 190px
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide .banner-text h3 {
        font-size: 50px;
        padding-left: 100px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .banner-slide .banner-text h3 {
        font-size: 32px;
        text-align: center;
        padding-left: 0;
        line-height: inherit
    }
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide img {
        max-height: 460px;
        width: auto
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .banner-slide img {
        max-height: 320px
    }
}

.banner_wrapper .swiper-button-prev {
    background: url(../images/icons/arrow-left.svg) no-repeat center;
    left: 85px
}

@media screen and (max-width: 991px) {
    .banner_wrapper .swiper-button-prev {
        left: 20px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .swiper-button-prev {
        left: 5px
    }
}

.banner_wrapper .swiper-button-next {
    background: url(../images/icons/arrow-right.svg) no-repeat center;
    right: 85px
}

@media screen and (max-width: 991px) {
    .banner_wrapper .swiper-button-next {
        right: 20px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .swiper-button-next {
        right: 5px
    }
}

.banner_wrapper .swiper-button-next,
.banner_wrapper .swiper-button-prev {
    opacity: .6;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.banner_wrapper .swiper-button-next:hover,
.banner_wrapper .swiper-button-prev:hover {
    opacity: 1
}

.banner_wrapper .swiper-button-next:after,
.banner_wrapper .swiper-button-prev:after {
    content: none
}

.about_wrapper {
    background: #242529
}

.about_wrapper img {
    -webkit-filter: drop-shadow(-10px 10px 18px rgba(0, 0, 0, 0.1490196078));
    filter: drop-shadow(-10px 10px 18px rgba(0, 0, 0, 0.1490196078))
}

@media screen and (max-width: 991px) {
    .about_wrapper .about_right {
        text-align: center
    }
}

.about_wrapper .about_right .heading {
    margin-bottom: 0
}

.about_wrapper .about_right h2 {
    display: inline-block;
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .about_wrapper .about_right h2 {
        margin-bottom: 30px
    }
}

.about_wrapper .about_right h2::before {
    left: 0;
    margin-left: 60px
}

@media(max-width: 991px) {
    .about_wrapper .about_right h2::before {
        left: 0;
        right: -40px;
        margin: auto
    }
}

.about_wrapper .about_right h2::after {
    left: 0;
    margin-left: 0
}

@media(max-width: 991px) {
    .about_wrapper .about_right h2::after {
        left: -40px;
        right: 0;
        margin: auto
    }
}

.about_wrapper .about_right p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 50px
}

@media(max-width: 991px) {
    .about_wrapper .about_right p {
        margin-bottom: 25px
    }
}
/* counter css start  */

.counter-block{
    margin-top: 35px;
}
.about_wrapper.counter-block{
    margin-top:0
}
.counter-block .box {
    text-align: center;
    border-top: 2px solid rgba(252, 186, 67, .3);
    border-bottom: 2px solid rgba(252, 186, 67, .3);
    padding: 15px 20px;
    height: 100%
}

@media(max-width: 991px) {
    .counter-block .box {
        border-left: 2px solid rgba(252, 186, 67, .3);
        border-right: 2px solid rgba(252, 186, 67, .3);
        height: auto
    }
}

@media(max-width: 575px) {
    .counter-block .box {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto
    }
}

.counter-block .box h4 {
    color: #fcba43;
    font-family: "BEAT TECH", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2
}

@media(max-width: 1399px) {
    .counter-block .box h4 {
        font-size: 22px
    }
}

@media(max-width: 1119px) {
    .counter-block .box h4 {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .counter-block .box h4 {
        font-size: 18px
    }
}

@media(max-width: 575px) {
    .counter-block .box h4 {
        font-size: 16px
    }
}

.counter-block .box .para {
    margin-bottom: 0
}

.counter-block .box.border {
    border: 2px solid rgba(252, 186, 67, .3) !important
}

.team_wrapper {
    padding: 50px 0
}
.how-it-works{
    background: #212225;
    padding: 50px 0
}


@media screen and (max-width: 1024px) {
    .how-it-works {
        padding: 45px 0
    }
}

@media screen and (max-width: 767px) {
    .how-it-works {
        padding: 35px 0
    }
}


@media screen and (max-width: 1199px) {
    .team_wrapper .left_block, .how-it-works .left_block  {
        text-align: center;
        margin-bottom: 50px
    }
    .team_wrapper .left_block .heading h2::before,
    .team_wrapper .left_block .heading h3::before,
    .how-it-works .left_block .heading h2::before,
    .how-it-works .left_block .heading h3::before {
        left: 0;
        right: -40px;
        margin: auto
    }
    .team_wrapper .left_block .heading h2::after,
    .team_wrapper .left_block .heading h3::after,
    .how-it-works .left_block .heading h2::after,
    .how-it-works .left_block .heading h3::after {
        left: -40px;
        right: 0;
        margin: auto
    }
}

@media screen and (max-width: 767px) {
    .team_wrapper .left_block, .how-it-works .left_block {
        margin-bottom: 30px
    }
}

.team_wrapper.team-page {
   padding: 80px 0 ;
}
/* .team_wrapper .col-xl-9 .row{
    gap:20px;
} */

@media screen and (max-width: 767px) {
    .team_wrapper.team-page {
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .team_wrapper.team-page {
        padding: 40px 0 0
    }
}


.how-it-works .team-block {
    width: 100%;
    max-width: 320px;
    margin: auto;
    position: relative;
    padding: 28px 10px 20px;
    text-align: center;
    /* border:2px solid #d39e2c; */
}
.team_wrapper .team-details p{
    margin-top: 15px;
}
.team-details ul li{
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.team-details ul li::before{
    content: '';
    background-color: #d39e2c;
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    top: 7px;
}
.team-details ul li:last-child{
    margin-bottom: none;
}

@media screen and (max-width: 991px) {
    .team-block {
        padding: 20px 20px 10px
    }
}

@media screen and (max-width: 767px) {
    .team-block {
        margin-bottom: 30px
    }
}
.step-box{
    border: 2px solid #d39e2c;
}
/* .team-block img {
    margin: auto;
    width: 210px;
    height: 338px;
    display: block;
    position: relative
} */
.team-block span {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 900;
    color: #242529;
    -webkit-text-stroke: 2px rgba(211, 158, 44, 0.4);
    text-stroke: 2px rgba(211, 158, 44, 0.4);
    line-height: 1;
    /* margin-top: -60px; */
    z-index: 3;
    position: relative;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .team-block img {
        width: 100%;
        height: auto
    }
}

/* .team-block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 2px solid #d39e2c;
    -webkit-transition: .65s ease;
    transition: .65s ease
} */

.team-block h3 {
    /* position: absolute; */
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-shadow: 0px 3px 8px rgba(52, 52, 52, .2509803922);
    /* bottom: -30px; */
    text-align: center;
    opacity: 1;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

@media screen and (max-width: 991px) {
    .team-block h3 {
        font-size: 18px
    }
}

.team-block h3 span {
    font-weight: 700
}


.team-block:hover h3 {
    opacity: 1
}

.features_wrapper {
    background: #fff
}

.features_wrapper .heading h3 {
    margin-bottom: 50px
}

.features_wrapper .feature-list {
    padding: 30px 30px 3px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

@media screen and (max-width: 991px) {
    .features_wrapper .feature-list {
        text-align: center;
        max-width: 350px;
        margin: 0 auto 20px auto;
        padding: 20px 20px 3px
    }
}

.features_wrapper .feature-list span {
    color: #242529;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2px;
    display: block
}

.features_wrapper .feature-list h2 {
    color: #242529;
    font-size: 18px;
    font-weight: 34px;
    margin-bottom: 15px;
    min-height:45px;
}

.features_wrapper .feature-list p {
    color: #242529;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px
}

.features_wrapper .feature-list a {
    color: #242529;
    padding: 10px 0;
    display: block
}

.features_wrapper .feature-list svg,
.features_wrapper .feature-list img {
    width: 60px;
    margin-bottom: 25px;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.features_wrapper .feature-list .button-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5
}

.features_wrapper .feature-list .button-sec svg,
.features_wrapper .feature-list .button-sec img {
    margin-bottom: 0;
    width: 25px
}

@media screen and (max-width: 991px) {
    .features_wrapper .feature-list .button-sec {
        text-align: initial
    }
}

.features_wrapper .feature-list:hover {
    background: #d39e2c;
    color: #fff;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.features_wrapper .feature-list:hover span,
.features_wrapper .feature-list:hover h2,
.features_wrapper .feature-list:hover p {
    color: #fff
}

.features_wrapper .feature-list:hover a {
    color: #fff
}

.features_wrapper .feature-list:hover svg,
.features_wrapper .feature-list:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.features_wrapper .feature-list:hover .button-sec {
    border-top: 1px solid #fff
}

.features_wrapper .feature-list:hover .btn-arrow svg {
    fill: #fff
}

.swiper-pagination {
    position: unset
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #d39e2c
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d39e2c
}

#courses {
    scroll-margin-top: 80px
}

@media(max-width: 767px) {
    #courses {
        scroll-margin-top: 75px
    }
}

.pricing_wrapper {
    background: black;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .pricing_wrapper {
        background: #242529
    }
}

.pricing_wrapper .heading {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .pricing_wrapper .heading {
        text-align: center;
        margin-bottom: 30px
    }
}

.pricing_wrapper .plan_block {
    border: 1px solid rgba(255, 255, 255, .2509803922);
    background: rgba(0, 0, 0, .1215686275);
    padding: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block h3 {
    font-size: 20px;
    font-weight: bold
}

.pricing_wrapper .plan_block h4 {
    font-size: 14px;
    margin-bottom: 27px
}

.pricing_wrapper .plan_block p {
    margin-bottom: 20px
}

.pricing_wrapper .plan_block h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}
.product_price{
    font-weight:500;
    margin: 20px 0;
    font-size: 35px;
}
.product_title{
    font-weight: 700;
}
.plan_duration_block, .product_desc, .plan_features{
    margin-bottom: 10px;
}
.pricing_wrapper .plan_block h3,
.pricing_wrapper .plan_block h4,
.pricing_wrapper .plan_block p,
.pricing_wrapper .plan_block h2 {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block .btn {
    background: #fff;
    color: #242529;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block:hover {
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block:hover h3,
.pricing_wrapper .plan_block:hover h4,
.pricing_wrapper .plan_block:hover p,
.pricing_wrapper .plan_block:hover h2 {
    color: #242529;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block:hover .btn {
    background: #d39e2c;
    color: #fff;
    width: 100%
}

.pricing_wrapper .plan_block:hover .btn:hover {
    background: #242529;
    color: #fff
}

@media screen and (max-width: 767px) {
    .pricing_wrapper .plan_block {
        text-align: center;
        padding: 20px
    }
}

.contact_wrapper {
    background: url(../images/get-touch.webp) no-repeat 50% 28% / cover;
    /* background-size: cover */
}

@media(max-width: 991px) {
    .contact_wrapper {
        background: #212225
    }
}

.contact_wrapper .get-touch-banner {
    line-height: 0;
    padding-left: 40px
}

@media(max-width: 1399px) {
    .contact_wrapper .get-touch-banner {
        padding-left: 0
    }
}

@media(max-width: 575px) {
    .contact_wrapper .get-touch-banner {
        text-align: center
    }
}

@media screen and (min-width: 375px)and (max-width: 575px) {
    .contact_wrapper .get-touch-banner img {
        max-width: 320px
    }
}

.contact_wrapper .get-in-right {
    padding: 80px 0
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right {
        padding: 50px 0
    }
}

@media(max-width: 991px) {
    .contact_wrapper .get-in-right {
        text-align: center
    }
}

@media(max-width: 575px) {
    .contact_wrapper .get-in-right {
        padding: 40px 0 30px 0
    }
}

.contact_wrapper .get-in-right .heading {
    margin-bottom: 50px
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right .heading {
        margin-bottom: 30px
    }
}

.contact_wrapper .get-in-right .send-message-form {
    padding: 40px;
    background: #242529
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right .send-message-form {
        padding: 30px
    }
}

@media(max-width: 991px) {
    .contact_wrapper .get-in-right .send-message-form {
        padding: 20px
    }
}

@media(max-width: 375px) {
    .contact_wrapper .get-in-right .send-message-form {
        padding: 10px
    }
}

.contact_wrapper .get-in-right .send-message-form h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 40px
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right .send-message-form h4 {
        font-size: 26px;
        padding-bottom: 20px
    }
}

@media(max-width: 991px) {
    .contact_wrapper .get-in-right .send-message-form h4 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .contact_wrapper .get-in-right .send-message-form h4 {
        font-size: 22px
    }
}

.post_wrapper .blog_wrapper {
    background-color: transparent;
}
.post_wrapper .blog_wrapper .heading h3 {
    color: #d39e2c;
}
.post_wrapper .blog_wrapper .heading h3 span {
    color: #242529;
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides {
    display: block;
    position: relative;
    line-height: 0;
    overflow: hidden
}

@media(max-width: 375px) {
    .post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides {
        text-align: center
    }
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: .3s all;
    transition: .3s all
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides img {
    width: 100%;
    aspect-ratio: auto 1/1;
    height: 100%
}

@media(max-width: 375px) {
    .post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides img {
        aspect-ratio: auto 1/1;
        width: 100%;
        height: 100%
    }
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides:hover::before {
    background: #fff385;
    opacity: .7;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    -webkit-transition: .3s all;
    transition: .3s all
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides:hover .links {
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides .links {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    display: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides .links img {
    width: 40px
}

.post_wrapper .gymSwiper .swiper-pagination {
    position: unset
}

.post_wrapper .gymSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #d39e2c
}

.post_wrapper .gymSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d39e2c
}

.post_wrapper .swiper-wrapper {
    padding-bottom: 20px
}

.blog_wrapper {
    background: #212225
}

.blog_wrapper .heading {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .blog_wrapper .heading {
        text-align: center;
        margin-bottom: 30px
    }
}

.blog_wrapper .card {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    border: 0
}

.blog_wrapper .card .card-img {
    font-size: 0;
    position: relative;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog_wrapper .card .card-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%;
    height: 100%
}

.blog_wrapper .card .card-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: 10px solid #d39e2c;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.blog_wrapper .card h6,
.blog_wrapper .card span {
    font-size: 15px;
    margin-bottom: 25px;
    color: #fff;
    display: block
}

.blog_wrapper .card .card-body {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 991px) {
    .blog_wrapper .card .card-body {
        text-align: center
    }
}

@media(max-width: 767px) {
    .blog_wrapper .card .card-body {
        padding: 15px
    }
}

.blog_wrapper .card .card-body .card-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .blog_wrapper .card .card-body .card-title {
        margin-bottom: 25px
    }
}

@media(max-width: 991px) {
    .blog_wrapper .card .card-body .card-title {
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .card .card-body .card-title {
        margin-bottom: 15px
    }
}

.blog_wrapper .card .card-body .card-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .blog_wrapper .card .card-body .card-text {
        margin-bottom: 25px
    }
}

@media(max-width: 991px) {
    .blog_wrapper .card .card-body .card-text {
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .card .card-body .card-text {
        margin-bottom: 15px
    }
}

.blog_wrapper .card .card-body a {
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog_wrapper .card .card-body .button-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 991px) {
    .blog_wrapper .card .card-body .button-sec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.blog_wrapper .card .card-body p {
    color: #fff;
    opacity: .8
}

.blog_wrapper .card .card-body .btn-arrow {
    width: 25px
}

.blog_wrapper .card .card-body .btn-arrow svg {
    margin-bottom: 0;
    width: 25px
}

.blog_wrapper .card .card-body .btn-arrow svg path {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    fill: #fff
}

.blog_wrapper .card:hover {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.blog_wrapper .card:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.blog_wrapper .card:hover .card-body {
    background: #d39e2c;
    color: #fff;
    cursor: pointer
}

.blog_wrapper .card:hover .card-img {
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: none
}

.blog_wrapper .card:hover .card-img::after {
    opacity: 0
}

.blog_wrapper .card:hover .button-sec a:hover {
    color: #fff
}

.blog_wrapper .card:hover .btn-arrow svg path {
    fill: #fff
}

.blog_wrapper .card:hover::after {
    opacity: 0
}

.breadcrumb_wrapper,.learn-press-breadcrumb {
    background: url(../images/team-breadcrumb.webp) no-repeat center!important;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.breadcrumb_wrapper:after, .learn-press-breadcrumb:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgb(40, 40, 40)), color-stop(25%, rgb(20, 20, 20)), to(rgb(0, 0, 0)));
    background: linear-gradient(90deg, rgb(40, 40, 40) 0%, rgb(20, 20, 20) 25%, rgb(0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .851
}

.breadcrumb_wrapper .breadcrumb_block {
    min-height: 375px;
    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;
    position: relative
}

@media screen and (max-width: 991px) {
    .breadcrumb_wrapper .breadcrumb_block {
        min-height: 260px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block {
        display: block;
        padding: 100px 0 50px;
        min-height: auto
    }
}

.breadcrumb_wrapper .breadcrumb_block h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 55px;
    text-shadow: 0px 3px 8px rgba(52, 52, 52, .25);
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.breadcrumb_wrapper .breadcrumb_block h1 span {
    color: #d39e2c
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size: 36px
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size: 22px;
        font-weight: 600
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage {
        position: relative;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a,
.breadcrumb_wrapper .breadcrumb_block .trackPage span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a::after,
.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
    content: ">";
    color: #d39e2c;
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-right: 2px;
    margin-left: 6px
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage a::after,
    .breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
        top: 3px
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage a,
    .breadcrumb_wrapper .breadcrumb_block .trackPage span {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage a,
    .breadcrumb_wrapper .breadcrumb_block .trackPage span {
        font-size: 14px
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
    content: none
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a:hover {
    color: #d39e2c
}

.why-choose-us {
    background: url(../images/get-touch.webp) no-repeat center;
    background-size: cover
}

@media(max-width: 991px) {
    .why-choose-us {
        background: #242529
    }
}

.why-choose-us .why-choose-us-left {
    line-height: 0;
    padding-left: 80px
}

@media(max-width: 1399px) {
    .why-choose-us .why-choose-us-left {
        padding-left: unset
    }
}

@media(max-width: 991px) {
    .why-choose-us .why-choose-us-left {
        text-align: center
    }
}

@media(min-width: 1200px) {
    .why-choose-us .why-choose-us-left img {
        min-width: 500px
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    .why-choose-us .why-choose-us-left img {
        min-width: 420px
    }
}

.why-choose-us .why-choose-right {
    padding: 80px 0
}

@media(max-width: 1199px) {
    .why-choose-us .why-choose-right {
        padding: 50px 0
    }
}

.why-choose-us .why-choose-right .why-choose-title {
    padding-bottom: 50px
}

@media(max-width: 1199px) {
    .why-choose-us .why-choose-right .why-choose-title {
        padding-bottom: 30px
    }
}

@media(max-width: 991px) {
    .why-choose-us .why-choose-right .why-choose-title {
        text-align: center
    }
}

.why-choose-us .why-choose-right p {
    color: #fff;
    padding-bottom: 30px;
    margin: 0
}

@media(max-width: 1199px) {
    .why-choose-us .why-choose-right p {
        padding-bottom: 20px
    }
}

@media(max-width: 991px) {
    .why-choose-us .why-choose-right p {
        text-align: center
    }
}

.why-choose-us .why-choose-right .gym-progressbar .single-progressbar h4 {
    color: #fff;
    font-size: 14px;
    padding-left: 15px
}

.why-choose-us .why-choose-right .gym-progressbar .single-progressbar .proggress {
    border-radius: 10px !important
}

.why-choose-us .why-choose-right .gym-progressbar .single-progressbar .progressbar {
    border-radius: 10px !important;
    background-color: #fff !important
}

.why-choose-us .why-choose-right .gym-progressbar .single-progressbar .martial-arts .progressbar {
    margin-bottom: 0
}

.client-say .client-say-content {
    text-align: center;
    padding-bottom: 30px
}

.client-say .client-say-content h2 {
    color: #242529;
    margin-bottom: 50px
}

.client-say .client-say-content p {
    color: #666
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide {
    border: 6px solid #d39e2c;
    padding: 24px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 575px) {
    .client-say .clientSwiper .swiper-wrapper .swiper-slide {
        padding: 22px
    }
}

@media(max-width: 375px) {
    .client-say .clientSwiper .swiper-wrapper .swiper-slide {
        padding: 20px
    }
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details .d-flex img {
    border-radius: 100%
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details .client-info {
    padding-left: 30px
}

@media(max-width: 991px) {
    .client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details .client-info {
        padding-left: 15px
    }
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details .client-info h6 {
    font-size: 20px;
    color: #d39e2c;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details::after {
    content: "";
    position: absolute;
    background: url(../images/icons/quote-white.svg) no-repeat;
    right: -5px;
    top: 0;
    width: 30px;
    height: 30px;
    background-size: contain;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5)
}

@media(max-width: 375px) {
    .client-say .clientSwiper .swiper-wrapper .swiper-slide .client-details::after {
        right: -12px
    }
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide:hover {
    background: #d39e2c
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide:hover .client-details h6,
.client-say .clientSwiper .swiper-wrapper .swiper-slide:hover .client-details p {
    color: #fff
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide:hover .client-details::after {
    content: "";
    position: absolute;
    background: url(../images/icons/quote-white.svg) no-repeat;
    right: -5px;
    top: 0;
    width: 30px;
    height: 30px;
    background-size: contain;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

@media(max-width: 375px) {
    .client-say .clientSwiper .swiper-wrapper .swiper-slide:hover .client-details::after {
        right: -12px
    }
}

.client-say .clientSwiper .swiper-wrapper .swiper-slide:hover p {
    color: #fff
}

.client-say .clientSwiper .swiper-pagination {
    position: unset;
    padding-top: 20px
}

.client-say .clientSwiper .swiper-pagination .swiper-pagination-bullet {
    background: #666;
    -webkit-transition: .3s all;
    transition: .3s all
}

.client-say .clientSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d39e2c;
    width: 20px;
    height: 6px;
    border-radius: 3px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.Video .video-inner {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: #000
}

@media(max-width: 1399px) {
    .Video .video-inner {
        height: 400px
    }
}

@media(max-width: 991px) {
    .Video .video-inner {
        height: 300px
    }
}

@media(max-width: 575px) {
    .Video .video-inner {
        height: 250px
    }
}

@media(max-width: 400px) {
    .Video .video-inner {
        height: 200px
    }
}

.Video .video-inner:hover button.playing svg {
    opacity: 1
}

.Video .video-inner video {
    height: 100% !important;
    display: block;
    margin: auto
}

.Video .video-inner button {
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999;
    height: 100%
}

.Video .video-inner button .gym-video {
    position: relative;
    display: inline-block
}

.Video .video-inner button .gym-video svg {
    width: 95px;
    margin: 0 auto;
    background: #d39e2c;
    border-radius: 50%;
    fill: #fff;
    padding: 25px;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
    display: block;
    z-index: 99
}

@media(max-width: 1399px) {
    .Video .video-inner button .gym-video svg {
        width: 80px;
        padding: 20px
    }
}

@media(max-width: 991px) {
    .Video .video-inner button .gym-video svg {
        width: 60px;
        padding: 15px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .gym-video svg {
        width: 40px;
        padding: 10px
    }
}

.Video .video-inner button .gym-video:before {
    content: "";
    border-radius: 50%;
    background: #d39e2c;
    opacity: .25;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: 159;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    left: -5%;
    top: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width: 1399px) {
    .Video .video-inner button .gym-video:before {
        left: -6%;
        top: -6%
    }
}

@media(max-width: 991px) {
    .Video .video-inner button .gym-video:before {
        left: -8%;
        top: -8%
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .gym-video:before {
        left: -12%;
        top: -12%
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.Video .video-inner button.playing .video_text,
.Video .video-inner button.playing svg {
    opacity: 0
}

.Video .video-inner button.playing .gym-video::before {
    display: none
}

.Video .video-inner button .video_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 21;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 2px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../images/video-img.webp) no-repeat center;
    background-size: cover;
    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;
    -webkit-transition: .3s all;
    transition: .3s all
}

.Video .video-inner button .video_text::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media(max-width: 991px) {
    .Video .video-inner button .video_text {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .video_text {
        font-size: 22px
    }
}

.Video .video-inner button .video_text .text {
    padding-top: 200px
}

@media(max-width: 991px) {
    .Video .video-inner button .video_text .text {
        padding-top: 160px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .video_text .text {
        padding-top: 140px
    }
}

@media(max-width: 400px) {
    .Video .video-inner button .video_text .text {
        padding-top: 120px
    }
}

@media(max-width: 375px) {
    .Video .video-inner button .video_text .text {
        padding-top: 120px
    }
}

.Video .video-inner button .video_text .text h5 {
    font-weight: 700;
    font-size: 32px
}

@media(max-width: 991px) {
    .Video .video-inner button .video_text .text h5 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .video_text .text h5 {
        font-size: 26px
    }
}

@media(max-width: 575px) {
    .Video .video-inner button .video_text .text h5 {
        font-size: 24px
    }
}

@media(max-width: 480px) {
    .Video .video-inner button .video_text .text h5 {
        font-size: 20px
    }
}

@media(max-width: 375px) {
    .Video .video-inner button .video_text .text h5 {
        font-size: 18px
    }
}

.Video .video-inner button .video_text .text .watch {
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .Video .video-inner button .video_text .text .watch {
        font-size: 18px
    }
}

.video-play .gym-video {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d39e2c;
    z-index: 999;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.video-play .gym-video::before {
    left: -6px !important;
    top: -5px !important
}

.video-play .play,
.video-play .pause {
    position: relative;
    z-index: 400;
    width: 28px
}

.video-play .pause {
    display: none
}

.video-play.playing .gym-video {
    opacity: 0
}

.video-play.playing:hover .gym-video {
    opacity: 1
}

.video-play.playing .pause {
    display: block
}

.video-play.playing .play {
    display: none
}

.contact-us {
    background: #242529
}

@media(max-width: 991px) {
    .contact-us {
        text-align: center
    }
}

.contact-us .contact-title {
    padding-bottom: 50px
}

@media(max-width: 991px) {
    .contact-us .contact-title {
        text-align: center
    }
}

@media(max-width: 991px) {
    .contact-us .our-contact-info {
        display: inline-block;
        text-align: left
    }
}

.contact-us .our-contact-info .our-deatils .information-icon {
    background: #d39e2c;
    min-width: 90px;
    min-height: 90px;
    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
}

@media(max-width: 1199px) {
    .contact-us .our-contact-info .our-deatils .information-icon {
        min-width: 80px;
        min-height: 80px
    }
}

@media(max-width: 767px) {
    .contact-us .our-contact-info .our-deatils .information-icon {
        min-width: 60px;
        min-height: 60px
    }
}

.contact-us .our-contact-info .our-deatils .information-details {
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px
}

@media(max-width: 1199px) {
    .contact-us .our-contact-info .our-deatils .information-details {
        padding-left: 24px
    }
}

.contact-us .our-contact-info .our-deatils .information-details h6 {
    font-weight: 700
}

@media(max-width: 575px) {
    .contact-us .our-contact-info .our-deatils .information-details h6 {
        font-size: 14px;
        margin-bottom: 2px
    }
}

.contact-us .our-contact-info .our-deatils .information-details .number,
.contact-us .our-contact-info .our-deatils .information-details .address {
    margin: 0;
    line-height: 1.2;
    color: #fff
}

.contact-us .our-contact-info .our-deatils .information-details .number a,
.contact-us .our-contact-info .our-deatils .information-details .address a {
    color: #fff;
    margin-bottom: 0;
    font-weight: unset;
    -webkit-transition: .3s all;
    transition: .3s all
}

.contact-us .our-contact-info .our-deatils .information-details .number a:hover,
.contact-us .our-contact-info .our-deatils .information-details .address a:hover {
    color: #d39e2c
}

@media(max-width: 575px) {
    .contact-us .our-contact-info .our-deatils .information-details .number a,
    .contact-us .our-contact-info .our-deatils .information-details .address a {
        font-size: 13px
    }
}

.contact-us .our-contact-info .our-deatils .information-details .address {
    max-width: 300px
}

@media(max-width: 575px) {
    .contact-us .our-contact-info .our-deatils .information-details .address {
        font-size: 13px
    }
}

.contact-us .appointment-form {
    padding: 0 40px 40px
}

@media(max-width: 991px) {
    .contact-us .appointment-form {
        margin-bottom: 50px;
        text-align: center;
        padding: 30px
    }
}

@media(max-width: 575px) {
    .contact-us .appointment-form {
        padding: 30px 20px
    }
}

.contact-us .appointment-form .appointment-title {
    padding-bottom: 40px
}

.google-map {
    line-height: 0
}

.blog_wrapper {
    background: #242529
}

.blog_wrapper .inner-content .single-blog-post .blog-image {
    line-height: 0;
    margin-bottom: 30px
}

.blog_wrapper .inner-content .single-blog-post .blog-image img {
    width: 100%
}

.blog_wrapper .inner-content .single-blog-post .blog-detail p {
    color: #fff
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

@media(max-width: 375px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    line-height: 0;
    margin-bottom: 20px
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta .date img {
    height: 16px;
    width: 16px;
    margin-right: 5px
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta .date span {
    display: inline-block;
    line-height: 1
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-title {
    color: #d39e2c;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.3
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .blog-title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .blog-title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail blockquote {
    margin: 40px 0;
    background-color: #d39e2c;
    padding: 50px 130px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: relative
}

@media(max-width: 1199px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote {
        padding: 50px 90px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote {
        padding: 30px 30px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail blockquote::after {
    display: block;
    content: "";
    position: absolute;
    height: 51px;
    width: 61px;
    left: 70px;
    top: 30px;
    background: url(../images/icons/quote.svg) 0% 0%/contain no-repeat;
    background-repeat: no-repeat;
    opacity: .5
}

@media(max-width: 1199px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote::after {
        left: 60px;
        height: 30px;
        width: 30px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote::after {
        display: none
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags {
    border-top: 1px solid rgba(255, 255, 255, .1019607843);
    border-bottom: 1px solid rgba(255, 255, 255, .1019607843);
    padding: 30px 0;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags {
        padding: 20px 0 10px
    }
}

@media(max-width: 480px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    margin: 0 10px 0 0
}

@media(max-width: 575px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li {
        font-size: 16px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    min-width: 88px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, .1019607843)
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li a {
        padding: 5px 10px;
        min-width: 78px
    }
}

@media(max-width: 575px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li a {
        min-width: 58px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul.social li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    margin: 0 15px 0 0
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul.social li a {
    min-width: auto;
    padding: 0;
    height: 20px;
    width: 20px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog_wrapper .inner-content .comment-box .section-title {
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .section-title {
        margin-bottom: 30px
    }
}

.blog_wrapper .inner-content .comment-box .section-title h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .comment-box .section-title h2 {
        font-size: 34px;
        text-align: center
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .section-title h2 {
        font-size: 24px
    }
}

.blog_wrapper .inner-content .comment-box .section-title h2 span {
    color: #d39e2c
}

.blog_wrapper .inner-content .comment-box .section-title h2:after,
.blog_wrapper .inner-content .comment-box .section-title h2:before {
    background: #d39e2c;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 30px;
    position: absolute;
    width: 50px
}

.blog_wrapper .inner-content .comment-box .section-title h2:after {
    left: 0;
    margin-left: 0
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .comment-box .section-title h2:after {
        left: calc(50% - 50px)
    }
}

.blog_wrapper .inner-content .comment-box .section-title h2:before {
    background: #d39e2c;
    left: 0;
    width: 15px;
    margin-left: 60px
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .comment-box .section-title h2:before {
        left: calc(50% - 50px)
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .img-box {
    min-width: 110px;
    height: 110px
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .img-box {
        min-width: 60px;
        height: 60px
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .img-box .img-fluid {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 0 0 0 30px
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box {
        padding-left: 15px
    }
}

@media(max-width: 376px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box {
        padding-left: 10px
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box h3 {
    font-size: 18px;
    color: #d39e2c;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0px 0;
    padding-right: 60px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box h3 {
        font-size: 18px
    }
}

@media(max-width: 420px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box h3 {
        font-size: 16px
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .timing {
    font-size: 12px
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box p {
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px
}

@media(max-width: 376px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn {
        right: 0;
        top: 0
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn a {
    font-size: 14px;
    color: #fff;
    background: #d39e2c;
    padding: 5px 12px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn a:hover {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn a img {
    margin-right: 8px
}

.blog_wrapper .inner-content .comment-box .reply-box {
    margin-left: 50px
}

@media(max-width: 575px) {
    .blog_wrapper .inner-content .comment-box .reply-box {
        margin-left: 0px
    }
}

.blog_wrapper .inner-content .form-box {
    padding: 50px 30px;
    border: 1px solid rgba(255, 255, 255, .1019607843)
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .form-box {
        padding: 30px 30px
    }
}

.blog_wrapper .inner-content .form-box .heading {
    margin-bottom: 40px
}

.blog_wrapper .inner-content .form-box .heading h2::after,
.blog_wrapper .inner-content .form-box .heading h2::before {
    left: 25px
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .form-box .heading h2::after,
    .blog_wrapper .inner-content .form-box .heading h2::before {
        left: 50%
    }
}

.blog_wrapper .inner-content .form-box form input,
.blog_wrapper .inner-content .form-box form textarea {
    border: 1px solid rgba(255, 255, 255, .1019607843);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px
}

.blog_wrapper .inner-content .form-box form input:focus,
.blog_wrapper .inner-content .form-box form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog_wrapper .inner-content .form-box form input:focus::-webkit-input-placeholder,
.blog_wrapper .inner-content .form-box form textarea:focus::-webkit-input-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus::-moz-placeholder,
.blog_wrapper .inner-content .form-box form textarea:focus::-moz-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus:-ms-input-placeholder,
.blog_wrapper .inner-content .form-box form textarea:focus:-ms-input-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus::-ms-input-placeholder,
.blog_wrapper .inner-content .form-box form textarea:focus::-ms-input-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus::placeholder,
.blog_wrapper .inner-content .form-box form textarea:focus::placeholder {
    color: #fff
}

.blog_page .inner-content .single-blog-post {
    margin-bottom: 50px
}

.blog_page .inner-content .single-blog-post:last-child {
    margin-bottom: 0
}

.blog_page .inner-content .single-blog-post .blog-detail .blog-title {
    color: #fff
}

.blog_page .inner-content .single-blog-post .blog-detail .tags {
    padding-top: 0;
    border-top: none;
    margin-top: 30px
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul {
    margin-bottom: 10px
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul li a {
    text-transform: uppercase;
    color: #d39e2c;
    font-size: 15px;
    border: none;
    padding: 0
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul li svg {
    height: 16px;
    width: 16px;
    margin-left: 5px
}

.blog_page .pagination {
    padding-top: 80px
}

@media screen and (max-width: 991px) {
    .blog_page .pagination {
        padding-top: 60px
    }
}

@media screen and (max-width: 575px) {
    .blog_page .pagination {
        padding-top: 40px
    }
}

.blog_page .pagination .page-item.active .page-link {
    background: #d39e2c;
    color: #fff
}

.blog_page .pagination .page-item .page-link {
    margin-right: 20px;
    background: #fff;
    color: #242529;
    height: 35px;
    width: 35px;
    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;
    border-radius: 0;
    border: none
}

@media(max-width: 767px) {
    .blog_page .pagination .page-item .page-link {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        padding: 8px;
        font-size: 12px
    }
}

.blog_page .pagination .page-item .page-link span {
    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
}

.blog_page .pagination .page-item .page-link span img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.blog_page .pagination .page-item .page-link span .left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog_page .pagination .page-item .page-link:focus,
.blog_page .pagination .page-item .page-link:hover {
    background: #d39e2c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.blog_page .pagination .page-item .arrow {
    background: rgba(0, 0, 0, 0)
}

.blog_page .pagination .page-item .arrow:hover {
    background: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
    .sidebar {
        margin-top: 60px
    }
}

.sidebar .widget {
    padding: 0 15px 0px;
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .sidebar .widget {
        padding: 20px 15px;
        margin-bottom: 30px
    }
}

.sidebar .widget .heading h5 {
    font-size: 20px;
    color: #d39e2c;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.sidebar .widget .heading h5::after {
    position: absolute;
    content: "";
    background: #d39e2c;
    bottom: 0;
    height: 2px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 40px
}

@media(max-width: 991px) {
    .sidebar .widget .heading h5::after {
        left: -20px;
        right: 0;
        margin: auto
    }
}

.sidebar .widget .heading h5::before {
    background: #d39e2c;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-left: 50px;
    position: absolute;
    width: 15px
}

@media(max-width: 991px) {
    .sidebar .widget .heading h5::before {
        left: 0;
        right: -40px;
        margin: auto
    }
}

@media(max-width: 991px) {
    .sidebar .widget .heading h5 {
        font-size: 18px
    }
}

@media(max-width: 575px) {
    .sidebar .widget .heading h5 {
        font-size: 16px
    }
}

.sidebar .widget .sidebar-item .sidebar-info ul {
    padding: 0;
    margin: 0
}

@media(max-width: 991px) {
    .sidebar .widget .sidebar-item .sidebar-info ul {
        text-align: center
    }
}

.sidebar .widget .sidebar-item .sidebar-info ul li {
    padding: 0;
    margin: 0 0 10px 0
}

.sidebar .widget .sidebar-item .sidebar-info ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

.sidebar .widget .sidebar-item .sidebar-info ul li a:hover {
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #ffd220
}

@media(max-width: 991px) {
    .sidebar .widget .sidebar-item .sidebar-info ul li a:before,
    .sidebar .widget .sidebar-item .sidebar-info ul li a::after {
        display: none;
        content: none
    }
}

.sidebar .widget .sidebar-item .sidebar-info ul li:last-of-type {
    margin: 0
}

.sidebar .widget.search-widget .search .input-search {
    position: relative
}

.sidebar .widget.search-widget .search .input-search input {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3a3b3f;
    border-radius: 0;
    padding: 10px 15px;
    padding-right: 60px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar .widget.search-widget .search .input-search .btn-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: #d39e2c
}

.sidebar .widget.search-widget .search .input-search .btn-search img {
    display: block;
    margin: 0 auto
}

.sidebar .widget.categories-widget .category {
    padding: 30px 40px;
    border: 1px solid #3a3b3f
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category {
        padding: 30px
    }
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li {
        width: calc(50% - 3px);
        margin: 5px 5px 0 0
    }
    .sidebar .widget.categories-widget .category .sidebar-info ul li:nth-child(even) {
        margin-right: 0
    }
}

@media(max-width: 420px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li {
        width: 100%;
        margin: 5px 0 0 0
    }
    .sidebar .widget.categories-widget .category .sidebar-info ul li:first-child {
        margin-top: 0
    }
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li a {
        padding: 5px;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .2);
        display: block
    }
}

@media(max-width: 575px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li a {
        font-size: 14px
    }
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a:after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #d39e2c
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a:hover:after {
    background: #d39e2c;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li a:before,
    .sidebar .widget.categories-widget .category .sidebar-info ul li a::after {
        display: none;
        content: none
    }
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 8px;
    border: 1px solid #3a3b3f
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .thumb a {
    display: block;
    line-height: 0
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    padding-left: 15px
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info a {
    font-size: 16px;
    color: #d39e2c;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info a:after {
    display: none
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info a:hover {
    color: #fff
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info .meta-title span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 18px
}

.sidebar .widget.tags-widget .tags .sidebar-info ul li {
    display: inline-block;
    margin: 0 8px 10px 0
}

.sidebar .widget.tags-widget .tags .sidebar-info ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    min-width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #3a3b3f
}

.sidebar .widget.tags-widget .tags .sidebar-info ul li a:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background-color: #d39e2c;
    border: 1px solid #d39e2c
}

.sidebar .widget:last-of-type {
    margin-bottom: 0
}

.schedule-section {
    background-color: #242529;
    padding: 85px 0
}

.schedule-section .schedule-heading {
    margin-bottom: 80px
}

@media(max-width: 991px) {
    .schedule-section .schedule-heading {
        margin-bottom: 60px
    }
}

@media(max-width: 767px) {
    .schedule-section .schedule-heading {
        margin-bottom: 30px
    }
}

.schedule-section .schedule-heading h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.schedule-section .schedule-heading h2 span {
    color: #d39e2c
}

@media(max-width: 991px) {
    .schedule-section .schedule-heading h2 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .schedule-section .schedule-heading h2 {
        font-size: 24px
    }
}

.schedule-section .schedule-nav .btn.trigger-dropdown {
    margin: 0 auto 20px
}

@media(max-width: 991px) {
    .schedule-section .schedule-nav .nav {
        display: none
    }
}

.schedule-section .schedule-nav .nav.horizontal-pills button:not(:last-child) {
    margin-right: 20px
}

.schedule-section .schedule-nav .nav .clock {
    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;
    padding: 10px 0;
    border: 2px solid #d39e2c;
    min-width: 150px;
    margin-right: 70px !important;
    max-height: 59px
}

.schedule-section .schedule-nav .nav .clock img {
    width: 30px
}

@media(max-width: 1399px) {
    .schedule-section .schedule-nav .nav .clock {
        margin-right: 48px !important;
        min-width: 140px
    }
}

@media(max-width: 1199px) {
    .schedule-section .schedule-nav .nav .clock {
        margin-right: 38px !important;
        min-width: 118px
    }
}

@media(max-width: 991px) {
    .schedule-section .schedule-nav .nav .clock {
        display: none
    }
}

.schedule-section .schedule-nav .nav button {
    padding: 17px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
    border: 2px solid #323336;
    border-radius: 0;
    margin-bottom: 20px
}

.schedule-section .schedule-nav .nav button.active {
    border: 2px solid #d39e2c;
    color: #d39e2c;
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1399px) {
    .schedule-section .schedule-nav .nav button {
        padding: 17px 24px
    }
}

@media(max-width: 1199px) {
    .schedule-section .schedule-nav .nav button {
        padding: 17px 18px;
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .schedule-section .schedule-nav .nav button {
        margin: 0 20px 10px;
        padding: 10px 15px;
        width: calc(100% - 40px)
    }
}

@media(max-width: 480px) {
    .schedule-section .schedule-nav .nav button {
        font-size: 12px
    }
}

.schedule-section .schedule-nav .nav.dropdown-menu {
    width: 160px;
    display: none;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    background-color: #242529;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 250px;
    overflow-y: auto
}

.schedule-section .schedule-nav .nav.dropdown-menu.show {
    display: block
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block {
    border: 3px solid #d39e2c;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block img {
    width: 67px;
    height: auto;
    margin-bottom: 25px
}

@media(max-width: 767px) {
    .schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block img {
        font-size: 15px
    }
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block p {
    margin-bottom: 12px;
    color: #d39e2c;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5
}

@media(max-width: 767px) {
    .schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block p {
        font-size: 16px
    }
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block span {
    color: #fff;
    font-size: 16px;
    line-height: 1.4
}

@media(max-width: 767px) {
    .schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block span {
        font-size: 14px
    }
}

.dropdown-wrapper {
    display: block;
    position: relative
}

.trigger-dropdown {
    position: relative;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    cursor: pointer;
    display: none
}

@media(max-width: 991px) {
    .trigger-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 160px;
        padding: 10px 30px
    }
}

@media(max-width: 480px) {
    .trigger-dropdown {
        min-width: 120px;
        padding: 10px 20px;
        font-size: 12px
    }
}

.trigger-dropdown::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-style: solid;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fff;
    width: 0;
    height: 0;
    line-height: 0
}

@media(max-width: 480px) {
    .trigger-dropdown::after {
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #fff
    }
}

.text-left li {
    text-align: left !important
}

.schedule-page {
    position: relative;
    background-image: url("../images/coming_soon.webp");
    background-size: cover;
    padding-top: 105px;
    height: 100%;
    min-height: 100%;
    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: #08080f
}

@media(max-width: 1199px) {
    .schedule-page {
        background-image: url("../images/coming_soon_2.webp")
    }
}

.schedule-page .coming-soon-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.schedule-page .coming-soon-section .main-content {
    display: inline-block;
    text-align: center
}

.schedule-page .coming-soon-section .main-content h2 {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5
}

.schedule-page .coming-soon-section .main-content h2 span {
    color: #d39e2c
}

@media(max-width: 1199px) {
    .schedule-page .coming-soon-section .main-content h2 {
        font-size: 55px
    }
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content h2 {
        font-size: 40px
    }
}

@media(max-width: 767px) {
    .schedule-page .coming-soon-section .main-content h2 {
        font-size: 30px
    }
}

.schedule-page .coming-soon-section .main-content>p {
    margin-bottom: 60px;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content>p {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    .schedule-page .coming-soon-section .main-content>p {
        font-size: 18px
    }
}

.schedule-page .coming-soon-section .main-content .countdown-container {
    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;
    gap: 30px;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el {
    text-align: center
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el span {
    text-align: center;
    font-size: 25px;
    color: rgba(254, 254, 254, .8)
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el span {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el span {
        font-size: 18px
    }
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number {
    width: 25%;
    min-width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #272b35
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
    font-size: 60px;
    color: #fff;
    font-weight: 600
}

@media(max-width: 1299px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size: 50px
    }
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size: 40px
    }
}

@media(max-width: 767px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size: 25px
    }
}

@media(max-width: 480px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number {
        width: 100%;
        min-width: auto;
        height: auto;
        border: none;
        text-align: center
    }
}

.schedule-page .coming-soon-section .main-content .custom-form-group {
    max-width: 425px;
    margin: 0 auto 34px
}

.schedule-page .coming-soon-section .main-content .custom-form-group>p {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content .custom-form-group>p {
        font-size: 18px
    }
}

@media(max-width: 575px) {
    .schedule-page .coming-soon-section .main-content .custom-form-group>p {
        font-size: 16px
    }
}

.schedule-page .coming-soon-section .main-content .custom-form-group form .input-group input {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #272b35;
    color: #babfc6;
    font-size: 13px
}

.schedule-page .coming-soon-section .main-content .custom-form-group form .input-group button {
    width: auto;
    min-width: auto
}

.schedule-page .coming-soon-section .main-content .custom-form-group form .input-group button:hover {
    background: #d39e2c
}

.schedule-page .coming-soon-section .main-content .social-icons {
    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;
    gap: 16px
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner {
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #d39e2c;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner img {
    max-width: 18px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner:hover {
    border: 1px solid #d39e2c;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner:hover img {
    -webkit-filter: unset;
    filter: unset
}

.schedule-page footer {
    text-align: center
}

.schedule-page footer p {
    font-size: 14px;
    color: #fefefe
}

.error-page {
    position: relative;
    background: url("../images/404-bg.webp") no-repeat;
    background-size: cover;
    padding-top: 105px;
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-page .not-found-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-page .not-found-section .main-content {
    text-align: center;
    margin: auto
}

.error-page .not-found-section .main-content img {
    max-width: 500px;
    margin-bottom: 37px
}

@media(max-width: 991px) {
    .error-page .not-found-section .main-content img {
        margin-bottom: 20px;
        max-width: 300px
    }
}

.error-page .not-found-section .main-content h2 {
    line-height: 1.4;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .error-page .not-found-section .main-content h2 {
        font-size: 34px
    }
}

@media(max-width: 991px) {
    .error-page .not-found-section .main-content h2 {
        font-size: 28px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .error-page .not-found-section .main-content h2 {
        font-size: 22px
    }
}

.error-page .not-found-section .main-content p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 50px
}

@media(max-width: 991px) {
    .error-page .not-found-section .main-content p {
        margin-bottom: 35px
    }
}

@media(max-width: 767px) {
    .error-page .not-found-section .main-content p {
        font-size: 16px;
        margin-bottom: 25px
    }
}

.error-page .not-found-section .main-content .btn {
    margin-bottom: 20px
}

.error-page footer {
    text-align: center
}

.error-page footer p {
    font-size: 14px;
    color: #fefefe
}

footer .website-footer {
    background: #212225;
    padding: 80px 0
}

@media(max-width: 1199px) {
    footer .website-footer {
        padding: 70px 0 60px 0
    }
}

@media(max-width: 991px) {
    footer .website-footer {
        padding: 50px 0 40px 0
    }
}

@media(max-width: 767px) {
    footer .website-footer {
        padding: 40px 0 30px 0
    }
}

@media(max-width: 1199px) {
    footer .website-footer .our-information {
        text-align: center
    }
}

footer .website-footer .our-information .website-logo {
    display: block;
    margin-bottom: 30px
}

footer .website-footer .our-information .website-logo img {
    max-width: 140px
}

@media(max-width: 1199px) {
    footer .website-footer .our-information .website-logo {
        margin-bottom: 30px
    }
}

@media(max-width: 991px) {
    footer .website-footer .our-information .website-logo {
        margin-bottom: 20px;
        display: inherit
    }
}

footer .website-footer .our-information .web-about {
    color: #fff;
    max-width: 300px;
    line-height: 2.1;
    padding-bottom: 20px
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    footer .website-footer .our-information .web-about {
        font-size: 15px
    }
}

@media(max-width: 1199px) {
    footer .website-footer .our-information .web-about {
        max-width: 600px;
        margin: 0 auto 40px auto
    }
}

footer .website-footer .our-information .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1199px) {
    footer .website-footer .our-information .social-icon {
        display: none
    }
}

footer .website-footer .our-information .social-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px
}

footer .website-footer .footer-links .footer-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600
}

@media(max-width: 991px) {
    footer .website-footer .footer-links .footer-title {
        margin-bottom: 20px;
        font-size: 22px
    }
}

@media(max-width: 575px) {
    footer .website-footer .footer-links .footer-title {
        font-size: 20px;
        line-height: 1.2
    }
}

@media(max-width: 375px) {
    footer .website-footer .footer-links .footer-title {
        font-size: 18px
    }
}

footer .website-footer .footer-links .footer-title.mob[aria-expanded=true] .footer-toggler {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

@media(max-width: 991px) {
    footer .website-footer .footer-links .footer-title.mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }
    footer .website-footer .footer-links .footer-title.mob .footer-toggler {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        top: 50%;
        position: absolute;
        right: 0;
        line-height: 0;
        display: block;
        border-radius: 8px 0;
        margin-left: 25px;
        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;
        width: 26px;
        height: 26px;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    footer .website-footer .footer-links .footer-title.mob .footer-toggler:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #d39e2c;
        border-left: 2px solid #d39e2c;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -3px;
        -webkit-transition: .3s all;
        transition: .3s all
    }
}

@media(min-width: 992px) {
    footer .website-footer .footer-links .footer-title.mob .footer-toggler {
        display: none
    }
}

footer .website-footer .footer-links h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 30px
}

@media(max-width: 991sspx) {
    footer .website-footer .footer-links ul {
        margin-left: 30px
    }
}

@media(max-width: 480px) {
    footer .website-footer .footer-links ul {
        margin-left: 20px
    }
}

@media(min-width: 992px) {
    footer .website-footer .footer-links ul.foot-mob {
        display: block
    }
}

footer .website-footer .footer-links ul li {
    margin-bottom: 10px
}

footer .website-footer .footer-links ul li:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    footer .website-footer .footer-links ul li:last-child {
        margin-bottom: 20px
    }
}

footer .website-footer .footer-links ul li a {
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links ul li a:hover {
    color: #d39e2c
}

footer .website-footer .footer-links ul .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px
}

footer .website-footer .footer-links ul .contacts .support-icon {
    min-width: 15px;
    min-height: 15px
}

footer .website-footer .footer-links ul .contacts .details .text {
    color: #fff;
    padding-left: 16px;
    line-height: .9;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links ul .contacts .details .text.location {
    line-height: 1.5
}

footer .website-footer .footer-links ul .contacts .details .text a {
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links ul .contacts .details .text a:hover {
    color: #d39e2c
}

footer .website-footer .footer-links .recent-posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

footer .website-footer .footer-links .recent-posts .post .post-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

footer .website-footer .footer-links .recent-posts .post .post-content {
    line-height: 1.4;
    color: #fff;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 45px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links .recent-posts .post .post-content:hover {
    color: #d39e2c
}

footer .website-footer .social-icon-mob {
    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;
    padding-top: 20px
}

@media(min-width: 1200px) {
    footer .website-footer .social-icon-mob {
        display: none
    }
}

footer .website-footer .social-icon-mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px
}

.copy-right {
    padding: 15px 0;
    text-align: center;
    background: #1d1e20
}

.copy-right .copy-content {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px
}

@media(max-width: 767px) {
    .copy-right .copy-content {
        font-size: 14px
    }
}

.copy-right .copy-content .web-name {
    color: #d39e2c
}

.copy-right .copy-content .web-name:hover {
    color: #d39e2c
}

/* footer new  */
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

.footer {
    background: black;
    position: relative;
    text-align: center;
    padding: 80px 0 40px;
}


.footer .container {
    position: relative;
}

.footer-logo img{
    width: 155px;
}

.footer-menu {
    text-align: center;
    margin: 55px 0;
}

.social.footer-social {
    margin-bottom: 45px;
}

.footer-social span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.footer-social ul li {
    display: inline-block;
    float: none;
    margin-right: 5px;
    vertical-align: top;
}

.footer-social ul li a i {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-weight: 900;
}

.trainer-img .footer-social ul li a i:hover {
    background-color: #000;
    color: #fff385;
}

.social ul li a i {
    background-color: #fff;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 41px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 40px;
}

.social ul li a i:hover {
    background-color: #fff385;
}

/*13-07-2019*/

.conatct-us {
    background: Black;
    background-size: cover;
    background-position: center top;
    padding: 48px 43px 65px;
    position: absolute;
    right: 380px;
    width: 390px;
    z-index: 9;
    bottom: 580px;
}

/*13-07-2019..*/

.conatct-us:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.conatct-us h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 800;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.conatct-us p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.copyright-text p {
    margin-bottom: 10px;
}

.copyright-text p,
.copyright-text span,
.copyright-text span a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.contact_form .title_box .title {
    margin-bottom: 50px;
}

/* Add to Cart Button */
@media(min-width:768px){
    .product_info_block{
        padding-left:35px;
    }
}
.product_image_block, .no_image_placeholder{
    width: 100%;
    height: 530px;
}
.product_image_block img{
    width:100%;
    height:100%!important;
    object-fit: cover;
}

.product_cart_section{
    margin-top: 25px;
}
.woocommerce-message {
    border-top-color: #d39e2c!important;
    z-index: 9999!important;
    margin-bottom: 0!important;
    top: auto!important;
    bottom: 0!important;
    position: fixed!important;
    background: #2b2b2b!important;
    width: 100%!important;
    padding: 12px 60px!important;
    color:#fff!important;
}
.product_cart_section .single_add_to_cart_button,
.product_cart_section button.button,
.woocommerce-notices-wrapper .button.wc-forward, .wc-block-cart__submit-container a, 
button.wc-block-components-checkout-place-order-button {
    background: #d39e2c !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all 0.35s ease !important;
    min-width: 200px !important;
    text-align: center!important;
}

.product_cart_section .single_add_to_cart_button:hover,
.product_cart_section button.button:hover,
.woocommerce-notices-wrapper .button.wc-forward:hover {
    background: #212225 !important;
    color: #fff !important;
}

.quantity{
    display: none;
}
.account-dropdown{
    position: relative;
    list-style: none;
}

.account-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: 0.3s;
    z-index: 999;
}

.account-menu li a{
    display: block;
    padding: 10px 20px;
    color: #141847;
    text-decoration: none;
}

.account-menu li a:hover{
    background: #f5f5f5;
}

.account-dropdown:hover .account-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.wc-block-components-quantity-selector{
	display:none!important;
}
.quantity{
    display:none !important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading,.wp-block-woocommerce-empty-cart-block .wp-block-product-new{display:none!important;}
.wp-block-woocommerce-empty-cart-block .wp-block-heading.wc-block-cart__empty-cart__title{
	display:block!important;
}