/*---Services Slider---*/
#Services-Slider {
  margin-top: 90px;
}
.carousel, .carousel img {
  height: 65vw;
  min-height: 450px;
  max-height: 550px;
  object-fit: cover;
}
.services-slider-bg-gradient {
  width: 100%;
  height: 50%;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;    
  background: linear-gradient(rgba(0,0,0,0), rgba(16,16,36,0.7));
}
.services-slider-text-window {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.services-slider-header, .services-slider-text {
  margin: 0;
  color: #ffffff;
}
.services-slider-header {
  font-size: 105%;
}
.services-slider-text {
  font-size: 90%;
}
.services-slider-text {
  margin-top: 2px;
  opacity: 0.75;
}
.services-description-text {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media(max-width:991px) {
.services-slider-wrapper.container {
  padding: 0px;
}
#Services-Slider {
  margin-top: 0px;
}
}
@media(max-width:767px), (max-width:991px) and (orientation: landscape) {
.services-slider-text-window {
  margin-left: 20px;
  margin-right: 20px;
}
.services-description-text {
  margin-top: 70px;
  margin-bottom: 70px;
}
}
@media (max-width:991px) and (orientation: landscape) {
.carousel, .carousel img {
  height: calc(100vh - 60px);
  min-height: 250px;
}
}
@media(max-width:767px) and (orientation: portrait) {
.carousel, .carousel img {
  min-height: 300px;
}
.services-slider-text-window {
  margin-bottom: 35px;
}
.services-description-text {
  text-align: justify;
}
}