/**
* Homepage Slider
* Media Slider
* Parallax
* Splash Page
* Vertical Slider
*/

/**
* Homepage Slider
*/
#home-slider-1 .carousel-caption {
  bottom: auto!important;
  top: 50%;
  transform: translateY(-50%);
}
.slide-text-1,
.slide-title,
.slide-text-2 {
  display: block;
  width: 100%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.slide-title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
}
.slide-text-1 {
  font-size: 3rem;
}
.slide-text-2 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#home-slider-1 .carousel-item .btn {
  transition: 0.3s;
}
.active .slide-text-1,
.active .slide-title,
.active .slide-text-2,
#home-slider-1 .carousel-item.active .btn {
  opacity: 1;
}
.subSlider {
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 1;
}
.subSlider .btn {
  opacity: 1!important;
}

@media(min-width: 992px){
  .subSlider {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media(max-width: 1199px){
  .slide-title {
    font-size: 4rem;
  }
  .slide-text-1 {
    font-size: 2.5rem;
  }
  .slide-text-2 {
    font-size: 1.2rem;
  }
}
@media(max-width: 991px){
  #home-slider-1 .carousel-item .btn,
 .carousel-caption .btn {
    font-size: 0.85rem;
  }
  .slide-title {
    font-size: 3.5rem;
  }
  .slide-text-1 {
    font-size: 1.8rem;
  }
  .slide-text-2 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media(max-width: 767px){
  .slide-title {
    font-size: 2.6rem;
  }
  .slide-text-1 {
    font-size: 1.2rem;
  }
  .slide-text-2 {
    margin-bottom: 15px;
  }
}
@media(max-width: 575px){
  #home-slider-1 .carousel-item .btn,
  .carousel-caption .btn {
    padding: 0.2rem 0.8rem;
  }
  .slide-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .slide-text-1 {
    font-size: 1.2rem;
  }
  .slide-text-2 {
    display: none;
  }
}

/**
* Media Slider
*/
.media-bg {
  height: 300px;
}
.media-slider,
.media-slider .owl-stage-outer{
  position: static;
}
.media-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.media-slider .owl-dots div {
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: rgba(255,255,255,0.6);
}
.media-slider .owl-dots div:hover,
.media-slider .owl-dots div.active {
  background-color: rgba(255,255,255,0.9);
}
.media-slider .owl-stage {
  display: flex;
  align-items: center;
}
@media(min-width: 768px) {
  .media-bg {
    height: 480px
  }
}
@media(min-width: 1200px) {
  .media-bg {
    height: 600px
  }
}

/**
* Parallax
*/
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/**
* Splash Page
*/
.splash-wrapper {
  display: grid;
  grid-template-areas: "splash-header" "splash-main" "splash-footer";
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%;
  height: 100%;
}
.splash-header {
  grid-area: splash-header;
}
.splash-main {
  grid-area: splash-main;
  position: relative;
}
.splash-footer {
  grid-area: splash-footer;
}
.v-separator::after {
  content: "|";
}
.splash-axium-logo {
  position: absolute;
  right: 15px;
  bottom: 50px;
  z-index: 2;
}
.splash-carousel,
.splash-carousel .owl-stage-outer,
.splash-carousel .owl-stage,
.splash-carousel .owl-item,
.splash-carousel .owl-item .item {
  height: 100%;
}
.splash-carousel .slide-text-2 {
  margin-bottom: 0;
}
.splash-carousel .owl-item .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.splash-carousel .slide-title {
  font-family: 'Oswald', sans-serif;
}

@media(max-width: 991px) {
  .splash-carousel .slide-title {
    font-size: 2.6rem;
  }
  .splash-header-logo {
   max-width: 150px;
  }
}
@media(max-width: 575px) {
  .splash-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  .splash-footer {
    bottom: 0;
    background-color: rgba(0,0,0,0.5)!important;
  }
  .splash-main .carousel-caption {
    bottom: 68%;
  }
}
@media(max-width: 567px) {
  .splash-header,
  .splash-footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media(min-width: 560px) {
  .splash-inroads-logo {
   max-width: 190px
  }
}
@media(min-width: 768px) {
  .splash-font-size {
   font-size: 1rem;
  }
  .splash-wrapper {
    grid-template-rows: minmax(85px, min-content) auto minmax(95px, min-content);
  }
}
@media(min-width: 992px) {
  .splash-wrapper {
    grid-template-rows: minmax(100px, min-content) auto minmax(100px, min-content);
  }
 .splash-carousel .carousel-caption {
  left: auto;
 }
}

/**
 * Vertical Slider T2602
 */
#pp-nav {
  display: none;
}
.vertical-slider {
  height: 300px;
  overflow: hidden;
}
#pagepiling__menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#pagepiling__menu li ~ li {
  margin-top: 5px;
}
#pagepiling__menu a {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
}
#pagepiling__menu li.active a {
  background-color: var(--primary);
}
@media(min-width: 768px) {
  .vertical-slider {
   height: 500px;
  }
}
@media(min-width: 992px) {
 .vertical-slider {
    height: 600px;
 }
}
@media(min-width: 1200px) {
 .vertical-slider {
    height: 800px;
 }
}

/**
 * Sitemap from override.css
 */
.sitemapMenu > ul > li ul a {
  font-size: 0.875rem;
}
.sitemapMenu > ul > li > a {
  font-size: 1rem;
  font-weight: 600;
}


/* Landing Page tspwise.com */
.landing-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 540px;
}
.landing-header__container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.landing-header__text-container {
  background-color: rgba(0,57,97,.8);
  border-radius: 3px;
  padding: 40px;
}
.landing-header__title {
  font-size: 3rem;
}
.landing-header__subtitle {
  font-size: 1.5rem;
}
.landing-main {
  padding-top: 55px;
  padding-bottom: 60px;
}
.landing-main__title {
  font-size: 1.5rem;
  font-weight: 400;
}
.landing-main__subtitle {
  font-size: 1.875rem;
}
.landing-card > .card-body {
  padding: 30px 25px;
}
.landing-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.landing-card__date {
  line-height: 1;
  font-weight: 700;
}
.landing-card__day {
  font-size: 1rem;
}
.landing-card__month {
  font-size: 2.25rem;
}
.landing-card__time {
  font-size: 1.5rem;
}
.landing-card__icon {
  font-size: 3rem;
  line-height: 1;
}
.landing-map {
  border: 1px solid #c2c2c2;
}
.landing-form__title {
  font-size: 2.25rem;
}
.landing-form__subtitle {
  font-size: 1.125rem;
}
.landing-footer {
  padding: 45px 0;
  font-size: 0.8rem;
  color: #999;
}
@media(max-width: 1199px) {
  .landing-header__title {
    font-size: 2.5rem;
}
}
@media(max-width: 991px) {
  .landing-header {
    height: 395px;
}
.landing-header__title {
  font-size: 2rem;
}
.landing-header__subtitle {
  font-size: 1.125rem;
}
.landing-main {
  padding: 30px 0;
}
}
@media(min-width: 992px) {
  .landing-form {
    transform: translateY(-218px);
}
}
@media(min-width: 1200px) {
  .landing-form {
    transform: translateY(-227px);
}
}