body {
  margin: 0px;
  font-family: 'roboto';
}

#discourses .retreat {
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.2);
}

#carousel .bg {
  background: rgb(255, 254, 251);
  background: linear-gradient(180deg, rgba(255, 254, 251, 1) 0%, rgba(244, 235, 212, 1) 100%);
  height: 614px;
}

@media(max-width:1000px) {
  #carousel .bg {
    height: auto;
  }
}

/*  contact css  */
.map-container {
  overflow: hidden;
  position: relative;
  height: 500px;
}

.map-container iframe {
  left: 0;
  top: 20%;
  height: 60%;
  width: 100%;
  position: absolute;
}

/*  contact css  */
.section-header {
  margin-top: 80px;
}


/* login */
.trinadh {
  margin-top: 100px;
}

.form-floating {
  width: 440px;
}

.login-error-active {
  visibility: visible;
}

.login-error-inactive {
  visibility: hidden;
}


/* enroll-login-fom css */
.enroll-login-form {
  background-color: rgb(255 255 255);
}

/* youtube -links*/


.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 48px;
  width: 68px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -24px;
  position: absolute;
  background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
  cursor: pointer;
}

/* title-content */
@media (min-width:250px)and (max-width:499px) {
  .title-content {
    font-size: 25px;

  }
}

/* ----contact--- */
#contact .font {
  font-style: italic;

}

/* ----discourses---- */
@media (min-width:992px)and (max-width:1199px) {
  #discourses .img-fluid {
    margin-top: 50px;
  }
}

/* ----e-courses---- */

#BhagavadGita .meeting-info {
  margin-left: 0px;
}

#isavasyaupanishad .meeting-info {
  margin-left: 0px;
}


#course-content .e-course-text {
  text-align: justify;
  line-height: 43px;
  font-size: 20px;
  font-family: 'poppins';
  color: #455371;

}

/* #ins-hero2 .img-fluid {
  max-width: 90%;
  height: auto;


}

#Self-Management .text {
  text-align: justify;

}

#Self-Management {
  text-align: center;
  align-items: center;

} */

#eternal-wisdom .text {
  color: #455371;
}

/* Art of Self-Management */
@media (min-width:250px)and (max-width:370px) {
  #eternal-wisdom .title {
    font-size: 30px;
  }
}

.Self-Management {
  margin-top: 150px;
}

.modal-content {
  background: rgb(252, 238, 217)
}

/* applied-Wisdom */
#applied-Wisdom .contents {
  font-family: 'poppins';
  font-size: 17px;
  color: #455371;
  text-align: justify;
  white-space: normal;
}


/* ----discourses--- */


/* #discourses .head-style{
  cursor: pointer;

} */
#discourses a {
  text-decoration: none;

}

/* #discourses .head-style:hover {
  color: #69B5DE;
} */

#discourses .sub-title {
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  color: #69B5DE;
  ;
}

#discourses .sub-title:hover {
  color: #4e8daf;

}





#discourses .upanishad-sub-title {
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  color: #69B5DE;
  ;
}

#discourses .upanishad-sub-title:hover {
  color: #4e8daf;

}

.content-p {

  margin-bottom: 0px !important
}

.table>:not(caption)>*>* {
  background-color: rgb(252, 238, 217);
}
.SupportUs-text{
  text-decoration: none;
  color: white;
}
/* .theme-section-bg .content,.title-content{
  color: white;
} */

@media(max-width:991px){
  .accordion-body .container .img-fluid{
    padding-top:20px;
  }
}
.accordion-item .accordion-button ,.accordion-item .accordion-body{
  background-color: rgb(252, 238, 217);
}

.gallery a{
  text-decoration: none;
  font-style: none;
}

.balavihar{
  margin-top: 30px;
}


.gallery a h3{

  font-size: 30px;

}

.gallery:hover{
  text-decoration: underline rgb(119, 64, 28);
}

.gallery a h3:hover{
  color: blue;
}