body {
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #231f20;
}

main {
    padding-top: 60px;
}

p {
    margin-bottom: 0.5rem;
}

/* Swiper */
.swiper {
    width: 100%;
    padding-bottom: 35px !important;
    user-select: none;
}

.swiper p {
    cursor: default;
}

.swiper-pagination-bullet-active {
    background: #4f4f4f !important;
}

/* Nav */

.nav-link.active {
    font-weight: 700;
}

@media (min-width: 1600px) {
    .navbar-expand-lg {
        min-height: 63px;
    }

    .navbar-brand {
        position: absolute;
        left: -90px;
    }

    .navbar-nav {
        margin: auto !important;
    }
}

.g-bg-red {
    background-color: #E02826 !important;
}

.g-brd-red {
    border-color: #E02826 !important;
}

.g-color-red {
    color: #E02826 !important;
}

.ms-title-h1 {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.2;
}

.u-heading-v2-3--bottom::after {
    margin-top: 1rem;
}

.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
    width: 11rem;
    border-top-width: 4px;
}

.g-bg-primary {
    background-color: #58595b !important;
}

.u-btn-primary {
    background: #e1251b !important;
    color: #fff !important;
    border: none !important;
}

.u-btn-primary:hover {
    background: #b41c14 !important;
}

.g-bg-gray {
    background-color: #58595b !important;
}

.navbar-brand img {
    height: 40px;
}

.homepage-hero, .homepage-hero::after, .homepage-hero .container {
    height: 800px !important;
}

@media (min-width: 767px) {
   .homepage-hero, .homepage-hero::after, .homepage-hero .container {
        height: 900px !important;
    }
}

@media (min-width: 1600px) {
    .homepage-hero, .homepage-hero::after, .homepage-hero .container {
        height: calc(100vh + 75px) !important;
    }
}

.homepage-hero {
    background-image: url(/images/home-banner.jpg);
    background-position: top center;
}

.homepage-hero::after {
    content: '';
    position: absolute;
    top: 60px; /* same as main padding-top */
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.85) 100%);
}

#home-logo {
    margin-top: 23px;
    width: 100px;
}

@media (min-width: 440px) {
    #home-logo {
        margin-top: 15px;
        width: 200px;
    }
}

@media (min-width: 1024px) {
    #home-logo {
        margin-top: 0;
        width: 270px;
    }
}

@media (min-width: 1600px) {
    #home-logo {
        width: 350px;
        margin-left: -260px;
    }
}

#banner-stripe {
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(/images/banner-stripe.svg);
    height: 91px;
    background-repeat: repeat-x;
    background-size: cover;
    max-height: 350px
}

@media (min-width: 1024px) {
    #banner-stripe {
        height: 131px;
    }
}

@media (min-width: 1600px) {
    #banner-stripe {
        height: inherit;
        background-size: contain;
    }
}

.home-headline {
    font-size: 1.78571rem !important;
}

@media (min-width: 992px) {
    .home-headline {
        font-size: 2.14286rem !important;
    }
}

@media (min-width: 1200px) {
    .home-headline {
        font-size: 3rem !important;
    }
}


/* Accreditations */

#accreditations .container {
    position: relative;
}

#accreditations img {
    margin-top: 20px;
}

#licenses ul {
    padding: 0;
}

#licenses li {
    font-size: 0.7em;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 1px 10px;
    list-style: none;
}

#licenses li:last-of-type {
    border-bottom: none;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    #licenses {
        position: absolute;
        left: 66%;
        width: 410px;
        max-width: none;
        font-size: 1.3em;
    }
}

@media (min-width: 1800px) {
    #licenses {
        position: absolute;
        left: 90%;
        width: 450px;
        max-width: none;
        font-size: 1.75em;
    }

    #accreditations img {
        width: 115%;
        max-width: none;
        margin-left: -40px;
    }
}

/* About Us */
.skyscraper-bg {
    background-image: url(/images/banner.jpg);
    height: 120%;
    background-position: bottom center;
}

@media (min-width: 1200px) {
    #quotes h2 {
        font-size: 2.85714rem !important;
    }
}

.u-heading-v6-2 .u-heading-v6__title {
    padding-left: 3rem;
}

.u-heading-v6-2 .u-heading-v6__title::after {
    width: 2rem;
}

/* Services */
.services-description p {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .services-1 header {
        min-height: 215px;
    }

    .services-2 header {
        min-height: 223px;
    }
}

.ms-accordion a {
    height: 27px;
}

.g-bg-white.u-shadow-v28 li:nth-child(even) {
    background-color: #f1f1f2;
}

.u-shadow-v29 li:nth-child(even) {
    background-color: #a7a9ac;
}

.g-bg-primary li a, .g-bg-primary .u-accordion__body {
    color: #fff;
}

.u-accordion__control-icon {
    color: #e02826;
    font-size: 1.25rem;
}

.u-accordion__body a.read-more::after {
    content: '';
    border-bottom: 1px solid #000;
    width: 68px;
    position: relative;
    bottom: -5px;
    left: 0;
    display: block;
}

@media (min-width: 1200px) {
    #services-menu .g-font-size-20 {
        font-size: 2.1rem !important;
    }

    #services-menu .g-font-size-30 {
        font-size: 2.85714rem !important;
    }
}

.services-menu li {
    border-bottom: 1px solid #000;
    width: fit-content;
}

.services-right-menu {
    font-size: 1.2rem !important;
}

.services-right-menu li {
    height: 50px;
    line-height: 1.1em;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .services-right-menu {
        font-size: 1.4rem !important;
    }

    .services-right-menu li {
        height: 60px;
    }
}

@media (min-width: 1600px) {
    .services-right-menu {
        font-size: 1.64286rem !important;
    }

    .services-right-menu li {
        height: 76px;
    }
}



.services-right-menu li:nth-child(odd) {
    background-color: #fff;
}

@media (min-width: 1600px) {
    .services-right-menu {
        width: 550px;
    }
}

/* Contact Us */

.contact-icon {
    max-width: 40px;
    height: 40px;
}

::placeholder {
  opacity: 0.75 !important;
}

.page-footer .container {
    max-width: 1500px;
}

@media (max-width: 1440px) {
    .page-footer .container {
        max-width: 1000px;
    }
}
