@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

h2 {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-transform: uppercase !important;
}

.accent {
    margin-top: 20px;
    width: 50px;
    height: 6px;
    background-color: #666666;
}

.hr {
    position: relative;
    width: 100%;
    height: 10px;
    background: #666666;
}

.logo {
    max-width: 274px;
}

header {
    padding: 17px 112px 17px 112px;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.hr.topHr {
    display: none;
    position: relative;
    width: 100%;
    height: 5px;
    background: #666666;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 22px;
    color: #ffffff;
}

.navigation .servicesDrop:hover + .hiddenList {
    display: block;
}

.navigation .hiddenList {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 5;
    list-style: none;
    top: 45px;
    text-align: center;
    left: 68%;
}

.navigation .hiddenList:hover {
    display: block;
}

.navigation :hover {
    color: #6d6f71;
}

.navigation a {
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #020202;
}

.navigation .active {
    color: #020202;
}

.icons {
    display: flex;
    flex: 1;
    column-gap: 22px;
}

i {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold !important;
    color: #ffffff;
}

i :hover {
    color: #6d6f71;
}

.material-symbols-outlined {
    font-size: 26px !important;
    font-weight: bold !important;
    color: #ffffff;
    font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
}

.hiddenSearch {
    display: none;
    align-items: center;
}

.searchBar {
    background: white;
    border: none;
    color: #020202;
    font-size: 22px;
}

.searchBar:hover {
    background: white;
    border: none;
}

.searchBar:focus {
    background: white;
    border: none;
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #020202;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #020202;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #020202;
}

.material-symbols-outlined.hamburger {
    display: none;
    color: #020202;
    cursor: pointer;
}

.hiddenMenu {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    width: 100%;
}

.hiddenMenu .list {
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 250ms ease-in;
}

.hiddenMenu .list a {
    width: 100%;
    padding: 11px;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #020202;
}

.hiddenMenu .list a:hover {
    background: #e5e5e5;
}

.hiddenMenu .list .active {
    color: #6d6f71;
}

#page-container {
    width: 100%;
}

.carousel {
    position: relative;
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
}

.carousel__track-container {
    position: relative;
    background-color: #020202;
    height: 600px;
    overflow: hidden;
}

.carousel__track {
    position: relative;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 250ms ease-in;
}

.carousel__slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.carousel__slide-article {
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel__slide-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel__info {
    color: white;
    position: absolute;
    z-index: 2;
    top: 226px;
    left: 112px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    opacity: 0.8;
    padding: 15px;
}

.carousel__info p {
    margin-bottom: 0;
    width: 100%;
}

.carousel__info .carousel__info-heading {
    width: 600px;
    height: 120px;
    color: white;
    font-size: 60px;
    font-weight: 750;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carousel__info .carousel__info-heading .carousel__info-accent {
    background: #666666;
    width: 8px;
    height: 104px;
    margin: 0;
    margin-right: 10px;
}

.carousel__info .carousel__info-blurb {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    white-space: normal;
    width: 600px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 30px;
    overflow: hidden;
}

.carousel__info .carousel__info-link {
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 15px;
    border-color: #666666;
    border-style: solid;
    border-width: 2px;
    padding: 15px 45px;
    background-color: rgba(0, 0, 0, 0);
    transform-origin: 123.938px 27px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-radius: 30px;
}

.carousel__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 150px;
    font-weight: bolder;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: 2px;
    cursor: pointer;
    z-index: 1;
}

.carousel__button.--right {
    left: calc(100% - 38px);
    z-index: 3;
}

.carousel__button.--left {
    left: 0;
    z-index: 3;
}

.carousel__nav {
    position: absolute;
    top: 98%;
    width: 100%;
    transform: translateY(-100%);
    display: flex;
    flex: 1;
    justify-content: center;
    column-gap: 7px;
    padding: 2px;
    z-index: 2;
}

.carousel__indicator {
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    padding: 0;
    box-sizing: content-box;
    background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    cursor: pointer;
}

.current-slide {
    z-index: 2;
}

.previous-slide {
    z-index: 1;
}

.carousel__indicator.current-slide {
    background: #666666;
}

.blurb {
    min-height: 690px;
    max-width: 100%;
    margin: 0 !important;
}

.blurb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blurb .blurb__info {
    background: white;
    z-index: 1;
    padding: 60px 0 0 0;
}

.blurb .blurb__info .blurb__Heading {
    padding: 4% 8vw;
}

.blurb .blurb__info .blurb__Heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.blurb .blurb__info .blurb__Heading .blurb__accent {
    margin-top: 20px;
    width: 50px;
    height: 6px;
    background-color: #666666;
}

.blurb .blurb__info .blurb__content {
    padding: 0 8vw;
}

.blurb .blurb__info .blurb__content nav {
    margin: 30px 0;
}

.blurb .blurb__info .blurb__content nav :hover {
    background: #020202;
    color: white;
}

.blurb .blurb__info .blurb__content .blurb__link {
    padding: 12px 10px 12px 30px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    color: #020202;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    border-color: #020202;
    border-style: solid;
    border-width: 4px;
    background-color: rgba(0, 0, 0, 0);
    transform-origin: 123.938px 27px;
    border-radius: 30px;
}

.blurb .blurb__info .blurb__content .blurb__link i {
    color: white;
}

.blurb .blurb__stats {
    flex-direction: row;
    flex-grow: 1;
    align-items: flex-end;
}

.blurb .blurb__stats div {
    flex-grow: 1;
    padding: 30px 0;
    height: 150px;
}

.blurb .blurb__stats h1 {
    text-align: center;
    font-weight: 800;
}

.blurb .blurb__stats p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.key-services {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.key-services h1 {
    text-align: center;
    padding: 40px 0 10px 0;
    font-weight: 800;
}

.key-services .key-services__accent {
    margin-top: 20px;
    width: 50px;
    height: 6px;
    background-color: #666666;
}

.key-services .key-services__content {
    margin: 60px 20px 0 20px;
    width: 90%;
}

.key-services .key-services__content__articles {
    justify-content: center;
    width: 100%;
    margin-right: 0;
}

.key-services .key-services__content__articles article {
    align-items: center;
    flex-direction: column;
    row-gap: 2vh;
}

.key-services .key-services__content__articles article img {
    width: 100%;
    object-fit: contain;
    box-shadow: -2px 31px 66px -30px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: -2px 31px 66px -30px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: -2px 31px 66px -30px rgba(0, 0, 0, 0.65);
}

.key-services .key-services__content__articles article .key-services__info__desc {
    padding: 35px;
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 15px;
    color: #666;
    line-height: 1.8rem;
}

.key-services .key-services__content__articles article .key-services__info__desc h1 {
    padding: 0;
    font-size: 16px;
    text-align: left;
}

.key-services .key-services__content__articles article .key-services__info__desc nav {
    padding-top: 20px;
}

.key-services .key-services__content__articles article .key-services__info__desc .key-services__info__link {
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding: 3px 11px;
    font-size: 11px;
    color: #666;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 4px;
}

.key-services .key-services__content__articles article .key-services__info__desc .key-services__info__link i {
    color: #666;
}

.key-services nav {
    padding: 60px;
    display: flex;
    justify-content: center;
}

.key-services .key-services__link {
    text-decoration: none;
    border: 4px solid #020202;
    padding: 12px 30px;
    font-size: 14px;
    color: #020202;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 4px;
    border-radius: 30px;
}

.key-services .key-services__link:hover {
    background: #020202;
    color: white;
}

.Quote__link {
    text-decoration: none;
    border: 4px solid #666666;
    padding: 12px 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 4px;
    border-radius: 30px;
}

.companyImgs img {
    width: 100%;
    object-fit: cover;
}

.about-header__article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-header__article .col-md-8 {
    padding: 4% 8vw;
}

.about-header__article h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.about-header__article .about-header__accent {
    margin-top: 20px;
    width: 50px;
    height: 6px;
    background-color: #666666;
}

.about-header__article p {
    margin-top: 20px;
}

.about-header__article .blurb__link {
    padding: 12px 10px 12px 30px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    color: #020202;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    border-color: #020202;
    border-style: solid;
    border-width: 4px;
    background-color: rgba(0, 0, 0, 0);
    transform-origin: 123.938px 27px;
    border-radius: 30px;
}

.about-header__article .blurb__link i {
    color: white;
    border-radius: 30px;
}

.strategy .strategy__heading {
    padding: 4% 8vw;
}

.strategy .startegy__heading-accent {
    margin-top: 20px;
    width: 50px;
    height: 6px;
    background-color: #666666;
}

.strategy h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.strategy .strategy-info {
    margin: 0 20px;
}

.strategy .strategy-info article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.strategy .strategy-info article img {
    width: 90%;
}

.strategy .strategy-info article p {
    text-align: center;
}

.strategy p {
    margin-top: 20px;
}

.valuesAndObjectives {
    padding: 4% 8vw;
}

.valuesAndObjectives h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.valuesAndObjectives p {
    margin: 20px 10px;
}

.services-heading {
    padding: 4% 8vw;
}

.services-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.services-heading p {
    margin-top: 30px;
}

.services-banner {
    max-height: 300px;
    width: 100%;
    overflow: hidden;
}

.services-banner img {
    width: 100%;
}

.service-Info {
    flex-direction: column;
    margin: 0 7vw;
}

.service-Info .row {
    padding: 0;
}

.service-Info .col-lg-4 {
    padding: 18px;
}

.service-Info .col-lg-4 nav {
    box-shadow: -1px 1px 2px 2px #ea89278e;
    -webkit-box-shadow: -2px 2px 2px 2px #6666668e;
    -moz-box-shadow: -1px 1px 4px 0px #6666668e;
    border-radius: 5px;
}

.service-Info .col-lg-4 nav a {
    text-decoration: none;
}

.service-Info .col-lg-4 nav a article p {
    text-align: center;
    color: #212529;
    font-size: 1.4vmax;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    background: rgba(0,0,0,0.5);
}

.service-Info .col-lg-4 nav img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.service-Info .col-lg-4 nav h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.service-Info .col-lg-4 nav div {
    margin: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 15px;
    color: #666;
    line-height: 1.8rem;
    padding: 10px;
    height: 100%;
    min-height: 303px;
}

.sub__service-heading {
    padding: 4% 8vw !important;
}

.sub__services-banner {
    width: 100%;
}

.sub__services-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.serviceImg {
    box-sizing: border-box;
    display: flex;
    animation: scrolling 30s alternate infinite;
}

.serviceImg .col-md-3 {
    flex: 0 0 16vw;
    margin: 0 1vw;
}

.serviceImg img {
    display: block;
    width: 100%;
    object-fit: contain;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1080px);
    }
}

.contact-us-img img {
    height: 100%;
    overflow: hidden;
}

.contact-us {
    color: #ffffff;
    background: #666666;
    flex-direction: column;
    justify-content: space-between;
}

.contact-us .contact-us__content {
    margin: 4% 8vw;
}

.contact-us .contact-us__content p {
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
}

.contact-us .contact-us__content i {
    color: #ffffff;
    font-size: 32px;
    cursor: default;
}

.contact-us h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.contact-form {
    margin: 4% 8vw;
}

.contact-form h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.contact-form form {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-end;
}

.contact-form form .contact-us__link {
    background: none;
    text-decoration: none;
    border: 4px solid #666666;
    padding: 10px 11px;
    font-size: 15px;
    color: #666666;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 4px;
    width: 30%;
    max-width: 170px;
    border-radius: 30px;
}

.searchHeading {
    margin: 4% 8vw;
}

.searchHeading h2 {
    color: #333;
}

.searchHeading button {
    background: #fff;
    font-size: 23px;
    font-weight: 800;
}

.searchResults {
    color: #333;
    min-height: 520px;
}

.searchResults .card a {
    text-decoration: none;
}

.searchResults .card h2 {
    text-align: center;
}

@media only screen and (max-width: 980px) {
    .material-symbols-outlined.hamburger {
        display: inline-block;
    }

    .blurb__stats {
        flex-direction: column !important;
        justify-content: flex-end;
    }

    .blurb__stats div {
        width: 100%;
        height: auto !important;
        padding: 0 !important;
    }

    .navigation a {
        display: none;
    }

    .hr.topHr {
        display: block;
    }

    .hiddenMenu {
        display: none;
    }

    .service-Info p {
        font-size: 5vw !important;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Main outer wrapper */
.carousel-container {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Flex track holding slides side-by-side */
.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}

/* Individual slides */
.carousel-slide {
    min-width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3498db;
    color: #fff;
    font-family: sans-serif;
}

.carousel-slide:nth-child(even) {
    background-color: #2ecc71;
}

/* Action Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s;
    z-index: 10;
}

.carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn { left: 15px; }
.next-btn { right: 15px; }
.service-list li{
    line-height: 35px;
}
