.footer{
    background-color: #096275;
    padding: 40px 0px;
}
.footer-calound{
    width: 100%;
    margin-bottom: -15px;
}

.footer-holder h4{
    font-weight: 400;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.info-footer li {
    margin-bottom: 8px;

    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
}
.info-footer li span {
    color: #F38C1C;
}
.footer-holder ul li a {

    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 33px;
    color: #FFFFFF;
}
.footer-logo {
    background: #fff;
    border-radius: 16px;
    max-width: 174px;
    padding: 11px;

    margin:0px auto 15px auto;
}

.socil-footer {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.socil-footer li a {
    width: 27px;
    height: 27px;
    background: #1B859C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.border-top-foter{


border-top: 1px solid #1E7F93;

}
.copyright{
       width: 100%;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}