.sp-slider-outer-stage {
    height: 800px;
}

.pitech-slider .sp-slider-custom-dot-indecators {
    position: absolute;
    bottom: 35%;
    left: 0px;
    right: -210px;
    top: 150px;
    padding: 0px;
    z-index: 9999;
    max-width: 1140px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0px auto;
}

.sp-text-thumbnail-list {
    // display: flex;
    // flex-direction: column-reverse;
    padding: 5px 5px 5px 5px;
    background: rgba(230, 230, 230, 0.9);
}

#slogan_tile_01 {
    color: black;
	font-size: 24pt;
}

.sppb-carousel-pro-text {
	font-size: 36pt;
	font-weight: bold;
}

.sppb-carousel-pro-content {
	font-size: 24pt;
	font-weight: normal;
}

.number-heading {
  font-color:  
}

@media screen and (max-width: 900px) and (min-width: 320px) {
.pitech-slider .sp-slider-custom-dot-indecators {
    position: absolute;
    bottom: 20%;
    left: -200px;
    right: -210px;
    padding: 0px;
    z-index: 9999;
    max-width: 1140px;
    display: flex;
    width: 100%;
    margin: 0px auto;
}
}