#top{
    background-image: url('../../assets/img/about/network-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-position: center;
}
#top h4{
    color: #fff;
    font-size: 26px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding-top: 180px;
    margin-bottom: -30px;
}






#below-top .box{
    padding: 12px;
    
}
#below-top .col-lg-3{
    border-right: 2px solid #EEEEEE;
}
#below-top .last-col{
    border-right: none;
}
#below-top .box img{
    /* width: 30%; */
    margin-bottom: 25px;
}
#below-top .box h4{
    text-transform: uppercase;
    color: #2C3740;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
#below-top .box p{
    color: #9B9B9B;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 200;
}



#mid img{
    width: 100%;
}
#mid .box{
    padding: 22px;
    background-color: #F6F6F6;
}
#mid .box p{
    color: #9B9B9B;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}





#above-footer{
    background-color: #E01C1D;
}
#above-footer h6{
    color: #fff;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
#above-footer h4{
    color: #fff;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}
#above-footer h4 a{
    color: #fff;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#above-footer .box{
    border-left: 2px solid #EA6161;
    height: 80px;
}