#carouselExampleIndicators {
  position: relative;
}
@media (min-wdith: 0) {
  #carouselExampleIndicators .carousel-indicators {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  #carouselExampleIndicators .carousel-indicators {
    padding: 1rem;
  }
}
#carouselExampleIndicators .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  box-shadow: rgba(0,0,0,0.1) 0 5px 10px 2px;
}

#carouselExampleIndicators .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 40px 0;
}
#carouselExampleIndicators h1 {
  color: white;
  font-size: 3.5rem !important;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
  height: fit-content;
  margin-bottom: 0 !important;
  font-weight: bold;
}
#carouselExampleIndicators p {
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  margin-bottom: 0 !important;
}
@media (min-width: 0) {
 
  #carouselExampleIndicators img {
    height: calc(70vh - 110px);
    width: 100% !important;
    object-fit: cover;
    z-index: 1;
  }
  #carouselExampleIndicators .overlay {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #carouselExampleIndicators .content {
    padding-left: 70px;
    z-index: 3;
  }
	
	
}
@media (min-width: 768px) {
  #carouselExampleIndicators .content {
    width: 70%;
    display: flex;
  }
  #carouselExampleIndicators img {
    height: calc(100vh - 100px);
    width: 100% !important;
    object-fit: cover;
    z-index: 1;
  }
  #carouselExampleIndicators .content {
    padding-left: 70px;
  }
	
}
@media (max-width: 768px) {
	 #carouselExampleIndicators .content {
    width: 100%;
/*   		display:flex; */
	padding-left:0;
/* 		position:relative; */
/* 	padding:30px 0; */
		 min-height:480px;
/* 		 justify-self:flex-end; */
		 
  }
/*   .carousel-item { */
/*     position: relative; */
/* 	  min-height:100vh; */
/* 	  height:auto!important; */
/*   } */
/* 	#carouselExampleIndicators .carousel-item .overlay{
	height : calc(70vh - 110px);
 	} */
	
/*  	#carouselExampleIndicators .carousel-item{ */
		
/* 		float:none;
		margin-right:0;
 		flex-direction:column-reverse; */
/* 		flex-flow:column-reverse;
		align-items:center; */
/*  	} */
/* 	#carouselExampleIndicators .carousel-item.active{
		display:flex;
 	
 	} */
/* 	#carouselExampleIndicators h1,
	#carouselExampleIndicators h1 a,
	#carouselExampleIndicators p{
		    color: #58595b !important;
 
    text-shadow: none;
   
	} */
}

.clearfix{
    clear: both;
    width: 100%;
    height: 1px;
    contain: ' ';
}