@font-face {
    font-family: Nexa;
    src: url("../font/Nexa\ Bold.otf") format("opentype");
}

@font-face {
    font-family: Nexa-light;
    src: url("../font/NexaBook.otf") format("opentype");
}


body{
    background-color: #fff8ea;
    padding: 6px 10px;
    font-family: 'Nexa';
}
a{
    text-decoration: none;
}
p,li,a{
    font-family: Nexa-light;
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: normal;
}
.satvik-yogashala-india-logo{
    width: auto;
    height: 70px;
    object-fit: contain;
}
#header{
    position: relative;
    z-index: 999;
}
.header-top-bar-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 20px;
}


#header ul.navbar-nav .dropdown-item {
    padding: 9px 35px 9px 15px;
    display: block;
    border-bottom: 1px dashed #ddd;
    position: relative;
    z-index: 9;
    transition: .6s;
}
#header ul.navbar-nav .dropdown-item:hover {
    transition: .6s;
    color: #c58729;
    background-color: #fff;
    padding: 9px 25px;
}
#header ul.navbar-nav .dropdown-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: .6s;
    z-index: -1;
    background-color: #c58729;
}
#header ul.navbar-nav .dropdown-item:hover:before {
    width: 100%;
    transition: .6s;
}


.header-top-bar-information-wrap{
    display: flex;
    justify-content: flex-end;
}
.satvik-yogashala-info-box{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-right: 60px;
    position: relative;
    z-index: 9;
}
.satvik-yogashala-info-box:before{
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    bottom: 0;
    left: auto;
    border-right: 2px dashed #c58729;
    width: 2px;
    height: 100%;
    transform: skewX(-11deg);
}
.satvik-yogashala-info-box:last-child::before{
    display: none;
}
.satvik-yogashala-icon-wrap{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    border: 2px solid #c58729;
    margin-right: 10px;
}
.satvik-yogashala-icon{
    width: 65%;
    height: 65%;
    object-fit: contain;
}
.satvik-yogashala-info-title{
    display: block;
    line-height: normal;
    font-family: Nexa;
}
.satvik-yogashala-info-content{
    margin-bottom: 0 !important;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.satvik-yogashala-info-text{
    font-size: 15px;
}
.navbar-brand{
    display: none;
}
.navigation-wrap{
    background-color: #c58729;
}
.navigation-wrap .container-fluid{
    padding: 0;
}
.navigation-wrap .navbar{
    padding: 0;
}
.navigation-wrap .navbar .nav-item{
    position: relative;
    z-index: 9;
}
.navigation-wrap .navbar .nav-item:before{
    position: absolute;
    content: "";
    right: 0;
    width: 2px;
    height: 65%;
    margin: auto;
    border-right: 2px dashed #ffffff3b;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.navigation-wrap .navbar .nav-item:last-child::before{
    display: none;
}
.navigation-wrap .navbar .nav-link{
    color: #fff;
    font-size: 18px;
    padding: 10px 27px 7px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: space-between;
}
.enroll-navigation-button{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 15px;
    transition: 0.3s;
    background-color: #fff;
    border: 3px solid #c58729;
    position: relative;
    z-index: 9;
}
.enroll-navigation-button::before{
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 100%;
    background-color: #c58729;
    top: 0;
    transition: 0.3s;
    z-index: -1;
}
.enroll-navigation-button:hover:before{
    transition: 0.3s;
    width: 100%;
}
.enroll-navigation-button:hover .enroll-navigation-icon.light{
    display: inline-block;
    transition: 0.3s;
}
.enroll-navigation-button:hover .enroll-navigation-icon.dark{
    display: none;
    transition: 0.3s;
}
.enroll-navigation-button:hover .enroll-navigation-text{
    transition: 0.3s;
    color: #fff;
}
.enroll-navigation-icon{
    width: auto;
    height: 30px;
    object-fit: contain;
    margin-right: 14px;
    transition: 0.3s;
}
.enroll-navigation-text{
    font-size: 18px;
    color: #c58729;
    font-family: Nexa;
    transition: 0.3s;
}
.enroll-navigation-icon.light{
    display: none;
    transition: 0.3s;
}
.satvik-yogashala-bannar-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
#satvik-yogashala-banner{
    height: 90vh;
    position: relative;
    overflow: hidden;
    z-index: 9;
    /* background-image: url("../images/satvik-yoga-banner.jpg");
    background-size: contain; */
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 24px 32px 17px #c5872924;
}
.satvik-banner-image-wrap{
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin-left: auto;
}
.satvik-banner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.satvik-yttc-semi-circle{
    position: absolute;
    left: -20px;
    object-fit: contain;
    width: 100%;
    height: 95%;
    object-position: left;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    transform: rotate(-4deg);
}
.satvik-yttc-semi-circle.right{
    position: absolute;
    right: -20px;
    object-fit: contain;
    width: 100%;
    height: 95%;
    object-position: right;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    transform: rotate(8deg);
}
.satvik-banner-image-border{
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    z-index: 9;
    border: 1px solid #c58729;
    border-radius: 50%;
    transition: 0.5s;
    animation: angry-animation 55s infinite;
}
.satvik-banner-small-circle-top{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c58729;
    top: -8px;
    transition: 0.5s;
    z-index: 9;
}
.satvik-banner-small-circle-bottom{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c58729;
    bottom: -8px;
    transition: 0.5s;
    z-index: 9;
}
.satvik-yoga-title{
    color: #c58729;
    font-size: 26px;
    margin-bottom: 15px;
}
.satvik-yoga-ttc-banner-heading{
    font-size: 40px;
    font-family: Nexa;
    text-align: left;
}
.theme-button{
    font-size: 17px;
    position: relative;
    z-index: 9;
    background-color: #fff;
    display: inline-block;
    font-family: Nexa;
    color: #c58729;
    border: 2px solid #c58729;
    padding: 12px 20px 9px;
    transition: 0.3s;
}
.theme-button::before{
    position: absolute;
    content:"";
    left: 0;
    top:0;
    width: 0%;
    transition: 0.3s;
    height: 100%;
    background-color: #c58729;
    z-index: -1;
}
.theme-button:hover:before{
    transition: 0.3s;
    width: 100%;
}
.theme-button:hover{
    transition: 0.3s;
    color: #fff;
}
.satvik-gap{
    padding: 70px 0;
}
.satvik-tag-image-wrap{
    width: 170px;
    height: 170px;
    border: 2px solid #c58729;
    padding: 4px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 8px 0px #00000036;
}
.satvik-tag-image-wrap::before{
    position: absolute;
    content: "";
    left: 23px;
    bottom: 0;
    width: 50%;
    height: 35px;
    z-index: -1;
    background-color: #c58729;
}
.satvik-tag-image-wrap::after{
    position: absolute;
    content: "";
    right: 23px;
    bottom: 0;
    width: 50%;
    height: 35px;
    z-index: -1;
    background-color: #c58729;
}
.satvik-tag-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.satvik-tag-text{
    text-align: center;
    background-color: #c58729;
    color: #fff;
    font-size: 17px;
    padding: 6px 10px 3px;
    width: 90%;
    margin: -10px auto auto;
    z-index: 9;
    position: relative;
}
.chakra-wrap{
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.chakra{
    position: absolute;
    right: -130px;
    bottom: 10px;
    width: 600px;
    height: 600px;
    z-index: -1;
    object-fit: contain;
    opacity: 0.04;
    object-position: right;
    animation: angry-animation 55s infinite;
}
.common-heading{
    font-size: 36px;
    text-align: center;
    margin-bottom: 5px;
    font-family: Nexa;
}
.common-heading-bottom{
    font-size: 28px;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 0px 20px;
    font-style: italic;
    margin-bottom: 0;
    color: #c58729;
}
.common-heading-bottom::before{
    position: absolute;
    content: "";
    left: -100px;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    margin: auto;
    right: auto;
    background-color: #c58729;
}
.common-heading-bottom::after{
    position: absolute;
    content: "";
    right: -100px;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    margin: auto;
    left: auto;
    background-color: #c58729;
}
.common-heading-wrap{
    margin-bottom: 40px;
}
.satvik-two-image-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
.satvik-two-image-box{
    width: 49%;
    height: 380px;
    padding: 5px;
    border: 2px solid #c58729;
    position: relative;
    background-color: #fff;
    z-index: 9;
    margin: 25px 0;
}
.satvik-two-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-left{
    position: absolute;
    content: "";
    width: 6px;
    height: 40%;
    background-color: #c58729;
    left: -5px;
    bottom: -5px;
}
.border-bottom{
    position: absolute;
    content: "";
    width: 60%;
    height: 7px;
    background-color: #c58729;
    left: -5px;
    bottom: -5px;
}
.border-right{
    position: absolute;
    content: "";
    width: 6px;
    height: 40%;
    background-color: #c58729;
    right: -5px;
    top: -5px;
}
.border-top{
    position: absolute;
    content: "";
    width: 60%;
    height: 7px;
    background-color: #c58729;
    right: -5px;
    top: -6px;
}
.play-icon-wrap{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    z-index: 999;
    height: 100px;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
}
.play-icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.play-icon-wrap .satvik-banner-image-border{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.play-icon-wrap .satvik-banner-small-circle-top {
    width: 10px;
    height: 10px;
    top: -5px;
}
.play-icon-wrap .satvik-banner-small-circle-bottom {
    width: 10px;
    height: 10px;
    bottom: -5px;
}
.satvik-course-image{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
#satvik-yttc-course-list{
    overflow: hidden;
}
.satvik-course-wrap{
    position: relative;
    z-index: 9;
    margin-top: 50px;
}
.satvik-course-wrap::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000001a;
}
.satvik-course-price{
    position: absolute;
    left: 18px;
    z-index: 9;
    top: -18px;
    background-color: #ffffff;
    color: #c58729;
    padding: 6px 18px;
    border: 1px solid #c58729;
}
.course-detail-button{
    position: absolute;
    right: 18px;
    bottom: -27px;
}
.satvik-yoga-course-info-wrap{
    position: absolute;
    z-index: 9;
    bottom: 25px;
    width: 96%;
    left: 0;
}
.satvik-course-heading{
    font-size: 17px;
    font-family: Nexa;
    font-weight: 400;
    padding: 8px 9px;
    background-color: #c58729;
    margin-bottom: 15px;
    color: #fff;
}
.satvik-yoga-course-tags-wrap .satvik-yoga-course-tag{
    border: 2px solid #c58729;
    background-color: #fff;
    font-size: 13px;
    margin: 2px 0;
    text-align: center;
    color: #000;
    width: 48%;
    padding: 4px 8px 2px;
}
.rishikesh-yttc-image-wrap{
    width: 96%;
    height: 480px;
    padding: 5px;
    border: 2px solid #c58729;
    position: relative;
    z-index: 9;
}
.rishikesh-yttc-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.satvik-count-bg{
    width: 127px;
    height: 137px;
    position: relative;
    z-index: 9;
    margin: auto;
    margin-bottom: 12px;
}
.satvik-count-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.count-number{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 27px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}
.satvik-count-heading{
    text-align: center;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    padding-bottom: 8px;
    z-index: 9;
}
.satvik-count-heading:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 95px;
    height: 2px;
    border-bottom:2px solid #c58729;
}
.satvik-count-box{
    width: 95%;
    margin: 0px auto 20px;
}
.satvik-slider-image{
    height: 250px;
    margin: 5px 15px;
    position: relative;
    border: 2px solid #c58729;
    z-index: 9;
}
.satvik-yoga-ttc-india-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-list-image-slider{
    margin: 30px 0;
}
.sub-heading{
    font-size: 25px;
    font-family: Nexa;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    z-index: 9;
}
.sub-heading:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #c58729;
    z-index: -1;
}
.sub-heading:after{
    position: absolute;
    content: "";
    left: 15px;
    bottom: -2px;
    width: 50px;
    height: 7px;
    background-color: #c58729;
    z-index: -1;
}
.kysi-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.kysi-list li {
    padding-left: 40px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.kysi-list li .list-icon {
    position: absolute;
    left: 8px;
    top: 0px;
    width: 18px;
    background-image: url(../images/list-icon.webp);
    background-repeat: no-repeat;
    height: 18px;
    background-size: contain;
}
.satvik-yogashala-box{
    border: 2px solid #c58729;
    padding: 50px 30px 20px;
    position: relative;
    width: 97%;
    margin-left: auto;
    z-index: 9;
    background-color: #fff;
}
.sideby-section{
    position: relative;
    z-index: 9;
}
.sidebyside-image{
    position: absolute;
    right: 0;
    top:0;
    width: 48%;
    height: 100%;
    object-fit: cover;
}
.satvik-box-iframe{
    width: 100%;
    height: 235px;
    padding: 5px;
    border: 2px solid #ddd;
}
.yoga-alliance-icon{
    width: 100%;
    object-fit: contain;
    height: 110px;
    object-position: center;
    margin-bottom: 15px;
}
#online .sidebyside-image{
    position: absolute;
    left: 0;
    top:0;
    width: 48%;
    height: 100%;
    object-fit: cover;
}
.online-course-box{
    border: 2px solid #c58729;
    position: relative;
    z-index: 9;
    margin-top: 35px;
}
.online-course-box-image{
    width: 100%;
    object-fit: cover;
    height: 370px;
    margin-bottom: 15px;
}
.online-course-content-wrap{
    width: 90%;
    margin: auto auto 30px;
}
#bg-section,#bg-section-other{
    background-image: linear-gradient(to right, #000000e6 50%, #ffffff00),url(../images/yoga-bg-section-image.webp);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    background-position: right;
}
#bg-section .common-heading-bottom,#bg-section-other .common-heading-bottom,#page-banner .common-heading-bottom{
    color: #c58729;
}
#bg-section .common-heading-bottom:before,#bg-section .common-heading-bottom:after,
#page-banner .common-heading-bottom:before,#page-banner .common-heading-bottom:after,
#bg-section-other .common-heading-bottom:before,#bg-section-other .common-heading-bottom:after{
    background-color: #c58729;
}
#bg-section .common-heading-bottom,#bg-section-other .common-heading-bottom,#page-banner .common-heading-bottom{
    margin-left: 100px;
}
.accordion-button{
    border-bottom: 2px solid #ddd;
    font-family: Nexa;
}
.accordion-button:focus {
    border-color: #c58729;
    box-shadow: none;
    background-color: #fff;
    color: #c58729;
}
.accordion-button::after{
    background-image: url("../images/arrows-faqs.svg") !important;
}
.accordion-item{
    border:none;
}
.accordion-item:last-child .accordion-button{
    border:none;
}
.inspirational-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inspirational-box{
    width: 48%;
}
.inspiration-guru-image{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 2px solid #c58729;
    margin-bottom: 10px;
    padding: 5px 8px;
    background-color: #fff;
}
#faqs .satvik-count-heading {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
.team-skills{
    font-size: 14px;
    width: 90%;
    margin: 8px auto 25px;
}

.testimonial-quote{
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
    margin: auto auto 20px;
}
.testimonial-text{
    text-align: center;
    padding: 0 18px;
    margin-bottom: 20px;
}
.morecontent span{
    display: none;
    transition: 0.3s;
}
.morelink{
    display: inline-block;
    color: #c58729;
    transition: 0.3s;
}
.morelink:hover{
    transition: 0.5s;
    color: #202020;
}
.testimonial-image{
    width: 90px;
    height: 90px;
    display: block;
    object-fit: contain;
    border: 2px solid #c58729;
    margin: auto auto 4px;
    border-radius: 50%;
    padding: 5px;
}
.testimonial-name{
    text-align: center;
    font-size: 20px;
    color: #c58729;
    margin-bottom: 4px;
    font-family: Nexa;
}
.testimonial-country{
    color: #939393;
    text-align: center;
    font-weight: 100;
}
.testimonial-slider{
    margin-top: 80px;
    margin-bottom: 50px;
}
#testimonial .theme-button-white{
    margin-right: 20px;
    padding: 5px 30px;
}
#testimonial .theme-button-color{
    padding: 5px 30px;
}
.count-rating{
    font-weight: 700;
    color: black;
    margin-bottom: 0px;
    text-align: center;
    line-height: normal;
}
.rating-name{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4px;
    margin-bottom: 0;
}
.other-review-image{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto auto 12px;
    display: block;
}
.star-rating{
    height: 15px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 8px;
    display: block;
}
.other-reviews-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#other-reviews{
    padding: 15px 0;
}
.other-review-box{
    width: 20%;
    position: relative;
    z-index: 9;
}
.other-review-box::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    z-index: -1;
    height: 100%;
    transform: rotate3d(1, 1, 1, 33deg);
    border-right: 1px dashed #a6a6a6;
}
.other-review-box:last-child::before{
    display: none;
}
.video-review-iframe{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.video-review-box{
    position: relative;
    z-index: 9;
    border: 2px solid #c58729;
    margin: 8px 8px;
}











#footer{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 36px -3px #c5872924;
    padding-top: 20px;
    background-color: #fff;
}
.footer-header{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}
.footer-header::before{
    position: absolute;
    content: "";
    left:0;
    bottom:-4px;
    width: 100%;
    height: 1px;
    background-color: #c58729;
}
.footer-logo{
    width: auto;
    height: 60px;
    object-fit: contain;
}
.footer-social-media{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-media-image{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.social-media-link{
    display: inline-block;
    margin-right: 15px;
}
.footer-wrap {
    width: 92%;
}
.footer-list a{
    font-size: 15px;
    display: block;
    padding: 2px 0 5px;
    border-bottom: 1px dashed #c58729;
}
.quick-link-wrap{
    margin: auto;
}
.contact-list{
    padding-left: 0;
}
.contact-list li{
    display: flex;
    margin-bottom: 8px;
    padding: 2px 0 5px;
    border-bottom: 1px dashed #c58729;
}
.contact-list-icon{
    width: 22px;
    height: 23px;
    object-fit: contain;
    margin-right: 20px;
}
.contact-list a{
    font-size: 15px;
    padding: 1px 0 5px;
    display: block;
    text-align: left;
}
.footer-contact-wrap{
    margin-left: auto;
}
.bottom-bar{
    margin-top: 45px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bottom-bar:before{
    position: absolute;
    content: "";
    left:0;
    top:-15px;
    width: 100%;
    height: 1px;
    background-color: #c58729;
}
.copyright p{
    font-size: 14px;
    margin-bottom: 10px;
}
.bottom-link{
    display: flex;
}
.bottom-link a{
    font-size: 14px;
    position: relative;
    margin-right: 17px;
}
.bottom-link a::before{
    position: absolute;
    content:"";
    right: -9px;
    top:0;
    height: 100%;
    width:1px;
    background-color: #000;
}
.bottom-link a:last-child:before{
    display: none;
}
#footer .sub-heading:after {
    bottom: -2.5px;
}
#footer .sub-heading{
    display: block;
    color: #c58729;
    font-size: 22px;
    margin-top: 25px;
}
#footer .chakra{
    opacity: 0.02;
}
.heart {
    width: 20px;
    height: 20px;
    margin: 0 6px;
}
.bottom-bar-brand {
    width: auto;
    height: 17px;
    margin-left: 5px;
    display: inline-block;
}
.satvik-yoga-course-tags-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 10px;
}
.accordion-item{
    margin-bottom: 8px;
}
.kysi-list.footer-list li{
    padding-left: 0;
}
.kysi-list.footer-list li a{
    transition: 0.3s;
}
.kysi-list.footer-list li a:hover{
    transition: 0.3s;
    padding-left: 12px;
}
#page-banner{
    padding: 110px 0;
    position: relative;
    z-index: 9;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 24px 32px 17px #c5872924;
}
#page-banner:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgb(0 0 0) 4%, rgb(0 0 0 / 73%) 76%);
    opacity: 0.75;
    border-radius: 0px 0px 15px 15px;
}
#page-banner .page-banner-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 15px 15px;
    z-index: -1;
    object-fit: cover;
}
.page-banner-heading{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
#page-banner .common-heading-bottom{
    text-shadow: 0px 0px 3px #000;
    font-size: 22px;
    margin-left: 0;
}
#page-banner .col-lg-12{
    text-align: center;
}
.my-breadcrumb {
    background-color: #fff;
    width: 400px;
    border: 1px solid #c58729;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: -20px;
    margin: auto;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 8px 15px 6px;
    justify-content: center;
}
.breadcrumb-item a {
    font-weight: 600;
    color: #c58729;
}
#teacher-detail .satvik-tag-image-wrap{
    width: 330px;
    height: 330px;
}
.teacher-details-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px 15px;
}
.teacher-detail-image{
    width: 330px;
}
.teacher-detail-info{
    width: calc(100% - 370px);
}
.teacher-detail-info p:last-child{
    margin-bottom: 0;
}
#teacher-detail .satvik-tag-image-wrap::before{
    left: 90px;
    width: 18%;
    height: 25px;
}
#teacher-detail .satvik-tag-image-wrap::after{
    right: 90px;
    width: 18%;
    height: 25px;
}
#teacher-detail .team-skills{
    margin-bottom: 0;
}
.schedule-box,.schedule-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.schedule-box{
    padding: 8px 0px;
    background-color: #fff;
    width: 49%;
    margin-bottom: 10px;
    box-shadow: 0px 20px 11px -19px #c5872924;
    border-radius: 15px;
}
.schedule-time{
    font-weight: 600;
    width: 35%;
    text-align: center;
    padding: 12px 10px;
    margin-bottom: 0;
    color: #c58729;
    border-right: 1px solid #c58729;
}
.schedule-task{
    width: 65%;
    padding: 12px 15px;
    margin-bottom: 0;
}
.dates-price-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 30px;
    background-color: #fff;
    box-shadow: 0px 20px 11px -19px #c5872924;
    border-radius: 15px;
}
.dates-price-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
}
.dates-box{
    width: 32%;
    padding: 10px 8px;
    border-bottom: 1px solid #c58729;
}
.dates-price-accommodation-wrap{
    width: 23%;
}
.dates-seat{
    padding: 5px 8px 3px;
    font-size: 13px;
    background-color: #efdfc5;
    display: inline-block;
    font-weight: 500;
}
.dates-count{
    margin-bottom: 8px;
}
.dates-seat{
    margin-bottom: 0;
}
.dates-box:nth-last-child(-n + 3){
    border: none;
}
.dates-price-accommodation-wrap{
    text-align: center;
    position: relative;
    padding: 45px 10px;
    z-index: 9;
}
.dates-price-accommodation-wrap:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-left: 1px solid #c58729;
    width: 1px;
    height: 100%;
}
.date-room-price{
    text-align: center;
    font-size: 25px;
}
.date-room-type{
    background-color: #c58729;
    color: #fff;
    padding: 4px 8px 3px;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 6px;
}
.notes{
    padding: 10px 10px 10px 18px;
    font-weight: 600;
    font-style: italic;
    background-color: #fff;
    border-left: 3px solid #c58729;
}
#contact-us .satvik-yogashala-info-box{
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
#contact-us .satvik-yogashala-info-box:before{
    display: none;
}
#contact-us .satvik-yogashala-info-content{
    width: calc(100% - 70px);
}
#contact_message,#enroll_message{
    height: 195px;
}
.google-map{
    width: 100%;
    border-radius: 15px;
    height: 240px;
    overflow: hidden;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #c58729;
}
#map .satvik-yogashala-info-box{
    margin-right: 0 !important;
    width: 100%;
}
#map .satvik-yogashala-info-box:before{
    display: none;
}
#map .header-top-bar-information-wrap{
    flex-wrap: wrap;
}
.map-react-paragraph{
    padding-left: 60px;
}
.full-width-image{
    width: 94%;
    height: 400px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    object-fit: cover;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #c58729;
}
.cc2{
    column-count: 2;
}
.qr-payemnt{
    width: 100%;
    height: auto;
}
#header-navigation.fixednav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation:1s forwards smoothScroll;
    border-bottom: 1px solid #dbdbdb;
}
.team-page #team{
    display: none;
}



.portfolio-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0;
}

.portfolio-menu ul li {
    border: 2px solid #c58729;
    padding: 10px 25px 6px;
    border-radius: 25px;
    background-color: #fff;
    color: #c58729;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 5px 8px;
    line-height: normal;
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
  color: #fff;
  background-color: #c58729;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-menu ul li:last-child {
  margin-right: 0;
}

#gallery .lightbox {
  display: block;
  box-shadow: 0px 0px 2px 0 #939393;
  border-radius: 20px;
  overflow: hidden;
}

#gallery .portfolio-item {
  margin: 30px auto;
}

#gallery .portfolio-item .item {
  width: 33.3%;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0px 8px;
}

#gallery .portfolio-item .item img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
  object-fit: cover;
}

#gallery .portfolio-item .item img.campus-img {
  height: 310px;
}

#gallery .portfolio-item .item img.excurcion-img {
  height: 230px;
}

#gallery .portfolio-item .item img.accommodation-img {
  height: 420px;
}

#gallery .portfolio-item .item.classes img {
  height: 450px;
}

#gallery .portfolio-item .item div {
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
button:focus{
    box-shadow: none !important;
}
.header-button-link {
    color: #000;
    display: block;
    font-family: "Nexa";
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
}
.offcanvas-body .accordion-item{
    background-color: transparent;
    margin-bottom: 0;
}
.offcanvas-body .accordion-button{
    background-color: transparent;
}
.offcanvas-body .accordion-item:last-child .accordion-button{
    border-bottom: 1px solid #ddd;
}
.error-message,.success-message{
    font-weight:500;
    margin-top:18px;
    text-align: center;
     display:none; 
    padding:7px 15px 4px;
}
.success-message{
    border:2px solid #147c00;
    background-color:#eef6ed;
    color:#147c00;
}
.error-message{
    color:#bd0006;
    border:2px solid #bd0006;
    background-color:#f6dedf;
}

@media(max-width:1400px){
    .other-review-box::before{
        transform: rotate3d(1, 1, 1, 18deg);
    }
    #bg-section, #bg-section-other{
        background-position: 60%;
    }
    .satvik-banner-image-wrap{
        width: 415px;
        height: 415px; 
    }
    .satvik-yoga-course-tags-wrap .satvik-yoga-course-tag{
        width:48.5%;
        padding: 4px 4px 2px;
    }
    .satvik-yoga-course-info-wrap{
        width:98%;
    }
    .satvik-yoga-course-tags-wrap{
        margin-left: 2%;
    }
}

@media(max-width:1200px){
    .portfolio-menu ul li{
        padding: 10px 15px 6px;
        margin: 5px 5px;
    }
    #gallery .portfolio-item .item img.excurcion-img {
    height: 200px;
}
#gallery .portfolio-item .item img.accommodation-img {
    height: 380px;
}
    .schedule-box{
        width: 100%;
    }
    .satvik-tag-text{
        font-size: 16px;
        padding: 6px 2px 3px;
        width: 100%;
    }
    #teacher-detail .satvik-tag-image-wrap {
    width: 290px;
    height: 290px;
}
.teacher-detail-image {
    width: 290px;
}
.teacher-detail-info {
    width: calc(100% - 315px);
}
    .full-width-image{
        height: 350px;
    }
    .other-reviews-wrap{
        position: relative;
        z-index: 9;
    }
    .other-reviews-wrap:before{
        position: absolute;
        content:"";
        left: -1px;
        top: 0;
        height: 100%;
        width: 41px;
        background-color: #fff;
        z-index: 9;
    }
    .other-reviews-wrap:after{
        position: absolute;
        content:"";
        right: -1px;
        top: 0;
        height: 100%;
        width: 41px;
        background-color: #fff;
        z-index: 9;
    }
    .satvik-slider-image{
        height: 200px;
        margin: 5px 10px; 
    }
    .rishikesh-yttc-image-wrap{
        height: 550px;
    }
    .satvik-yoga-course-tags-wrap .satvik-yoga-course-tag{
        width:48.8%;
        font-size: 12px;
    }
    .satvik-two-image-box{
        height: 290px;
    }
    .satvik-yoga-ttc-banner-heading {
        font-size: 34px; 
    }
    .common-heading{
        font-size: 32px;
    }
    .common-heading-bottom {
        font-size: 22px;
        padding: 0px 10px;
    }
    .satvik-banner-image-wrap{
        width: 350px;
        height: 350px; 
    }
    .header-top-bar-wrap {
        padding: 0px 5px 5px;
    }
    .satvik-yogashala-india-logo {
        height: 52px;
    }
    .satvik-yogashala-icon-wrap{
        width: 42px;
        height: 42px;
        margin-right: 8px;
    }
    .satvik-yogashala-icon {
        width: 55%;
        height: 55%; 
    }
    .satvik-yogashala-info-title{
        font-size: 14px;
    }
    .navigation-wrap .navbar .nav-link{
        font-size: 16px;
        padding: 4px 25px 4px;
    }
    .enroll-navigation-text{
        font-size: 16px; 
    }
    .satvik-yogashala-info-box{
        margin-right: 50px;
    }
}
@media(max-width:1120px){
    #satvik-yttc-course-list{
        padding-bottom: 30px !important;
    }
    #satvik-yttc-course-list .col-lg-3.px-2{
        width:50%;
        margin-bottom: 30px;
    }
    #satvik-yttc-course-list .row{
        justify-content: space-between;
    }
}
@media(max-width:991.2px){
    .portfolio-menu ul{
        flex-wrap: wrap;
    }
    #gallery .portfolio-item .item{
        width:48.6%;
    }
    .satvik-yogashala-box{
        width: 100%;
        margin-top: 30px;
    }
    .dates-price-accommodation-wrap{
        margin-top: 35px;
        width: 100%;
    }
    .date-room-type{
        width: 100%;
        margin-bottom: 10px;
    }
    .dates-box {
    width: 48.5%; 
    }
    
    .dates-price-accommodation-wrap:before{
        border-left: none;
        border-top: 1px solid #c58729;
        width: 100%;
        height: 1px;
    }
    .dates-price-box{
        width: 100%;
    }
    .satvik-tag-box{
        margin-bottom: 30px;
    }
        .teacher-detail-info {
        width: 100%;
    }
    .teacher-detail-image{
        margin-bottom: 35px;
    }
    .teacher-details-wrap{
        justify-content: center;
    }
    .teacher-details-wrap .sub-heading.w-100{
        text-align: center !important;
    }
    .teacher-details-wrap .sub-heading:after{
        left: 0;
        right: 0;
        margin: auto;
    }
    .teacher-detail-info p{
        text-align: center;
    }
    .full-width-image {
        height: 270px;
        width: 95%;
    }
    .bottom-bar{
        flex-wrap: wrap;
    }
    .copyright{
        width:100%;
    }
    .copyright p{
        text-align: center;
    }
    .bottom-link-wrap{
        width:100%;
        order: -1;
    }
    .bottom-link{
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-wrap {
    width: 100%;
} 
    .sidebyside-image{
        margin-bottom: 45px !important;
        position: static !important;
        width: 100% !important;
        height: 550px !important;
    }
    .sideby-section{
        padding-top: 0;
    }
    .online-course-box-image{
        height: 330px;
    }
    #online-courses .col-lg-6{
        margin-bottom: 35px;
    }
    #bg-section p, #bg-section-other p,#bg-section h2, #bg-section-other h2,#bg-section h3, #bg-section-other h3,#bg-section .common-heading-wrap, #bg-section-other .common-heading-wrap{
        text-align: center !important;
    }
    #bg-section h3, #bg-section-other h3{
        margin-left: auto !important;
        margin-right: auto;
    }
    .theme-button{
        font-size: 16px;
    }
    .rishikesh-yttc-image-wrap {
        height: 450px;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 12px;
    }
    #header-navigation.fixednav{
        background-color: #fff;
    }
        .satvik-two-image-box {
        height: 220px;
    }
    .satvik-yoga-title {
        font-size: 22px;
        margin-bottom: 12px;
        text-align: center;
    }
    .satvik-banner-image-wrap {
        width: 350px;
        height: 350px;
        margin: auto;
    }
    .satvik-yoga-in-india-text-wrap p{
        text-align: center;
    }
    .satvik-yoga-in-india-text-wrap p:last-child{
        margin-bottom: 0;
    }
        .satvik-yoga-ttc-banner-heading{
        font-size: 30px;
        text-align: center;
    }
    
    .header-top-bar-wrap{
        display: none;
    }
    .navbar-brand{
        display: block;
        padding-left: 10px;
    }
    body {
        padding: 4px 6px;
    }
    .navigation-wrap{
        background-color: transparent;
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
        outline: none;
    }
    .offcanvas.offcanvas-end{
        background-color: #fff8ea;
    }
    .offcanvas-logo{
        width: 65px;
        object-fit: contain;
        height: 65px;
    }
    .offcanvas-header{
        padding: 8px 20px 10px 10px;
        border-bottom: 1px solid #c0c0c0;
    }
}
@media(max-width:768px){
    #gallery .portfolio-item .item img.excurcion-img {
        height: 155px;
    }
    .satvik-count-heading{
        font-size:15px;
    }
    #gallery .portfolio-item .item img.accommodation-img {
        height: 340px;
    }
    .cc2 {
    column-count: 1;
}
        .dates-box {
        width: 100%;
    }
    .dates-box:nth-last-child(-n + 3){
            border-bottom: 1px solid #c58729;
    }
    .dates-box:last-child{
        border: none !important;
    }
    .full-width-image {
        height: 200px; 
    }
    .page-banner-heading{
        font-size:28px;
    }
    #page-banner .common-heading-bottom{
        font-size: 18px;
    }
    .satvik-slider-image{
        height: 180px; 
    }
    #bg-section, #bg-section-other{
        background-position: 75%;
    }
    .common-heading-bottom {
        font-size: 20px;
        padding: 0px 8px;
    }
        .common-heading {
        font-size: 26px;
    }
    .satvik-two-image-box{
        height: 290px;
    }
        .satvik-yoga-title {
        font-size: 20px; 
        }
        .satvik-yoga-in-india-text-wrap p:last-child {
        margin-bottom: -30%;
    }
        .satvik-banner-image-wrap {
        width: 300px;
        height: 300px;
    }
            .satvik-yoga-ttc-banner-heading {
        font-size: 24px; 
            }
}
@media(max-width:640px){
    .sub-heading {
    font-size: 22px; 
    }
    .course-detail-button {
        bottom: -22px;
        font-size: 16px;
        padding: 9px 18px 7px;
    }
    .satvik-two-image-box{
        height: 250px;
    }
        .common-heading {
        font-size: 25px;
    }
    .common-heading-bottom {
        font-size: 18px;
        padding: 0px 8px;
    }
    .satvik-course-price{
        font-size: 14px;
        padding: 5px 10px;
    }
    .common-heading-bottom::before {
        left: -48px;
        width: 40px;
    }
    .common-heading-bottom::after {
        right: -48px;
        width: 40px;
    }
    .satvik-course-heading{
        font-size: 16px;
    }
}
@media(max-width:545px){
    .other-review-box::before{
        display: none;
    }
    #satvik-yttc-course-list .col-lg-3.px-2{
        width:100%;
    }
}
@media(max-width:480px){
    #gallery .portfolio-item .item img.excurcion-img {
        height: 115px;
    }
    #gallery .portfolio-item .item img.accommodation-img {
        height: 270px;
    }
    #gallery .portfolio-item .item img{
        height: 135px;
    }
    .inspiration-guru-image {
    height: 150px;
    }
    .satvik-yogashala-box {
    padding: 30px 18px 20px; 
    }
    .full-width-image {
        height: 190px; 
    }
    .page-banner-heading{
        font-size:25px;
    }
    #page-banner .common-heading-bottom{
        font-size: 16px;
    }
    .my-breadcrumb{
        width:80%;
    }
    .footer-logo {
    height: 45px; 
    }
    .social-media-image {
    width: 28px;
    height: 28px; 
    }
    .social-media-link {
    margin-right: 8px;
}
    .video-review-iframe{
        height: 320px;
    }
    .satvik-two-image-box{
        height: 230px;
    }
    .satvik-slider-image{
        height: 230px; 
    }
    p.text-center .theme-button.me-2,#satvik-yttc-rishikesh .theme-button.me-2,#bg-section .theme-button.me-2,#bg-section-other .theme-button.me-2 {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        display: block !important;
        text-align: center !important;
    }
    p.text-center .theme-button,#satvik-yttc-rishikesh .theme-button,#bg-section .theme-button,#bg-section-other .theme-button{
        display: block !important;
        text-align: center !important;
    }
}
@media (min-width:992px){
    .dropdown:hover>.dropdown-menu{
        display:block;
        border-radius:0;
        padding:0;
    }
}
@keyframes smoothScroll{0%{transform:translateY(-40px)}100%{transform:translateY(0)}}
@keyframes angry-animation{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}