
  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }

  .mySlides {
    display: none;
    background-color: #007bff;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display:none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  .images{
      opacity:0.4; 
      width: 100%;
      height: auto;
  }

  .text {
    color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
  }

  @media screen and (min-width: 761px) {
    div.text {
      font-size: 48px;
    }
    .text2 {
    color: #f2f2f2;
    font-size: 20px;
  }
  }

  @media screen and (max-width: 760px) {
    div.text {
      font-size: 15px;
    }
    .text2 {
    color: #f2f2f2;
    font-size: 7px;
  }
  }

  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  .fade {
    animation-name: fade;
    animation-duration:5s;
  }

  @keyframes fade {
    from {opacity: 1}
    to {opacity: 1}
  }
  .single-services{
      border-radius:15px;
  }
  .single-services:hover{
      background-color:#06639cff;
  }
  
  .our-services .single-services:hover .services-cap h5 a {
      color: #fff
  }

  .our-services .single-services:hover .services-cap p {
      color: #fff
  }

