
.scroll-top a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    animation: fadeInDown 1s linear;
}
.scroll-top a svg{
    width: 46px;
    height: 46px;
    color: #e7191f;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s;
}
.scroll-top a svg:hover{
    transform: scale(1.2);
}

footer .main-footer {
    padding: 80px 0;
    background-color: #00004b;
    position: relative;
    overflow: hidden;
}

footer .main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/background/footer-bg.png);
    background-size: cover;
}

footer .main-footer .img-box img {
    width: 160px;
    margin-bottom: 20px;
    border-radius: 10px;
}

footer .main-footer p.text {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-weight: 400;
}

footer .main-footer .abt-col {
    margin-bottom: 30px;
}

footer .main-footer .abt-col ul li a {
    display: block;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

footer .main-footer .abt-col ul li:first-child a {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
}

footer .main-footer .abt-col ul li a svg {
    color: #e7191f;
    margin-right: 10px;
}

footer .main-footer .abt-col .footer-number {
    margin-top: 20px;
    position: relative;
    padding: 10px 40px 10px 10px;
}

footer .main-footer .abt-col .footer-number .footer-number-inner {
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    outline: 1px dashed rgba(255, 255, 255, 0.2);
    outline-offset: 10px;
}

footer .main-footer .abt-col .footer-number .footer-number-inner .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skewX(-10deg);
    right: -40px;
    width: 65px;
    height: 65px;
    background-color: #e7191f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

footer .main-footer .abt-col .footer-number .footer-number-inner .icon svg {
    font-size: 28px;
    color: #fff;
}

footer .main-footer .abt-col .footer-number .footer-number-inner span {
    display: block;
    color: #00004b;
    font-weight: 500;
}

footer .main-footer .abt-col .footer-number .footer-number-inner a {
    color: #00004b;
    font-size: 26px;
    font-weight: 700;
}

footer .main-footer .link-col {
    margin-bottom: 30px;
}

footer .main-footer h6 {
    color: #fff;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

footer .main-footer h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

footer .main-footer .link-col li a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
    color: #fff;
    text-transform: capitalize;

}

footer .main-footer .link-col li a svg {
    margin-right: 6px;
}

footer .main-footer .map-col iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}


footer .copyright {
    text-align: center;
    padding: 28px 0;
    background-color: #00004b;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

footer .copyright p a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (max-width:568px) {
    footer .main-footer .abt-col .footer-number .footer-number-inner .icon {
        right: -30px;
        width: 46px;
        height: 46px;
    }

    footer .main-footer .abt-col .footer-number .footer-number-inner .icon svg {
        font-size: 22px;
        color: #fff;
    }

    footer .main-footer .abt-col ul li a svg {
        color: #e7191f;
        margin-right: 2px;
    }

}