.header .logo img {
    max-height: 70px!important;
    margin-right: 8px;
}
.section-title {
    text-align: center;
    padding-bottom: 15px!important;
    position: relative;
}
.footer-links h4,.footer-links ul li a{
    color:#fff!important;
}
.footer .social-links a {
    border-radius: 50%;
    border: 1px solid 
    font-size: 16px;
    color: #fff!important;
}
.section-title h3 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: 
color-mix(in srgb, var(--default-color), transparent 50%);
    position: relative;
	text-align: left;
}
.section-title h3::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--accent-color);
    margin: 4px 10px;
}
.section-title div {
    color: var(--heading-color);
    margin: 0;
    margin: 0;
    font-size: 28px;
    font-family: var(--heading-font);
	text-align: left;
}
.stats i {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    width: 80px!important;
    height: 80px!important;
    font-size:32px;
    border-radius: 50px;
    border: 2px solid var(--background-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.textshadow{
	color:#1977cc!important;
	/*text-shadow: 2px 2px 10px grey;*/
}

.carousel img {
  width: 100%;
  height:250px;
  overflow:hidden;
  /*max-height: 70px;
  border-radius: 50%;*/
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}
    .footer {
  color: #fff!important;
  background-color:#0079c2!important;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
  font-size: 14px;
  position: relative;


}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
