/* Footer */
footer {
    margin-top: 30px;
}

footer .footers {
    width: 100%;
    height: 400px;
    background-color: #05103b;
}

footer .contact-us,
.Quick-links,
.services,
.contactnow {
    padding: 30px 0;
    color: #ffff;
}

footer .footers .contact-us .logo .csc-details:hover {
    color: #ff8e14;
}

footer .footers .contact-us .logo span:hover {
    color: #ff8e14;
}

.csc-details,
.telephone span,
.email span {
    /* font-size: 14px; */
    font-weight: 550;
    color: #ffff;
}

.logo .logo-bottom,
.csc-details {
    margin-bottom: 15px;
}

footer .contact-us .Quick-links h3 {
    color: #fff;

}

footer .contact-us .services h2 {
    color: #fff;
}

footer .contact-us .contactnow h2 {
    color: #fff;
    font-size: 18px;
}

footer .contact-us .Quick-links .nav-item {
    list-style: none;

}

footer .contact-us .Quick-links .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
}

footer .contact-us .Quick-links .nav-item .nav-link:hover {
    color: #ff8e14;
}

footer .contact-us .services .nav-item {
    list-style: none;
}

footer .contact-us .services .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
}

footer .contact-us .services .nav-item .nav-link:hover {
    color: #ff8e14;
}

footer .contact-us .contactnow .nav-item {
    list-style: none;

}

footer .contact-us .contactnow .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
}

footer .contact-us .contactnow .nav-item .nav-link:hover {
    color: #ff8e14;
}

.border-style-polygon {
    display: flex;
}

.border-style {
    background-color: #ff8d15;
    border: 2px solid #ff8e14;
    width: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-bottom: 15px;
    margin-top: 15px;
}


.socialmedia {
    display: flex;
    margin-top: 5px;
}

.socialmedia .fa-brands,
.fa-regular {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.socialmedia .far-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ff8e14;
}

.socialmedia .far-icons:hover {
    background-color: #cd700c;
    color: #fff;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #03081b;
}

.footer p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}