.bg-para{
  color: var(--color-primary-dark) !important;
  background-color: var(--color-white);
}

.bg-gray{
  background-color: #efefef !important;
}

.separator-list{
  list-style: none;
  padding-left: 10px !important;
  margin: 0;
  padding: 0;
}

.separator-list .list-item{
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #33333332;
  line-height: 30px;
}

.contact .info {
  border: 2px solid var(--color-primary);
}

.btn-primary{
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 10px;
  padding: 12px;
}

input[type=text], input[type=email], textarea{
  border-radius: 5px !important;
  border: 1px solid var(--color-primary) !important;
}

/* .featured-services .service-item {
  margin: auto !important;
} */

.img-cus img{
  opacity: 1 !important;
  background-color: #be1a2a !important;
}


.clients {
  padding: 0 0 10px 0 !important;
}

/* Logo Slider */
.marquee-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.marquee-box {
  overflow-x: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
}

.marquee {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: marqueescroll 35s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

.marquee-sector{
  background-color: #5e0e0e;

}

.marquee figure {
  margin-right: 3rem;
  margin-left: 3rem;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  vertical-align: top;
}

.marquee figcaption {
  display: none;
  font-weight: 80%;
  color: #333;
  line-height: 1.2;
}

.marquee img {
  margin: 0 auto;
  margin-top: 12px;
  height: auto;
  max-height: 3.5rem;
  max-width: 100%;
  background: #fdfdfd;
  border: none;
}

.img-sectors{
  background-color: #5e0e0e !important;
}

.marquee-box:hover div {
  animation-play-state: running;
}

.marquee-box:active div {
  animation-play-state: running;
}

@keyframes marqueescroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.product-title{
  background-color: #81101b !important;
  color:#efefef !important;
  font-size: 18px;
  font-weight: 600;
}

.product-link {
  background-color: #81101b !important;
  color: #efefef !important;
  font-size: 18px;
  font-weight: 600;
}

.table-bordered{
  border-color: #5e0e0e;
  border: 2px solid #5e0e0e !important;
  font-size: 12px !important;
}


/*  Partners Lisitng*/
.partner-content{
  padding: 10px;
  color: #81101b;
  border-bottom: 1px solid #81101b53;
}

.partner-content img{
  padding-bottom: 5px;
  padding-top: 10px;
}

.partner-content img:hover {
  transform: scale(1.1);
}

/* INSIGHTS */
.insight-title {
  padding-top: 5px;
  color: #81101b;
  font-size: 24px;
  font-weight: 600;
}

.insight-img{
  max-height: 150px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
  border-bottom: 5px solid #be1a2a;
}

article{
  border: 2px solid #be1a2a;
}

.read-more:hover{
  transform: scale(1.1);  
}
