
@charset "utf-8";

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

body, button, input, select, textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #777777;
}

b, strong {
    font-weight: bold;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.nav-item {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0 10px;
}

.navbar-brand {
    margin-right: 50px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
    color: #333333;
}

h1 {
    line-height: 1.3;
    font-size: 33px;
    font-size: 2.0625rem;
}

h2 {
    line-height: 1.2;
    font-size: 25px;
    font-size: 1.5625rem;
}

h3 {
    font-size: 1.2rem;
    font-family: "Raleway";
    font-weight: bold;
}

.contact h3 {
    font-size: 1.2rem;
    font-family: "Raleway";
    font-weight: bold;
}

.shadow-bottom {
    box-shadow: 0px 2px 0px rgb(55 55 55 / 10%);
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f15925;
}

.bg-light {
    background-color: #ffffff !important;
}

.features-icons p {
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
}

.showcase p {
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 1.8;
}

.text-primary {
    color: #f15a25 !important;
}

.bs-icon {
    --bs-icon-size: 0.75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--white);
    background: var(--primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--primary);
    background: rgba(0, 123, 255, 0.2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--primary);
    background: rgba(255, 255, 255, 0.5);
}

.bs-icon.bs-icon-rounded {
    border-radius: 0.5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.header-title {
    z-index: 5;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 60px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.header-text {
    z-index: 6;
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 20px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.sourcing-tabs .nav-item {
    text-transform: unset;
}

.sourcing-tabs .nav-link {
    border-color: #222;
    background-color: #2a2a2a;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.sourcing-tabs .nav-link.active {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}
.sourcing-accordion .card-header {
    border-bottom: unset;
    border-color: #222;
    background-color: #2a2a2a;
    color: #fff;
    margin-bottom: 0;
    padding: 0.25rem 1.25rem;
    margin-bottom: 5px;
    text-align: center;
}
.sourcing-accordion .card-body {
    background-color: #f8f8f8;
}
.sourcing-accordion .card p, .sourcing-tabs .tab-content p {
    font-size: 0.875rem;
}
.black-circle {
    background-color: #2a2a2a;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative;
    border-radius: 50%;
}
.black-circle i {
    font-size: 2.15em!important;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#contact-form .form-control {
    background-color: #f2f2f2;
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }
    h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media (max-width: 1200px) {
    .header-title {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .header-title {
        font-size: 40px;
    }
    .header-text {
        font-size: 18px;
    }
}