/*
* Color
*/

/*
* Background color DF3865 - c80a48
*/

.bg-base-color {
    background-color: #DF3865 !important;
	
}

.bg-base-color-blue {
    background-color: #0e9aa7 !important;
	
} 


.bg-base-color-purple {
    background-color: #27469C !important;
	
}

.bg-base-color-green {
    background-color: #469c27 !important;
	
}

.bg-base-color-red {
    background-color: #AE1C43 !important;
	
}

.bg-base-color-orange {
    background-color: #DA4E23 !important;
	
}


/*
* Border color
*/

.border-base-color {
    border-color: #DF3865 !important;
}


/*
* Button color
*/

.btn-base-color {
    background-color: #DF3865 !important;
}


/*
* Flickity
*/

.carousel-custom.carousel-fullscreen .flickity-page-dots .dot.is-selected {
    background: #DF3865 !important;
}


/*
* Preloader
*/

.pace .pace-progress {
    background-color: #DF3865 !important;
}


/*
* Select2 custom
*/

.select2-dropdown-custom .select2-results > .select2-results__options > .select2-results__option[aria-selected=true] {
    background-color: #DF3865 !important;
}


/*
* Text color
*/

.text-base-color {
    color: #DF3865 !important;
}