.orange{background:url(images/orange-module-bg.png) no-repeat top center;padding:70px 20px 50px;}
.orange:after {content: "";background: url(images/orange-module-bottom-bg.png) no-repeat  top center;position: absolute;bottom: -1px;height:19px;left: 0;right: 0;text-align: center;z-index:2;}

.orange h2{text-align:center;font-size:24px;}
.orange .Head{color:#fff;text-shadow:1px 1px 0 #CA5900;}
.orange .Normal{color:#fff;}
.orange .Normal a{color:#fff;}
.orange .orange-icon{text-align:center;margin-top:-30px;}
.blue{background:#00456b;border-bottom:3px solid #00283d;padding:20px 10px;border-radius:6px;}
.blue .Head{color:#fff;}
.blue .Normal{color:#fff;}
.blue-no-title{background:#00456b;border-bottom:3px solid #00283d;padding:20px 10px;border-radius:6px;}
.blue-no-title .Normal{color:#fff;}
.gray{background:#aebbba;border-bottom:3px solid #606C6B;border-radius:6px;padding:20px 10px;}
.gray .btn,.white .btn{font-size:14px;padding:8px;}

.white{box-shadow:0px 0px 5px rgba(0, 0, 0, 0.35);border-bottom:3px solid #939393;border-radius:6px;padding:10px;}


.plain-h2 h2 img{padding-right:10px;}

.container-icon{text-align:center;}
.container-icon img{padding:10px;background:#fff;border-radius:200px;box-shadow:0 0 5px rgba(0, 0, 0, 0.23);margin:-50px 0 20px 0;}

@media screen and (max-width:960px){
.orange{padding:70px 10px 50px;}
}
@media screen and (max-width:700px){
.orange{background:#ef7717;}
.orange:after{display:none;}
}