/* --- Colors --- */

:root {
    --main: #7f3e96;
    --main-light: #08bed7;
    --main-dark: #ff5586;
    --bg-shared-banner: #f9f9f9;
    --color-services: #ff6e21;
    --btn-hover: #7f3e96;
    --btn: #262626;
    --bg-footer: #1C1C1C;
    --bg-nav: #1F1F1F;
}
#cookie-bar {
    background-color: #ffd27f!important;
}

.logo a img, .footer-logo a img{
    width: 100%!important;
}
.banner-wrap .banner-content-7 h2 a {
    color: var(--main)!important;
}
.breadcrumb-area {
    margin-top: 106px!important;
}
.skill-bar .skill-bar-item .progress .progress-bar {
    background-color: rgb(127 62 150);
}
.skill-bar .skill-bar-item .progress {
    background-color: #d0d0d0;
}
.talk-us-content a {
    background-color: #000000;
}