/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */


#banner1 h1 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1px;
}

.client-box img {
    width: 100%;
}

.navbar-brand img {
width: 70%;
}

.topbar.fixed-header .navbar .navbar-brand img {
 width: auto;
}

.client2 {
    padding: 0;
}

.especificaciones {
    padding-left: 10px;
}

.especificaciones .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

}


@media (max-width: 991px) {

    .navbar-brand img {
        width: 40%;
    }
}


