.style1 {
    text-align: center;
}

.style2 {
    font-size: large;
}

/* =========================================================
   CARROLL PAGE REFRESH
   ========================================================= */

.carroll-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #333;
}


/* =========================================================
   SECTION 1 - HERO
   ========================================================= */

.carroll-hero {
    position: relative;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    background: #2d5a2e;
}

.carroll-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.carroll-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.carroll-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;

    background:
        linear-gradient(90deg,
            rgba(30, 65, 31, 0.96) 0%,
            rgba(30, 65, 31, 0.90) 30%,
            rgba(30, 65, 31, 0.55) 46%,
            rgba(30, 65, 31, 0.00) 68%);
}


.carroll-hero-content {
    max-width: 520px;
    padding: 55px 0;
    color: #fff;
}


.carroll-eyebrow {
    display: block;
    margin-bottom: 10px;

    font-family: 'open_sanssemibold',
        Arial,
        sans-serif;

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

    letter-spacing: 4px;
    text-transform: uppercase;
}


.carroll-hero-content h1 {
    margin: 0;

    font-family: 'bebas_neueregular',
        Arial,
        sans-serif;

    font-size: 78px;
    line-height: 0.95;

    color: #fff;
    text-transform: uppercase;
}


.carroll-hero-line {
    display: block;

    width: 75px;
    height: 3px;

    margin: 25px 0 20px;

    background: #fff;
}


.carroll-hero-content p {
    margin: 0;



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

    color: #fff;
}


/* =========================================================
   SECTION 2 - OFFICE AREA
   ========================================================= */

.carroll-office-section {
    padding: 65px 0 75px;
    background: #fff;
}


.carroll-office-grid {
    display: grid;

    grid-template-columns:
        minmax(260px, 32%) minmax(0, 68%);

    gap: 50px;

    align-items: start;
}


/* =========================================================
   LEFT SIDEBAR
   ========================================================= */

.carroll-sidebar {
    width: 100%;
}


.carroll-contact-card {
    padding: 35px 28px;

    background: #f5f5f0;

    border: 1px solid #e4e4db;
    border-radius: 4px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.05);
}

.carroll-contact-card h2 {
    font-size: 30px;
}

.carroll-logo {
    padding: 0 15px 10px;
    text-align: center;
}


.carroll-logo img {
    display: block;
    width: 100%;
    max-width: 270px;
    height: auto;
    margin: 0 auto;
}


.carroll-divider {
    width: 100%;
    height: 1px;

    margin: 20px 0;

    background: #c9c9be;
}


/* Contact information */

.carroll-contact-item {
    display: flex;

    gap: 15px;

    margin-bottom: 22px;
}


.carroll-contact-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

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

    background: #315c34;
    color: #fff;

    border-radius: 50%;

    font-size: 17px;
}


.carroll-contact-item strong {
    display: block;

    margin-bottom: 4px;

    font-family: 'open_sansbold',
        Arial,
        sans-serif;

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

    color: #315c34;
}


.carroll-contact-item p {
    margin: 0;

    font-family: 'open_sansregular',
        Arial,
        sans-serif;

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

    color: #444;
}


.carroll-contact-item a {
    color: #444;
    word-break: break-word;
}


.carroll-contact-item a:hover {
    color: #315c34;
}


/* =========================================================
   QUALIFICATION BUTTONS
   ========================================================= */

.carroll-qualification {
    display: flex;

    align-items: center;

    min-height: 75px;

    margin-bottom: 12px;
    padding: 12px 15px;

    background: #315c34;
    border: 1px solid #315c34;

    color: #fff !important;

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


.carroll-qualification:hover {
    background: #244827;

    transform: translateX(3px);
}


.qualification-icon {
    flex: 0 0 42px;

    font-size: 23px;
}


.qualification-text {
    flex: 1;

    font-family: 'open_sanssemibold',
        Arial,
        sans-serif;

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

    text-transform: uppercase;
}


.qualification-text small {
    display: block;

    margin-top: 3px;

    font-family: 'open_sansregular',
        Arial,
        sans-serif;

    font-size: 12px;

    text-transform: uppercase;
}


.qualification-arrow {
    font-size: 25px;
}


/* =========================================================
   SIDEBAR MESSAGE
   ========================================================= */

.carroll-sidebar-message {
    display: flex;

    align-items: center;

    gap: 15px;

    padding-top: 5px;
}


.carroll-sidebar-message>i {
    color: #315c34;
    font-size: 30px;
}


.carroll-sidebar-message p {
    margin: 0;



    font-size: 17px;
    line-height: 1.25;

    color: #315c34;
}


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

.carroll-main-content {
    min-width: 0;
}


.carroll-section-label {
    display: block;

    margin-bottom: 8px;

    font-family: 'open_sanssemibold',
        Arial,
        sans-serif;

    font-size: 13px;
    line-height: 1.4;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #315c34;
}


.carroll-intro h2 {
    margin: 0;



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

    color: #20262a;
}


.carroll-heading-line {
    display: block;

    width: 65px;
    height: 3px;

    margin: 22px 0 24px;

    background: #315c34;
}


.carroll-intro>p {
    max-width: 850px;

    /*margin: 0;*/

    font-family: 'open_sansregular',
        Arial,
        sans-serif;

    font-size: 17px;
    line-height: 1.65;

    color: #444;
}


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

.carroll-service-section {
    margin-top: 45px;
}


.carroll-service-section h3,
.carroll-commercial-section h3 {
    margin: 0 0 12px;



    font-size: 28px;
    line-height: 1.2;

    color: #315c34;
}


.carroll-service-section p,
.carroll-commercial-section p {
    margin: 0 0 18px;

    font-family: 'open_sansregular',
        Arial,
        sans-serif;

    font-size: 15px;
    line-height: 1.7;

    color: #444;
}


/* =========================================================
   SERVICES GRID
   ========================================================= */

.carroll-services-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin-top: 25px;

    padding: 0;

    background: #f5f5f0;

    border: 1px solid #e6e6dd;
    border-radius: 5px;

    margin-bottom: 20px;
}


.carroll-service-item {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;

    padding: 10px 20px;

    font-family: 'open_sansregular',
        Arial,
        sans-serif;

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

    color: #333;
}


.carroll-service-item:nth-child(odd) {
    border-right: 1px solid #d8d8ce;
}


.carroll-service-item:nth-child(n+3) {
    border-top: 1px solid #e0e0d7;
}


.carroll-service-item>span {
    flex: 0 0 40px;

    color: #315c34;

    font-size: 20px;
}


.carroll-service-item>span i {
    width: 25px;
    text-align: center;
}


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

.carroll-commercial-section {
    margin-top: 45px;

    padding-top: 35px;

    border-top: 1px solid #cfcfc5;
}


/* =========================================================
   SECTION 3 - BOTTOM BRAND IMAGE
   ========================================================= */

.carroll-brand-section {
    position: relative;

    min-height: 300px;

    overflow: hidden;

    background: #315c34;
}


.carroll-brand-image {
    position: absolute;

    inset: 0;
}


.carroll-brand-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


.carroll-brand-overlay {
    position: absolute;

    inset: 0;

    display: flex;
    align-items: center;

    background:
        linear-gradient(90deg,
            rgba(30, 65, 31, 0.80),
            rgba(30, 65, 31, 0.25),
            rgba(30, 65, 31, 0.70));
}


.carroll-brand-content {
    max-width: 800px;

    margin: 0 auto;

    padding: 50px 20px;

    text-align: center;

    color: #fff;
}


.carroll-brand-content h2 {
    margin: 0;


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

    color: #fff;
}


.carroll-brand-content>span {
    display: block;

    width: 60px;
    height: 3px;

    margin: 20px auto;

    background: #fff;
}


.carroll-brand-content p {
    max-width: 700px;

    margin: 0 auto;



    font-size: 20px;
    line-height: 1.5;

    color: #fff;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991px) {

    .carroll-hero {
        min-height: 350px;
    }


    .carroll-hero-content h1 {
        font-size: 65px;
    }


    .carroll-office-section {
        padding: 50px 0;
    }


    .carroll-office-grid {
        grid-template-columns:
            minmax(230px, 35%) minmax(0, 65%);

        gap: 30px;
    }


    .carroll-intro h2 {
        font-size: 36px;
    }


    .carroll-services-grid {
        grid-template-columns: 1fr;
    }


    .carroll-service-item:nth-child(odd) {
        border-right: 0;
    }


    .carroll-service-item:nth-child(n+2) {
        border-top: 1px solid #e0e0d7;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .carroll-hero {
        min-height: 430px;
    }


    .carroll-hero-image img {
        object-position: 60% center;
    }


    .carroll-hero-overlay {
        align-items: flex-end;

        background:
            linear-gradient(0deg,
                rgba(30, 65, 31, 0.95) 0%,
                rgba(30, 65, 31, 0.60) 50%,
                rgba(30, 65, 31, 0.10) 100%);
    }


    .carroll-hero-content {
        padding: 40px 0;
    }


    .carroll-hero-content h1 {
        font-size: 55px;
    }


    .carroll-eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
    }


    .carroll-hero-content p {
        font-size: 21px;
    }


    .carroll-office-section {
        padding: 40px 0;
    }


    .carroll-office-grid {
        display: block;
    }


    .carroll-sidebar {
        margin-bottom: 40px;
    }


    .carroll-contact-card {
        padding: 30px 20px;
    }


    .carroll-intro h2 {
        font-size: 32px;
    }


    .carroll-intro>p {
        font-size: 15px;
    }


    .carroll-service-section {
        margin-top: 35px;
    }


    .carroll-service-section h3,
    .carroll-commercial-section h3 {
        font-size: 25px;
    }


    .carroll-services-grid {
        padding: 10px;
    }


    .carroll-service-item {
        padding: 10px;
    }


    .carroll-brand-section {
        min-height: 330px;
    }


    .carroll-brand-content {
        padding: 40px 20px;
    }


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


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

}


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

@media (max-width: 480px) {

    .carroll-hero-content h1 {
        font-size: 45px;
    }


    .carroll-hero-content p {
        font-size: 19px;
    }


    .carroll-intro h2 {
        font-size: 28px;
    }


    .carroll-contact-item {
        gap: 10px;
    }


    .carroll-contact-icon {
        flex-basis: 36px;

        width: 36px;
        height: 36px;

        font-size: 14px;
    }


    .qualification-text {
        font-size: 12px;
    }


    .carroll-service-item {
        font-size: 13px;
    }

}

.header .header-top {
        background: #315c34;
    }

@media (max-width: 767px) {
    .container {
        width: 100%;
    }


    .header-bottom {
        padding-bottom: 0;
    }
    .header-bottom .address {
        text-align: center;
        background: #315c34;
        padding-block: 15px;
        margin-top: 24px;
    }

    .header-bottom .address h5 {
        font-size: 26px;
        line-height: 1.2;
        color: #ffffff;
        margin-bottom: 5px;
    }
    .header-bottom .address h6 {
        color: #FFF;
    }

    

    .navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

}