/* body {

} */

.our-clients-bg-img-1 {
    margin-top: 2.5%;
    background-size: cover;
    background-position: center;
    background-color: #dddddd;
    height: 230px;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}

.our-clients-bg-img-1::before {
    background-color: #000000;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.heading-main-con {
    margin: 6.5rem 0 3rem 8rem;
    width: 16rem;
    z-index: 1;
    color: #fff;
}

.heading-main-con h1 {
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #fff !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}


/* Client List */

.clients-sec-con {
    padding: 0 20px 0 20px;
    background-color: f4fbfd;
    margin: 1rem 0 2rem 0;
}

.clients-heading-main {
    background-color: #f4fbfd;
    margin: 2rem auto 3rem auto;
}

.clients-heading-main h1 {
    font-size: 35px;
    /* line-height: 65px; */
    text-transform: uppercase;
    color: #444 !important;
    font-weight: bold !important;

    letter-spacing: 0.5px !important;
}

.clients-sec-con .row {
    padding: 0 0 4rem 0;
    background-color: #f4fbfd;
}

.list-group a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 18px;
}

.list-group-item {
    color: #000;
    transition: all 0.5s;
}

.image-parent {
    width: 114px;
    height: 85px;
}

.image-parent img {
    width: 100%;
    height: 100%;
}

.list-group-item p {
    margin: auto 0 auto 2%;
}

.list-group-item-action {
    color: #000;
}

.list-group-item-action:hover {
    background-color: #f8b604;
    color: #000;
}


/* *************************************** Media Queries ************************************ */
/* *************************************** Media Queries ************************************ */
/* *************************************** Media Queries ************************************ */


@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */

    .our-clients-bg-img-1 {
        margin-top: 2.5%;
        background-size: cover;
        background-position: center;
        background-color: #dddddd;
        height: 230px;
        font-size: 1.5rem;
        color: #fff;
        position: relative;
    }

    .our-clients-bg-img-1::before {
        background-color: #000000;
        content: "";
        left: 0;
        height: 100%;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .heading-main-con {
        margin: 6.5rem 0 3rem 8rem;
        width: 16rem;
        z-index: 1;
        color: #fff;
    }

    .heading-main-con h1 {
        font-size: 35px;
        line-height: 65px;
        text-transform: uppercase;
        margin: 0 0 15px;
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }


    /* Client List */

    .clients-sec-con {
        padding: 0 20px 0 20px;
        background-color: f4fbfd;
        margin: 1rem 0 2rem 0;
    }

    .clients-heading-main {
        background-color: #f4fbfd;
        margin: 2rem auto 3rem auto;
    }

    .clients-heading-main h1 {
        font-size: 35px;
        /* line-height: 65px; */
        text-transform: uppercase;
        color: #444 !important;
        font-weight: bold !important;

        letter-spacing: 0.5px !important;
    }

    .clients-sec-con .row {
        padding: 0 0 4rem 0;
        background-color: #f4fbfd;
    }

    .list-group a {
        text-decoration: none;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 500;
        font-size: 16px;
    }

    .list-group-item {
        color: #000;
        transition: all 0.5s;
    }

    .image-parent {
        width: 100px;
        height: 75px;
    }

    .image-parent img {
        width: 100%;
        height: 100%;
    }

    .list-group-item p {
        margin: auto 0 auto 3%;
    }

    .list-group-item-action {
        color: #000;
    }

    .list-group-item-action:hover {
        background-color: #f8b604;
        color: #000;
    }

}