.slider-button {
  background-color: rgba(0, 0, 0, .5) !important; 
  font-size: medium !important;
}

.bg-parallax {
  background-color: #135343;
}


.testimonial-item {
  background-color: #f5f5f8;
  color: #a8a8a8;
  padding: 20px;
}

@media (min-width: 768px){
  .cta-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .cta-desktop {
    display: none;
  }
}

@media (max-width: 1040px) {
      .mainSlide-Title {
      margin-top: 12vw !important;
  }
  .mainSlide-Button {
    margin-top: 22vw !important;
  }
}


@media (max-width: 600px) {
  
  .mainSlide-Subtitle {
    margin-top: -80px !important;
  }
  
        .mainSlide-Title {
      margin-top: 0px !important;
  }
  .mainSlide-Button {
    margin-top: 50px !important;
  }
}

.mainSlide-Subtitle, .mainSlide-Title {
  background-color: rgba(0, 0, 0, .5);
  padding: 20px !important;
}

.tp-leftarrow, .tp-rightarrow{
  background-color: rgba(0, 0, 0, .5) !important;
}

@media (min-width: 600px) {
.col-sm-6.col-md-6.col-lg-3 img  {
    float: left;
    width:  100% !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 15px;
}
}