/* =========================================
   GLOBAL FUTURA FONT
========================================= */

html body {
    font-family: 'Futura Bk BT', sans-serif !important;
    font-weight: 400;
}


/* All normal elements */

html body p,
html body span,
html body div,
html body a,
html body li,
html body td,
html body th,
html body input,
html body textarea,
html body select {
    font-family: 'Futura Bk BT', sans-serif !important;
    font-weight: 400;
}


/* Headings */

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: 'Futura Hv BT', sans-serif !important;
    font-weight: 400;
}


/* Medium elements */

html body strong,
html body b,
html body button,
html body .btn,
html body label {
    font-family: 'Futura Md BT', sans-serif !important;
    font-weight: 400;
}



    .btn-text, .btn-icon {
        color: #ffffff !important;
    }
    .btn-icon i {
        font-size: 1.2rem;
        vertical-align: middle;
        color: #ffffff !important;
    }


  



    /* =========================================================
       HERO SECTION
    ========================================================= */

    .ags-main-hero {
        position: relative;

        width: 100%;
        min-height: 850px;
        height: 100vh;
        max-height: 950px;

        overflow: hidden;

        background-image: url("../../../../assets/website/images/images/saudi/hero-saudi-bg.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        color: #ffffff;
    }


    /* =========================================================
       HERO OVERLAY
    ========================================================= */

    .ags-main-hero-overlay {
        position: absolute;

        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        z-index: 1;

        background:
            linear-gradient(
                90deg,
                rgba(7, 31, 55, 0.60) 0%,
                rgba(7, 31, 55, 0.40) 35%,
                rgba(7, 31, 55, 0.08) 75%,
                rgba(7, 31, 55, 0.00) 100%
            );
    }


    /* =========================================================
       HERO CONTAINER
    ========================================================= */

    .ags-main-hero-container {
        position: relative;

        z-index: 5;

        height: 100%;
    }


    /* =========================================================
       HERO CONTENT ROW
    ========================================================= */

    .ags-main-hero-content-row {
        min-height: 850px;

        padding-bottom: 20px;
    }


    /* =========================================================
       HERO CONTENT
    ========================================================= */

    .ags-main-hero-content {
        position: relative;

        z-index: 10;

        width: 100%;
        max-width: 800px;
    }


    /* =========================================================
       EYEBROW
    ========================================================= */

    .ags-main-hero-eyebrow {
        display: inline-block;

        margin-bottom: 28px;
        padding: 8px 14px;

        background: #5278ba;

        border-radius: 4px;

        color: #c8e3ff;

        font-size: 14px;
        font-weight: 700;

        line-height: 1.2;

        letter-spacing: 1.5px;

        text-transform: uppercase;
    }


    /* =========================================================
       HEADING
    ========================================================= */

    .ags-main-hero-title {
        display: block;

        width: 100%;

        margin: 0 0 26px 0 !important;
        padding: 0 !important;

        color: #ffffff !important;

        font-size: 60px !important;
        font-weight: 700 !important;

        line-height: 1.16 !important;

        letter-spacing: -1.5px;

        text-transform: none !important;
    }


    /* =========================================================
       DESCRIPTION
    ========================================================= */

    .ags-main-hero-description {
        display: block;

        width: 100%;
        max-width: 790px;

        margin: 0 0 38px 0 !important;
        padding: 0 !important;

        color: #ffffff !important;

        font-size: 18px !important;
        font-weight: 400;

        line-height: 1.65 !important;
    }


    /* =========================================================
       BUTTON WRAPPER
    ========================================================= */

    .ags-main-hero-buttons {
        position: static !important;

        display: flex !important;

        align-items: center !important;

        width: 100%;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;

        clear: both !important;
    }


    /* =========================================================
       BUTTON BASE
    ========================================================= */

    .ags-main-hero-btn {
        position: static !important;

        display: inline-flex !important;

        align-items: center !important;
        justify-content: space-between !important;

        width: 235px;
        min-width: 235px;

        height: 64px;

        margin: 0 14px 0 0 !important;

        padding: 8px 10px 8px 35px !important;

        border: 0 !important;
        border-radius: 35px !important;

        outline: none !important;

        box-shadow: none !important;

        font-size: 16px !important;
        font-weight: 700 !important;

        line-height: 1 !important;

        text-decoration: none !important;

        transform: none;

        transition:
            transform 0.25s ease,
            background-color 0.25s ease;
    }


    .ags-main-hero-btn:hover,
    .ags-main-hero-btn:focus,
    .ags-main-hero-btn:active {
        outline: none !important;

        text-decoration: none !important;

        transform: translateY(-2px);
    }


    /* =========================================================
       PRIMARY BUTTON
    ========================================================= */

    .ags-main-hero-btn-primary {
        background-color: #003a73 !important;

        color: #ffffff !important;
    }


    .ags-main-hero-btn-primary:hover {
        background-color: #002c59 !important;

        color: #ffffff !important;
    }


    /* =========================================================
       SECONDARY BUTTON
    ========================================================= */

    .ags-main-hero-btn-secondary {
        background-color: #ffffff !important;

        color: #07335f !important;
    }


    .ags-main-hero-btn-secondary:hover {
        background-color: #f3f5f8 !important;

        color: #07335f !important;
    }


    /* =========================================================
       BUTTON ICON
    ========================================================= */

    .ags-main-hero-btn-icon {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: 44px;
        height: 44px;

        flex: 0 0 44px;

        border-radius: 50%;

        background: rgba(255, 255, 255, 0.12);

        font-size: 16px;

        line-height: 1;
    }


    .ags-main-hero-btn-secondary
    .ags-main-hero-btn-icon {
        background: #f0f0f0;

        color: #555555;
    }


    /* =========================================================
       TRUST BAR
    ========================================================= */

    .ags-main-trust-bar {
        position: absolute;

        z-index: 20;

        right: 0;
        bottom: 24px;
        left: 0;

        width: 100%;

        min-height: 92px;

        padding: 14px 35px;

        background: #ffffff;

        border-radius: 50px;

        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);

        color: #092d55;
    }


    /* =========================================================
       TRUST TITLE
    ========================================================= */

    .ags-main-trust-title {
        display: block;

        color: #092d55;

        font-size: 14px;
        font-weight: 700;

        line-height: 1.35;

        text-transform: uppercase;
    }


    /* =========================================================
       TRUST LOGOS
    ========================================================= */

    .ags-main-trust-logos {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 100%;
        height: 60px;
    }


    .ags-main-trust-logo {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 20%;
        height: 42px;

        padding: 0 15px;

        border-right: 1px solid #d9d9d9;
    }


    .ags-main-trust-logo:last-child {
        border-right: 0;
    }


    .ags-main-trust-logo img {
        display: block;

        width: auto;

        max-width: 100px;
        max-height: 38px;

        object-fit: contain;
    }


    /* =========================================================
       RATING
    ========================================================= */

    .ags-main-rating {
        text-align: right;
    }


    .ags-main-rating-top {
        display: flex;

        align-items: center;
        justify-content: flex-end;

        white-space: nowrap;
    }


    .ags-main-rating-stars {
        margin-right: 9px;

        color: #fbb516;

        font-size: 24px;

        letter-spacing: 1px;

        line-height: 1;
    }


    .ags-main-rating-score {
        color: #092d55;

        font-size: 26px;
        font-weight: 700;

        line-height: 1;
    }


    .ags-main-rating-subtitle {
        margin-top: 8px;

        color: #777777;

        font-size: 13px;

        line-height: 1.2;
    }


    /* =========================================================
       LARGE TABLET
    ========================================================= */

    @media (max-width: 1199px) {

        .ags-main-hero-title {
            font-size: 50px !important;
        }


        .ags-main-hero-description {
            max-width: 650px;

            font-size: 18px !important;
        }


        .ags-main-trust-bar {
            padding-right: 25px;
            padding-left: 25px;
        }


        .ags-main-trust-logo {
            padding-right: 10px;
            padding-left: 10px;
        }


        .ags-main-trust-logo img {
            max-width: 80px;
        }

    }


    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 991px) {

        .ags-main-hero {
            min-height: 900px;

            height: auto;

            padding-top: 120px;
            padding-bottom: 230px;

            background-position: 65% center;
        }


        .ags-main-hero-content-row {
            min-height: auto;

            padding-bottom: 0;
        }


        .ags-main-hero-content {
            max-width: 700px;
        }


        .ags-main-hero-title {
            font-size: 50px !important;
        }


        .ags-main-hero-description {
            font-size: 18px !important;
        }


        .ags-main-trust-bar {
            right: 15px;
            left: 15px;

            width: auto;

            padding: 20px;

            border-radius: 30px;
        }


        .ags-main-trust-title {
            margin-bottom: 15px;

            text-align: center;
        }


        .ags-main-rating {
            margin-top: 12px;

            text-align: center;
        }


        .ags-main-rating-top {
            justify-content: center;
        }

    }


    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 767px) {

        /* -----------------------------------------------------
           HERO
        ----------------------------------------------------- */

        .ags-main-hero {
            min-height: 0 !important;

            height: auto !important;

            max-height: none !important;

            padding-top: 90px !important;
            padding-bottom: 30px !important;

            background-position: 65% center;

            background-size: cover;
        }


        /* -----------------------------------------------------
           MOBILE OVERLAY
        ----------------------------------------------------- */

        .ags-main-hero-overlay {
            background:
                linear-gradient(
                    180deg,
                    rgba(7, 31, 55, 0.72) 0%,
                    rgba(7, 31, 55, 0.60) 55%,
                    rgba(7, 31, 55, 0.72) 100%
                ) !important;
        }


        /* -----------------------------------------------------
           CONTAINER
        ----------------------------------------------------- */

        .ags-main-hero-container {
            height: auto !important;
        }


        /* -----------------------------------------------------
           CONTENT ROW
        ----------------------------------------------------- */

        .ags-main-hero-content-row {
            min-height: 0 !important;

            height: auto !important;

            margin: 0 !important;

            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }


        /* -----------------------------------------------------
           CONTENT
        ----------------------------------------------------- */

        .ags-main-hero-content {
            width: 100% !important;

            max-width: none !important;

            margin: 0 !important;
            padding: 0 !important;
        }


        /* -----------------------------------------------------
           EYEBROW
        ----------------------------------------------------- */

        .ags-main-hero-eyebrow {
            display: inline-block;

            margin-bottom: 20px !important;

            padding: 8px 12px !important;

            border-radius: 5px;

            font-size: 10px !important;

            line-height: 1.3 !important;

            letter-spacing: 1px !important;
        }


        /* -----------------------------------------------------
           HEADING
        ----------------------------------------------------- */

        .ags-main-hero-title {
            width: 100% !important;

            margin: 0 0 22px 0 !important;

            padding: 0 !important;

            font-size: 42px !important;

            line-height: 1.12 !important;

            letter-spacing: -0.8px !important;
        }


        /*
         * Remove desktop line breaks on mobile.
         * The heading will wrap naturally.
         */

        .ags-main-hero-title br {
            display: none !important;
        }


        /* -----------------------------------------------------
           DESCRIPTION
        ----------------------------------------------------- */

        .ags-main-hero-description {
            width: 100% !important;

            max-width: none !important;

            margin: 0 0 25px 0 !important;

            padding: 0 !important;

            font-size: 16px !important;

            line-height: 1.55 !important;
        }


        /* -----------------------------------------------------
           BUTTON WRAPPER
        ----------------------------------------------------- */

        .ags-main-hero-buttons {
            display: flex !important;

            flex-direction: column !important;

            align-items: stretch !important;

            width: 100% !important;

            margin: 0 !important;

            padding: 0 !important;
        }


        /* -----------------------------------------------------
           BUTTONS
        ----------------------------------------------------- */

        .ags-main-hero-btn {
            display: flex !important;

            align-items: center !important;

            justify-content: space-between !important;

            width: 100% !important;

            min-width: 0 !important;

            height: 58px !important;

            margin: 0 0 10px 0 !important;

            padding: 7px 9px 7px 25px !important;

            font-size: 16px !important;
        }


        .ags-main-hero-btn-icon {
            width: 42px !important;

            height: 42px !important;

            flex: 0 0 42px !important;
        }


        /* -----------------------------------------------------
           TRUST BAR

           IMPORTANT:
           Desktop = absolute
           Mobile = normal document flow
        ----------------------------------------------------- */

        .ags-main-trust-bar {
            position: relative !important;

            top: auto !important;
            right: auto !important;
            bottom: auto !important;
            left: auto !important;

            z-index: 20;

            width: 100% !important;

            min-height: 0 !important;

            margin: 20px 0 0 0 !important;

            padding: 20px 12px 18px 12px !important;

            border-radius: 28px !important;

            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }


        /* -----------------------------------------------------
           TRUST TITLE
        ----------------------------------------------------- */

        .ags-main-trust-title {
            margin: 0 0 15px 0 !important;

            text-align: center !important;

            font-size: 14px !important;

            line-height: 1.4 !important;
        }


        /* -----------------------------------------------------
           TRUST LOGOS
        ----------------------------------------------------- */

        .ags-main-trust-logos {
            display: flex !important;

            align-items: center !important;

            justify-content: space-between !important;

            width: 100% !important;

            height: 45px !important;

            margin: 0 !important;

            padding: 0 !important;

            flex-wrap: nowrap !important;
        }


        .ags-main-trust-logo {
            display: flex !important;

            align-items: center !important;

            justify-content: center !important;

            width: 20% !important;

            height: 38px !important;

            margin: 0 !important;

            padding: 3px !important;

            border-right: 1px solid #dddddd !important;
        }


        .ags-main-trust-logo:last-child {
            border-right: 0 !important;
        }


        .ags-main-trust-logo img {
            display: block !important;

            width: auto !important;

            max-width: 58px !important;

            max-height: 27px !important;

            object-fit: contain !important;
        }


        /* -----------------------------------------------------
           RATING
        ----------------------------------------------------- */

        .ags-main-rating {
            margin: 12px 0 0 0 !important;

            text-align: center !important;
        }


        .ags-main-rating-top {
            display: flex !important;

            align-items: center !important;

            justify-content: center !important;

            white-space: nowrap !important;
        }


        .ags-main-rating-stars {
            margin-right: 8px !important;

            font-size: 20px !important;

            letter-spacing: 0 !important;
        }


        .ags-main-rating-score {
            font-size: 22px !important;
        }


        .ags-main-rating-subtitle {
            margin-top: 6px !important;

            font-size: 13px !important;
        }

    }


    /* =========================================================
       VERY SMALL MOBILE
    ========================================================= */

    @media (max-width: 380px) {

        .ags-main-hero {
            padding-top: 85px !important;
        }


        .ags-main-hero-eyebrow {
            font-size: 9px !important;

            letter-spacing: 0.8px !important;
        }


        .ags-main-hero-title {
            font-size: 36px !important;

            line-height: 1.12 !important;
        }


        .ags-main-hero-description {
            font-size: 15px !important;
        }


        .ags-main-trust-bar {
            padding-right: 8px !important;
            padding-left: 8px !important;
        }


        .ags-main-trust-logo {
            padding-right: 2px !important;
            padding-left: 2px !important;
        }


        .ags-main-trust-logo img {
            max-width: 52px !important;
            max-height: 25px !important;
        }


        .ags-main-rating-stars {
            font-size: 18px !important;
        }


        .ags-main-rating-score {
            font-size: 20px !important;
        }

    }







:root {
    --brand-blue: #06499b;
    --soft-blue: #f3f7f6;
}

.stats-section {
    background: #fff;
    border-radius: 55px;
    padding: 27px 7.25%;
}

.stat-item {
    min-height: 58px;
}

.stat-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin-right: 17px;
    border-radius: 50%;
    background: var(--soft-blue);
    color: var(--brand-blue);
}

.stat-icon svg {
    width: 29px;
    height: 29px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stat-number {
    color: #060606;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.stat-label {
    margin-top: 2px;
    color: var(--brand-blue);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Mobile */
@media (max-width: 767.98px) {
    .stats-section {
        padding: 20px 5px;
        border-radius: 30px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
    }

    .stat-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .stat-icon svg {
        width: 24px;
        height: 24px;
    }

    .stat-number {
        font-size: 18px;
        line-height: 20px;
    }

    .stat-label {
        font-size: 9px;
        line-height: 11px;
    }
}


/* =========================================
   About Us Section
========================================= */

.about-us-section {
    padding: 65px 0 80px;
    background: #f8f9fa;
    margin-bottom:40px;
      margin-top:40px;
}

.about-us-section .row {
    margin-left: -30px;
    margin-right: -30px;
}

.about-us-section .col-lg-6,
.about-us-section .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}


/* =========================================
   LEFT SIDE
========================================= */

.about-us-left {
    width: 100%;
}

.about-us-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-image img {
    display: block;
    width: 100%;
    max-width: 510px;
    height: auto;
}


/* =========================================
   INDUSTRY EXPERIENCE
   Separate HTML text
========================================= */

.industry-experience {
    margin-top: 15px;
    margin-left: 15px;
}

.industry-title {
    color: #062b52;
    font-size: 43px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.industry-since {
    margin-top: 17px;
    color: #062b52;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.5px;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.about-us-content {
    max-width: 650px;
    padding-left: 5px;
}

.about-us-label {
    margin: 0 0 26px;
    color: #16a05d;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-us-title {
    margin: 0 0 38px;
    color: #062b52;
    font-size: 54px;
    line-height: 1.19;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.about-us-description {
    max-width: 650px;
}

.about-us-description p {
    margin: 0 0 32px;
    color: #4c4f55;
    font-size: 18px;
    line-height: 1.78;
    font-weight: 500;
}

.about-us-description p:last-child {
    margin-bottom: 50px;
}


/* =========================================
   BUTTON
========================================= */

.about-us-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 222px;
    height: 65px;
    padding: 0 25px 0 37px;
    border-radius: 9px;
    background: #062b52;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.about-us-btn:hover {
    background: #0b3b6d;
    color: #fff;
    transform: translateY(-2px);
}

.about-us-arrow {
    margin-left: 30px;
    font-size: 31px;
    line-height: 1;
    font-weight: 300;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1200px) {

    .about-us-section {
        padding-top: 63px;
        padding-bottom: 75px;
    }

    .about-us-image {
        justify-content: flex-start;
    }

    .about-us-content {
        padding-left: 5px;
    }
}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1199.98px) {

    .about-us-title {
        font-size: 46px;
    }

    .about-us-description p {
        font-size: 17px;
        line-height: 1.7;
    }

    .industry-title {
        font-size: 38px;
    }

    .industry-since {
        font-size: 25px;
    }

    .about-us-btn {
        height: 60px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .about-us-section {
        padding: 55px 0 65px;
    }

    .about-us-section .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-us-section .col-lg-6,
    .about-us-section .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-us-image {
        margin-bottom: 0;
    }

    .industry-experience {
        margin-top: 10px;
        margin-left: 10px;
    }

    .industry-title {
        font-size: 32px;
    }

    .industry-since {
        font-size: 22px;
    }

    .about-us-content {
        padding-left: 0;
    }

    .about-us-label {
        margin-bottom: 20px;
    }

    .about-us-title {
        margin-bottom: 28px;
        font-size: 38px;
        letter-spacing: -0.5px;
    }

    .about-us-description p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.65;
    }

    .about-us-description p:last-child {
        margin-bottom: 35px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .about-us-section {
        padding: 45px 0 55px;
    }

    .about-us-image {
        justify-content: center;
    }

    .about-us-image img {
        max-width: 500px;
    }

    .industry-experience {
        margin-top: 12px;
        margin-left: 5px;
    }

    .industry-title {
        font-size: 30px;
        text-align: center;
    }

    .industry-since {
        margin-top: 12px;
        font-size: 20px;
        text-align: center;
    }

    .about-us-content {
        margin-top: 45px;
    }

    .about-us-label {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .about-us-title {
        margin-bottom: 25px;
        font-size: 34px;
        line-height: 1.2;
    }

    .about-us-description p {
        font-size: 16px;
        line-height: 1.65;
    }

    .about-us-description p:last-child {
        margin-bottom: 30px;
    }

    .about-us-btn {
        min-width: 205px;
        height: 58px;
        padding-left: 28px;
        padding-right: 20px;
        font-size: 16px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575.98px) {

    .about-us-section {
        padding: 40px 0 50px;
    }

    .industry-title {
        font-size: 27px;
        text-align: center;
    }

    .industry-since {
        font-size: 18px;
        text-align: center;
    }

    .about-us-title {
        font-size: 30px;
        
    }

    .about-us-description p {
        font-size: 15px;
    }
}



/*
Customer reviews */
.customerr-rev {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

 .customerr-rev-heading {
    font-size: 50px !important;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
  }

  /* Tablets */
  @media (max-width: 991px) {
    .customerr-rev-heading {
      font-size: 40px !important;
      line-height: 1.2;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .customerr-rev-heading {
      font-size: 30px !important;
      line-height: 1.25;
      margin-bottom: 20px;
    }
  }

  /* Small mobile devices */
  @media (max-width: 480px) {
    .customerr-rev-heading {
      font-size: 30px !important;
      line-height: 1.25;
    }
  }

/* ==========================================
   Why Choose Us
========================================== */

.why-choose-section {
    padding: 0px 30px;
    background: #fff;
}

.section-eyebrow {
    display: block;
    margin-bottom: 22px;
    color: #009b4d;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.why-choose-content h2 {
    margin: 0 0 18px;
    color: #062956;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
}

.section-description {
    max-width: 550px;
    margin-bottom: 30px;
    color: #6c7482;
    font-size: 15.8px;
    line-height: 1.6;
}

.why-choose-image {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0 35px 35px 0;
}

.why-choose-image img {
    display: block;
    width: 100%;
    height: 378px;
    object-fit: contain;
}

.btn-quote {
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 0 25px 0 32px;
    border-radius: 7px;
    background: #062956;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.btn-quote:hover {
    background: #009b4d;
    color: #fff;
    text-decoration: none;
}

.btn-arrow {
    margin-left: 20px;
    font-size: 25px;
    line-height: 1;
}


/* ==========================================
   Feature Cards
========================================== */

.why-choose-features {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.why-feature {
    display: flex;
    width: calc(50% - 8px);
    min-height: 182px;
    margin-bottom: 15px;
    padding: 28px 25px 25px 12px;
    border: 1px solid #dfe3e8;
    border-radius: 18px;
}

.why-feature:nth-child(odd) {
    margin-right: 16px;
}

.feature-icon {
    flex: 0 0 38px;
    width: 38px;
    margin-right: 16px;
    color: #062956;
}

.feature-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-content {
    min-width: 0;
}

.feature-content h3 {
    margin: 0 0 12px;
    color: #062956;
    font-size: 22.58px;
    line-height: 1.25;
    font-weight: 700;
}

.feature-content p {
    margin: 0;
    color: #626974;
    font-size: 15.81px;
    line-height: 1.6;
}

.why-feature-wide {
    width: 100%;
    min-height: 181px;
    margin-right: 0 !important;
}


/* ==========================================
   Tablet
========================================== */

@media (max-width: 1199.98px) {

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-content h2 {
        font-size: 44px;
    }

    .why-choose-features {
        margin-left: 10px;
    }

    .why-feature {
        padding: 24px 18px 22px 10px;
    }

    .feature-content h3 {
        font-size: 21px;
    }

}


/* ==========================================
   Mobile
========================================== */

@media (max-width: 991.98px) {

    .why-choose-section {
        padding: 50px 0;
    }

    .why-choose-content {
        margin-bottom: 40px;
    }

    .why-choose-content h2 {
        font-size: 40px;
    }

    .why-choose-image img {
        height: auto;
        max-height: 450px;
    }

    .why-choose-features {
        margin-left: 0;
    }

}


@media (max-width: 767.98px) {

    .why-choose-section {
        padding: 40px 0;
    }

    .section-eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
    }

    .why-choose-content h2 {
        font-size: 34px;
        line-height: 1.18;
    }

    .section-description {
        font-size: 15px;
        line-height: 1.55;
    }

    .why-choose-image {
        margin-bottom: 25px;
        border-radius: 0 25px 25px 0;
    }

    .why-choose-image img {
        height: 280px;
        object-fit: contain;
    }

    .why-feature,
    .why-feature-wide {
        width: 100%;
        min-height: auto;
        margin-right: 0 !important;
        margin-bottom: 12px;
        padding: 22px 18px;
        border-radius: 15px;
    }

    .feature-icon {
        flex-basis: 34px;
        width: 34px;
        margin-right: 12px;
    }

    .feature-icon svg {
        width: 27px;
        height: 27px;
    }

    .feature-content h3 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .feature-content p {
        font-size: 14px;
        line-height: 1.5;
    }

}





/* ==========================================
   PROCESS SECTION
========================================== */

.process-section {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}


/* ==========================================
   INTRO
========================================== */

.process-intro {
    margin-bottom: 35px;
}

.process-section .section-eyebrow {
    display: block;
    margin-bottom: 22px;
    color: #009b4d;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.process-intro h2 {
    margin: 0 0 14px;
    color: #062956;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 400;
}

.process-intro p {
    max-width: 430px;
    margin: 0 0 30px;
    color: #5f6878;
    font-size: 18px;
    line-height: 1.6;
}


/* ==========================================
   PROCESS IMAGE
========================================== */

.process-visual {
    width: 100%;
    text-align: right;
}

.process-visual img {
    display: inline-block;
    width: 100%;
    max-height: 330px;
    object-fit: contain;
}


/* ==========================================
   QUOTE BUTTON
========================================== */

.process-quote-btn {
    display: inline-flex;
    align-items: center;

    min-height: 57px;
    padding: 0 27px 0 32px;

    border-radius: 7px;

    background: #062956;
    color: #fff;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none;

    transition: background .2s ease;
}

.process-quote-btn span {
    margin-left: 20px;
    font-size: 25px;
    line-height: 1;
}

.process-quote-btn:hover {
    background: #009b4d;
    color: #fff;
    text-decoration: none;
}


/* ==========================================
   PROCESS SLIDER
========================================== */

.process-slider-wrapper {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.process-slider {
    display: flex;
    gap: 30px;

    width: 100%;

    overflow-x: auto;

    scroll-behavior: smooth;
    scrollbar-width: none;

    padding: 0 0 15px;
}

.process-slider::-webkit-scrollbar {
    display: none;
}


/* ==========================================
   PROCESS CARD WRAPPER
========================================== */

.process-card-wrapper {
    position: relative;

    /*
     * Creates a comfortable gap between
     * the number and the card.
     */
    padding-top: 55px;

    flex: 0 0 calc((100% - 120px) / 5);
}


/* ==========================================
   PROCESS NUMBER
========================================== */

.process-number {
    position: absolute;
    z-index: 2;

    top: 0;
    left: 50%;

    width: 42px;
    height: 42px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dfe3e8;
    border-radius: 50%;

    background: #fff;

    color: #ed174c;

    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}


/* Connecting line between numbers */
.process-number:after {
    content: "";

    position: absolute;

    top: 50%;
    left: 100%;

    width: 40px;
    height: 1px;

    background: #dfe3e8;
}


/* ==========================================
   PROCESS CARD
========================================== */

.process-card {
    width: 100%;

    /*
     * Same height for every process card.
     */
    height: 228px;
    min-height: 228px;

    padding: 30px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid #dfe3e8;
    border-radius: 8px;

    background: #fff;

    text-align: center;

    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
}


/* ==========================================
   PROCESS ICON
========================================== */

.process-icon {
    width: 50px;
    height: 50px;

    margin-bottom: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #062956;
}

.process-icon svg {
    width: 42px;
    height: 42px;

    stroke: currentColor;
    fill: none;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================
   PROCESS TITLE
========================================== */

.process-card h3 {
    width: 100%;

    /*
     * Gives every heading the same vertical area.
     * This keeps single-line and two-line titles aligned.
     */
    min-height: 55px;

    margin: 0 0 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #062956;

    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}


/* ==========================================
   PROCESS DESCRIPTION
========================================== */

.process-card p {
    width: 100%;

    min-height: 45px;

    margin: 0;

    color: #697282;

    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================
   NAVIGATION ARROWS
========================================== */

.process-arrow {
    position: absolute;
    z-index: 5;

    top: 50%;

    width: 40px;
    height: 40px;

    transform: translateY(5%);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #e9ebee;
    color: #555;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;
}

.process-arrow:hover {
    background: #dfe2e6;
}

.process-arrow:focus {
    outline: none;
}

.process-prev {
    left: -20px;
}

.process-next {
    right: -20px;
}


/* ==========================================
   LARGE TABLET
========================================== */

@media (max-width: 1199.98px) {

    .process-intro h2 {
        font-size: 44px;
    }

    .process-card-wrapper {
        flex-basis: calc((100% - 90px) / 4);
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {

    .process-section {
        padding: 60px 0;
    }

    .process-intro {
        margin-bottom: 30px;
    }

    .process-intro h2 {
        font-size: 40px;
    }

    .process-intro p {
        max-width: 600px;
    }

    .process-visual {
        margin-top: 35px;
        text-align: center;
    }

    .process-visual img {
        max-height: 300px;
    }

    .process-card-wrapper {
        flex-basis: calc((100% - 60px) / 3);
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .process-section {
        padding: 50px 0;
    }

    .process-section .section-eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
    }

    .process-intro h2 {
        font-size: 34px;
        line-height: 1.18;
    }

    .process-intro p {
        font-size: 15px;
        line-height: 1.55;
    }

    .process-visual {
        margin-top: 25px;
    }

    .process-visual img {
        max-height: 220px;
    }


    /* Slider */

    .process-slider-wrapper {
        margin-top: 30px;
    }

    .process-slider {
        gap: 15px;

        padding-left: 5px;
        padding-right: 5px;
    }


    /* Card wrapper */

    .process-card-wrapper {
        flex: 0 0 calc(100% - 30px);

        /*
         * Extra space between number and card.
         */
        padding-top: 52px;
    }


    /* Number */

    .process-number {
        width: 40px;
        height: 40px;
    }

    .process-number:after {
        display: none;
    }


    /* Card */

    .process-card {
        height: 235px;
        min-height: 235px;

        padding: 30px 20px;
    }


    /* Icon */

    .process-icon {
        margin-bottom: 14px;
    }


    /* Title */

    .process-card h3 {
        min-height: 50px;

        font-size: 20px;
        line-height: 1.25;
    }


    /* Description */

    .process-card p {
        min-height: 44px;

        font-size: 14px;
        line-height: 1.5;
    }


    /* Arrows */

    .process-arrow {
        width: 36px;
        height: 36px;

        font-size: 26px;
    }

    .process-prev {
        left: -8px;
    }

    .process-next {
        right: -8px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 374.98px) {

    .process-intro h2 {
        font-size: 31px;
    }

    .process-card-wrapper {
        flex-basis: calc(100% - 20px);
    }

    .process-card {
        height: 230px;
        min-height: 230px;
    }

}
  





/* =========================================================
   CASE STUDIES SECTION
========================================================= */

.ags-case-studies-section {
    width: 100%;
    overflow: hidden;

    background: #ffffff;

    padding: 30px 0 75px;
}


/* =========================================================
   CONTAINER
========================================================= */

.ags-case-studies-container {
    width: 100%;
    max-width: 1540px;

    margin: 0 auto;

    padding-left: 45px;
    padding-right: 45px;
}


/* =========================================================
   INTRO
========================================================= */

.ags-case-studies-intro {
    margin-bottom: 67px;
}


/* =========================================================
   LABEL
========================================================= */

.ags-case-studies-label {
    margin-bottom: 34px;

    font-family: 'Futura Md BT', sans-serif;

    font-size: 14px;
    line-height: 1;

    font-weight: 400;

    letter-spacing: 1.6px;

    color: #12a35a;
}


/* =========================================================
   TITLE
========================================================= */

.ags-case-studies-title {
    margin: 0 auto 32px;

    font-family: 'Futura Hv BT', sans-serif;

    font-size: 50px;
    line-height: 1.12;

    font-weight: 400;

    color: #082b55;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ags-case-studies-description {
    max-width: 900px;

    margin: 0 auto;

    font-family: 'Futura Bk BT', sans-serif;

    font-size: 18px;
    line-height: 1.55;

    font-weight: 400;

    color: #687182;
}


/* =========================================================
   MARQUEE
========================================================= */

.ags-case-studies-marquee {
    position: relative;

    width: 100%;

    overflow: hidden;
}


/*
 * Optional soft fade at both edges.
 * This gives the same visual feel as the reference
 * where the gallery disappears toward the sides.
 */

.ags-case-studies-marquee::before,
.ags-case-studies-marquee::after {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    width: 45px;

    z-index: 5;

    pointer-events: none;
}


.ags-case-studies-marquee::before {
    left: 0;

    background: linear-gradient(
        to right,
        #ffffff,
        rgba(255,255,255,0)
    );
}


.ags-case-studies-marquee::after {
    right: 0;

    background: linear-gradient(
        to left,
        #ffffff,
        rgba(255,255,255,0)
    );
}


/* =========================================================
   TRACK
========================================================= */

.ags-case-studies-track {
    display: flex;

    flex-wrap: nowrap;

    width: max-content;

    gap: 20px;

    animation: agsCaseStudiesScroll 70s linear infinite;

    will-change: transform;
}


/* =========================================================
   IMAGE
========================================================= */

.ags-case-study-image {
    flex: 0 0 auto;

    width: 404px;
    height: 260px;

    overflow: hidden;

    border-radius: 7px;

    background: #f4f5f7;
}


.ags-case-study-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    border: 0;
}


/* =========================================================
   INFINITE ANIMATION
========================================================= */

/*
 * Because the second half of the track is an exact
 * duplicate of the first half, moving exactly 50%
 * produces a seamless loop.
 */

@keyframes agsCaseStudiesScroll {

    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }

}


/* =========================================================
   PAUSE ON HOVER
========================================================= */

.ags-case-studies-track:hover {
    animation-play-state: paused;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .ags-case-studies-container {
        padding-left: 35px;
        padding-right: 35px;
    }


    .ags-case-studies-title {
        font-size: 50px;
    }


    .ags-case-studies-description {
        font-size: 19px;
    }


    .ags-case-study-image {
        width: 360px;
        height: 235px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ags-case-studies-section {
        padding: 60px 0 65px;
    }


    .ags-case-studies-container {
        padding-left: 25px;
        padding-right: 25px;
    }


    .ags-case-studies-intro {
        margin-bottom: 50px;
    }


    .ags-case-studies-label {
        margin-bottom: 25px;
    }


    .ags-case-studies-title {
        font-size: 44px;
    }


    .ags-case-studies-description {
        font-size: 18px;
    }


    .ags-case-study-image {
        width: 330px;
        height: 215px;
    }


    .ags-case-studies-track {
        gap: 16px;

        animation-duration: 60s;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ags-case-studies-section {
        padding: 50px 0 55px;
    }


    .ags-case-studies-container {
        padding-left: 18px;
        padding-right: 18px;
    }


    .ags-case-studies-intro {
        margin-bottom: 40px;
    }


    .ags-case-studies-label {
        margin-bottom: 20px;

        font-size: 12px;
    }


    .ags-case-studies-title {
        font-size: 36px;

        line-height: 1.12;

        margin-bottom: 22px;
    }


    .ags-case-studies-description {
        font-size: 16px;

        line-height: 1.55;
    }


    .ags-case-study-image {
        width: 300px;
        height: 195px;

        border-radius: 6px;
    }


    .ags-case-studies-track {
        gap: 14px;

        animation-duration: 48s;
    }


    .ags-case-studies-marquee::before,
    .ags-case-studies-marquee::after {
        width: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ags-case-studies-section {
        padding: 45px 0 50px;
    }


    .ags-case-studies-title {
        font-size: 32px;
    }


    .ags-case-studies-description {
        font-size: 15px;
    }


    .ags-case-study-image {
        width: 280px;
        height: 180px;
    }


    .ags-case-studies-track {
        gap: 12px;

        animation-duration: 45s;
    }

}


  

  


/* ==========================================
   CTA SECTION
========================================== */

.cta-section {
    position: relative;

    min-height: 600px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.68) 0%,
            rgba(0, 0, 0, 0.48) 35%,
            rgba(0, 0, 0, 0.10) 75%,
            rgba(0, 0, 0, 0.05) 100%
        ),
       url("../../../../assets/website/images/images/cta-bg.webp");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ==========================================
   CTA CONTENT
========================================== */

.cta-content {
    max-width: 590px;
    padding: 80px 0;
}

.cta-content h2 {
    margin: 0 0 22px;

    color: #fff;

    font-size: 50px;
    line-height: 1.15;
    font-weight: 400;
}

.cta-content p {
    max-width: 580px;

    margin: 0 0 38px;

    color: #fff;

    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
}


/* ==========================================
   CTA BUTTONS
========================================== */

.cta-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-btn {
    min-width: 178px;
    min-height: 57px;

    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none;

    transition: all .2s ease;
}

.cta-btn span {
    margin-left: 13px;

    font-size: 23px;
    line-height: 1;
}


/* Green button */

.cta-btn-primary {
    background: #0caf50;
    color: #fff;
}

.cta-btn-primary:hover {
    background: #099443;
    color: #fff;
    text-decoration: none;
}


/* White button */

.cta-btn-secondary {
    background: #fff;
    color: #111;
}

.cta-btn-secondary:hover {
    background: #f1f1f1;
    color: #111;
    text-decoration: none;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {

    .cta-section {
        min-height: 520px;

        background-position: center;
    }

    .cta-content {
        max-width: 520px;
        padding: 70px 0;
    }

    .cta-content h2 {
        font-size: 44px;
    }

    .cta-content p {
        font-size: 17px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .cta-section {
        min-height: 560px;

        background-position: 65% center;

        background-image:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.72) 0%,
                rgba(0, 0, 0, 0.58) 55%,
                rgba(0, 0, 0, 0.30) 100%
            ),
            url("../../../../assets/website/images/images/cta-bg.webp") !important;
    }

    .cta-content {
        max-width: 100%;
        padding: 55px 0;
    }

    .cta-content h2 {
        font-size: 36px;
        line-height: 1.15;
    }

    .cta-content p {
        font-size: 15px;
        line-height: 1.55;

        margin-bottom: 30px;
    }

    .cta-buttons {
        gap: 12px;
    }

    .cta-btn {
        min-width: 155px;
        min-height: 52px;

        padding: 0 20px;

        font-size: 14px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 374.98px) {

    .cta-section {
        min-height: 580px;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-btn {
        width: 100%;
    }

}






/* =========================================================
   AGS LOGISTICS
   OUR PRESENCE / WHERE WE SHIP

   Bootstrap 4.1.2 Compatible
========================================================= */


/* =========================================================
   SECTION
========================================================= */

.ags-presence-section {

    position: relative;

    width: 100%;

    overflow: hidden;

    background-color: #f7f8fa;

    background-image:
        url('../../../../assets/website/images/images/presence-bg.webp');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center top;

    padding: 70px 0 55px;
}


/* =========================================================
   CONTAINER
========================================================= */

.ags-presence-container {

    position: relative;

    max-width: 1540px;

    margin: 0 auto;

    padding-left: 55px;

    padding-right: 55px;
}


/* =========================================================
   INTRO CONTENT
========================================================= */

.ags-presence-content {

    position: relative;

    z-index: 2;

    width: 52%;

    min-height: 365px;
}


/* =========================================================
   LABEL
========================================================= */

.ags-presence-label {

    margin-bottom: 22px;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.5px;

    color: #12a35a;
}


/* =========================================================
   TITLE
========================================================= */

.ags-presence-title {

    margin: 0 0 24px;

    font-size: 50px;

    line-height: 1.05;

    font-weight: 600;

    color: #062b55;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ags-presence-description {

    max-width: 690px;

    margin: 0;

    font-size: 18px;

    line-height: 1.6;

    font-weight: 400;

    color: #4d5159;
}


/* =========================================================
   SLIDER
========================================================= */

.ags-location-carousel {

    position: relative;

    z-index: 10;

    width: 100%;

    margin-top: 5px;
}


/* =========================================================
   VIEWPORT

   IMPORTANT:
   This hides the cards that are outside the visible area.
========================================================= */

.ags-location-viewport {

    width: 100%;

    overflow: hidden;

    position: relative;
}


/* =========================================================
   TRACK

   JavaScript changes transformX in pixels.
========================================================= */

.ags-location-track {

    display: flex;

    flex-wrap: nowrap;

    width: max-content;

    transform: translate3d(0, 0, 0);

    transition: transform 0.45s ease;

    will-change: transform;
}


/* =========================================================
   SLIDE
========================================================= */

.ags-location-slide {

    flex: 0 0 auto;

    width: 25%;

    padding-left: 16px;

    padding-right: 16px;

    box-sizing: border-box;
}


/* =========================================================
   CARD
========================================================= */

.ags-location-card {

    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 20px;

    background: transparent;
}


/* =========================================================
   EXACT SUPPLIED CARD IMAGE
========================================================= */

.ags-location-image {

    display: block;

    width: 100%;

    height: auto;

    border: 0;
}


/* =========================================================
   VIEW LOCATION CLICK AREA
========================================================= */

.ags-location-link {

    position: absolute;

    left: 10%;

    bottom: 6%;

    width: 50%;

    height: 17%;

    display: block;

    z-index: 20;
}


/* =========================================================
   ARROWS
========================================================= */

.ags-carousel-arrow {

    position: absolute;

    top: 50%;

    z-index: 50;

    width: 58px;

    height: 58px;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: #062b55;

    font-size: 40px;

    line-height: 1;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: all 0.2s ease;
}


.ags-carousel-arrow:hover {

    background: #062b55;

    color: #ffffff;
}


.ags-carousel-arrow:focus {

    outline: none;
}


/*
   Disabled previous button
*/

.ags-carousel-arrow:disabled {

    opacity: 0.35;

    cursor: default;

    background: #ffffff;

    color: #062b55;

    box-shadow: none;
}


.ags-carousel-arrow:disabled:hover {

    background: #ffffff;

    color: #062b55;
}


/* Arrow position */

.ags-carousel-prev {

    left: -25px;
}


.ags-carousel-next {

    right: -25px;
}


.ags-carousel-arrow span {

    position: relative;

    top: -2px;
}


/* =========================================================
   1200px
========================================================= */

@media (max-width: 1199px) {

    .ags-presence-container {

        padding-left: 35px;

        padding-right: 35px;
    }


    .ags-presence-content {

        width: 58%;
    }


    .ags-presence-title {

        font-size: 54px;
    }


    .ags-presence-description {

        font-size: 19px;
    }


    .ags-location-slide {

        width: 33.333333%;
    }


    .ags-carousel-prev {

        left: -20px;
    }


    .ags-carousel-next {

        right: -20px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .ags-presence-section {

        padding-top: 55px;

        padding-bottom: 50px;

        background-position: center top;
    }


    .ags-presence-container {

        padding-left: 30px;

        padding-right: 30px;
    }


    .ags-presence-content {

        width: 100%;

        min-height: 350px;
    }


    .ags-presence-title {

        font-size: 48px;
    }


    .ags-presence-description {

        max-width: 650px;

        font-size: 18px;

        line-height: 1.55;
    }


    .ags-location-slide {

        width: 50%;
    }


    .ags-carousel-prev {

        left: -18px;
    }


    .ags-carousel-next {

        right: -18px;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .ags-presence-section {

        padding: 45px 0;

        background-size: auto 100%;

        background-position: 72% top;
    }


    .ags-presence-container {

        padding-left: 18px;

        padding-right: 18px;
    }


    .ags-presence-content {

        width: 100%;

        min-height: 390px;
    }


    .ags-presence-label {

        margin-bottom: 15px;

        font-size: 12px;

        letter-spacing: 1.3px;
    }


    .ags-presence-title {

        margin-bottom: 17px;

        font-size: 40px;

        line-height: 1.08;
    }


    .ags-presence-description {

        font-size: 16px;

        line-height: 1.6;
    }


    .ags-location-slide {

        width: 100%;

        padding-left: 10px;

        padding-right: 10px;
    }


    .ags-carousel-arrow {

        width: 46px;

        height: 46px;

        font-size: 32px;
    }


    .ags-carousel-prev {

        left: -8px;
    }


    .ags-carousel-next {

        right: -8px;
    }

}


/* =========================================================
   480px
========================================================= */

@media (max-width: 480px) {

    .ags-presence-section {

        background-position: 67% top;
    }


    .ags-presence-title {

        font-size: 36px;
    }


    .ags-presence-description {

        font-size: 15.5px;
    }


    .ags-location-slide {

        padding-left: 5px;

        padding-right: 5px;
    }


    .ags-carousel-prev {

        left: -5px;
    }


    .ags-carousel-next {

        right: -5px;
    }

}






/* =========================================================
   INDUSTRIES SECTION
========================================================= */

.ags-industries-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 72px 0 75px;
}


/* =========================================================
   CONTAINER
========================================================= */

.ags-industries-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
}


/* =========================================================
   INTRO
========================================================= */

.ags-industries-intro {
    margin-bottom: 58px;
}


.ags-industries-label {
    margin-bottom: 30px;

    font-family: 'Futura Md BT', sans-serif;
    font-size: 14px;
    line-height: 1;

    font-weight: 400;
    letter-spacing: 1.5px;

    color: #12a35a;
}


.ags-industries-title {
    margin: 0 0 28px;

    font-family: 'Futura Hv MT', sans-serif;
    font-size: 50px;
    line-height: 1.12;

    font-weight: 400;

    color: #080d2d;
}


.ags-industries-description {
    max-width: 950px;

    margin: 0 auto;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 18px;
    line-height: 1.55;

    font-weight: 400;

    color: #697182;
}


/* =========================================================
   CAROUSEL
========================================================= */

.ags-industries-carousel {
    position: relative;
    width: 100%;
}


/* =========================================================
   VIEWPORT
========================================================= */

.ags-industries-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* =========================================================
   TRACK
========================================================= */

.ags-industries-track {
    display: flex;
    flex-wrap: nowrap;

    width: max-content;

    transform: translate3d(0, 0, 0);

    transition: transform .45s ease;

    will-change: transform;
}


/* =========================================================
   SLIDE
========================================================= */

.ags-industry-slide {
    flex: 0 0 auto;

    width: 25%;

    padding-left: 14px;
    padding-right: 14px;

    box-sizing: border-box;
}


/* =========================================================
   CARD
========================================================= */

.ags-industry-card {
    width: 100%;

    overflow: hidden;

    background: #ffffff;

    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(20, 35, 60, 0.04);
}


/* =========================================================
   IMAGE
========================================================= */

.ags-industry-image-wrap {
    width: 100%;

    overflow: hidden;

    border-radius: 20px 20px 0 0;
}


.ags-industry-image {
    display: block;

    width: 100%;

    height: 220px;

    object-fit: cover;

    object-position: center;

    border: 0;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.ags-industry-content {
    min-height: 235px;

    padding: 35px 28px 30px;

    background: #ffffff;
}


/* =========================================================
   TITLE ROW
========================================================= */

.ags-industry-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}


/* =========================================================
   ICON
========================================================= */

.ags-industry-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 16px;
    border-radius: 50%;
    background: #fff1e7;
    color: #f18700;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
}




/* =========================================================
   CARD TITLE
========================================================= */

.ags-industry-title-row h3 {
    flex: 1;
    margin: 0;

    font-family: 'Futura Hv BT', sans-serif;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 400;
    color: #0a102e;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.ags-industry-content p {
    margin: 0;

    font-family: 'Futura Bk BT', sans-serif;

    font-size: 14px;

    line-height: 1.55;

    font-weight: 400;

    color: #536072;
}


/* =========================================================
   ARROWS
========================================================= */

.ags-industries-arrow {
    position: absolute;

    top: 50%;

    z-index: 20;

    width: 52px;
    height: 52px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #ffffff;

    color: #062b55;

    font-family: Arial, sans-serif;

    font-size: 38px;

    line-height: 1;

    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;
}


.ags-industries-arrow:hover {
    background: #062b55;
    color: #ffffff;
}


.ags-industries-arrow:focus {
    outline: none;
}


.ags-industries-arrow:disabled {
    opacity: .35;

    cursor: default;

    background: #ffffff;
    color: #062b55;

    box-shadow: none;
}


.ags-industries-prev {
    left: -18px;
}


.ags-industries-next {
    right: -18px;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {

    .ags-industries-container {
        padding-left: 35px;
        padding-right: 35px;
    }


    .ags-industries-title {
        font-size: 50px;
    }


    .ags-industries-description {
        font-size: 19px;
    }


    .ags-industry-slide {
        width: 33.333333%;
    }


    .ags-industry-image {
        height: 210px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ags-industries-section {
        padding: 60px 0;
    }


    .ags-industries-container {
        padding-left: 25px;
        padding-right: 25px;
    }


    .ags-industries-intro {
        margin-bottom: 45px;
    }


    .ags-industries-label {
        margin-bottom: 22px;
    }


    .ags-industries-title {
        font-size: 44px;
    }


    .ags-industries-description {
        font-size: 18px;
    }


    .ags-industry-slide {
        width: 50%;

        padding-left: 10px;
        padding-right: 10px;
    }


    .ags-industry-image {
        height: 220px;
    }


    .ags-industry-content {
        min-height: 230px;
    }


    .ags-industry-title-row h3 {
        font-size: 25px;
    }


    .ags-industry-content p {
        font-size: 16px;
    }


    .ags-industries-prev {
        left: -10px;
    }


    .ags-industries-next {
        right: -10px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ags-industries-section {
        padding: 50px 0;
    }


    .ags-industries-container {
        padding-left: 18px;
        padding-right: 18px;
    }


    .ags-industries-intro {
        margin-bottom: 35px;
    }


    .ags-industries-label {
        margin-bottom: 18px;

        font-size: 12px;
    }


    .ags-industries-title {
        font-size: 36px;
        line-height: 1.12;

        margin-bottom: 20px;
    }


    .ags-industries-description {
        font-size: 16px;
        line-height: 1.55;
    }


    .ags-industry-slide {
        width: 100%;

        padding-left: 8px;
        padding-right: 8px;
    }


    .ags-industry-image {
        height: auto;

        aspect-ratio: 1.8 / 1;
    }


    .ags-industry-content {
        min-height: 245px;

        padding: 30px 25px;
    }


    .ags-industry-title-row h3 {
        font-size: 25px;
    }


    .ags-industry-content p {
        font-size: 16px;
    }


    .ags-industries-arrow {
        width: 44px;
        height: 44px;

        font-size: 32px;
    }


    .ags-industries-prev {
        left: -5px;
    }


    .ags-industries-next {
        right: -5px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ags-industries-title {
        font-size: 32px;
    }


    .ags-industries-description {
        font-size: 15px;
    }


    .ags-industry-slide {
        padding-left: 4px;
        padding-right: 4px;
    }


    .ags-industry-content {
        padding: 28px 22px;
    }


    .ags-industry-title-row h3 {
        font-size: 23px;
    }

}








    /* =========================================================
   AGS LOGISTICS - FREE QUOTE SECTION
   Bootstrap 4.1.2
   Font inherits from existing website
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

#new-how-we-work.ags-quote-section {
    position: relative;
    width: 100%;
    min-height: 680px;

    display: flex;
    align-items: center;

    padding: 75px 0;

    overflow: hidden;

    background-image: url("../../../../assets/website/images/images/contact-bg.webp") !IMPORTANT;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    margin-bottom :60px;
}


/* =========================================================
   INHERIT EXISTING WEBSITE FONT
========================================================= */




/* =========================================================
   BACKGROUND OVERLAY
========================================================= */

#new-how-we-work .ags-quote-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.80) 30%,
        rgba(255, 255, 255, 0.38) 58%,
        rgba(255, 255, 255, 0.12) 100%
    );

    z-index: 1;
}


/* =========================================================
   CONTAINER
========================================================= */

#new-how-we-work .ags-quote-container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

#new-how-we-work .ags-quote-content {
    max-width: 560px;
    padding-right: 40px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

#new-how-we-work .ags-quote-title {
    margin: 0 0 28px;

    color: #062c55;

    font-size: 50px;
    line-height: 1.08;

    font-weight: 400;

    letter-spacing: -1.5px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

#new-how-we-work .ags-quote-description {
    max-width: 510px;

    margin: 0;

    color: #17365c;

    font-size: 18px;
    line-height: 1.55;

    font-weight: 400;
}


/* =========================================================
   FORM CARD
========================================================= */

#new-how-we-work .ags-quote-form-wrapper {
    position: relative;

    padding: 48px;

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(255, 255, 255, 0.85);

    box-shadow:
        0 20px 55px rgba(0, 30, 70, 0.12);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    overflow: hidden;
}


/* =========================================================
   BLUE GLASS EFFECT
========================================================= */

#new-how-we-work .ags-quote-form-wrapper::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    top: -150px;
    left: -120px;

    background: rgba(75, 190, 235, 0.18);

    filter: blur(75px);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   RED GLASS EFFECT
========================================================= */

#new-how-we-work .ags-quote-form-wrapper::after {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    top: -100px;
    right: -120px;

    background: rgba(255, 90, 90, 0.20);

    filter: blur(80px);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   FORM
========================================================= */

#new-how-we-work .ags-quote-form-wrapper form {
    position: relative;
    z-index: 2;
}


/* =========================================================
   FORM GROUP
========================================================= */

#new-how-we-work .ags-form-group {
    margin-bottom: 25px;
}


/* =========================================================
   LABEL
========================================================= */

#new-how-we-work .ags-form-group label {
    display: block;

    margin-bottom: 10px;

    color: #082f5b;

    font-size: 16px;
    line-height: 1.3;

    font-weight: 600;
}


/* =========================================================
   INPUT / TEXTAREA
========================================================= */

#new-how-we-work .ags-form-control {
    display: block;

    width: 100%;
    height: 60px;

    padding: 0 16px;

    border: 1px solid #e0e3e7;
    border-radius: 9px;

    background-color: #ffffff;

    color: #252a30;

    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;

    outline: none;

    box-shadow: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   PLACEHOLDER
========================================================= */

#new-how-we-work .ags-form-control::placeholder {
    color: #7c8490;
    opacity: 1;
}


/* =========================================================
   INPUT FOCUS
========================================================= */

#new-how-we-work .ags-form-control:focus {
    border-color: #164d82;

    outline: none;

    box-shadow:
        0 0 0 2px rgba(22, 77, 130, 0.08);
}


/* =========================================================
   MESSAGE FIELD
========================================================= */

#new-how-we-work .ags-message-group {
    margin-bottom: 32px;
}


#new-how-we-work .ags-message {
    height: auto;

    min-height: 145px;

    padding-top: 15px;
    padding-bottom: 15px;

    line-height: 1.5;

    resize: vertical;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

#new-how-we-work .ags-quote-submit {
    display: block;

    width: 100%;
    height: 63px;

    padding: 0 25px;

    border: 0;
    border-radius: 9px;

    background-color: #062c55;

    color: #ffffff;

    font-size: 18px;
    line-height: 1;
    font-weight: 600;

    cursor: pointer;

    outline: none;

    box-shadow: none;

    transition:
        background-color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease;
}


#new-how-we-work .ags-quote-submit .btn-text {
    color: #ffffff !important;
}


/* =========================================================
   BUTTON HOVER
========================================================= */

#new-how-we-work .ags-quote-submit:hover {
    background-color: #073b70;

    box-shadow:
        0 8px 20px rgba(6, 44, 85, 0.20);

    transform: translateY(-1px);
}


#new-how-we-work .ags-quote-submit:focus {
    outline: none;

    box-shadow:
        0 0 0 3px rgba(6, 44, 85, 0.15);
}


#new-how-we-work .ags-quote-submit:active {
    transform: translateY(0);
}


/* =========================================================
   HIDDEN USERNAME HONEYPOT
========================================================= */

#new-how-we-work .hidden-input-field {
    position: absolute !important;

    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    #new-how-we-work.ags-quote-section {
        min-height: auto;

        padding: 65px 0;
         margin-bottom :60px;
    }


    #new-how-we-work .ags-quote-content {
        max-width: 100%;

        padding-right: 15px;

        margin-bottom: 45px;
    }


    #new-how-we-work .ags-quote-title {
        font-size: 48px;

        letter-spacing: -1px;
    }


    #new-how-we-work .ags-quote-description {
        font-size: 19px;
    }


    #new-how-we-work .ags-quote-form-wrapper {
        padding: 40px 35px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #new-how-we-work.ags-quote-section {
        display: block;

        min-height: auto;

        padding: 55px 0;

        background-position: center center;
         margin-bottom :60px;
    }


    /* Make background less visually busy behind form */

    #new-how-we-work .ags-quote-overlay {
        background: rgba(255, 255, 255, 0.86);
    }


    #new-how-we-work .ags-quote-content {
        padding-right: 0;

        margin-bottom: 35px;
    }


    #new-how-we-work .ags-quote-title {
        margin-bottom: 20px;

        font-size: 40px;
        line-height: 1.12;

        letter-spacing: -0.8px;
    }


    #new-how-we-work .ags-quote-description {
        font-size: 18px;

        line-height: 1.5;
    }


    #new-how-we-work .ags-quote-form-wrapper {
        padding: 32px 24px;

        border-radius: 18px;
    }


    #new-how-we-work .ags-form-group {
        margin-bottom: 22px;
    }


    #new-how-we-work .ags-form-group label {
        margin-bottom: 9px;

        font-size: 15px;
    }


    #new-how-we-work .ags-form-control {
        height: 56px;

        padding-left: 16px;
        padding-right: 16px;

        font-size: 16px;

        border-radius: 8px;
    }


    #new-how-we-work .ags-message {
        min-height: 130px;
    }


    #new-how-we-work .ags-quote-submit {
        height: 58px;

        font-size: 17px;

        border-radius: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    #new-how-we-work.ags-quote-section {
        padding: 45px 0;
         margin-bottom :60px;
    }


    #new-how-we-work .ags-quote-title {
        font-size: 34px;

        line-height: 1.12;
    }


    #new-how-we-work .ags-quote-description {
        font-size: 17px;
    }


    #new-how-we-work .ags-quote-form-wrapper {
        padding: 28px 18px;

        border-radius: 16px;
    }


    #new-how-we-work .ags-form-control {
        height: 55px;
    }


    #new-how-we-work .ags-message {
        min-height: 125px;
    }

}





   /* =========================================
   Location Section
========================================= */

.location-section {
    padding: 70px 0 80px;
    background: #fff;
}

.location-title {
    margin: 0 0 85px;
    text-align: center;
    color: #062b52;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
}

.location-content {
    padding-left: 0;
}

.location-item h3 {
    margin: 0 0 22px;
    color: #454950;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.location-item p {
    margin: 0;
    color: #454950;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
}

.location-item p a {
    color: inherit;
    text-decoration: none;
}

.phone-item {
    margin-top: 52px;
}

.location-map {
    width: 100%;
    overflow: hidden;
}

.location-map iframe {
    display: block;
    width: 100%;
    height: 465px;
    border: 0;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 1199.98px) {

    .location-title {
        margin-bottom: 65px;
        font-size: 56px;
    }

    .location-item h3 {
        font-size: 32px;
    }

    .location-item p {
        font-size: 21px;
    }

    .location-map iframe {
        height: 430px;
    }
}

@media (max-width: 991.98px) {

    .location-section {
        padding: 55px 0 65px;
    }

    .location-title {
        margin-bottom: 55px;
        font-size: 48px;
    }

    .location-item h3 {
        font-size: 28px;
    }

    .location-item p {
        font-size: 18px;
    }

    .phone-item {
        margin-top: 40px;
    }

    .location-map iframe {
        height: 400px;
    }
}

@media (max-width: 767.98px) {

    .location-section {
        padding: 45px 0 55px;
    }

    .location-title {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .location-content {
        margin-bottom: 40px;
    }

    .location-item h3 {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .location-item p {
        font-size: 17px;
    }

    .phone-item {
        margin-top: 30px;
    }

    .location-map iframe {
        height: 350px;
    }
}

@media (max-width: 575.98px) {

    .location-title {
        font-size: 36px;
    }

    .location-item h3 {
        font-size: 24px;
    }

    .location-item p {
        font-size: 16px;
    }

    .location-map iframe {
        height: 300px;
    }
}

    

  

  

   

    

  

  




/* ==========================================
   FAQ SECTION
========================================== */

.faq-section {
    padding-top: 190px !important;
    padding-bottom: 90px !important;
    background: #f7f8fa;
}

.faq-heading {
    margin-bottom: 55px;
}

.faq-eyebrow {
    color: #009b4d;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.faq-heading h2 {
    color: #11182f !important;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
}


/* FAQ container */

.faq-list {
    width: 100%;
    max-width: 925px;
}


/* Individual FAQ */

.faq-item {
    overflow: hidden;
    margin-bottom: 16px;

    border: 1px solid #e3e8ee;
    border-radius: 18px;

    background: #fff;
}


/* Question button */

.faq-question {
    width: 100%;
    min-height: 78px;

    padding: 22px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;
    outline: 0;

    background: #fff !important;
    color: #11182f !important;

   
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;

    text-align: left;
    text-decoration: none !important;

    cursor: pointer;
}


/* Remove Bootstrap/browser button styling */

.faq-question:hover,
.faq-question:focus,
.faq-question:active {
    background: #fff !important;
    color: #11182f !important;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}


/* Chevron */

.faq-chevron {
    flex: 0 0 auto;

    width: 20px;
    height: 20px;

    margin-left: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0055a5;

    transition: transform .2s ease;
}

.faq-chevron svg {
    width: 16px;
    height: 16px;

    stroke: currentColor;
    fill: none;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Rotate arrow when open */

.faq-question:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
}


/* Answer */

.faq-answer {
    padding: 0 30px 27px;

    color: #596273 !important;

    
    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .faq-section {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .faq-heading {
        margin-bottom: 35px;
    }

    .faq-heading h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .faq-eyebrow {
        font-size: 11px;
    }

    .faq-item {
        margin-bottom: 12px;
        border-radius: 14px;
    }

    .faq-question {
        min-height: 68px;
        padding: 19px 20px;

        font-size: 16px;
        line-height: 1.4;
    }

    .faq-answer {
        padding: 0 20px 20px;

        font-size: 14px;
        line-height: 1.6;
    }

    .faq-chevron {
        margin-left: 12px;
    }

}




/* ==========================================
   SEO CONTENT SECTION
========================================== */

.seo-content-section {
    padding: 60px 0 70px;
    background: #fff;
}

.seo-content {
    max-width: 1000px;
    margin: 0 auto;
    color: #686d76;
}

.seo-content h2 {
    margin: 0 0 18px;
    color: #062956;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 400;
}

.seo-content h3 {
    margin: 24px 0 16px;
    color: #062956;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.seo-content p {
    margin: 0 0 24px;
    color: #686d76;
    font-size: 15px;
    line-height: 1.55;
}

.seo-content h3 + p {
    margin-bottom: 25px;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .seo-content-section {
        padding: 45px 0 50px;
    }

    .seo-content h2 {
        font-size: 25px;
    }

    .seo-content h3 {
        margin-top: 22px;
        font-size: 18px;
    }

    .seo-content p {
        font-size: 14px;
        line-height: 1.6;
    }

}

