main#maincontent {
    max-width: 100% !important;
    padding: 0px !important;
}
.home-we-are .title {
    margin-bottom: 0.2em;
}
.home-we-are .btn-wrap {
    padding-top: 0.7em;
}
.common-product{
    margin-top: 0;
}
.home-product-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: -1.3em;
}
.home-product-slider button.owl-prev span, .home-product-slider button.owl-next span {
    font-size: 5rem;
}
.home-product-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: -1.3em;
}
.common-product .inner-col {
    border-radius: 2.5em 0;
}
.common-product .photo.product-item-photo {
    margin-bottom: calc(var(--bs-space) / 2.5);
}
.common-product .product-item-name {
    padding: 0 calc(var(--bs-space) / 2.5);
    padding-bottom: calc(var(--bs-space) / 4);
}
.common-product .product-item-name a.product-item-link {
    font-size: 0.8em;
}
.common-product .product-item-short-description {
    padding: 0 calc(var(--bs-space) / 2.5);
    margin-bottom: calc(var(--bs-space) / 2.5);
}
.common-product .product-item-details {
    padding: 0 calc(var(--bs-space) / 2.5) calc(var(--bs-space) / 2.5);
}

.home-market .owl-item {
    position: relative;
    z-index: 1;
}
.home-market .owl-carousel .owl-item img {
    width: auto;
    object-fit: cover;
    height: 38vw;
}

.home-market .owl-item.center {
    z-index: 2;
}

.home-market .center .items {
    transform: scale(1.5);
}

.home-market .text-box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    padding: 2vw;
    opacity: 0;
    margin: auto;
    left: 50%;
    width: 100%;
}

.home-market .center .text-box {
    opacity: 1;
}

.home-market .text-box .title {
    margin-bottom: 0.5em;
    font-weight: normal;
    text-transform: uppercase;
}
.home-market .owl-nav:not(.disabled) {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-market .owl-carousel .owl-nav button.owl-prev{
    background-image: url(../images/errow-left-white.svg);
}
.home-market .owl-carousel .owl-nav button.owl-next{
    background-image: url(../images/errow-right-white.svg);
}
.home-market .owl-carousel .owl-nav button {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    font-size: 2.5vw;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
}
.home-market .owl-carousel .owl-nav button span {
    display: none;
}

.home-market .owl-dots {
    display: none;
}
.home-customer-quote .column {
    gap: 1.7rem;
    max-width: 492px;
    max-width: 1000px;
}
.home-customer-quote .column .quote {
    width: 1.7em;
    min-width: 1.7em;
    padding-top: 0.5em;
}
.home-why-choose .text-box {
    max-width: 60%;
}
.home-why-choose .text-box .title {
    margin-bottom: 0.5em;
}
.home-why-choose .text-box .btn-wrap {
    padding-top: 0.5em;
}
.home-case-studies .title {
    margin-bottom: 0.5em;
}
.home-case-studies .btn-wrap {
    padding-top: 1em;
}
.home-beyond {
    /*font-size: 1.25em;*/
}
.home-beyond .img-box {
    width: calc(100% - 547px);
    padding-right: calc(var(--bs-space) / 4);
}
.home-beyond .text-box {
    width: 547px;
    padding-right: calc(var(--bs-space) / 1.5);
    padding-left: calc(var(--bs-space) / 1.5);
}
.home-beyond .row {
    --bs-gutter-x: calc(var(--bs-space) * 1.5);
    --bs-gutter-y: calc(var(--bs-space) / 3);
}
.home-contact .heading-title:before {
    --bs-text-opacity: 0.1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}
.home-contact .text-box .discription {
    margin-bottom: calc(var(--bs-space) / 2.5);
}
.home-contact .text-box ul {
    gap: 0.8em;
}
.home-contact .text-box ul li {
    gap: 0.4em;
}
.home-contact .text-box .btn-wrap {
    padding-top: 1em;
}
@media screen and (max-width:1199px){
    .home-beyond .text-box {
        width: 465px;
    }
    .home-beyond .img-box {
        width: calc(100% - 465px);
    }
}
@media screen and (max-width:991px){
    .home-why-choose .text-box {
        max-width: 100%;
    }
    .home-beyond .text-box {
        width: 375px;
    }
    .home-beyond .img-box {
        width: calc(100% - 375px);
    }
    .home-beyond .row {
        --bs-gutter-x: calc(var(--bs-space) * 0.3);
    }
}
@media screen and (max-width:767px){
    .home-market .owl-carousel {
        background-color: var(--bs-primary);
    }
    .home-market .center .items {
        transform: scale(2.5);
    }
    .home-market .owl-carousel .owl-item img {
        height: 58vw;
    }
    .home-market .center .mobile-box {
        display: block !important;
        width: 100vw;
        margin-left: -33.2vw;
    }
    .home-market .mobile-box .title {
        margin-bottom: 0.5em;
    }
    .home-market .owl-nav:not(.disabled) {
        width: 90%;
        top: 35%;
    }
    .home-market .owl-carousel .owl-nav button{
        font-size: 4vw;
    }

    .home-why-choose .text-box {
        max-width: 100%;
        --bs-bg-opacity: 1;
    }
    .home-why-choose .overlay {
        position: initial !important;
    }
    .home-beyond {
        font-size: 1em;
    }
    .home-beyond .text-box {
        width: 100%;
        padding: 0;
        max-width: 540px;
        margin: auto;
        padding-bottom: calc(var(--bs-space) / 2);
    }
    .home-beyond .img-box {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width:575px){
    .home-why-choose .text-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-beyond .text-box {
        max-width: 100%;
    }
}