/* #3154a1
#242b5e
#8a8a8a
#3c358a */

/* Background */
@media (max-width: 768px) {
    .bg-linier-blue-grey {
        background: linear-gradient(to bottom, #3154a1 50%, #989899 50%);
    }
}
@media (min-width: 768px) {
    .bg-linier-blue-grey {
        background: linear-gradient(to right, #3154a1 50%, #989899 50%);
    }
}

.bg-navy {
    background-color: #3154a1 !important;
}
.bg-gray {
    background-color: #989899 !important;
}
.bg-purple {
    background-color: #3c358a !important;
}

/* Border */
@media (min-width: 992px) {
    .rounded-pill-tl {
        border-top-left-radius: 2rem !important;
    }
    .rounded-pill-tr {
        border-top-right-radius: 2rem !important;
    }
}

/* Icon */
.hover-custom-flaticon {
    top: 0;
    left: 0;
    display: none;   
}

.single-services:hover .hover-custom-flaticon {
    display: inline;   
}

.single-services:hover .custom-flaticon {
    display: none;
}


/* Client Logo */
.figure {
    width: 175px !important;
    height: 105px !important;
    margin: 0 10px;
    /* filter: saturate(0) !important; */

    .lscape {
        width: 100% !important;
        height: auto !important;
    }
    
    .square {
        width: 50% !important;
        height: auto !important;
    }
}

.figure:hover {
    filter: none !important;
    background-color: #edf2f7;
}

/* Custom Image */
.img-advisor {
    width: 175px;
    height: 175px;
    object-fit: cover;
    object-position: top;
}

/* Footer Logo */
.footer-logo img {
    filter: brightness(0) invert(1);
}