.containers {
    margin-top: 90px;
}

.bg-image {
    background-image: url('../../images/video.jpg');
    background-attachment: fixed;
    background-position: center;
    padding: 95px 0;
}

ul {
    padding: 0;
}

.brand-logo {
    align-items: center;
}

.brand-logo img {
    margin-left: 10px;
}

button {
    height: fit-content;
}



.row,
col {
    margin: 0 !important;
}

/* utilities */
.breadcrumbs-custom {
    min-height: 300px;
    /* margin-top: 20px; */
}

.breadcrumbs-custom__title {
    text-align: center;
    padding-top: 100px;
    font-size: 50px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.product-ul {
    color: #fff;
    font-size: 15px;
    list-style: none;
}

.product-ul li a {
    text-decoration: none;
    color: var(--bs-purple);

}

.product_image {
    max-width: 100%;
}

/* list style for products lists */

.list-style li::before { 
    /* <!-- Unicode for >> character --> */
    content: "\2192";
    position: absolute;
    left: 0;
    clear: both;
    font-size: 20px;
    color: var(--bs-primary);
    padding-right: 10px;
    margin-left: 5px;
}

.list-style li {
    position: relative;
    padding-left: 35px;
    text-align: justify;
}

.product-ul li a:hover {
    color: #fff;
    transition: 0.5s;
}

.product-ul li i {
    font-size: 10px;
}

.row {
    margin-top: 100px;
    padding-inline: 0;
    margin-inline: 0;
}

main {
    width: 100%;
    /* padding: 30px; */

}

.medium-img {

    margin-bottom: 20px;
    border: 1px solid rgba(128, 128, 128, 0.249);
    width: 100%;
}

.col-8 {
    padding: 20px;

}

main ul {
    line-height: 2.6rem;
}

main ul li {
    list-style: none;
}


.button a {

    text-decoration: none;
    color: #fff;

}

.divider {

    width: 100%;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.438);
}


.clientsContainer {
    overflow: hidden;
}

.clients-wrapper {
    position: relative;
    width: 1620px;
}

.clients {
    width: 130px !important;
    flex: 1;
    height: 50px;
    border: 1px solid gray;
}

.clients img {
    height: 100%;
}


footer img {
    width: 100%;
}

/* card */

.card {
    box-shadow: 0 5px 10px 0 grey;

}

.card-header {
    background-color: var(--theme) !important;
    border-radius: 10px !important;
    margin-bottom: 1rem;
}

/* section */
.section-md {
    padding: 30px 0;
}

.list-detail li {
    list-style-type: disc;
    padding: 2px 0 5px 0;
}

.card .position-absolute {
    bottom: 3%;
    width: 93%;
}