/* -----------------------family owned start---------------------- */
.family-owned-sec {
    position: relative;
}

.family-owned-sec:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -45px;
    background: #707070;
    width: 1px;
    height: 91px;
}

.family-owned-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
    row-gap: 35px;
    margin: 0;
}

.family-owned-box {
    min-height: 117px;
    display: block;
    width: calc(50% - 17px);
    min-height: 141px;
    align-items: center;
    align-content: center;
    padding: 22px 30px 18px 34px;
    background: #006CB9;
    position: relative;

}

/* .family-owned-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0.1px;
    width: 19px;
    height: 19px;
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #fff;
    border: 1px solid #E3EEF6;
} */

.family-owned-box:before {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    width: 19px;
    height: 19px;
    z-index: 1;
    clip-path: polygon(99% 0, 0% 110%, 99% 100%);
    background: #fff;
    border: 0;
}


.bg-blue .family-owned-box:before {
    background: #E3EEF6 0% 0% no-repeat padding-box;
}

.family-owned-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    padding-right: 55px;
    font-family: 'Instrument Sans';
}

/*  */
.familyowned-left {
    width: calc(100% - 693px);
    padding-right: 93px;
}

.familyowned-right {
    width: 693px;
}

.familyowned-left .heading-44 {
    margin-bottom: 64px;
    position: relative;
}

.familyowned-left .heading-44:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -35px;
    background: #4F5459;
    width: 2px;
    height: 23px;
}

.familyowned-left .heading-18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Instrument Sans';
    color: #141414;
    margin-bottom: 0;
}

/* full width start */
.family-owned-list.full-width {
    gap: 73px;
}

.family-owned-list.full-width .family-owned-box {
    width: calc(25% - 55px);
}

.family-owned-list.full-width .family-owned-title {
    padding-right: 25px;
}

.aboutpg .family-owned-sec:after {
    display: none;
}

/* -----------------------family owned end--------------------- */



/* ------------------ Brands We Work With start ------------------ */
.certificate-intro .heading-26 {
    letter-spacing: 0;
    margin-bottom: 0;
}

.certificate-intro .heading-26>span {
    position: relative;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #121517;
}

.certificate-intro .heading-26>span:before {
    content: "";
    left: 0;
    top: 50%;
    bottom: 16px;
    background: #C7D8E3;
    height: 1px;
    width: calc(50% - 185px);
    position: absolute;
}

.certificate-intro .heading-26>span:after {
    content: "";
    right: 0;
    top: 50%;
    bottom: 16px;
    background: #C7D8E3;
    height: 1px;
    width: calc(50% - 185px);
    position: absolute;
}

.certificate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 44px;
}

.certi-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    height: 100px;
    width: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C7D8E3;
    opacity: 1;
    /* width: calc(16.66% - 37px); */
}

.bg-blue .certi-box {
    border: 0;
}


.certificate-list.slick-initialized {
    margin: 0 -11px;
    width: calc(100% + 22px);
}

.certificate-list.slick-initialized .slick-slide {
    padding: 0 11px;
}



/* ------------------ Brands We Work With end ------------------ */


@media (max-width:1599px) {
    .familyowned-left {
        width: calc(100% - 600px);
        padding-right: 40px;
    }

    .familyowned-right {
        width: 600px;
    }

    .family-owned-title {
        padding-right: 0;
    }

    .certificate-list {
        gap: 38px;
    }

    .certi-box {
        width: 180px;
    }

    /*  */
    .family-owned-list.full-width {
        gap: 20px;
    }

    .family-owned-list.full-width .family-owned-box {
        width: calc(25% - 15px);
    }


}

@media (max-width:1440px) {
    .family-owned-list {
        column-gap: 20px;
        row-gap: 20px;
    }

    .family-owned-box {
        width: calc(50% - 10px);
    }

    .certi-box {
        width: 170px;
        height: 80px;
    }

    .certificate-list {
        gap: 18px;
    }

    /*  */
    .family-owned-list.full-width .family-owned-title {
        padding-right: 0px;
    }

    .family-owned-list.full-width .family-owned-box {
        padding: 22px 30px 18px 30px;
    }

}

@media (max-width:1199px) {
    .familyowned-left {
        width: calc(100% - 550px);
        padding-right: 20px;
    }

    .familyowned-right {
        width: 550px;
    }

    .family-owned-list {
        column-gap: 12px;
        row-gap: 12px;
    }

    .certificate-list {
        gap: 18px;
    }

    .certi-box {
        width: 140px;
        height: 80px;
    }

    /*  */
    .family-owned-list.full-width .family-owned-box {
        padding: 15px 21px;
    }

    /* -------------------- */
    .family-owned-box {
        padding: 15px 30px 15px 34px;
    }

    .family-owned-title {
        font-size: 17px;
    }
    
}

@media (max-width:991px) {
    .familyowned-left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .familyowned-right {
        width: 100%;
        text-align: center;
    }

    .familyowned-left .heading-44:after {
        display: none;
    }

    .familyowned-left .heading-44 {
        margin-bottom: 15px;
        color: #16191C;
    }

    .familyowned-left {
        text-align: center;
    }

    .family-owned-parent {
        margin-bottom: 20px;
    }

    .family-owned-box {
        text-align: center;
        /* min-height: auto; */
        padding: 18px 20px;
    }

    .family-owned-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .family-owned-list {
        column-gap: 15px;
        row-gap: 15px;
    }

    .certificate-intro {
        margin-bottom: 15px;
    }

    .family-owned-sec:after {
        display: none;
    }

    /*  */
    .family-owned-list.full-width .family-owned-box {
        padding: 16px 60px;
        width: calc(50% - 10px);
    }

}

@media (max-width:767px) {

    /*  */
    .family-owned-list.full-width .family-owned-box {
        padding: 12px 20px;
        width: calc(50% - 10px);
    }
}

@media (max-width:575px) {
    .certificate-list {
        gap: 22px;
    }

    .certi-box {
        width: 130px;
        height: 80px;
    }

    .certi-box img {
        max-width: 100px;
    }

    /*  */
    .family-owned-list.full-width {
        gap: 15px;
    }

    .family-owned-list.full-width .family-owned-box {
        padding: 18px 20px;
        width: calc(50% - 8px);
    }
}

@media (max-width:480px) {
    .family-owned-title {
        font-size: 14px;
        line-height: 18px;
    }

    .certificate-list {
        gap: 10px;
    }

    .certi-box {
        width: 103px;
        height: 52px;
    }

    .certi-box img {
        max-width: 79px;
    }
}