/*============ Google fonts ============*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;600;700&display=swap");
/*======= CSS variables =======*/
/*======= Main CSS =======*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

body {
  font-family: "Raleway", sans-serif;
  background: #3E0000 !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif !important;
}

.butt-r {
  float: right;
}

.position-r {
  position: relative;
}

.next-prev ul li a i {
  color: #fff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1380px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1500px !important;
  }
}
.display-3 {
  font-size: 7rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  font-family: sans-serif !important;
  color: #9dc33b;
  margin-top: 100px !important;
}

.display-5 {
  color: #9dc33b;
}

.error-page {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1490196078);
}

.pagination.deals {
  padding: 0 15px;
}
.pagination.deals i {
  color: #9dc33b;
}
.pagination.deals .page-link.active {
  background: #9dc33b;
  color: #fff !important;
  border: 1px solid #9dc33b;
}

.pagi-nation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 50px 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #9dc33a !important;
  border-color: #9dc33a !important;
}

.page-link {
  color: #1a1a1a !important;
}

/* ======================== variables ============================ */
/* ======================== variables ============================ */
.hero-area {
  position: relative;
  top: 80px;
  padding: 50px 0 0 0;
}
@media (max-width: 639px) {
  .hero-area {
    top: 40px;
  }
}
.hero-area .sreeNarayanGuru-hero img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .hero-area .sreeNarayanGuru-hero img {
    display: none;
  }
}
.hero-area .mookambikaDei-img img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .hero-area .mookambikaDei-img img {
    display: none;
  }
}
.hero-area .hero-banner {
  background-image: url(../img/hero-banner.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-area .hero-banner {
    height: 240px;
  }
}
@media (max-width: 639px) {
  .hero-area .hero-banner {
    height: 180px;
  }
}
.hero-area .hero-banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3607843137);
  border-radius: 10px;
}
.hero-area .hero-banner h4 {
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 0 100px;
  line-height: 32px;
}
@media (max-width: 639px) {
  .hero-area .hero-banner h4 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
  }
}
.hero-area .hero-banner h2 {
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 0 100px;
  line-height: 32px;
}
@media (max-width: 639px) {
  .hero-area .hero-banner h2 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 27px;
  }
}
.hero-area .hero-text p {
  line-height: 23px;
  text-align: left;
  font-size: 14px;
}
.hero-area .Chief-Patron {
  border: 1px solid #3E0000;
  border-radius: 10px;
  padding: 25px;
  margin: 0 0 30px 0;
}
@media (max-width: 639px) {
  .hero-area .Chief-Patron {
    padding: 20px 0 0 0;
  }
}
.hero-area .Chief-Patron h2 {
  font-weight: 600;
}
@media (max-width: 639px) {
  .hero-area .Chief-Patron h2 {
    font-size: 1.6rem;
  }
}
.hero-area .Chief-Patron h4 {
  font-weight: 600;
}
@media (max-width: 639px) {
  .hero-area .Chief-Patron h4 {
    font-size: 1.2rem;
  }
}
.hero-area .Chief-Patron h5 {
  font-weight: 600;
}
@media (max-width: 639px) {
  .hero-area .Chief-Patron h5 {
    font-size: 16px;
  }
}
.hero-area .Chief-Patron p {
  line-height: 23px;
  text-align: left;
  font-size: 14px;
}
.hero-area .Chief-Patron img {
  width: 200px;
  background: #3e0000;
  padding: 5px;
  border-radius: 50%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 639px) {
  .hero-area .Chief-Patron img {
    width: 130px;
    padding: 7px;
    height: 130px;
  }
}
.hero-area .bg {
  background: #fbf0ce;
  padding: 10px 20px;
}
@media (max-width: 639px) {
  .hero-area .bg {
    padding: 10px 0px;
  }
}

.guru-bg {
  background: #720002;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .guru-bg {
    display: none;
  }
}

/* Googlefont Poppins CDN Link */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #720002 none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

nav .navbar {
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
nav .navbar .logo img {
  width: 90px;
  position: absolute;
  top: 0;
  border: 7px solid #720002;
}
@media (max-width: 639px) {
  nav .navbar .logo img {
    width: 70px;
  }
}

@media (max-width: 639px) {
  .m-sm {
    margin: 0 10px 20px 10px !important;
  }
}

.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}

nav .navbar .links {
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #720002;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px;
  display: none;
}
.navbar .search-box a {
  text-decoration: none;
  color: #fff;
}
.navbar .search-box a:hover {
  text-decoration: none;
  color: #fff;
}

.navbar .search-box i {
  padding: 0 5px 0 0;
}

.navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}

.search-box .input-box::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}

.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
}

@media (max-width: 920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a {
    font-size: 27px;
  }
  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a {
    font-size: 15px;
    color: #333;
  }
}
@media (max-width: 800px) {
  nav {
    /* position: relative; */
  }
  .navbar .bx-menu {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo .logo-name img {
    width: 100px;
  }
  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
    background: #720002;
    border-radius: 20px;
    padding: 4px;
    position: absolute;
    right: 20px;
  }
  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }
  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }
}
@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}
.footer-area .footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 3px 0;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .footer-area .footer-menu ul {
    gap: 5px;
  }
}
.footer-area .footer-menu ul li {
  list-style: none;
}
.footer-area .footer-menu ul li a {
  text-decoration: none;
  color: #3E0000;
  font-size: 14px;
}
.footer-area .footer-menu ul li a:hover {
  text-decoration: none;
  color: #720002;
}
.footer-area .social-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  padding: 10px 0 0 0;
}
.footer-area .social-media ul li {
  list-style: none;
}
.footer-area .social-media ul li a {
  text-decoration: none;
  color: #3E0000;
  font-size: 16px;
}
.footer-area .social-media ul li a:hover {
  text-decoration: none;
  color: #720002;
}
.footer-area .footer-contact ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .footer-area .footer-contact ul {
    gap: 5px 20px;
  }
}
.footer-area .footer-contact ul li {
  list-style: none;
}
.footer-area .footer-contact ul li a {
  text-decoration: none;
  color: #3E0000;
  font-size: 14px;
}
.footer-area .footer-contact ul li a:hover {
  text-decoration: none;
  color: #720002;
}
.footer-area .footer-contact ul li i {
  color: #720002;
}
.footer-area h6 {
  text-align: center;
  margin: 0 0 20px 0;
}

.abt-page .Legacy h4 {
  font-weight: 600;
}
@media (max-width: 639px) {
  .abt-page .Legacy h4 {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .abt-page .Legacy h6 {
    line-height: 22px;
    font-size: 15px;
  }
}
.abt-page .Legacy ul {
  padding: 0 0 0 10px;
}
.abt-page .Legacy ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 18px;
}
.abt-page .Legacy ul li i {
  font-size: 14px;
  padding: 0 5px 0 0;
  position: absolute;
  top: 7px;
  left: -4px;
}
.abt-page .spiritual h4 {
  font-weight: 600;
}
@media (max-width: 639px) {
  .abt-page .spiritual h4 {
    font-size: 18px;
  }
}
.abt-page .spiritual h5 {
  font-weight: 600;
}
.abt-page .spiritual p {
  font-weight: 400;
}
.abt-page .spiritual h6 {
  font-weight: 600;
}
.abt-page .spiritual ul {
  padding: 0 0 0 10px;
}
.abt-page .spiritual ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 18px;
}
.abt-page .spiritual ul li i {
  font-size: 7px;
  padding: 0 5px 0 0;
  position: absolute;
  top: 10px;
  left: 0;
}

.contact-page {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 0;
}
@media (max-width: 639px) {
  .contact-page {
    gap: 0;
  }
}
.contact-page .contact-box {
  border: 1px solid rgba(62, 0, 0, 0.5098039216);
  border-radius: 8px;
  padding: 15px;
}
.contact-page .contact-box h4 {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .contact-page .contact-box h4 {
    font-size: 20px;
  }
}
.contact-page .contact-box p {
  font-size: 14px;
  line-height: 22px;
}
.contact-page .contact-box ul li {
  list-style: none;
  line-height: 24px;
}
.contact-page .contact-box ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: flex;
  gap: 10px 8px;
  margin: 0 0 5px 0;
  font-weight: 600 !important;
}
.contact-page .contact-box ul li a:hover {
  text-decoration: none;
  color: #333;
}
.contact-page .contact-box ul li a i {
  color: #720002;
  border: 1px solid #720002;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=main.css.map */