/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.icon-round-lg {
    width: 8.5rem !important;
    height: 6.5rem !important;
    margin-left: -22px;
}

.icon-round-lg > .icon {
    height: 4.25rem !important;
}

.color-lean {
    color: #f37428;
}

.color-lean-green {
    color: #6faf18;
}

.line-height-more {
    line-height: 1.5;
}

.text-justify {
    text-align: justify;
}

li.active > a {
    color: #f37428 !important;
}

.badge {
    border: 2px solid #ffc107;
}

.js-customer-cat {
    cursor: pointer;
}

.gallery-item-visabe {
    opacity: 1;
}

.gallery-item-hidden {
    opacity: 0.4;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.gallery-item-visabe, .gallery-item-hidden {
    transition: opacity .9s;
}


/*
.customer-logo {
    height: 11rem !important;
}*/