/*-- header top--*/

ul.header-w3_pvt li span.fas {
    margin-right: 5px;
    color: #2cc1e9;
    font-size: 15px;
}

ul.header-w3_pvt li, ul.header-w3_pvt li p, ul.header-w3_pvt li a {
    letter-spacing: 1px;
    color: #3faa39;
    font-size: 13px;
    vertical-align: -webkit-baseline-middle;
    position: relative;
    text-decoration: none;
    padding-bottom: 7px;
    /*  text-transform: capitalize;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*ul.header-w3_pvt li span.fa {
    color: #fff;
}*/
.header-top {
    padding: 0.5em 0;
}

.header-top {
    border-color: #ddd;
    background-color: #f6f6f6;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

/*-- //header top --*/

/* header */

/* CSS Document */
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #f1f1f1;
}

.icon-social span {
    border-radius: 50%;
    background: white;
    padding: 8px;
    text-align: center;
    width: 30px;
    height: 30px;
}

span.fa-facebook {
    color: #3b5998;
}

span.fa-twitter {
    color: #1da1f2;
}

span.fa-dribbble {
    color: #ea4c89;
}

span.fa-pinterest {
    color: #bd081c;
}

span.fa-instagram {
    color: #405DE6;
}

span.fa-youtube-play {
    color: red;
}

span.fa-google-plus {
    color: #dd4b39;
}


.footer_ul {
    width: 100%;
}

.footer_ul li {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

.footer_ul li img {
    width: 100%;
}

.g-color-gray-dark-v3 p {
    color: #fff;
}

a:hover, a:active, a:focus {
    color: #fff;
}

.g-color-gray-dark-v3 * {
    color: #b3b3b3;
}

.footer-grids div {
    margin-top: 20px;
}

#footer {
    background-color: #ececec;
}