.box-footer-blades {
    background: #2f5492;
    padding: 3rem 0px 1rem;
}


.box-footer-kepper span {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

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

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

.coppyright {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #e8ecf280;
    color: #fff;
    text-align: center;
}

.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;
}
.transpi__social-icon li:not(:last-child) {
    margin-right: 10px;
}
.transpi__social-icon li a svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    padding: 7px;
}
.transpi__social-icon li a svg path {
    fill:#fff;
}
.transpi__social-icon li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #fff;
    border-radius: 50%;
}

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

.box-substibe form {
    position: relative;
    padding: 10px 0px;
    text-align: center;
}

.box-substibe form input {
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
}

.box-substibe form button {
    margin-top: 10px;
    display: inline-block;
    background: #fa9750;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
}

.hedding-footer p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.list-footer-care p {
    color: #cddccd;
}
.coppyright a {
    color: #fa9750;
}
.coppyright a:hover {
    color: #fa9750f5;
}
a.Instagram svg path {
    stroke: #fff;
}

@media(max-width:1400px){
    .box-footer-kepper span {
        color: #fff;
        font-size: 19px;
    }
    .hedding-footer p {
        color: #fff;
        font-size: 19px;
    }
}
@media(max-width:990px){
    .box-footer-kepper span {
        font-size: 20px;
    }
}
