.footer {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 50px;
    text-align: center;
    /*position: fixed;*/
    /*bottom:0;*/
    /*left:0;*/
    /*right:0;*/
}

.footer-main-area {
    background: #EBEEF2;
    border-top: 3px solid #0064b0;
    padding: 80px 0 0 0;
}

.footer .container {
    width: 99%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    text-align: left;
}

.footer .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: 200px;*/
    width: 1200px;
    margin: 0 auto;
}

.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.footer-widget {
    margin-bottom: 40px;
    display: inline-block;
}

.text-light-gray {
    color: #515254;
}
.mrb-40 {
    margin-bottom: 40px;
}
.mrt-10 {
    margin-top: 10px;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

.footer-widget form {
    position: relative;
    max-width: 300px;
}
.footer-widget form input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 0 17px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    margin-bottom: 30px;
}
.footer h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}
.text-white {
    color: #515254!important;
}
.text-white {
    color: #515254;
}
.mrb-30 {
    margin-bottom: 30px;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 200px;
}

/*.col-lg-6 {*/
    /*max-width: 400px;*/
/*}*/

/*.col-md-6 {*/
    /*max-width: 400px;*/
/*}*/
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 400px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    /* width: 100%; */
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    /*margin-left: 50px;*/
}
.text-silver {
    color: #f5f3f1;
}
.text-silver a {
    color: #f5f3f1;
}
.footer-bottom-area {
    background: #303743;
    padding: 20px 0;

}
.haha {
    float: right;
}
.footer-widget {
    margin-bottom: 40px;
    display: inline-block;
}
.mrb-25 {
    margin-bottom: 25px;
}
address {
    font-style: normal;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.mrb-10 {
    margin-bottom: 10px;
}
.text-phone {
    color: #0064b0;
    font-size: 30px;
    font-weight: 600;
}
.footer-widget-list li {
    display: inherit;
    margin-bottom: 6px;
    /*text-align:center;*/
    /*height:60px;*/
    /*line-height:50px;*/

    background:url('../img_file/256_04.png') no-repeat left center;
    /*background-repeat:no-repeat left center;*/
    /*padding-top:10px;*/
    padding-left:14px;


}


.footer-widget form button {
    background: #0064b0;
    border: medium none;
    color: #fff;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 10;
    font-size: 16px;
    cursor: pointer;
    border-top-right-radius: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease 0s;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: middle;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
a, button {
    cursor: pointer;
}