body{
    background-color: #fff !important;
}
.banner img{
    margin: 0 auto;
}
#section1,#section2,#section3,#section4,#section5,#section6,#section7{
    padding-top:50px;
}
#section6{
    padding-bottom:50px;
}
.title-custom h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    color: #006599;
    font-weight: bold;
    font-size: 25px;
}
#section2 ul,#section3 ul,#section4 ul{
    list-style: square;
    padding-left: 15px;
}
#section5 .title-custom,#section6 .title-custom{
    text-align: center;
    margin-bottom:50px;
}
#section6{
    color: #fff;
}
#section6 .title-custom h2{
    color: #fff;
}
#section5 .glyphicon{
    float: right;
}
#section5 .panel-default>.panel-heading {
    color: #fff;
    background-color: #2b7cce;
}
#accordion .panel-title a {
    display: block;
    text-decoration: none;
}
.line-custom{
    height: 1px;
    background-color: #418cb3;
    width: 200px;
    margin: 0 auto;
    display: block;
}
#section5 ul,#section5 ol{
    padding-left:20px;
}
#section6{
    background: url(../images/banner2v2.jpg) no-repeat;
    background-position-x: center;
}
a.btn.btn-custom {
    background: #fe732e;
    color: #fff;
    padding: 5px 50px;
    font-size: 17px;
}
#section6{
    margin-top:30px;
}
@media screen and (max-width:768px){
    #section1 img,#section3 img{
        margin-bottom:20px;
    }
    #section2 img,#section4 img{
        margin-top:20px;
    }
}