/* BCL child additions. Existing theme colors, fonts and spacing are reused. */

.bcl-hero-copy p {
    max-width: 720px;
    margin: 18px 0 28px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.bcl-certificates {
    padding: 90px 0;
    background: var(--bg-color);
}

.bcl-certificates .title.title-sec {
    margin-bottom: 45px;
}

.bcl-certificates-slider .item {
    padding: 10px;
}

.bcl-certificate-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 15px #0000000d;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bcl-certificate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px #00000017;
}

.bcl-certificate-card .certificate-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    padding: 18px;
    background: #fff;
}

.bcl-certificate-card .certificate-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bcl-certificate-card .certificate-details {
    min-height: 140px;
    padding: 22px;
    border-top: 1px solid #efefef;
}

.bcl-certificate-card .certificate-details h3 {
    margin: 0 0 10px;
    color: var(--main-color);
    font-size: 19px;
    line-height: 1.55;
}

.bcl-certificate-card .certificate-details p,
.bcl-certificate-card .certificate-details span {
    display: block;
    color: #626262;
    font-size: 14px;
    line-height: 1.7;
}

.bcl-certificates-slider .owl-dots,
.bcl-partners-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.bcl-certificates-slider .owl-dots .owl-dot span,
.bcl-partners-slider .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background: #dedede;
    transition: all .3s ease;
}

.bcl-certificates-slider .owl-dots .owl-dot.active span,
.bcl-partners-slider .owl-dots .owl-dot.active span {
    width: 24px;
    border-radius: 10px;
    background: var(--main-color);
}

.bcl-partners-slider .item {
    padding: 0 8px;
}

.bcl-partners-slider .part-block {
    margin: 10px 0;
}

.bcl-partners-slider .part-block .img img {
    width: auto;
    max-width: 170px;
    max-height: 78px !important;
    object-fit: contain;
}

.bcl-contact-stack li + li {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .bcl-certificates {
        padding: 65px 0;
    }

    .bcl-certificate-card .certificate-image {
        height: 290px;
    }

    .bcl-hero-copy p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .bcl-certificates {
        padding: 50px 0;
    }

    .bcl-certificates .title.title-sec {
        margin-bottom: 28px;
    }

    .bcl-certificate-card .certificate-image {
        height: 260px;
        padding: 12px;
    }

    .bcl-certificate-card .certificate-details {
        min-height: auto;
        padding: 18px;
    }

    .bcl-certificate-card .certificate-details h3 {
        font-size: 17px;
    }

    .bcl-partners-slider .part-block {
        height: 145px;
    }

    .bcl-hero-copy p {
        margin: 12px 0 20px;
        font-size: 14px;
        line-height: 1.7;
    }
}
