.footer-main {
    background-color: #0C2756;
    padding-top: 37px;
}
.logo-text{
    margin-bottom: 40px;
    font-family: var(--font-titel);
    font-style: normal;
    font-weight: 900;
    font-size: 148px;
    line-height: 71px;
    text-align: center;
    text-transform: uppercase;
    color: #0c2756;
    text-shadow: 0px 0px 2px rgb(39 76 141);

}

.logs {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 220px;
    text-align: center;
}

.footer-heading{
	margin-bottom: 18px;
font-style: normal;
font-weight: 400;
font-size: 23px;
line-height: 25px;
/* identical to box height, or 109% */

color: #FFFFFF;


}



.footer-contact-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-list ul li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.footer-contact-list ul li span{
  
position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}



.footer-contact-list ul li a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-list ul li a:hover{
    color: #ffb703;
    padding-left: 3px;
}

.footer-contact-list ul li:last-child{
    margin-bottom: 0;
}


.footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li{
    margin-bottom: 12px;
}

.footer-menu li:last-child{
    margin-bottom: 0;
}

.footer-menu li a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding-left: 18px;
    transition: all 0.3s ease;
}

.footer-menu li a::before{
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffb703;
    transition: all 0.3s ease;
}

.footer-menu li a:hover{
    color: #ffb703;
    padding-left: 24px;
}

.footer-menu li a:hover::before{
    left: 5px;
}

.foot-menu-copy {
    border-top: 1px solid #133062;
    padding: 10px 0px;
    margin-top: 40px;
}

p.text-copy {
    text-align: center;
    color: #d8e1ef;
    font-size: 14px;
    padding: 10px 0px;
}