.main footer {
    padding: 50px 0px;
    background-color: rgb(29, 29, 29);
    /* background-color: #032EB0; */
    /* background-color: #001B5D; */
    text-align: center;
}
.main footer ul {
    list-style: none;
}
.main footer .container {
    padding: 0 calc(10.66667*1vw) 0 calc(10.66667*1vw);
    margin: 0 auto;
    max-width: 540px;
}
.main footer .container .row .footer-top .social {
    margin-bottom: 1rem;
}
.social ul {
    width: 150px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.main footer .container .row .footer-top .social ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.main footer .container .row .footer-top .social ul li:nth-child(3) {
    margin-right: 0px;
}
.main footer .container .row .footer-top .social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main footer .container .row .footer-top .social ul li:nth-child(1) i svg{
    width: 40px !important;
    height: 40px !important;
}
    
.main footer .container .row .footer-top .social ul li:nth-child(2) i svg{
    width: 48px !important;
    height: 48px !important;
}
    
.main footer .container .row .footer-top .social ul li:nth-child(3) i svg{
    width: 40px !important;
    height: 40px !important;
}
    
.main footer .container .row .footer-bottom .footer-bottom-top .contactinfo ul li a {
    color: #fff;
    text-decoration: none;
}
.main footer .container .row .footer-bottom .footer-bottom-bottom .copyright-holder {
    color: #fff;
    font-style: normal;
}
@media screen and (min-width: 768px) {
    .main footer .container {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .main footer {
        padding: 75px 0;
    }
    .main footer .container {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {

    .main footer .container .row .footer-bottom .footer-bottom-bottom {
        margin-top: 1rem;
    }
    .main footer .container .row .footer-bottom .footer-bottom-top .contactinfo ul li a {
        font-size: 18px;
    }
    .main footer .container .row .footer-bottom .footer-bottom-bottom .address-holder address {
        font-size: 18px;
    }
}