/*footer**/

footer.footer--light {
    background: #043361
}

footer .footer-big {
    padding: 30px
}


footer .footer-big .border-right{
    border-right: 1px solid #3feff1   !important;
}
footer .footer-big .border-bottom {
    border-bottom: 1px solid #3feff1   !important;
}

footer .border-right .footer-big {
    border-right: 1px solid #fff
}

footer .box-title h5 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.gap-2 {
    gap: 10px
}

footer #e-mail {
    border-radius: 24px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    font-weight: 400;
}

footer input.btn {
    border-radius: 24px;
    background-color: #3feff1 ;
    color: #fff;
}


footer .btn.btn-inscrt {
    border-radius: 20px;
    background-color: #3feff1;
    color: #fff;
    width: 100%;
}


footer i.fas.fa-arrow-right {
    color: #3feff1 ;
    margin-right: 5px;

}

footer  .footer-big ul {
    padding-left: 0
}
footer .footer-big ul li{
    margin-bottom: 4px;
}
footer .footer-big ul li,
footer .footer-big p,
footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}
footer .footer-big p{
    margin-bottom: 16px;
    text-align: justify;
    font-size: 14px;
}
footer .footer-menu ul li a:hover {
    color: #3feff1 ;
}

footer .footer-widget-title {
    font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    position: relative;

}

footer .footer-widget-title::after {
    background-color: #3feff1 ;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}


footer .mini-footer {

    background-color: #ce35f1;

}

footer .mini-footer p {
    margin: 0;

    font-size: 13px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
}

@media (max-width: 991px){

    footer .footer-big .border-bottom {
        border-bottom: none  !important;
    }
    footer .footer-big {
        padding: 30px 10px;
    }
}
footer .list-inline-item a img:hover {
    background-color: #3feff1;
    border-radius: 50%;
}
footer .mini-footer p a {
    color: #fff;
    font-weight: 600;
}

footer .mini-footer p a:hover {
    color: #34bfa3
}



@media (max-width:991px) {
    footer .footer-menu {
        padding-left: 0
    }
}

.mt-5{
    margin-top: 48px !important;
}
.mt-4{
    margin-top: 24px !important;
}
.py-4{
    padding-bottom: 24px;
    padding-top: 24px;
}

.align-items-start{
    align-items: start;
}

.image-devise {
    height: auto;
    width: 50px;
}