html {
    scroll-behavior: smooth;
}

body {
    background: #f7f8fa;
    color: #1f2933;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

body .wrapper {
    background: #f7f8fa;
}

a {
    color: #0f6b8f;
}

a:hover,
a:focus {
    color: #073f59;
}

.top_menu.transparent {
    background: rgba(10, 19, 28, 0.72);
    border: 0;
}

header.fixed {
    background: rgba(10, 19, 28, 0.82);
    border: 0;
    box-shadow: 0 16px 40px rgba(10, 19, 28, 0.14);
}

header.fixed.transparent {
    background: rgba(10, 19, 28, 0.42);
}

header.nav_bg {
    background: rgba(10, 19, 28, 0.95);
}

header .navbar-brand.light img {
    filter: none !important;
    height: 66px !important;
    max-width: 240px;
    position: absolute;
    top: 8px !important;
    width: auto;
}

header .navbar-brand.dark img {
    height: 46px !important;
    max-width: 190px;
    width: auto;
}

#main_menu .navbar-nav {
    align-items: center;
    display: flex;
    float: right;
    gap: 28px;
    margin-top: 24px;
}

#main_menu .navbar-nav > li {
    float: none;
}

#main_menu .navbar-nav > li > a {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    padding: 8px 0 12px;
    position: relative;
    text-transform: none;
    transition: color 180ms ease;
}

#main_menu .navbar-nav > li > a:hover,
#main_menu .navbar-nav > li > a:focus,
#main_menu .navbar-nav > li.active > a {
    background: transparent;
    border-color: transparent;
    color: #f5b400;
    transform: none;
}

#main_menu .navbar-nav > li > a:after {
    background: #f5b400;
    border-radius: 999px;
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0.2);
    transition: opacity 180ms ease, transform 180ms ease;
}

#main_menu .navbar-nav > li > a:hover:after,
#main_menu .navbar-nav > li > a:focus:after,
#main_menu .navbar-nav > li.active > a:after {
    opacity: 1;
    transform: scaleX(1);
}

.kk-hero {
    min-height: 760px;
    padding: 150px 0 82px;
    position: relative;
    overflow: hidden;
    background: #101820;
    color: #fff;
}

.kk-hero-bg {
    background-image: linear-gradient(90deg, rgba(8, 14, 20, 0.92) 0%, rgba(8, 14, 20, 0.68) 48%, rgba(8, 14, 20, 0.32) 100%), url('/pics/resized_20200609_123444.jpg');
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.kk-hero .container {
    position: relative;
    z-index: 2;
}

.kk-hero-grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.kk-eyebrow {
    color: #f5b400;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.kk-hero h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.02;
    margin: 0 0 18px;
    max-width: 720px;
}

.kk-hero-lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 30px;
    max-width: 680px;
}

.kk-hero-actions,
.kk-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.kk-button {
    align-items: center;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 14px 20px;
    text-align: center;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.kk-button i {
    margin-right: 8px;
}

.kk-button:hover,
.kk-button:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.kk-button-primary {
    background: #f5b400;
    box-shadow: 0 14px 34px rgba(245, 180, 0, 0.24);
    color: #111827;
}

.kk-button-primary:hover,
.kk-button-primary:focus {
    background: #ffd15c;
    color: #111827;
}

.kk-button-ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.kk-button-ghost:hover,
.kk-button-ghost:focus {
    background: #fff;
    color: #111827;
}

.kk-button-dark {
    background: #101820;
    color: #fff;
    margin-top: 18px;
}

.kk-button-dark:hover,
.kk-button-dark:focus {
    background: #243447;
    color: #fff;
}

.kk-button-full {
    width: 100%;
}

.kk-proof-row {
    margin-top: 36px;
}

.kk-proof-row > div {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    min-width: 180px;
    padding: 16px 18px;
}

.kk-proof-row strong {
    color: #fff;
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}

.kk-proof-row span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 13px;
    line-height: 1.45;
}

.kk-hero-form,
.kk-contact-form,
.kk-text-panel,
.kk-highlight-panel,
.kk-service-card,
.kk-step,
.kk-concrete-list,
.kk-contact-card {
    border-radius: 8px;
}

.kk-hero-form {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    color: #1f2933;
    padding: 30px;
}

.kk-hero-form h2,
.kk-contact-form h3 {
    color: #101820;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 8px;
}

.kk-hero-form p {
    color: #5f6b7a;
    line-height: 1.55;
    margin-bottom: 20px;
}

.kk-hero-form label,
.kk-contact-form label {
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.kk-hero-form .form-control,
.kk-contact-form .form-control {
    border: 1px solid #d7dee8;
    border-radius: 8px;
    box-shadow: none;
    color: #111827;
    font-size: 15px;
    min-height: 48px;
    padding: 12px 14px;
}

.kk-hero-form textarea.form-control,
.kk-contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.kk-hero-form .form-control:focus,
.kk-contact-form .form-control:focus {
    border-color: #0f6b8f;
    box-shadow: 0 0 0 3px rgba(15, 107, 143, 0.14);
}

.kk-checkbox label {
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    line-height: 1.45;
}

.kk-checkbox input {
    margin-top: 3px;
}

.kk-alert {
    border-radius: 0;
    margin: 0;
}

.kk-section {
    background: #fff;
    padding: 92px 0;
}

.kk-section:nth-of-type(odd) {
    background: #f7f8fa;
}

.kk-section-head {
    margin: 0 auto 42px;
    max-width: 790px;
    text-align: center;
}

.kk-section-head-left {
    margin-left: 0;
    text-align: left;
}

.kk-section-head h2 {
    color: #101820;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.12;
    margin: 0 0 16px;
}

.kk-section-head p {
    color: #5f6b7a;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

.kk-intro-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.kk-text-panel {
    background: #fff;
    border: 1px solid #e3e8ef;
    padding: 34px;
}

.kk-text-panel h3,
.kk-concrete-list h3,
.kk-step h3,
.kk-service-card h3 {
    color: #101820;
    font-size: 23px;
    font-weight: 900;
    margin: 0 0 12px;
}

.kk-text-panel p,
.kk-service-card p,
.kk-step p,
.kk-concrete-list p,
.kk-contact-card span {
    color: #5f6b7a;
    display: block;
    line-height: 1.6;
}

.kk-contact-card span + span {
    margin-top: 6px;
}

.kk-check-list {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.kk-check-list li {
    color: #273444;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.kk-check-list li:before {
    background: #f5b400;
    border-radius: 50%;
    color: #101820;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 11px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 20px;
}

.kk-highlight-panel {
    align-self: stretch;
    background: #101820;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    padding: 34px;
}

.kk-highlight-panel span {
    color: #f5b400;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.kk-highlight-panel strong {
    display: block;
    font-size: 30px;
    line-height: 1.18;
    margin: 22px 0;
}

.kk-highlight-panel a {
    color: #f5b400;
    font-weight: 900;
}

.kk-services {
    background: #f0f5f7;
}

.kk-card-grid {
    display: grid;
    gap: 22px;
}

.kk-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kk-service-card {
    background: #fff;
    border: 1px solid #e0e6ee;
    min-height: 245px;
    padding: 28px;
}

.kk-service-card i {
    align-items: center;
    background: #0f6b8f;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    margin-bottom: 24px;
    width: 52px;
}

.kk-process {
    background: #101820;
    color: #fff;
}

.kk-process .kk-section-head h2 {
    color: #fff;
}

.kk-process .kk-section-head p {
    color: rgba(255, 255, 255, 0.74);
}

.kk-process-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kk-step {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    min-height: 210px;
    padding: 28px;
}

.kk-step span {
    color: #f5b400;
    display: block;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 28px;
}

.kk-step h3 {
    color: #fff;
}

.kk-step p {
    color: rgba(255, 255, 255, 0.76);
}

.kk-concrete-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.kk-concrete-list {
    background: #fff;
    border: 1px solid #e0e6ee;
    padding: 32px;
}

.kk-concrete-accent {
    background: #fff8e5;
    border-color: #f5d679;
}

.kk-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.kk-chip-grid span {
    background: #eef4f7;
    border: 1px solid #d7e4ea;
    border-radius: 8px;
    color: #243447;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    padding: 10px 12px;
}

.kk-concrete-accent .kk-chip-grid span {
    background: #fff;
    border-color: #f1d992;
}

.kk-gallery {
    background: #fff;
}

.kk-gallery #gallery {
    margin-top: 4px;
}

.kk-gallery .grid_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.kk-filter {
    background: #eef4f7;
    border: 1px solid #d8e4eb;
    border-radius: 8px;
    color: #243447;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 14px;
}

.kk-filter.active,
.kk-filter:hover,
.kk-filter:focus {
    background: #0f6b8f;
    border-color: #0f6b8f;
    color: #fff;
    text-decoration: none;
}

.kk-gallery-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.gallery_items figure.g_item {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
}

.gallery_items figure.g_item a {
    background: #101820;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.gallery_items figure.g_item img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gallery_items figure.g_item figcaption {
    background: transparent;
    border: 0;
    padding: 12px 4px 0;
}

.gallery_items figure.g_item figcaption h4 {
    color: #101820;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 4px;
}

.gallery_items figure.g_item figcaption span {
    color: #667384;
    font-size: 13px;
}

.kk-contact {
    background: #f0f5f7;
}

.kk-contact-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 430px;
}

.kk-map {
    background: #fff;
    border: 1px solid #dce5ec;
    border-radius: 8px;
    overflow: hidden;
}

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

.kk-map a {
    align-items: center;
    background: #101820;
    color: #fff;
    display: flex;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
}

.kk-map a:hover,
.kk-map a:focus {
    background: #0f6b8f;
    color: #fff;
    text-decoration: none;
}

.kk-contact-cards {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.kk-contact-card {
    background: #fff;
    border: 1px solid #dce5ec;
    min-height: 142px;
    padding: 22px;
}

.kk-contact-card i {
    color: #0f6b8f;
    display: block;
    font-size: 24px;
    margin-bottom: 16px;
}

.kk-contact-card strong {
    color: #101820;
    display: block;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}

.kk-contact-card a {
    color: #101820;
}

.kk-hours-card {
    background: #fff8e5;
    border-color: #f1d992;
}

.kk-contact-form {
    background: #fff;
    border: 1px solid #dce5ec;
    padding: 30px;
}

.kk-recaptcha {
    max-width: 100%;
    overflow: hidden;
}

footer {
    background: #101820;
}

footer .inner {
    background: #101820;
    color: rgba(255, 255, 255, 0.72);
}

footer .widget h5,
footer .about p strong {
    color: #fff;
}

footer .widget h5 {
    font-size: 17px;
}

footer .widget a,
footer .address_details li i {
    color: #f5b400;
}

footer li,
footer .about p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.55;
}

footer .subfooter {
    background: #0b1118;
}

footer .copyrights {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.55;
}

footer .build-label {
    color: rgba(255, 255, 255, 0.78);
    display: inline-block;
    font-weight: 800;
    margin-left: 10px;
}

footer .footer-version-mini {
    color: #f5b400;
    float: right;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.45;
    text-align: right;
}

footer .footer-version-mini span {
    background: rgba(245, 180, 0, 0.1);
    border: 1px solid rgba(245, 180, 0, 0.36);
    border-radius: 6px;
    display: inline-block;
    padding: 6px 8px;
}

.kk-logo-switcher {
    align-items: center;
    background: rgba(10, 19, 28, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    bottom: 18px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    color: #fff;
    display: none;
    gap: 6px;
    left: 18px;
    padding: 8px;
    position: fixed;
    z-index: 999;
}

.kk-logo-switcher span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 800;
    padding: 0 4px;
}

.kk-logo-switcher button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.kk-logo-switcher button.active,
.kk-logo-switcher button:hover,
.kk-logo-switcher button:focus {
    background: #f5b400;
    border-color: #f5b400;
    color: #101820;
}

#back_to_top {
    background: #f5b400;
    border-radius: 8px 0 0 0;
    color: #101820;
}

@media only screen and (max-width: 1199px) {
    .kk-hero h1 {
        font-size: 54px;
    }

    .kk-card-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kk-contact-grid,
    .kk-intro-grid,
    .kk-concrete-layout {
        grid-template-columns: 1fr;
    }

    .kk-contact-form {
        max-width: none;
    }
}

@media only screen and (max-width: 991px) {
    header.fixed.transparent,
    header.fixed {
        background: rgba(10, 19, 28, 0.96);
    }

    .kk-hero {
        min-height: 0;
        padding: 126px 0 68px;
    }

    .kk-hero-grid {
        grid-template-columns: 1fr;
    }

    .kk-hero-form {
        max-width: 640px;
    }

    .kk-process-grid,
    .kk-contact-cards {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    header .navbar-brand.light img {
        height: 44px !important;
        top: 5px !important;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    #main_menu {
        background: #101820;
        border: 0;
        margin-top: 12px;
    }

    #main_menu .navbar-nav {
        display: block;
        float: none;
        margin: 8px 0 0;
    }

    #main_menu .navbar-nav > li {
        display: block;
        margin-bottom: 6px;
    }

    #main_menu .navbar-nav > li > a {
        border-radius: 0;
        padding: 12px 16px;
    }

    #main_menu .navbar-nav > li > a:after {
        bottom: 4px;
        left: 16px;
        right: 16px;
    }

    .kk-hero {
        padding: 104px 0 54px;
    }

    .kk-hero h1 {
        font-size: 40px;
    }

    .kk-hero-lead {
        font-size: 18px;
    }

    .kk-hero-form,
    .kk-text-panel,
    .kk-highlight-panel,
    .kk-service-card,
    .kk-step,
    .kk-concrete-list,
    .kk-contact-form {
        padding: 22px;
    }

    .kk-section {
        padding: 66px 0;
    }

    .kk-section-head {
        margin-bottom: 30px;
        text-align: left;
    }

    .kk-section-head h2 {
        font-size: 32px;
    }

    .kk-section-head p {
        font-size: 16px;
    }

    .kk-card-grid-four {
        grid-template-columns: 1fr;
    }

    .kk-highlight-panel strong {
        font-size: 24px;
    }

    .kk-map iframe {
        height: 330px;
    }

    footer .build-label {
        display: block;
        margin: 8px 0 0;
    }

    footer .footer-version-mini {
        float: none;
        margin-top: 12px;
        text-align: center;
    }

    .kk-logo-switcher {
        bottom: 12px;
        left: 12px;
    }
}
