/*START CUSTOM NAVBAR*/
.fixed-navbar .nav__item .nav__item-link {
    color: #ffffff;
}
.heading-2 .heading__desc {
    color: #ffffff;
}

.header-transparent .nav__item .nav__item-link {
    color: #ffffff;
}

.fixed-navbar {
    background-color: #ffffff !important;
}

.fixed-navbar .nav__item .nav__item-link {
    color: #000000 !important;
}


#mainNavigation .menu-opened {
    background-color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
    .header .navbar, .header-transparent .navbar {
        background-color: #ffffff;
    }

    .navbar .nav__item .nav__item-link {
        color: #000000 !important;
    }
}
/*END CUSTOM NAVBAR*/
/*START SLIDER*/
.slider .slide__title, .slider .slide__desc {
    color: #ffffff;
}
/*END SLIDER*/

.owl-thumb-item i {
    color: #fdcb58 !important;
}

.owl-thumb-item span {
    color: #fdcb58 !important;
}

.owl-thumb-item.active i {
    color: #453497 !important;
}

.owl-thumb-item.active span {
    color: #453497 !important;
}

.nav__link.active i {
    color: #453497 !important;
}

.nav__link.active h4 {
    color: #453497 !important;
}

.nav__link i {
    color: #fdcb58 !important;
}

.nav__link h4 {
    color: #fdcb58 !important;
}

.video-1 .heading span, .video-1 .heading h3 {
    color: #ffffff !important;
}

#floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #db4437;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
    background: url(../images/whatapps.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
}
.white-background {
    background-color: #ffffff !important;
}

.purple-background {
    background-color: #453497 !important;
}

.yellow-background {
    background-color: #fdcb58 !important;
}

.font-purple {
    color: #453497 !important;
}

.font-black {
    color: #000000 !important;
}

.font-white {
    color: #ffffff !important;
}

.font-yellow {
    color: #fdcb58 !important;
}

#scrollTopBtn {
    background-color: #9b9b9b ;
}


.select2-selection__rendered {
    background-color: #453497 !important;
    color: #ffffff;
}
.select2-selection__placeholder {
    color: #ffffff !important;
}
.select2-dropdown--below {
    background-color: #453497 !important;
}

li.select2-results__option {
    color: #ffffff !important;
}
