.footer-bg{
    background-color:#1d2d38;
    color:#fff;
    position: relative;
}
.footer-hd h2 {
    color: #fff;
    margin-bottom: 60px;
    margin-top: 60px;
    font-size: 44px;
    font-weight: bold;
    display: block;
}
.address {
   color:#b1bbc2;
   font-size: 14px;
   margin-bottom: 30px;
}
.address-line {
   color:#b1bbc2;
   font-size: 14px;
}
.address-line a{color:#b1bbc2;}
.copyright-blk ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
    text-align: left;
}
.copyright-blk ul li{
    display: block;
}
.copyright-blk .footer-nav-title {
    margin-bottom: 10px;
    text-decoration: underline;
    text-align: left;
}
.footer-link {
    color: #fff;
    text-decoration: none;
}
.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}
.address-line.email {
    margin-top: 30px;
}
.w-form {
    margin: 0 0 15px;
}
.w-form label{
    color: #b1bbc2;
    font-size: 14px;
}
.contact-form {
    padding: 0 0 35px 0;
    text-align: left;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.section.dark-footer {
    background-color: #1d2d38;
    color: #b1bbc2;
    font-size: 14px;
}
.button.submit-button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-transform: none;
}
.w-button {
    margin-top: 20px;
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
}
.w-button:hover{
    background-color: #1fdb6a;
    box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, .2);
    color: #fff;
}
.footer-social-wrapper {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.footer-social-wrapper ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
.footer-social-wrapper ul li{
    display: inline-block;
    margin:0;
    padding:0;

}
.footer-social-wrapper ul li .footer-social-button {
    width: 45px;
    height: 45px;
    margin-right: 4px;
    margin-left: 4px;
    padding: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    border-radius: 100%;
    display: block;
    background-color: #263946;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;

}
.footer-social-wrapper ul li .footer-social-button:hover {
    background-color: #0094de;
}
textarea.w-input, textarea.w-select {
    height: auto;
}
.w-form-done {
    display: none;
    padding: 10px;
    text-align: center;
    background-color: #1fdb6a;
}

@media screen and (max-width: 768px) {
.contact-form {
    padding: 0 0 35px 0;
    text-align: left;
    }
.footer-hd h2{
    font-size: 34px;
    }
    .footer-social-wrapper ul li .footer-social-button {
        width: 35px;
        height: 35px;
        padding: 8px;
        font-size: 20px;
    }
}
