.top-bar {
    display: none;
}
.slide-text p {
    color: #fff;
}
.widget-content.mabt p {
    color: #fff;
}
.pull-left.copy-text p {
    font-weight: 600;
}
ul.social li a i.fa {
    font-size: 24px;
    color: #fff;
}
p.text-justify.mabt {
    color: #fff;
}
span.my-styles {
    color: #ed1b24;
    font-weight: 600;
}

.main-footer .contact-info li:hover {
    color: red;
}
.main-footer .contact-info li a:hover {
    color: red!important;
}
ul.social li a i.fa:hover {
    color: red;
}
li.wow.fadeInUp.animated {
    width: 14%;
    float: left;
}
.toltip {
    position: relative;
    display: inline-block;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.toltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 101%;
    left: 50%;
    margin-left: -60px;
}

.toltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ed1b24 transparent transparent transparent;
}
.toltip:hover .tooltiptext {
    visibility: visible;
}

@media only screen and (max-width: 767px) {
.main-logo.wow.bounce.animated img {
    width: 98%!important;
    margin-top: 2px;
}

}