html {
    scroll-behavior: smooth; 
}
header .wrap-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-logo-main {
    width: 150px;
    height: auto;
}
.overlay{
    height: 100vh;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}
#site-header.is-sticky .main-nav a {
    color: #4b4b4b !important;
}

.product-item img {
    width: 100%;
    margin-bottom: 36px;
    height: 347px;
    object-fit: cover;
}
.service, .about {
    background-color: #f8f8f8;
}
.product, .contact {
    background-color: #FFF;
}
.section-title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
}
.manufacturing-address {
    width: 50% !important;
}
.address-text {
    width: 50% !important;
}
.dd-title, h2, .h1, .title {
    font-weight: bold !important;
}
span.h1 {
    font-weight: bold !important;
}
.footer-overlay{
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.service-item-wrap {
    padding: 28px 0 0;
    text-align: justify;
}

.partners-space {
    color: #fff;
}

.partners-space p {
    margin-bottom: 10px;
}

.partners-space p a {
    color: #fff;
}

.blue-scope-logo {
    width: 100%;
}
img.product-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
p {
    font-size: 18px;
}

@media screen and (max-width:768px) {
    #site-header .main-nav a {
        color: #fff !important;
        letter-spacing: 1.5px;
    }
    p {
        text-align: justify;
    }
    .wprt-contact-form-1 .wrap-submit {
        margin-bottom: 40px;
    }
    #footer-widgets .widget .widget-title {
        text-align: center;
        margin-bottom: 20px;
    }
    #footer-widgets.style-1 .widget .widget-title > span:after, #footer-widgets.style-2 .widget .widget-title > span:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .partners-space p {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-img {
        display: flex;
    }
}