@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');

body {
    font-family: 'Futura';
    overflow-x: hidden;
}

a.nav-link {
    font-family: 'Karla', sans-serif;
    font-size: 1.3rem;
    color: #020202;
}

a.nav-link.active {
    font-weight: 700;
    color:#CD2628 !important;
}

.bg-red {
    background: #CD2628;
    color: #FFFFFF;
}

footer {
    background: #202020;
    color: #FFFFFF;
}

img.footer-logo {
    max-width: 55%;
}

ul.social-icons {
    list-style-type: none;
    align-items: center;
    gap: 10px;
}

.negative-margin {
    margin-top: -130px;
}

.card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(205, 38, 40, 0.83);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.banner {
    position: relative;
}

.banner::before {
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(205,38,40,1) 50%);
    width: 81%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.bannerContent {
    height: 100%;
    padding: 0 0 0 30px;
}

.bannerContent img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.networkLogos {
    justify-content: space-around;
    height: 100%;
}

.networkLogos img {
    max-height: 90px;
}

.contentWrap h2 {
    font-weight: 300;
    font-size: 4rem;
}

.contentWrap p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'Futura Md BT';
    font-weight: 500;
}

.bolderTitle {
    font-size: 1.81rem !important;
    text-transform: uppercase;
}

.bolderTitle span {
    font-weight: 900;
    font-size: 3.7rem;
}

.ournetworkTitle {
    padding: 10px 0;
}

.ournetworkTitle h2 {
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Futura Md BT';
}

.ournetworkTitle p {
    font-size: 1.43rem;
    font-weight: 300;
    text-transform: uppercase;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Futura Md BT';
}

.expertiesTitle h2 {
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Futura Md BT';
}

.expertiesTitle p {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Futura Md BT';
    color: #CD2628;
}

.clientTitle h2 {
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Futura Md BT';
}

.clientTitle h2 span {
    color: #B92E30;
}

div.marquee>a>img {
    /* height: 120px; */
  }
  
  .logoMarqueeSection>div>div {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 0;
  }
  
  .marquee-wrapper {
    display:  inline-block;
    white-space: nowrap;
  }
  
  .marquee {
      display:  inline-block;
      white-space: nowrap;
      position: relative;
      transform: translate3d(0%, 0, 0);
      animation-name: marquee;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
  }
  
  .marquee a {
      display:  inline-block;
      white-space: nowrap;
      padding: 0 2rem;
  }
  
  .marquee-wrapper:hover .marquee {
      animation-play-state: paused !important;
  }
  
  @keyframes marquee {
      0% {
          transform: translate3d(0%, 0, 0);
      }
  
      100% {
          transform: translate3d(-100%, 0, 0);
      }
  }
  .clientTitle {
    background: rgb(222,222,222);
    background: linear-gradient(90deg, rgba(222,222,222,1) 50%, rgba(255,255,255,1) 50%);
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: -100px;
    margin-bottom: 20px;
}

.viewAllClient {
    background: rgb(222,222,222);
    background: linear-gradient(270deg, rgba(222,222,222,1) 50%, rgba(255,255,255,1) 50%);
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 20px 0 0;
}

a.viewAllClientBtn, a.viewAllClientBtn:hover {
    background: #B92E30;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    border: none;
    padding: 5px 40px;
    border-radius: 0;
    margin-bottom: 35px;
}

.address p {
    font-family: 'Futura Md BT';
    font-weight: 300;
    font-size: 1rem;
}

.address p span {
    font-weight: bold;
}

.copyrightTxt {
    font-weight: 300;
    display: flex;
    align-items: center;
}

section.logoMarqueeSection {
    overflow: hidden;
}