body{
    background-color: #19012b;
    font-family: "cabin";
}
.indus{
    /* border: 1px solid grey; */
    margin: 170px auto;
}
.industry_card .ind-img{
    border: 1px solid white;
    padding: 15px;
    height: 110px;
    border-radius: 20px;
    box-shadow: 0px 2px 5px rgba(128, 128, 128);
    margin-bottom: 18px;
}
.industry_card h5{
    font-family: "cabin";
    color: white; 
    padding-bottom: 10px; 
}
.indus h1{
    font-size: 45px;
    font-weight: 700;
    margin: 50px auto;
    color: white;
    padding-bottom: 30px;
}
.industry_card{
    transition: color 0.2s ease;
    /* border: 1px solid grey; */
}
.industry_card:hover{
    transform: scale(1.1);
}
@media screen and (max-width: 740px) {
    .industry_card img{
        height: 70px;
    }
    .industry_card h5 {
        font-size: 14px;
    }
}
.navbar-cont .logo, 
.navbar-cont .logo .logo-img {
    border: none !important;
    outline: none !important;
}