.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #2e3192;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: white;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p{
        margin-bottom: 5px;
         color:white;
}

.UIFooterControl .footer-menus {
	padding: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
}

.UIFooterControl a {
	font-size: 14px;
    font-weight: 200;
        padding: 0 10px;
        display: inline-block;
        position: relative;
}

.UIFooterControl a:last-child::before {
        content: "";
        position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #fff;
        width: 0.5px;
}

.UIFooterControl .footer-cont {
	text-align:center;
}