.top-bar-info li {
    color: #000;
}
.top-bar-info li i {
    color: #000;
}
.top-social-icon li a {
    color: #000;
}
.navbar-brand img {
    max-height: 100px;
}
.navbar-header-custom {
    padding: 0px 0 0px 0;
}
@media screen and (min-width: 992px) {
    .scrollHeader .navbar-header-custom {
        padding: 0px 0;
        transition-duration: 0.5s;
    }
}
.butn-style3 {
    color: #000;
}
.text-primary-hover:hover {
    color: #ffd000 !important;
}
.butn-style3.secondary {
    background: #000;
    color: #fff;
}
.text-dark-hover:hover {
    color: #000 !important; 
}
.icon-box .box-circle.primary {
    background: rgba(255, 208, 0, 0.09);
}
.text-tertiary {
    color: #ffd000 !important;
}
.title-style2 span:after {
    background: rgba(255, 239, 1, 0.09);
}
.title-style2 span:before {
    background: rgba(255, 239, 1, 0.09);
}
.btn-facebook {
    background: #1877f2;
    color: white !important;
    padding: 15px 15px 15px 45px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px !important;
    transition: background ease-in-out .25s;
}
.butn-style2:after {
    background: #1563c9;
}