
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
li.nav-item {
    list-style: none;
}

/* header */
.bg-blue {
    background-color: #235c27 !important;
	padding: 7px 0;
}
html {
    margin-top: 0 !important;
}
header .social-icons {
    display: none;
}
.header-top.bg-blue .row {
    text-align: center;
    width: 100%;
}
.header-top.bg-blue a{
	color: #ffffff;
    font-size: 13px;
}
.site-header .header {
    padding: 4px 0;
}
.navbar{
	padding: 8px 0;
}
.the-logo a img.custom-logo {
    width: 80%;
}
.navbar-toggler img {
    width: 30px;
}
.site-header .block .icon{
	margin-right: 5px;
	color: #ffaa19 !important;
	font-size: 16px;
}
.header .container{
	max-width: 540px;
}
header .navbar-toggler{
    position: absolute;
    top: 16px;
    right: 20px;
}
.navbar-collapse.collapse {
    display: none;
}
.navbar-collapse.collapse.show{
    display: block;
}
.header-top.bg-blue .social-icons a:hover {
    opacity: 0.7;
}
/* footer */
footer {
    display: none;
}
footer.footer {
    padding: 60px 0 70px;
}
.footer-bottom .row{
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
}
.footer-bottom .col-md-8{
    text-align: right;
    padding: 0;
}
.col-md-4.footer-logos {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.footer-logo-picture {
    display: flex;
    justify-content: center;
}
.footer-logos p {
    font-weight: 600;
}
.footer-logos img {
    width: 55px;
    margin: 4px;
    border-radius: 50%;
}
div .footer-bottom{
    padding: 10px 10px 0;
}
.overlay-dark{
    position: relative;
    z-index: 1;
}
.overlay-dark::after {
    background-color: #235c27;
    opacity: 0.9;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-logo {
    margin-bottom: 25px;
}
.text-white {
    color: #fff!important;
    line-height: 1.3;
    margin-bottom: 40px;
}
p.text-gray {
    color: white;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
li {
    list-style: none;
}
footer .social-links {
    margin-top: 25px;
    display: flex;
}
.social-links li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #728199;
    color: #ffaa19;
    border-radius: 50px;
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
}
.social-links li a span {
    font-size: 16px;
    line-height: 39px;
}
footer .mt-40{
    margin-top: 40px;
}
.footer-links a {
    position: relative;
    color: #ededed;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    display: inline-block;
}
.footer-links a::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 8px;
    font-size: 14px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
.text-primary {
    color: #ffaa19 !important;
}
.mr-2, .mx-2 {
    margin-right: 8px !important;
}
.mt-25 {
    margin-top: 25px;
}
.input-group-primary {
    height: 45px;
    border: 1px solid #7988a1;
    border-radius: 50px;
    max-width: 250px;
    position: relative;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-primary .form-control {
    height: 44px;
}
.pr-3, .px-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}
.shadow-none {
    box-shadow: none!important;
}
.border-0 {
    border: 0!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.input-group-primary .btn {
    color: #ffffff !important;
    padding: 0;
    line-height: 39px;
    height: 39px;
    width: 39px;
    font-size: 13px;
    margin-top: 2px;
    margin-right: 2px;
    background-color: #ffaa19;
    cursor: pointer;
    border: none;
}
.rounded-circle {
    border-radius: 50%!important;
}
.input-group-apend {
    position: absolute;
    top: 0;
    right: 0;
}
.footer-bottom {
    padding: 20px 10px;
    background-color: #235c27;
    color: #ffffff;
}
.text-center {
    text-align: center!important;
}
.footer-bottom p,
a,
p,
li{
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}
.footer-bottom p,
footer a{
    color: #ffffff;
}
.container, .container-sm {
    max-width: 540px;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.form-control::placeholder{
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: white !important;
    opacity: 0.7;
}
h4, .h4 {
    font-size: 20px;
}
.font-w-600 {
    font-weight: 600 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Raleway", sans-serif;
    margin: 0;
    line-height: 1.2;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.header{
    background-color: #ffffff;
}
header #Primary a:hover{
    opacity: 0.7
}
/* Banner */
.cm-banner-03 {
    padding: 100px 0;
}
.cm-banner-03.overlay-dark::after {
    opacity: 0.5;
}
.display-4 {
    font-weight: 600;
    line-height: 1.2;
}
.cm-banner-03 .display-4 {
    font-size: 38px;
}
.mb-35 {
    margin-bottom: 35px;
    margin-top: 25px;
}
.lead {
    font-size: 16px !important;
    line-height: 30px;
    color: #ffffff;
}
/* .mt-5, .my-5 {
    margin-top: 48px !important;
} */
.bg-white {
    background-color: #fff!important;
}
.banner-form {
    border: 1px solid #ffaa19;
}
.p-4 {
    padding: 24px !important;
}
input{
    width: 100%;
}
.text-dark {
    color: #35382f !important;
    font-weight: 700;
}
.mt-10 {
    margin-top: 10px;
    display: inline-block;
}
.form-control input,
.form-control select,
.form-control textarea{
    height: 45px;
    padding: 6px 12px;
    color: #495057;
    border: 1px solid #ced4da;
    margin-top: 20px;
    border-radius: 0.666667px !important;
    background-color: #f3f3f5 !important;
    width: 100%;
}
.form-control input::placeholder,
.form-control select::placeholder,
.form-control textarea::placeholder{
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #495057;
}
.form-control.select-box{
    position: relative;
    display: block;
}
.form-control.select-box:after{
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    pointer-events: none;
    position: absolute;
    top: 60%;
    transform: rotate(45deg);
    height: 6px;
    right: 18px;
    width: 6px;
}
.form-control br {
    display: none;
}
.form-control.text-area textarea{
    height: 90px;
}
.form-radio {
    padding: 15px;
    border: 1px solid #ced4da;
    margin-top: 20px;
    border-radius: 0.666667px;
    background-color: #f3f3f5;
}
.form-radio h5.text-dark {
    margin-bottom: 10px;
}
.yoga-radio span.wpcf7-list-item {
    margin: 0 20px 0 0;
}
.yoga-radio label {
    display: flex;
    align-items: center;
}
.yoga-radio span.wpcf7-list-item-label {
    margin-right: 10px;
}
.yoga-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    display: block;
}
.btn-primary {
    color: #35382f;
    background-color: #ffaa19;
}
.btn {
    font-weight: 600;
    text-transform: uppercase;
    padding: 19px 28px;
    border: 0;
    width: 164px;
    margin-top: 24px;
    display: inline-block;
}
.transition-btn{
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.transition-btn:after{
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
}
.transition-btn:hover::after {
    height: 100%;
    bottom: 100%;
    -webkit-transition: height 0.3s, bottom 0.7s;
    transition: height 0.3s, bottom 0.7s;
}
/* Yoga Ashram */
.section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h1, .h1, h2, .h2, h3 {
    font-weight: 700;
    line-height: 1.39;
}
h2, .h2 {
    font-size: 28px;
}
/* Yoga Ashram */
.cm-wcu-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(2 94 44 / 63%);
    z-index: 0;
}
.overlay::after, .overlay-light::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.35;
}
.cm-wcu-area {
    position: relative;
}
.cm-wcu-area p{
    margin-bottom: 5px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
ul#Primary {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
header #Primary a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px !important;
    color: #ffaa19;
}
.header-top.bg-blue .container{
    justify-content: center;
}
/* International-Yoga */
h4, .h4 {
    font-size: 20px;
    font-weight: 700;
}
/* Yoga Training */
.no-gutters iframe {
    width: 100%;
    height: 600px;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.mt-30 {
    margin-top: 30px;
}
.check-list li {
    position: relative;
    margin-top: 15px;
}
.check-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 10px;
    font-size: 80%;
    color: #ffaa19;
}
.mb-4, .my-4 {
    margin-bottom: 24px !important;
}
section.asan-repeater:nth-child(odd) {
    background-color: #f3f3f3 !important;
}
.asan-repeater.p-4{
    padding: 7px !important;
}
section.asan-repeater .row {
    width: 100%;
}
.asan-repeater .align-items-center{
    align-items: flex-start !important;
}
/* CTA */
.mb-30 {
    margin-bottom: 8px;
}
.cm-cta .btn.btn-primary{
    padding: 15px 13px;
    width: 150px;
}
/* Outcome */
h3, .h3 {
    font-size: 22px;
}
.cm-services p {
    color: #000;
}
.cm-services p.bold,
.international strong{
    font-weight: 600;
}
.mt-4, .my-4 {
    margin-top: 24px !important;
}
.mb-2, .my-2 {
    margin-bottom: 8px !important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
/* Instructor */
.instructor .no-gutters iframe{
    height: 400px;
}
.mt-4, .my-4 {
    margin-top: 24px !important;
}
.p-4 {
    padding: 24px!important;
}
/* Book Now */
a.booknow-btn {
    display: block;
    position: fixed;
    z-index: 999;
    right: -38px;
    top: 20em;
    background-color: #ffaa19;
    padding: 8px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.scroll-to-top {
    position: fixed;
    background: #ffaa19;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 995;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    bottom: 10px;
    transform: translateY(100px);
}
a.scroll-to-top.show{
    transform: translateY(0);
}
#contact-link.overlay-dark::after{
	opacity: 0.6;
}
a.brochure{
    display: block;
    position: fixed;
    z-index: 999;
    right: -37px;
    top: 12em;
    background-color: #ffaa19;
    padding: 8px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.brochure.book-now.booknow-btn {
    top: 22em;
    right: -40px;
}
.yoga-whatsaap{
    position: fixed;
    z-index: 999999;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #11dc5d;
    top: 19.8em;
    right: 1px;
}
.yoga-whatsaap i.fa-brands.fa-whatsapp{
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yoga-whatsaap .fa-whatsapp:before{
    font-size: 35px;
}

/* Fee */
section#fee {
    padding: 30px 15px;
}
#fee .col-lg-12.mt-4 {
    margin-top: 0 !important;
    text-align: center;
}
.yoga-fee h2 {
    line-height: 1.3;
    margin-bottom: 7px;
    font-size: 30px;
}
.yoga-fee h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffaa19;
    font-size: 18px;
}
.yoga-fee h4 strong {
    color: #000;
}
.yoga-fee h4 del {
    font-size: 22px;
}
.fee-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffaa19;
}
.fee-wrapper h5 strong {
    color: #000;
}
/* Google rating */
.google-wrapper {
    display: flex;
	align-items: center;
	width: 240px;
}
.google-image img {
    width: 40px;
}
img.rating-image {
    width: 150px;
	margin-bottom: -8px;
}
.google-image {
    margin-right: 10px;
	margin-top: 10px;
}
.google-rating {
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}
.google-rating-content strong {
    font-weight: bold;
	font-size: 14px;
}
#fee .google-wrapper{
	margin-top: 30px;
    justify-content: center;
    width: 100%;
}
#fee .google-rating-content strong {
    font-size: 16px;
}
#fee img.rating-image {
    margin-bottom: 0px;
    margin-top: 3px;
}
#fee .google-rating-content {
    text-align: left;
}

/* accordian */
.accordion .accordion-item{
    margin: 10px 0;
    overflow: hidden;
}
.accordion-titel{
    cursor: pointer;
}
.accordion-contant{
    display: none;
}
.accordion-titel h4,
.accordion-titel h3{
    position: relative;
    padding-left: 30px;
    font-size: 20px;
}
.accordion-titel h3{
    padding-left: 40px;
}
.accordion-titel h4 span,
.accordion-titel h3 span{
    position: absolute;
    left: 0;
    top: 0;
}
.accordion-titel i.fa-solid.fa-minus {
    display: none;
}
.accordion-titel.close-icon i.fa-solid.fa-minus{
    display: block;
    text-rendering: optimizeLegibility;
}
.accordion-titel.close-icon i.fa-solid.fa-plus{ 
    display: none;
}
/* Thankyou */
.thankyou {
    height: 50vh;
    margin-top: 250px;
}
.thankyou {
    height: 120vh;
    margin-top: 50px;
    text-align: center;
    padding: 0 50px;
}
h1.thank-you-title {
    font-size: 50px;
    color: #ffaa19;
    margin-bottom: 30px;
}
.thankyou p {
    font-size: 20px;
}
/* Call-to-action */
.call-to-action.section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0;
}
.call-to-action.section.overlay-dark::after{
    opacity: 0.7;
}
/* FAQ */
.yoga-FAQ .row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.faq-wrapper {
    width: 100%;
}
.faq-wrapper h2 {
    margin-bottom: 20px;
    color: #235c27;
}
.faq-wrapper .accordion-contant{
    padding-left: 40px;
}
.accordion-contant .check-list{
    margin-top: 20px;
    margin-bottom: 10px;
}
.table-heading th:first-child{
    text-align: center;
}
tr.table-heading{
    background-color: #235c27;
}
table tr.table-row{
    border-bottom: 1px solid #ffaa19;
}
.table-heading th{
    padding: 15px 0 15px 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}
th:first-child {
    width: 22%;
    padding-left: 20px;
    text-align: left;
    padding: 15px 0 15px 0;
    font-family: "Poppins", sans-serif;
}
th:nth-child(2),
th:nth-child(3){
    width: 20%;
    text-align: center;
}
.faq-table{
    width: 100%;
    padding-top: 10px;
}
table.col-lg-12 {
    border-collapse: collapse;
}
a.table-book {
    font-weight: 600;
    color: #ffaa19;
}
.table-row-first-child th:nth-child(3){
    color: #235c27;
}
.faq-wrapper .accordion-titel h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.faq-table tr:nth-child(2) a.table-book {
    color: #235c27;
}
/* Acharya slider */
.acharya-repeater img{
    /* max-width: 466px; */
    width: 100%;
    min-height: 237px;
    margin-left: auto;
    width: 100%;
    height: 100%;
}
/*  Popup */
.newsletter-popup, .video-popup-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);  
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.newsletter-form {
    overflow: auto;
    width: 830px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    padding: 40px 100px;
    border: 1px solid #ffaa19; 
}

.newsletter-form .close-btn, .video-popup-wrap .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.text-center {
    text-align: center;
}
.two-field{
    display: grid;
    grid-template-columns: repeat(2, 1fr);  
    grid-column-gap: 30px;
}
.form-field {
    margin-bottom: 15px;
    position: relative;
}
.form-field input[type='text'], .form-field input[type='email'], .form-field input[type='tel'], textarea {  
    height: 45px;
    padding: 6px 12px;
    color: #495057;
    border: 1px solid #ced4da;
    margin-top: 20px;
    border-radius: 0.666667px !important;
    background-color: #f3f3f5 !important;  
    width: 100%;
    font-family: "Poppins", sans-serif !important;
}
.form-head p {
    font-size: 29px; 
    color: #ffaa19;
    font-weight: 700;
}
.form-cont p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center; 
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit {   
    font-weight: 600;
    text-transform: uppercase;
    padding: 19px 28px;
    border: 0;
    width: 164px;
    margin-top: 24px;
    display: inline-block;
    background-color: #ffaa19;  
    margin: 0 auto;
    display: block; 
}
/* .newsletter-popup{
    display:none; 
} */
#ankit-garg ul li {
    color: #fff;
    list-style: disc; 
    margin-left: 19px;
    margin-bottom: 10px; 
}
#ankit-garg  p {
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 30px !important;
}
.yoga-fee .fee-wrapper, #fee .google-wrapper{ 
    display: none !important;
}
