/****************************************************************************
 * style_custom.css
 ****************************************************************************/
.dark-text {
  color: #000;
}
.dark-text.slide-heading,
.dark-text.slide-txt
{
  text-shadow: 0.01em  0.01em 0.025em #fff,
	          -0.01em  0.01em 0.025em #fff,
	          -0.01em -0.01em 0.025em #fff,
	           0.01em -0.01em 0.025em #fff
}

.light-text {
  color: #fff;
}
.light-text.slide-heading,
.light-text.slide-txt
{
  text-shadow: 0.01em  0.01em 0.025em #000,
	          -0.01em  0.01em 0.025em #000,
	          -0.01em -0.01em 0.025em #000,
	           0.01em -0.01em 0.025em #000
}



/* Logo: */
.logo-area img,
.header-logo img,
.footer-logo img {
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
}



/* Header above the content. */
.header-area
{
  position: absolute;
  z-index: 1;
  background-color: rgba(8, 11, 26, 0.333);
  width: 100%;
  padding: 20px 0;
}
.header-area.sticky {
  padding: 10px 0;
  background-color: rgba(8, 11, 26, 0.9);
}
.header-area .nav-link {
  padding: 0;
}
.header-action {
  font-size: 18px;
}



/* Slider area: */
.slider-area-wrapper {
  background-color: #121;
}



/* Page Header Overlay: */
.page-header-area
{
  position: relative;
  background-color: #f8f9fc;
}
.page-header-area::before
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2f1e11;
  opacity: 0.333;
  content: "";
}
.page-header-area .page-header-content-inner
{
  padding: 174px 0 60px 0;
  height: auto;
}



@media (min-width: 992px) {
  .mt-lg-3, .my-lg-3 {
    margin-top: 0!important;
  }
}
