.bg-primary 
 {
    background-color: #ef6603 !important;
}
 .text-ECM{
  font-family: math;
 }
 .logo {
  width: 170px;
  height: auto;
}
.btn-primary-contact{
  color: white;
  background-color: #014762;
  border-color: #014762;
}
 
 .bgcolor-white{
  color: white !important;
 }

 .partners-container {
  width: 100%;
  padding: 50px 0;
  background-color: #f4f4f4;
  text-align: center;
}

.partners-container h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #333;
}

.partners-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.partners-carousel img {
  margin: 0 20px;
  width: 150px;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.partners-carousel img:hover {
  opacity: 1;
}

@keyframes scrollPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.partners-carousel-wrapper {
  display: flex;
  animation: scrollPartners 20s linear infinite;
  /* Ensure the total width of images is larger than the visible area for infinite scrolling */
  animation-timing-function: linear;
  width: max-content;
}

section,
.section {
  padding: 10px 0 !important;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 10px !important;
}
