html {
    scroll-behavior: smooth;
}

.text-theme {
    color: #009EC1 !important;
}

.bg-theme {
    background-color: rgba(0, 158, 193, 0.2) !important;

}

.icon-list.bullet-soft-leaf.bullet-bg i {
    background-color: rgba(0, 158, 193, 0.2) !important;
}
.icon-list.bullet-soft-leaf i {
    color: #009EC1;
}
.btn-theme-light {
    color: #009EC1;
    background-color: rgba(0, 158, 193, 0.2) !important;
}
.btn-theme {
    color: #ffffff;
    background-color: #009EC1 !important;
}
