/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Our Team Member
		02 - Service Detail
        03 - Event Single Detail
        04 - Blog Detail
             Sidebar Right
             Blog Large
             Blog Single
        05 - Team Single
        06 - Contact Us
        07 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
/** Homepage 01 **/
.ihbox-section_one {
    margin: -25px 20px 0px 20px;
    padding: 53px 0px 28px 0px;
    border-radius: 0px 0px 30px 30px;
    background-color: var(--pbmit-secondary-color);
    background-image: url(../images/homepage-1/bg/yoga-pattern-new-01.png);
}

.ihbox-one_bg .row {
    display: flex;
    align-content: center;
    align-items: center;
}

.swiper_arrow,
.swiper_arrow_one,
.testimonial-swiper_arrow,
.blog-swiper_arrow,
.service-two_arrow,
.team-two_arrow,
.blog-two_arrow,
.event-swiper_arrow {
    margin-left: auto;
    position: absolute;
    right: 12px;
    display: flex;
    align-items: end;
    height: 45px;
    bottom: 10px;
}

.about-us-section_one {
    position: relative;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.about-us-one_main .col-md-12.col-xl-5 {
    width: 47%;
}

.about-us-one_main .col-md-12.col-xl-7 {
    width: 53%;
}

.pbmit-sticky-special {
    overflow: hidden;
    height: 75vh !important;
    margin-bottom: 120px;
    border-radius: 30px;
}

.about-us-one_leftbox img {
    border-radius: 30px;
}

.about-us-one_rightbox {
    padding: 60px 60px 0px 0px;
}

.about-one_innerbox {
    padding-left: 95px;
}

    .about-one_innerbox .pbmit-ihbox-style-12 {
        margin-top: 30px;
    }

    .about-one_innerbox .img_box {
        margin-top: 75px;
    }

        .about-one_innerbox .img_box img {
            border-radius: 0 0 30px 30px;
        }

    .about-one_innerbox .pbmit_heading {
        margin-top: 50px;
    }

        .about-one_innerbox .pbmit_heading h4 {
            font-size: 26px;
            line-height: 26px;
            margin-bottom: 20px;
        }

.about-one-list-group,
.about-us-one_btn {
    margin-top: 35px;
    padding-left: 95px;
}

.event-box-section_one {
    background-image: url(../images/homepage-1/bg/yoga-pattern-new-01.png);
}

.swiper_arrow_one .swiper-button-next,
.swiper_arrow_one .swiper-button-prev,
.service-two_arrow .swiper-button-next,
.service-two_arrow .swiper-button-prev {
    color: var(--pbmit-white-color);
    border-color: var(--pbmit-white-color);
}

    .swiper_arrow_one .swiper-button-next:hover,
    .swiper_arrow_one .swiper-button-prev:hover,
    .service-two_arrow .swiper-button-next:hover,
    .service-two_arrow .swiper-button-prev:hover {
        color: var(--pbmit-blackish-color);
        background-color: var(--pbmit-white-color);
    }

.tween-effect-section_one {
    padding: 90px 0 60px 0;
    overflow: hidden;
}

.ihbox-style-4_bg {
    background-image: url(../images/homepage-1/bg/nuyu-health-club-cta-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-right: 20px;
    padding: 125px 45px 75px 45px;
    border-radius: 30px;
    background-color: var(--pbmit-blackish-color);
}

.ihbox-style-5_bg {
    padding: 0px 52px 0px 65px;
    margin-left: 20px;
    background-image: url(../images/homepage-1/bg/yoga-pattern-new-01.png);
    background-repeat: repeat;
    background-color: var(--pbmit-secondary-color);
    border-radius: 30px;
    height: 100%;
}

    .ihbox-style-5_bg .pbmit-ihbox-style-5 {
        margin-bottom: 55px;
        padding-top: 80px;
    }

.pbmit-footer-newsletter {
    position: relative;
}

form .pbmit-footer-newsletter input {
    height: 65px;
    padding-right: 220px;
    padding-left: 38px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-radius: 40px;
    border: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

form .pbmit-footer-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 40px;
    padding: 15px 40px;
    font-size: 13px;
    border: none;
    line-height: 36px;
    letter-spacing: 0.65px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    transition: all .4s ease-in;
    font-family: var(--pbmit-heading-typography-font-family);
}

    form .pbmit-footer-newsletter button:hover {
        background-color: var(--pbmit-global-color);
        color: var(--pbmit-white-color);
    }

form .pbmit-footer-newsletter .pbmit-button .pbmit-btn-content-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

form .pbmit-footer-newsletter button .pbmit-btn-content-wrapper:before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

form .pbmit-footer-newsletter button:hover .pbmit-btn-content-wrapper:before {
    transform: scale(1) translate(-2px, 0px);
}

form .pbmit-footer-newsletter button .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

form .pbmit-footer-newsletter button:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.counter-section_one {
    background-image: url(../images/homepage-1/bg/yoga-pattern-new-01.png);
}

.counter-one_box {
    padding-left: 25px;
}

    .counter-one_box .pbminfotech-ele-fid-style-1 {
        margin-top: 46px;
    }

.client-one_box {
    padding-top: 60px;
}
/** Homepage 02 **/
.ihbox-one-top_section {
    margin-top: -142px;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

.static-box-section_two {
    overflow: hidden;
    padding: 45px 55px 70px 55px;
}

.about-us-two_img {
    background-image: url(../images/homepage-2/about-img-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 320px;
    position: relative;
}

.fid-style-2_box {
    position: absolute;
    width: auto;
    bottom: 0px;
    right: 0;
}

    .fid-style-2_box .pbmit-sticky-corner {
        width: 30px;
        height: 30px;
        position: absolute;
        transform: rotate(-90deg);
    }

    .fid-style-2_box .pbmit-bottom-left-corner {
        bottom: 0%;
        left: -30px;
        transform: none;
    }

    .fid-style-2_box .pbmit-top-right-corner {
        top: -30px;
        right: 0%;
        transform: none;
    }

    .fid-style-2_box .pbmit-sticky-corner svg path {
        fill: var(--pbmit-light-color);
    }

.about-us-two_rightbox {
    padding-left: 90px;
}

    .about-us-two_rightbox .pbmit-heading-subheading .pbmit-heading-desc {
        color: var(--pbmit-body-typography-color);
    }

.about-us-two_ihbox {
    padding-bottom: 55px;
}

.marquee-section_two {
    padding: 90px 0px 95px 0px;
}

.service_two {
    background-image: url(../images/homepage-2/bg/yoga-pattern-01.png);
}

.mptt-shortcode-table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
}

    .mptt-shortcode-table tr.mptt-shortcode-row,
    .mptt-shortcode-table tbody tr {
        border: 1px solid rgba(24, 26, 23, .05);
    }

        .mptt-shortcode-table tr.mptt-shortcode-row th {
            background-color: var(--pbmit-white-color);
            height: 70px;
            text-transform: capitalize;
            font-size: 14px;
            padding: 5px 15px;
            font-weight: 600 !important;
            letter-spacing: 0.4px;
            text-align: center;
            color: #404040;
            border: 1px solid rgba(24, 26, 23, .1);
        }

    .mptt-shortcode-table tbody .mptt-shortcode-hours {
        height: 55px;
        width: auto;
        text-align: center;
        border: inherit;
        font-size: 13px;
        padding: 0 1rem !important;
        white-space: nowrap;
        vertical-align: middle;
        position: relative;
        line-height: normal;
    }

    .mptt-shortcode-table tbody .mptt-shortcode-event {
        border: inherit;
        font-size: 13px;
        position: relative;
        padding: 0;
        line-height: normal;
        vertical-align: middle;
    }

        .mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container {
            text-align: center;
            height: 100%;
            outline: rgb(255, 255, 255, .15);
            min-height: 50px;
            position: absolute;
            right: 0;
            left: 0;
            z-index: 3;
            top: 0%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden;
            color: inherit;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-title {
                font-weight: 600 !important;
                text-decoration: none !important;
                font-size: 13px;
                line-height: 16px;
                text-transform: capitalize;
                letter-spacing: 0px;
                display: block;
                color: var(--pbmit-blackish-color);
                margin-bottom: 6px;
                margin: 0.5rem 0.25rem 0.25rem;
                font-family: var(--pbmit-heading-typography-font-family);
            }

                .mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-title:hover {
                    color: var(--pbmit-global-color);
                }

            .mptt-shortcode-table tbody .mptt-shortcode-event .mptt-event-container .event-subtitle {
                font-size: 11px;
                margin: 0.25rem;
                color: inherit;
            }

.mptt-shortcode-list {
    display: none;
}

    .mptt-shortcode-list .mptt-column {
        margin: 2rem 0;
    }

        .mptt-shortcode-list .mptt-column .mptt-column-title {
            font-size: 18px;
            line-height: 28px;
            margin: 2rem 0;
        }

        .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
            margin-bottom: -3px;
            padding: 10px 8px 10px 18px;
            border: 1px solid rgba(255, 255, 255, .15);
            border-bottom: 0;
        }

        .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-event-title {
            font-weight: 600 !important;
            text-decoration: none !important;
            font-size: 13px;
            line-height: 16px;
            text-transform: capitalize;
            letter-spacing: 0px;
            display: block;
            color: var(--pbmit-blackish-color);
            margin-bottom: 6px;
            margin: 0.25rem 0 0;
            padding: 0;
            font-family: var(--pbmit-heading-typography-font-family);
        }

        .mptt-shortcode-list .mptt-column .mptt-events-list .event-subtitle {
            font-size: 11px;
            margin: 0.25rem 0 0;
            padding: 0;
        }

        .mptt-shortcode-list .mptt-column .mptt-events-list .event-description {
            margin: 0.25rem 0 0;
        }

.client-section_two {
    padding: 85px 0 85px 0;
}

.testimonial-two_bg .col-md-6:first-child {
    width: 46%;
}

.testimonial-two_bg .col-md-6:last-child {
    width: 54%;
}

.testimonial-two_bg {
    background-image: url(../images/homepage-2/bg/yoga-pattern-01.png);
    border-radius: 30px;
    background-color: var(--pbmit-secondary-color);
}

    .testimonial-two_bg .pbmit-col_1 {
        width: 46%;
    }

    .testimonial-two_bg .pbmit-col_2 {
        width: 54%;
    }

.testimonial-two-left_img {
    background-image: url(../images/homepage-2/bg/testimonial-left-img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    padding: 290px;
}

.testimonial-two_rightbox {
    padding: 70px 60px 0px 54px;
    position: relative;
    z-index: 1;
}

    .testimonial-two_rightbox .swiper-slider {
        padding-bottom: 75px;
    }

    .testimonial-two_rightbox .pbmit-heading-subheading .pbmit-subtitle {
        color: var(--pbmit-blackish-color);
        background-color: var(--pbmit-white-color);
        border-color: var(--pbmit-white-color);
    }

    .testimonial-two_rightbox .pbmit-heading-subheading .pbmit-title {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .testimonial-two_rightbox .swiper-horizontal > .swiper-pagination-bullets {
        position: absolute;
        display: inherit;
        text-align: end;
        bottom: 20px;
        left: 3px;
    }

    .testimonial-two_rightbox .testimonial-two_btn {
        right: 0;
        left: auto;
        display: inline-block;
        padding: 40px 120px;
        background-color: var(--pbmit-light-color);
        border-radius: 30px 0 0;
        width: auto;
        bottom: -4px;
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0,0,0);
        z-index: 0;
    }

.testimonial-two_bg .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.testimonial-two_bg .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

.testimonial-two_bg .pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}

.testimonial-two_bg .pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}

.appoinment-two_bg {
    position: relative;
    z-index: 1;
    background-image: url(../images/homepage-2/bg/yoga-pattern-01.png);
    border-radius: 30px;
    background-color: var(--pbmit-global-color);
}

.appoinment-bg-overlay {
    background-image: url(../images/homepage-2/img-01.png);
    background-position: 95% 0px;
    background-repeat: no-repeat;
    opacity: 1;
    mix-blend-mode: luminosity;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.appoinment-two_left {
    padding-left: 60px;
}

    .appoinment-two_left .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
        background-color: var(--pbmit-secondary-color);
    }

    .appoinment-two_left .pbmit-ihbox-style-5 .pbmit-icon-type-icon {
        color: var(--pbmit-blackish-color);
    }

    .appoinment-two_left .pbmit-ihbox-style-5 .pbmit-element-title {
        color: var(--pbmit-white-color);
    }

.appoinment-two_right {
    padding: 140px 295px 140px 35px;
}

    .appoinment-two_right form .pbmit-footer-newsletter button {
        color: var(--pbmit-blackish-color);
        background-color: var(--pbmit-secondary-color);
    }

        .appoinment-two_right form .pbmit-footer-newsletter button:hover {
            color: var(--pbmit-white-color);
            background-color: var(--pbmit-blackish-color);
        }
/** Homepage 03 **/
.marquee-section_three {
    padding: 85px 0px 95px 0px;
}

.tab_btn {
    position: absolute;
    width: initial;
    max-width: initial;
    bottom: 0px;
    right: 0px;
}

.ihbox-section_three {
    padding: 80px 0px 100px 0px;
}

.event-box-section_three .pbmit-ele-event_listing .pbmit-button {
    border: none;
    background-color: var(--pbmit-global-color);
}

.pbmit-ele-event_listing .pbmit-event-layout-wrapper .pbmit-event-banner:hover .pbmit-button {
    background-color: var(--pbmit-secondary-color);
}

.event-box-section_three .pbmit-ele-event_listing .pbmit-event-infomation .pbmit-heading-text a,
.event-box-section_three .pbmit-ele-event_listing .pbmit-event-details .pbmit-event-meta .pbmit-event-meta-line {
    color: var(--pbmit-blackish-color);
}

.event-box-section_three .pbmit-ele-event_listing .pbmit-event-details .pbmit-event-meta-line i {
    color: var(--pbmit-global-color);
}

.counter-three_bg {
    border-radius: 30px;
    padding: 70px 60px 70px 60px;
    background-color: var(--pbmit-secondary-color);
    background-image: url(../images/homepage-3/bg/yoga-pattern-new-01.png);
}

    .counter-three_bg .ihbox-style_8 {
        padding: 45px 45px 38px 45px;
        border-radius: 30px;
        background-color: var(--pbmit-white-color);
    }

.counter-three_mainbox {
    padding-left: 85px;
}

    .counter-three_mainbox .pbmit-heading {
        margin-bottom: 45px;
    }

        .counter-three_mainbox .pbmit-heading .pbmit-title {
            font-size: 26px;
            line-height: 26px;
        }

    .counter-three_mainbox .col-md-4 {
        padding: 0 30px;
    }

.testimonial-three_bg {
    background-image: url(../images/homepage-3/testimonial-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 235px 0px 200px 0px;
}

    .testimonial-three_bg .pbmit-col_1 {
        width: 70%;
    }

    .testimonial-three_bg .pbmit-col_2 {
        width: 30%;
    }

.service-three_bg {
    background-image: url(../images/homepage-3/bg/yoga-pattern-new-01.png);
}

.service-three_btn .pbmit-btn-outline {
    color: var(--pbmit-white-color);
    background-color: transparent;
    border-color: var(--pbmit-white-color);
}

    .service-three_btn .pbmit-btn-outline svg path {
        stroke: var(--pbmit-white-color);
    }

.service-three_btn {
    margin-top: 30px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0;
}

    .service-three_btn .pbmit-btn-outline:hover {
        color: var(--pbmit-blackish-color);
        background-color: var(--pbmit-white-color);
    }

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** Faq **/
.faq-left_box {
    padding-right: 20px;
}

.faq-right_box {
    padding-left: 20px;
}
/** 01 - Our History **/
.history_section {
    background-color: var(--pbmit-global-color);
    background-image: url(../images/bg/yoga-pattern-01.png);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 80px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
    margin: 0;
    padding: 0 50px;
    line-height: 22px;
    opacity: 0.8;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
    display: grid;
    width: 100%;
    height: auto;
    position: relative;
    justify-items: center;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    grid-gap: 160px;
}

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap {
        justify-content: flex-end;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot {
        background-color: var(--pbmit-white-color);
        display: block;
        line-height: normal;
        font-size: 14px;
        margin: auto;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        z-index: 2;
        position: relative;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
        margin: auto !important;
    }

        .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot:after {
            content: "";
            position: absolute;
            left: -11px;
            right: 0;
            bottom: 0;
            width: 1px;
            height: 40px;
            margin: 0;
            background: rgb(255, 255, 255,.40);
            transform: rotate(-45deg);
        }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .steps-dot .dot:after {
        left: 19px;
        top: 0;
        bottom: auto;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line {
        color: transparent;
        line-height: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

        .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
        .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
            content: "";
            width: calc(50% + 10px * 100);
            height: 1px;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            background-repeat: no-repeat;
        }

        .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
            left: 50%;
            background: linear-gradient(90deg, rgb(255, 255, 255,.10 ),rgb(255, 255, 255,.10 ));
        }

        .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
            right: 50%;
            background: linear-gradient(90deg, rgb(255, 255, 255,.10 ),rgb(255, 255, 255,.10 ));
        }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image {
        order: 0;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-feature-image {
        order: 1;
        justify-content: start;
        transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
        transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot,
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image,
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-content_wrap {
        opacity: 1;
    }

    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year,
    .pbmit-element-timeline-style-1 .pbmit-timeline-title,
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
        color: var(--pbmit-white-color);
    }

.pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-next,
.pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-prev {
    top: 60px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--pbmit-blackish-color);
    transition: transform .3s ease-in-out, all .4s;
}

    .pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-next:hover,
    .pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-prev:hover {
        background-color: var(--pbmit-blackish-color);
    }

        .pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-next:hover::after,
        .pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-prev:hover::after {
            color: var(--pbmit-white-color);
        }

.pbmit-element-timeline-style-1.pbminfotech-element .swiper-button-next:after,
.pbmit-element-timeline-style-1.pbminfotech-element .swiper-button-prev:after {
    font-size: 18px;
    color: var(--pbmit-blackish-color);
}

.pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-next {
    right: 16%;
}

.pbmit-element-timeline-style-1 .pbmit-element-inner .swiper-button-prev {
    right: 19%;
    left: inherit !important;
}

/** 02 - Our Team Member **/
.counter_bg {
    margin-top: 100px;
    padding: 50px 50px 50px 50px;
    border-radius: 30px;
    background-color: var(--pbmit-global-color);
    background-image: url(../images/bg/yoga-pattern-01.png);
}

/** 02 - Service Detail **/
.service_details > .container > .row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.service-left-col .service-sidebar .post-list {
    background-color: var(--pbmit-white-color);
    padding-top: 40px;
    border-radius: 30px;
}

.service_details .all-post-list li {
    margin: 0;
    position: relative;
    line-height: 26px;
    border-bottom: 1px solid rgba(24, 26, 23, .1);
}

    .service_details .all-post-list li a {
        padding: 16px 60px 16px 25px;
        display: block;
        position: relative;
        border-radius: 0px;
        font-size: 14px;
        font-weight: 600;
        color: var(--pbmit-blackish-color);
        text-transform: uppercase;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        font-family: var(--pbmit-heading-typography-font-family);
    }

        .service_details .all-post-list li a:before {
            position: absolute;
            content: "\e8dd";
            left: inherit;
            right: 8px;
            font-size: 10px;
            color: inherit;
            font-family: 'pbminfotech-base-icons';
            top: 50%;
            z-index: 1;
            color: var(--pbmit-global-color);
            background-color: transparent;
            border-radius: 50%;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: initial;
            transition: all 0.4s ease-in;
        }

        .service_details .all-post-list li a:after {
            position: absolute;
            content: "";
            left: 0;
            font-size: 20px;
            top: 50%;
            width: 7px;
            height: 7px;
            z-index: 1;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: var(--pbmit-global-color);
            border-radius: 50%;
            transition: all 0.4s ease;
        }

    .service_details .all-post-list li:hover a,
    .service_details .all-post-list li.post-active a {
        transform: translateX(1%);
        color: var(--pbmit-global-color);
    }

        .service_details .all-post-list li:hover a:before,
        .service_details .all-post-list li.post-active a:before {
            color: var(--pbmit-white-color);
            background-color: var(--pbmit-global-color);
        }

        .service_details .all-post-list li.post-active a:before {
            opacity: 1;
        }

    .service_details .all-post-list li:last-child {
        border-bottom: none;
    }

.service-sidebar .widget:last-child {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0;
}

.widget .download {
    display: block;
}

    .widget .download .item-download:first-child {
        margin-bottom: 20px;
    }

    .widget .download .item-download a {
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        padding-left: 25px;
        background-color: var(--pbmit-white-color);
        border-radius: 40px;
        font-weight: 500;
        font-family: var(--pbmit-heading-typography-font-family);
    }

    .widget .download .item-download .pbmit-download-content {
        font-size: 15px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }

        .widget .download .item-download .pbmit-download-content i {
            margin-right: 10px;
            font-size: 24px;
            color: var(--pbmit-secondary-color);
        }

    .widget .download .item-download .pbmit-download-item {
        font-size: 16px;
        line-height: 16px;
        padding: 18px 13px;
        border-radius: 50%;
        background-color: var(--pbmit-global-color);
        color: var(--pbmit-white-color);
        transition: all 0.4s ease-in;
    }

        .widget .download .item-download .pbmit-download-item i {
            font-size: 26px;
            vertical-align: middle;
        }

    .widget .download .item-download a:hover {
        background-color: var(--pbmit-global-color);
        color: var(--pbmit-white-color);
    }

        .widget .download .item-download a:hover .pbmit-download-item {
            background-color: var(--pbmit-white-color);
            color: var(--pbmit-blackish-color);
        }

    .widget .download .item-download:last-child a {
        background-color: var(--pbmit-secondary-color);
    }

        .widget .download .item-download:last-child a .pbmit-download-content i {
            color: var(--pbmit-global-color);
            transition: all 0.3s ease-in-out;
        }

    .widget .download .item-download:last-child .pbmit-download-item {
        background-color: var(--pbmit-white-color);
        color: var(--pbmit-global-color);
    }

    .widget .download .item-download:last-child a:hover {
        background-color: var(--pbmit-blackish-color);
        color: var(--pbmit-white-color);
    }

        .widget .download .item-download:last-child a:hover .pbmit-download-content i {
            color: var(--pbmit-white-color);
        }

        .widget .download .item-download:last-child a:hover .pbmit-download-item {
            background-color: var(--pbmit-secondary-color);
            color: var(--pbmit-blackish-color);
        }

.service_details .pbmit-service-feature-image img {
    margin-bottom: 50px;
    border-radius: 30px;
}

.service-right-col .ihbox_style_box {
    margin-top: 40px;
}

    .service-right-col .ihbox_style_box .col-md-4:first-child {
        padding-right: 32px;
    }

    .service-right-col .ihbox_style_box .col-md-4:nth-child(2) {
        padding: 0 17px;
    }

    .service-right-col .ihbox_style_box .col-md-4:last-child {
        padding-left: 32px;
    }

.service-right-col .list-group_box {
    margin-top: 90px;
}

    .service-right-col .list-group_box .pbmit-animation-style7 img {
        border-radius: 30px;
    }

.service-right-col .service-list-group {
    padding: 20px 0px 0px 35px;
}

    .service-right-col .service-list-group .list-group li i {
        font-size: 20px;
    }

.service-detail-accordion_box {
    margin-top: 70px;
}

    .service-detail-accordion_box .accordion {
        margin-top: 40px;
    }

.service-right-col .pbmit-service-related {
    margin-top: 55px;
}

    .service-right-col .pbmit-service-related .pbmit-service-style-1 {
        margin-bottom: 30px;
    }

/** 03 - Event Single Detail **/
.single_event_listing {
    font-size: 16px;
    line-height: 1.42;
    color: #111111;
}

    .single_event_listing .pbmit-single-event-header-top {
        margin-bottom: 40px;
    }

        .single_event_listing .pbmit-single-event-header-top img {
            border-radius: 30px;
            height: 715px;
            object-fit: cover;
            width: 100%;
            display: block;
        }

    .single_event_listing .pbmit-single-event-body {
        margin-bottom: 50px;
    }

    .single_event_listing .pbmit-single-event-left-content {
        flex: 0 0 74%;
        max-width: 74%;
        position: relative;
    }

    .single_event_listing .pbmit-event-details {
        border-bottom: 1px solid rgba(24, 26, 23, 0.1);
        padding-bottom: 20px;
        margin-bottom: 26px;
    }

        .single_event_listing .pbmit-event-details .pbmit-event-organizer {
            margin-right: 10px;
            color: #555555;
        }

        .single_event_listing .pbmit-event-details .pbmit-event-meta-line {
            font-size: 15px;
            line-height: 15px;
            padding-right: 15px;
            align-items: center;
        }

            .single_event_listing .pbmit-event-details .pbmit-event-meta-line i {
                color: var(--pbmit-global-color);
                margin-right: 5px;
                font-size: 20px;
                line-height: 22px;
            }

            .single_event_listing .pbmit-event-details .pbmit-event-meta-line:last-child {
                padding-right: 0;
            }

    .single_event_listing .pbmit-single-event-right-content {
        flex: 0 0 26%;
        max-width: 26%;
    }

.pbmit-tab-style-1 .nav .nav-item {
    width: 100%;
}

.pbmit-tab-style-1 .nav {
    border: none;
}

.pbmit-tab-style-1 .nav-link {
    width: 100%;
    border: none;
    position: relative;
    border-radius: 30px;
    font-size: 16px;
    text-transform: inherit;
    text-align: inherit !important;
    padding: 19px 40px !important;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color) !important;
    transition: all 0.4s ease-in;
    line-height: 1.42;
    margin: 5px 0;
    letter-spacing: 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

    .pbmit-tab-style-1 .nav-link:after {
        content: "\e8dd";
        font-family: "pbminfotech-base-icons";
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translate(0, -50%);
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        background-color: var(--pbmit-global-color);
        color: var(--pbmit-white-color);
        transition: all 0.4s ease-in-out;
    }

    .pbmit-tab-style-1 .nav-link:hover {
        background-color: var(--pbmit-secondary-color);
    }

        .pbmit-tab-style-1 .nav-link:hover:after {
            color: var(--pbmit-blackish-color);
            background-color: var(--pbmit-white-color);
        }

.pbmit-tab-style-1 .pbmit-column-inner > p {
    margin-bottom: 0;
}

.pbmit-tab-style-1 .nav-link:focus .tab-pane {
    display: none;
}

.pbmit-single-event-sidebar-info {
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 15px 40px 75px 40px;
    background-color: var(--pbmit-global-color);
    background-image: url(../images/bg/yoga-pattern-01.png);
    background-repeat: repeat;
    color: var(--pbmit-white-color);
    position: relative;
}

    .pbmit-single-event-sidebar-info .pbmit-heading-text {
        font-size: 17px;
        line-height: 27px;
        font-weight: 500;
        margin-bottom: 2px;
        margin: 0 0 5px;
        color: var(--pbmit-secondary-color);
    }

    .pbmit-single-event-sidebar-info .pbmit-event-category-text {
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        cursor: pointer;
        margin: 3px;
        color: var(--pbmit-white-color);
    }

.pbmit-single-event-right-content .pbmit-event-share-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: var(--pbmit-light-color);
    border-radius: 50% 0 0 0;
}

    .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-share-icon-wrapper {
        position: relative;
        display: block;
        padding: 15px 0 0 15px;
        border-radius: 50%;
        background-color: var(--pbmit-light-color);
    }

    .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-share-icon {
        padding: 12px 16px;
        background-color: var(--pbmit-white-color);
        color: var(--pbmit-blackish-color);
        border-radius: 50%;
        height: 56px;
        width: 56px;
        font-size: 20px;
        display: block;
        transition: all 0.3s ease-in-out;
    }

        .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-share-icon i {
            transition: all 0.4s ease-in-out;
            display: block;
        }

    .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links {
        text-align: center;
        position: absolute;
        bottom: 50px;
        right: 5px;
        transform: translateY(10px);
        opacity: 0;
        padding: 3px;
        display: flex;
        flex-direction: column-reverse;
        transition: all .4s ease-in-out;
    }

        .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li {
            padding: 11px !important;
            display: block;
            margin: 0;
            background-color: var(--pbmit-white-color);
            border-radius: 50%;
            margin-bottom: 5px;
            transform: translate(0);
            transition: all 600ms ease-in-out;
        }

            .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li:hover {
                background-color: var(--pbmit-blackish-color);
            }

                .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li:hover a {
                    color: var(--pbmit-white-color);
                }

            .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li:nth-child(1) {
                transform: translate(0, 0);
            }

            .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li:nth-child(2) {
                transform: translate(0, 43px);
            }

            .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li:nth-child(3) {
                transform: translate(0, 86px);
            }

            .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li:nth-child(4) {
                transform: translate(0, 129px);
            }

            .pbmit-single-event-right-content .pbmit-event-share-btn .pbmit-social-links li a {
                display: inline-block;
                opacity: 1;
                width: auto;
                height: auto;
                font-size: 16px;
                line-height: 24px;
                background: transparent;
                text-decoration: unset;
                cursor: pointer;
                color: var(--pbmit-blackish-color);
            }

    .pbmit-single-event-right-content .pbmit-event-share-btn:hover .pbmit-share-icon {
        background-color: var(--pbmit-secondary-color);
    }

        .pbmit-single-event-right-content .pbmit-event-share-btn:hover .pbmit-share-icon i {
            transform: rotateX(180deg);
        }

    .pbmit-single-event-right-content .pbmit-event-share-btn:hover .pbmit-social-links {
        transform: translateY(-25px);
        opacity: 1;
    }

        .pbmit-single-event-right-content .pbmit-event-share-btn:hover .pbmit-social-links li {
            transform: translate(0);
        }

.pbmit-event-share-btn .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.pbmit-event-share-btn .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

.pbmit-event-share-btn .pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}

.pbmit-event-share-btn .pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}

.pbmit-single-event-footer .accordion .accordion-item {
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: var(--pbmit-white-color);
}

.pbmit-single-event-footer .accordion .accordion-header .accordion-button {
    padding: 40px 40px 25px;
    border: 0;
    margin-bottom: 0;
    background-color: var(--pbmit-white-color);
}

.pbmit-single-event-footer .accordion .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .pbmit-single-event-footer .accordion .accordion-button:before {
        display: block;
        height: 1px;
        content: '';
        position: absolute;
        width: auto;
        top: 80px;
        left: 45px;
        right: 45px;
        background-color: rgba(24, 26, 23, 0.1);
    }

.pbmit-single-event-footer .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--pbmit-blackish-color);
}

.pbmit-single-event-footer .accordion .pbmit-accordion-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
}

.pbmit-single-event-footer .accordion-button::after {
    display: none;
}

.pbmit-single-event-footer .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
}

.pbmit-single-event-footer .accordion-item:last-of-type .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.pbmit-single-event-footer .accordion-item .pbmit-accordion-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 10px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    top: -17px;
}

    .pbmit-single-event-footer .accordion-item .pbmit-accordion-icon span i {
        font-size: 13px;
    }

.pbmit-single-event-footer .accordion-item .accordion-body {
    padding: 0px 40px 30px 40px;
}

    .pbmit-single-event-footer .accordion-item .accordion-body .col-md-3 {
        flex: 1;
        max-width: 260px;
    }

    .pbmit-single-event-footer .accordion-item .accordion-body .pbmit-organizer-logo {
        text-align: start;
        margin: 10px 0;
        display: inline-block;
    }

        .pbmit-single-event-footer .accordion-item .accordion-body .pbmit-organizer-logo img {
            width: 220px;
            height: 220px;
            border-radius: 100%;
            border: 4px solid var(--pbmit-secondary-color);
        }

    .pbmit-single-event-footer .accordion-item .accordion-body .col-md-9 {
        flex: 1;
        max-width: 100%;
        position: relative;
    }

    .pbmit-single-event-footer .accordion-item .accordion-body .pbmit-heading-text {
        font-size: 18px;
        line-height: 1.42;
        margin: 10px 0;
        font-weight: 700;
        color: var(--pbmit-blackish-color);
    }

        .pbmit-single-event-footer .accordion-item .accordion-body .pbmit-heading-text span {
            font-weight: 500;
            font-size: 18px;
            line-height: 28px;
            color: var(--pbmit-blackish-color);
            font-family: var(--pbmit-heading-typography-font-family);
        }

.pbmit-single-event-footer .accordion-item .pbmit-organizer-description {
    margin-bottom: 40px;
    max-width: 85%;
}

.pbmit-single-event-footer .accordion-item .pbmit-organizer-social-links {
    display: inline-block;
    width: 100%;
}

.pbmit-single-event-footer .accordion-item .pbmit-social-icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    position: relative;
    margin: 4px;
    text-align: center;
    float: left;
    font-size: 13px;
}

    .pbmit-single-event-footer .accordion-item .pbmit-social-icon a {
        height: 35px;
        width: 35px;
        display: inline-block;
        background: transparent;
        border-radius: 100%;
        opacity: 1;
        transition: .2s;
        border: 1px solid var(--pbmit-blackish-color);
    }

        .pbmit-single-event-footer .accordion-item .pbmit-social-icon a:hover {
            opacity: .8;
            background: var(--pbmit-global-color);
            border-color: var(--pbmit-global-color);
        }

            .pbmit-single-event-footer .accordion-item .pbmit-social-icon a:hover i {
                color: var(--pbmit-white-color);
            }

        .pbmit-single-event-footer .accordion-item .pbmit-social-icon a i:before {
            font-weight: 900;
        }

        .pbmit-single-event-footer .accordion-item .pbmit-social-icon a i {
            color: var(--pbmit-global-color);
        }

.pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions {
    position: absolute;
    bottom: 0;
    right: 15px;
    display: block;
    margin-top: 15px;
}

    .pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions a {
        background-color: transparent;
        border: 1px solid var(--pbmit-blackish-color);
        font-weight: 500;
        font-size: 12px;
        border-radius: 30px;
        padding: 12px 22px;
        transition: all 0.3s ease-in;
        text-transform: uppercase;
        display: inline-block;
        cursor: pointer;
        overflow-wrap: break-word;
        font-family: var(--pbmit-heading-typography-font-family);
    }

        .pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions a:hover {
            background-color: var(--pbmit-blackish-color);
        }

            .pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions a:hover span {
                color: var(--pbmit-white-color);
            }

        .pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions a span {
            position: relative;
            color: var(--pbmit-blackish-color);
            padding-right: 18px;
            transition: all 0.3s ease-in;
        }

            .pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions a span:before {
                content: "\e8dd";
                font-family: "pbminfotech-base-icons";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translate(0, -50%);
            }

/** 04 - Blog Detail**/
.pbmit-column-four .container-fluid,
.pbmit-column-three .container-fluid {
    padding: 0 30px 0 30px;
}
/** Sidebar Right**/
.sidebar .widget {
    border: none;
    padding: 30px;
    margin-bottom: 55px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

    .sidebar .widget:last-child {
        margin-bottom: 0;
    }

    .sidebar .widget.widget-search {
        background-color: var(--pbmit-global-color);
        background-image: url(../images/bg/yoga-pattern-01.png);
        background-repeat: repeat;
    }

    .sidebar .widget .widget-title {
        display: block;
        padding-bottom: 15px;
        margin-bottom: 20px;
        position: relative;
        width: auto;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px;
        padding-left: 30px;
        padding-bottom: 0;
        text-transform: capitalize;
        color: var(--pbmit-blackish-color);
    }

    .sidebar .widget.widget-search .widget-title {
        color: var(--pbmit-white-color);
    }

    .sidebar .widget .widget-title:before {
        content: "\e88d";
        font-family: "pbminfotech-base-icons";
        position: absolute;
        left: 0;
        font-size: 12px;
        color: var(--pbmit-global-color);
        top: 50%;
        transform: translate(0, -50%);
    }

    .sidebar .widget.widget-search .widget-title:before {
        color: var(--pbmit-white-color);
    }

.widget .search-form {
    position: relative;
}

    .widget .search-form input {
        background-color: var(--pbmit-white-color);
        height: 65px;
        border: 0;
        padding: 0px 30px;
        padding-right: 80px;
        background-color: var(--pbmit-white-color);
        color: var(--pbmit-blackish-color);
        font-size: 15px;
        border-radius: 40px;
        display: block;
        width: 100%;
    }

    .widget .search-form .search-submit {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 55px;
        height: 55px;
        font-size: 16px;
        z-index: 1;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 50%;
        line-height: 58px;
        outline: none;
        background: var(--pbmit-secondary-color);
        color: var(--pbmit-white-color);
    }

        .widget .search-form .search-submit:after {
            position: absolute;
            font-family: 'pbminfotech-base-icons';
            content: '\e80d';
            right: 50%;
            top: 50%;
            font-size: 16px;
            color: var(--pbmit-white-color);
            line-height: normal;
            font-weight: normal;
            -webkit-transform: translateX(50%) translateY(-50%);
            -ms-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
        }

.sidebar .widget-categories li {
    position: relative;
    line-height: 26px;
}

.sidebar .widget-categories .pbmit-cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8993a2;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
    padding: 10px 0;
}

.sidebar .widget-categories ul li:last-child .pbmit-cat-li {
    border-bottom: none;
}

.sidebar .widget-categories .pbmit-cat-li a {
    font-size: 13px;
    line-height: 23px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    color: rgba(24, 26, 23, .8);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease-in-out;
    font-family: var(--pbmit-heading-typography-font-family);
}

    .sidebar .widget-categories .pbmit-cat-li a:before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        height: 8px;
        width: 8px;
        background-color: var(--pbmit-global-color);
        border-radius: 50%;
    }

.sidebar .widget-categories .pbmit-brackets {
    margin-left: 8px;
    transition: all .25s ease-in-out;
}

.sidebar .widget-categories .pbmit-cat-li:hover,
.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets {
    color: var(--pbmit-blackish-color);
}

.widget-recent-post .recent-post-list-li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.widget-recent-post .recent-post-list-li {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    padding-bottom: 18px;
    line-height: 26px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}

    .widget-recent-post .recent-post-list-li:last-child {
        border-bottom: none;
    }

    .widget-recent-post .recent-post-list-li > a {
        width: 91px;
        flex-shrink: 0;
        margin-right: 20px;
        display: inline-block;
    }

        .widget-recent-post .recent-post-list-li > a img {
            border-radius: 20px;
        }

.widget-recent-post .pbmit-rpw-content {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.widget-recent-post .pbmit-rpw-title a {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
}

    .widget-recent-post .pbmit-rpw-title a:hover {
        color: var(--pbmit-global-color);
    }

.pbmit-rpw-content .pbmit-rpw-date a {
    color: var(--pbmit-global-color);
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after {
    content: "";
    display: table;
}

.widget.pbmit-service-ad .textwidget:after {
    clear: both;
}

.widget.pbmit-service-ad {
    padding: 0;
}

    .widget.pbmit-service-ad .pbmit-service-ads {
        position: relative;
        overflow: hidden;
        text-align: center;
        padding: 30px 42px 45px;
        background-size: cover;
        background-color: var(--pbmit-global-color);
        border-radius: 30px;
        background-size: auto;
        background-image: url(../images/bg/yoga-pattern-01.png);
    }

.pbmit-service-ads .pbmit-logo-img img {
    width: 235px;
    mix-blend-mode: luminosity;
}

.pbmit-service-ads .pbmit-ads-title {
    padding-top: 30px;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-desc {
    font-size: 15px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

    .pbmit-service-ads .pbmit-ads-desc i {
        font-size: 17px;
        padding-right: 5px;
        color: var(--pbmit-secondary-color);
    }

.pbmit-service-ads .pbmit-btn {
    margin-top: 20px;
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
    line-height: 30px;
    margin: 0 4px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    border-radius: 20px;
}

    aside.widget.widget-tag-cloud a:hover {
        color: var(--pbmit-white-color);
        background-color: var(--pbmit-global-color);
    }
/** Blog Classic **/
.site_content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post.blog-classic {
    margin-bottom: 60px;
    position: relative;
    background: 0 0;
}

    .post.blog-classic .pbmit-featured-wrapper img {
        border-radius: 30px;
    }

    .post.blog-classic:last-child {
        margin-bottom: 0px;
    }

    .post.blog-classic .pbmit-featured-img-wrapper {
        position: relative;
        margin-bottom: 30px;
    }

.blog-classic .pbmit-blog-classic-inner {
    background: 0 0;
    padding: 0;
    position: relative;
}

.pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
}

.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a {
    color: rgba( 24, 26, 23, 0.8);
}

    .pbmit-blog-meta-top.pbmit-blog-meta a:hover {
        color: var(--pbmit-global-color);
    }

.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 6px;
    font-size: 13px;
    text-transform: uppercase;
}

    .pbmit-blog-meta-top .pbmit-meta:first-child {
        padding-left: 0;
    }

.pbmit-blog-meta-top .pbmit-meta-cat a {
    padding: 8px 17px;
    background: var(--pbmit-global-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    border-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}

    .pbmit-blog-meta-top .pbmit-meta-cat a:hover {
        color: var(--pbmit-white-color);
        background-color: var(--pbmit-blackish-color);
    }

.pbmit-blog-meta-top .pbmit-meta i {
    margin-right: 2px;
    font-size: 15px;
    color: var(--pbmit-global-color);
}

.pbmit-blog-meta-top .pbmit-meta-comments {
    display: none;
}

.blog-classic .pbmit-post-title {
    margin-bottom: 35px;
    margin-top: 15px;
    font-size: 36px;
    padding-bottom: 25px;
    line-height: 42px;
    text-transform: none;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(24, 26, 23,0.2);
}

.blog-classic .pbmit-entry-content {
    margin-top: 20px;
}
/** Blog Single **/
.blog-details .post.blog-classic {
    margin-bottom: 0;
    position: relative;
}

.blog-details .pbmit-featured-img-wrapper {
    position: relative;
}

.blog-details .pbmit-featured-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.blog-details .post.blog-classic .pbmit-blog-meta-top {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}

.pbmit-firstletter::first-letter {
    color: var(--pbmit-global-color);
    padding: 0;
    font-size: 52px;
    line-height: 48px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-right: 8px;
}

.blog-details .pbmit-entry-content .pbmit-global-color,
.blog-details .pbmit-entry-content p u,
.pbmit-single-event-body-content .pbmit-global-color,
.pbmit-single-event-body-content p u,
.pbmit-service_content .pbmit-global-color,
.pbmit-service_content p u,
.pbmit-team-single .pbmit-global-color,
.pbmit-team-single p u {
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content blockquote {
    border: 0;
    padding: 40px 70px 40px 145px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400 !important;
    margin: 35px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

    .blog-details .pbmit-entry-content blockquote:before {
        content: '\e894';
        font-family: "pbminfotech-base-icons";
        font-size: 70px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 45px;
        left: 35px;
        color: var(--pbmit-global-color);
        font-style: normal;
        display: table;
    }

    .blog-details .pbmit-entry-content blockquote p {
        margin-bottom: 0;
    }

.blog-details .pbmit-entry-content:after {
    clear: both;
    content: "";
    display: table;
}

.blog-details .pbmit-entry-content blockquote cite {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--pbmit-global-color);
    display: block;
    line-height: 24px;
    font-style: normal !important;
    margin-top: 15px;
}

    .blog-details .pbmit-entry-content blockquote cite:before {
        content: "-";
        margin-right: 5px;
    }

.blog-details .pbmit-entry-content blockquote:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blog-details .pbmit-entry-content .pbmit-block-columns {
    display: flex;
    margin-bottom: 1.75em;
}

    .blog-details .pbmit-entry-content .pbmit-block-columns img {
        margin-top: 15px;
        border-radius: 30px;
    }

.blog-details .pbmit-entry-content .pbmit-block-column:first-child {
    padding: 0 22px 0 0;
}

.blog-details .pbmit-entry-content .pbmit-block-column:last-child {
    padding: 0 0 0 22px;
}

.blog-details .list-group .pbmit-icon-list-icon i {
    font-size: 22px;
    margin-right: 8px;
}

.blog-details .list-group {
    padding-top: 20px;
}

    .blog-details .list-group .pbmit-icon-list-text {
        font-weight: 600;
    }

.blog-details .pbmit-blog-meta-bottom {
    margin-top: 35px;
}

    .blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a {
        background-color: var(--pbmit-white-color);
    }

        .blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
            color: var(--pbmit-white-color);
            background-color: var(--pbmit-global-color);
        }

.blog-details .post-navigation {
    border-top: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 30px;
}

    .blog-details .post-navigation .nav-links {
        margin-top: 0;
        padding: 40px 0 8px;
        display: flex;
        align-items: normal;
        width: 100%;
    }

.post-navigation .nav-previous {
    width: 50%;
    margin-right: auto !important;
    position: relative;
}

.post-navigation .nav-links a {
    display: block;
    text-align: left;
    width: 375px;
    transition: all 0.3s ease-in;
}

.post-navigation .pbmit-post-nav-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}

.post-navigation .nav-links .pbmit-post-nav-icon i {
    font-size: 22px;
    color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}

.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    color: rgba(24, 26, 23, 0.8);
    font-family: var(--pbmit-heading-typography-font-family);
}

.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}

.nav-links .pbmit-post-nav-wrapper {
    text-align: left;
    word-break: break-word;
}

.post-navigation .nav-links .nav-title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: var(--pbmit-heading-typography-font-family);
}

.blog-details .pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 90px;
    background-color: var(--pbmit-global-color);
    background-image: url(../images/bg/yoga-pattern-01.png);
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
}

.blog-details .pbmit-author-image img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 4px solid var(--pbmit-secondary-color);
    display: block;
    overflow: hidden;
    margin-right: 35px;
    border-radius: 50%;
}

.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

    .blog-details .pbmit-author-content .pbmit-author-name {
        line-height: 24px;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 400;
        margin-bottom: 8px;
        display: inline-block;
        font-family: var(--pbmit-heading-typography-font-family);
    }

.blog-details .pbmit-author-box a {
    color: var(--pbmit-white-color);
}

.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
    line-height: 25px;
    font-weight: 300;
    color: var(--pbmit-white-color);
}

.blog-details .comments-area {
    margin-top: 60px;
}

    .blog-details .comments-area .comments-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 48px;
    }

.blog-details .comment-list li:not(:last-child) .pbmit-comment {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}

.comment-list .pbmit-comment-avatar {
    float: left;
}

    .comment-list .pbmit-comment-avatar img {
        width: 90px;
        height: 90px;
        border-radius: 30px;
    }

.blog-details .pbmit-comment-content {
    position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 115px;
    min-height: 115px;
}

.blog-details .pbmit-comment-meta {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-comment-content .pbmit-comment-author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: #525252;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-comment-author-inner {
    margin: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color);
}

    .pbmit-comment-author-inner a {
        color: var(--pbmit-blackish-color);
    }

.blog-details .pbmit-comment-date {
    display: block;
    font-size: 16px;
    margin: 0 0 0 30px;
    font-weight: 400;
    color: rgba(24, 26, 23, 0.8);
}

    .blog-details .pbmit-comment-date a {
        font-size: 16px;
        line-height: 26px;
        position: relative;
    }

        .blog-details .pbmit-comment-date a:first-child::before {
            position: absolute;
            content: '';
            left: -17px;
            height: 1px;
            top: 50%;
            transform: translate(0, -50%);
            width: 8px;
            background-color: rgba(24, 26, 23,.8);
        }

.blog-details .pbmit-comment-content p {
    margin: 10px 0 18px;
}

.blog-details .pbmit-comment-content .reply a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    padding: 2px 22px;
    border-radius: 30px;
}

    .blog-details .pbmit-comment-content .reply a::after {
        font-family: 'pbminfotech-base-icons';
        content: "\e8dd";
        font-style: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        opacity: 1;
        font-variant: normal;
        text-transform: none;
        line-height: 24px;
        font-size: 11px;
        margin-left: 5px;
        font-weight: 500;
    }

    .blog-details .pbmit-comment-content .reply a:hover {
        color: var(--pbmit-blackish-color);
        background-color: var(--pbmit-white-color);
    }

.comment-list .children {
    margin-left: 100px;
    padding-top: 8px;
}

.blog-details .comment-respond {
    background-color: var(--pbmit-white-color);
    padding: 60px 70px;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
}

    .blog-details .comment-respond .comment-reply-title {
        margin-bottom: 25px;
    }

    .blog-details .comment-respond .comment-form form textarea.form-control {
        color: var(--pbmit-blackish-color);
        height: 130px;
        line-height: normal;
        padding: 20px 12px;
        resize: none;
    }

    .blog-details .comment-respond .comment-form .form-check {
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .blog-details .comment-respond .comment-form .form-check label {
            font-size: 15px;
        }

    .blog-details .comment-respond .comment-form form button {
        font-weight: 500;
        font-size: 13px;
        line-height: 23px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        font-style: normal;
        padding: 15px 40px;
        transition: all .6s;
        background-color: var(--pbmit-global-color);
        color: var(--pbmit-white-color);
        border-radius: 40px;
        font-family: var(--pbmit-heading-typography-font-family);
    }

        .blog-details .comment-respond .comment-form form button:hover {
            background-color: var(--pbmit-blackish-color);
        }

/** 05 - Team Single **/
.pbmit-team-single {
    padding-bottom: 80px;
}

    .pbmit-team-single .pbmit-sticky-col {
        padding-top: 100px;
    }

    .pbmit-team-single .pbmit-team-left-inner {
        position: relative;
        z-index: 1;
        margin: 0;
        border-radius: 30px;
        overflow: hidden;
    }

    .pbmit-team-single .pbmit-team-detail {
        position: relative;
    }

        .pbmit-team-single .pbmit-team-detail .pbmit-team-detail-inner {
            padding: 45px 38px 70px;
            background-color: var(--pbmit-global-color);
            background-image: url(../images/bg/yoga-pattern-01.png);
            background-position: bottom center;
            background-repeat: repeat;
        }

        .pbmit-team-single .pbmit-team-detail .pbmit-team-summary {
            padding-bottom: 28px;
            margin-bottom: 32px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .pbmit-team-single .pbmit-team-detail .pbmit-team-designation {
            font-size: 12px;
            line-height: 20px;
            padding-left: 13px;
            font-weight: 300 !important;
            color: var(--pbmit-white-color);
            text-transform: uppercase;
            position: relative;
            margin-bottom: 8px;
        }

            .pbmit-team-single .pbmit-team-detail .pbmit-team-designation:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0, -50%);
                width: 6px;
                height: 6px;
                background-color: var(--pbmit-secondary-color);
                border-radius: 50%;
            }

        .pbmit-team-single .pbmit-team-detail .pbmit-team-title {
            color: var(--pbmit-white-color);
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .pbmit-team-single .pbmit-team-detail .pbmit-single-team-info {
            position: relative;
            list-style: none;
            margin: 20px 0 0;
            padding: 0;
        }

            .pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li,
            .pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li a {
                margin: 0 0 15px 0;
                font-size: 16px;
                font-weight: 500;
                line-height: 30px;
                color: rgba(255, 255, 255, .8);
            }

                .pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li label {
                    font-size: 15px;
                    line-height: 20px;
                    font-weight: 400;
                    color: var(--pbmit-secondary-color);
                    min-width: 75px;
                    display: block;
                    text-transform: uppercase;
                }

                .pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li:last-child {
                    margin-bottom: 0;
                }

        .pbmit-team-single .pbmit-team-detail .pbmit-team-share-btn {
            position: absolute;
            right: 0px;
            bottom: 0px;
            background: var(--pbmit-light-color);
            border-radius: 50% 0 0 0;
        }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-share-icon-wrapper {
        position: relative;
        display: block;
        padding: 15px 0 0 15px;
        border-radius: 50%;
        background-color: var(--pbmit-light-color);
    }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-share-icon {
        padding: 12px 16px;
        background-color: var(--pbmit-white-color);
        color: var(--pbmit-blackish-color);
        border-radius: 50%;
        height: 56px;
        width: 56px;
        font-size: 20px;
        display: block;
        transition: all 0.3s ease-in-out;
    }

        .pbmit-team-single .pbmit-team-share-btn .pbmit-share-icon i {
            transition: all 0.4s ease-in-out;
            display: block;
        }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links {
        text-align: center;
        position: absolute;
        bottom: 8px;
        right: 0;
        transform: translate(-40px, 0);
        opacity: 0;
        padding: 3px;
        display: flex;
        flex-direction: row-reverse;
        transition: all 0.3s ease-in;
    }

        .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li {
            padding: 8px !important;
            display: block;
            width: 40px;
            height: 40px;
            margin: 0;
            background-color: var(--pbmit-white-color);
            border-radius: 50%;
            margin-right: 5px;
            transform: translate(0);
            transition: all 600ms ease-in-out;
        }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:hover {
                background-color: var(--pbmit-blackish-color);
            }

                .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:hover a {
                    color: var(--pbmit-white-color);
                }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:first-child {
                transform: translate(0, 0);
            }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li a {
                position: relative;
                display: inline-block;
                opacity: 1;
                width: auto;
                height: auto;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                border-radius: 50%;
                background: transparent;
                color: var(--pbmit-blackish-color);
            }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:nth-child(2) {
                transform: translate(43px, 0);
            }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:nth-child(3) {
                transform: translate(86px, 0);
            }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:nth-child(4) {
                transform: translate(129px, 0);
            }

            .pbmit-team-single .pbmit-team-share-btn .pbmit-social-links li:last-child {
                transform: translate(172px, 0);
            }

    .pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon {
        background-color: var(--pbmit-secondary-color);
    }

        .pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon i {
            transform: rotateY(180deg);
        }

    .pbmit-team-single .pbmit-team-share-btn:hover .pbmit-social-links {
        transform: translate(-70px, 0);
        opacity: 1;
    }

        .pbmit-team-single .pbmit-team-share-btn:hover .pbmit-social-links li {
            transform: translate(0);
        }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-sticky-corner {
        width: 30px;
        height: 30px;
        position: absolute;
        transform: rotate(-90deg);
    }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-bottom-left-corner {
        bottom: 0%;
        left: -30px;
        transform: none;
    }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-sticky-corner svg path {
        fill: var(--pbmit-light-color);
    }

    .pbmit-team-single .pbmit-team-share-btn .pbmit-top-right-corner {
        top: -30px;
        right: 0%;
        transform: none;
    }

    .pbmit-team-single .pbmit-entry-content {
        padding: 100px 0 0 53px;
    }

        .pbmit-team-single .pbmit-entry-content .text-editor-box {
            padding: 20px 0;
            border-bottom: 1px solid #181A1717;
        }

            .pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-4 {
                width: 14.999%;
            }

            .pbmit-team-single .pbmit-entry-content .text-editor-box h6 {
                font-size: 16px;
                line-height: 24px;
                margin: 0;
            }

            .pbmit-team-single .pbmit-entry-content .text-editor-box p {
                margin: 0;
            }

            .pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-8 {
                width: 85%;
            }

    .pbmit-team-single .counter-box {
        margin-top: 60px;
    }

        .pbmit-team-single .counter-box .pbmit-col_1 {
            width: 62%;
        }

        .pbmit-team-single .counter-box .pbmit-col_2 {
            width: 38%;
        }

        .pbmit-team-single .counter-box .pbmit-left_col {
            padding-right: 40px;
        }

        .pbmit-team-single .counter-box .pbmit-ihbox.pbmit-ihbox-style-2 {
            border-bottom: 1px solid #0000001F;
            margin-bottom: 25px;
            padding-bottom: 15px;
        }

    .pbmit-team-single .comment-respond {
        overflow: hidden;
        margin-top: 60px;
        margin-bottom: 100px;
        padding: 60px 75px 60px 75px;
        border-radius: 30px;
        background-color: var(--pbmit-white-color);
    }

        .pbmit-team-single .comment-respond form textarea.form-control {
            height: 100px;
        }

        .pbmit-team-single .comment-respond .comment-form .form-check {
            margin-top: 20px;
            margin-bottom: 25px;
        }

            .pbmit-team-single .comment-respond .comment-form .form-check label {
                font-size: 14px;
            }

/** 06 - Contact Us **/
.contact-us-left_col {
    width: 62%;
}

.contact-us-right_col {
    width: 38%;
    display: flex;
}

.contact-form_main {
    padding: 60px 58px 38px 58px;
    margin: 0px 65px 0px 0px;
    border-radius: 30px 30px 30px 30px;
    background-color: var(--pbmit-white-color);
}

.contact-form .form-check {
    margin: 22px 0 25px 15px;
}

    .contact-form .form-check label {
        font-size: 14px;
        margin-left: 6px;
    }

.contact-form button {
    margin-left: 16px;
}

.contact-us-right-box {
    position: relative;
    background-image: url(../images/bg/yoga-pattern-01.png);
    border-radius: 30px 30px 30px 30px;
    background-color: var(--pbmit-global-color);
}

    .contact-us-right-box .pbmit-animation-style4 img {
        width: 100%;
        border-radius: 30px 30px 0px 0px;
    }

    .contact-us-right-box .ihbox-style_11 {
        padding: 50px 38px 0px 38px;
    }

.pbmit-contact-share-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: var(--pbmit-light-color);
    border-radius: 50% 0 0 0;
}

.pbmit-share-icon-wrapper {
    position: relative;
    display: block;
    padding: 15px 0 0 15px;
    border-radius: 50%;
    background-color: var(--pbmit-light-color);
}

.pbmit-share-icon {
    padding: 12px 16px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
}

    .pbmit-share-icon i {
        transition: all 0.4s ease-in-out;
        display: block;
    }

.pbmit-share-icon-wrapper .pbmit-social-links {
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 0;
    transform: translate(-40px, 0);
    opacity: 0;
    padding: 3px;
    display: flex;
    flex-direction: row-reverse;
    transition: all 0.3s ease-in;
}

.pbmit-contact-share-btn .pbmit-social-links li {
    padding: 8px !important;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}

    .pbmit-contact-share-btn .pbmit-social-links li:nth-child(1) {
        transform: translate(0, 0);
    }

    .pbmit-contact-share-btn .pbmit-social-links li a {
        display: inline-block;
        opacity: 1;
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 24px;
        background: transparent;
        color: var(--pbmit-blackish-color);
    }

    .pbmit-contact-share-btn .pbmit-social-links li:nth-child(2) {
        transform: translate(43px, 0);
    }

    .pbmit-contact-share-btn .pbmit-social-links li:nth-child(3) {
        transform: translate(86px, 0);
    }

    .pbmit-contact-share-btn .pbmit-social-links li:nth-child(4) {
        transform: translate(129px, 0);
    }

.pbmit-contact-share-btn_box .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.pbmit-contact-share-btn_box .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

.pbmit-contact-share-btn_box .pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}

.pbmit-contact-share-btn_box .pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}

.pbmit-contact-share-btn:hover .pbmit-share-icon {
    background-color: var(--pbmit-secondary-color);
}

    .pbmit-contact-share-btn:hover .pbmit-share-icon i {
        transform: rotateY(180deg);
    }

.pbmit-contact-share-btn:hover .pbmit-social-links {
    transform: translate(-75px, 0);
    opacity: 1;
}

.pbmit-contact-share-btn:hover .pbmit-share-icon-wrapper .pbmit-social-links li {
    transform: translate(0);
}

.pbmit-contact-share-btn .pbmit-social-links li:hover {
    background-color: var(--pbmit-blackish-color);
}

    .pbmit-contact-share-btn .pbmit-social-links li:hover a {
        color: var(--pbmit-white-color);
    }

.iframe_section .iframe_box {
    margin: 0 20px;
}

.iframe_section iframe {
    height: 640px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 30px;
}

label.error {
    background: red;
    color: white;
    border-radius: 0px 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-right: 20%;
}

.message-status {
    margin-top: 30px;
}

.form-control.error {
    margin-bottom: 0 !important;
}

/**07 - Comment Form **/
.form-control {
    margin-bottom: 20px;
    font-size: 14px;
    height: 55px;
    line-height: normal;
    padding: 0 10px;
    font-weight: 600;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(24, 26, 23, 0.8);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

    .form-control::placeholder {
        opacity: .7;
        color: rgba(24, 26, 23, 0.8);
    }

textarea.form-control {
    height: 100px;
    padding-top: 20px;
    resize: none;
}

.form-control:focus {
    border-color: inherit;
    background-color: transparent;
}

    .form-control:focus::placeholder {
        opacity: 1;
    }





/***CUSTOM-YENETCH***/
.pbmit-btn-global {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

:root {
    --pbmit-global-color: #aed23e;
    --pbmit-secondary-color: #e5c466;
    --pbmit-light-color: #e9f0ec;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #181a17;
    --pbmit-link-color-normal: #181a17;
    --pbmit-link-color-hover: #448c74;
    --pbmit-global-color-rgb: rgb(68, 140, 116);
    --pbmit-secondary-color-rgb: rgb(229, 196, 102);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Roboto', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.5;
    --pbmit-body-typography-color: #666666;
    --pbmit-heading-typography-font-family: 'Sora', sans-serif;
    --pbmit-heading-color: #181a17;
    --pbmit-heading-font-variant: 500;
    --pbmit-btn-typography-font-family: 'Sora', sans-serif;
    --pbmit-btn-typography-variant: 500;
    --pbmit-btn-typography-font-size: 13px;
    --pbmit-btn-typography-line-height: 23px;
}

.pbmit-team-style-2 .pbmit-featured-wrapper img {
    height: 300px;
}

/*icons*/
.nuyu-icon {
    height: 100px;
    width: 100px;
    position: relative;
    display: block;
    background-size: contain !important;
}

.nuyu-icon-small {
    height: 50px;
    width: 50px;
    position: relative;
    display: block;
    background-size: contain !important;
}

.nuyu-health-club-heading-image {
    height: 330px;
    display: block;
    margin: auto;
    position: relative;
    top: 50px;
}

.nuyu-icon-cardio {
    background: url(https://cdn-icons-png.flaticon.com/512/17551/17551871.png);
}

.nuyu-icon-strength {
    background: url(https://cdn-icons-png.flaticon.com/512/7922/7922186.png);
}

.nuyu-icon-zumba {
    background: url(https://cdn-icons-png.flaticon.com/512/4136/4136937.png);
}

.nuyu-icon-calisthenic {
    background: url(https://cdn-icons-png.flaticon.com/512/17639/17639527.png);
}

.nuyu-icon-steam-bath {
    background: url(https://cdn-icons-png.flaticon.com/512/14731/14731981.png);
}

.nuyu-icon-cafe {
    background: url(https://cdn-icons-png.flaticon.com/512/751/751621.png);
}

.nuyu-icon-changing-room {
    background: url(https://cdn-icons-png.flaticon.com/512/8364/8364194.png);
}

.nuyu-icon-elite-club {
    background: url(https://cdn-icons-png.flaticon.com/512/3818/3818307.png);
}

.nuyu-icon-massage {
    background: url(https://cdn-icons-png.flaticon.com/512/887/887350.png);
}

.nuyu-icon-elite-club {
    background: url(https://cdn-icons-png.flaticon.com/512/3818/3818307.png);
}

.nuyu-icon-meditation {
    background: url(https://cdn-icons-png.flaticon.com/512/3834/3834165.png);
}


rs-mask-wrap {
    top: -23px;
}




span.highlight {
    font-weight: bolder;
    text-decoration: underline;
}

.hl-green {
    color: #8DC33F; /* Calm green */
}

.hl-red {
    color: #E63946; /* Strength red */
}

.hl-silver {
    color: #51c7c2; /* Subtle silver */
}

.hl-black {
    color: #c940ff; /* Deep black */
}

.hl-blue {
    color: #3A86FF; /* Soft wellness blue */
}

.hl-saffron {
    color: #FF9933; /* Warm saffron */
}



.toast {
    background-color: var(--pbmit-global-color);
    background-image: url(../images/homepage-1/bg/yoga-pattern-new-01.png);
}

.nuyu-modal .modal-content {
    border-radius: 35px;
}

.nuyu-modal .modal-header {
    border-radius: 35px 35px 0 0;
    padding: 0;
}

.nuyu-modal .modal-header h3 {
    position: absolute;
    left: 75px;
    color: white;
}

.nuyu-modal .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 45px;
}

.nuyu-modal .modal-header img {
    padding: 0;
    width: 100%;
    border-radius: 35px 35px 0 0;
    height: 150px;
    object-fit: cover;
    object-position: top;
}

.contact-form_main {
    padding: 30px;
    margin: 0px;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
