.box-footer-blades {
    padding: 3rem 0px;
}
.box-footer-kepper {
    color: #333;
}
.box-footer-kepper h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}
footer {
    background: #000000;
    position: relative;
    z-index: 999;
}
.box-footer-kepper ul li {
    list-style: disc !important;
    margin-left: 15px;
}

.box-footer-kepper span {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 400;
}

.desc-footer-kepper p {
    color: #fff;
    line-height: 1.9;
}

.desc-footer-kepper ul li a {
    color: #fff;
    line-height: 1.9;
}

.coppyright {
    display: flex;
    border-top: 0px solid #e8ecf280;
    color: #9c9c9c;
    justify-content: right;
    font-size: 14px;
}

.coppyright p {
    color: #e8ecf280;
}
.desc-footer-kepper ul li {
    color: #fff;
    font-weight: 300;
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 5px;
}
.sec-prefooter-to-about {
    position: relative;
}

.redirect-hero-div {
    position: relative;
}
.desc-slogan-hero > strong {
    font-weight: 500;
}

.desc-footer-kepper ul li strong {
    font-weight: 500;
}

li.tab-item:hover {
    color: #c89711;
}
ul.transpi__social-icon {
    display: flex;
    align-items: center;
    justify-content: right;
}
.transpi__social-icon li:not(:last-child) {
    margin-right: 10px;
}
.transpi__social-icon li a svg {
    width: 32px;
    height: 32px;
    fill: #333;
    padding: 7px;
}
.transpi__social-icon li a svg path {
    fill: #333;
}
.transpi__social-icon li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #333;
    border-radius: 50%;
}

.desc-footer-kepper ul li a:hover {
    color: #c89711;
}

@media(max-width:990px){
  .box-footer-blades {
    padding: 1rem 0px;
}
  .coppyright{
    font-size: 15px;
}
  
    .box-footer-kepper span {
        font-size: 20px;
    }
}
@media(max-width:768px){
    ul.transpi__social-icon {
        justify-content: left;
        margin-top: 15px;
    }
    .coppyright {
        justify-content: left;
    }
}