/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 18, 2021 */
body {
  font-family: 'Hind', sans-serif;
}

h1 {
  font-size: 2rem;
  line-height: 3.188rem;
}

p {
  line-height: 2rem;
}

.btn-primary {
  background: #f4c430;
  border-color: #f4c430;
  padding: 0.65rem 1.7rem;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #f6bb04 !important;
  border-color: #f6bb04 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-primary {
  border-color: #f4c430;
  color: #f4c430;
  padding: 0.45rem 1.2rem;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background: #f6bb04 !important;
  border-color: #f6bb04 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff;
}

.btn-outline-secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #0094ff;
}

.btn-link {
  color: #f4c430 !important;
  font-size: 0.875rem;
}

label {
  font-weight: 500;
  color: #000000;
  font-size: 0.95rem;
  margin-bottom: .2rem;
}

.form-control {
  background: #F9F9F9;
  border-color: #F2F2F2;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 0.95rem;
  padding: 0.85rem 1rem;
  min-height: 50px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F9F9F9;
  border-color: #F2F2F2;
}

select.form-control {
  background: url(../images/select-arrow.svg) no-repeat 96% 22px #F9F9F9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.form-control:focus {
  background: url(../images/select-arrow.svg) no-repeat 96% 22px #F9F9F9;
}

.navbar {
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  padding: 0 1rem;
}

.navbar .nav-link {
  padding: 1.81rem 1rem;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: black;
  background: #f4c430;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.navbar-light .navbar-nav .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
}

.navbar-light .navbar-nav .nav-link:hover {
  background: #f4c430;
}

.user-avatar {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #e5e5e5;
}

.dropdown-toggle:after {
  right: -16px;
  position: absolute;
}

.user-profile-dropdown .dropdown-menu {
  left: auto;
  right: -18px;
}

.user-profile-dropdown .material-icons {
  color: rgba(0, 0, 0, 0.5);
}

.cart-icons {
  position: relative;
}

.cart-icons .material-icons {
  color: #91432b;
}

.cart-icons .cart-count {
  top: -5px;
  right: -4px;
  position: absolute;
  background: #f00000;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 11px;
}

.jumbotron {
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: cover;
  height: 600px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin: 0;
  padding: 0;
}

#content .about-us {
  background: url(../images/about-bg-left.png) top left no-repeat, url(../images/about-bg-right.png) right bottom repeat no-repeat;
  background-repeat: no-repeat;
  padding: 70px 0;
}

#content .about-us p {
  line-height: 1.875rem;
}

#content .meditation {
  background: url(../images/maditation-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

#content .meditation .card.meditation-widget {
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
}

#content .meditation .card.meditation-widget img {
  width: 100%;
}

#content .meditation .card .card-body {
  padding: 2rem 1.25rem;
}

#content .meditation .carousel-control-next,
#content .meditation .carousel-control-prev {
  opacity: 1;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #000;
}

#content .meditation .carousel-control-prev {
  left: auto;
  right: 37px;
  top: -48px;
}

#content .meditation .carousel-control-prev-icon {
  background-image: none;
}

#content .meditation .carousel-control-next-icon,
#content .meditation .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .meditation .carousel-control-next {
  right: 0;
  top: -48px;
}

#content .mantra-chalisa {
  background: url(../images/about-bg-left.png) top left no-repeat, url(../images/about-bg-right.png) right bottom repeat no-repeat;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

#content .mantra-chalisa h2 {
  line-height: 2rem;
}

#content .mantra-chalisa .mantra-chalisa-content {
  background: #0094ff;
  top: -300px;
  position: absolute;
}

#content .mantra-chalisa h4 {
  color: #ffffff;
}

#content .mantra-chalisa p {
  color: #ffffff;
}

#content .next-programe {
  background: url(../images/next-programe-bg.jpg) center no-repeat;
  background-size: cover;
  margin: 7rem 0 0 0;
  padding: 4rem 0;
}

#content .next-programe .next-programe-widget {
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
}

#content .next-programe .next-programe-content {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

#content .next-programe .date-row-widget .material-icons {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
}

#content .next-programe .date-row-widget h6 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}

#content .next-programe p {
  font-size: 0.875rem;
  line-height: normal;
}

#content .gallery {
  padding: 4rem 0;
  background: url(../images/about-bg-left.png) top left no-repeat, url(../images/about-bg-right.png) right bottom repeat no-repeat;
  background-repeat: no-repeat;
}

#content .gallery img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#content .galler-columns {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.carousel-inner {
  padding-bottom: 20px;
}

.page-footer {
  background: #000000;
}

.page-footer .independence-section {
  background: #814757;
  position: relative;
  top: -50px;
}

.page-footer .independence-section h3 {
  font-size: 1.375rem;
  color: #ffffff;
  line-height: 35px;
}

.page-footer .independence-section p {
  color: #ffffff;
}

.page-footer .independence-section .btn-light {
  color: #814757;
}

.page-footer .independence-section .btn-light:hover, .page-footer .independence-section .btn-light:active, .page-footer .independence-section .btn-light:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.page-footer .footer-widget h6 {
  color: rgba(255, 255, 255, 0.8);
}

.page-footer .footer-widget ul {
  list-style: none;
}

.page-footer .footer-widget ul li,
.page-footer .footer-widget ul a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

.page-footer .footer-widget ul li {
  padding-bottom: 0.5rem;
}

.page-footer .footer-widget .contact-text p {
  padding-left: 26px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.page-footer .footer-widget .contact-text p .material-icons {
  font-size: 1.125rem;
  margin-left: -26px;
  vertical-align: middle;
  color: #F4C430;
}

.page-footer .copyright {
  background: #131313;
  padding: 8px 10px;
}

.page-footer .copyright p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.about-banner {
  background: url(../images/about-page-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 3.3rem 2rem;
}

.about-banner h1 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 3.375rem;
}

.about-page-content {
  background: url(../images/about-bg-left.png) top left no-repeat, url(../images/about-bg-right.png) top right repeat no-repeat;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.about-page-content p {
  line-height: 1.875rem;
}

.about-page-content .sansthapak {
  max-width: 645px;
  width: 100%;
}

.about-page-content .sansthapak .dontae-widget h6 {
  line-height: 1.625rem;
}

.donation {
  background: url(../images/about-bg-left.png) top left no-repeat, url(../images/about-bg-right.png) top right repeat no-repeat;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.donation h4 {
  font-size: 1.125rem;
  line-height: 1.813rem;
  font-weight: 500;
}

.donation .account-row {
  border-bottom: 1px dashed rgba(164, 164, 164, 0.2);
}

.donation .account-row p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.92rem;
}

.donation .account-row p.first-child {
  color: black;
}

.donation .donation-account-widget {
  height: 87%;
}

.donation .donation-account-widget .card {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border-color: #e4e4e4;
}

.donation textarea {
  height: 241px;
}

.donation .text-primary {
  color: #0094FF !important;
}

.donation .submit-btn {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.82rem 1.7rem;
  color: #000000;
}
/*# sourceMappingURL=style.css.map */