
.btnWhite.main_btn,
.footerHolder .main_btn{
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
    height: 40px !important;
    line-height: 20px;
} 

.btnWhite.main_btn:hover,
.footerHolder .main_btn:hover{
    background-color: transparent !important;
} 

.btnWhite.main_btn span,
.footerHolder .main_btn span{
    padding-right: 10px;
    font-size: 20px;
} 
 

.footer-socials-holder{ 
    border: 0px solid var(--black);
    padding: 5px;
    font-size: 25px; 
    width: 55px;
    height: 55px; 
} 

.footer-socials-holder .footer_social_icon{ 
    padding-top: 9px;
} 

.footer-socials-holder:hover .footer_social_icon{ 
    color: var(--white);
} 


.footer_copyright{
    border-top: solid 1px var(--colorfirst);
}

.footer_social_icon{ 
    padding: 0 10px;
    font-size: 25px;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}
.footer_social_icon:hover{
    color: var(--white) !important;
}

.footer_container *{
    color: white !important;
}

