.logo-nav {
    width: 200px !important;
    margin-top: -20px;
}

.logo-footer {
    width: 90%;
}
.selcLang {
    margin-left: 24px;
    min-width: 30px !important;
    padding: 0px !important;
}
a { color: #ab3038; }

    /*whatsup*/
    /*--------start--------*/
    .float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float-whatsapp {
    margin-top: 16px;
}
/*--------end--------*/
/*whatsup*/


/*brand area*/
/*--------start--------*/
.barnd-area .apps {
    padding-top: 30px;
}

.barnd-area .apps .app-item {
    display: block;
    float: right;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.barnd-area .apps .app-item:hover {
    margin-top: -10px;
    padding-bottom: 10px;
}

.barnd-area .apps .app-item .icon {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {


     .barnd-area .apps {
         margin-top: 30px;
     }

     .barnd-area .apps .app-item {
         float: left;
     }
 }
/*--------end--------*/
/*brand area*/


/*a:hover {
    color: #f9faff;
    background: #ab3038;
}*/