/* Pro Styles */

/*--Top Head--*/

.topbar-contact a,
.topbar-contact a span,
.topbar-social a,
.topbar-social a span,
.topbar-cta a,
.topbar-cta a span {
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.topbar-contact i,
.topbar-contact svg,
.topbar-social i,
.topbar-social svg {
    color: #ffffff !important;
    fill: #ffffff !important;
    transition: all 0.3s ease;
}

.topbar-contact a:hover,
.topbar-social a:hover,
.topbar-cta a:hover {
    color: #8ec341 !important;
}

.topbar-contact a:hover i,
.topbar-contact a:hover svg,
.topbar-social a:hover i,
.topbar-social a:hover svg {
    color: #8ec341 !important;
    fill: #8ec341 !important;
}

.topbar-cta a {
    background-color: #8ec341;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.4;
}

.topbar-cta a span {
    color: #ffffff !important;
}

.topbar-cta a:hover {
    background-color: #7db336;
    color: #ffffff !important;
}
/*/--Top Head--/*/