body {
  scroll-behavior: smooth;
  font-family: 'Poppins';
  color: #0b3241;
}

.elementToFadeInAndOut {
  -webkit-animation: fadeinout 3s linear forwards;
  animation: fadeinout 3s linear forwards;
}

@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: .75; }
  100% { opacity: 0; }
}

@keyframes fadeinout {
  0% { opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: .75; }
  100% { opacity: 0; }
}

.carousel-caption {
  left: 1rem;
  bottom: 0;
  text-align: left;
}

.carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel .carousel-indicators {
  position: absolute;
  left: -18rem;
  bottom: -12px;
}

.circlex {
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #e9ecef;
}

.circley {
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}

.circlew {
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #0bd5ec;
}

.circlez {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #EC0B43;
}

.activex {
  background-color: #0bd5ec !important;
  border-color: #0bd5ec !important;
  color: #fff !important;
}

.offcanvas {
  height: 75vh !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: 0px 0px transparent;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-button:focus {
  box-shadow: 0px 0px transparent;
}