






.theme-primary-shade, .primary-shade, primary-texture {
background-color: #006eb8;
}

.theme-secondary-shade, .secondary-shade {
background-color: #75b6e4;
}

.bg-theme-accent {
background-color: #006eb8;
}

.text-theme-accent {
color: #006eb8;
}

.border-theme-accent, .border-theme-secondary-accent {
border-color: #006eb8;
}

.title:before {
background-color: #006eb8;
}

/* Primary Theme */

.main-theme.primary-shade, .main-theme .primary-shade {
background-color: #006eb8;
}

.main-theme .primary-shade h2:after, .main-theme.primary-shade h2:after {
color: #FFFEF9;
}

.main-theme.secondary-shade, .main-theme .secondary-shade {
background-color: #75b6e4;
}

.main-theme .title:before {
background-color: #75b6e4;
}

.main-theme.text-primary-shade, .main-theme .text-primary-shade {
color: #006eb8;
}


.main-theme h2:after {
color: #75b6e4;
}


.main-theme .slick-dots-track > li.slick-active > button {
background-color: #006eb8;
}