/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.loading{
    background-image: img("/img/ajax-loader.gif");
}

.industries-box:hover {
  transform: scale(1.1); 
}

.industries-box{
	transition: transform .4s;
	box-shadow: 3px 5px 10px grey;
}

.home-section{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.all-alert{
    z-index:9;
}
 

@media (max-width:1000px){
    .home-banner-text{
        margin-top:50px;
        text-align: center;
    }   
}
