/*~~~~~~~~~~~~~~~~~~~~~~ footer starts ~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    background: #B12028;
    height: 190px;
    max-width: 100%;
    position: relative;
    border-top:10px solid #AE8E80;

    /* padding: 40px 0; */
}

.footer-logo {
    margin-left: 8%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    padding: 20px 0;

}

.footer-logo img {
    width: 90px;
}

.site {
    position: absolute;
    bottom: 10px;
    margin-left: calc(50% - 197px);
    color: white;
    font-size: 12px;
}

.footer-item {
    float: left;
    margin-right: 50px;
}

footer ul li {
    display: inline-block;
    line-height: 60px;
    width: 100px;
}

.footer-item a {
    color: white;
}

.footer-left-logo-wrapper {
    margin-right: 8%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}

.footer-ul {
    height: 60px;
}

footer ul li a {
    color: white;
    font-size: 16px;
    font-weight: bolder;
    position: relative;
}

.footer-title {
    text-align: center;
    position: relative;
}

.footer-title img {
    width: 40px;
}

.vertical-line-white {
    border-left: 1px solid white;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
}

.vertical-line-right .vertical-line {
    transform: translateY(calc(-50% - 6px));

}

.bottom-line-white {
    position: relative;
    background: white;
    top: 15px;
    border: 2px solid white;
    transform: scale(0, 1);
    transition: transform ease-in-out 250ms;
}

footer a:hover .bottom-line-white {
    transform: scale(.8, 1);
}
.footer-logo-antrc img{
    width: 100px;
}

.footer-left-logo{
margin-right:20px ;
}
.footer-right-logo img{
    position: relative;
    top: -5px;
    width: 70px;
    left: 10px;
}
.footer-right-logo .bottom-line-white{
    left: 12px;
    top: 0;
}
.footer-left-logo .bottom-line-white{
    top:0

}


/* ~~~~~~~~~~~~~~~~~~~~ footer ends ~~~~~~~~~~~~~~~~~~~~~*/