
.carousel-inner {
  background: #f2e8e4;
}

.carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

}

.carousel-item img {
  float: right;
}
.ml-auto {
  margin-left: auto;
}

.carousel-caption {
  width: 50%;
  top: 4rem;
}

.carousel-caption {
  right: 0;
  left: 5%;
}

.carousel-caption h1 {
  color: #403f3f;
  font-size: 30px;
  margin: 0 !important;
}

.position-relative {
  position: relative !important;
}

.text-white {
  color: #fff !important;
}


.carousel-indicators [data-bs-target] {

  background-color: #0c3e83;
}
.i-banner h1 {
  padding-top: 12%;
  margin-left: 5%;
  font-size: 32px;
  margin-top: -8px;

}
.carousel  {
  margin-top:-8px;
}


@media screen and (max-width: 767px) {
  

  .carousel {

   
   /* margin-top: 70px;*/
  }
  
.carousel-indicators .active {
  background-color: #0c3e83;
}
.carousel-indicators li {
  cursor: pointer;
  background-color: rgba(87, 49, 255, 0.356);
}
 
 
 @media (max-width: 576px) { 

.carousel-caption h1 {
    font-size: 11px !important;
    font-weight: 600;
}
.carousel-caption {
    width: 54% !important;
    top: 0rem !important;
}
.carousel-caption a {
	display:none;
}
.carousel-caption .my-2 {
   margin-top:0 !important;
}
.carousel-caption p {
	    font-size: 10px;
    margin-top: 5px;
    line-height: 1em;

}
.carousel-indicators {
	margin-bottom: 0 !important;
}

.i-banner h1 {
    padding-top: 9%;
    margin-left: 0%;
    font-size: 28px;
    margin-top: 0;
    font-size: 12px !important;
}
.i-banner p {
    margin-left: 0%;
	font-size:10px;
	   margin-top: 5px;
}
.i-banner a {
	display:none;
}
 }