/**
* Source  Name:  shekar 
* Author: Chandra shekar 
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'product_sansregular', sans-serif;
  color: #5b5b5b;
font-size: 18px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d919e+0,9ead9e+50,a8b59e+100 */
background: rgb(129,144,156);
background: linear-gradient(180deg, rgba(129,144,156,1) 0%, rgba(129,144,156,1) 9%, rgba(129,144,155,1) 15%, rgba(131,146,150,1) 43%, rgba(136,151,138,1) 69%, rgba(143,158,131,1) 88%, rgba(255,255,255,1) 100%);
overflow-x:hidden;
}

a {
  color: #d8e6dc;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'product_sansregular', sans-serif; letter-spacing: 1px;
}
h4 { 
  font-family: 'Noto Serif', sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 1.2rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  z-index: 99999;
  background: #6c757d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  bottom:80px;
  box-shadow: none;
  border: 1px solid #6c757d;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5b5b5b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 990;
  transition: all 0.5s;
  padding: 16px 0;
  position: relative;

}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Noto Serif', sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #fdc134;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
.lotus-top {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.lotus-left {
  position: absolute;

  left: 0px;
}
.dragon-fly{
  width: 110px;
}
.flower-left {
  width: 70px;
}
 .flow{ float: left;}
 .flow1{ float: right;}
 .flow2{ float: right; border-right: 80px; right: 70px;
  position: relative;}
.butter-fly{
  position: absolute;
    top: 50px;
    right: 200px;
}
.logo  { margin-top: -310px;}
#logo-section {
  position: relative;
  padding-bottom: 0px;
}
#gallerylogo-section {
  position: relative;
  padding-bottom: 0px;
  z-index: +99;
  top: 15%;
}
.login-box {
  position: absolute;
  top: 32%;
  right: 2%;
  width: 80px;
  float: right;
  z-index: +9;
}
.faqlogin-box {
  position: absolute;
  top: 39%;
  right: 2%;
  width: 80px;
  float: right;
  z-index: +99;
}
.landingpage-mountains {
  margin-top: -100px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  /* display: flex; */
  list-style: none;
  align-items: center;
  display: none;
}

.navbar li {
  position: relative;
  border-bottom: 1px solid #d1dbe4;
}

.navbar li:hover {
  background-color: #617e8e;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #adc7de;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar-mobile a i {
  padding-right: 12px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 20px;
  line-height: 0;
  margin-left: 10px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fdc134;
}

.navbar .getstarted,
.navbar .getstarted:focus {

  color: #fff;
  padding: 4px 25px 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  border: 2px solid #fdc134;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #fdc134;
  color: #213b52;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #3e6f9b;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}
.modal { 
  background: #ffffff !important;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fdc134;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.menu-name {
  position: absolute;
  left: 45px;

}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.text-ty {
  color: #5f7987 !important;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #f1f1f0;
  font-size: 40px;
  cursor: pointer;
  display: block;
  line-height: 0;
  transition: 0.5s;
  left: 50px;
  top: 25px;
  z-index: 9998;
  border: 0;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(18, 33, 46, 0.5);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 100%;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 0px 0px 0px 0px;
  border-radius: 10px;
  background-color: #d0d9de;
  transition: 0.3s;
  width: 250px;
  height: 360px;
  overflow-y: hidden;
  z-index: +99;

}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #213b52;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  display: block;
  border: 0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .active {
  background: #617e8e;
}
.menu-line {
  position: absolute;
  left: -45px;
    top: 30px;
}
.curve {
  width: 150px;
  height: 100px;
  border: solid 2px #cfb67f;
  border-color: #cfb67f transparent transparent transparent;
  border-radius: 80%/70px 75px 10px 10px;
  transform: skewY(-20deg);
}
.login-line {
  position: relative;
    float: right;
    margin-top: 16%;
    left: 0px;
    z-index: 1;
}
.donationlogin-line {
  position: relative;
    float: right;
    margin-top: 16%;
    left: 4px;
}
.faqlogin-line {
  position: relative;
    float: right;
    margin-top: 16%;
    left: 0px;
}
.guriji-mesg-flowers {
  position: absolute;
  left: 10%;
  bottom: -15%;
}
.guriji-mesg-flowers img {width: 120px;}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fdc134;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.btn-close {
  float: right;
  position: relative;
  top: 45px;
  left: -45px;
  z-index: +999;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#play-btn {
border-radius: 50%;
width: 40px;
height: 40px;
}
#hero {
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  z-index: +1;
}

#vedic-hero {
  width: 100%;
  padding: 0 0 0 0;
  position: absolute;
  top: 300px;
  z-index: +1;
  margin-top: -190px;
}

 h1 {
  margin: 0 0 15px 0;
  font-size: 44px;
  line-height: 56px;
  color: #5f7987;
  font-weight: normal;

}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
}
.btn { 
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 30px;
}
.btn1 { 
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #5f7986;
  color:#fff;
  padding: 15px 30px;
}
.btn2 { 
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #7c9aac;
  color:#294e59 !important;
  border: 1px solid #fff;
  padding: 15px 30px;
}
.btn-popup1 { 
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 14px;
  display: inline;
}
.checkbox1{display: inline;
  width: 20px;
  height: 20px;
  padding-right: 100px !important;}
#hero .btn-get-started {
  color: #213b52;
  border-radius: 50px;
  padding: 8px 35px 10px 35px;
  border: 2px solid #fdc134;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background: #fdc134;
}
.enrollclass{
  padding:20px;
  margin-top: 30px;
}
#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
}
.audio-flower-popup1 {
  position: absolute;
  right: -110px;
  z-index: +9;
  top: 25%;
  text-align: right;
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
   #hero .hero-img img {
    width: 80%;
  }
}

.landing-page-bg{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#81909c+0,859492+33,909f85+84,fff4f4+100 */
background: rgb(129,144,156); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(129,144,156,1) 0%, rgba(133,148,146,1) 33%, rgba(144,159,133,1) 84%, rgba(255,244,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(129,144,156,1) 0%,rgba(133,148,146,1) 33%,rgba(144,159,133,1) 84%,rgba(255,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(129,144,156,1) 0%,rgba(133,148,146,1) 33%,rgba(144,159,133,1) 84%,rgba(255,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81909c', endColorstr='#fff4f4',GradientType=0 ); /* IE6-9 */

}
.landingbtn{
  padding-left: 15%;
}
.navbar-mobile .ty-favicon, .navbar-mobile .menu-name { display: none;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main {
  z-index: +99;
}
.container-padding { padding-left:3% ; padding-right: 3%;}
/* .container-padding-offer { padding-left:3% ; padding-right: 3%; background: url(../img/flower-bg.png) no-repeat ;}
.container-padding-offer1 { padding-left:3% ; padding-right: 3%; background: url(../img/flower-bg1.png) no-repeat ; vertical-align:top;} */
section {
  padding: 20px 0;
  overflow: hidden;
}

/* about section */
.about-bg {
  background: rgb(129,144,156);
background: linear-gradient(176deg, rgba(129,144,156,1) 0%, rgba(131,146,151,1) 30%, rgba(139,153,135,1) 55%, rgba(150,163,139,1) 78%, rgba(255,255,255,1) 100%);
}
#aboutus
{   z-index: +99;
    position: relative;   
    top: -80px;
}
.vedic-nutricals-bg{
  background: hsla(0, 0%, 100%, 1);

  background: linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(92, 12%, 72%, 1) 11%, hsla(90, 14%, 46%, 1) 39%, hsla(90, 14%, 46%, 1) 74%, hsla(0, 0%, 100%, 1) 100%);
  
  background: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(92, 12%, 72%, 1) 11%, hsla(90, 14%, 46%, 1) 39%, hsla(90, 14%, 46%, 1) 74%, hsla(0, 0%, 100%, 1) 100%);
  
  background: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(92, 12%, 72%, 1) 11%, hsla(90, 14%, 46%, 1) 39%, hsla(90, 14%, 46%, 1) 74%, hsla(0, 0%, 100%, 1) 100%);
  
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#B7C0AF", GradientType=1 );
}
.gallery-bg{
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 6%, rgba(225,228,221,1) 46%, rgba(142,155,129,1) 68%, rgba(149,161,137,1) 84%, rgba(255,255,255,1) 100%);
}
#vedic-nutricals 
  {   
    z-index: +99;
    position: relative;
    top: 222px;
    padding-bottom: 170px;
  }
.about-circle {
  background-color: #d0d9de;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  margin: 0px auto;
  position: relative;
  left: -10px;
  top: 10px;
}
.about-circle1 {
  background-color: transparent;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  top: 0px; 
  border: 1px solid #000;
  position: relative;
  left: -120px;
  margin: 0px auto;
}

.offering-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 390px;
  height: 390px;
  margin: 0px auto;
  position: relative;
    left: 6%;
    top: 10px;
}
.offering-circle1 {
  background-color: transparent;
  border-radius: 50%;
  width: 370px;
  height: 370px;
  /* top: -50px; */
  border: 1px solid #000;
  position: relative;
  left: -120px;
  margin: 0px auto;
}

.offering-quote {
  padding: 50px 68px;
  position: relative;
  top: 13%;
  padding-left: 60px;
}
.offerings-online-cources-bg {
  background-image: url(../../assets/img/offerings-popup-bg.png);
  background-repeat: no-repeat;
}
.about-quote {
    padding: 50px;
    position: relative;
    top: 50px;
    font-size: 18px; 
    font-weight: bold;
    padding-left: 100px;
    z-index: +99;

}
.about-quote p{ height: 200px; overflow: hidden; vertical-align: middle;
  display: table-cell;}
.about-right-block { 
  margin-top: 0%;
}
.gallery-right-block { 
  margin-top: 40%;
  left:55%
}
.about-ty { 
  border-radius: 50px;
  background-color: #d0d9de;
  padding: 30px 50px;
  position: relative;
  width: 100%;
  float: right;
  top: -180px;
  right: -20px;
}
.about-ty-content{
  font-size: 17px;
}

.about-ty-content h6 {
  font-size: 18px;
  font-weight: bolder;
}

.about-us-ty { 
    border-radius: 90px;
    background-color: #9aa6b0;
    background-image:  url(../../assets/img/about-bg.png) !important;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    width: 90%;
    margin: 0px auto;
    margin-top: 0px !important;
    border: 1px solid #d7dde3;
}
.course-ty { 
    border-radius: 90px;
    background-color: #9aa6b0;
    /* background-image:  url(../../assets/img/Upcomingbg.png) !important; */
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    width: 90%;
    margin: 0px auto;
    margin-top: 50px !important;
    opacity: 0.6;
    min-height: 1000px;
}

.about-us-ty-content, .about-us-ty-content h6{
  padding: 100px 120px 400px 120px;
  color: #fff;
 
}

.about-guruji-quote{
  position: relative;
  top: -38%;
  left: 1%;
  
}

#mentor
{   z-index: +99;
    position: relative;
    top: -50px;
}
.mentor-circle12{
  background-color: transparent;
    border-radius: 50%;
    width: 474px;
    height: 470px;
    /* top: -50px; */
    border: 1px solid #fff;
    position: relative;
    top: -4%;
}
.popup-circle12{
  background-color: transparent;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    /* top: -50px; */
    border: 1px solid #5f7986;
    position: relative;
    top: -1%;
}
.mentor-circle {
  background-color: transparent;
    border-radius: 50%;
    width: 460px;
    height: 450px;
    /* top: -50px; */
    border: 1px solid #fff;
    position: relative;
    margin-top: -15%;
    Left: 20%;
}
.mentor-quote {
    padding: 66px;
    position: relative;
    top: 65px;
    font-size: 18px;
    color: #fff;
    height: 300px;
    vertical-align: middle;
    display: table-cell; 
}

.mentor-block { 
  border-radius: 90px;
background-color: transparent;
padding: 80px 110px;
border: 1px solid #fff;
position: relative;
    width: 90%;
    float: right;
    color: #fff;
}
.mentor-block-content, .mentor-block-content h6{
  font-size: 14px;
}

.about-anilkumar-block  { position: relative;}
.anikumar-img { 
  position: absolute;
   top:8%;
    left: 18%;
}
.aniltext{
  margin-top: 134%;
  margin-left: 84px;
}
.flowerleft{
  left:4px !important;
  top:100px !important;
  position: relative;
}
.galleryheading{
  top: -6px !important;
    left: 50px !important;
}
.yoga-guidelines { 
border-radius: 90px;
background-color: transparent;
padding: 90px 110px;
border: 1px solid #fff;
position: relative;
width: 90%;
margin: 0px auto;
vertical-align: top;
}
.about-yoga-healing-flower{
position: relative;
    top: -120px;
    left: -57px;
}
.about-yoga-healing-dragencly {
  position: absolute;
    bottom: 68px;
    left: -14%;
}
.about-yoga-healing-dragencly  img{
  width: 100px;
} 
.offer-box { 
  border-radius: 90px;
  background-color: transparent;
  padding: 8% 10%;
  border: 2px solid #98a6b1;
  position: relative;
  width: 100%;
  margin: 0px auto;
  vertical-align: top;

}

.offer-box1 { 

  border-radius: 90px;
  background-color: transparent;
  padding: 8% 10%;
  border: 2px solid #ccd7dd;
  position: relative;
  width: 100%;
  margin: 0px auto;
  vertical-align: top;
Float:right;
color: #fff;

}
.offer-box2 { 

  border-radius: 90px;
  background-color: transparent;
  padding: 8% 10%;
  border: 2px solid #ccd7dd;
  position: relative;
  width: 100%;
  margin: 0px auto;
  vertical-align: top;
Float:right;
color: #fff;
top:0px;

}
.offer-box21 { 

  border-radius: 90px;
  background-color: transparent;
  padding: 8% 10%;
  border: 2px solid #ccd7dd;
  position: relative;
  width: 100%;
  margin: 0px auto;
  vertical-align: top;
Float:right;
color: #fff;
top:0px;

}
.offer-box3 { 

  border-radius: 90px;
  background-color: transparent;
  padding: 8% 10%;
  border: 2px solid #ccd7dd;
  position: relative;
  width: 100%;
  margin: 0px auto;
  vertical-align: top;
Float:right;
color: #fff;

}
.about-ty-donation-btn {
  position: relative;
  vertical-align: middle;

}
.about-auote-line{
  padding-top: 154px;
  padding-left: 93px;
  margin-top: 0;
}
.donate-now {
  margin-top: 5%; padding-left: 1%;}
  .donate-now1 {
    margin-top: 5%; padding-left: 8%;}
    .donate-nowoffer {
      margin-top: 5%;
      padding-left: 20%;
  }
.vertical-align {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-top: 50px;
}

.vnvertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-top: 110px;
}
.vn-circle{
  background-color: #cbd7c1;
    border-radius: 50%;
    width: 560px;
    height: 560px;
    position: relative;
    left: 25px;
    opacity: 0.5;
    top: 0%;
    box-shadow: 5px 8px 5px 5px #232323;
}

.guidelince {position: relative; top:6px;}
.vedic-ty { 
  border-radius: 90px;
background-color: #d0d9de;
padding: 100px 160px;
position: relative;
width: 75%;
margin: 0px auto;
border: 1px solid #677658;
}

.offer-ty { 
  border-radius: 45px;
background-color: #ffffff;
padding: 50px 100px;
position: relative;
width: 100%;
margin: 0px auto;}

.btn-knowmore {     padding: 10px 25px;}
.btn-knowmore:hover { border: 1px solid #5b5b5b; } 
.btn-outline-secondary { color: #5b5b5b; border-color: #5b5b5b;}
.btn-outline-secondary-reverse { color: #fff; border-color: #fff;}
.section-bg {
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}
#offerings { position: relative; top:-220px;}
.offerings-bg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f8f9+0,7f8e98+33,909e84+66,f7f8f9+100 */
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,218,224,1) 11%, rgba(137,151,160,1) 40%, rgba(122,138,144,1) 59%, rgba(134,148,133,1) 76%, rgba(144,158,132,1) 91%, rgba(255,255,255,1) 100%);
}
.offerings-mountains { position: absolute; background-image: url(../img/offerings.png); background-size: 100%; background-repeat: no-repeat;}
.donations-mountains { background-image: url(../img/donations-bg.png); background-size: 100%;  background-repeat: no-repeat;}
.offerings-padding { padding-bottom: 100px !important;}
.gallery-padding { padding-bottom: 20px !important;}
.galleryline {top:-42px;}
.gallery-circle{background: #5f7983;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  padding: 28% 25%;
  text-align: center;
  margin-left: -23%;
  margin-top: -22px;
  position: relative;
  z-index: +999;
}
.gallery-butterfly {
  position: relative;
  top: -4px;
  left: 48px;
}
.galleryflower {
  position: relative;
  z-index: +99;
  top: -58px;
  left: 100px;
}
.offertop{
  margin-top: 5px;
}
  .gallery-right-lotus{
    position: absolute;
    right: 0%;
    width: 85px;
    top: 385px;
}
.river-bg { position: absolute; z-index: 1;}
.river-bg2 { position: absolute; z-index: 1; text-align: right; top: 145px;}

.river-about { 
  position: absolute;
    bottom: 0px;
    width: 70%;
    right: -20px;
    z-index: 1;
}

.river-offerings2 { 
  position: absolute;
    z-index: 1;
    bottom: -10%;
    width: 70%;
    right: -20px;
}

.river-offerings { 
  position: absolute;
    z-index: 1;
    top: -67px;
    width: 100%;
    right: -20px;
}
.river-flower { 
     float: right;
     position: relative;
    left: 35%;
    padding-top: 0px;
    top: -160px;

}
.offerriver-flower { 
  position: relative;
  left: -210px;    
  top: -189px;
  float: right;

}
.aboutriver-flower { 
  position: relative;
   left: 490px;
  top: -100px;
  float: right;

}
.donation-btn { 
  width: 270px;
    text-align: center;
    float: right;
    padding-top: 120px;
}
.btn-donate { background-color: #d0d9de; padding: 10px 15px;}
.btn-donate:hover { background-color: transparent; border: 1px solid #5b5b5b;} 
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.foundation { position: relative; width: 100%;}
.homeofferings-circle {
  background-color: #aab6ba;
  border-radius: 50%;
  margin: 0px auto;
  width: 520px;
  height: 520px;
  top: -50px;
  margin-top: 0px;
  margin-left: 116px; 
}
.offerings-circle {
  background-color: #aab6ba;
  border-radius: 50%;
  margin: 0px auto;
  width: 520px;
  height: 520px;
  top: -50px;
  margin-top: 0px;
  margin-left: 200px;
}
.offerings-circle2 {
  background-color: transparent;
    border: 1px solid #424242;
    border-radius: 50%;
    margin: 0px auto;
    width: 520px;
    height: 520px;
    top: -10px;
    position: relative;
    left: 5px;
}
#code-descipline { position: relative; top: -200px;}

.offerings-text {
  padding-left: 116px;
    padding-top: 70px;
    position: relative;
    top: 40px;
    font-size: 16px;
    color: #000;
    width: 95%;
}
.offering-flower { position: absolute; right: 44%;}
.offering-flower img{
  position: relative;
  top: -348px;
  left: 130px;
}
.descipline-video {
  background-color: #f7f0e3;
  border-radius: 14px !important;
  padding: 10px !important;
  
}
.offerings-text ul li { line-height: 50px; font-size: 18px;}
.offerings-yoga-healing-flower{
  position: relative;
      top: -50px;
      left: 20px;
  }
.offerings-yoga-healing-dragencly {
    position: absolute;
    bottom:0px;
    left: -20%;
  }

.access-old-scriptures  { 
  position: relative;
  top: -100px;
  right: -265px;
  float: right;
}
.discipline-text{

  height: 350px;
}

.descipline-content p{     
  position: relative;
  top: 40%; 
}
.divider-line {border-top: 1px solid #444444; position: relative;
  top: 40%;}

.upcoming-courses {position: relative;}
.upcoming-left { padding-left: 15%;}
.upcoming-left-img { position: relative; left:-10%; top:70px}
.home-left-img { position: relative; left:-10%; top:70px}
.upcoming-courses-content { padding-left: 5%; padding-top: 20px;
  padding-bottom: 20px;}
.float-right {
  float: right!important;
}
.courses-image { width: 70%; margin: 0px auto; position: relative; margin-bottom: 40px;}
.courses-image img { width: 100%;}
.courses-format { margin-top: -780px;}
.upcoming-courses-booking { 
  border-radius: 90px;
  background-color: #708a97ab;
 

}
.upcoming-courses-bookin-content{
  padding: 0px 120px 400px 120px;
  color: #fff;
 
}
.upcoming-courses-booking1.image-section { position: relative; top: -1150px;}
.upcoming-courses-padding {
  padding-bottom: 20px !important;
}
.courses-details-info p {
  margin-bottom: 0.5rem;
}
.courses-details-info {
  background: #b0c6cc;
  padding: 30px;
  border-radius: 40px;
  border: 2px solid #617987;
}
.coursewidth{
  width:34%;
}
.coursewidth1{
  width:22%; 
}
#courses-list {
  position: relative;
} 
.courses-tails {
  padding-bottom: 50px;
}
.courses-river-bg {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
}
.topmargin{
  margin-top: 55px;
}
#upcoming-courses-section { padding-top: 100px !important; 
  margin-top: 50px;
  background-image: url(../../assets/img/Upcomingbg1.png) !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
 
  padding-bottom: 0% !important;
}
.courses-booking-offerings-left { position: relative;}
 .courses-river-flower1  {
  position: absolute;
  bottom: 100px;
  right: 200px;
}
.courses-col1 { 
  border-right: 1px solid #4c717f; padding:50px 20px; height: 280px;
}
.foundation-courses { position: relative;}
.courses-list-block { position: relative;}
.list-circle { 
  background: #dde5ed;
    padding: 45px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    text-align: center;
}


.courses-box2 {
  border-radius: 50px;
  padding: 8% 10%;
  border: 2px solid #617987;
  position: relative;
  width: 100%;
  margin: 0px auto;
  vertical-align: top;
  Float: right;
  background: #b0c6cc;
  }
.courses-right-lotus {
  position: absolute;
  right: 0px;
  width: 150px;
  top: -60px;
}
.courses-flower {
  position: relative;
  z-index: +99;
 top:28px;
  left: 100px;

}
.enrole-buttons{
text-align: center;
margin-top: 10px;

}
.offerlogin-box {
  position: absolute;
  top: 28%;
  right: 2%;
  width: 80px;
  float: right;
  z-index: +999;
}
.offerline {        
  top: -23px;       
}

.courses-flower img{
  width: 280px;
}
.courses-booking-confirm {
  position: relative;
}
.courses-booking-butter-fly {
  position: relative;
  top: 88px;
    left: 48px;
}

#courses, #clients-sec { position: relative; top:-120px; }
.courses-butter-fly {
  position: relative;
    top: 160px;
    left: 30px;
}
.home-butter-fly {
  position: relative;
    top: -94px;
    left: 96px;
}
.upcoming-butter-fly {
  position: absolute;
  top: 100px;
  left: 9%;
}
.offerings-butter-fly {
  position: absolute;
    top: 100px;
    left: 50%;
}
.section-lines { position: absolute; text-align: center; width: 60%; bottom: 30px;}
.upcoming-squarebox {
  border-radius: 40px;
    background-color: #d0d9de;
    padding: 40px 60px 40px 40px;
    position: relative;
    /* float: right; */
    right: -3%;
    width: 90%;
}
.upcoming-squarebox1 {
  border-radius: 40px;
  background-image: linear-gradient(212deg, #8d9c8a 55%, #627d5c 55%);
  position: relative;
  height:360px;
  right: -6%;
  width: 110%;

}
.homeleftmargin{margin-left: 155px;}
.youtube-channel-btn { margin-left: 41%;}
.left-padding-5 { left: 26%;}
.black-circle { 
  background: #444;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -40px;
  left: 25%;
  z-index: +9;
  border: 1px solid #444;
  padding: 1px;
}
.btn-small { font-size: 10px; padding: 5px 10px;}
.guruji-msg { 
  text-align: center;
  margin: 0px auto;
}
.guruji-msg-circle {
  background-color: #bbc5ba;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -3px;
}
.guruji-msg-circle2 {
  background-color: transparent;
  border: 1px solid #424242;
  border-radius: 50%;
  width: 370px;
  height: 360px;
  display: inline-block;
  position: relative;
  padding-right: 10px;


}
.guruji-msg-quote {
  padding: 50px 30px 50px 50px;
    position: relative;
    top: 60px;
    font-size: 14px;
    bottom: 0px; 
    height: 220px;
    vertical-align: middle;
    display: table-cell;
}
#mumuksha { margin-top: 600px; position: relative; margin-left: -450px;}
.mumuksha-msg { position: relative; left: 100px;}
.mumuksha-msg-circle2 {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 520px;
  height: 520px;
  position: relative;
    left: -5px;

}
.mumuksha-msg-circle {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 540px;
  height:540px;
  top: 75px;
  position: relative;
  left: 63%;
  right: 0px;
}
.mumuksha-msg-quote {
  padding: 80px;
    position: relative;
    top: 22%;
    left: 9%;
    font-size: 16px; 
    height: 500px;
    vertical-align: middle;
    display: table-cell;
}
.slide-bg {background-color: #f1f1f0;
  border-radius: 15px;
  min-height: auto;
  width: 100%;
}
.slide-border {
  border: 1px solid #f1f1f0;
    padding: 10px;
    border-radius: 15px;
}
.slide-border12 {
  border: 10px solid #5f7987;
    padding: 20px;
    border-radius: 35px;
}
.slide-border1 {
  border: 1px solid #f1f1f0;
    padding: 20px;
    border-radius: 15px !important;
}
.aboutpadding{
  padding-left: 20px;
  padding-right: 20px;
}
.testmonials {

  margin-top: -70px;
}
.slide-bg .video-thumb { 
  width: 100px !important;
    position: relative;
    top: 20px;
    right: 20px;
    float: right;
}
.slide-bg .video-play { float: left; padding-top: 26px;
  padding-left: 30px;}
  .video-play1 { text-align: center; }
.testmonials h6{
  width: 80%;
    margin: 0px auto;
    font-size: 13px;
}
.no-download:after {
  content: none !important;
}

.testi{
  margin-top: -185px;
}
.testi1{
  margin-top: 0px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Noto Serif', sans-serif;
  color: #213b52;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fdc134;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.w-70 {
  width: 72%!important;
}
.programs { padding-top: 40px; border-left: 1px solid #bdc8b6;}
.pt-7{ padding-top: 5rem!important;}
.pt-9{ padding-top: 7rem!important;}
.pt-11{ padding-top: 9rem!important;}
.pt-13{ padding-top: 11rem!important;}
.programs-body { padding-left: 1rem;}
.donate-butter-fly img {
  position: relative;
  top: -40px;
  left: -10px
}
.donation-circle { 
  background-color: #b9c3b5;
  border-radius: 50%;
  width: 660px;
  height: 660px;
  margin: 0px auto;
  position: relative;
}
#donations-circle {position: relative;}

.donation-circle-flower {
  position: absolute;
  right: 0px;
  top:100px;
}
/* .videoheight{
height:474px;
} */

.donation-circle-flower .about-butter-fly {
  position: relative;
  top: 135px;
  right: 55%;
}
.donations-flower {
position: relative;
    left: 35%;
    float: left;
    z-index: +99;
    top: 120px;
    width: 210px;
}
.donate-circle2{
background-color: transparent;
border-radius: 50%;
width: 675px;
height:675px;
/* top: -50px; */
border: 1px solid #fff;
position: relative;
left:16px;
top: -1%;
}
.donars-region { 
  padding: 50px;
    position: relative;
    top: 120px;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    padding-left: 90px;
    height: 450px;
    vertical-align: middle;
  }
.form-control{
    background: #fff !important;
    border: 1px solid #e8ecef !important;
    line-height: 40px !important;
    border-radius: 25px;
}
footer {
  padding-bottom: 20px;
}
.form-group { margin-bottom: 20px;}
.btn-popup{
background-color: #d0d9de;
    box-shadow: 2px 2px 3px #6e6e6e;
    padding: 7px 20px;
}
.socialmedia-icons .youtube img{ width: 25px; margin-right: 20px;}
.socialmedia-icons .fb img{ width: 25px; margin-right: 20px;}
.socialmedia-icons .twitter img{ width: 25px; margin-right: 20px;}
.socialmedia-icons .instagram img{ width: 25px; margin-right: 20px;}
.offer-gradient {  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d5dbe2+45,879aa0+75,8a9c7c+100 */
 background: #ffffff; /* Old browsers */
 background: -moz-linear-gradient(-45deg,  #ffffff 0%, #d5dbe2 45%, #879aa0 75%, #8a9c7c 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#d5dbe2 45%,#879aa0 75%,#8a9c7c 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(135deg,  #ffffff 0%,#d5dbe2 45%,#879aa0 75%,#8a9c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8a9c7c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 
 }

/* donations page */

.donations-bg {
  background: rgb(143,163,124);
background: linear-gradient(180deg, rgba(143,163,124,1) 0%, rgba(172,183,161,1) 58%, rgba(209,214,203,1) 94%, rgba(252,252,251,1) 100%);
}

#our-aim
{   z-index: +99;
  position: relative;
  margin-top: -50px;
  padding-bottom: 50px;
}

.ouraim-circle {
  background-color: transparent;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  /* top: -50px; */
  border: 1px solid #fff;
  position: relative;
  bottom: 0px;
  left: -58px;
}
.ouraim-circle1 {
  background-color: transparent;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  /* top: -50px; */
  border: 1px solid #fff;
  position: relative;
  bottom: 0px;
  left: -58px;
}
.guru-popup {
  margin-top: 100px; 
  padding:40px 12%;      
}
.ouraim-circle12{
  background-color: transparent;
  border-radius: 50%;
  width: 420px;
  height: 400px;
  /* top: -50px; */
  border: 1px solid #fff;
  position: relative;
  top: -1%;
}
.ouraim-quote {
  padding: 50px 90px;
    position: relative;
    top: 60px;
    font-size: 16px;
    color: #fff;
    height: 320px;
    vertical-align: middle;
    display: table-cell;
}

.ouraim-block { 
border-radius: 90px;
background-color: #d0d9de;
padding: 60px 80px;
border: 1px solid #fff;
position: relative;
  width: 100%;
  float: right;
}
.ouraim-block-content, .ouraim-block-content h6{
font-size: 13px;
}

.donations-right-lotus {
position: absolute;
  right: -5%;
  width: 300px;
  bottom: -10%;
}
.login-donations {
  top:31%
}

#the-charity
{   z-index: +99;
  position: relative;
}
.charity-circle12{
background-color: #95a68c;
  border-radius: 50%;
  width: 460px;
  height: 450px;
  position: relative;
  left: 49px;
  top: 0%;
  box-shadow: 5px 8px 5px 5px #737c6b;
}
.charity-circle {
background-color: transparent;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: relative;
  top: 10%;
}
.charity-quote {
padding: 60px;
  position: relative;
  top: 60px;
  font-size: 13px;
  color: #fff;
  left: 75px;
}

.charity-block { 
border-radius: 90px;
background-color: #d0d9de;
padding: 45px 120px;
position: relative;
  width: 85%;
left: 10%;
margin-top:10%;
border: 1px solid rgb(255, 255, 255);
}
.charity-block-content, .charity-block-content h6{
font-size: 13px;
}

.grid-divider > .programs:nth-child(n + 2):after {
content: "";
background-color: red;
position: absolute;
top: 0;
bottom: 0; 
width: 1px;
height: auto;
left: -1px;
}
/* Model popup */

.modal-dialog-donations {
    margin-top: -40%;
  }

@media (min-width: 576px){
.modal-dialog {
    margin-right: auto;
    margin-left: auto;
    max-width: 80% !important;
}
}
@media (min-width: 576px) and (max-width: 967px) {
  .modal-dialog-donations {
    margin-right: auto;
    margin-left: auto;
    max-width: 60% !important;
  }
}
@media (min-width: 968px) {
  .modal-dialog-donations {
    margin-right: auto;
    margin-left: auto;
    max-width: 40% !important;
}
}
.modal-content {
  background: #d0d9de;
  border-radius: 90px;
}
.modal-content-donations {
  background: #ffffff;
  border-radius: 30px;
}
.donations-form-title {
  color: #687e8c;
  text-align: center;
  font-family: cinzel;
  font-size: 32px;
}
.donations-form-subtitle {
  color: #687e8c;
  text-align: center;
  font-family: poppins;
  font-size: 14px;
}
.butter-fly-popup-privacy {
  position: absolute;
  right: 43px;
  /* float: right; */
  z-index: +99;
  text-align: right;
}
.privacy-flower {
  top: 40px !important; 
  }
.toppad {
  margin-top: -1.5%;
}
.about-popup { position: relative;}
.modal-body.about{
  background: url(../img/aboutus-popup-bg.png) no-repeat ;
  background-size: 100%;
  opacity: 0.7;
}
.about-popup-flower-fly { position: relative;}
.about-circle-popup {
  background-color: #b7c3c9;
    border-radius: 50%;
    width: 480px;
    height: 480px;
    top: -50px;
    position: relative;
    left: -100px;
}
.about-quote-popup {
    padding: 50px 85px;
    position: relative;
    top: 80px;
    font-size: 18px; 
}
.anikumar-img-popup1 {
  width: 65%;
  position: absolute;
  right: -65px;
  top: 3%;
}

.about-flower-popup {
  position: absolute;
    right: -70px;
    /* float: right; */
    z-index: +99;
    top: 16.5%;
    text-align: right;
}

.offering-flower-popup {
  position: absolute;
    right: -120px;
    float: right;
    z-index: +99;
    top: 150px;
    width:250px
}

.butter-fly-popup {
  position: absolute;
    right: 90px;
    float: right;
    z-index: +99;
    top: 110px;
}
.butter-fly-about-popup {
position: absolute;
right: 50px;
/* float: right; */
z-index: +99;
top: -40px;
text-align: right;
}

.butter-fly-popup-about {
  position: absolute;
    right: 100px;
    /* float: right; */
    z-index: +99;
   top:-40;
    text-align: right;
}
.butter-fly-popup-about1 {
  position: absolute;
  right: 41px;
  /* float: right; */
  z-index: +99;
  top: 13%;
  text-align: right;
  margin-top: 48px;
}

.offering-popup-lotus {  position: relative;} 
.offering-popup-lotus-img { position: absolute; left: 0px;}
.offering-popup-lotus-img1 { position: absolute; left: 725px;}
.offering-popup-lotus-img img { width: 100px; position: relative;
  top: -20px;
  left: 0px;}

 
  .offering-popup-lotus-img2 { position: absolute; left: 0px;}
.offering-popup-lotus-img2 img { width: 100px; position: relative;
  margin-top: -10px;
  left: 5px;}

.about-popup-content { width: 80%; margin: 0px auto; padding: 30px 30px;} 
.about-popup-content1 { width: 100%; margin: 0px auto; padding: 30px 30px;} 
.about-popup-content2 { width: 100%; margin: 0px auto; padding: 30px 30px; padding-bottom: 80px;} 
.about-popup-content3 { width: 100%; margin: 0px auto; padding: 30px 30px;} 
.offerings-popup {
  position: relative;
}
.anikumar-img-popup {
  position: absolute;
  right: 0px;
}
.butter-fly-popup-about2 {
  position: absolute;
  right: 44px;
   z-index: +99;
  margin-top: 276px;
  text-align: right;
}
.gallery-mountains{
  background-image: url(assets/img/gallery-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Model popup */

@media (min-width: 576px){
.modal-dialogoffer {
    margin-right: auto;
    margin-left: auto;
    max-width: 80% !important;
}
}
.modal-contentoffer {
  background: #d0d9de;
}
.about-popupoffer { position: relative;}
.modal-bodyoffer{
  background: url(../img/offerinspopupbg.png) no-repeat ;
  background-size: 100%;
  opacity: 0.7;
}
.about-flower-popupoffer {
  position: absolute;
    right: -60%;
    float: right;
    z-index: +99;
    bottom: -30%;
}
.butter-fly-popupoffer {
  position: absolute;
  bottom: 10%;
  right: 0%;
  z-index: 99;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f9fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  .mumuksha-msg-circle { 
    left: 40%;
  }
}

@media (max-width:500px){
  .mumuksha-msg-circle { 
    left: 20%;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}

.clients .client-logo img {
  height: 40px;
}

.clients .client-logo:hover img {
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}
footer, .contact { position: relative; margin-top: -120px;}
.contact-lotus {
  position: absolute;
    left: -0%;
    width: 120px;
    top: 15%;
}

.contact-lotus-flower
{
  position: absolute;
    /* left: -10%; */
    width: 300px;
    top: 10%;
}
.offercontact-lotus-flower
{
  position: absolute;
    /* left: -10%; */
    width: 300px;
    top: 20%;
}
.coursecontact-lotus-flower
{
  position: absolute;
    /* left: -10%; */
    width: 300px;
    top: 68%;
}
.get-in-touch {
  position: relative;
  top:10%;
}
.about-right-lotus {
  position: absolute;
    right: -60px;
    width: 120px;
    top: 200px;
}
.vedic-right-lotus {
  position: absolute;
  right: 0%;
  width: 138px;
  top: 0;
}
.vedic-nutrical-circles-block {
  position: absolute;
  bottom: 0px;
  left: -20px;
}
.vedic-nutrical-quote {
  position: relative;
    top: 50px;
    left: 20px;
    z-index: 9;
}
.vedic-nutrical-quote img{ width: 100px; }
.border-black{border-color: #5b5b5b;}
.m-center { margin: 0px auto;}
.about-flower {
  position: relative;
  /* left: 26.2%; */
  float: right;
  z-index: +99;
  top: -100px;
  right: -100px;
}
.gallery-flower {
  position: relative;
  /* left: 26.2%; */
  float: right;
  z-index: +99;
  top: 1120px;
  right: -250px;
}
.about-butter-fly {
  position: relative;
  right: -140px;
  float: right;
  top: -137px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #213b52;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #213b52;
}

.about .content .icon-box h4 a {
  color: #213b52;
  transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
  color: #fdc134;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fdc134;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}

.services .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services .card-img {
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.services .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: -60px;
  margin-left: 30px;
  width: calc(100% - 60px);
}

@media (max-width: 640px) {
  .services .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.services .card-title a {
  color: #213b52;
  transition: 0.3s;
}

.services .card-text {
  color: #5e5e5e;
}

.services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.services .read-more a:hover {
  color: #fdc134;
}

.services .card:hover img {
  transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #fdc134;
}

.services .card:hover .card-body .card-title a {
  color: #fdc134;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content+.content {
  margin-top: 100px;
}

.features .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #213b52;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fdc134;
}

.features .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fdc134;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(33, 59, 82, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 36px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fdc134;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 32px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 18px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fdc134;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fdc134;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(33, 59, 82, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
}

.team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  min-height: 260px;
}

.team .member .pic img {
  max-width: 100%;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #213b52;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #5289ba;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #fdc134;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}

.pricing .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background: #fdc134;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #fdc134;
  font-weight: 400;
  font-family: 'Noto Serif', sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #fdc134;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #213b52;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'product_sansregular', sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #fdc134;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #fdc134;
}

.pricing .featured .get-started-btn {
  background: #fdc134;
}

.pricing .featured .get-started-btn:hover {
  background: #fdcd5c;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #dde8f1;
}

.faq .faq-item i {
  color: #9bbbd7;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.toppadding{
margin-top: -230px;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: 'product_sansregular', sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #fdc134;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(26, 46, 64, 0.85);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: 'product_sansregular', sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #fdc134;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fcb102;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #284864;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #1a2e40;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}
.fo18{
	font-size: 18px;
	color: #4f6470;
}
.slick-slide {
  height: auto !important;
}
.slick-active {
  opacity: 1;
}
.bottom-line {
  position: relative;
    bottom: 0px;
    right: 0px;
}
.bottom-line img {
z-index: +99;
bottom: 0px;
float: right;
right: 0px;
}

.input-name {
  padding-top: 13px;
  margin-right: 15px;
}
.text-bold {
  font-weight: bold;
}
.text-blue {
  color:#4f717f; 
}
.login-box-aboutus {
  position: absolute;
    top: 0px;
    right: 2%;
    width: 80px;
    float: right; 
}
.mumuksha-top{
  margin-top:-350px;
}   

.login-line-aboutus {
  position: relative;
  float: right;
  margin-top: 84px;
  left: 0px;
}
.popup-name-guruji {
  position: relative;
  top:125px;
  font-size: 40px;
}
.privacy-popup-content {
  width: 100%;
  margin-top: 30px;
}
.popup-name-guruji1 {
  position: relative;
  top:125px;
  font-size: 40px;
}
.popup-videoicon{
 margin-left: 433px;
 margin-top: 111px;
}
.faq-bg{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
overflow-y: hidden;
}

.faq-circle {
  position: relative;
  top: -198px;
}

.faq-quote {
  width: 410px;
  height: 410px;
  background: #4c717f;
  border-radius: 50%;
  text-align: center;
  padding: 10% 68px;
  margin: 0px auto;
  color: #fff;
}
.accordion-item {
  padding-top: 15px;
  border: 0px solid #4c717f;
}

.accordion-header {
  margin-bottom: 10px;
}
/* .accordion-header:hover { 
  background-color: #5e8898;
  } */
/* .accordion-header button[aria-expanded="true"],  */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  /* border: 1px solid #5e8898; */
  border-radius: 15px 15px 15px 15px;
  padding: 10px 15px;
  background-color: #5e8898 !important;
  /* border-bottom: 1px solid #5e8898; */
}
.accordion-collapse {
  background-color: #5e8898 !important;
    padding-bottom: 10px;
    border-radius: 15px;
    margin-top: -22px;
    padding-top: 10px;
}
.accordion-body {
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.accordion-button::after { display: none;}
.accordion-button:not(.collapsed), .accordion-button {
  background-color: transparent;
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button { border-radius: 15px !important; padding:15px;}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button {
  padding: 15px;
 
  border-radius: 15px;
  /* padding: 8px 15px; */
  background-color: #8dadba;
}
.faqcolor{
  color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.courses-bg {
  background: hsla(0, 0%, 100%, 1);

  background: linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(210, 22%, 96%, 1) 35%, hsla(200, 24%, 73%, 1) 63%, hsla(202, 22%, 55%, 1) 100%);
  
  background: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(210, 22%, 96%, 1) 35%, hsla(200, 24%, 73%, 1) 63%, hsla(202, 22%, 55%, 1) 100%);
  
  background: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(210, 22%, 96%, 1) 35%, hsla(200, 24%, 73%, 1) 63%, hsla(202, 22%, 55%, 1) 100%);
  
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#F4F6F8", GradientType=1 );
  }
  .gallery-butter-fly {
    position: relative;
    right: -300px;
    float: right;
    top: 1080px;
  }
  section#gallerypg-sec1{padding:0 3%;}
.gallery-pg-sec1 {
    padding: 3%;
    background: #dee2dd; border-radius:40px;
    position:relative;
}
.gallery-pg-sec1 #sync1.slider {width: 70%;}

.gallerp-pg-sec1-hding{ position:absolute; right:0; top:30%;width:30%;}

.gallery-pg-sec1 #sync1.slider.owl-carousel .owl-nav, .gallery-pg-sec2 #sync1.slider1.owl-carousel .owl-nav, .gallery-pg-sec4 #sync1.slider2.owl-carousel .owl-nav{ display:block;}

.gallery-pg-sec1 #sync1.slider.owl-carousel .owl-nav button, .gallery-pg-sec2 #sync1.slider1.owl-carousel .owl-nav button, .gallery-pg-sec4 #sync1.slider2.owl-carousel .owl-nav button {
    background: url(../img/owl-arow.webp) no-repeat;
    width: 42px;
    height: 90px;
    position: absolute;
    bottom: -30px;
    left: auto;
    right: -56%;
}
.gallery-pg-sec1 #sync1.slider.owl-carousel .owl-nav button.owl-prev, .gallery-pg-sec2 #sync1.slider1.owl-carousel .owl-nav button.owl-prev, .gallery-pg-sec4 #sync1.slider2.owl-carousel .owl-nav button.owl-prev{right:auto;left: -13%; transform: rotate(-180deg);cursor: pointer;}



.glry-river {position: relative; padding: 0 0 0 5%;}
section#gallerypg-sec2  .container-padding{
  padding-right:0;
}
.gallery-pg-sec2 {
    background: #9baaad;
    padding:4% 6% 2% 4%;
    border-radius: 40px;    width: 80%;
    margin-left: 20%;
}
.gallery-pg-sec2 #sync1.slider1.owl-carousel .owl-nav button{top: -60px;right: -7%;}
.gallery-pg-sec2 #sync1.slider1.owl-carousel .owl-nav button.owl-prev {left: -38%;}

.gallery-pg-sec2 .navigation-thumbs1 .galry-itm img {
    height: 300px;
}

.gallery-pg-sec2 .navigation-thumbs1.owl-carousel{margin-bottom: 10px;}
.galry-circlemin {
    position: relative;
    top: -46px;
    left: -25px;
}
section#gallerypg-sec3 {
    position: relative;overflow: visible;
}

.galry-circlemin .galry-circle {
    background: #5f7983;
    border-radius: 100%;width: 420px;
    height: 420px;
    padding: 34% 20%;
    text-align: center;
    margin-left: -23%;
}
.galry-circlemin .galry-circle p{ color:#fff;    font-weight: 100;
    line-height: 1.8;}
.galry-circlemin .galry-circle h6{ color:#fff; font-style:italic;}


.gallery-pg-sec3 {
    margin-top: -20%;
}


.galry-circlemin img.img-fluid {
    position: relative;
    bottom: -40px;
    z-index: -1;
}


.gallery-pg-sec4 { position:relative;
    padding:0px 14% 5% 14%;   
}
.gallery-pg-sec4:before{ position:absolute; content:""; left:0; right:0; margin:0 auto; width:90%; height:80%; bottom:0;
background: #d5dad1; border-radius: 30px;}


.gallery-pg-sec4 .slider2.owl-carousel {
    width: 60%;
    float: right;
}
.gallery-pg-sec4 .navigation-thumbs2.owl-carousel{ width:100%;display: inline-block;}
.gallery-pg-sec4 .navigation-thumbs2 .galry-itm img {
    height: 280px;
}

section#gallerypg-sec4 {
    margin-top: -30%;
    position: relative;
    z-index: -1;
}

.gallery-pg-sec4 #sync1.slider2.owl-carousel .owl-nav button{right: -21%;}
.gallery-pg-sec4 #sync1.slider2.owl-carousel .owl-nav button.owl-prev {left: -88%;}
.glry-pglts.river-flower {
    padding: 0;
    position:relative;
}
.glry-pglts.river-flower img.img-fluid {
    position: absolute;
    top: -110px;
    right: 50px;
}
.clearfix { display: block; float: none;}
.desktop-view { display: block;}
.mobile-view { display: none;}
.dot {
  height: 10px;
  width: 10px;
  background-color: #5b5b5b;
  border-radius: 50%;
  display: inline-block;
}
.guru-popup-video{
margin-left: 125px;
    margin-bottom: 50px;
    margin-top: 100px;
  }
  .guru-popup-video1{
    margin-left: 150px;
        margin-bottom: 30px;
        margin-top: 30px;
      }
      .guru-popup-video11{
        margin-left: 130px;
            margin-bottom: 30px;
            margin-top: 30px;
          }
.guru-flower-popup {
  position: absolute;
  right: -120px;
  z-index: +99;
  top: 20%;
  text-align: right;
}
.suitability-flower-popup {
  position: absolute;
  right: -120px;
  z-index: +99;
  top: 18%;
  text-align: right;
}
.audio-flower-popup {
  position: absolute;
  right: -129px;
  z-index: +9;
  top: 27%;
  text-align: right;
}
.audio-flower-popupabout {
  position: absolute;
  right: -120px;
  z-index: +9;
 
  text-align: right;
}
.text-ty1 {
  color: #5f7987 !important;
  margin-left: 230px;
  width: 70%;
}
.index-level2 {
  z-index: +99;
}
.slick-prev:before, .slick-next:before{
  font-size: 40px !important;
}
.slider {
    width: 85%;
    margin: 10px 10px;
    margin-left: 120px !important;
}
.vnli{
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  line-height: 40px;
}
.vnli:hover{
  line-height: 40px;
  font-weight: bold;
  color: #778665;
  text-decoration: none;
}
.vn-quote {
  padding: 56px 163px;
  position: relative;
  top: 13%;
}

.glary-sec-3{
  margin-top:500px;
}
.gallerp-pg-sec2-hding{
  position: absolute;
  right: 0;
  top: 40%;
  width: 30%;
}

.gallerp-pg-sec3-hding{
  position: absolute;
  right: 0;
  top: 40%;
  width: 30%;
}

.popBorder{
  min-width:600px;
  width: 70%;
    min-height: 350px;
  border: 1.5px solid #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  max-width: 80%;
    margin: 0px auto;
 
}
.alignCenter{
  text-align: center;
    font-size: 24px;
    padding-top: 22px;
}

.greyBg{
  background-color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.gallerybird{
  margin-left: -120px;
}
.galleryimg{
width:100%;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.alignRight{
  text-align: right;
}

.closeBtn{
  width:100%;
  text-align: right;
    margin-top: -35px;
    margin-bottom: 12px;
    margin-left: -22px;
  }

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: all .2s ease-in-out;
  z-index: +999;
 }
 .show-scrollTop {
  opacity: 1;
  transition: all .2s ease-in-out;
 }

 .slick-next:before {
  /* content: "→"; */
  background-repeat:no-repeat ;
  content: url(../../assets/img/left-arrow.png) !important;
}

.slick-prev:before {
  /* content: "→"; */
  background-repeat:no-repeat ;
  content: url(../../assets/img/right-arrow.png) !important;
}
video::-webkit-media-controls {
  opacity: 0.5; 
}
.video-play1 > #video-thumbs {
  min-width: 280px;
  height: 200px;
  width: 280px;
  background: #000;
}
.page-link.active {
  background: #5f7987 !important;
  border: none;
}

.pagination-section {
  position: relative;
  top:-150px;
}
.gallery-popup-block .modal-content {
  /* width: 70%; */
  margin: 0px auto;
  border-radius: 20px;
}
.gallery-popup-block .modal-content .modal-body {
  padding: 0px;
    border-radius: 0px;
}
.gallery-popup-block .modal-content .modal-body img {
  padding: 0px;
    border-radius: 0px;
}
.gallery-popup-block .modal-content .modal-header{
  padding: 0px 15px;
  background:#d0d9de;
}
.page-link{
  background: #565e64 !important;
  color: #fff !important;
  font-weight: normal;
}
.modal-body img { border-radius:20px ;}
.gallery-popup-block { background-color: #ffffff9e !important;}
.gallery-popup-block .modal-content button{
    border: 0px !important;
    background: none !important;
    font-size: 30px;
    margin-right: 30px;
    outline: none;
}
.gallery-popup-block .modal-content button span{
  border: 0px !important;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-check-input-donations {
  background-color: #d9d9d9;
}
.form-check-input:checked {
  background-color: #617e8e;
}
.form-check-input-donations:checked {
  background-color: #687e8c;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  box-shadow: none !important;
  border: none !important;
  background-image:none !important;
}
.guruji-name {
  padding-right: 30px;
}
.enrole-now {
  font-family: 'product_sansregular', sans-serif; 
  margin-left: 7rem; 
  position: relative; 
  z-index: +99;
  background: transparent;
  border: 0.5px #fff solid;
  /* display: none !important; */
}
.upcoming-courses-content h5 {
  margin-bottom: 15px;
}

/* .meditation-notification {
  background: transparent !important;
  padding: 5% !important;
        height: auto !important;

}
.meditation-notification .modal-dialog{
  width: 60%;
}
.meditation-notification .modal-content {
background: #d0d9de;
border-radius: 25px;
padding-left: 30px;
} */

.hemalayas .modal-dialog{
  width: 60%;
}
.hemalayas .modal-content {
  background: #d0d9de;
  border-radius: 25px;
  padding-left: 30px;
  }
.login-icon img{
  position: relative;
  z-index: +99;
}