#base_slideshow .splide .splide__arrow--next {
  right: 20px;
}
#base_slideshow .splide .splide__arrow--prev {
  left: 20px;
}
#base_slideshow .splide .splide__pagination {
  margin: -30px 0 15px 0;
}
#base_slideshow .splide .splide__pagination .splide__pagination__page:hover {
  opacity: 0.75;
}
#base_slideshow .splide .image img {
  border-radius: 0;
}
@keyframes moveInleft {
	0% {
		opacity: 0;
		transform: translateX(-100px)
	}
	
	80% {
		transform: translateX(10px)
	}
	
	100% {
		opacity: 1;
		transform: translate(0)
	}
}
#base_slideshow .splide .contents {
  position: absolute;
  width: 55%;
  top: 23%;
  bottom: auto;
  left: 6%;
  right: auto;
  text-align: left;
  visibility: visible;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition-duration: 1.1s;
  -moz-transition-duration: 1.1s;
  -webkit-transition-duration: 1.1s;
  -khtml-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
}
#base_slideshow .splide__slide.is-active .contents {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  animation-name: moveInleft;
  animation-duration: 1.5s;
}
#base_slideshow .splide .contents .subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  -webkit-margin-after: 18px;
          margin-block-end: 18px;
  color: var(--global-palette3);
  text-transform: uppercase;
}
#base_slideshow .splide .contents .heading {
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  width: 62%;
  -webkit-margin-after: 18px;
          margin-block-end: 18px;
  color: var(--global-palette3);
  font-family: var(--global-heading-font-family);
}
#base_slideshow .splide .contents .texts p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 36px;
  color: var(--global-palette3);
}

@media (max-width: 1366px) {
  #base_slideshow .splide .contents {
    left: 10%;
    top: 15%;
  }
  #base_slideshow .splide .contents .heading {
    font-size: 52px;
    line-height: 62px;
  }
  #base_slideshow .splide .contents .subheading {
    font-size: 16px;
    line-height: 22px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
  }
  #base_slideshow .splide .contents .texts p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  #base_slideshow .splide .contents .subheading {
    font-size: 15px;
  }
  #base_slideshow .splide .contents .heading {
    font-size: 42px;
    line-height: 48px;
  }
  #base_slideshow .splide .contents .texts p {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #base_slideshow .splide .contents .heading {
    font-size: 36px;
    line-height: 40px;
    -webkit-margin-after: 18px;
            margin-block-end: 18px;
  }
  #base_slideshow .splide .contents .subheading {
    -webkit-margin-after: 14px;
            margin-block-end: 14px;
  }
  #base_slideshow .splide .contents .texts p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  #base_slideshow .splide .contents .heading {
    font-size: 28px;
    line-height: 34px;
    -webkit-margin-after: 14px;
            margin-block-end: 14px;
  }
  #base_slideshow .splide .contents .subheading {
    font-size: 14px;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
  #base_slideshow .splide .contents .texts p {
    display: none;
  }
}
@media (max-width: 540px) {
  #base_slideshow .splide .splide__pagination {
    margin: -20px 0 0px 0;
  }
  #base_slideshow .splide .contents {
    left: 7%;
  }
  #base_slideshow .splide .contents .heading {
    font-size: 20px;
    line-height: 22px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    width: auto;
  }
  #base_slideshow .splide .contents .subheading {
    display: none;
  }
  #base_slideshow .splide .contents .btn {
    padding: 5px 10px;
    font-size: 11px;
  }
}