.carouseImgOne {
    /* background-color: #ac9b3f; */
    background: rgb(247,165,0);
background: linear-gradient(160deg, rgba(247,165,0,1) 0%, rgba(201,0,255,0.7595413165266106) 100%);
    
}

.carouseImgOne::before {
    content: ' ';
    display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background: url("../images/guntur-map.png");
    
    background-position: center;
    background-size: cover;
    opacity: .05;
}

.carousel-caption {
    top: 10rem
}
