/*----------jobs----------*/
.banner-wrapper{
    height:280px;
    background:#eee url("../images/contact.jpg")  no-repeat 50% center;
}
.banner-text{
    background-color: #fff;
    padding:15px 20px;
    margin-top:40px;
    opacity: 0.9;
}
.banner-text h4{
    color:#124395;
    font-weight: 700;
}
.banner-text p{
    color:#3f4048;
}
.banner-text a{
    color:#F1A121;
}

/*main*/
.main{
    margin:40px 0;
}
.about-content{
    background-color: #fff;
    padding:10px 30px 30px;
    /* margin-bottom:80px; */
    font-size:16px;
}
.about-content .title{
    margin-bottom:30px;
}
.about-content .title-text{
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 24px;
}

.advice-title{
    color: #3F4048;
    text-align: left;
    font-size: 20px;
    /* font-weight: 700; */
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #E3E5EA;
}
.single-advice{
    padding:20px;
    background-color: #fff;
    margin-bottom:20px;
}
.single-advice ul li{
    padding:15px 0 5px 0;
}
.single-advice a{
    color: #124395;
    /* font-weight: 700; */
    text-decoration: none;
    font-size:16px;
}
#map{
    width:100%;
    height:100px;
}
.m10{margin-top:10px;margin-bottom: 10px;}
.contact-box{padding: 20px 15px;box-shadow: 0 0 5px #d6d6d6;border-radius: 5px;height:170px}
.contact-box h2{margin-top: 10px;margin-bottom: 20px;font-size: 18px;}
.contact-box p{margin-top: 5px;}
.contact-box:hover{box-shadow: 0 0 15px #8ba9b9}