:root {
    --tg-theme-primary: #4ea7f4;
    --tg-theme-secondary: #373d68;

    --tg-common-color-blue: #014763;
    --tg-common-color-blue-2: #005B7F;

    --tg-common-color-dark: #0B1A33;
    --tg-heading-color: #0B1A33;
}

.btn:hover, .btn:focus-visible, .btn-two, .courses__item-bottom .button a {
    color: var(--tg-common-color-white);
}

.tg-header__top {
    background-color: var(--tg-common-color-dark);
}

.features__icon-three i {
    font-size: 3rem;
}

.banner-area.banner-bg-three {
    padding: 0;
    background-color: var(--tg-common-color-dark);
}

.banner-area .banner__content-three h2.title {
    color: var(--tg-common-color-white);
}

.cookie-bar {
    color: #fff;
}

.cookie-bar a {
    color: #fff;
}