.wrap-logo.no-banner .logo {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color:#FF0000;
}
.main-menu > .home-down> a::after {
     content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    color: #222;
    line-height: 1.5;
    margin-left: 6px;
    margin-bottom: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.topbar{
    /*background-color: #FF0000;*/
    background-color: #FF0000;
}

.topbar > .content-topbar > span, a, .left-topbar-item{
    color: white;
}
a.left-topbar-item:hover {
    color: white;
}
.topbar > .content-topbar > span:hover, a:hover, .left-topbar-item:hover{
    color: white;
}

.right-topbar > a > span{
    color: white;
}
.right-topbar > a{
    color: white;
}
.right-topbar > a:hover{
    color: white;
}
.logo-stick , .logo-stick:hover{
    color:  #FF0000;
}
.bg2,.cl11 {
    background-color: #FF0000;
    color: white;
}
.cl6{
    color: white;
}
.bg11,.hov-link1 {
    text-decoration: none;
    background-color: #FF0000;
    color: white;
}
.hov-link1:hover {
    text-decoration: none;
    background-color: #FF0000;
    color: white;
}
section > .container > .row > .p-b-50 > .p-r-10 > a {
    color: black;
}
section > .container > .row > .p-b-50 > .p-r-10 > a:hover {
    color: white;
}

.main-menu > li > a::before{
    background-color:#FF0000 ;
}
.main-menu > li > a:hover{
    color: #FF0000;
}
.bg10 {
    background-color: #FF0000;
}
.f1-s-5:hover {
    color: #FF0000;
}
.f1-m-1:hover {
    color: #ece4e4;
}

.f1-m-3:hover {
    color: #FF0000;
}
.topbar-mobile {
    background-color: #FF0000;
    padding: 8px 25px 5px 25px;
}

.main-menu-m {
    padding-top: 13px;
    padding-bottom: 23px;
    background-color: #d1d8dc;
}
.main-menu-m > li {
    position: relative;
    background-color: #17b97800;
    color: #FF0000;
}
.main-menu-m > li > a {
    font-size: 16px;
    color: #FF0000;
}
.btn-back-to-top{
    background-color: #FF0000;
}