/* ===================================
   14. BREADCRUMBS
=================================== */

#breadcrumbs {
    width: 100%;
    background: #ddd;
    clear: both;
}

#breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;

    margin: 0;
    padding: 0;

    list-style: none;
}

#breadcrumbs li {
    margin: 0;
}

#breadcrumbs a {
    display: block;

    padding: 16px 10px;

    color: #333;
    font-size: 16px;
}

#breadcrumbs a span {
    display: inline-block;

    margin-right: 10px;
    padding: 5px;

    background: #fff;
    color: #006683;
}

/* ===================================
   15. HERO SLIDER
=================================== */

.slider {
    position: relative;

    width: 100%;

    color: #fff;

    overflow: hidden;
}

.slider.about,
.slider.contact {
    background-size: cover !important;
    background-position: center center !important;
}

.slider .overlay {
    position: absolute;
    inset: 0;

    background: rgba(51, 51, 51, .8);

    z-index: 1;
}

.slider .overlay.home {
    background: rgba(9, 0, 0, .49);
}

.slider .container {
    position: relative;
    z-index: 5;

    text-align: center;
    color: #fff;
}

.slider.about .container,
.slider.contact .container {
    text-align: left;
}

.slider h1 {
    position: relative;

    margin: 0;

    padding-top: 20px;

    color: #fff;

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

    z-index: 10;
}

.section.largepaddinghome h1 {
    text-align: center;
}

@media (min-width: 768px) {

    .slider h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .section.largepaddinghome h1 {
        display: none;
    }
}

@media (min-width: 1024px) {

    .slider {
        min-height: 270px;
    }

    .slider.contact {
        min-height: 120px;
    }
}

@media (min-width: 1500px) {

    .slider {
        background-size: 100% !important;
    }
}

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

.slider a {
    display: inline-block;

    max-width: 500px;

    margin-inline: auto;
    padding: 20px;

    background: #cc0000;
    color: #fff;

    border-radius: 999px;
}

/* ===================================
   16. CAROUSEL
=================================== */

#carousel-example-generic img {
    width: 100%;
}

#carousel-example-generic .item {
    overflow: hidden;
    max-height: 450px;
}

/* ===================================
   17. HERO SEARCH
=================================== */

.slider .searchbox {
    width: 100%;
    max-width: 850px;

    margin-inline: auto;

    position: relative;
}

.slider .searchbox form {
    position: relative;

    background: #eee;
}

.slider .searchbox input[type="text"] {
    width: 100%;
    height: 60px;

    padding: 0 70px 0 15px;

    border: 0;

    font-size: 18px;

    background: transparent;
}

.slider .searchbox input:focus {
    outline: none;
}

.slider .searchbox button {
    position: absolute;

    top: 0;
    right: 0;

    width: 60px;
    height: 100%;

    border: 0;

    background: #ff0000;
    color: #fff;
}

.slider .btn-all {
    display: block;

    margin-top: 10px;

    padding: 15px 25px;

    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 601px) {

    .slider .searchbox {
        display: flex;
        gap: 10px;
        align-items: stretch;
    }

    .slider .searchbox form {
        flex: 1;
    }

    .slider .btn-all {
        margin-top: 0;
        white-space: nowrap;
    }
}

/* ===================================
   18. MAIN
=================================== */

#main {
    position: relative;
}

#main.container.nopadding {
    padding: 0 !important;
}

/* ===================================
   19. CONTENT LAYOUT
=================================== */

.content-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Mobile First */

.column-left,
.column-right,
.product-column-left,
.product-column-right {
    width: 100%;
}

.column-left,
.column-right {
    padding-inline: 20px;
}

.product-column-left,
.product-column-right {
    padding: 20px;
}

/* Desktop */

@media (min-width: 992px) {

    .content-layout {
        flex-direction: row;
    }

    .column-left {
        flex: 0 0 25%;
    }

    .column-right {
        flex: 0 0 75%;
    }

    .product-column-left,
    .product-column-right {
        flex: 0 0 50%;
    }
}

/* ===================================
   20. SIDEBAR
=================================== */

.column-left h2 {
    margin: 0;

    padding: 14px 15px;

    background: #bbb;

    font-size: 25px;
    text-align: left;
}

.column-left ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.column-left li {
    margin: 0;
}

.column-left a {
    display: block;

    padding: 12px 15px;

    background: #bbb;

    color: #333;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #666;
}

.column-left a:hover {
    background: #ff0000;
    color: #fff;
}

/* ===================================
   21. PRODUCT COLUMNS
=================================== */

.product-column-left .inner,
.product-column-right .inner {
    background: #fff;
}

.product-column-left .inner {
    padding: 20px;
}

.product-column-right .inner {
    padding: 30px 20px;
}

@media (min-width: 992px) {

    .product-column-right {
        padding-right: 25px;
    }
}

/* ===================================
   22. INTRODUCTION
=================================== */

#introduction {
    text-align: center;

    padding-top: 30px;
    padding-bottom: 0;
}

#introduction h1 {
    font-size: 24px;
}

#introduction h2 {
    margin-bottom: 0;
}

#introduction p {
    margin: 20px 0;
}

@media (min-width: 768px) {

    #introduction h1 {
        font-size: 32px;
    }
}

/* ===================================
   23. GET IN TOUCH
=================================== */

#getintouch {
    text-align: center;
}

#getintouch .container {
    max-width: 750px;
}

#getintouch p {
    margin-top: 30px;
}

/* ===================================
   24. ABOUT SECTION
=================================== */

#about .container {
    padding-top: 25px;

    border-top: 1px solid #ededed;
}

#about #blocks {
    display: grid;
    gap: 30px;
}

#about #blocks > div {
    text-align: center;
}

#about .icons {
    margin-inline: auto;
    margin-bottom: 20px;

    width: 85px;
}

#about .icons i {
    font-size: 65px;
    color: #ff0000;
}

#about .text h3 {
    margin: 20px 0;
}

#about .text p {
    margin: 0;
}

@media (min-width: 768px) {

    #about .container {
        padding-top: 60px;
    }
}

@media (min-width: 1000px) {

    #about #blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1025px) {

    #about #blocks > div > div {
        display: flex;
        align-items: flex-start;

        text-align: left;
        gap: 20px;
    }

    #about .icons {
        flex: 0 0 85px;
        margin: 0;
    }
}

/* ===================================
   25. PRODUCT HEADER
=================================== */

.product-header {
    margin: 25px 25px 0;
    padding: 20px;

    text-align: center;

    background: #ddd;
}

.product-header h1 {
    margin-bottom: 0;
    font-size: 20px;
}

@media (min-width: 768px) {

    .product-header h1 {
        font-size: 26px;
    }
}