.footer{
    padding: 40px 0 20px 0;
    width: 100%;
    background-color: #080A12;
    // margin-top: 50px;
    // border-top: 1px solid #c3c3c38f;
    .footer_wrapper{
        .footer_logo{
            img{
                height: 120px;
                width: 120px;
                object-fit: contain;
            } 
            margin-bottom: 10px;
        }
         .footer_wrap{ 
            p{
                font-size: 15px;
                font-weight: 400;
                color: #A3ABB6; 
                line-height: 22px;
            }
            h4{
                font-size: 20px;
                font-weight: 600;
                color: #fff;
                padding-bottom: 12px;
            }
            .qr{
                img{
                    height: 150px;
                    width: 150px;
                    object-fit: contain;
                }
            }
            ul{
                li{
                    padding-bottom: 5px;
                    a{
                        font-size: 15px;
                        font-weight: 400;
                        color: #A3ABB6;
                        &:hover{
                            color: #ffffff;
                        }
                    }
                }
            }
         }
         .footer_icon{
            padding-top: 10px;
            h5{
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                padding-bottom: 2px;
            }
            ul{
                display: flex;
                align-items: center;
                li{
                    height: 40px;
                    width: 40px;
                    background-color: #3b5998;
                    margin-right: 10px;
                    border-radius: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    a{
                        line-height: 0px;
                        i{
                            font-size: 22px;
                            color: #fff;
                        }
                    }
                }
                .twitter{
                    background-color: #00acee;
                }
                .insta{
                    background-color: #d65737;
                }
                .linkedin{
                    background-color: #0A66C2;
                }
            }
         }
    }
}
.footer_bottom{
    padding: 20px 0;
    width: 100%;
    background-color: #202125;
    .copy_text{
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        text-align: center;
    }
}