
.carousel-item img{
  width: 100%;
  height: auto;
  object-fit: contain;
}


.carousel-caption h3{
  font-size: 16px;
  font-weight: 500;
}
.carousel-caption h1{
  font-size: 44px;
  font-weight: 600;
  color: #8000f1;

}

/* .carousel-caption .btn {
  display: none;
} */

.sr_img img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.telephone{
  width:80%;
  justify-content: center;
  display: flex;
}
.telephone span{
  background-color: black;
  padding: 10px 10px;
  border-radius: 30px 30px 30px 30px;
   color: #fbd40a;
  font-size:16px;
  font-weight:400;
  border: 1px solid #ffffff;
}
.training_flayer img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.71);
-webkit-box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.71);
-moz-box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.71);
}
