/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    background-position: top left;
    background-repeat: no-repeat;
    /* bottom: 15rem; */
    z-index: 10;
    background-size: 32%;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 49rem;
}
.carousel-item .slider-mg img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    min-width: 55%;
    height: auto;
    width: 50%;
      transition: all 5s;
}
.carousel-item span {
    position: absolute;
    top: 300px;
    left: 300px;
    right: 0em;
    transition: all 5s;
    bottom: 0px;
    width: 100%;
    height: 0;
}
.carousel-caption {
    position: absolute;
    right: auto;
    /* bottom: 0 !important; */
    left: 9%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    top: 125px !important;
    width: 50%;
}
.carousel-caption h1 {
    font-size: 73px;
    color: #dc3545;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.carousel-caption h6 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;

}
.carousel-caption p {
    color: #761d0c;
    font-size: 20px;
    font-weight: 400;
}
/*.slider-btm-shape {
    position: absolute;
    top: -69px;
    z-index: 999999999;
    width: 100%;
    background: url(../img/slider-bottom-shape.png);
    padding: 50px 0px;
    background-size: cover;
}*/
.ev-box{
    position: relative;
    padding-right: 33px;
    padding-top: 30px;

}
.ev-box:before {
    width: 100%;
    height: 268px;
    position: absolute;
    content: '';
    top: -43px;
    right: 0;
    background: url(../img/testi-bg-shape.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}
.ev-box:after {
    width: 100%;
    height: 268px;
    position: absolute;
    content: '';
    bottom: -186px;
    left: 0;
    background: url(../img/testi-bg-shape2.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/*.carousel-indicators {
    margin-bottom: 4rem;
  }*/

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
   /* border-radius: 100px;*/
    padding: 0;
    background-color:none;
    border: 0 !important;
    opacity: 1 !important;
    transition: opacity .6s ease;
    display: none;
    position: absolute;
    right: auto;
    top: 0 !important;
    left: -132px;
    z-index: 2;
    display:none ;
    justify-content: center;
    padding: 0;
    margin: 0 !important;
    list-style: none;
}

.carousel-indicators .active{
/*  background: #ffeda8;*/
display: block;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 40em) {
  .carousel-caption {
    /*top: -26px !important;*/
    display: none;
}
#myCarousel9 .carousel-item .btn.slid-btn{
    display: none;
}
}
@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }

}
@media (max-width:991.98px) {
.carousel-indicators [data-bs-target]{
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
   left: 0 !important;
   width: 100% ;
    margin: 0 !important;

}
.carousel-indicators2 .carousel-indicators [data-bs-target]{
     right: 0 !important;
    top: 0 !important;
    left: 0 !important;
}
  #myCarousel9 .carousel-item {
    height: 100%;
    min-height: 420px !important;
}
}
