/*Slideshow Full*/
.slideshow_fullss {
    position: relative;
    margin-top: 108px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../img/bannerimg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.slideshow-container-new {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

/* Caption text */
.text-new {
    position: absolute;
    top: 70%;
    right: 0;
    font-weight: 700;
    background: #d23c36;
    width: 200px;
    height: auto;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_img_slideshow {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

/* The dots/bullets/indicators */
.dot-new {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active-new {
  background-color: #717171;
}

/* Fading animation */
.fade-new {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text-new {
    }
}

@media (min-width: 700px) {
    .text-new {
        top: 50%;
        right: 0;
        font-weight: 700;
        background: #d23c36;
        width: 350px;
        height: 150px;
        color: #fff;
        padding: 20px;
        text-align: center;
    }

    .slideshow_fullss {
        margin-top: 133px;
    }
}

@media (min-width: 800px) {
    .text-new {
        top: 35%;
    }
}

@media (min-width: 900px) {
        .slideshow_fullss {
        margin-top: 133px;
    }
}

.overlayslider {
    width: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(11,97,107,0.8), rgba(0,0,0,0.5));
}

.bgimagehome {
    margin: auto;
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
}

@media (min-width: 900px) {
    .bgimagehome {
        height: 60vh;
    }
}

.bgimagehome h1 {
    color: var(--white);
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    font-size: 30px;
}

.bgimagehome p {
    color: var(--white);
    font-size: 24px;
}