:root {
    --brand-green: #00783B;
    --brand-black: #000000;
    --brand-white: #ffffff;
    --brand-grey: #4a4a4a;
}

.pk-stripe {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #00783B 0 33.33%, #ffffff 33.33% 66.66%, #00783B 66.66% 100%);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

body {
    overflow-x: visible;
}

.site-wrap {
    overflow: visible;
}

.site-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.site-wrap > header,
.site-wrap > section,
.site-wrap > footer,
.site-wrap .ftr-section {
    float: none !important;
    width: 100%;
    clear: both;
}

header.header1.site-header {
    padding-top: 10px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 110px;
    padding-bottom: 10px;
}

.site-logo {
    display: block;
    flex: 0 0 380px;
    width: 380px;
    height: 92px;
    overflow: hidden;
}

.site-logo img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: left center;
}

.logo-menu .site-logo {
    flex-basis: 220px;
    width: 220px;
    height: 52px;
}

.ftr-follow-column .ftr-logo {
    display: block;
    width: 220px;
    height: 56px;
    overflow: hidden;
}

.ftr-follow-column .ftr-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

#about,
#supplies,
#quote,
#clients {
    scroll-margin-top: 20px;
}

#supplies.pad95-50-top-bottom {
    padding-bottom: 20px;
}

#clients.pad95-100-top-bottom {
    padding-top: 40px;
}

header.header1 ul.header-info {
    width: auto !important;
    max-width: none;
    float: none !important;
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-end;
}

header.header1 ul.header-info li {
    width: auto !important;
    float: none;
    font-size: 12px !important;
    line-height: 1.35;
    padding: 0 14px 0 26px !important;
    margin: 0 8px 0 0 !important;
    font-weight: 600;
}

header.header1 ul.header-info li:before {
    font-size: 16px !important;
    top: 4px;
    margin-right: 8px;
}

header.header1 .header-top > .header-requestbtn {
    float: none !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 11px 16px;
    font-size: 12px;
    white-space: nowrap;
}

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    min-height: 62px;
}

.brand-logo .brand-mark {
    width: auto;
    height: auto;
    margin-right: 12px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -7px;
    display: inline-block;
}

.brand-logo .at-a {
    color: var(--brand-green);
}

.brand-logo .at-t {
    color: var(--brand-grey);
}

.brand-logo-light .at-a,
.brand-logo-light .at-t {
    color: var(--brand-white);
}

.brand-logo .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-logo .brand-text strong {
    color: var(--brand-black);
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brand-logo .brand-text em {
    font-style: normal;
    color: var(--brand-green);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.brand-logo-light .brand-text strong,
.brand-logo-light .brand-text em {
    color: var(--brand-white);
}

.logo-menu .brand-logo {
    min-height: auto;
    padding: 8px 0;
}

.logo-menu .brand-mark {
    font-size: 26px;
}

header .brand-logo {
    float: left;
    margin-top: 6px;
}

.ftr-logo .brand-logo {
    float: none;
    min-height: auto;
    margin-top: 18px;
}

a.header-requestbtn,
.form-submit-btn,
input.form-submit-btn,
button.form-submit-btn,
.pdf-button,
a.gotohome {
    background: var(--brand-black) !important;
    color: var(--brand-white) !important;
    border: 0;
}

a.header-requestbtn:hover,
a.header-requestbtn:focus,
.form-submit-btn:hover,
input.form-submit-btn:hover,
button.form-submit-btn:hover,
.pdf-button:hover,
a.gotohome:hover {
    background: var(--brand-green) !important;
    color: var(--brand-white) !important;
}

a.header-requestbtn.our-solution {
    background: var(--brand-white) !important;
    color: var(--brand-black) !important;
}

a.header-requestbtn.our-solution:hover,
a.header-requestbtn.our-solution:focus {
    background: var(--brand-green) !important;
    color: var(--brand-white) !important;
}

.site-alerts {
    padding-top: 25px;
}

.site-alerts .alert {
    border-radius: 0;
    margin-bottom: 0;
}

.site-alerts .alert-success {
    background: var(--brand-green);
    border-color: var(--brand-green);
    color: var(--brand-white);
}

#main-navigation-wrapper .nav > li > a.active,
#main-navigation-wrapper .nav > li > a:hover {
    color: var(--brand-green) !important;
}

.header-nav-right {
    width: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

#main-navigation-wrapper .header-socials {
    float: none;
    display: flex;
    height: 64px;
}

#main-navigation-wrapper .header-socials a {
    display: inline-block;
    width: 42px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#main-navigation-wrapper .header-socials a:before {
    background: var(--brand-green);
    z-index: 0;
}

#main-navigation-wrapper .header-socials i {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    margin: 0;
    width: auto;
    line-height: 64px;
}

#main-navigation-wrapper .header-socials a:hover i,
#main-navigation-wrapper .header-socials a:focus i {
    color: #fff;
}

.gos-hero {
    position: relative;
    min-height: 520px;
    height: auto;
    background-color: #00783B;
    background-image: url(../images/manufacturing-banner.jpg);
    background-size: cover;
    background-position: center right;
    overflow: visible;
}

.gos-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(100deg, rgba(0, 120, 59, 0.94) 0%, rgba(0, 120, 59, 0.82) 46%, rgba(0, 0, 0, 0.28) 100%);
}

.gos-hero .container {
    position: relative;
    z-index: 1;
    min-height: 0;
    height: auto;
    display: block;
}

.gos-hero-copy {
    max-width: 640px;
    color: #fff;
    padding: 90px 0;
}

.gos-hero-copy h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.15;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.gos-hero-copy h1 span {
    color: #fff;
}

.gos-hero-copy > p {
    color: #f3f7f4;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.gos-hero-copy .header-requestbtn,
.gos-hero-copy a.header-requestbtn.learn-more {
    float: none !important;
    display: inline-block !important;
    visibility: visible !important;
    margin: 0 12px 10px 0;
    width: auto !important;
    min-width: 180px;
    padding: 16px 28px !important;
    white-space: nowrap;
    font-size: 14px !important;
    line-height: 1.2;
    vertical-align: middle;
}

.hero-kicker {
    color: #fff !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.scope-bar {
    background: #111;
    color: #fff;
    padding: 18px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.scope-bar p {
    margin: 0;
    color: #fff;
}

.service-column .icons.gos-icon {
    background: none;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 18px;
}

.service-column .gos-icon i {
    width: 78px;
    height: 78px;
    line-height: 78px;
    border: 2px solid var(--brand-green);
    color: var(--brand-green);
    font-size: 32px;
    display: inline-block;
}

.service-column:hover .gos-icon i {
    background: var(--brand-green);
    color: #fff;
}

.home-promise p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 22px;
}

.why-band .reason-card,
.about-story .reason-card,
.pad95-100-top-bottom .reason-card {
    min-height: 210px;
}

.reason-card {
    text-align: center;
    padding: 0 15px 30px;
}

.reason-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--brand-green);
    color: #fff;
    font-size: 26px;
    margin-bottom: 16px;
}

.reason-card h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.section-kicker {
    color: var(--brand-green);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
}

.about-story .head-section {
    margin-bottom: 40px;
}

.about-story .head-section h3 {
    margin: 0 0 20px;
}

.about-facts {
    margin-top: 28px;
    overflow: hidden;
}

.about-fact {
    width: 50%;
    float: left;
    display: flex;
    align-items: flex-start;
    padding: 0 18px 22px 0;
    min-height: 78px;
}

.about-fact-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: var(--brand-green);
    color: #fff;
    font-size: 18px;
    margin-right: 14px;
}

.about-fact-icon i,
.supply-icon i,
.whatsapp-float i,
.header-socials i,
.footer-socials i {
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
}

.about-fact p {
    margin: 0;
    padding-top: 6px;
    font-size: 15px;
    line-height: 1.45;
    color: #333;
    font-weight: 600;
}

.founder-panel {
    background: #111;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.founder-card {
    background: transparent;
    color: #fff;
    padding: 40px 32px;
}

.founder-label {
    display: inline-block;
    background: var(--brand-green);
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 14px;
}

.founder-card h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 18px;
}

.founder-card p {
    color: #ddd;
    line-height: 1.7;
}

.founder-card .header-requestbtn {
    float: none;
    display: inline-block;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .about-story-body {
        display: flex;
        align-items: stretch;
    }

    .about-story-body > [class*="col-"] {
        float: none;
        display: flex;
        flex-direction: column;
    }

    .founder-panel {
        flex: 1 1 auto;
        min-height: 100%;
        justify-content: center;
    }
}

.supply-summary {
    margin-top: 40px;
}

.supply-summary h5 {
    color: var(--brand-green);
    text-transform: uppercase;
    font-weight: 700;
}

.supply-group {
    margin-bottom: 40px;
}

.supply-group-title {
    border-left: 5px solid var(--brand-green);
    padding-left: 14px;
    margin-bottom: 16px;
    font-size: 26px;
}

.supply-group-title a,
.supply-card h2,
.supply-card h3,
.supply-card h5 a {
    color: var(--brand-green);
    font-weight: 700;
}

.supply-card h5 a:hover,
.supply-group-title a:hover {
    color: #000;
}

.supply-card h2,
.supply-card h3 {
    font-size: 16px;
    text-transform: none;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    margin: 0 0 10px;
}

.related-supplies {
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
}

.related-supplies h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.related-supplies .footer-link li a {
    color: #333;
}

.supply-card {
    border: 1px solid #e6e6e6;
    padding: 28px 24px 24px;
    margin-bottom: 30px;
    min-height: 260px;
    height: 260px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.supply-card:hover {
    border-color: var(--brand-green);
    box-shadow: 0 8px 24px rgba(0, 120, 59, 0.12);
}

.supply-no {
    position: absolute;
    top: 16px;
    right: 18px;
    color: var(--brand-green);
    font-weight: 800;
    font-size: 18px;
}

.supply-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: var(--brand-green);
    font-size: 28px;
    margin-bottom: 12px;
}

.supply-card h5 {
    color: var(--brand-green);
    font-weight: 700;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
}

.supply-card p {
    color: #555;
    line-height: 1.55;
    max-height: 78px;
    overflow: hidden;
}

.header-info a {
    color: inherit;
}

#main-navigation-wrapper .nav > li > a.nav-quote {
    color: #00783B !important;
}

.quote-section {
    background: #f4f7f5;
    padding: 70px 0 80px;
    border-top: 6px solid #00783B;
}

.quote-panel {
    background: #fff;
    padding: 36px 20px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.quote-aside {
    background: #111;
    color: #fff;
    padding: 28px 24px;
    min-height: 100%;
}

.quote-aside h4 {
    color: #fff;
    margin-bottom: 16px;
}

.quote-aside a,
.quote-aside p {
    color: #eee;
}

.quote-aside a:hover {
    color: #00783B;
}

a.whatsapp-float {
    position: fixed !important;
    right: 16px !important;
    bottom: 16px !important;
    left: auto !important;
    top: auto !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    background: #25D366 !important;
    border: 3px solid #fff !important;
    border-radius: 50%;
    z-index: 2147483646 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    text-decoration: none !important;
    overflow: visible;
    line-height: 50px;
}

a.whatsapp-float i {
    color: #fff !important;
    font-size: 28px;
    line-height: 1;
    width: auto;
    margin: 0;
    height: auto;
}

a.whatsapp-float:hover,
a.whatsapp-float:focus {
    background: #1ebe5d !important;
    color: #fff !important;
}

.ftr-follow-column .header-socials.footer-socials {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 24px !important;
    gap: 12px;
}

.ftr-follow-column .header-socials.footer-socials a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px !important;
    height: 40px !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.ftr-follow-column .header-socials.footer-socials a:before {
    display: none !important;
}

.ftr-follow-column .header-socials.footer-socials i {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 36px !important;
    font-size: 16px !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 50% !important;
    text-align: center;
}

.ftr-follow-column .header-socials.footer-socials a:hover i,
.ftr-follow-column .header-socials.footer-socials a:focus i {
    color: #00783B !important;
    border-color: #00783B !important;
    background: #fff;
}

.supply-card-compact {
    min-height: 260px;
    height: 260px;
    padding: 22px 20px 18px;
}

.marbtm40 {
    margin-bottom: 40px;
}

.static-section.yellow-background {
    display: block;
    overflow: hidden;
    background-color: #00783B !important;
    padding: 70px 0;
}

.static-section.yellow-background h2,
.static-section.yellow-background h2 span,
.static-section.yellow-background p,
.static-section.yellow-background ul li h2,
.static-section.yellow-background ul li p {
    color: #fff;
}

.static-section.yellow-background ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.static-section.yellow-background ul li {
    float: none;
    border-right-color: rgba(255, 255, 255, 0.35);
}

footer,
.ftr-section {
    background-color: #0b0c0c !important;
}

.ftr-section {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.supply-carousel {
    margin: 0;
    padding: 0 70px;
}

.supply-carousel .slick-list {
    margin: 0;
    overflow: hidden;
}

.supply-carousel .slick-prev,
.supply-carousel .slick-next,
.clients-logo-carousel .slick-prev,
.clients-logo-carousel .slick-next {
    width: 44px;
    height: 44px;
    background: #000 !important;
    color: #fff !important;
    z-index: 3;
    top: 46%;
    margin-top: -22px;
    font-size: 0;
    line-height: 0;
    border: 0;
}

.supply-carousel .slick-prev:before,
.supply-carousel .slick-next:before,
.clients-logo-carousel .slick-prev:before,
.clients-logo-carousel .slick-next:before {
    display: none;
}

.supply-carousel .slick-prev,
.clients-logo-carousel .slick-prev {
    left: 8px;
}

.supply-carousel .slick-next,
.clients-logo-carousel .slick-next {
    right: 8px;
}

.supply-carousel .slick-prev i,
.supply-carousel .slick-next i,
.clients-logo-carousel .slick-prev i,
.clients-logo-carousel .slick-next i {
    font-family: FontAwesome !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 44px !important;
    color: #fff !important;
    display: inline-block;
    width: 44px;
    text-align: center;
}

.supply-carousel .slick-prev:hover,
.supply-carousel .slick-next:hover,
.clients-logo-carousel .slick-prev:hover,
.clients-logo-carousel .slick-next:hover {
    background: var(--brand-green) !important;
}

.supply-carousel .slick-dots {
    display: none !important;
}

.supply-carousel .slick-dots li button:before {
    font-size: 12px;
    color: var(--brand-green);
    opacity: 0.35;
}

.supply-carousel .slick-dots li.slick-active button:before {
    color: var(--brand-green);
    opacity: 1;
}

.supply-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.supply-carousel .slick-slide {
    height: auto;
    display: flex;
    padding: 0 10px;
}

.supply-slide {
    width: 100%;
    display: flex;
}

.supply-slide .supply-card,
.supply-carousel .supply-card-compact {
    height: auto;
    min-height: 0;
    overflow: visible;
    margin-bottom: 0;
}

.supply-carousel .supply-card h5,
.supply-carousel .supply-card h2,
.supply-carousel .supply-card h3 {
    min-height: 0;
    max-height: none;
    overflow: visible;
}

.supply-carousel .supply-card p {
    max-height: none;
    overflow: visible;
}

.client_hover .client-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    color: var(--brand-green);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.client_hover .client-label {
    text-align: center;
    margin: 10px 0 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
}

.ftr-section ul.footer-info {
    display: flex;
    flex-wrap: wrap;
}

.ftr-section ul.footer-info li {
    float: none;
    flex: 1 1 200px;
    margin-right: 20px;
}

#clients .head-section,
#clients .head-section.client-head {
    margin: 0 0 28px;
}

#clients .head-section h3,
#clients .head-section.client-head h3 {
    margin: 0 0 12px;
}

.sector-card {
    text-align: center;
    padding: 0 12px 30px;
}

.sector-card h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    min-height: 44px;
}

.brand-head {
    margin-top: 20px;
}

.clients-logo-carousel {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 70px 8px;
}

.clients-logo-carousel .slick-list {
    overflow: hidden;
}

.client-slide {
    text-align: center;
    padding: 10px 8px 18px;
}

.client-slide img {
    display: block;
    width: 138px;
    height: 138px;
    margin: 0 auto 14px;
    object-fit: contain;
}

.clients-logo-carousel .client-label {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    min-width: 88px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid #111;
    padding-bottom: 4px;
}

.client-tile {
    text-align: center;
    padding: 10px;
}

.client-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
    border: 2px solid #d5d5d5;
    border-radius: 50%;
    color: var(--brand-green);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    background: #fff;
}

.client-name {
    display: block;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #111;
    padding-bottom: 4px;
}

.brand-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.brand-tile {
    min-width: 160px;
    padding: 18px 22px;
    border: 2px solid #111;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    background: #fff;
}

@media (max-width: 991px) {
    header.header1.site-header {
        padding: 0;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        position: sticky;
        top: 0;
        z-index: 10050;
    }

    .header-top {
        display: none !important;
    }

    header.header1 #main-navigation-wrapper.navbar-default {
        background: #fff !important;
        height: auto !important;
        min-height: 64px;
        margin: 0 !important;
        float: none;
        overflow: visible !important;
        border: 0;
    }

    header.header1 #main-navigation-wrapper .container {
        padding: 0 12px !important;
        width: 100%;
    }

    header.header1 .navbar-header {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 64px;
    }

    header.header1 .logo-menu {
        display: block !important;
        float: none !important;
        margin: 0 !important;
        max-width: none;
        flex: 1 1 auto;
    }

    header.header1 .logo-menu .site-logo,
    header.header1 .site-logo {
        display: block;
        flex: none;
        flex-basis: auto;
        width: 220px;
        height: 52px;
        overflow: hidden;
    }

    header.header1 .logo-menu img,
    header.header1 .site-logo img {
        width: 100%;
        height: 100%;
        float: none;
        object-fit: contain;
        object-position: left center;
    }

    header.header1 .navbar-default .navbar-toggle {
        display: block !important;
        float: none !important;
        margin: 0 0 0 12px !important;
        padding: 9px 10px;
        border: 1px solid #ddd !important;
        background: #fff !important;
        border-radius: 2px;
    }

    header.header1 .navbar-default .navbar-toggle .icon-bar,
    header.header1 .navbar-default .navbar-toggle:hover .icon-bar,
    header.header1 .navbar-default .navbar-toggle:focus .icon-bar {
        background: #111 !important;
        width: 22px;
        height: 2px;
    }

    header.header1 .navbar-default .navbar-toggle:hover,
    header.header1 .navbar-default .navbar-toggle:focus {
        background: #f5f5f5 !important;
        border-color: #111 !important;
    }

    header.header1 .navbar-collapse,
    header.header1 #main-navigation-wrapper .navbar-collapse,
    header.header1 .navbar-default .navbar-collapse {
        background: #fff !important;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0 !important;
        border-top: 1px solid #eee;
        text-align: left;
        max-height: none;
    }

    header.header1 #main-navigation-wrapper .nav {
        width: 100%;
        margin: 0;
        float: none;
    }

    header.header1 #main-navigation-wrapper .nav > li {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
        text-align: left;
    }

    header.header1 #main-navigation-wrapper .nav > li > a,
    header.header1 #main-navigation-wrapper .nav > li > a.nav-quote,
    header.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a {
        display: block;
        width: 100%;
        padding: 14px 8px !important;
        color: #111 !important;
        background: #fff !important;
        border: 0 !important;
        border-bottom: 1px solid #eee !important;
        font-size: 15px;
        text-align: left;
    }

    header.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a:hover,
    header.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a:focus,
    header.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active,
    header.header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a {
        background: #00783B !important;
        color: #fff !important;
    }

    header.header1 .header-nav-right,
    header.header1 #main-navigation-wrapper .header-socials {
        display: none !important;
    }

    #about,
    #supplies,
    #quote,
    #clients,
    #top {
        scroll-margin-top: 72px;
    }

    .gos-hero {
        min-height: 0;
    }

    .gos-hero .container {
        min-height: 0;
    }

    .gos-hero-copy h1 {
        font-size: 36px;
    }

    .founder-panel {
        margin-top: 30px;
    }

    .about-story .head-section p {
        padding-left: 22px;
        padding-right: 0;
    }

    .supply-carousel {
        padding: 0 48px;
    }

    .static-section.yellow-background ul li h2 {
        font-size: 32px;
    }

    .clients-logo-carousel {
        padding: 0 30px;
    }

    .client-code {
        width: 96px;
        height: 96px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .scope-bar {
        letter-spacing: 0.5px;
        font-size: 11px;
        padding: 14px 10px;
    }

    .about-fact {
        width: 100%;
        padding-right: 0;
        min-height: 0;
    }

    .founder-panel {
        margin-top: 36px;
    }

    header.header1 .logo-menu .site-logo,
    header.header1 .site-logo {
        width: 180px;
        height: 44px;
    }

    .gos-hero,
    .gos-hero .container {
        min-height: 0;
    }

    .gos-hero-copy {
        padding: 40px 0 48px;
    }

    .gos-hero-copy h1 {
        font-size: 26px;
        line-height: 1.15;
    }

    .gos-hero-copy .header-requestbtn,
    .gos-hero-copy a.header-requestbtn.learn-more {
        display: inline-block !important;
        float: none !important;
        visibility: visible !important;
        width: auto !important;
        min-width: 160px;
        margin: 0 10px 12px 0 !important;
        padding: 14px 20px !important;
        font-size: 13px !important;
    }

    a.whatsapp-float {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        right: 14px !important;
        bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
        width: 54px !important;
        height: 54px !important;
        z-index: 2147483646 !important;
        border: 3px solid #fff !important;
    }

    .ftr-follow-column .header-socials.footer-socials {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin: 0 0 20px !important;
    }

    .ftr-follow-column .header-socials.footer-socials a,
    .ftr-follow-column .header-socials.footer-socials i {
        width: 38px !important;
        height: 38px !important;
    }

    .ftr-follow-column .header-socials.footer-socials i {
        line-height: 34px !important;
    }

    .footer-socials a,
    .footer-socials a i {
        color: #fff !important;
    }

    .supply-carousel {
        padding: 0 0 52px;
    }

    .clients-logo-carousel {
        padding: 0 44px;
    }

    .supply-carousel .slick-slide {
        padding: 0;
    }

    .supply-carousel .slick-prev,
    .supply-carousel .slick-next {
        width: 32px;
        height: 32px;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .supply-carousel .slick-prev {
        left: calc(50% - 40px);
    }

    .supply-carousel .slick-next {
        right: auto;
        left: calc(50% + 8px);
    }

    .supply-carousel .slick-prev i,
    .supply-carousel .slick-next i {
        font-size: 16px !important;
        line-height: 32px !important;
        width: 32px;
    }

    .clients-logo-carousel .slick-prev,
    .clients-logo-carousel .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .clients-logo-carousel .slick-prev i,
    .clients-logo-carousel .slick-next i {
        font-size: 18px !important;
        line-height: 36px !important;
        width: 36px;
    }

    .client-slide img {
        width: 110px;
        height: 110px;
    }

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

    .quote-panel {
        padding: 20px 8px 8px;
    }

    .ftr-section ul.footer-info {
        display: block;
    }

    .ftr-section ul.footer-info li {
        display: block;
        width: 100%;
        margin: 0 0 14px;
    }
}
