/* BREADCRUMBS */
.breadcrumbs {
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-content {
    background: linear-gradient(45deg, #ffffff, #cfdbf2, #e1cbec, #e2cceb);
    border-image: linear-gradient(45deg, #1a89d0, #3c62d0, #8c30c5, #af548d) 1;
    border-width: 2px;
    border-style: solid;
    padding: 30px 0px;
    color: #fff;
    text-align: center;
}
.breadcrumbs-content h1 {
    text-transform: uppercase;
}
.breadcrumbs-content p {
    text-transform: uppercase;
}
.breadcrumbs-content p a {
    font-weight: bold;
}
.about-breadcrumbs {
    background-image: url("../images/banner-who-we-are.jpg");
}
.faqs-breadcrumbs {
    background-image: url("../images/banner-faqs.jpg");
}
.clients-breadcrumbs {
    background-image: url("../images/banner-our-clients.jpg");
}
.what-we-do-breadcrumbs {
    background-image: url("../images/banner-what-we-do.jpg");
}
.contact-us-breadcrumbs {
    background-image: url("../images/banner-contact-us.jpg");
}
.cookie-breadcrumbs {
    background-image: url("../images/banner-cookies.jpg");
}
.privacy-breadcrumbs {
    background-image: url("../images/banner-privacy-policy.jpg");
}
/* END BREADCRUMBS */

/* FAQS*/
.accordion-body p {
    color: #fff;
}
/* END FAQS*/

/* OUR CLIENTS */
.our-clients-section {
    padding: 100px 0px;
}
.our-clients-section img {
    border-image: linear-gradient(45deg, #ffffff, #cfdbf2, #e1cbec, #e2cceb) 1;
    border-width: 15px;
    border-style: solid;
}
.our-clients-section .row{
    margin-bottom: 50px;
}
/* END OUR CLIENTS */

/* COOKIE POLICY */
.cookie-policy-section, .privacy-policy-section {
    padding: 100px 0px;
}

.service-active{
 font-weight: bold;
}

/* END COOKIE POLICY */

/* COOKIE POPUP */
.modal-dialog {
    position: absolute;
    bottom: 0;
    margin: 0 5%;
    max-width: 100%;
    background: linear-gradient(45deg, #1a89d0, #3c62d0, #8c30c5, #af548d);
    padding: 5px;
}
.modal-content {
    border-radius: 0px;
    background: linear-gradient(179deg, #f2f6ff, #cfdbf2, #e1cbec, #e2cceb);
}
.modal-title {
    font-weight: bolder;
}
.modal-body {
    border-radius: none;
}
.modal-body a {
    font-weight: bold;
    color:#8c30c5;
}
/* END COOKIE POPUP */