.custom-footer{
    background: #222 none repeat scroll 0 0;
    padding-top: 60px;
    overflow: hidden;
}
.footer-container .w-40{
    width: 30%;
}
.footer-container .w-60{
    width: 70%;
}
.sologan p{
    margin-top: 10px; 
    color: #c1c1c1;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.footer-widget{
    padding-left: 30px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    /* display: flow-root; */
}
.footer-widget::before{
    background: #1d1c1c none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
    -moz-box-shadow: 1px 5px 8px #191717;
    -webkit-box-shadow: 1px 5px 8px #191717;
    box-shadow: 1px 5px 8px #191717;
}
.footer-widget ul {
    padding-left: 18px;
    list-style: none;
}
.footer-widget ul li::before{
    content: "\f0da";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #c1c1c1;
    position: absolute;
    left: 30px;
    font-family: "Font Awesome 6 Free";
}
.footer-widget ul li a, .footer-widget p{
    color: #c1c1c1;
    font-size: 14px;
    font-weight: 400;
    transition: all .7s ease;
}
.footer-widget h2{
    color: #fff;
}
.footer-bottom_container{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #bbbbbc2e;
    margin-top: 40px;
}
.footer-bottom_container p{
    margin-bottom: 0;
    color: #c0c0c0 ;
    font-weight: 400;
    font-size: 14px;
}
.footer-bottom_container a{
    color: #c0c0c0 ;
}
.footer-bottom_container a:hover{
    color: #fff;
}
.absolute-footer {
    display: none;
}


@media screen and (max-width:767px){
    .footer-container {
        display: none;
    }
    .custom-footer{
        padding-top: 0;
    }
    .footer-bottom_container{
        margin-top: 0;
    }
}