/*
==============================
Basic Setup
==============================
*/

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #fff;
    color: #000;
}

::selection {
    background: #fff;
    color: #000;
}

::-webkit-scrollbar {
    width: .8rem;
}

::-webkit-scrollbar-track {
    background: #222222;
}

::-webkit-scrollbar-thumb {
    background: #FD7319;
    height: 6rem;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

a,
span,
label {
    display: inline-block;
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
button,
input,
textarea {
    outline: 0;
    border: 0;
}

.form-control:focus,
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 25%);
}

.object-fit-cover {
    object-fit: cover;
}

button[type="submit"],
button[type="reset"],
button[type="button"] {
    cursor: pointer;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

body {
    line-height: 1.5;
    overflow-x: hidden;
}

/*===============================================================================
=================================================================================
Meditations Page Style Here
=================================================================================
===============================================================================*/
/*
===============================
Start Hero Section
===============================
*/
.hero-section {
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 13rem;
    padding-bottom: 10rem;
}


.desktop-menu ul li:not(:last-child) {
    margin-bottom: 2rem;
}

.desktop-menu ul li a:hover {
    background: #B6A75B;
}

/*.desktop-menu ul li:first-child a {*/
/*    background: #B6A75B;*/
/*}*/

.hero-text {
    margin-left: auto;
    max-width: 65.5rem;
}

.hero-text h1 {
    letter-spacing: .3rem;
    line-height: 1.3;
}

.hero-section1 {
    margin-top: 96px;
    height: 485px;
    position: relative;
}

.carousel-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section1 .carousel-caption {
    right: 0;
    left: auto;
    width: 52%;
    bottom: 0;
    z-index: 2;
}

.hero-section1 .carousel-caption p {
    font-family: 'Italianno-400', serif;
    font-size: 60px;
    line-height: 60px;
    max-width: 695px;
}

.hero-section1 .carousel-indicators {
    margin-bottom: -20px;
}

.hero-section1 .carousel-indicators [data-bs-target] {
    background-color: rgba(196, 196, 196, 1);
}

.hero-section1 .main-menu {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    left: 20%;
    z-index: 2;
}

/*
===============================
End Hero Section
===============================
*/


/*
===============================
Start Satori Section
===============================
*/
.satori-title {
    margin-bottom: 5rem;
}

.satori-title p {
    margin-top: 2.0rem;
    max-width: 57rem;
}

/*
===============================
End Satori Section
===============================
*/


/*
===============================
Start Event Section
===============================
*/
.event-title {
    margin-bottom: 2rem;
}

.event-wrapper {
    margin: -0px !important;
}

.event-content {
    padding: 2.4rem 3rem 3rem;
}

.event-name {
    margin-top: 1.5rem;
}

.event-desc p:first-child {
    margin: 1.1rem 0 2.1rem;
}

.event-desc p:last-child {
    margin-top: 2.4rem;
}

/*.event-desc a {
    width: 16.8rem;
    min-height: 4.3rem;
    line-height: 4.3rem;
    background: #B6A75B;
}*/

.event-desc {
    display: none;
}

.event:hover .event-desc {
    display: block;
}

.swiper-container {
    /*padding-bottom: 7rem;*/
}

/*
===============================
End Event Section
===============================
*/


/*
===============================
Start Testimonial Section
===============================
*/
.testimonial-section {
    padding-bottom: 3rem;
}

.testimonial-img {
    height: 83px;
    width: 83px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2.7rem;
    background: rgba(196, 196, 196, 1);
}

.testimonial-section hr {
    width: 168px;
    margin: 0 auto 15px ;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.testimonial-title {
    margin-bottom: 6.2rem;
}

.testimonial-content {
    padding: 0 2rem;
}

.client-fidback {
    max-width: 50rem;
    padding: 6rem 6rem 4rem;
    position: absolute;
    top: 55%;
    left: -111%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    background: #FFFFFF;
}

.client-fidback p:nth-child(2) {
    margin-bottom: 3rem;
}

.client-fidback .client-rating {
    margin-top: 1.2rem;
}

.client-fidback .quote {
    position: absolute;
    top: -4rem;
    right: 7rem;
}

.other-clinet-fid {
    margin-top: 6rem;
}

.other-clinet-rating {
    margin: 1.2rem 0 1.6rem;
}

.other-clinet-rating li:first-of-type {
    margin-right: 2rem;
}

.other-clinet-btn {
    padding: 1.1rem 1.5rem;
    background: #1A222A;
}

/*
===============================
End Testimonial Section
===============================
*/


/*
=============================================
Start Courses Page & Courses Section Style
=============================================
*/
.courses-section {
    min-height: 570px;
}
.courses-section .swiper-slide{
    min-height: 385px;
}

.courses-title {
    margin-bottom: 5rem;
}

.courses {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.courses:hover {
    -webkit-box-shadow: 0px 56px 47px rgba(40, 40, 40, 0.1);
    box-shadow: 0px 56px 47px rgba(40, 40, 40, 0.1);
}

.courses .courses-content {
    padding: .5rem 2.7rem 2.7rem
}

.courses-content .courses-name ul li:first-child {
    margin-right: 1rem;
}

.courses-desc {
    margin: 1rem 0 2rem;
}

.swiper-container1 {
    padding-bottom: 8rem;
}

/*
==========================================
End Courses Page & Courses Section Style
==========================================
*/


/*
=============================================
Start Session Page & Session Section Style
=============================================
*/
.session-section {
    padding-bottom: 3rem;
}

.session-title {
    margin-bottom: 5rem;
}

.swiper-container2 {
    padding-bottom: 6rem;
}

.session .session-content {
    padding: 1.5rem 3rem 2rem
}

.session-content .session-m-r ul li:first-child {
    margin-right: 1rem;
}

.session-desc {
    margin: .5rem 0 2rem;
}
.session,
.featured-events
{
    border-radius: 10px;
}

    /*
    =============================================
    End Session Page & Session Section Style
    =============================================
    */


/*
======================================================
Start Featured Page & Featured Events Section Styele
======================================================
*/
.featured-events-section {
    padding-bottom: 4rem;
}

.featured-events-title {
    margin-bottom: 5rem;
}

.swiper-container3 {
    padding-bottom: 6rem;
    border-radius: 10px;
}

.featured-events .featured-events-content {
    padding: 1.5rem 3rem 2rem
}

.featured-events-img .fe-live-date {
    position: absolute;
    left: 8px;
    bottom: 12px;
    padding: .4rem 2rem;
    background: #FD7319;
}

.featured-events-img .fe-date {
    background: #000;
    padding: .4rem 1rem;
}

.featured-events-desc p {
    margin: .5rem 0 2.3rem;
}

/*
======================================================
End Featured Page & Featured Events Section Styele
======================================================
*/


/*===============================================================================
=================================================================================
Start Course Details Page & Session Details Page Style
=================================================================================
===============================================================================*/
/*
===============================
Start Reuseble Style
===============================
*/
.cd-title ul li:first-child,
.sd-title ul li:first-child {
    margin-right: 1.5rem;
}

.cd-title h2,
.sd-title h2 {
    margin-bottom: 20px;
}

.cd-img,
.sd-img {
    /*margin: 3.6rem 0 4.3rem;**/
    margin: 2rem 0 4rem;
}

.cd-btn,
.sd-btn {
    margin-bottom: 5rem;
}

.cd-text-box h3,
.sd-text-box h3 {
    margin-bottom: 3rem;
}

.reviews-title {
    margin-bottom: 1rem;
}

.reviews {
    padding: 2rem 3rem;
    border: 2px solid #ECECEC;
}

.reviews-client-id {
    margin-bottom: 2rem;
}

.reviews-client-id img {
    margin-right: 1.5rem;
}

.reviews-start {
    margin-top: 2rem;
}

/*
=================================
Start Course Details Page Style
=================================
*/
.cd-follow-name {
    margin-left: 2rem;
    margin-right: 6rem;
}

.cd-follow-btn a {
    min-width: 13rem;
    height: 3.7rem;
    line-height: 3.6rem;
    border: .2rem solid #000000;
}

.cd-follow-btn a:hover {
    background: #000;
    color: #FFFFFF !important;
}

.cd-follow-desc {
    margin-top: 1.8rem;
}

.cd-hr {
    margin: 6.5rem 0 7.5rem;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

/*
=================================
Start Session Details Page Style
=================================
*/
.session-details {
    border-radius: 1.5rem;
}

.session-details-m-r {
    margin-top: 1.5rem;
}

.session-details-m-r a::after {
    content: "";
    width: 100%;
    height: .1rem;
    display: block;
    background: #B6A75B;
    margin-top: -.2rem;
}


/*===============================================================================
=================================================================================
Events Details Page Style Here
=================================================================================
===============================================================================*/
.events-details-text .ed-ul-1 {
    margin-bottom: 2.5rem;
}

.events-details-text .ed-ul-1 li:first-child {
    margin-right: 4rem;
}

.events-details-text .ed-ul-1 li a {
    padding: .4rem 2rem;
    background: #FD7319;
}

.events-details-text .ed-ul-2 li hr {
    border: 0;
    border-bottom: 1px solid #858585;
    width: 2rem;
    height: 1px;
    margin-right: 1rem;
}

.events-details-text h3 {
    margin-top: 1rem;
}

/*===============================================================================
=================================================================================
Gallary Page Style Here
=================================================================================
===============================================================================*/
.tab {
    overflow: hidden;
    margin-bottom: 5rem;
}

.tab button {
    width: 50%;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    background: #F6F6F6;
    color: #000000;
    font-size: 2.2rem;
}

.tab button.active {
    background: #B6A75B;
    color: #FFFFFF;
}

.main__tab .tabcontent {
    width: 100%;
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.t-btn {
    margin-bottom: 4rem;
}

.t-btn a {
    background-color: transparent;
    margin-left: 3rem;
    margin-right: 3rem;
}

.t-btn a:not(:last-child) {
    margin-bottom: 1rem;
}

.b-nav-tab.active {
    color: #B6A75B !important;
    border-bottom: 2px solid #B6A75B;
}

.b-tab {
    display: none;
}

.b-tab.active {
    display: block;
}

.ga-btn a {
    max-width: 29.4rem;
    margin-top: 6rem;
    background: #B6A75B;
}

.gallary-tab-video {
    margin-top: 10rem;
}

.gallary-video {
    margin-bottom: 1rem;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.video-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
    margin-top: 35px;
}
.video-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: rgba(130, 130, 130, 1);
    margin-bottom: 20px;
}
.video-text p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(96, 96, 96, 1);
    margin-bottom: 20px;
}
.video-title-time{
    background: #FFFFFF;
    box-shadow: 0px 16px 43px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.gallary-video iframe {
    display: block;
}

/*===============================================================================
=================================================================================
About Us Page Style Here
=================================================================================
===============================================================================*/

.about-content {
    max-width: 89.2rem;
}

.about-content p a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #D63E3E;
}

.about-content > *:not(:last-child) {
    margin-bottom: 2rem;
}

.about-content p.v-line {
    padding-left: 3rem;
}

.about-content p.v-line::before {
    content: "";
    width: .4rem;
    height: 100%;
    background: #D63E3E;
    position: absolute;
    top: 0;
    left: 0;
}

.about-content ol {
    padding-left: 7rem;
}
.about-img{
    height: 398px;
    border-radius: 10px;
    overflow: hidden;
}

/*===============================================================================
=================================================================================
Sleep Page Style Here
=================================================================================
===============================================================================*/
.sleep-title {
    max-width: 80.7rem;
}

.sleep-title,
.sleep-row {
    margin-bottom: 5rem;
}

.sleep-music-video {
    margin-bottom: .7rem;
}


/*===============================================================================
=================================================================================
Stress Page Style Here
=================================================================================
===============================================================================*/
.stress-p-text {
    margin-top: 3rem;
}

.stress-p-text p:last-child {
    margin: 4.5rem 0;
}

.principles-text {
    margin-top: 5rem;
}

.principles-text .p-title {
    margin-bottom: 2rem;
}

.principles-text ul {
    padding-left: 3.5rem;
}

.principles-text ul li {
    list-style: disc;
}

.principles-text .p-ul-1 {
    margin: 2rem 0 3rem;
}

.principles-text .p-ul-2 {
    margin-top: 2rem;
}

.w-1030 {
    margin: 4rem 0;
    max-width: 1030px;
    background: #B6A75B;
    padding: 5rem 8rem;
}

.stress-p-text .md-title {
    margin-bottom: 2rem;
}
.stress-content h3{
    font-size: 26px;
    color:rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.stress-content p{
    font-size: 16px;
    color:rgba(96, 96, 96, 1);
    margin-bottom: 40px;
}
.stress-content .bg-text{
    font-size: 16px;
    background:rgba(182, 167, 91, 1);
    margin-bottom: 40px;
    padding: 25px;
    color: #fff;
}

/*===============================================================================
=================================================================================
Focuse Page Style Here
=================================================================================
===============================================================================*/
.focuse-p-text {
    margin: 2rem 0 4.4rem;
    font-size: 20px;
    color: rgba(96, 96, 96, 1);
}

.listen-text {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.listen-text .p-title {
    margin-bottom: 2rem;
}

.listen-text ul {
    padding-left: 3.5rem;
}

.listen-text ul li {
    list-style: disc;
}

.listen-text ul {
    margin: 2rem 0 3rem;
}

.focuse-p-text .dm-title {
    margin-bottom: 2rem;
}

.um-text {
    margin-top: 3.5rem !important;
}

.um-text p:nth-child(2) {
    margin: 2rem 0 3rem;
}


/*===============================================================================
=================================================================================
Body Yoga Page Style Here
=================================================================================
===============================================================================*/
.body-title p:nth-child(2) {
    margin: 2rem 0 2.5rem;
}

.body-row {
    margin-top: 1rem;
}

.body-music-video {
    margin-bottom: .5rem;
}


/*===============================================================================
=================================================================================
Detox Page Style Here
=================================================================================
===============================================================================*/
.detox-title p:last-child {
    margin: 2.5rem 0 3rem;
}

.detox-content p:nth-child(2) {
    margin: 3rem 0;
}

.detox-yoga-routine > p {
    margin-top: 2.5rem;
}

.detox-yoga-routine .routine {
    margin-top: 2.7rem;
}

.detox-yoga-routine .routine p:first-child {
    margin-bottom: .5rem;
}

.detox-yoga-routine .routine:last-child p:nth-child(3) {
    margin: 2.7rem 0;
}

.detox-video {
    margin-bottom: .6rem;
}

.detox-video-row {
    margin-top: 4rem;
}


/*===============================================================================
=================================================================================
Shop Page Style Here
=================================================================================
===============================================================================*/
.shop {
    padding: 2.4rem 3rem;
    background: #fff;
    box-shadow: 13.7778px 21.8824px 50.2484px rgba(0, 0, 0, 0.11);
    transition: all .5s;
}
.shop:hover {
    box-shadow: 3px 10px 40px rgb(0 0 0 / 5%);
}

.shop-text {
    margin-top: 1.5rem;
}

.shop-text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-text p:first-child {
    margin-bottom: .5rem;
}

.shop-btn a {
    margin-top: 3rem;
    background: #B6A75B;
}
.shop-img{
    height: 209px;
}
.shop:hover .shop-img img{
    object-position: top;
    transition: all .5s;
}

/*===============================================================================
=================================================================================
Living In Page Style Here
=================================================================================
===============================================================================*/
.living-wrapper > *:not(:last-child) {
    margin-bottom: 4.5rem;
}

.living-desc p:first-child {
    margin-bottom: 2rem;
}

.living-video {
    margin-bottom: .6rem;
}


/*===============================================================================
=================================================================================
SignIn & SignUp Page Style Here
=================================================================================
===============================================================================*/
.s-column-2 {
    padding-bottom: 7rem;
}

.signup-img-main {
    -o-object-fit: cover;
    object-fit: cover;
}

.back-link {
    position: absolute;
    top: 5rem;
    left: 7rem;
}

.back-link img {
    margin-right: 1rem;
}

.sign-img-text {
    padding: 0 8rem;
    width: 100%;
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sign-img-text p:nth-child(2) {
    margin: 3rem 0 7.5rem;
}

.reg-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5.5rem;
}

.sign-content,
.contact-content {
    width: 100%;
    max-width: 42.6rem;
}

.sign-form:not(:last-child) {
    margin-bottom: 2.2rem;
}

.sign-form label {
    margin-bottom: 1.2rem;
}

.sign-form > input,
.sign-form > textarea,
.sign-form .pass-form {
    height: 6.4rem;
    border: 2px solid #8692A6;
    line-height: 6.4rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    border-radius: .6rem;
}

.sign-form > textarea {
    height: auto;
    font-family: 'Product-Sans-400';
}

.sign-form .pass-form input {
    padding-right: 1rem;
}

.sign-form > input::-webkit-input-placeholder,
.sign-form > textarea::-webkit-input-placeholder,
.sign-form .pass-form input::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #696F79;
}

.sign-form > input::-moz-placeholder,
.sign-form > textarea::-moz-placeholder,
.sign-form .pass-form input::-moz-placeholder {
    font-size: 1.6rem;
    color: #696F79;
}

.sign-form > input:-ms-input-placeholder,
.sign-form > textarea:-ms-input-placeholder,
.sign-form .pass-form input:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #696F79;
}

.sign-form > input::-ms-input-placeholder,
.sign-form > textarea::-ms-input-placeholder,
.sign-form .pass-form input::-ms-input-placeholder {
    font-size: 1.6rem;
    color: #696F79;
}

.sign-form > input::placeholder,
.sign-form > textarea::placeholder,
.sign-form .pass-form input::placeholder {
    font-size: 1.6rem;
    color: #696F79;
}

.sign-form .pass-form {
    padding-right: 2.5rem;
}

.pass-form img {
    width: 2.4rem;
    height: 1.9rem;
    cursor: pointer;
}

.sign-btn {
    cursor: pointer;
    width: 168px;
    height: 43px;
    margin: 0 auto;
}
.sign-form .submit-button{
    background: #fff;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(134, 146, 166, 1);
    line-height: 100%;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    color:rgba(105, 111, 121, 1);
    transition: all .5s;
    font-weight: bold;
}
form .submit-button:hover{
    color: #fff;
    background: rgba(182, 167, 91, 1)
}

.sign-content .or-text {
    margin: 3rem 0;
}

.sign-content .or-text p::after,
.sign-content .or-text p::before {
    content: "";
    background: #E5E5E5;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
}

.sign-content .or-text p::before {
    left: 0;
}

.sign-content .or-text p::after {
    right: 0;
}

.sign-content .s-social-link li a {
    width: 6.5rem;
    height: 6.5rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: .6rem;
}

.sign-content .s-social-link li:not(:last-child) {
    margin-right: 1.5rem;
}


.sign-content .c-new-acc a {
    text-decoration: underline !important;
    color: #B6A75B !important;
}

.reg-google {
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    height: 6.4rem;
    line-height: 6.4rem;
    border-radius: .6rem;
    background: #FFFFFF;
}

.reg-google ul li img {
    vertical-align: middle;
    margin-right: 2rem;
}

.check__main {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 13px;
}

.check__main input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #EBEBEB;
    border-radius: 50%;
    border: 1px solid #1565D8;
}

.check__main input:checked ~ .checkmark {
    background-color: #1565D8;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.check__main input:checked ~ .checkmark:after {
    display: block;
}

.c-column {
    padding-bottom: 4rem;
}

.map iframe {
    height: 100vh;
}

.contact-content h2 {
    margin-bottom: 2rem;
}

.contact-content > p:nth-child(3) {
    margin: 1rem 0;
}

.contact-content > p:nth-child(4) {
    margin-bottom: 3rem;
}

.contact-content p:last-child {
    margin-top: 2rem;
}
.contact-btn input{
    background: #fff;
    color: rgba(134, 146, 166, 1);
    border: 2px solid rgba(134, 146, 166, 1);
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.contact-content p:last-child a {
    text-decoration: underline !important;
}
.social-icon a{
    width: 32px;
    height: 32px;
    border: 1px solid #ABABAB;;
    margin-right: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.social-icon .google-w{
    display: none;
}
.social-icon .apple-w{
    display: none;
}
.social-icon .fb-w{
    display: none;
}
.social-icon a:hover .google-w{
    display: block;
}
.social-icon a:hover .fb-w{
    display: block;
}
.social-icon a:hover .apple-w{
    display: block;
}
.social-icon a:hover{
    background: #000;
}
.social-icon a:hover .google{
    display: none;
}
.social-icon a:hover .apple{
    display: none;
}
.social-icon a:hover .fb{
    display: none;
}

/*
================================
Back To Top Btn
================================
*/
#up__btn {
    opacity: 0;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 999999;
    font-size: 1.8rem;
    background: #B6A75B;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    padding: 0;
    -webkit-animation: myBtn 3.5s infinite linear;
    animation: myBtn 3.5s infinite linear;
}

#up__btn img {
    width: 12px;
    height: 16px;
    margin: 0 auto;
}

#up__btn:hover {
    -webkit-transform: translateY(-.7rem);
    -ms-transform: translateY(-.7rem);
    transform: translateY(-.7rem);
}

@-webkit-keyframes myBtn {
    0% {
        right: 3rem;
        bottom: 4rem;
    }

    25% {
        bottom: 2rem;
        right: 3rem;
    }

    50% {
        right: 3rem;
        bottom: 4rem;
    }

    75% {
        bottom: 2rem;
        right: 3rem;
    }

    100% {
        right: 3rem;
        bottom: 4rem;
    }
}

@keyframes myBtn {
    0% {
        right: 3rem;
        bottom: 4rem;
    }

    25% {
        bottom: 2rem;
        right: 3rem;
    }

    50% {
        right: 3rem;
        bottom: 4rem;
    }

    75% {
        bottom: 2rem;
        right: 3rem;
    }

    100% {
        right: 3rem;
        bottom: 4rem;
    }
}

/*developer css*/

.event-img.tr{
    height: 207px;
    border-radius: 10px;
    overflow: hidden;
}

.session-img,
.featured-events-img
{
    height: 207px;
    border-radius: 10px;
    overflow: hidden;
}

.courses-img .img,
.session-img img,
.event-img img,
.featured-events-img img {
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
    display: block;
}

/* start Testimonials */

.testimonial-text {
    height: 90px;
}

.satori-img-title.tc {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 26px;
}

.satori-img-title.tc h4 {
    color: #fff !important;
}

/* end Testimonials */


/* start tryouts */
/* .tryout .tryouts-video iframe{
    width: 570px;
    height: 361px;
} */

.tryouts-title h4 {
    font-family: Product Sans;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
}

.tryouts-title p {
    font-family: Product Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
}

/* end tryouts */

/* search header */
.header-search {
    border: none;
    background: #F8F8F8;
    border-radius: 5px;
    width: 180px;
    height: 35px;
    padding: 10px 15px;
    font-size: 12px;
}

.header-search-btn {
    background: #F8F8F8;
    height: 35px;
    padding: 0;
    width: 35px;
}

.header-nav-menu li {
    margin-right: 40px;
}

.header-nav-menu li a.active {
    color: #B6A75B !important;
}

.header-nav-menu li:last-child {
    margin-right: 0;
}


.desktop-menu ul li a {
    width: 115px;
    border-radius: 4px;
    z-index: 100;
    height: 30px;
    line-height: 30px;
}

.carousel-control-next, .carousel-control-prev {
    margin: 30px;
    width: auto !important;
}

img, svg {
    vertical-align: super;
}


/* Start Home Page */
.event-desc a {
    width: 72px;
    border: 1px solid #000000;
    height: 32px;
    background-color: #FFFFFF;
    color: #000000 !important;
    font-weight: normal;
    font-size: 18px;

}

.event-desc-1 .cb6 {
    color: black !important;
}

.event-desc-1 .cff {
    width: 72px;
    border: 1px solid #000000;
    height: 32px;
    background-color: #FFFFFF;
    color: #000000 !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

/* End Home Page */


.events-details-text .join-btn, .course-details-section .join-btn, .sessions-details-section .join-btn {
    display: block;
    width: 243px;
    height: 49px;
    line-height: 4.9rem;
    color: #000000;
    background-color: #FFF;
    border: 1px solid #000;
}

.events-details-text p {
    margin-bottom: 1.3rem;
}

.date-content {
    /*width: 142px;**/
    height: 22px;
    font-size: 15px;
    line-height: 22px;
    color: #2C2C2C;
    margin-bottom: 10px;
}

.contribution-fee-content {
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #2C2C2C;
}

.cd-title span {
    color: #474747 !important;
}

.cd-img {
    height: 423px;
}

.sd-img {
    height: 423px;
    border-radius: 10px;
    overflow: hidden;
}

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

/* Gallary */
.gellary-section .images {
    width: 134px;
    height: 43px;
    line-height: 4.3rem;
    /* color: #000000 !important;*/
    background-color: #FFF !important;
    margin-top: 40px;
    text-transform: none;
}

.gellary-section .videos {
    width: 134px;
    height: 43px;
    line-height: 4.3rem;
    /* color: #000000 !important; */
    background-color: #FFF !important;
    margin-top: 40px;
    text-transform: none;
}

.tab button.active {
    color: #000000 !important;
    background-color: #FFF !important;
    border: 1px solid #000;
}

.ga-btn a {
    display: block;
    width: 294px;
    height: 49px;
    line-height: 4.9rem;
    color: #000000 !important;
    background-color: #FFF;
    border: 1px solid #000;
}

/*missionary*/
.mix-filter-gerray .image-box img{
    height: 100%;
    object-fit: cover;
}
.image-box {
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
/*.image-box:hover p {
    bottom: 15px;
    opacity: 1;
}*/


/*=======================*/
.mix-filter-gerray .col-sm-12{
    display : grid;
    height : 1400px;
    /*grid-template-rows: repeat(3, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.portfolio-item{
    background: #ececec;
    color: #282c34;
    font-size: 16px;
    display : flex;
    justify-content: end;
    flex-direction: column;
}
.portfolio-item:nth-child(1),
.portfolio-item:nth-child(9n+1)
{
    grid-row: span 1;
}
.portfolio-item:nth-child(2),
.portfolio-item:nth-child(9n+2)
{
    grid-row: span 2;
}
.portfolio-item:nth-child(3),
.portfolio-item:nth-child(9n+3)
{
    grid-row: span 3;
}
.portfolio-item:nth-child(4),
.portfolio-item:nth-child(9n+4)
{
    grid-row: span 2;
}
.portfolio-item:nth-child(5),
.portfolio-item:nth-child(9n+5)
{
    grid-row: span 2;
}
.portfolio-item:nth-child(6),
.portfolio-item:nth-child(9n+6)
{
    grid-row: span 4;
}
.portfolio-item:nth-child(7),
.portfolio-item:nth-child(9n+7)
{
    grid-row: span 2;
}
.portfolio-item:nth-child(8),
.portfolio-item:nth-child(9n+8)
{
    grid-row: span 1;
}
.portfolio-item:nth-child(9),
.portfolio-item:nth-child(9n+9)
{
    grid-row: span 3;
}


/*==========================*/



.mix-filter-gerray p{
    font-size: 14px;
    padding: 10px;
    /*height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    /*position: absolute;*/

    /* font-size: 16px!important;
     bottom: 0;
     background: #ffffff26;
     padding: 10px 15px;
     margin: 0 10px;
     border-radius: 10px;
     color: #fff;
     transition: all .5s;
     opacity: 0;*/
}
/*

.mix-filter-gerray .col-sm-12{
    columns: 3;
    column-gap: 2rem;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(1),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+1)
{
    height: calc(339px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(2),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+2){
    height: calc(477px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(3),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+3){
    height: calc(289px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(4),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+4){
    height: calc(205px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(5),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+5){
    height: calc(286px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(6),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+6){
    height: calc(338px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(7),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+7){
    height: calc(430px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(8),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+8){
    height: calc(206px + 42px);
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(9),
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+9){
    height: calc(400px + 42px);
}
*/

/*img*/
/*

.mix-filter-gerray .col-sm-12 .image-box:nth-child(1) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+1) img
{
    height: 339px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(2) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+2) img{
    height: 477px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(3) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+3) img{
    height: 289px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(4) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+4) img{
    height: 205px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(5) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+5) img{
    height: 286px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(6) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+6) img{
    height: 338px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(7) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+7) img{
    height: 430px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(8) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+8) img{
    height: 206px;
}

.mix-filter-gerray .col-sm-12 .image-box:nth-child(9) img,
.mix-filter-gerray .col-sm-12 .image-box:nth-child(9n+9) img{
    height: 400px;
}
*/


/* End Gallary */

/* slider */
.carousel-indicators [data-bs-target] {
    border: none !important;

}

.carousel-indicators button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 100% !important;

}

.carousel-indicators button.active {
    width: 18px !important;
    border-radius: 50px !important;
    background: #B6A75B !important;


}

.height-70 {
    height: 70px;
}

.height-100 {
    height: 100px;
}

.height-50 {
    height: 50px;
}

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

.stario-img a {
    height: 385px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.stario-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*

.treenayana-img:nth-child(3n+1) .image-box:nth-child(1) {
    height: 339px;
}

.treenayana-img:nth-child(3n+1) .image-box:nth-child(2) {
    height: 205px;
}

.treenayana-img:nth-child(3n+1) .image-box:nth-child(3) {
    height: 430px;
}


!*! treenayana-img-two !*!
.treenayana-img:nth-child(3n+2) .image-box:nth-child(1) {
    height: 477px;
}

.treenayana-img:nth-child(3n+2) .image-box:nth-child(2) {
    height: 286px;
}

.treenayana-img:nth-child(3n+2) .image-box:nth-child(3) {
    height: 206px;
}

!*! treenayana-img-three !*!
.treenayana-img:nth-child(3n+3) .image-box:nth-child(1) {
    height: 289px;
}

.treenayana-img:nth-child(3n+3) .image-box:nth-child(2) {
    height: 338px;
}

.treenayana-img:nth-child(3n+3) .image-box:nth-child(3) {
    height: 345px;
}
*/


.tryout-video{
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 361px;
    margin-bottom: 26px;
}
.tryouts-title h1{
    font-size: 32px;
    margin-bottom: 8px;
}
.tryouts-title h6{
    color: #828282;
    font-size: 22px;
    margin-bottom: 20px;
}
.tryouts-description{
    color: rgba(96, 96, 96, 1);
    font-size: 16px;
    margin-bottom: 50px;
}
button#sslczPayBtn {
    display: block !important;
    width: 150px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #000000 !important;
    background-color: #FFF !important;
    border: 1px solid #000 !important;
    padding: unset !important;
    text-transform: unset !important;
    font-size: 2rem !important;
    border-radius: unset;
}

button#sslczPayBtn:hover {
    background: #B6A75B !important;
    color: #FFFFFF !important;
}

.faq-section .accordion-button {
    font-size: 1.8rem !important;
    font-weight: 600;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none
}
.faq-section .accordion-body {
    font-size: 1.4rem;
    margin-right: 10rem;
}
.faq-section .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: '-';
}
.accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 24px;
    line-height: 1.25rem;
    margin-right: 20px;
}

.terms-section p{
    font-size: 1.6rem;
}
.terms-section h3{
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 50px;
}
.terms-section .list{
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
