:root {
  --mainBlack: #0d0d0e;
  --mainHighlight: #41b132;
  --mainWhite: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: var(--mainBlack);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "Kalam", sans-serif;
}
body a {
  color: var(--mainHighlight);
}
body a:hover {
  text-decoration: none;
  color: var(--mainBlack);
}
body img {
  max-width: 100%;
}
body .stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
body main {
  flex: 1;
}

button:focus {
  outline: none;
}

.bg-dark {
  background-color: #181818 !important;
  color: var(--mainWhite) !important;
}
.bg-dark a:hover {
  color: var(--mainWhite) !important;
}
.bg-dark .btn {
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.bg-dark .btn:hover {
  background: var(--mainWhite) !important;
}

header {
  position: sticky;
  z-index: 50;
  background: #181818;
  padding: 15px 0;
  top: 0;
  color: var(--mainWhite);
}
header .header-logo {
  max-width: 50px;
}
header .menu a {
  color: var(--mainWhite);
}
header .menu a:last-of-type {
  margin-left: 30px;
}
header .menu a:hover {
  color: var(--mainHighlight);
}
header .navbar {
  background: #41b132;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .navbar ul > li {
  padding: 0 15px;
}
header .navbar ul > li a {
  color: var(--mainWhite);
}
header .navbar ul > li a:hover {
  color: var(--mainHighlight);
}
@media (min-width: 992px) {
  header .navbar {
    background: initial;
    position: static;
    width: auto;
    text-align: right;
  }
}

#slider {
  padding: 0;
  height: 100vh;
}
@media (min-width: 768px) {
  #slider {
    max-height: 700px;
    height: auto;
  }
}
#slider .carousel-item img:not(.header-logo) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
@media (min-width: 768px) {
  #slider .carousel-item img:not(.header-logo) {
    max-height: 700px;
    height: auto;
  }
}
#slider .carousel-item .carousel-caption {
  font-family: "Kalam", sans-serif;
  bottom: 50%;
  transform: translateY(50%);
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}
#slider .carousel-item .carousel-caption h1, #slider .carousel-item .carousel-caption h2 {
  font-size: 2.5rem;
}

.quote {
  font-family: "Kalam", sans-serif;
  font-size: 22px;
}

.testimonial-holder {
  background-image: url("/theme_moksha_home/img/testimonial_bg.jpg");
  background-position: center right;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--mainWhite);
}
.testimonial-holder h2 {
  margin-bottom: 30px;
}
.testimonial-holder:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.calendar-section a {
  color: var(--mainHighlight);
}
.calendar-section a:hover {
  color: var(--mainWhite);
}

.owl_gallery {
  position: relative;
}
.owl_gallery .owl-nav {
  left: 0;
  position: absolute;
  top: calc(50% - 18px);
  width: 100%;
}
.owl_gallery .owl-nav .owl-prev, .owl_gallery .owl-nav .owl-next {
  display: inline-block;
  font-size: 30px !important;
}
.owl_gallery .owl-nav .owl-prev {
  left: -20px;
  position: absolute;
}
.owl_gallery .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}
.owl_gallery .owl-dots {
  margin: auto;
}
.owl_gallery .gallery-image img {
  height: auto;
}

.submitBtn {
  margin-bottom: 0 !important;
  background: var(--mainHighlight);
  color: white;
  margin-top: 32px;
  width: 100%;
}

.error-message {
  color: #f9635a;
}

.input-group-addon.last {
  line-height: 36px;
  padding: 0 15px;
  color: var(--mainHighlight);
  border: 1px solid #ced4da;
  border-left: none;
}

.bootstrap-datetimepicker-widget td.day {
  color: var(--mainHighlight);
  font-weight: 700;
}
.bootstrap-datetimepicker-widget td.day.disabled {
  color: #f9635a;
  font-weight: 500;
}

.customerTicket .btn-collision {
  margin-top: 15px;
}
.customerTicket .btn-collision.btnNext {
  background: #f9635a;
  color: white;
  margin-right: 10px;
}
.customerTicket .btn-danger {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.hidden {
  display: none;
}

footer img {
  max-height: 100px;
}
footer .top {
  background: #181818;
  color: var(--mainWhite);
}
footer .top a {
  color: var(--mainWhite);
}
footer .top a:hover {
  color: var(--mainHighlight);
}
footer .bottom {
  background: #212121;
}

.pagination .page-item {
  display: inline-block;
}

.left_image .main-image-link, .right_image .main-image-link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  order: 2;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .left_image .main-image-link, .right_image .main-image-link {
    max-width: 400px;
    padding-bottom: 0;
  }
}
.left_image img, .right_image img {
  height: auto;
  width: 100%;
}

.right_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_image .inner {
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .right_image .inner {
    padding-right: 150px;
  }
}

.left_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.left_image .main-image-link {
  order: 1;
}
.left_image .inner {
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .left_image .inner {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .left_image .inner {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .left_image .inner {
    padding-left: 150px;
  }
}

.col-xl-6.left-image .box .main-image-link, .col-xl-6.right-image .box .main-image-link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 250px;
  order: 2;
  margin-top: 8px;
}
.col-xl-6.right-image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xl-6.right-image .box .inner {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-xl-6.right-image .box .inner {
    padding-right: 40px;
  }
}
.col-xl-6.left-image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xl-6.left-image .box .main-image-link {
  order: 1;
}
.col-xl-6.left-image .box .inner {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-xl-6.left-image .box .inner {
    padding-left: 40px;
  }
}

.col-xl-7.left-image .box .main-image-link, .col-xl-7.right-image .box .main-image-link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 275px;
  order: 2;
  margin-top: 8px;
}
.col-xl-7.right-image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xl-7.right-image .box .inner {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-xl-7.right-image .box .inner {
    padding-right: 40px;
  }
}
.col-xl-7.left-image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xl-7.left-image .box .main-image-link {
  order: 1;
}
.col-xl-7.left-image .box .inner {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-xl-7.left-image .box .inner {
    padding-left: 40px;
  }
}

.col-xl-8.left-image .box .main-image-link, .col-xl-8.right-image .box .main-image-link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 300px;
  order: 2;
  margin-top: 8px;
}
.col-xl-8.right-image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xl-8.right-image .box .inner {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-xl-8.right-image .box .inner {
    padding-right: 40px;
  }
}
.col-xl-8.left-image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xl-8.left-image .box .main-image-link {
  order: 1;
}
.col-xl-8.left-image .box .inner {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-xl-8.left-image .box .inner {
    padding-left: 40px;
  }
}

#toTop {
  background: var(--mainHighlight);
  border: none;
  bottom: 30px;
  color: var(--mainWhite);
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 100;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
#toTop:focus {
  outline: none;
}

/*# sourceMappingURL=style.css.map */
