
.footerxx1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #25262A;
    color: #fff;
    padding: 0px 20px;
}
.containerA {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.containerA h3::after {
    content: "";
    
    height: 2px;
    width: 50px;
    background: #fff;
    margin-top: 20px;
}
.containerA li a:hover {
    color: #e701e7;
    transition: all 0.5s ease;
}
.col-1 {
    
    padding: 10px;
    margin-bottom: 20px;
}
.col-1 img {
    width: 120px;
    margin-bottom: 13px;
}
.col-1 p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.col-2 {
   
    padding: 10px;
    margin-bottom: 20px;

}
.col-2 h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.col-2 ul {
    list-style: none;
}
.col-2 ul li {
    margin-bottom: 10px;
}
.col-2 ul li a {
    color: #fff;
    text-decoration: none;
}

.col-4 {
    
    padding: 10px;
    margin-bottom: 20px;
}
.col-4 h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.social-icons{
    margin-top: 3px;
}
.social-icons a{
    display: inline-block;
    width: 50px;
    height: 50px;
 
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.social-icons a:hover{

    color: #fff;
    transition: all 0.5s ease;
}
