@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;
}

.bg-yellow {
    background-color: #FFF738;
    color: #000000;
}

footer {
    background: #202020;
    color: #FFFFFF;
}

img.footer-logo {
    max-width: 40%;
}

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-family: 'Futura Md BT';
    font-weight: 300;
    display: flex;
    align-items: center;
}

.titleWrap h2 {
    padding: 20px;
    margin-bottom: 10px !important;
}

.titleWrap p {
    padding: 20px;
}

.mhbWrap {
    background: url(../images/bg-bird.png) no-repeat left 35% top 30% transparent;
    background-size: 30%;
    background-attachment: fixed;
    padding-top: 80px;
}

.borders {
    width: 100%;
    height: 100%;
    border-top: 10px solid;
    border-left: 10px solid;
    position: relative;
}

.borders::after {
    content: "";
    width: 10px;
    height: 70px;
    background: #000000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.marginLeft {
    margin-left: -150px;
    position: relative;
}

.parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
    max-height: 1100px;
    height: 100%;
}
    
.div1 { grid-area: 1 / 3 / 5 / 8; position: relative; }
.div2 { grid-area: 2 / 1 / 4 / 8; }
.div3 { grid-area: 5 / 1 / 7 / 4; }
.div4 { grid-area: 4 / 4 / 7 / 7; }

img.img-boderBox-big {
    position: relative;
    top: 8px;
}

.img-boderBox-small {
    position: relative;
    top: 5%;
}

.bannerContent {
    height: 100%;
    padding: 35px;
    background: url(../images/border-l.png) no-repeat top left transparent;
    background-size: 15%;
}

img.flyingBird {
    position: absolute;
    right: 10%;
    top: 20%;
    max-width: 56%;
    z-index: 9;
}

.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.impactWrap img {
    height: 100%;
    object-fit: cover;
}