<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Londrina+Outline|Roboto&amp;display=swap");
/*==================== web colors ===================*/
.btn-theme-color {
  background-color: #eea82e !important;
}

.bg-1 {
  background-color: #f0a901 !important;
}

.bg-2 {
  background-color: #ffb607 !important;
}

/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #f0a901;
  color: #fff;
}

::selection {
  background-color: #f0a901;
  color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
.head{font-size: 3.5rem !important; font-family: 'Milonga', cursive;}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  position: relative; font-family: 'Open Sans'!important ;
}

section {
  padding: 60px 0px;
}
@media (max-width: 991.98px) {
  section {
    padding: 30px 0px;
  }
}

section:after {
  display: block;
  clear: both;
}

.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #f0a901;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------img hover ------------------------*/
img {
  transition: ease-in all 0.25s;
}

.overflow-hidden {
  overflow: hidden;
}

.img-zoom-in {
  transform: scale(1);
}
.img-zoom-in:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .img-zoom-in:hover {
    transform: scale(1);
  }
}

/*------------------------rotate ------------------------*/
.rotate {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

/*------------------------text clamp ------------------------*/
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
/*======================  bootstrap edits ===================*/
section.temple-land-section .menu .icon-bar::before, section.temple-land-section .menu .icon-bar::after, section.temple-land-section .menu .icon-bar {
  display: block;
  position: absolute;
  content: "";
  background-color: black;
  height: 2px;
  width: 32px;
  left: 0;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s all;
}

.min-h-tile {
  min-height: 165px;
}

.menu-bg-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.45);
  z-index: 99999;
}
.menu-bg-cover .side-menu-bar {
  position: absolute;
  top: 0;
  width: auto;
  z-index: 9999;
  background: rgba(238, 168, 46, 0.922);
  padding: 30px 0px;
  height: 100vh;
  overflow-y: scroll;
  width: 20%;
  right: -100%;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s all;
}
@media (max-width: 991.98px) {
  .menu-bg-cover .side-menu-bar {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .menu-bg-cover .side-menu-bar {
    width: 60%;
  }
}
.menu-bg-cover .side-menu-bar ul {
  width: 80%;
  margin: 0 auto !important;
  margin-top: 20px !important;
}
.menu-bg-cover .side-menu-bar ul li a {
  color: #343a40 !important;
}
.menu-bg-cover .side-menu-bar.active {
  right: 0%;
}

section.temple-land-section h1 {
  font-size: 4rem;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
  section.temple-land-section h1 {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 767.98px) {
  section.temple-land-section h1 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  section.temple-land-section .text-spot .middle {
    width: 100%;
  }
}
section.temple-land-section .menu {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
  content: "";
}
section.temple-land-section .menu .icon-bar {
  top: 50%;
  transform: translateY(-50%);
}
section.temple-land-section .menu .icon-bar::after {
  top: 8px;
}
section.temple-land-section .menu .icon-bar::before {
  top: -8px;
}
section.temple-land-section .menu.active .icon-bar {
  background-color: rgba(0, 0, 0, 0);
}
section.temple-land-section .menu.active .icon-bar::after {
  top: 0;
  transform: rotate(135deg);
}
section.temple-land-section .menu.active .icon-bar::before {
  top: 0;
  transform: rotate(45deg);
}
section.temple-intro-tiles aside {
  z-index: 1;
  padding-bottom: 20px;
}
section.temple-intro-tiles aside span {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
section.footer {
  background-color: #1c1c1c !important;
}

/* --------------------- 20-01-2020 karthik */

.side-menu-bar a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: 
  #000;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s all;
}
.side-menu-bar a:hover::after {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>