html{
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
.top-bar {
    background: #000;
}
.navbar {
    background: #ff91b8 !important;
    padding: 0px 60px;
}  
.navbar.nav-sticky {
    background: #ff91b8 !important;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #000;
    font-weight: 700 !important;
}
.navbar .navbar-brand img {
    max-width: 100%;
    max-height: none;
    width: 150px;
}
.hero {
    /* background-image: url(../img/bannerimage2.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-blend-mode: overlay; */
    /* padding: 200px 0px; */
    /* background-color: rgb(69 90 100 / 81%); */
}
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    padding: 0px;
    background: transparent;
    overflow: hidden;
}
.hero .hero-text {
    padding-left: 15px;
}
.hero .hero-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 60px;
}
.sectionbg {
    background: linear-gradient(to bottom, #fff 0%, #fff 2%, #fff 3%, #ff91b87d 100%);
    padding: 25px 0px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #ddd;
}
.section-header h1 {
    color: #ff1370;
    font-weight: 600;
    font-size: 32px;
}
.about .about-img img {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    /* border: 1px solid #ffcbdd; */
    /* border-radius: 10px; */
    /* object-fit: none; */
}
.about .about-text p {
    font-size: 18px;
    font-weight: 500;
    font-family: sans-serif;
    color: #000;
}
.about .about-text ul li {
    font-weight: 400;
    color: #E91E63;
    font-size: 18px;
}
.service-item.course-item {
    padding: 0px;
}
.service .service-item {
    height: 100%;
    box-shadow: 1px 1px 10px rgb(115 93 165 / 44%);
}
.service .course-item img {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    border: 1px solid #ff91b8;
    border-radius: 5px;
}
.sectionbg2 {
    background: linear-gradient(to bottom, #fff 0%, #fff 2%, #fff 3%, #ff91b87d 100%);
    /* clip-path: polygon(100% 100%, 0% 100%, 0% 92px, 100% 0%); */
    padding: 50px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #ddd;
}
.service .service-item p {
    margin: 0;
    font-size: 18px;
}
.service .service-item:hover, .service .service-item.active {
    background: #ff137082;
    color: #ffffff;
}
.service .service-icon:before, .service .service-icon:after {
    background: #ff91b8;
}
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 10px 0px;
    text-align: center;
    background: url(../img/bannerimage1.jpg);
    background-size: cover;
}
.page-header h2 {
    position: relative;
    color: #ff1370;
    font-size: 60px;
    font-weight: 700;
}
.colsection {
    margin: 0px auto;
    text-align: center;
    padding: 0px;
    background: linear-gradient(4deg, #efc6d466, transparent);
    box-shadow: 1px 1px 10px #9E9E9E;
}
.imgsection {
    /* background: linear-gradient(to bottom, #EDEAE3 0%, #EDEAE3 2%, #f1efe8 3%, #bfaae5 100%); */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); */
    /* padding: 25px; */
    /* padding-bottom: 50px; */
    margin: 0 auto;
    text-align: center;
}
.imgsection img {
    width: 250px;
    height: 200px;
}
.contentSection {
    /* background: linear-gradient(to bottom, #EDEAE3 0%, #EDEAE3 2%, #f1efe8 3%, #bfaae5 100%); */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); */
    padding: 25px;
    padding-top: 25px;
    margin: 0 auto;
    border-radius: 10px;
}
.contentSection p {
    color: #000;
    font-size: 18px;
}
.aboutsection h1, .aboutsection p {
    text-align: center;
}
#more {
    display: none;
}
.course-content p {
    font-size: 18px;
    color: #000;
}
.contentheading {
    color: #ff1370;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 40px;
}
p.contentheading1 {
    color: #ff1370;
    font-weight: bold;
    font-size: 32px;
}
.contentrow p {
    color: #000;
    font-size: 18px;
}
.course-content img {
    width: 100%;
    box-shadow: 1px 1px 10px #607D8B;
}
.course-listitems {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 0px;
    padding-left: 15px;
}
.course-listitems li .subheading {
    font-weight: 600;
    color: #ff1370;
    font-size: 18px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f85c91;
    font-weight: 900;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    color: #000;
    font-weight: 600;
}
div#myTabContent {
    height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: scroll;
}
.subcontentsofgallery {
    background: linear-gradient(to bottom, #fdeaea 0%, #e9e3e3 2%, #ebdede 3%, rgb(233 30 99 / 22%) 100%);
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.subcontentsofgallery h6 {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}
.subcontentsofgallery ul {
    padding: 0px 20px;
}
.subcontentsofgallery p, .subcontentsofgallery li {
    color: #000;
    font-size: 18px;
}
.subcontentsofgallery ul li b {
    color: #f03575;
    font-size: 20px;
    font-weight: 900;
}
.subcontentsofgallery img {
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 1px 10px #000;
    border-radius: 10px;
}
.subcontentsofgallery h4 {
    color: #f85c91;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 25px;
}
.footer {
    position: relative;
    margin-top: 45px;
    background: #ff91b8;
    padding: 50px 0px;
    text-align: center;
    font-size: 16px;
}
.footer .container-fluid {
    padding: 50px;
    background: rgb(243 55 118 / 59%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}
h4.footer-subheading {
    color: #000;
    font-weight: 700;
    font-size: 21px;
}
hr.footerhr {
    width: 60px;
    border-color: #000;
    text-align: left;
    margin: 0px;
    border-top-width: 4px;
    margin-bottom: 20px;
}
.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #000;
    transition: .3s;
    background: #f85c91;
    border-radius: 100%;
    padding: 10px 10px;
    width: 40px;
    height: 40px;
}
.footer .footer-social {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
}
.footer .copyright {
    margin-top: 11px;
    padding: 0 30px;
}
.footersectioncontent  ul {
    padding: 0px;
    padding-left: 15px;
}
.footersectioncontent ul li a {
    color: #000;
}
ul.contactusfooter {
    list-style: none;
    padding: 0px;
    padding-left: 0px;
}
.contactusfooter li i {
    color: #d1cecf;
    background: #000;
    padding: 8px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}
.contactusfooter li strong {
    font-size: 16px;
    text-transform: uppercase;
}
.contactusfooter li p {
    margin-left: 35px;
}
.footer .copyright .row {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
}
.footer .copyright p {
    margin: 0;
    color: #000;
    font-weight: 700;
}
.contact .contact-item h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ff1370;
}
.contact .contact-item p {
    font-size: 16px;
    color: #000;
}
.contact .contact-item i {
    width: 50px;
    height: 50px;
    padding: 12px 0;
    font-size: 25px;
    color: #ff1370;
    margin-bottom: 15px;
    border: 1px solid #F7CAC9;
    border-radius: 50px;
}
.contact iframe {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #607D8B;
}
.google-translate span {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    margin-top: 6px;
}
.goog-te-gadget {
    color: transparent !important;
    margin-top: -2px;
    margin-left: 5px;
}
.goog-te-gadget .goog-te-combo {
    color: blue !important;
}
.goog-logo-link {
    display:none !important;
 }
 .goog-te-gadget {
    color: transparent !important;
    margin-top: -2px;
    margin-left: 5px;
}
 .goog-te-gadget .goog-te-combo {
    color: blue !important;
 }
 .skiptranslate iframe {
    display: none;
    visibility: hidden !important;
}
.skiptranslate.goog-te-gadget span {
    display: none;
}
.mobileview{
    display: none;
}
.m-more-less-content span {
    display: inline;
}
.m-more-less-content .m-show-more, .m-more-less-content .m-show-less {
    color: #000;
    cursor: pointer;
    font-style: normal;
    background: #fe1370;
    padding: 10px;
    font-weight: 700;
    display: block;
    width: 150px;
    margin: 0px auto;
    margin-bottom: 10px;
}
.m-more-less-content .m-show-more:before {
    content: " Read More";
}
.m-more-less-content .m-more-text {
    overflow: hidden;
    display: none;
}
.m-more-less-content .m-show-less {
    display: none;
}
.m-more-less-content .m-show-less:before {
    content: " Read Less";
}
.m-display-more .m-show-more {
    display: none;
}
.m-display-more .m-more-text {
    display: inline;
}
.m-display-more .m-show-less {
    display: block;
}
.yogaimages {
    margin: 0px auto;
    text-align: center;
}
.yogaimages img {
    width: 250px;
    margin: 0px auto;
    text-align: center;
    height: auto;
    box-shadow: 1px 1px 10px pink;
}
.yoga-item {
    /* background: #e1d0d6; */
    padding: 20px;
}
h1.contentheading2 {
    text-align: center;
    padding: 20px 0px;
    font-weight: 600;
    color: #E91E63;
    font-size: 30px;
}
.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #f1c8d6;
    border: 1px solid rgba(0, 0, 0, .07);
}
.testimonial .testimonial-item p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.yogabg {
    background: linear-gradient(357deg, #ffcfdf, transparent);
    text-align: center;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .mobileview{
        display: block;
    }
    .google-translate span {
        display: inline-flex;
        color: #000;
        font-size: 14px;
        margin-top: 0px;
    }
    .hero {
        /* background-image: url(../img/bannerimage2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: overlay;
        padding: 50px 0px;
        background-color: rgb(69 90 100 / 81%); */
    }
    .hero .hero-text h1 {
        color: #fff;
        font-size: 29px;
        font-weight: 900;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .about {
        position: relative;
        width: 100%;
        padding: 45px 0;
        padding-top: 0px;
    }
    .service .service-item {
        height: 100%;
        box-shadow: 1px 1px 10px rgb(115 93 165 / 44%);
        padding-top: 10px;
    }
    .mobileheading {
        margin-top: 20px;
    }
    .page-header h2 {
        position: relative;
        color: #ff1370;
        font-size: 40px;
        font-weight: 700;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        max-height: none;
        width: 100px;
    }
    /* .section-header h1 {
        color: #ff1370;
        font-weight: 600;
        font-size: 22px;
    }
    .about .about-text p {
        font-size: 14px;
        font-weight: 500;
        font-family: sans-serif;
        color: #000;
    }
    .about .about-text ul li {
        font-weight: 400;
        color: #757575;
        font-size: 15px;
    } */
    .goalcol {
        margin-bottom: 20px;
    }
    .aboutsection {
        margin-bottom: 20px;
    }
    .about .about-img {
        height: auto;
        margin: 0px auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .about .about-img img {
        position: relative;
        width: 70%;
        height: 70%;
        object-fit: cover;
    }
}