/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;

}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;

}

.text-justify {
    text-align: justify !important;

}

/*** Spinner End ***/

.topbar {
    background-color: #e7f1d7;
    font-size: small;
    line-height: 1;

}

.topbar a {
    text-decoration: none;

}

.ch-top-1 {
    position: relative;
    top: 1px;
    font-size: large;

}

.topbar .btn-square {
    padding: 7px 6px;
    line-height: 1;

}

.navbar-brand .logo_main {
    max-height: 40px;
    width: auto;

}

.navbar-nav.menu {
    list-style: none;
    margin: 0;

}

.navbar-nav.menu>li {
    padding: 12px 0 10px 15px;
    font-size: small;
    position: relative;

}

.navbar-nav.menu>li:first-child {
    padding-left: 0;

}

.navbar-nav.menu>li::after {
    content: '*';
    color: #af8e71;
    position: relative;
    top: 2px;
    padding-left: 15px;

}

.navbar-nav.menu>li:last-child:after {
    display: none;

}

.navbar-nav.menu>li>a {
    color: var(--bs-light) !important;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;

}

.navbar-nav.menu>li>a:hover {
    color: #af8e71 !important;
    text-decoration: none;

}

.navbar-nav.menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--bs-gray-200);
    border: 1px dotted #af8e71;
    min-width: 200px;

}

.navbar-nav.menu>li ul li a {
    color: var(--bs-link-color);
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 10px 4px;
    display: block;
    border-bottom: 1px dotted #af8e71;

}

.navbar-nav.menu>li ul li:last-child a {
    border-bottom: none;

}

.navbar-nav.menu>li a:hover {
    color: var(--bs-link-hover-color);
    text-decoration: none;

}

.navbar-nav.menu>li:hover ul {
    display: block;

}

@media (max-width:991.98px) {
    .navbar {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .navbar-nav.menu>li,
    .navbar-nav.menu>li:first-child {
        padding: 5px 10px;
    }

    .navbar-nav.menu>li::after {
        display: none;
    }

    .navbar-nav.menu>li ul {
        display: block;
        position: relative;
        background: transparent;
        border: none;
    }

    .navbar-nav.menu>li a {
        display: block;
        padding: 5px 0;
    }

    .navbar-nav.menu>li ul li a {
        color: var(--bs-gray-400);
        text-decoration: none;
        font-weight: 400;
        text-transform: uppercase;
        padding: 8px 10px 4px;
        display: block;
        border-bottom: none;
    }

    .navbar-nav.menu>li ul li a::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: "\f101";
        display: inline;
        margin-right: 10px;
    }

    .navbar-nav.menu>li ul li a:hover {
        color: var(--bs-link-color);
    }

}

.header-carousel {
    position: relative;

}

.header-carousel .header-carousel-item .carousel-caption {
    top: 0;
    left: 5%;
    right: 5%;

}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-inner .carousel-title {
    color: var(--bs-dark) !important;
    font-size: 2.2rem;

}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-inner .carousel-text {
    color: var(--bs-gray-700) !important;
    font-size: 1rem;

}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-inner .carousel-btn {
    padding: 10px 20px;
    font-size: 1rem;

}

@media (max-width:991.98px) {
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-inner .carousel-title {
        font-size: 1.2rem;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-inner .carousel-text {
        font-size: .8rem;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-inner .carousel-btn {
        padding: 5px 10px;
        font-size: .8rem;
    }

}

.breadcrumb-title {
    letter-spacing: 0.1em;
    font-variant: small-caps;
    color: var(--bs-white);
    font-weight: 500;

}

.small-caps {
    letter-spacing: 0.1em;
    font-variant: small-caps;
    font-weight: 500;

}

.page-title {
    letter-spacing: 0.08em;
    /* font-variant: small-caps; */
    color: var(--bs-orange);
    font-weight: 500;

}

.hc_subtitle,

.hc_subtitle a {
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--bs-danger);
    font-size: small;
    font-weight: 400;

}

.session-divider::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 36px;
    background: transparent url(../../assets/img/title_line.png) center no-repeat;
    background-size: contain;
    margin: 20px auto;

}

.welcome_section {
    /* background-color: var(--bs-gray-100); */
    color: var(--bs-gray-700) !important;

}

.welcome_section h2 {
    color: var(--bs-dark) !important;

}

.card_section .card_details {
    position: absolute;

}

.card_section {
    background-color: var(--bs-gray-200);

}

.card_section .card_box {
    position: relative;

}

.card_section .card_box .card_details {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -30px;
    background-color: var(--bs-light);
    text-align: center;
    padding: 0;

}

.card_section .card_box .card_details h4 a,

.card_section .card_box .card_details .hc_subtitle a {
    color: rgba(var(--bs-link-hover-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

.card_section .card_box .card_details h4 a:hover,

.card_section .card_box .card_details .hc_subtitle a:hover {
    color: var(--bs-link-color) !important;

}

.healing_section {
    background: transparent url(../../assets/img/bg-01.png) center no-repeat;
    background-size: cover;
    color: var(--bs-gray-700) !important;
    text-align: center;

}

.healing_section .text-section {
    background: var(--bs-gray-100) url(../../assets/img/bax-bg-3.png) center bottom no-repeat;
    background-size: contain;

}

.limbs_section {
    background: transparent url(../../assets/img/yoga-bg-02.png) center no-repeat;
    background-size: cover;
    color: var(--bs-gray-700) !important;
    text-align: center;

}

.orange-bg {
    background: transparent url(../../assets/img/orange-bg.png) center no-repeat;
    background-size: cover;

}

.orange-bg-img {
    background: transparent url(../../assets/img/yoga-banner03.png) center no-repeat;
    background-size: cover;

}

.orange-bg .card,

.orange-bg-img .card {
    background: transparent;

}

.footer {
    background: #45552e url(../../assets/img/footer-bg.png) center repeat;
    color: var(--bs-gray-500) !important;

}

.copyright {
    background-color: #2d4110;
    color: var(--bs-gray-100) !important;

}

.footer .menu,

.copyright .menu {
    list-style: none;
    padding: 0;
    margin: 0;

}

.footer .menu li,

.copyright .menu li {
    margin: 15px 0;

}

.footer a,

.copyright a {
    color: var(--bs-light) !important;
    text-decoration: none
}

.footer a:hover,

.copyright a:hover {
    color: var(--bs-link-color) !important;

}

.footer .menu li a::before,

.copyright .menu li a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f101";
    display: inline;
    margin-right: 10px;

}

.back-to-top {
    position: fixed;
    display: flex;
    width: 45px;
    height: 45px;
    left: 25px;
    bottom: 25px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.breadcrumb-item,

.breadcrumb-item.active {
    color: var(--bs-light) !important;

}

.breadcrumb-item a {
    color: var(--bs-orange);
    font-weight: 500;
    text-decoration: none;

}

.breadcrumb-item a:hover {
    color: var(--bs-danger) !important;
    text-decoration: none;

}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white) !important;
    content: var(--bs-breadcrumb-divider, "/");

}

.page-subtitle {
    color: var(--bs-green);
    font-weight: 500;
    font-size: calc(1.325rem + .9vw) !important;
    margin-bottom: 1.5rem !important;

}

.page-subtitle-1 {
    color: var(--bs-link-color);
    font-weight: 500;
    font-size: calc(1.275rem + .3vw) !important;

}

/*** Blog Start ***/

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;

}

.blog .blog-item .blog-img .blog-plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
    opacity: 0;

}

.blog .blog-item:hover .blog-img .blog-plus-icon {
    opacity: 1;

}

.blog .blog-item .blog-img img {
    transition: 0.5s;

}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);

}

.blog .blog-item .blog-title {
    transition: 0.5s;
    color: #0b410b;
    text-decoration: none;

}

/*** Blog End ***/
/*** Gallery Start ***/

.gallery .gallery-item {
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    object-fit: fill;

}

.gallery .gallery-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: 0.5s;

}

.gallery .gallery-item .project-img .gallery-plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
    opacity: 0;

}

.gallery .gallery-item:hover .project-img .gallery-plus-icon {
    opacity: 1;

}

.gallery .gallery-item .project-img img {
    transition: 0.5s;

}

.gallery .gallery-item:hover .project-img img {
    transform: scale(1.3);

}

/*** Gallery End ***/
/*** Service Start ***/

.service .service-item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    width: 100%;
    height: 100%;

}

.service .service-item .service-img img {
    transition: 0.5s;

}

.service .service-item:hover .service-img img {
    transform: scale(1.2);

}

/* .service .service-item .service-img::after {
content: "";
width: 0;
height: 0;
position: absolute;
top: 0;
right: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: rgba(68, 210, 246, 0.4);
transition: 0.5s;

} */
.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;

}

.service .service-item .service-content {
    position: relative;

}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-success);
    transition: 0.5s;
    z-index: 1;

}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;

}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;

}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;

}

.service .h4 {
    text-decoration: none !important;

}

.service .service-item:hover .service-content .service-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;

}

.service .service-item:hover .service-content .service-content-inner a.h4:hover {
    color: var(--bs-primary) !important;

}

/*** Service End ***/

.technology {
    background-color: #e7f1d7;

}

.technology .technology-carousel,

.technology .technology-carousel .owl-stage-outer,

.technology .technology-carousel .owl-stage-outer .owl-stage,

.technology .technology-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;

}

.technology .technology-carousel .owl-stage-outer .owl-stage .owl-item .card-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

/* .technology .technology-carousel .owl-stage-outer .owl-stage .owl-item .card-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

} */
.technology .technology-carousel .owl-stage-outer .owl-stage .owl-item .card-title a {
    text-decoration: none;

}