body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
}


/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
}

h1, .h1 {
    font-size: 52px;
}
h1.heading-title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #E94E1B;
    display: block;
    margin-bottom: .3em;;
}


/* Buttons */

.btn {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 16px;
    border-width: 2px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-primary {
    background-color: #E94E1B;
    border-color: #E94E1B;
    color: #FFF;
}
.btn-primary:hover {
    background-color: #D83500;
    border-color: #D83500;
}
.btn-outline {
    background-color: transparent;
    border-color: #E94E1B;
    color: #E94E1B;
}
.btn-outline:hover {
    background-color: #D83500;
    border-color: #D83500;
    color: #FFF;
}
.btn-outline.white-text {
    color: #FFF;
}
.btn-default {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    color: #272727;
}
.btn-default:hover {
    background-color: #272727;
    border-color: #272727;
    color: #FFF;
}

.button-group .btn {
    margin-right: 1em;
}

@media screen and (max-width: 991px) {
    .button-group .btn {
        margin-bottom: 15px;
    }
}

.highlighted-link {
    color: #E94E1B;
    text-decoration: underline;
}

/* Lists */

ul.usp-list-vertical {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    line-height: 2em;
}

ul.usp-list-vertical li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
ul.usp-list-vertical li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: #E94E1B;
    margin-right: 1em;
}


/* Images */

.img-fluid {
    width: 100%;
}

/* Divider */

.divider hr {
    padding: 30px 0px;
}

/* Boxes */

.white-shadow-box {
    background: #FFF;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    padding: 50px;
}


/* Forms */

.form-control:focus {
    border-color: #E94E1B;
    box-shadow: 0 0 0 0.25rem rgb(233 78 27 / 25%);
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    padding: 1.5em 0;
    z-index: 999;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
header .logo {
    position: relative;
}
header .logo a {
    position: absolute;
    top: -30px;
    left: 0;
    padding: 40px 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    border-radius: 3px;
}
header .logo a img {
    width: 100%;
    max-width: 200px;
}
header .desktop-nav nav ul {
    margin-bottom: 0;
    gap: 40px;
}
header .desktop-nav nav ul li {
  
}
header .desktop-nav nav ul li a.dropdown-toggle::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  vertical-align: middle;
  border: none;
  margin-left: 6px;
}
header .desktop-nav nav ul li a {
    font-weight: bold;
    color: #2F2F2F;
    font-size: 16px;
    text-decoration: none;
}
header .desktop-nav nav ul li .dropdown-menu {
    padding: 20px;
    min-width: 200px;
    border: none;
    box-shadow: 0px 3px 3px rgba(0,0,0,.1);
    margin-left: -20px!important;
}
header .desktop-nav nav ul li .dropdown-menu .dropdown-menu-items .dropdown-menu-items-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

header .mobile-nav {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}
header .mobile-nav .hamburger {
    width: 30px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}
header .mobile-nav .hamburger::before {
    content: 'menu';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}
header .mobile-nav .hamburger span {
    height: 3px;
    width: 100%;
    border-radius: 20px;
    background: #272727;
    display: block;
    position: absolute;
    transition: all 250ms ease-in-out
}

header .mobile-nav .hamburger span:first-child {
    top: 0
}

header .mobile-nav .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

header .mobile-nav .hamburger span:last-child {
    bottom: 0;
    width: 66%
}

header .mobile-nav .hamburger.open span:nth-child(2) {
    width: 0px;
    opacity: 0
}

header .mobile-nav .hamburger.open span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

header .mobile-nav .hamburger.open span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 100%
}

header .header-cta .btn {
    margin-left: 1em;
    position: relative;
}
header .header-cta .btn .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #272727;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
}
/* Menu overlay */

.menu-overlay {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
    opacity: 0;
    transition: opacity .60s,visibility .60s,height .60s;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu-overlay.open {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
}


/* Slider */

.slider {
    position: relative;
}
.slider.slider-fullscreen .slides .slide-item {
    height: 100vh;
}
.slider.slider-category .slides .slide-item {
    height: 70vh;
}
.slider .slides .slide-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .slides .slide-item:focus {
    outline: none;
}
.slider .slides .slide-item::after {
    content: " ";
    background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.slider .slides .slide-item .slide-content {
    position: relative;
    z-index: 9;
}
.slider .slides .slide-item .slide-content h1 {
    color: #FFF;
    font-size: 52px;
    margin-bottom: .8em;
    max-width: 80%;
}
.slider .slides .slide-item .slide-content h1 span {
    display: block;
    font-weight: 400;
    font-size: 38px;
    margin-top: .8em;
}

.slider .slides .slick-arrow {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    border: none;
    background: #FFF;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
.slider .slides .slick-arrow:focus {
    outline: none;
}
.slider .slides .slick-arrow.slick-prev {
    right: 100px;
}
.slider .slides .slick-arrow i {
    color: #E94E1B;
}
.slider .content-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 6;
}
.slider .content-overlay h1 {
    color: #FFF;
}
.slider .content-overlay span {
    font-size: 16px;
    text-transform: uppercase;
    color: #E94E1B;
    display: block;
    margin-bottom: .3em;
}

/* Scroll down */

.direction-scroll{
    display: flex!important;
    position: absolute;
    left: 50px;
    bottom: 40px;
    flex-direction: row;
    margin: 0 auto;
    width: inherit;
    height: 100%;
    z-index: 9;
    justify-content: center;
}
.inner{
    position: relative;
    z-index: 2;
    align-self: flex-end;
    padding: 20px 0px 0px 0px;
}
.scroll-line{
    height: 470px;
    width: 2px;
    background: #E94E1B;
    margin: 0 auto;
    animation: flowdown 1.5s infinite;
}
@keyframes flowdown{
    0%{
        transform-origin: 0% 0%;
        transform: scale(1,0);
    }
    50%{
        transform-origin: 0% 0%;
        transform: scale(1, 1);
    }
    50.1%{
        transform-origin: 0% 100%;
        transform: scale(1, 1);
    }
    100%{
        transform-origin: 0% 100%;
        transform: scale(1, 0);
    }
}
.slider.slider-category .scroll-line {
    height: 200px;
}
.scroll-text{
    transform: rotate(-90deg);
    height: 100px;
    color: #FFF;
    font-size: .8em;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .direction-scroll {
        display: none!important;
    }
}

/* Page intro */

.page-intro {
    padding: 100px 0px 50px 0px;
}
.page-intro p {
    font-size: 1.3em;
    line-height: 1.8em;
}


/* Category listing */

.category-listing {
    padding: 80px 0px;
}
.category-listing h2 {
    margin-bottom: 2em;
}
.category-listing .category-card {
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    padding: 40px;
    margin: 1em 0;
}
.category-listing .category-card a {
    color: inherit;
}
.category-listing .category-card a:hover {
    text-decoration: none;
}
.category-listing .category-card .category-meta {
    text-align: center;
}
.category-listing .category-card .category-meta h3 span {
    font-size: 16px;
    text-transform: uppercase;
    color: #E94E1B;
    display: block;
    margin-bottom: .3em;
}
.category-listing .category-card .category-thumb {
    display: flex;
    justify-content: center;
    margin: 2em 0;
}
.category-listing .category-card .category-thumb img {
    border-radius: 50%;
    margin: 0 auto;
}
.category-listing .category-card .category-action {
    display: flex;
    justify-content: center;
}


/* Category intro */

.category-intro {
    padding: 100px 0px 50px 0px;
}
.category-intro p {
    font-size: 1.3em;
    line-height: 1.8em;
}

/* Category product overview */

.category-product-overview {

}

.category-product-overview .product-listing-heading {
    margin-bottom: 3em;
}

/* Product filter */

.product-filter .filter-group {
    margin-bottom: 2em;
}
.product-filter .filter-group .filter-title {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: .8em;
}
.product-filter .filter-group .filter-option label {
    margin-left: .5em;
}
.product-filter .filter-group .toggle {
    color: #E94E1B;
}

/* Product card */

.product-card {
    margin-bottom: 2em;
}
.product-card a {
    color: inherit;
    text-decoration: none;
}
.product-card a:hover {
    text-decoration: none;
}
.product-card .product-card-image {
    position: relative;
}
.product-card .product-card-image .label {
    position: absolute;
    left: 1em;
    top: 1em;
    background-color: #E94E1B;
    padding: 3px 10px;
    color: #FFF;
    font-weight: 700;
    border-radius: 3px;
}
.product-card .product-card-image img {
    width: 100%;
    max-width: 100%;
}
.product-card .product-card-heading {
    margin-top: 1em;
}
.product-card .product-card-heading .category-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #E94E1B;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.product-card .product-card-heading .heading-title {
    font-weight: 700;
    font-size: 1.3em;
}
.product-card .product-card-attributes {
    margin-top: 1em;
}
.product-card .product-card-attributes ul {
    margin-bottom: 0px;
}
.product-card .product-card-attributes ul li {
    color: #AAA;
}
.product-card .product-card-attributes ul li:after {
    content: '|';
    margin: 0 10px;
}
.product-card .product-card-attributes ul li:last-child:after {
    display: none;
}
.product-card .product-card-pricing {
    margin-top: 1em;
}
.product-card .product-card-pricing span.price {
    font-weight: 700;
}


/* Category description */

.category-description {
    padding: 100px 0px;
}
.category-description a {
    color: inherit;
    text-decoration: underline;
}


/* Product main */

.product-main {
    padding-top: 250px;
}
.product-main::after {
    content: '';
    position: absolute;
    background-color: #F1F1F1;
    top: 0;
    left: 0;
    right: 0;
    height: 90vh;
    z-index: -1;
}

.product-main .product-images .product-images-carousel {
    position: relative;
}
.product-main .product-images-nav {
    display: flex;
    margin: 20px 0px;
}
.product-main .product-images-nav .item {
    margin-right: 20px;
}
.product-main .product-images .product-images-carousel .slick-arrow {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    border: none;
    background: #FFF;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
.product-main .product-images .product-images-carousel .slick-arrow:focus {
    outline: none;
}
.product-main .product-images .product-images-carousel .slick-arrow.slick-prev {
    right: 100px;
}
.product-main .product-images .product-images-carousel .slick-arrow i {
    color: #E94E1B;
}
.product-main .main-information {
    margin-bottom: 3em;
}
.product-main .main-information .product-heading .category-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #E94E1B;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.product-main .main-information .product-intro {
    margin-top: 1em;
}
.product-main .main-information .product-sample-buttons {
    margin-top: 2em;
}
.product-main .main-information .product-sample-buttons .highlighted-link {
    margin-left: 50px;
}
.product-main .main-information.product-calculator h3 {
    margin-bottom: 30px;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-heading {
    background-color: #F1F1F1;
    border-radius: 3px;
    padding: 8px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-heading .calculator-block-heading-number {
    background: #272727;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-heading .calculator-block-heading-number span {
    font-weight: 700;
    color: #FFF;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-heading .calculator-block-heading-title span {
    font-weight: 700;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-heading .calculator-block-heading-help {
    margin-left: auto;
    padding-right: 20px;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-heading .calculator-block-heading-help a {
    color: #AAA;
}
.product-main .main-information.product-calculator .calculator-block .calculator-block-content {
    padding: 20px 8px;
}


/* Project card */

.project-card {
    margin-bottom: 2em;
}
.project-card a {
    color: inherit;
}
.project-card a:hover {
    text-decoration: none;
}
.project-card .project-card-image {
    position: relative;
}
.project-card .project-card-image img { 
     width: 100%;   
}
.project-card .project-card-image .label {
    position: absolute;
    left: 1em;
    top: 1em;
    background-color: #E94E1B;
    padding: 3px 10px;
    color: #FFF;
    font-weight: 700;
    border-radius: 3px;
}
.project-card .project-card-heading {
    margin-top: 1em;
}
.project-card .project-card-heading .heading-title {
    font-weight: 700;
    font-size: 1.3em;
}
.project-card .project-card-details {
    margin-top: 1em;
}
.project-card .project-card-details ul {
    margin-bottom: 0px;
}
.project-card .project-card-details ul li {
    color: #AAA;
}
.project-card .project-card-details ul li:after {
    content: '|';
    margin: 0 10px;
}
.project-card .project-card-details ul li:last-child:after {
    display: none;
}

/* Project detail main */

.project-main {
    padding-top: 250px;
}
.project-main::after {
    content: '';
    position: absolute;
    background-color: #F1F1F1;
    top: 0;
    left: 0;
    right: 0;
    height: 70vh;
    z-index: -1;
}

.project-main .project-images .project-images-carousel {
    position: relative;
}
.project-main .project-images .project-images-carousel .item {
    width: 100%;
    position: relative;
}
.project-main .project-images .project-images-carousel .slick-arrow {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    border: none;
    background: #FFF;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
.project-main .project-images .project-images-carousel .slick-arrow:focus {
    outline: none;
}
.project-main .product-images .project-images-carousel .slick-arrow.slick-prev {
    right: 100px;
}
.project-main .project-images .project-images-carousel .slick-arrow i {
    color: #E94E1B;
}
.project-images-nav {
    display: flex;
    margin: 20px 0px;
}
.project-main .project-images-nav .item {
    margin-right: 20px;
}
.project-main .main-information {
    
}
.project-main .main-information .project-intro {
    margin-top: 1em;
}
.project-main .main-information .project-details {
    margin-top: 1em;
}
.project-main .main-information .project-details ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}
.project-main .main-information .project-details ul li span {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .3em;
    color: #E94E1B;
}




/* Samples main */

.samples-main {
    padding-top: 250px;
}
.samples-main::after {
    content: '';
    position: absolute;
    background-color: #F1F1F1;
    top: 0;
    left: 0;
    right: 0;
    height: 90vh;
    z-index: -1;
}

/* Samples overview */

.samples-overview {
    margin-bottom: 40px;
}
.samples-overview h2 {
    margin-bottom: 40px;
    position: relative;
    display: inline-flex;
}
.samples-overview h2 .quantity-badge {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #272727;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-content: center;
}

/* Sample cards */

.sample-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    margin: 15px 0px 40px 0px;
}
.sample-cards .sample-card {
    display: grid;
    grid-template-columns: 100px auto 50px;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0px;
}
.sample-cards .sample-card:last-child {
    border-bottom: none;
}
.sample-cards .sample-card .sample-card-image img {
    border-radius: 3px;
    width: 100%;
}
.sample-cards .sample-card .sample-card-content {
    padding-left: 1em;
}
.sample-cards .sample-card .sample-card-content .sample-card-heading .category-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #E94E1B;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.sample-cards .sample-card .sample-card-content .sample-card-heading {
    font-weight: 700;
    font-size: 1.3em;
}