#top{
    background-image: url('../../assets/img/services/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-position: center;
}
#top h4{
    color: #fff;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding-top: 220px;
    margin-bottom: -30px;
}





#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;
}




#info h4{
    color: #2C3740;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
#info .box{
    background-color: #F6F6F6;
    padding: 35px;
}
#info .box h5{
    color: #2C3740;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
#info .box ul li{
    list-style: none;
    margin-left: -10%;
    line-height: 30px;
    color: #2C3740;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
#info .box ul li a{
    text-decoration: none;
    color: #2C3740;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
#info .box ul li i{
    color: #154D7E;
}
#info .box p{
    color: #2C3740;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
#info h6 a{
    text-decoration: none;
    color: #2C3740;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
#info form input{
    padding: 20px;
    border-radius: 0px;
    border: 2px solid #EEEEEE;
}

#info button{
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 2px solid #E01C1D;
    color: #E01C1D;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
#info button:hover{
    background-color: #E01C1D;
    color: #fff;
}