html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Eurostile-Extended-Black';
    src: url('/assets/fonts/EurostileExtendedBlack.eot');
    src: url('/assets/fonts/EurostileExtendedBlack.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/EurostileExtendedBlack.woff2"') format('woff2'),
    url('/assets/fonts/EurostileExtendedBlack.woff') format('woff'),
    url('/assets/fonts/EurostileExtendedBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'Eurostile-Extended';
    src: url('/assets/fonts/EurostileExtended.eot');
    src: url('/assets/fonts/EurostileExtended.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/EurostileExtended.woff2') format('woff2'),
    url('/assets/fonts/EurostileExtended.woff') format('woff'),
    url('/assets/fonts/EurostileExtended.ttf') format('truetype');
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.btn-outline-secondary{
    font-family: 'Eurostile-Extended-Black', sans-serif !important;
    font-weight: 700 !important;
    font-size:18px !important;
    border-color:#707070 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #707070 !important;
  --bs-btn-hover-border-color: #707070 !important;
  --bs-btn-focus-shadow-rgb: 108,117,125 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #707070 !important;
}

.strapline{
  font-family: 'Saira', sans-serif;
  color:#707070;
  font-size: 22px;
}

.cardFont{
  font-family: 'Saira', sans-serif;
  color:#707070;
  font-size: 16px;
  min-height: 100px;
}

.card-img-top{
    border-radius: 0 !important;
}



.links{
    font-family: 'Saira', sans-serif;
    color:#e8e8e8;
    font-size: 16px;
}

.a {
    color: #e8e8e8;
    text-decoration: none !important;
}

.linksHeader{
    font-family: 'Eurostile-Extended-Black', sans-serif !important;
    font-weight: 700 !important;
    font-size:18px !important;
}

.EurostileHeader, .EurostileawardsHeader{
    font-family: 'Eurostile-Extended', sans-serif !important;
    font-size:46px !important;
}

.service{
    font-family: 'Saira', sans-serif !important;
    font-size:22px !important;
}

.servicebtn{
    font-family: 'Eurostile-Extended', sans-serif !important;
    font-weight: 300 !important;
    font-size:22px !important;
}

.boldBtn{
    font-family: 'Eurostile-Extended-Black', sans-serif !important;
    font-weight: 700 !important;
    font-size:20px !important;
    
}

.carousel-control-prev {
    left: -50px;
    width: 50px !important;
}

.carousel-control-next {
    right: -30px;
    width: 50px !important;
}

#main-carousel > .carousel-inner > .carousel-item > img {
    max-height: 70vh;
    object-fit: cover;
    width: 100%;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #e8e8e8;
  }
  
  .hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e8e8e8;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .hover-underline-animation:hover {
    color: #e8e8e8;
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .hover-underline-animation:hover::after {
    color: #e8e8e8;
    transform: scaleX(1);
    transform-origin: bottom left;
  }

@media (max-width: 1200px) {
    .carousel-control-prev, .carousel-control-next {
        display:none !important;
    }
    .servicebtn,.service{
        font-size:20px !important; 
    }

    .EurostileHeader,.EurostileawardsHeader{
        font-size:45px !important;
    }
}

@media (max-width: 991px) {

    .servicebtn,.service{
        font-size:18px !important; 
    }

    .EurostileHeader,.EurostileawardsHeader{
        font-size:35px !important;
    }

    .socials{ 
        font-size: 1rem !important;
    }
}

@media (max-width: 767px) {

    .servicebtn,.service{
        font-size:18px !important; 
    }

    .EurostileHeader{
        font-size:35px !important;
    }

    .EurostileawardsHeader{
        font-size:35px !important;
    }

    .serviceBg{
        height: 80vh !important;
    }

    .infographic{
        width: 80% !important;
    }

    .socials{ 
        font-size: 1.5rem !important;
    }

    .webCard{
        margin-bottom: 0rem !important;
    }

    .awards{
        padding: 0rem !important;
    }

    .award{
        padding-bottom: 0rem !important;
    }

    .award2{
        margin-bottom: 0rem !important;
    }
    
    .strapline{
        padding-top: 0rem !important;
    }

    .mobilePadding{
        padding: 0rem !important;
    }

    .Footer{
        padding-top: 0rem !important;
    }
}

@media (max-width:576px) {
    
    #main-carousel > .carousel-inner > .carousel-item > img {
    min-height:70vh;
    object-fit: cover;
    width: 100%;
    }

    .serviceBg{
        height: 100vh !important;
    }

    .webCard{
        margin-bottom: 0rem !important;
    }

    .awards{
        padding: 0rem !important;
    }

    .award{
        padding-bottom: 0rem !important;
    }

    .award2{
        margin-bottom: 0rem !important;
    }
    
    .strapline{
        padding-top: 0rem !important;
    }

    .mobilePadding{
        padding: 0rem !important;
    }

    .infographic{
        width: 90% !important;
    }

    .Footer{
        padding-top: 0rem !important;
    }
}
