/*footer*/
.text-center{
 text-align: center;
}
.text-white {
 color: #fff!important;
}
.mx-3 {
 margin:0 1rem;
}
.footer .footer-top .mx-3 dd{
 margin: 0px;
}
dd{
 margin-left: 0;
}
.footer {
 background: #00192f
}
.footer .container{
 margin: 0 auto;
 width: 1200px;
}
.footer a {
 color: #666
}
.footer .footer-top {
 padding-top: 20px
}
.footer .footer-top dt {
 font-size: 18px
}
.footer .footer-top dt img {
 width: 100px
}
.footer .footer-top dd {
 color: #797979;
 font-size: 14px;
 margin-top: 5px;
}
.footer .footer-bottom {
 color: #666;
 font-size: 12px;
 margin-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8em;
}