*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.font-ze {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
  }
.font-One {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
  }

  .navback
  {
    background-color: #232222;
    border-bottom: 5px solid #12D659;
  }
.bgclr
{
    background-color: #232222;
   
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2312D659' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2312D659' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }

   .carousel-indicators button {

    width:20px !important;
    height: 20px !important;
    border-radius: 100% !important;
    background-color:#B7B7B7 !important;
    border: 1px solid #707070 !important;
    
}

.carousel-indicators .active
{
  background-color:#12D659 !important;
}