/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
***************************
    Theme Name: Crofit

    1.main menu area
    2.mobile logo area
    3.slider area
    4.calculate bmi
    5.marquee_area
    6.about area
    7.video_area
    8.shcedul_area
    9.team_area
    10.pricing_area
    11.testimonial area
    12.counter_area
    13.img_slide_area
    14.blog_area
    15.brand area
    16.subscrib_area
    17.footer area
    18.copyright title
    19.seo text
    
***********************
*/

/* ======= site font family ==========*/

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --blackc: #101927;
    --whitec: #fff;
    --bgcolor: #232A1A;
    --brcolor: #ff6c17;
    /*--bghovercolor: #DCDFCC;*/
    --bghovercolor: #3d3d3d;
    --paracolor: #555;
    --titlecolor: #000;

    --transitionLength: 0.4s;
    --transitionTiming: ease;
}

html,
body {
    overflow-x: hidden;
}

/* defult css */
body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: var(--titlecolor);
    background-color: rgb(20, 20, 20);

    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    background-color: white;
}

body.ready {
    opacity: 1;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.wp-singular {}

body.wp-singular .accordion-f-content__inner {
    background-color: rgb(20, 20, 20);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: "Philosopher", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    color: var(--whitec);
}

h1,
h1 a {
    font-size: 30px;
}

h2,
h2 a {
    font-size: 22px;
}

h3,
h3 a {
    font-size: 24px;
}

h4,
h4 a {
    font-size: 18px;
}

h5,
h6,
h6 a {
    font-size: 16px;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none;
}

textarea,
input {
    outline: none;
    border: none;
}

.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

::-moz-placeholder {
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
}

::-ms-input-placeholder {
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: var(--linkcolor);
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-transition:
        background-color 50000s ease-in-out 0s,
        color 5000s ease-in-out 0s;
    transition:
        background-color 50000s ease-in-out 0s,
        color 5000s ease-in-out 0s;
}

.container-fluid {
    max-width: 1980px;
}

p.form-messege {
    margin-top: 8px;
}

.txbd_mailchimp {
    color: #ffe400;
    margin-top: 8px;
}

P {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--whitec);
}

a {
    text-decoration: none;
    color: var(--whitec);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    color: var(--bgcolor);
}

.witr_all_pd0 {
    padding: 0;
}

/* highlight color css */
h2 span.highlight {
    color: var(--whitec);

    padding: 5px;
    background-color: var(--bghovercolor);
}

h4 span.highlight {
    color: var(--bgcolor);
    padding: 5px;
    background-color: var(--bghovercolor);
}

span {
    color: var(--whitec);
    line-height: 26px;
}

.ti-widget.ti-goog .ti-with-tooltip {
    color: var(--bgcolor) !important;
}
/*======== hero start ==========*/
.hero {
    position: relative;
}
.hero h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    margin-bottom: 60px;
}
.hero-content {
    z-index: 1;
    position: relative;
    padding: 100px 0;
}
.hero-content .b_btn {
    margin-top: 0;
}
.hero-content .b_btn a {
   
}
.hero-menus {
    max-width: 355px;
    margin: 30px 0 0 0;
    padding-left: 0;
}
.hero-menus li {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    height: 80px;
    border-radius: 10px;
    list-style: none;
}
.hero-menus li a {
    width: 100%;
    height: 100%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-menus li + li {
    margin-top: 20px;
}
.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*======== hero end ==========*/

/*======== main menu area start ==========*/
.mobile_logo_area,
.main_menu_area {
    padding: 10px 60px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}

.main_menu_area.about_menu_fixed {
    background-color: var(--whitec);
    position: relative;
}

/* mobile menu */
.mobile_menu {
    display: none;
}

.mobile_logo_area {
    display: none;
}

.mobile_logo_area.sticky,
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #232a1af2;
}

.main_menu_area.sticky .main_nav_icons>i {
    background-color: var(--bghovercolor);
    border: 1px solid transparent;
}

.main_menu_area.sticky .main_nav_icons>i::before {
    color: var(--bgcolor);
}

.main_menu_area.sticky .main_nav_icons>i:hover {
    border-color: var(--bgcolor);
}

.main_menu_area.sticky .donate_btn_header a {
    background-color: var(--bghovercolor);
    color: var(--whitec);
}


.main_menu_area .sticky_logo {
    display: none;
}

/* .main_menu_area .sticky_logo img {
    filter: brightness(0) invert(1);
} */

.main_menu_area.sticky .main_logo {
    display: none;
}

.main_menu_area.sticky .sticky_logo {
    display: block;
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icon_right>i,
.main_menu_area.sticky .main_nav_icons>i {
    color: var(--bghovercolor);
}

.main_nav_icon_right>i::before {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main_nav_icon_right>i:hover::before {
    color: var(--brcolor);
}

.main_menu_area.sticky .inner_main_nav_area ul li .sub-menu li a {
    color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li:hover>a {
    color: var(--whitec);
    background-color: var(--bghovercolor);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a i {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_btn a {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icons a i {
    color: var(--whitec);
}

/* main nav area css */
.main_nav_area {
    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;
}

/* absolute menu css */
.absolute_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}

.absolute_menu .main_nav_area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* landing menu css */
.landing_menu .main_nav_area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.main_menu_all_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px 0;
}

.inner_main_nav_area>ul>li {
    display: inline-block;
    position: relative;
}

.inner_main_nav_area ul li .nav_menu_active {
    color: var(--bgcolor) !important;
}

.inner_main_nav_area>ul>li>a {
    display: block;
    padding: 0 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--whitec);
    text-transform: uppercase;
}

.inner_main_nav_area ul li:has(> ul)>a::after {
    font-family: "IcoFont";
    font-weight: 700;
    content: "\eac8";
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 1800px) {
    .inner_main_nav_area>ul>li>a {
        font-size: 15px;
        padding: 2px 5px;
    }
}

.inner_main_nav_area>ul>li>a>i {
    font-weight: 700;
}

.inner_main_nav_area>ul>li:hover>a {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

/* main nav btn css */
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background: none;
    color: var(--paracolor);
}

.main_nav_btn a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a {
    color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a:hover {
    color: var(--bgcolor);
}

/* main nav icons together */
.gemo_right_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main_nav_icons_together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* main nav icons */

.main_nav_icons>i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: var(--whitec);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
    background-color: var(--bgcolor);
    border: 1px solid var(--bghovercolor);
}

.main_nav_icons>i:hover {
    background-color: var(--bghovercolor);
}

.main_nav_icons>i:hover::before {
    color: var(--bgcolor);
}

/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: 0;
    left: -110%;
    background: #232a1ab5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    left: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
}

.main_nav_icon_right>i {
    display: inline-block;
    font-size: 23px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--whitec);
}

/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: var(--whitec);
    z-index: 999;
    padding: 100px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.main_nav_icon_right_popup h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    color: var(--whitec);
}

/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -57px 0 20px;
}

.m_nav_rpi_close>i {
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
}

.m_nav_right_pp_form {
    position: relative;
}

.m_nav_right_pp_form input {
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}

.m_nav_right_pp_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}

/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}

.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}

.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
    border-bottom: none;
}

/* right popup address */
.right_popup_address {
    padding: 40px 0 14px;
}

.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.right_popup_address p {
    width: 85%;
}

.right_popup_inner_address p {
    color: var(--brcolor);
}

.right_popup_inner_address p i {
    margin-right: 6px;
}

.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}

/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}

.inner_nav_icon_popup input {
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 30px 0px #dddddd45;
            box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}

/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.inner_nav_popup_btnicon {
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}

.inner_nav_icon_popup i {
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 30px;
    position: relative;
}

.main_nav_icons_middle a {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--whitec);
    border-radius: 100%;
}

.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--bgcolor);
    border-radius: 100%;
    color: var(--whitec);
}

.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main_nav_icons_middle:hover .main_nav_middle_box_item {
    top: 170%;
    opacity: 1;
    visibility: visible;
}

.main_nav_middle_box_item p {
    padding: 20px;
}

.m_nav_right_pp_form {
    position: relative;
}

.m_nav_right_pp_form input {
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}

.m_nav_right_pp_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}

/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}

.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}

.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
    border-bottom: none;
}

.right_popup_nav ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}

/* header btn */
.donate_btn_header a {
    background: var(--bgcolor);
    color: var(--whitec);
    display: block;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 40px;
    border: 1px solid var(--whitec);
    white-space: nowrap;
}

.donate_btn_header a:hover {
    background: var(--bghovercolor);
    color: var(--whitec);
    border-color: var(--bgcolor);
}

/* right popup address */
.dtbtn {
    background-color: var(--bgcolor);
    color: var(--whitec);
    display: block;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
}

.menu_btn a:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}

/* drop down menu css */
.inner_main_nav_area ul li .sub-menu {
    position: absolute;
    top: 130%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 9%);
            box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--bgcolor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main_menu_area.sticky .inner_main_nav_area ul li .sub-menu {
    background-color: var(--bghovercolor);
}

.inner_main_nav_area ul li .sub-menu li {
    position: relative;
}

.inner_main_nav_area ul li .sub-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 6px 17px;
    text-transform: uppercase;
}

.inner_main_nav_area ul li .sub-menu li a:hover {
    margin-left: 5px;
}

.inner_main_nav_area>ul>li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.inner_main_nav_area .sub-menu>li>ul.sub-menu {
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inner_main_nav_area ul li .sub-menu li:hover ul.sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.navd_active {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area {
    display: none !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-bar {
    background: var(--whitec);
    padding: 0;
}

.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--bgcolor);
}

.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 7%);
            box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: var(--whitec);
}

.tx-s-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.mobile_p .tuetion_theme_widget>div.widget_block {
    padding: 0;
}

.mobile_p .tuetion_theme_widget>div {
    padding: 20px 0px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mean-container .mean-nav ul li a {
    border: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}

.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mobilemenu_con {
    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;
}

.mobile_menu_o i {
    font-size: 26px;
    color: white;
}

.tx-s-open .mobile_menu_o i {
    color: black;
}

.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}

.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}

.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}

/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area {
    overflow: hidden;
    position: relative;
}

.slider_area .single_image_area {
    translate: 0 0;
}

.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.inner_slider_area.overlay-light_section::before {
    z-index: 0 !important;
}

.inner_slider_content {
    margin: 0 auto;
    text-align: left;
    width: 68.29%;
    padding-top: 70px;
    z-index: 2;
}

.inner_slider_content h1 {
    font-size: 36px;
    color: var(--whitec);
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.inner_slider_content h2 {
    font-size: 150px;
    margin: 0;
    color: var(--whitec);
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 5px 5px 0px var(--bgcolor);
}

.inner_slider_content h2 span {
    font-weight: 700;
}

.inner_slider_content h3 {
    font-size: 100px;
    font-weight: 700;
}

.inner_slider_content div {
    max-width: 65%;
    margin: 15px 0 0;
    color: var(--whitec);
    font-size: 18px;
}

/* golobal btn css */
.b_btn {
    margin-top: 35px;
}

.b_btn a {
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 40px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
}

.b_btn a:hover {
    background-color: var(--bghovercolor);
    color: var(--whitec);
}

.b_btn a i {
    font-size: 18px;
    margin-left: 10px;
    color: var(--whitec);
}

.b_btn a.active {
    background-color: var(--whitec);
    color: var(--titlecolor);
    display: inline-block;
}

.b_btn a.active:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* slider defult arrow css */
.slider_area .slick-prev,
.slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

.slider_area .slick-prev {
    left: 0;
}

.slider_area .slick-next {
    right: 10px;
}

.slider_area .slick-prev::before,
.slider_area .slick-next::before {
    content: "\eac9";
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 40px;
    font-weight: 700;
}

.slider_area .slick-next::before {
    content: "\eaca";
}

.slider_area .slick-prev:hover::before,
.slider_area .slick-next:hover::before {
    background-color: var(--bgcolor);
    color: var(--white-c);
}

.slider_area:hover .slick-prev,
.slider_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

/* home video page area css */

.video_block {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background: #000000f2;

    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;
}

.video_block.active {
    pointer-events: all;
    opacity: 1;
}

.video_close {
    width: 50px;
    height: 50px;
    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: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--whitec);
    right: 20px;
    top: 20px;
    position: fixed;
    cursor: pointer;

    & span {
        width: 70%;
        height: 2px;
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        background-color: var(--bgcolor);

        &:nth-child(1) {
            rotate: 45deg;
        }

        &:nth-child(2) {
            rotate: -45deg;
        }

        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

/* home video page area css */
.video_slider_area {
    position: relative;
}

.slider_vedio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 16 / 9;
    pointer-events: none;
    z-index: -9999;
}

.slider_vedio iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* slider dots */

/*======== slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
}

/* .about_area::before,
.breadcum_area::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
} */

.about_area.light_bg {
    background-color: var(--whitec);

    &::before {
        content: none;
    }
}

.about_area.light_bg h2 {
    color: var(--blackc);
}

.about_area.light_bg .about_title h4 {
    color: var(--blackc);
}

.about_area.light_bg p {
    color: inherit;
}

.about_area.light_bg div {
    color: var(--blackc);
}

.about_area.light_bg a {
    /* color: var(--bgcolor); */
}

.inner_breadcum_area {
    /* padding: 200px 0; */
    padding: 100px 0;
    position: relative;
    z-index: 9999;
}

.inner_breadcum_area h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}

.inner_breadcum_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--whitec);
}

.inner_breadcum_area ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}

.inner_breadcum_area ul li span {
    color: var(--whitec);
}

.inner_breadcum_area ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--whitec);
    font-weight: 400;
}

.inner_breadcum_area ul li i,
.inner_breadcum_area ul li a i {
    font-size: 16px;
    /* margin: 0 -4px; */
}

/*======== breadcum area end  ==========*/

/*===== calculate bmi area start  ====*/
.calculate_bmi {
    padding: 130px 0 115px;
    background: url("/wp-content/themes/crofit/assets/image/calculate_bg.jpg");
    background-size: cover;
}

/* section title */
.section_title {
    margin-bottom: 60px;
    position: relative;
}

.service_area .section_title_right h2 {
    color: #1d2229;
}

.service_area .section_title_content h4 {
    color: var(--bgcolor);
}

.service_area .columns-service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.section_title_right {
    text-align: right;
    border-right: 2px solid var(--bghovercolor);
}

.section_title_right h2,
.section_title_right h3 {
    font-size: 48px;
    margin-right: 14px;
    text-transform: uppercase;
}

.section_title_content h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--whitec);
    margin-top: 35px;
}

.shcedul_title h4 {
    color: var(--bgcolor);
}

.section_img img {
    position: absolute;
    display: block;
    top: 90px;
    left: auto;
    z-index: -1;
    right: 0;
    margin: auto;
    -webkit-animation: witr_movelr_box45 5s linear 1s infinite alternate running;
            animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

@-webkit-keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(45px);
                transform: translateX(45px);
    }
}

@keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(45px);
                transform: translateX(45px);
    }
}

/* section title */
.cal_title {
    margin-bottom: 35px;
    text-align: right;
}

.cal_title h2 {
    font-size: 48px;
}

.main_ip label {
    color: #1d2229;
    margin: 0 0 5px;
}

.single_caculate {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

#fcp-water-intake-form {
    margin: 0px;
    padding: 0px;
    border: solid 2px var(--bgcolor);
    width: 100%;
}

#fcp-water-intake-form h3 {
    text-transform: uppercase;
    background-color: var(--bgcolor);
    padding: 2%;
    color: var(--whitec);
    font-weight: bolder;
    text-align: center;
    margin: 0px;
}

.main_cal h3 {
    font-size: 20px;
}

/* btn */
#fcp-water-intake-form .fcp-btn {
    background-color: var(--bgcolor);
    color: var(--whitec);
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 17px;
    padding: 2%;
    border: solid 2px var(--bgcolor);
    margin-top: 25px;
    margin-bottom: 20px;
}

.main_ip {
    margin: 20px 0 0;
}

#fcp-water-intake-form .fcp-result-string {
    background-color: var(--bgcolor);
    padding: 1%;
    color: var(--whitec);
    font-size: 20px;
    text-align: center;
    margin: 0px;
}

.br_bmi {
    padding: 155px 0;
}

.single_cal_img {
    margin-bottom: 30px;
}

/*===== calculate bmi area end  ====*/

/*======== marquee area start  ==========*/
.marquee_area {
    padding: 20px 0;
    background: #2f3237;
}

.txmartex {
    margin: 0;
}

.marquee {
    position: relative;
    gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.single_marquee_mdls {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    min-width: 100%;
    animation: txmarset 10s linear infinite;
    -webkit-animation: txmarset 10s linear infinite;
}

@-webkit-keyframes txmarset {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - 0%));
                transform: translateX(calc(-100% - 0%));
    }
}

@keyframes txmarset {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - 0%));
                transform: translateX(calc(-100% - 0%));
    }
}

.txmartext .txmartex a,
.txmartext .txmartex {
    -webkit-text-stroke: 1px #888888;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    margin: 0 40px;
    -webkit-text-stroke-color: var(--whitec);
}

.txmarimg .txmartex a,
.txmarimg .txmartex {
    color: transparent;
    font-size: 100px;
    margin: 0 40px;
    background-position: center center;
    -webkit-background-clip: text;
}

/*======== marquee area end  ==========*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 120px 0 100px;
}

.main_faq {
    width: 100%;
}

.testimonial_content {
    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;
}

/* inner faq accrodion item css */
.inner_faq_ac_item {
    border: 1px solid var(--titlecolor);
    margin: 0 20px 10px;
    border-radius: 5px;
}

.inner_faq_ac_item a {
    width: 100%;
    font-size: 17px;
    padding: 11px 15px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--titlecolor);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.inner_faq_ac_item a:hover {
    color: var(--bgcolor);
}

.inner_faq_ac_item a i {
    font-size: 17px;
    font-weight: 700;
    right: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: var(--titlecolor);
}

.inner_faq_ac_item a.active {
    background-color: var(--bgcolor);
    color: var(--whitec);
    position: relative;
    border: none;
}

.inner_faq_ac_item a.active::before {
    content: "\ef9a";
    font-family: Icofont !important;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    color: var(--whitec);
    line-height: 30px;
    font-size: 18px;
}

.inner_faq_ac_item a.active i {
    display: none;
}

/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--textcolor);
}

.inner_faq_text p {
    margin: 0 20px 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: var(--paracolor);
    padding: 10px 15px 10px;
}

/*======== faq area end  ==========*/

/*======== about area end =======*/
div.about_area {
    padding: 80px 0 50px;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.cu_aboutbr {
    margin-bottom: 50px;
}

.about_title h4 {
    font-weight: 500;
    letter-spacing: 3px;
}

.cl_about {
    color: var(--bgcolor);
}

.about_area .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single_about img {
    margin-bottom: 20px;
}

.single_about_img {
    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;
    max-width: 550px;
}

.single_about_img img {
    max-width: 100%;
    border: 10px solid var(--bghovercolor);
    margin: 0;
    position: relative;
    margin-right: -15%;
    -webkit-transform: perspective(800px) matrix3d(1, 0, -0.3, 0,
            0, 1, 0, 0,
            0, 0, 1, 0,
            0, 0, 0, 1);
            transform: perspective(800px) matrix3d(1, 0, -0.3, 0,
            0, 1, 0, 0,
            0, 0, 1, 0,
            0, 0, 0, 1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}

.single_about_img-left-line {
    width: 10px;
    background-color: var(--bghovercolor);
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 35%;
}

.single_about_img-right-line {
    position: absolute;
    width: 10px;
    background-color: var(--bghovercolor);
    height: 50%;
    top: 50%;
    translate: 0 -50%;
    right: 0;
}

.about_title h2 {
    margin: 10px 0 20px;
    line-height: 1.2;
    font-size: 48px;
}

/* about list */
.about_txbdsi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}

.iconalltf i {
    color: var(--whitec);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--bgcolor);
    border-radius: 50px 50px 50px 50px;
    font-size: 14px;
}

.about_txbdcon h2 a {
    font-size: 24px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: var(--whitec);
}

.about_txbdcon h2 a:hover {
    color: var(--bgcolor);
}

/* about btn */
.cu_about_btn a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 70px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--whitec);
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
            clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    background-color: var(--bgcolor);
}

.cu_about_btn_align_center {
    text-align: center;
}

.cu_about_btn.title_btn {
    margin-bottom: 30px;
}

.cu_about_btn a:hover {
    background-color: var(--bghovercolor);
}

/* counter */
.coun_5 {
    opacity: 1;
    -webkit-text-stroke-color: var(--brcolor);
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
}

.wirt_new_iner {
    float: left;
    margin-right: 20px;
}

.wirt_new_iner h3,
.wirt_new_iner span {
    font-size: 72px;
    display: inline-block;
    font-weight: 700;
    color: var(--brcolor);
}

.witr_contx.tcon5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.counter_title {
    color: var(--brcolor);
}

/*======== about area end  ==========*/

/* single_line_option */
.single_image_area {
    translate: 0 100%;
    /* margin-bottom: 5%; */
}

.single_line_option {
    position: relative;
    /* background-color: #1d2229; */
}

/*===== service area start  ====*/
.service_area {
    padding: 65px 0 40px;
    margin: 0 190px;
}

.service_img img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.main_service {
    background-color: #1d2229;
    padding: 0px 20px 0px 20px;
    text-align: center;
    border-radius: 15px;
    /* margin: 0 10px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.main_service .service_btn a {
    background-color: var(--bghovercolor);
    padding: 0 5px;
}

.service_content {
    /* padding: 30px 15px 30px 15px; */
    position: relative;
}

.service_icon i {
    background-color: #1d2229;
    border: 5px solid var(--bgcolor);
    border-radius: 10px 10px 10px 10px;
    font-size: 40px;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 75px;
    height: 75px;
    line-height: 68px;
    z-index: 1;
    color: var(--whitec);
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.main_service:hover .service_icon i {
    border: 5px solid var(--whitec);
}

.service_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.service_title h2 {
    margin: 15px 0;
    font-size: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.service_text {
    margin: 15px 0;
}

.service_text p,
.service_title li,
.service_title ul {
    color: var(--whitec);
    list-style: none;
    padding: 0;
    margin: 0;
}

.service_title .service_text a {
    text-decoration: underline;
    color: var(--bgcolor);
}

.service_btn a {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    color: var(--whitec);
}

.service_btn {
    padding-bottom: 15px;
}

.carousel-service {
    padding-bottom: 40px;

    & .slick-dots {
        left: 50%;
        bottom: 0;
    }
}

.carousel-service .slick-list {
    padding: 0;
}

.carousel-service .service_text {
    color: var(--bghovercolor);
}

.carousel-service .main_service {
    margin: 0 15px;
}

/*===== service area end  ====*/

/*======= video area start  ======*/
.video_area {
    position: relative;
    z-index: 1;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* inner video area css */
.inner_video_area {
    padding: 270px 0;
}

.inner_video_area a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    -webkit-animation: witr_squares 1s linear infinite;
            animation: witr_squares 1s linear infinite;
}

@-webkit-keyframes witr_squares {
    0% {
        -webkit-box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
                box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
                box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes witr_squares {
    0% {
        -webkit-box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
                box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
                box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/*======= video area end  ======*/

/*======= shcedul area end =====*/
.shcedul_area {
    padding: 105px 0 55px;
    /* background: url("/wp-content/themes/crofit/assets/image/gy_time_bg.jpg"); */
    background-size: cover;
    background-position: center center;
    background-color: var(--whitec);
}

.shcedul_area::before {
    z-index: 2 !important;
}

.shcedul_area h2 {
    color: var(--blackc);
}

.shcedul_area .container,
.shcedul_area .container-fluid {
    z-index: 2;
    position: relative;
}

.br_shcedul {
    background: transparent;
    margin-top: -65px;
}

.single_weak h3 {
    text-transform: uppercase;
}

.shedul_weak {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single_weak {
    text-align: center;
    margin: 5px 2px 5px 3px;
    padding: 45px 0px 10px 0px;
    background-color: #1d2229;
    width: 100%;
}

.weak_time_fixed {
    border: 1px solid var(--bgcolor);
    background: var(--bgcolor);
}

.weak_time_content {
    border: 1px solid var(--whitec);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.weak_time_content:hover {
    border: 1px solid var(--bgcolor);
}

.single_weak h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.single_weak p {
    color: var(--bgcolor);
}

/*======== shcedul area start ======*/

/*======= team area start =====*/
.team_area {
    padding: 50px 20px;
}

.trainers_nav {
    margin: 30px 0;
}

.trainers_nav li {
    background-color: var(--bghovercolor);
}

.portfolio_nav.trainers_nav li a {
    color: var(--bghovercolor);
    background-color: #b6b6b6;
}

.team_row_inner_grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 400px));
    grid-gap: 20px;
    margin: 50px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.team_slide {
    padding-bottom: 40px;
}

.team_slide .slick-dots {
    bottom: 0;
    left: 50%;
}

.main_team {
    overflow: hidden;
    position: relative;
    margin: 0 10px;
}

.team_img img {
    width: 100%;
    border-radius: 180px 180px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.team_title {
    left: 0;
    width: 100%;
    margin: auto;
    bottom: -60px;
    right: 0;
    height: auto;
    z-index: 99999;
    content: "";
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 18px 10px 23px;
}

.main_team:hover .team_title {
    bottom: 0px;
    padding-bottom: 10px;
}

.team_title h2 {
    color: var(--titlecolor);
    margin: 0 0 5px;
    font-size: 22px;
}

.main_team:hover .team_title h2 {
    color: var(--whitec);
}

.team_title span p {
    color: var(--paracolor);
    margin: 15px 0;
}

.main_team:hover .team_title span p {
    color: var(--whitec);
}

.team_thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 75%;
    left: -4px;
    width: 112%;
    background: var(--whitec);
    right: 0;
    height: 100%;
    border-radius: 0 15px 0 0;
    -webkit-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
            transform: rotate(-14deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: -20px -4px 0 10px rgb(35 42 26 / 50%);
            box-shadow: -20px -4px 0 10px rgb(35 42 26 / 50%);
}

.main_team:hover .team_thumb:before {
    top: 65%;
    background-color: var(--bgcolor);
}

.main_team:hover .service_btn a {
    color: var(--whitec);
}

/* team social icon */
.tteamsocial a {
    background-color: #00000000;
    font-size: 14px;
    width: 25px;
    border-style: none;
    margin: 0px 5px 0px 5px;
}

.tteamsocial {
    margin-top: 10px;
}

/* team social icon */

/*======= team area end =====*/

/*======= pricing area start  ======*/
.pricing_area {
    padding: 65px 0 60px;
    position: relative;
    z-index: 1;
}

.pricing_shap {
    position: absolute;
    left: -35px;
    top: -20px;
    z-index: -1;
    -webkit-animation: pricing_shap 5s linear 1s infinite alternate running;
            animation: pricing_shap 5s linear 1s infinite alternate running;
}

@-webkit-keyframes pricing_shap {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(45px);
                transform: translateY(45px);
    }
}

@keyframes pricing_shap {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(45px);
                transform: translateY(45px);
    }
}

.br_pricing {
    padding: 145px 0 50px;
}

/* title */
.cu_pricing_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
}

.cu_pricing_title h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--bgcolor);
    font-family: "Montserrat", sans-serif;
}

.cu_pricing_title h3 span {
    margin-left: 10px;
}

.pri_active {
    text-align: left;

    &>div {
        position: relative;
        z-index: 1;
    }
}

.pri_premium.pri_item {
    background: #b6b6b6;
    /*background: -o-linear-gradient(299.92deg, #4C4C4C 0%, #222222 31.73%, #4C4C4C 100%);*/
    /*background: linear-gradient(150.08deg, #4C4C4C 0%, #222222 31.73%, #4C4C4C 100%);*/

    &::after {
        height: 100%;
        background-image: url('/wp-content/uploads/2025/12/vector.svg');
        z-index: -1;
    }
}

.pri_premium.pri_item ul li,
.pri_premium .price_offer_line h4 {
    color: #000;
}

.pri_premium .pricing_part svg path {
    fill: var(--bghovercolor);
}

.pri_premium .card_btns .pricing_btn_banking a {
    background: linear-gradient(360deg, #000000 0%, #222222 89.9%, #000000 100%);
    color: var(--whitec);

    &:hover {
           background: linear-gradient(360deg, #3b3a3a 0%, #222222 89.9%, #000000 100%);
    }
}

.pri_item {
    border: 2px solid var(--bghovercolor);
    border-radius: 10px;
    background: #b6b6b6;
    /*background: -o-linear-gradient(299.92deg, #E1E4D3 33.65%, #B5B9A4 63.46%, #E1E4D3 100%);*/
    /*background: linear-gradient(150.08deg, #E1E4D3 33.65%, #B5B9A4 63.46%, #E1E4D3 100%);*/
    position: relative;
    border-radius: 24px;
    padding: 20px;
    margin: 0 15px 15px 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;

    &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/wp-content/uploads/2025/12/svgviewer-output-1.svg');
        z-index: -1;
        pointer-events: none;
    }
}

.pri_image img {
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.pri_inner .slick-dots {
    bottom: -40px;
    left: 50%;
    width: 100%;
}

.pri_inner .slick-list {
    margin: -10px;
}

.pricing_part {
    text-align: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.pricing_part li {
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 8px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pricing_part li div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.pricing_part li span {
    color: var(--bgcolor);
}

.card_btns .pricing_btn_banking a {
    margin: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(89.9%, #222222), to(#000000));
    background: -o-linear-gradient(bottom, #000000 0%, #222222 89.9%, #000000 100%);
    background: linear-gradient(360deg, #000000 0%, #222222 89.9%, #000000 100%);
    border-radius: 6px;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    text-transform: math-auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.card_btns .pricing_btn_banking a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#3b3a3a), color-stop(89.9%, #222222), to(#000000));
    background: -o-linear-gradient(bottom, #3b3a3a 0%, #222222 89.9%, #000000 100%);
    background: linear-gradient(360deg, #3b3a3a 0%, #222222 89.9%, #000000 100%);
}

.card_btns .pricing_btn_banking {
    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;
}

.card_btns .more {
    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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 0 auto;
    background-color: transparent !important;
    color: var(--blackc) !important;
    padding: 0;
    text-transform: math-auto;
}

/* title */
.price {
    padding: 0px 0 70px 0;
    position: relative;
}

.card_btns .pricing_btn_banking a.button_card-parts {
    width: 100%;
    color: var(--blackc);
    text-align: center;
    text-transform: math-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;
    gap: 10px;
    background: var(--whitec);
    border: 2px solid #CFD1D4;

    &:hover {
        color: var(--whitec);
        background: var(--bghovercolor) !important;
    }
}
.card_btns .pricing_btn_banking a.button_card-parts img {
    transition: 0.4s;
}
.card_btns .pricing_btn_banking a.button_card-parts:hover .monobank {
    filter: invert(1);
}
.images_bank a.button_card {
    padding: 0;
}

.price_offer_line p {
    margin: 0;
}

.price_offer_line h4 {
    font-size: clamp(1.75rem, 1.0124rem + 2.4845vw, 3rem);
    text-align: center;
    color: #101927;
}

.price_offer_line h4 span {
    font-size: 16px;
}

.price_offer_line h4 .old_price {
    color: red;
    text-decoration: line-through;
    display: block;
    margin-top: 10px;
}

.price_offer_line h5 span {
    font-size: 18px;
}

.pri_active ul {
    margin-top: 25px;
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
    padding: 0;
}

.pri_active ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #000;

    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;

    & span {
        color: inherit;
        padding-left: 10px;
    }
}

.pri_active ul li i {
    margin-right: 10px;
    color: var(--bgcolor);
}

.pr_btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

.pr_btn a {
    padding: 18px 30px;
}

.cu_pricing_title .pr_middle {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

/* pr_btn */
.pricing_btn a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px;
    display: inline-block;
    color: var(--whitec);
    border-radius: 5px;
    background-color: var(--bgcolor);
}

.pricing_btn a:hover {
    background-color: var(--titlecolor);
}

/* pricing middle */
.pric_middle h4 {
    color: var(--bgcolor);
}

/* pricing middle */

/*======= pricing area end  ======*/

/*======== testimonial area start ==========*/
.testimonial_area {
    padding: 120px 0 100px;
    position: relative;
}

.test_active_bg {
    background: url("/wp-content/themes/crofit/assets/image/teste_bg.png");
    padding: 115px 55px 153px;
}

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

.test_active .slick-dots button {
    background-color: var(--bghovercolor);
}

.test_active .slick-dots .slick-active button {
    background-color: var(--bgcolor);
}

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

.single_test_img {
    height: 100%;
}

.single_testimonial {
    text-align: left;
}

.single_testimonial img {
    display: inline-block;
}

.single_testimonial p {
    line-height: 36px;
    color: #1d2229;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}

.tsimg h2 {
    font-size: 16px;
    color: var(--bgcolor);
    text-transform: uppercase;
    font-weight: 600;
}

.tsimg h2 span {
    font-size: 14px;
    font-weight: 400;
    color: var(--bgcolor);
}

/* dots */
.slick-dots {
    bottom: 90px;
    position: absolute;
    left: 17%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    z-index: 11;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background-color: var(--bgcolor);
}

.slick-dots li button {
    font-size: 0;
    width: 35px;
    height: 3px;
    border: 0 solid var(--bgcolor);
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
    background: #1d2229;
}

.slick-dots li.slick-active button {
    background: var(--bghovercolor);
}

/*======== testimonial area end ==========*/

/*===== counter area start  ====*/
.counter_area {
    position: relative;
    padding: 80px 0 40px;
    z-index: 1;
}

.br_counter {
    padding-bottom: 130px;
}

.inner_counter_area {
    position: relative;
    margin-bottom: 20px;
}

.video_middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.inner_counter_sub_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: -25px;
    position: relative;
}

.inner_counter_sub_cont h3,
.inner_counter_sub_cont span {
    color: #232a1aab;
    font-size: 200px;
    font-weight: 700;
}

.inner_counter_sub_cont h3 {
    color: #dcdfcc9e;
}

.inner_counter_area h2 {
    font-size: 24px;
    color: var(--whitec);
    position: relative;
    text-transform: uppercase;
    margin: -100px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
}

.inner_counter_area img {
    position: absolute;
    top: 0;
    right: 29%;
    -webkit-animation: witr_movetb_box45 5s linear 1s infinite alternate running;
            animation: witr_movetb_box45 5s linear 1s infinite alternate running;
    z-index: -1;
}

@-webkit-keyframes witr_movetb_box45 {
    0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}

@keyframes witr_movetb_box45 {
    0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}

/*===== counter area end  ====*/

/*===== img slide area start  ====*/
.img_slide_area {
    padding: 100px 0;
}

.img_slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* dnSlide */

.dnSlide-main {
    position: relative;
}

.sshoti .dnSlide-main .dnSlide-btn {
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    opacity: 1;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: #f7f7f7;
}

.sshoti .dnSlide-main .dnSlide-left-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -55px;
}

.sshoti .dnSlide-main .dnSlide-right-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -55px;
}

.sshoti .dnSlide-main .dnSlide-left-btn:before {
    position: absolute;
    content: "\eac9";
    left: 43%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: icofont !important;
}

.sshoti .dnSlide-main .dnSlide-right-btn:before {
    position: absolute;
    content: "\eaca";
    left: 52%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: icofont !important;
}

.dnSlide-main,
.dnSlide-main .dnSlide-list {
    list-style: none;
}

.dnSlide-main {
    visibility: hidden;
    padding: 0;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
}

.dnSlide-main.done {
    visibility: visible;
}

.dnSlide-main.dn-response .dnSlide-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
}

.dnSlide-main a,
.dnSlide-main img {
    display: block;
    border: 0;
}

.dnSlide-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
}

.dnSlide-item {
    margin: 0 10px;
}

.carousel_pictures .slick-current.slick-active {
    scale: 1;
    opacity: 1;
}

.carousel_pictures .slick-slide {
    scale: 0.9;
    opacity: 0.7;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*===== img slide area end  ====*/

/*======== brand area start ======*/
.brand_area {
    padding: 60px 0 60px;
}

.inner_brand_area {
    text-align: -webkit-center;
}

/*====== brand area end ======*/

/*====== subscrib area start ======*/
.subscrib_area {
    padding: 60px 0 110px;
}

.inner_subscribe_form_area h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.inner_subscribe_form_area {
    position: relative;
    overflow: hidden;
}

.inner_subscribe_form_area p {
    margin: 0;
}

.inner_subscribe_form_area input {
    position: relative;
    width: 62%;
    line-height: 43px;
    border-radius: 0px;
    padding-left: 10px;
    color: var(--whitec);
    padding: 15px 20px;
    height: 60px;
    background-color: var(--titlecolor);
    border: none;
}

.inner_subscribe_form_area input::-webkit-input-placeholder {
    color: var(--whitec);
}

.inner_subscribe_form_area input::-moz-placeholder {
    color: var(--whitec);
}

.inner_subscribe_form_area input:-ms-input-placeholder {
    color: var(--whitec);
}

.inner_subscribe_form_area input::-ms-input-placeholder {
    color: var(--whitec);
}

.inner_subscribe_form_area input::placeholder {
    color: var(--whitec);
}

.inner_subscribe_form_area button {
    width: 30%;
    height: 39px;
    border-radius: 0px;
    cursor: pointer;
    padding: 30px 10px;
    line-height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: var(--whitec);
    background: var(--bgcolor);
    border: none;
    font-size: 16px;
}

.inner_subscribe_form_area button:hover {
    background-color: var(--paracolor);
}

/*====== subscrib area end ======*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 70px 0 60px;
    position: relative;
}

/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-bottom: 3px solid var(--bgcolor);
}

/* inner blog thumb css */
.wblogovermeta {
    position: absolute;
    z-index: 999;
}

.wblogovermeta span {
    display: inline-block;
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

.inner_blog_thumb {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
}

.inner_blog_img img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inner_blog_img a {
    display: block;
    border: 2px solid var(--bgcolor);
}

.inner_blog_area:hover .inner_blog_img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

/* blog overlay css */
.blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inner_blog_area:hover .blog_overlay {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

/* inner blog text css */
.single_blog_title {
    padding: 95px 0 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
}

.inner_blog_text span a {
    font-weight: 400;
}

.inner_blog_text span {
    font-size: 24px;
    margin-right: 10px;
    color: var(--whitec);
}

.inner_blog_text span i {
    margin-right: 3px;
    color: var(--bgcolor);
}

/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}

.inner_blog_content h2 a {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
    padding: 0px 0px 10px 0px;
}

.inner_blog_content h2 a:hover {
    color: var(--bgcolor);
}

.inner_blog_content p {
    font-size: 14px;
}

.inner_blog_content>a {
    font-size: 14px;
    color: var(--brcolor);
}

.inner_blog_content>a:hover {
    color: var(--bgcolor);
}

/* inner blog btn css */
.witr_btn_sinner a {
    color: var(--bgcolor);
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
}

.inner_blog_btn a {
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 600;
    background-color: #f1f1f1;
    border-style: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0px 30px 0px 30px;
    padding: 12px 30px 12px 30px;
    text-transform: uppercase;
}

.inner_blog_btn a:hover {
    color: var(--whitec);
    background: var(--brcolor);
}

.inner_blog_btn a i {
    font-weight: 700;
    margin-left: 4px;
}

.csingle_contant input {
    width: 100% !important;
}

.csingle_contant textarea {
    width: 100% !important;
}

.product_meta {
    margin-top: 30px;
}

.prdc-lft {
    position: relative;
}

/*======== blog area end  ==========*/

/* golobal slick defult arrow css */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* line-height: ; */
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 1;
    opacity: 1;
    /* visibility: hidden; */
}

.glowbal:hover .slick-prev,
.glowbal:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.slick-prev {
    padding: 0;
    left: 0;
    -webkit-transform: translate(-130%, -50%);
        -ms-transform: translate(-130%, -50%);
            transform: translate(-130%, -50%);
}

.slick-next {
    padding: 0;
    right: 0;
    -webkit-transform: translate(130%, -50%);
        -ms-transform: translate(130%, -50%);
            transform: translate(130%, -50%);
}

/* .post-type-archive-cards .slick-next,
.post-type-archive-cards .slick-prev {
    &::before {
        transition: .4s;
        border: 1px solid var(--bgcolor);
        color: var(--bgcolor);
        background-color: var(--bghovercolor);
    }
} */

.slick-prev::before,
.slick-next::before {
    content: "\eac9";
    color: var(--whitec) !important;
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--bgcolor);
    color: var(--bghovercolor);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slick-next::before {
    content: "\eaca";
}

.slick-prev:hover::before,
.slick-next:hover::before {
    background-color: var(--bghovercolor);
    color: var(--bgcolor);
}

/*======= google map area start  ======*/
.gogle_map_area {
    /* padding: 50px 0 0; */
    background-color: var(--blackc);
}

.google_map_title iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -8px;
}

/*======= google map area end  ======*/

/*======== contact box area start  ==========*/
.contact_box {
    padding: 120px 0 40px;
    /* background-color: #141414; */
    position: relative;
}

.contact_box .pricing_shap {
    z-index: 1;
}

.mian_contact {
    position: relative;
    text-align: center;
    padding: 45px 10px 20px 10px;
    background-color: #1f1f1f;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px 10px 10px 10px;
    z-index: 1;
    min-height: 90%;
}

/* .mian_contact:hover {
    margin-top: -10px;
} */

.contact_icon {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: -1;
}

.contact_icon img {
    -webkit-filter: invert(1);
            filter: invert(1);
}

.contact_text h2 {
    font-size: 24px;
    color: var(--whitec);
}

.contact_text p {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    color: var(--whitec);
}

/*======== contact box area end  ==========*/

/*======== contact area start  ==========*/
.contact_area {
    padding: 55px 0 60px;
    /* background-color: #141414; */
}

.contact_area .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;
}

.bmi_title h2 {
    font-size: 48px;
    margin-bottom: 36px;
}

.contact_bg {
    background-size: cover;
    padding: 30px 25px 30px;
    border-radius: 20px;
    position: relative;

    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.contact_bg .modal_close {
    top: -20px;
    right: 0px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);

    & span {
        background-color: var(--whitec);
    }
}

.form-messege.success {
    color: #28a745;
    font-weight: bold;
}

.form-messege.error {
    color: #dc3545;
    font-weight: bold;
}

.form-messege.loading {
    color: #007bff;
    font-style: italic;
}

.cf_input input.success,
.cf_input textarea.success {
    border-color: #28a745 !important;
}

.cf_input input.error,
.cf_input textarea.error {
    border-color: #dc3545 !important;
}

.cf_input input,
.cf_input textarea {
    width: 100%;
    height: 45px;
    outline: none;
    color: var(--whitec);
    margin-bottom: 23px;
    padding: 0.375rem 0.75rem;
    border-bottom: 1px solid #aaaaaa;
    background: transparent;
}

.cf_input input::-webkit-input-placeholder, .cf_input textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.cf_input input::-moz-placeholder, .cf_input textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.cf_input input:-ms-input-placeholder, .cf_input textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.cf_input input::-ms-input-placeholder, .cf_input textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.cf_input input::placeholder,
.cf_input textarea::placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.cf_input textarea {
    min-height: 100px;
}

.con_btn.gemo_btn {
    text-align: center;
}

.con_btn.gemo_btn button {
    color: var(--whitec);
    background: var(--bgcolor);
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding: 15px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.con_btn.gemo_btn button:hover {
    background: var(--whitec);
    color: var(--titlecolor);
}

/*======== contact area end  ==========*/

/*====== single page accordion-f start=====*/
.single_page_accordion-f {
    padding: 20px 0 30px;
}

.single_ac_items {
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
            box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.single_ac_items a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--paracolor);
}

.single_ac_items a i {
    margin-right: 8px;
}

.single_ac_items a.active {
    position: relative;
    color: var(--bgcolor);
}

.single_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont !important;
    top: 18px;
    left: 20px;
    bottom: 0;
}

.single_ac_items a.active i {
    opacity: 0;
    visibility: hidden;
}

.single_accor_contents {
    margin: 10px 20px 10px;
}

.single_accor_contents p {
    font-weight: 600;
    padding-bottom: 15px;
}

/*======== single page accordion-f end ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 120px 0 65px;
    background-color: var(--whitec);
}

.portfolio_area .portfolio_nav ul li a {
    color: var(--bgcolor);
}
.portfolio_area .portfolio_nav ul li a:hover {
    color: var(--whitec);
}

.portfolio_area .portfolio_nav ul li.current_menu_item a {
    color: var(--whitec);
}

.portfolio_area .row.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

/* portfolio 2 css */
.portfolio_2 {
    margin-bottom: 30px;
}

.section_title_area h4 {
    font-size: 18px;
    color: var(--bgcolor);
}

.section_title_area h2 {
    font-size: 60px;
    color: #333333;
}

.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}

/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}

.portfolio_2_subc h2 a {
    font-size: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: var(--brcolor);
}

.portfolio_2_subc h2 a:hover {
    color: var(--bgcolor);
}

.portfolio_nav_all {
    padding: 24px 0 30px;
}

.portfolio_nav li a {
    color: var(--bgcolor);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.portfolio_nav li:hover a {
    color: var(--whitec);
}

.portfolio_nav li.current_menu_item a {
    color: var(--whitec);
}

/* portfolio nav css */
.portfolio_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio_nav ul li a {
    padding: 10px 20px;
    display: block;
}

.portfolio_nav ul li {
    display: inline-block;
    border: 1px solid #f3eaea;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.portfolio_nav ul li.current_menu_item {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.team_row_inner_grid .main_team {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.portfolio_nav ul li:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* portfolio items css */
.portfolio_img_area {
    position: relative;
    overflow: hidden;
}

.portfolio_img_area img {
    width: 100%;
}

.portfolio_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(119 179 46 / 64%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inner_portfolio_items:hover .portfolio_overlay {
    opacity: 1;
    visibility: visible;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(252 16 24 / 64%);
    text-align: center;
}

.overlay>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 15%;
    background-color: var(--bgcolor);
}

.overlay>a:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}

.overlay>a>i {
    font-size: 22px;
}

.overlay h2 {
    margin: 10px 0;
    color: var(--whitec);
}

.overlay p {
    color: var(--whitec);
}

.overlay>h2>a:hover {
    color: var(--bgcolor);
}

.overlay.port_text>h2>a {
    margin: 10px 0;
    color: var(--whitec) !important;
}

.port_text>h2>a:hover {
    color: var(--bgcolor);
}

/* portfolio text */
.tx_pf_text {
    -webkit-box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
            box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
    padding: 15px 20px;
}

.tx_pf_text h2 a {
    display: inline-block;
    font-size: 24px;
    color: var(--textcolor);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 0 -3px;
}

.tx_pf_text h2 a:hover {
    background: none;
    color: var(--bgcolor);
}

.tx_pf_text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    margin: -5px 0 -2px;
}

.inner_portfolio_items:hover .overlay {
    opacity: 1;
    visibility: visible;
}

/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}

.portfolio_overlay_cont>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}

.portfolio_overlay_cont>a:hover {
    background: var(--bgcolor);
    color: var(--whitec);
}

.portfolio_overlay_cont>a i {
    font-size: 25px;
}

.portfolio_overlay_cont h2 {
    margin: 0;
}

.portfolio_overlay_cont h2 a {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.portfolio_overlay_cont h2 a:hover {
    color: var(--bgcolor);
}

.portfolio_overlay_cont p {
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}

.inner_portfolio_items:hover .portfolio_overlay_cont {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/* portfolio lower nav area css */
.portfolio_lo_nav_area {
    padding: 40px 0 0;
}

.inner_portfolio_lower_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_portfolio_lower_nav ul li {
    display: inline-block;
}

.inner_portfolio_lower_nav ul li a {
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    color: var(--titlecolor);
    padding: 15px 24px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
            box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}

.inner_portfolio_lower_nav ul li a.current {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a i {
    font-size: 22px;
    font-weight: bold;
}

/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 120px 0 70px;
}

.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}

.inner_yblog_form button {
    position: absolute;
    display: inline-block;
    right: 0;
    outline: none;
    border: none;
    padding: 16px 20px 15px;
    margin-right: 13px;
    background-color: #ddddddfa;
}

.inner_yblog_form button i {
    font-size: 18px;
}

/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_left_title h2 {
    font-size: 24px;
    color: var(--titlecolor);
    margin-bottom: 10px;
}

.inner_yblog_left_title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--paracolor);
}

.recent-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.recent-post-item a img {
    width: 70px;
}

.inner_yblog_left_title a.bottom {
    border-bottom: none;
}

.inner_yblog_left_title a:hover {
    color: var(--hoverbg);
}

/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
    color: var(--paracolor);
}

.inner_yblgo_left_style2 a:hover {
    color: var(--bgcolor);
}

/* blog left inner css */
.inner_yblog_left_img {
    margin-bottom: 10px;
}

.inner_yblog_left_img img {
    width: 100%;
    margin: 12px 0 -0;
}

.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
            box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    display: block;
}

.yblog_left_sub {
    padding: 25px 0 30px 15px;
}

.yblog_left_sub h2 a {
    color: var(--titlecolor);
    font-size: 22px;
    margin-bottom: 10px;
}

.yblog_left_sub h2 a:hover {
    color: var(--bgcolor);
}

.yblog_left_text_sub {
    padding: 0px 0 10px;
}

.yblog_left_text_sub span {
    color: var(--paracolor);
    font-size: 18px;
}

.yblog_left_text_sub span i {
    color: var(--bgcolor);
}

.yblog_left_sub p {
    font-size: 16px;
    font-weight: 400;
    width: 95%;
    color: var(--paracolor);
}

.yblog_left_sub>a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}

.yblog_left_sub>a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.ycalender_inner h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}

.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}

.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}

.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}

.speko_active {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.transko_active {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.speko_theme_widget .widget a {
    color: var(--pracolor);
}

.wp-calendar-nav span a {
    border: none;
    padding: 10px 0 0;
}

/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}

.inner_project_information_img {
    margin-bottom: 20px;
}

.inner_project_information_img img {
    width: 100%;
}

/* inner project right content css */
.inner_project_right_content h2 {
    font-size: 24px;
    color: var(--titlecolor);
}

.inner_project_right_content p {
    color: var(--paracolor);
}

.inner_project_right_content p span {
    font-size: 16px;
    color: var(--titlecolor);
    font-weight: 700;
}

/* inner project infomation icons css */
.inner_project_in_icon a {
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}

.inner_project_in_icon a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}

.inner_project_text_area h2 {
    font-size: 24px;
    color: var(--titlecolor);
}

.inner_project_information_descrip {
    margin-bottom: 8px;
}

.inner_project_information_descrip h4 {
    font-size: 16px;
}

.inner_project_information_descrip p {
    margin: 0;
    color: var(--paracolor);
}

/* inner project information description css */
.inner_project_infor_list {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.inner_project_infor_list li {
    margin-bottom: 5px;
}

/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area {
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}

.inner_single_box_area p {
    margin-bottom: 5px;
    color: var(--paracolor);
}

.inner_single_page_content_area p {
    margin-top: 20px;
    color: var(--paracolor);
}

/* single shop page */
/* Demo Product Area Start */

.sec_padding {
    padding: 100px 0 90px;
}

.prdc-pic img {
    width: 100%;
}

.prdc-pic {
    position: relative;
    margin-bottom: 30px;
}

.prdc-lft .onsale {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}

.prdc-lft .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: var(--whitec);
    text-indent: -9999px;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.prdc-lft .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.prdc-lft .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
}

.price ins {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}

.qntity_own {
    font-weight: 700;
}

.tab_list_main {
    -webkit-box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
            box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
    margin-bottom: 30px !important;
}

.inner_tab_star i {
    display: inline-block;
    color: var(--bgcolor);
}

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

.quantity .qty {
    border: 1px solid #ddd;
}

.quantity .qty {
    border: 1px solid #ddd;
    margin: 0 10px;
    height: 39px;
    width: 90px;
    text-align: center;
}

form.cart.single_pcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 21px 0;
}

form.cart .button {
    background: #be9674;
    padding: 12px 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    font-weight: 500;
    color: var(--whitec);
    cursor: pointer;
}

form.cart .button:hover {
    background: #e0a067;
}

p.price {
    color: #e0a067;
}

p.price del {
    font-weight: 500;
    opacity: 0.5;
    display: inline-block;
}

.entry-summary span {
    font-weight: 700;
    margin-top: 7px;
}

.entry-summary span a {
    font-weight: 700;
    color: var(--titlecolor);
}

.tbd_product.single_summery_p_icon {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    /* box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2); */
    padding: 12px 0;
}

.single_summery_p_icon .thb_product_car {
    position: inherit;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    opacity: 1;
}

.demo-pr {
    position: static !important;
}

.woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce-tabs ul.tabs li.active a {
    border: none;
    display: inline-block;
    padding: 8px 1.5em;
    background: #be9674;
    margin-right: 15px;
    margin-left: 2px;
    color: var(--whitec);
    font-weight: 700;
    border-radius: 4px 4px 0 0;
}

.woocommerce-Reviews-title {
    font-size: 20px;
    padding-bottom: 20px;
}

span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.stars {
    display: block;
    margin: 0 0 10px;
}

#review_form_wrapper .comment-form label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
}

.comment-form-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.comment-form-rating .star-rating {
    color: #ffc107;
}

.comment-form-rating p.stars a {
    color: #ffc107;
}

.comment-form-rating p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

.comment-form-rating p.stars a:hover~a::before {
    content: "\e021";
}

.comment-form-rating p.stars:hover a::before {
    content: "\e020";
}

.comment-form-rating p.stars.selected a.active::before {
    content: "\e020";
}

.comment-form-rating p.stars.selected a.active~a::before {
    content: "\e021";
}

.comment-form-rating p.stars.selected a:not(.active)::before {
    content: "\e020";
}

.comment-form-comment textarea {
    border: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 75px;
}

button.button {
    font-size: 100%;
    margin: 0 0 45px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

.stars i {
    color: var(--bgcolor);
}

button.button:hover {
    color: var(--whitec);
    background: var(--bgcolor);
}

h2.witr_related_title {
    padding: 20px 0 40px;
}

.wp_related .tbd_product {
    margin: 50px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
            box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
}

/* Demo Product Area End */
/* single comment title css */
.single_comment_title {
    margin: 35px 0 55px;
}

.single_blog_post_area p,
.single_blog_post_area a {
    color: var(--paracolor);
}

.single_comment_title h3 {
    font-size: 20px;
    color: var(--titlecolor);
}

.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
}

.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}

.single_post_comment_area textarea {
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.single_post_comment_area button {
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single_post_comment_area button:hover {
    background-color: var(--bgcolor);
}

/*======== single blog page area end  ==========*/

/*======== footer area start  ==========*/
footer {
    position: relative;
    z-index: 3;
}

.footer_area {
    padding: 100px 0 50px;
    position: relative;
    z-index: 0;
}

.footer_area .row {
    gap: 15px;
}

.site_fotter {
    padding: 126px 0 110px;
}

.footer_text h2 {
    color: var(--whitec);
    font-size: 36px;
}

.footer_logo_area h2 {
    font-size: 24px;
}

.footer_logo_area p {
    color: var(--whitec);
    margin: 0;
}

/* foote top */
.footer_widget h4 {
    font-size: 24px;
    color: var(--whitec);
    margin-bottom: 25px;
}

/* footer widget sub img */
.inner_footer_widget_img img {
    width: 100%;
    height: auto;
}

.footer_main_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding-top: 10px;
}

.footer-top-inner p {
    color: var(--whitec);
}

.footer_widget p {
    color: var(--whitec);
    margin-bottom: 0px;
}

.footer_widget p i {
    margin-right: 6px;
}

.footer_address_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer_text_gm h3 {
    font-size: 18px;
}

.footer_icon_gm i {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    color: var(--whitec);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--bgcolor);
}

.footer_icon_gm i:hover {
    background-color: var(--paracolor);
}

/* about */
.bread_footer {
    margin-top: 19px;
}

.footer_addres_area h4 {
    color: var(--bgcolor);
}

.footer_addres_area i {
    font-size: 18px;
}

/* footer nav css */
.footer_nav ul {
    list-style: none;
    padding-left: 0;
}

.footer_nav ul li {
    padding: 0 0 10px;
}

.footer_nav ul li a {
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
}

.footer_nav ul li a::before {
    content: "\ea98";
    font-family: IcoFont !important;
}

.footer_nav ul li a:hover {
    text-decoration: underline;
}

/* footer address area css */
.footer_addres_area {
    margin-top: 25px;
}

.footer_addres_area h5 {
    color: var(--brcolor);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.footer_addres_area p {
    font-size: 14px;
    color: var(--whitec);
    font-weight: 400;
    margin-bottom: 5px;
}

.footer_addres_area p i {
    margin-right: 6px;
}

/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 15px;
}

.inner_footer_widget_img {
    margin-bottom: 20px;
}

.inner_footer_widget_img img {
    width: 100%;
    height: auto;
}

/* footer nav area css */
.footer_main_box {
    border-bottom: 3px solid var(--bghovercolor);
    padding: 0 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 55px;
}

.gm_footer_menu_bar ul {
    padding: 0;
    margin: 0;
    text-align: end;
}

.gm_footer_menu_bar ul li {
    list-style: none;
    padding: 0px 0px 0px 25px;
    display: inline-block;
}

.gm_footer_menu_bar ul li a {
    color: var(--whitec);
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}

.gm_footer_menu_bar ul li a:hover {
    color: var(--bgcolor);
    background-color: var(--bghovercolor);
}

/* copyright socail icon css */
.footer_socail_icons {
    padding: 10px 0 0;
    margin-bottom: 10px;
    text-align: end;
}

.footer_socail_icons a {
    color: var(--whitec);
    font-size: 16px;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
}

.footer_socail_icons a:hover {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

/* about icon */
.footer_address_area p {
    color: var(--whitec);
}

.footer_widget p {
    margin-bottom: 6px;
}

.footer_widget p i {
    margin-right: 5px;
}

.about_footer {
    margin: 10px 0 20px !important;
}

.about_icon {
    text-align: left;
}

/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copyright_title {
    padding: 18px 0;
    border: none;
    background-color: var(--bgcolor);
}

.copy-right-text p {
    color: var(--whitec);
    margin: 0;
    text-align: left;
}

/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 160px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 60px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--bgcolor);
    background: var(--whitec);
    border: 1px solid #232A1A;
    display: none;
    cursor: pointer;
    z-index: 999 !important;
}

/* my styles */
.about_title div .about_txbdcon div,
.single_testimonial div {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--whitec);
}

.single_testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    max-width: 100%;
    border: 3px solid var(--bgcolor);
    -o-object-fit: cover;
       object-fit: cover;
}

.single_image_area img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -10px;
}

.single_image_area .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 400px 0 400px;
    border-color: #232A1A transparent transparent transparent;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* 19.seo text */
.hide_seo_block {
    padding: 20px;
}

.hide_seo_block h1 {
    margin-bottom: 10px;
}

.accordion-f-header {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
}

.hide_seo_block_arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--whitec);
    position: relative;
    cursor: pointer;
}

.hide_seo_block_text {
    padding: 20px;
    padding-top: 50px;
    border-top: 2px solid var(--brcolor);
    background-color: #000;
}

.hide_seo_block_arrow::before {
    font-family: "IcoFont";
    font-weight: 700;
    content: "\eac8";
    display: inline-block;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}


/* The accordion-f functionality */
.accordion-f {
    z-index: 1;
    position: relative;

    &:has(.accordion-f-header input:checked) {
        .accordion-f-content {
            -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
        }
    }
}

.accordion-f-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.3s ease-in-out;
    -o-transition: grid-template-rows 0.3s ease-in-out;
    transition: grid-template-rows 0.3s ease-in-out;
    transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}

.accordion-f-content__inner {
    overflow: hidden;
}

.single_page-trainer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 50px 0;
}

.content_trainer_single p,
.content_trainer_single li {
    color: #000;
}

.trainer_gallery .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pswp img {
    object-fit: contain;
}

.content_trainer_single a {
    color: var(--bgcolor);
}

.content_trainer_single img {
    width: 100%;
    height: auto;
}

.single_card_content {
    background-color: var(--bghovercolor);
    border-radius: 20px;
    padding: 15px;
}

.single_card_list {
    background-color: transparent;
    color: var(--bgcolor);

    & span {
        color: var(--bgcolor);
    }

    & h2 {
        margin-bottom: 15px;
    }
}

.single_card_content p {
    margin: 0;
    color: var(--whitec);
}

.single_card_content p+p {
    margin-top: 10px
}

.single_card_inner {
    margin: 50px 0;
}

.single_card_inner h2 {
    color: var(--bgcolor);
}

/* 
.cards_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0;
    grid-gap: 20px;
}

.cards_inner .pri_item .pri_active {
    margin: 0 !important;
} */

body.single_cards {
    overflow: visible;
}

.single_card_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    /* margin: 50px 0; */
}

.single_card_side {
    position: sticky;
    top: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.single_card_side .pri_item {
    margin: 0;
    background-color: transparent;
    border: 2px solid var(--bghovercolor);
}

.single_card_side .pri_item h4 {
    color: var(--bgcolor);
}

.single_card_side .pri_item.pri_premium h4 {
    color: var(--bghovercolor);
}

.single-cards {
    overflow: visible;
}

.single-cards .pricing_btn_banking a {
    padding: 10px 15px;
    text-align: center;
}

.pricing_btn_banking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.single_card_list .pricing_part {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0px;
}

.single_card_list .pricing_part li {
    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;

    padding: 10px;
}

.single_card_list .pricing_part li:nth-child(odd) {
    background-color: var(--bghovercolor);
    border-radius: 10px;
}

.single_card_list .pricing_part li:nth-child(odd) span {
    color: var(--whitec);
}

.single_card_list .pricing_part li+li {
    /* border-top: 1px solid var(--bgcolor); */
    /* padding-top: 10px;
    margin-top: 10px; */
}


.schedual_wrap {
    overflow: auto;
}

.schedual .tablepress {
    color: var(--whitec);
    border-spacing: 5px;
    border-collapse: separate;
}

.schedual .tablepress caption {
    text-align: center !important;
}

.schedual .tablepress caption a {

    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 70px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    margin-top: 25px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: var(--whitec);
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
            clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    background-color: var(--bgcolor);
}

.schedual .tablepress>:where(tbody)>tr>* {
    color: var(--whitec);
}

.schedual .tablepress>:where(tbody)>tr>td {
    background-color: var(--bgcolor);
    /* background-color: #1d2229; */
    padding: 15px 10px;
    border: none;
}

.schedual .tablepress tr>td:first-child,
.schedual .tablepress tr.row-1 td {
    text-align: center;
    vertical-align: middle;
}

.schedual .tablepress tbody tr:first-child td {
    font-weight: bold;
}

.schedual .tablepress tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}

.schedual .tablepress tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.schedual .tablepress tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}

.schedual .tablepress tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.table .container {
    max-width: 980px !important;
}

.table-caption {
    color: var(--blackc);
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: clamp(1.5rem, 0.5625rem + 3vw, 2.25rem);
    text-transform: uppercase;
    position: relative;
}

.table-caption::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: var(--blackc);
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

.price-table {
    width: 100%;
}

.price-table tbody td {
    padding: 10px 20px;
    font-family: "Philosopher", sans-serif;
}

.price-table thead th {
    padding-bottom: 10px;
}

.table {
    margin-top: 30px;
}

.price-table tr th:last-child,
.price-table tr td:last-child {
    text-align: right;
}

.overlay-light_section,
.overlay_section {
    position: relative;
}

.overlay-light_section::before,
.overlay_section::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-light_section::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.text_content {
    color: #000;
    padding: 40px 0;

    & li,
    & a,
    & p {
        color: inherit;
    }

    & h5,
    & h4 {
        color: var(--whitec);
        background-color: var(--bgcolor);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 10px;
        padding: 5px;
    }
}

.form_content-right {
    padding: 0 10px;
}

.pswp {
    z-index: 9999999 !important;
}

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'Montserrat' !important;
}