.btn.btn-brand-1 {
    background: var(--primary-color);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 15px 24px;
}
.btn.btn-brand-1:hover{
    background: var(--primary-color);
    color: #fff;
    
}





.btn.btn-brand-1 svg {
    color: #fff;
}

.btn.btn-brand-1 svg:hover {
    color: #02A9F7;
}

.card-offer-style-2 {
  background-color: #eaedff;
}

.bg-grey-60 {
    background-color: #eaedff !important;
}

.card-small .card-image .box-image{
    background-color: #eaedff !important;
}

.box-newsletter{
  background-color: #eaedff !important;
}
footer .footer-2 {
    background-color: #eaedff !important;
}

.accordion-button:not(.collapsed) {
    background-color: #eaedff;
}
.accordion-body{
    background-color: #eaedff;
}
.box-image-bg {
    background-color: #eaedff;
}


.list-core-value li .ticked {
    background: #eaedff url(../imgs/page/about/tick.svg) no-repeat 50%;
}

.bg-grey-80 {
    background-color: #eaedff;
}
.img-banner.hasBorder2:before {
    border: 3px solid #eaedff;
}
.img-banner.hasBorder:before {
    border: 3px solid #eaedff;
}
.btn.btn-tag-circle {
    background: #eaedff;
}
.table-forum thead th {
    background-color: #eaedff;
}
.item-forum .item-image {
    background-color: #eaedff;
}
.footer-2 {
    background-color: #000 !important;
}
.footer .footer-2 {
    background-color: #0e0436 !important;
}
.footer .footer-bottom {
     border-top: 1px solid #0e0436;
}
.font-md-bold {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    font-weight: bolder;
}