#ntwas-footer {
    /*background: var(--bg-color);*/
    background: #faf2ed4d;
    padding: 100px 0 0;
    box-sizing: border-box;
    position: relative;
}

#ntwas-footer h5 {
    font-size: 24px;
    color: #131313;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: capitalize;
}

#ntwas-footer > .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 20;
}

.ntwas-foot-logo {
    width: 280px;
}

.ntwas-foot-logo img {
    height: 75px;
}

.ntwas-foot-logo h4 {
    margin: 30px 0 0;
    font-size: 24px;
    color: #131313;
    font-weight: bold;
}

.ntwas-foot-logo p {
    margin: 15px 0 0;
    line-height: 22px;
    font-size: 18px;
    color: #777;
}

.ntwas-foot-logo .sendemail {
    width: 100%;
    margin: 30px 0 0;
    position: relative;
}

.ntwas-foot-logo .sendemail .post-text {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #999;
    padding: 0 50px 0 19px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 45px;
    background: #33333359;
    box-sizing: border-box;
}

.ntwas-foot-logo .sendemail .post-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.ntwas-foot-logo .sendemail .post-btn i {
    font-size: 18px;
    color: var(--color-primary);
}

.ntwas-foot-logo .share {
    display: flex;
    margin: 45px 0 0;
}

.ntwas-foot-logo .share a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
}

.ntwas-foot-logo .share a + a {
    margin-left: 22px;
}

.ntwas-foot-logo .share a i {
    font-size: 22px;
    line-height: inherit;
}

.ntwas-foot-right {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0 0 130px;
}

.ntwas-foot-right .row + .row {
    margin-top: 30px;
}

/* .ntwas-foot-nav{} */
.ntwas-foot-nav ul {
    margin: 0;
    overflow: hidden;
}

.ntwas-foot-nav ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #777;
    text-transform: capitalize;
}

.ntwas-foot-nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* .ntwas-foot-list{width:480px;} */
.ntwas-foot-list ul {
    margin: 0;
    overflow: hidden;
}

.ntwas-foot-list ul li {
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #777;
    text-transform: capitalize;
}

.ntwas-foot-list ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.ntwas-foot-right .box:last-child {
    border-top: 1px solid #fff;
    margin-top: 80px;
    padding-top: 80px;
}

.ntwas-foot-contact {
    margin-bottom: 30px;
}

.ntwas-foot-contact p {
    font-size: 18px;
    color: #777;
    padding: 0 0 0 25px;
    background-position: left 5px;
    background-repeat: no-repeat;
    line-height: 26px;
    margin-bottom: 10px;
}

.ntwas-foot-contact p:nth-of-type(1) {
    background-image: url(./pics/c5.png);
}

.ntwas-foot-contact p:nth-of-type(2) {
    background-image: url(./pics/c2.png);
}

.ntwas-foot-contact p:nth-of-type(3) {
    background-image: url(./pics/c3.png);
}

.ntwas-foot-contact p:nth-of-type(4) {
    background-image: url(./pics/c4.png);
}

.ntwas-foot-contact p a:hover {
    color: var(--color-primary);
}

.ntwas-foot-map {
    flex: 1;
    height: 100%;
}
.ntwas-foot-map iframe{
  height: 100%;
}
.ntwas-copyright {
    margin-top: 70px;
    border-top: 1px solid #919191;
    padding: 20px 0;
    text-align: center;
}

.ntwas-copyright p {
    font-size: 18px;
    color: #777;
}

.share a {
    display: inline-block;
    color: #fff;
    text-align: center;
}

.share a:hover {
    opacity: 0.7;
}

#ntwas-footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    display: none;
    z-index: 999;
    background: #662870;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

#ntwas-footBar li {
    width: 25%;
    height: 57px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}

#ntwas-footBar li:first-child {
    border-left: none;
}

#ntwas-footBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase;
}

#ntwas-footBar li i {
    color: #fff;
    font-size: 20px;
}

#ntwas-footBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}

@media screen and (max-width: 1500px) {
    #ntwas-footer h5 {
        font-size: 20px;
    }

    .ntwas-foot-logo p {
        font-size: 16px;
    }

    .ntwas-foot-logo .share a + a {
        margin-left: 15px;
    }

    .ntwas-foot-right {
        margin: 0 0 0 60px;
    }

    .ntwas-foot-right .box:last-child {
        margin-top: 45px;
        padding-top: 45px;
    }

    .ntwas-foot-nav ul li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .ntwas-foot-list ul li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .ntwas-foot-contact p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .ntwas-copyright {
        margin-top: 50px;
    }

    .ntwas-copyright p {
        font-size: 16px;
    }

}

@media screen and (max-width: 1199px) {
    .ntwas-foot-map {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .ntwas-foot-nav {
        display: none;
    }

    .ntwas-foot-list ul li {
        font-size: 15px;
        line-height: 22px;
    }

    .ntwas-foot-right .box:last-child {
        margin-top: 35px;
        padding-top: 35px;
    }

    .ntwas-foot-contact p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    #ntwas-footBar {
        display: block;
    }

    #ntwas-footer {
        padding: 30px 0;
    }

    #ntwas-footer h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        line-height: 1;
        margin: 0 0 20px;
        text-align: center;
    }

    #ntwas-footer > .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .ntwas-foot-logo {
        width: 100%;
        text-align: center;
    }

    .ntwas-foot-logo h4 {
        margin: 20px 0 0;
        font-size: 20px
    }

    .ntwas-foot-logo p {
        line-height: 20px;
        font-size: 14px;
    }

    .ntwas-foot-logo .share {
        margin: 25px 0 0;
        justify-content: center;
    }

    .ntwas-foot-nav, .ntwas-foot-list {
        display: none;
    }

    .ntwas-foot-right {
        margin: 0;
    }

    .ntwas-foot-right .box {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .ntwas-foot-right .box:last-child {
        margin-top: 30px;
        padding-top: 30px;
    }

    .ntwas-foot-contact p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .ntwas-foot-map {
        text-align: center;
    }

    .ntwas-copyright {
        margin-top: 25px;
        padding: 15px 0 30px;
    }

    .ntwas-copyright p {
        font-size: 15px;
    }
}