body {
    color: #fff !important;
}
a,
a:focus,
a:active {
    color: #f83772 !important;
}
a:hover {
    color: #2fdfd5 !important;
}
/* .preloader {
    background-color: #252525;
} */

.rd-navbar-classic,
.rd-navbar-panel {
    background-color: #050608;
}
.rd-navbar-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rd-navbar-fixed .rd-navbar-panel {
    justify-content: space-between;
    flex-direction: column;
}
.rd-navbar-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    justify-content: center;
    align-items: center;
}
.footer-minimal {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.rd-navbar-static .rd-nav-link:hover {
    color: #f83772;
}

.list-social .mdi-facebook,
.list-social .mdi-facebook:focus,
.list-social .mdi-facebook:active {
    color: inherit;
}

.breadcrumbs-custom-title {
    transform: none !important;
    color: #f83772 !important;
}

.stepper {
    width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
}

.img-group .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-group .img-wrapper img {
    width: 400px;
    height: auto;
}

.team-img--group {
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-img--wrapper {
    margin: 10px 0;
}
.team-img--wrapper img {
    width: 250px;
    height: auto;
    border-radius: 50%;
}
.team-img--wrapper .name {
    color: #f83772;
    font-size: 20px;
    font-weight: 700;
}
.team-img--wrapper .title {
    font-size: 17px;
    font-weight: 300;
    margin-top: 0px;
}

p.rights {
    color: #f83772;
}

.img-contact {
    width: 200px;
}
.ui-to-top {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    /* html.rd-navbar-fixed-linked .page {
        padding-top: 0px;
    } */
}

@media screen and (max-width: 991px) {
    .rd-navbar-toggle {
        display: block;
    }
}
