<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*about us*/

.about-left-side {
    margin-left: 35px;
}

.about-left-side .section-header {
    padding-bottom: 0;
    margin: 0 auto 0 0;
    text-align: left;
}

.about-left-side .section-header .section-heading:after {
    margin: 0 auto 0 0;
}

.about-right-side:before {
    content: "";
    background: #fd5d14;
    display: block;
    height: 50%;
    z-index: -1;
    position: absolute;
    width: calc(50% + 35px);
    right: 35px;
    left: 0px;
}

.about-right-side {
    height: 100%;
}

.about-right-side&gt;img {
    padding: 0;
    padding-top: 35px;
    padding-left: 35px;
    height: 100%;
    display: block;
}

.our-vision {
    background-image: url(../../assets/images/about-us/vision.jpg);
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.our-vision p.text-custom-white {
    font-size: 1.3rem;
}

.our-vision .section-header {
    max-width: 900px;
}

.our-process {
    background-color: #eee;
}

.our-process .categories-tabs .nav .nav-item {
    width: 16.6%;
}

.our-process .categories-tabs .nav .nav-item .nav-link {
    display: block;
    height: 100%;
}

.our-process .section-header {
    padding-bottom: 65px;
}

.our-process .categories-tabs .nav .nav-item .nav-link span {
    display: block;
    font-size: 60px;
    line-height: 1;
    width: 90px;
    margin: 0 auto 10px;
}

.our-process .categories-tabs .nav .nav-item:first-child .nav-link span {
    width: 108px;
}


/*.about-us .testimonials-box{*/


/*    background-color: #f4f4f4;*/


/*}*/


/*.about-us .testimonials-box .text-custom-white {*/


/*    color: #111111;*/


/*}*/

.about-us .testimonials-inner .testimonial-content {
    max-width: unset !important;
    width: 100%;
}


/*.about-us .testimonials-inner:before {*/


/*    color: #fd5d14 !important;*/


/*}*/


/*.about-us .testimonials-box .section-header .section-heading:after {*/


/*    background-color: #fd5d14*/


/*}*/

.our-core-values {
    background-color: #f4f4f4;
}

.with-shadow {
    box-shadow: 0 0px 5px rgb(0 0 0 / 40%);
    margin-bottom: 2rem;
    background-color: white;
}

.with-shadow:last-child {
    margin-bottom: 0;
}

.custom-packaging .main-image {
    height: 620px;
}

@media (max-width: 767px) {
    .our-process .categories-tabs .nav .nav-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .our-process .categories-tabs .nav .nav-item {
        width: 100%;
    }
}</pre></body></html>