footer {
    background-image: url(../img/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0e1628;
    padding: 100px 0 40px 0;
}

.mw1 {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
}

.footer-mtm {
    clip-path: polygon(50% 0%, 100% 80px, 100% 100%, 0 100%, 0 80px);
    -webkit-clip-path: polygon(50% 0%, 100% 80px, 100% 100%, 0 100%, 0 80px);
    margin-top: -85px;
}

@media(max-width: 1260px) {
    footer {
        padding-top: 80px;
    }
   .footer-mtm {
        clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0 60px);
        -webkit-clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0 60px);
    }
}

@media(max-width: 991px) {
    footer {
      padding: 60px 0 30px 0;
    }
   .footer-mtm {
        clip-path: polygon(50% 0%, 100% 30px, 100% 100%, 0 100%, 0 30px);
        -webkit-clip-path: polygon(50% 0%, 100% 30px, 100% 100%, 0 100%, 0 30px);
        margin-top: -35px;
    }
}

.footer-btns {
    margin-top: -20px;
    padding-top: 33px;
}

.footer-btns .btn {
    min-width: 351px;
}

@media(max-width: 500px) {
    .footer-btns .btn {
        min-width: auto;
    }
}

.footer-btns .btn-block {
    margin-right: 35px;
    margin-top: 20px;
}

.footer-btns .btn-block:last-child {
    margin-right: 0;
}

@media(max-width: 991px) {
    .footer-btns .btn-block {
        width: 100%;
        margin-right: 0;
    }
}

.footer-logo {
    margin: 55px 0 40px 0;
}

@media(max-width: 991px) {
    .footer-logo {
        margin: 40px 0 30px 0;
    }
}

.footer-menu a, footer .text-white .footer-menu a {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 5px;
}

.footer-menu a:hover,
.footer-menu a:focus,
.text-white .footer-menu a:hover,
.footer-menu li.active a {
    color: #ffd800;
    text-decoration: none;
}

footer ul a:focus, footer .text-white ul a:focus {
    outline: 3px solid rgba(255,255,255,0.7);
}

footer .footer-menu {
    border-top: 1px solid #22455a;
    border-bottom: 1px solid #22455a;
    padding-bottom: 20px;
}

footer .footer-menu li {
    position: relative;
    margin-top: 20px;
}

footer .footer-menu li::after {
    content: '';
    width: 1px;
    height: 15px;
    border-right: 2px solid rgba(255,255,255,0.6);
    margin: 0 15px;
}

footer .footer-menu li:last-child::after {
    display: none;
}

.footer-col {
    width: 50%;
}

.footer-cols .footer-col:first-child {
    padding-right: 40px;
}

@media(max-width: 991px) {
    .footer-col {
        width: 100%;
    }
    .footer-cols .footer-col:first-child {
        padding-right: 0;
    }
}

.footer-block {
    margin-top: 45px;
}

@media(max-width: 991px) {
    .footer-block {
        margin-top: 30px;
    }
}

@media(max-width: 500px) {
    .footer-col:last-child {
        margin-top: 25px;
    }
    .footer-block {
        border-top: 1px solid #22455a;
        margin-top: 0;
        padding: 25px 0;
    }
    .footer-block:first-child {
        border-top: 0;
    }
    .footer-block:last-child {
        padding-bottom: 0;
    }
}

.block-term {
    width: 250px;
    padding-right: 20px;
}

@media(max-width: 767px) {
    .block-term {
        width: 180px;
    }
}

.block-term p {
    width: 10%;
    flex: 1 1;
    text-align: left;
    margin-top: 0;
}

.footer-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    margin-right: 15px;
}

.block-definition {
    width: 100%;
    flex: 1 1;
}

@media(max-width: 500px) {
    .block-term {
        width: 100%;
        text-align: center;
        padding-bottom: 12px;
    }
    .block-definition {
        flex: none;
    }
}

.footer-cols li {
    border: 0;
    padding: 0;
    margin-top: 8px;
}

.footer-cols li:first-child {
    margin-top: 0;
}

.footer-main-link, .text-white .footer-main-link {
    color: #8fe2f5;
}

.footer-block .footer-main-link {
    font-family: 'Roboto-Bold';
    padding-bottom: 12px;
    padding-left: 0;
}

.footer-block .footer-main-link:before {
    display: none;
}

.copy {
    border-top: 1px solid #22455a;
    padding-top: 30px;
    margin-top: 35px;
}

.copy p {
    color: #d0cece;
}