.footer-0Wrapper {
    width: 100%;
    background: #3C639C;
    padding-bottom: 30px;
    color:white;
}
.footer-0Wrapper .logo{
    background-image: url("BluetekLogo.png");
    font-family: url("BankGothicBold.ttf") !important;
    background-repeat: no-repeat;
    margin-top: 20px;
    width: 100px;
    height:50px;
    background-size: contain;
    margin-left: 15px;
}
@media(max-width: 992px) {
    .footer-0Wrapper .logo {
        margin-left: 10px;
    }
.footer-0SloganWrapper .footer-0Slogan {
    margin-left: 15px;
    margin-right: 15px;
}
.footer-0Wrapper .header {
    margin-left: 15px;
}

}
.footer-0SloganWrapper .footer-0Slogan {
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    color:white;
}
.footer-0SloganWrapper {
    background: #3C639C;
    border-bottom: 1px solid white;
}

.footer-0CopyRightWrapper {
    background: #3C639C;
    padding: 15px 0;
    border-top: 1px solid white;
    font-size: 11px;

}
@media (max-width: 992px ){
.footer-0CopyRightWrapper .text {
    margin-left:15px;
}
}
html body {
    overflow-x: hidden;
}
.footer-0CopyRightWrapper .text {
    /* margin-left: 15px; */
    color: white;
    text-align: center;
}
.footer-0CopyRightWrapper .text span {
    text-align: center;
    display: block;
    font-size: 10px;
    color:gold;
}
.footer-0Wrapper .header {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    color:gold;
}
.footer-0Wrapper .items {
    font-size: 12px;
    font-weight: normal;
    color:white;

    /* margin-top: 20px; */
}
.footer-0Wrapper .items .selected {
    color:gold;
}
.footer-0Wrapper .items a{
    text-decoration: none;
    display: block;
    margin-top: 5px;
    color:white;
}
.footer-0Wrapper .items a:hover {
    color:gold;
}
.footer-0Wrapper .items .item {
    margin-top: 5px;
}

.footer-0Wrapper .items a span {
    display: block;
}