﻿
.text-p {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.service-carousel .owl-dots, .service-carousel .owl-dots .disabled {
    margin-top: 24px;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    border: 5px solid var(--light-color);
    transition: .5s;
}

    .service-carousel .owl-dot.active {
        background: var(--light-color);
        border-color: var(--primary-color);
    }

.service-carousel .owl-stage {
    display: flex;
}

.service-carousel .owl-item {
    display: flex;
}

.service-carousel .bg-light {
    min-height: 100%;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.row.g-0 {
    min-height: 100%;
    align-items: stretch;
}

.col-lg-3.d-lg-flex {
    min-height: 100%;
}

    .col-lg-3.d-lg-flex > .d-flex {
        height: 100%;
    }

