@charset "utf-8";
/*!
 * custom.css
 * Çeliker Metal - 2020
 */

/* root */
:root {
    --color-primary: #073665;
    --color-primary-alt: #0d4b84;
    --color-secondary: #e5441d;
    --color-secondary-alt: #f9652e;
}

/* */
@media (min-width: 1400px){
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 1140px;
    }
    .row {
        /* --bs-gutter-x: 2.2rem; */
    }
    .row.gx-7 {
        --bs-gutter-x: 2.25rem;
    }
    .row.gx-6 {
        --bs-gutter-x: 2rem;
    }
    .row.gx-5 {
        --bs-gutter-x: 1.5rem;
    }
    .row.gx-3 {
        --bs-gutter-x: 1.25rem;
    }
    .row.gx-3 {
        --bs-gutter-x: 1rem;
    }
    .row.gx-2 {
        --bs-gutter-x: 0.8rem;
    }
    .row.gx-1 {
        --bs-gutter-x: 0.4rem;
    }
    .row.gx-0 {
        --bs-gutter-x: 0rem;
    }
}

/* body */
body{
    font-family: 'Titillium Web', sans-serif;
}

/* a */
a {
    text-decoration: none;
}

/* headers */
.headers {
    margin-bottom: 2rem;
}
.headers .h {
    font-weight: 700;
}
.headers > span {
    color: #999;
}
.headers span.span-strong  {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 30px;
    display: flex;
}
.headers span.doubling-effect {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    z-index: 2;
}
.headers span.doubling-effect:before {
    content: attr(data-double);
    position: absolute;
    font-size: 3.75rem;
    left: 3rem;
    /* top: -10px; */
    margin-top: -5px;
    z-index: -1;
    color: rgb(229 229 229 / 58%);
}
.headers.headers-center {
    text-align: center;
}
.headers.headers-center span.doubling-effect {
    justify-content: center;
}
.headers.headers-center span.doubling-effect:before {
    left: auto;
}

/* h */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #333;
}
h1, .h1 {
    font-size: 2.5rem;
    font-weight: 700;
}
h2, .h2 {
    font-size: 1.75rem;
    font-weight: 700;
}
h3, .h3 {
    font-size: 1.5rem;
    font-weight: 700;
}
h4, .h4 {
    font-size: 1.25rem;
    font-weight: 700;
}
h5, .h5 {
    font-size: 1.15rem;
    font-weight: 600;
}
h6, .h6 {
    font-size: 1rem;
    font-weight: 600;
}

/* button */
.buttons {
    display: flex;
    gap: 30px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    background: linear-gradient(0deg, var(--color-secondary), var(--color-secondary-alt));
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: 1px solid var(--color-secondary-alt);
    padding: 0 2rem 2px;
    height: 48px;
    border-radius: 5px;
    letter-spacing: 0.2px;
    transition: color .25s ease-in-out, filter .25s ease-in-out;
}
.button-narrow {
    height: 38px;
}
.button-color-primary {
    background: linear-gradient(0deg, var(--color-primary), var(--color-primary-alt));
    border: 1px solid var(--color-primary-alt);
    min-height: 48px;
    font-size: 1rem;
}
.button:hover {
    color: #fff;
    filter: brightness(1.2);
    border: 1px solid var(--color-secondary-alt);
}
.button.button-color-primary:hover {
    border: 1px solid var(--color-primary-alt);
}
.btn.button:active,
.btn.button:focus {
    color: #fff;
    filter: brightness(1.2);
    border-color: var(--color-secondary-alt);
}
.button.button-color-primary:active,
.button.button-color-primary:focus {
    border: 1px solid var(--color-primary-alt);
}
.button > i {
    font-size: 0.75rem;
    margin: 0 7.5px 0 0;
    margin-top: 1px;
}
.button.button-icon-right > i {
    margin: 0 0 0 7.5px;
    margin-top: 1px;
}
.button.button-hollow {
    background: transparent;
    color: var(--color-secondary);
    border-color: #e5441d61;
}
.button.button-hollow.button:active,
.button.button-hollow.button:focus {
    color: var(--color-secondary);
}

/* cards */
.card {
    border-radius: 10px;
    overflow: hidden;
}

/* forms */
.form-group {
    margin-bottom: 10px;
}
label:not(.form-check-label) {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
}
.form-control,
.form-select {
    border-radius: 4px;
    height: 46px;
    border: 1px solid #e5e5e5;
    font-size: 0.9375rem;
    padding: 10px 18px;
}
textarea.form-control {
    min-height: 80px;
}

/* topbar */
.topbar {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 16;
    width: 100%;
    background-color: #fff;
}
.topbar:before {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
}
.topbar-contact {
    display: flex;
    justify-content: flex-end;
    background-color: var(--color-primary);
    height: 44px;
    position: relative;
    /* overflow: hidden; */
}
.topbar-contact:before {
    content: "";
    width: 90px;
    height: 50px;
    position: absolute;
    /* left: 0; */
    background-color: var(--color-primary);
    border-radius: 0 0 0 100%;
    right: 100%;
    bottom: 0;
}
.topbar-contact:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    background-color: var(--color-primary);
}
.topbar-contact ul {
    display: flex;
    align-items: center;
    color: #fffd;
    font-size: 0.875rem;
}
.topbar-contact ul li {
    margin-left: 3rem;
}
.topbar-contact ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    width: 22px;
    height: 22px;
    background: linear-gradient(0deg, var(--color-secondary), var(--color-secondary-alt));
    border-radius: 50%;
    margin-right: 5px;
}

/* navbar */
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 17;
    background-color: #fff;
    top: 44px;
}
.navbar {
    padding: 0;
    min-height: 70px;
}
.navbar-brand {
    padding: 0;
    margin: 0;
    margin-top: -27px;
}
.navbar-brand img {
    width: 206px;
}
.navbar-tools {
    margin-left: 50px;
}

/* menu */
.menu-area {
    display: flex;
}
.nav-item:not(:last-child) {
    margin-right: 20px;
}
.nav-link, .nav-link:focus, .nav-link:hover {
    font-weight: 600;
    color: var(--color-primary);
}
.nav-item.active .nav-link {
    color: var(--color-secondary);
}

/* dropdown */
.dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 25px;
    border-width: 3px 4px;
    border-style: solid;
    border-color: transparent var(--color-primary) var(--color-primary) transparent;
}
.dropdown-menu[data-bs-popper] {
    /* border-radius: 0 0 8px 8px; */
    border: 0;
    border-top: 4px solid var(--color-primary);
    margin-top: 7px;
    left: 10px;
    box-shadow: 0 10px 15px -5px #0003;
    min-width: 200px;
    padding: 6px 8px;
}
.dropdown-item {
    font-size: 0.875rem;
    position: relative;
    padding: 8px 15px 10px;
    font-weight: 600;
    color: var(--color-primary);
    border-radius: 7px;
    transition: all .1s ease-in-out;
}
.dropdown-item:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 12px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent var(--color-secondary) var(--color-secondary) transparent;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all .1s ease-in-out;
}
.dropdown-item:not(:last-child):after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--color-primary);
    background-color: transparent;
    padding-left: 30px;
    padding-right: 0;
}
.dropdown-item:focus:before,
.dropdown-item:hover:before {
    opacity: 1;
}

/* carousel */
.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00000075;
    display: block;
}
.carousel-item > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.carousel-captions {
    color: #ffffffee;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 114px;
}
.carousel-captions .captions > span {
    font-size: 1.0625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    color: #ffffffee;
}
.carousel-captions .captions > span > i {
    font-size: 0.875rem;
    margin-right: 7px;
    color: var(--color-secondary-alt);
    margin-left: 4px;
}
.carousel-captions .captions h2.h {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffffee;
}
.carousel-captions .captions h2.h span {
    font-size: 5.8rem;
}
.carousel-captions .captions .text-content {
    width: 60%;
    font-size: 0.9375rem;
    color: #fffc;
    line-height: 1.8;
    border-left: 5px solid #fff5;
    padding-left: 20px;
}

/* separator */
.separator-img {

}
.separator-img img {
    object-fit: cover;
    width: 100%;
    max-height: 340px;
    height: 37vh;
}
.separator-content .breadcrumbs {
    position: absolute;
    width: 100%;
    margin-top: -53px;
    z-index: 1;
    padding: 0;
}
.separator-img.cover-before:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs .breadcrumb li a {
    color: #ffffff;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
    font-weight: 300;
    opacity: 0.4;
}
.breadcrumbs .breadcrumb li:last-child a {
    color: #fff;
    opacity: 1;
}
.separator-content .breadcrumb {
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    border-color: #ffffff82;
    width: 4px;
    height: 4px;
    margin-top: 11px;
}

/*  */
.quote-form {
    position: relative;
}
.quote-form .card {
    border: 0;
}
.quote-form .card-body {
    padding: 45px 50px;
}
.quote-form .headers {
    margin-bottom: 50px;
}
.quote-form .headers .h4 {
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 14px;
}
.quote-form .headers span {
    color: #999;
}
.quote-form .quote-form-area .quote-form-section:not(:last-child) {
    margin-bottom: 30px;
}
.quote-form .quote-form-area .quote-form-section.quote-form-section-headers {
    margin-bottom: 10px;
}
.quote-form .quote-form-area .quote-form-section-rows {
    
}
.quote-form .quote-form-area .quote-form-section-rows .quote-form-row {

}
.quote-form .quote-form-area .quote-form-section-rows .quote-form-row:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #00000012;
}
.quote-form .quote-form-area .quote-form-row-header {
    margin-bottom: 10px;
}
.quote-form .quote-form-area .quote-form-row-header .h {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
}
.quote-form .quote-form-area .row-headers {
    display: none;
}
.quote-form .quote-form-area .quote-form-section-rows .quote-form-row-buttons {
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
}
.quote-form .quote-form-area .quote-form-section-rows .quote-form-row:first-child .quote-form-row-buttons:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffffb5;
    position: absolute;
    cursor: not-allowed;
}
.quote-form .quote-form-area .quote-form-section-rows .quote-form-row-buttons .button {
    padding: 0;
    width: 28px;
    height: 30px;
}
.quote-form .quote-form-area .quote-form-section-rows .quote-form-row-buttons .button i {
    margin: 0;
}
.quote-form .quote-form-area .form-quote-summary {
    background-color: #f5f6f6;
    display: flex;
    justify-content: space-between;
    padding: 18px 30px;
    font-weight: 700;
    font-size: 0.875rem;
    align-items: center;
    border-radius: 4px;
    /* margin-top: 40px; */
    margin-bottom: 1.25rem;
}
.quote-form .quote-form-area .form-quote-summary-title {
    text-transform: uppercase;
}
.quote-form .quote-form-area .form-quote-summary-value {
    font-size: 1.125rem;
}
.quote-form .quote-form-area .form-quote-summary-value .unit {
    color: #777;
    font-size: 1rem;
}
.quote-result {
    display: flex;
    /* align-items: center; */
}
.quote-result-icon {
    padding-right: 2rem;
}
.quote-result-icon i {
    font-size: 2.6rem;
    background-color: var(--color-primary);
    padding: 1rem;
    border-radius: 50%;
    color: #fff;
}
.quote-result-text .headers,
.quote-result-text p {
    margin: 0;
}

/* slide */
.slide-quote-form {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 114px;
}
.slide-quote-form .quote-form .quote-form-area .quote-form-row-block {
    margin-bottom: 20px;
}
.slide-quote-form .form-control {
    padding-right: 5px;
}
.slide-quote-form .form-control::placeholder {
    font-size: 0.9375rem;
    letter-spacing: -0.5px;
}
.slide-quote-form .quote-form .quote-form-area .quote-form-section.quote-form-section-headers {
    display: none;
}
.slide-quote-form .quote-form .quote-form-area .row-headers {
    display: flex;
}
.slide-quote-form .quote-form .quote-form-area .quote-form-section-rows {
    margin-bottom: 20px;
}



/* section */
.section {
    margin: 5vh 0;
}
.section-bg {
    margin: 0;
    padding: 5vh 0;
}
.section-home.section {
    margin: 10vh 0;
}
.section-home.section-bg {
    margin: 0;
    padding: 10vh 0;
}
.section-bg-stripes {
    background-color: #f7f7f7;
    background-image: url(../images/system/bg-stripes.png);
}

/* content */
.text-content {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #777;
}
.text-content .h {
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.text-content strong {
    color: #333;
}

/* icons */
.flaticon-standart {
    font-size: 2.875rem;
    font-size: 40px;
    color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
}

/* card */
.card.card-styled {
    border-radius: 0;
    overflow: hidden;
    border: 0;
    transition: all .25s ease-in-out;
}
.card.card-styled .card-img {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.card.card-styled .card-img:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255);
    opacity: 0.27;
    opacity: 0.15;
    transition: all .25s ease-in-out;
}
a:hover .card.card-styled .card-img:before {
    background-color: #f9652e;
    background-color: #e5441d;
    opacity: 0.3;
}
.card.card-styled .card-img img {
    border-radius: 0;
    min-height: 250px;
    object-fit: cover;
    width: 100%;
}
.card.card-styled .card-img i {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    color: #fffd;
    font-size: 0.8125rem;
    width: 48px;
    height: 46px;
    border: 2px solid #fff8;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px;
    /* opacity: 0.8; */
    transition: all .25s ease-in-out;
}
a:hover .card.card-styled .card-img i {
    background-color: #fff;
    color: var(--color-secondary);
}
.card.card-styled .card-body {
    border: 1px solid #f5f5f5;
    border-top: 0;
    position: relative;
    border-radius: 0 0 10px 10px;
    padding: 30px;
    color: #999;
    transition: all .25s ease-in-out;
}
.card.card-styled .card-title {
    font-weight: 600;
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
    color: #2c3a47;
    transition: all .25s ease-in-out;
}
a:hover .card.card-styled .card-title {
    color: var(--color-secondary-alt);
}
.card.card-styled .card-body > .icon {
    display: block;
    margin-top: 2rem;
}
.card.card-styled .card-body > .icon img {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
}
a:hover .card.card-styled {
    box-shadow: 0 0 34px -5px #0000001a;
    border-radius: 10px;
}
a:hover .card.card-styled .card-body {
    border-color: transparent;
}
.card.card-styled.card-news .card-title {
    margin-bottom: 0.3rem;
}
.card.card-styled.card-news .date {
    display: inline-flex;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #ccc;
}
.card.card-styled.card-news .card-img img {
    height: 190px;
    min-height: auto;
}

/* */
.card.card-styled.card-shadowed {
    box-shadow: 0 0 34px -5px #00000010;
    border-radius: 10px;
}
.card.card-styled.card-shadowed .card-body {
    border-color: transparent;
}

/* */
.card.card-styled.card-patches {
    background-color: #fbfbfba1;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    user-select: none;
}
.card.card-styled.card-patches .card-body {
    border-top: unset;
    border: 1px solid #eeeeee8f;
    display: flex;
    padding: 15px 25px;
    gap: 20px;
    align-items: center;
}
.card.card-styled.card-patches .card-body > div {
    display: flex;
    align-items: center;
}
.card.card-styled.card-patches .card-body .h {
    font-size: 0.9375rem;
    color: #000000c7;
    font-weight: 600;
    margin: 0;
    line-height: 1.25;
}
.card.card-styled.card-patches i.flaticon-standart {
    color: #0009;
    color: var(--color-secondary);
    opacity: 0.85;
}

/* */
.card.card-styled-box {
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    transition: all .15s ease-in-out;
    background-color: rgb(28 70 121 / 40%);
    margin-bottom: 10px;
}
.card.card-styled-box .card-body {
    padding: 35px 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    color: #fff;
}
.card.card-styled-box .card-body .icon {
    margin-bottom: 15px;
}
.card.card-styled-box .card-body .icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    opacity: 0.7;
    transition: all .15s ease-in-out;
}
.card.card-styled-box .card-body .h {
    font-weight: 600;
    color: #fff;
}
.card.card-styled-box .card-body > p {
    opacity: 0.6;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.4;
    min-height: 120px;
    margin: 0;
    display: flex;
    align-items: center;
}
.card.card-styled-box .card-body > i {
    font-size: 1.25rem;
}
a:hover .card.card-styled-box {
    background-color: var(--color-secondary);
    margin-bottom: 0;
}
a:hover .card.card-styled-box .card-body .icon img {
    width: 64px;
    height: 64px;
}

/* home about */
.section-about .about-img {
    position: relative;
}
.section-about .about-img img {
    min-height: 550px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100px 14px 20px 40px;
    filter: contrast(0.7) brightness(1.5);
}
.section-about .about-img-video {
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.section-about .about-img-video .btn {
    width: 160px;
    height: 116px;
    background-color: var(--color-primary-alt);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-about .about-img-video .btn:before {
    content: "";
    /* width: 24px; */
    /* height: 34px; */
    border-width: 18px 0 18px 32px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    margin-left: 5px;
}
.section-about .about-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-about .about-content .headers h1 {
    font-size: 3.75rem;
    margin-bottom: 15px;
}
.section-about .about-content .headers h2 {
    font-size: 2.25rem;
}
.section-about .text-content ul {
    list-style: none;
    padding: 0;
    line-height: 2.2;
}
.section-about .text-content ul li {
    position: relative;
    padding-left: 40px;
}
.section-about .text-content ul li:before {
    content: "\f058";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 10px;
    color: var(--color-secondary-alt);
    font-size: 1rem;
}

/* home production */
.section-bg-map-dots {
    background-color: #fff;
    background-image: url(../images/system/bg-map-dots.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.all-productions {
    margin-top: 8vh;
}

/* home industries */
.section-bg-factory {
    background-color: #00234d;
    background-image: url(../images/system/bg-factory.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.section-bg-dark .headers .h1 {
    color: #fffe;
}
.section-bg-dark .headers span.doubling-effect:before {
    color: rgb(229 229 229 / 15%);
}
.section-home.section-industries {
    padding-bottom: 45vh;
}
.all-industries {
    margin-top: 8vh;
}

/* corporate */
.side-menu .card.card-styled .card-title {
    font-weight: 700;
}
.side-menu ul {
    margin: 0;
    padding: 0;
}
.side-menu ul li.active a,
.side-menu ul li a:hover {
    padding-left: 15px;
    font-weight: 500;
    color: var(--color-secondary);
}
.side-menu ul li a {
    padding: 0.75rem 0;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .1s ease-in-out;
    /* font-weight: 600; */
    font-size: 0.9375rem;
}
.side-menu ul li a:before {
    content: "";
    display: block;
    width: 4px;
    border-width: 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-secondary);
    position: absolute;
    left: 0;
    margin-top: -1px;
    opacity: 0;
    transition: all .1s ease-in-out;
}
.side-menu ul li a:hover:before,
.side-menu ul li.active a:before {
    opacity: 1;
}

/* quote form section */
.section.section-home.section-quote {
    margin-top: -30vh;
}
.section.section-home.section-quote .card {
    box-shadow: 0 0 34px -5px #0000001a;
}
.quote-form .form-control-subtotal-wrapper {
    background-color: #f5f6f6;
    border-color: #f5f6f6;
    color: #000;
    user-select: none;
}
.quote-form .form-control-subtotal-wrapper .form-control-subtotal{
    
}
/* overlay */
.quote-form-overlay {
    width: 100%;
    position: relative;
}
.quote-form-overlays-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* backdrop-filter: blur(4px); */
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    padding: 45px;
    display: none;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
.quote-form-overlays-area.active {
    display: flex;
}
.quote-form-overlays-area.visible {
    opacity: 1;
}
.section.section-home.section-quote .quote-form-overlay .card {
    box-shadow: none;
}
.section.section-home.section-quote .quote-form-overlay .card-body {
    border: 0;
}
.quote-form .quote-form-overlay .headers {
    margin-bottom: 30px;
}
.quote-form .quote-form-overlay .form-control {
    height: 46px;
}
.quote-form .quote-form-overlay .overlay-inputs {
    font-size: 0.8125rem;
}
.button.close-overlay {
    width: 30px;
    height: 30px;
    padding: 0;
}
.button.close-overlay i {
    margin: 0;
    font-size: 1rem;
}
.button.close-overlay.close-overlay-x {
    position: absolute;
    right: 0;
    top: 0;
}

/* quote-page */
.section-quote-page .quote-form-area {
    min-height: 54vh;
    padding: 50px 0 0;
}
.section-quote-page .quote-form-overlays-area {
    padding: 50px 0;
}

/* produ table datasheet */
.flex-table {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    box-shadow: 0 0 34px -5px #00000010;
    border-radius: 10px;
}
.flex-table-td {
    padding: 20px 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    height: 100%;
    color: #555;
}
.flex-table-td.flex-table-col-th {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}
.flex-table-tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.flex-table-td p, .flex-table-td ul {
    margin: 0;
}
.flex-table-inner {
    width: 100%;
    font-size: 0.9375rem;
}
.flex-table-inner.direction-column {
    display: flex;
}
.flex-table-inner.direction-column > .row {
    flex-direction: column;
    width: 100%;
}
.flex-table-inner .row > div:first-child {
    font-weight: 600;
    color: #333;
}
.flex-table-inner .row:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.flex-table-inner .row > div {
    padding: 9px 15px;
}
.flex-table-inner.direction-column .row {
    border-bottom: 0;
    position: relative;
}
.flex-table-inner.direction-column .row:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    border-right: 1px solid #ddd;
    right: 40px;
}
.flex-table-inner.direction-column .row > div {
    padding: 0 15px;
}

/* content */
.table.table-styled thead tr th {
    background-color: var(--color-primary);
    color: #fff;
    border-color: #fff3;
    border-width: 1px;
}
/* .table.table-styled tr {
    cursor: pointer;
}
.table.table-styled tr:hover {
    background-color: #e8e9ed;
    font-weight: 600;
} */
.table.table-styled tr th,
.table.table-styled tr td {
    padding: 8px 15px;
    vertical-align: middle;
}
.table.table-styled tr th {
    padding: 15px;
}

/* products */
.all-products-table .table .button {
    height: auto;
    height: 32px;
    font-size: 0.75rem;
    padding: 5px 24px;
}
.all-products-table .table .button i {
    font-size: 9px;
}
.table.table-styled tr:hover .button {
    background-color: var(--color-secondary-alt);
    color: #fff;
}

/* contact */
.section.section-contact-page {
    margin: 0;
}
.contact-maps {
    /* margin-top: 50px; */
}
.contact-maps iframe {
    width: 100%;
    height: 290px;
}
.contact-info-area {
}
.contact-info-area .contact-list {
}
.contact-info-area .contact-list > p {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.section.section-contact-page-infos .container > .row {
    margin-top: 5rem;
}
.contact-info-area .contact-list ul li {
    margin-bottom: 1.25rem;
}
.contact-info-area .contact-list ul li p {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
}
.contact-info-area .contact-list ul li p:first-child {
    display: none;
}
.contact-info-area .contact-list ul li p i {
    position: absolute;
    color: var(--color-secondary);
    left: 0;
    top: 5px;
    width: 20px;
    text-align: center;
    font-size: 0.9375rem;
}
.contact-form-area .headers {
    text-align: center;
}
.contact-form-area form .form-group {
    margin-bottom: 15px;
}
.contact-form-area form .form-check + .form-group {
    text-align: center;
}

/* footer */
footer {
    background-color: var(--color-primary);
    background-color: #092042;
    color: #fffb;
    background-image: url(../images/system/bg-cogs.jpg);
}
footer .footer-menu {
    padding: 0 6vw;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff17;
}
footer .footer-menu ul {
    margin: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
footer .footer-menu ul li {
    display: inline;
}
footer .footer-menu ul li ul {
    display: none;
}
footer .footer-menu ul li a {
    color: #fffd;
    font-weight: 600;
    letter-spacing: 0.2px;
}
footer .footer-content {
    padding: 80px 0 20px;
}
.footer-content-info p {
    font-size: 0.9375rem;
}
.footer-content-info {
    padding-right: 4vw;
    position: relative;
}
.footer-content-info:after {
    content: "";
    display: block;
    height: 100%;
    border-right: 1px solid #ffffff17;
    position: absolute;
    top: 0;
    right: 2vw;
}
.footer-content .h {
    color: #fff;
}
.footer-content-contact .contact-list ul li {
    margin-bottom: 15px;
}
.footer-copyright p {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.footer-copyright p i {
    font-size: 0.8125rem;
    margin-right: 5px;
    color: var(--color-secondary-alt);
}


@media (max-width: 1366px){

    html, body {
        font-size: 15px;
    }
    .form-control, .form-select {
        height: 42px;
        padding: 8.5px 15px;
    }
    .quote-form .headers {
        margin-bottom: 30px;
    }
    .quote-form .card-body {
        padding: 40px;
    }
    .slide-quote-form .quote-form .quote-form-area .quote-form-section-rows {
        margin-bottom: 10px;
    }
    .quote-form .quote-form-area .form-quote-summary {
        padding: 15px 20px;
    }
    .button {
        height: 42px;
    }
    .button-color-primary {
        min-height: 44px;
    }
    .carousel-captions .captions h2.h {
        font-size: 3rem;
    }
    .carousel-captions .captions h2.h span {
        font-size: 5rem;
        display: block;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 6%;
    }

}

@media (max-width: 768px){

    html, body {
        font-size: 14px;
    }
    .slide-quote-form {
        display: none;
    }
    .topbar {
        position: relative;
        background-color: var(--color-primary);
    }
    header {
        position: relative;
        top: auto;
        padding: 15px 0;
    }
    .topbar:before {
        display: none;
    }
    .topbar-contact:before,
    .topbar-contact:after {
        display: none;
    }
    .topbar-contact {
        background-color: transparent;
        justify-content: center;
        height: auto;
        padding: 8px 0;
    }
    .topbar-contact ul li {
        margin: 0;
    }
    .list-inline-item:not(:last-child) {
        margin-right: 2rem;
    }
    .navbar {
        min-height: auto;
    }
    .navbar-brand {
        margin-top: 0;
    }
    .navbar-brand img {
        width: 164px;
    }
    .topbar-contact ul li i {
        width: 18px;
        height: 18px;
        font-size: 0.575rem;
    }
    .burger-menu-toggler-icon,
    .burger-menu-toggler:before,
    .burger-menu-toggler:after {
        border-bottom: 2px solid var(--color-primary);
        margin-bottom: 4px;
        width: 20px;
        opacity: 0.9;
    }
    .button {
        height: 36px;
        padding: 0 1rem;
        min-height: auto;
    }
    .navbar-tools {
        margin-left: auto;
        margin-right: 50px;
    }
    .carousel-captions {
        padding: 0 2rem 3rem;
        align-items: flex-end;
    }
    .carousel-item > img {
        height: 50vh;
    }
    .carousel-captions .captions h2.h {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
    .carousel-captions .captions h2.h span {
        font-size: 2.5rem;
    }
    .carousel-captions .captions > span {
        font-size: 0.8rem;
    }
    .carousel-captions .captions .text-content {
        width: 90%;
        line-height: 1.5;
    }
    .carousel-indicators {
        display: none;
    }
    .section-about .about-img {
        display: none;
    }
    .section-about .about-content .headers h1 {
        font-size: 3rem;
    }
    .section-about .about-content .headers h2 {
        font-size: 1.5rem;
    }
    .card.card-styled {
        margin-bottom: 30px;
        box-shadow: 0 0 15px -5px #00000042;
        border-radius: 10px;
    }
    .card.card-styled .card-img:before {
        opacity: 0;
    }
    .card.card-styled .card-img img {
        height: 190px;
        min-height: auto;
    }
    .card.card-styled .card-body {
        padding: 25px 20px;
    }
    .container {
        --bs-gutter-x: 3rem;
    }
    .headers span.doubling-effect:before {
        font-size: 3rem;
        margin-top: -2px;
    }
    .card.card-styled-box .card-body .h {
        font-size: 1.5rem;
    }
    .card.card-styled-box .card-body > p {
        font-size: 1rem;
    }
    .mobile-label {
        font-size: 0.875rem;
        font-weight: 700;
        margin-bottom: 0;
        margin: 10px 0 5px;
    }
    .quote-form .card-body {
        padding: 30px;
    }
    .quote-form .headers .h4 {
        font-size: 1.4rem;
    }
    .quote-form .quote-form-area .quote-form-section:last-child {
        margin-bottom: 0;
    }
    .quote-form .quote-form-area .quote-form-section.quote-form-sum-section {
        margin-bottom: 0;
    }
    .button-color-primary {
        font-size: 0.875rem;
    }
    .footer-content-menus {
        margin-top: 30px;
    }
    .footer-content-contact {
        margin-top: 30px;
    }
    footer .footer-menu {
        display: none;
    }
    footer .footer-content {
        padding: 40px 10px;
    }
    .footer-content-info img {
        max-width: 143px;
    }
    .footer-content-info:after {
        display: none;
    }
    .burger-menu-content {
        background-color: var(--color-primary);
    }
    .burger-logo {
        background-color: #fff;
        border: 0;
    }
    .burger-menu-nav .navbar-nav .nav-link {
        color: #ffffffee;
        font-weight: 400;
        font-size: 1.1rem;
        border-bottom: 1px solid #fff1;
    }
    .burger-menu-nav .navbar-nav .active .nav-link {
        color: #fff;
        font-weight: 600;
    }
    .burger-menu .nav-item {
        margin-right: 0;
    }
    .burger-menu-nav {
        border-bottom: 0;
        padding: 0;
    }
    .burger-menu .dropdown-item {
        padding: 1rem 2rem;
        border-radius: 0;
        border-bottom: 0;
        color: #fff;
    }
    .burger-menu .dropdown-menu {
        background-color: #0005;
        border-radius: 0;
    }
    .dropdown-item:not(:last-child):after {
        opacity: 0.05;
    }
    .burger-social {
        display: none;
    }
    .dropdown-toggle::after {
        width: 6px;
        height: 6px;
        border: 1px solid #fffc;
        transform: rotate(45deg);
        border-left: 0;
        border-top: 0;
        margin-left: 10px;
    }
    .separator-img img {
        height: 130px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        margin: 8px 8px 0 3px;
    }
    .separator-content .breadcrumbs {
        margin-top: auto;
        bottom: 20px;
    }
    .form-check-label {
        font-size: 0.75rem;
    }
    .form-check {
        margin: 15px 0;
    }
}