.fixed-btn a:first-child svg {
    position: fixed;
    color: #fff;
    bottom: 15px;
    left: 20px;
    z-index: 999;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 1);
    animation: bgZoomInOut .8s linear infinite;
    opacity: .7;
    transition: all 0.4s;
    border: 2px solid #FF5E14;
}

.fixed-btn a.mob-whatsapp svg {
    display: none;
    position: fixed;
    color: #fff;
    bottom: 15px;
    right: 20px;
    z-index: 999;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 20px;
    background-color: #008000;
    animation: bgZoomInOut .8s linear infinite;
    opacity: .7;
    transition: all 0.4s;
    border: 2px solid #FF5E14;
}

.fixed-btn a:first-child:hover svg {
    opacity: 1;
    background-color: #000;
}

.fixed-btn a:last-child {
    padding: 10px 30px;
    background-color: #008000;
    bottom: 15px;
    right: 20px;
    position: fixed;
    z-index: 999;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: bgAnime .8s alternate infinite;
    opacity: .7;
    transition: all 0.4s;

}

.fixed-btn a:last-child:hover {
    opacity: 1;
}

@media (max-width:568px) {
    .fixed-btn a.mob-whatsapp svg {
        display: block;
         width: 18px;
        height: 18px;
        padding: 14px;
    }

    .fixed-btn a:last-child {
        display: none;
    }

    .fixed-btn a:first-child svg {
        width: 18px;
        height: 18px;
        padding: 14px;
    }


}

@keyframes bgZoomInOut {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 32, 80, 0.2);
        transform: scale(.9) rotate(0);
    }

    20% {
        box-shadow: 0 0 0 2px rgba(0, 32, 80, 0.2);
    }

    40% {
        box-shadow: 0 0 0 4px rgba(0, 32, 80, 0.2);
        transform: rotate(-20deg) scale(1.2);
    }

    60% {
        box-shadow: 0 0 0 6px rgba(0, 32, 80, 0.2);
    }

    80% {
        box-shadow: 0 0 0 8px rgba(0, 32, 80, 0.2);
        transform: rotate(0) scale(.9);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 32, 80, 0.2);
    }
}

@keyframes bgAnime {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 32, 80, 0.2);

    }

    20% {
        box-shadow: 0 0 0 2px rgba(0, 32, 80, 0.2);
    }

    40% {
        box-shadow: 0 0 0 4px rgba(0, 32, 80, 0.2);

    }

    60% {
        box-shadow: 0 0 0 6px rgba(0, 32, 80, 0.2);
    }

    80% {
        box-shadow: 0 0 0 8px rgba(0, 32, 80, 0.2);

    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 32, 80, 0.2);
    }
}

footer {
    position: relative;
    background-color: #000;
}



footer .top-footer {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .top-footer h2 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
}

footer .top-footer h2 span {
    color: #FF5E14;
    font-weight: 700;
}

footer .top-footer p {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
}

footer .top-footer p span {
    color: #FF5E14;
}

footer .main-footer {
    padding: 40px 0;
}


footer .main-footer .abt-col {
    margin-bottom: 30px;
    position: relative;
}

footer .main-footer .abt-col img {
    width: 220px;
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 30px 10px;
    padding: 6px;
}

footer .main-footer .abt-col p {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
}

footer .main-footer .abt-col .social {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .main-footer .abt-col .social h6 {
    color: #fff;
    letter-spacing: 1px;
}

footer .main-footer .abt-col .social svg {
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 6px;
    color: #FF5E14;
    transition: all 0.4s;
}

footer .main-footer .abt-col .social svg:hover {
    transform: scale(1.2);
    background-color: #FF5E14;
    color: #fff;
}

footer .main-footer .link-col,
footer .main-footer .contact-col {
    margin-bottom: 30px;
}

footer .main-footer .link-col h6,
footer .main-footer .contact-col h6 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}

footer .main-footer .link-col h6::before,
footer .main-footer .contact-col h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 10px;
    background-color: #FF5E14;
}

footer .main-footer .link-col ul li a {
    display: block;
    margin-bottom: 8px;
    color: #c5c5c5;
    transition: all 0.4s;
    letter-spacing: 1px;
}

footer .main-footer .link-col ul li a svg {
    margin-right: 6px;
}

footer .main-footer .link-col ul li a:hover {
    color: #fff;
    transform: translateX(10px);
}

footer .main-footer .link-col ul li a:hover svg {
    color: #FF5E14;
}

footer .main-footer .contact-col ul {
    margin-bottom: 30px;
}

footer .main-footer .contact-col ul li a {
    color: #c5c5c5;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    transition: all 0.4s;
}

footer .main-footer .contact-col ul li a svg {
    color: #FF5E14;
    margin-right: 6px;
}

footer .main-footer .contact-col ul li a:hover {
    color: #fff;
    transform: translateX(10px);
}

footer .main-footer .contact-col .pay li {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

footer .main-footer .contact-col .pay span {
    color: #FF5E14;
    font-weight: 600;
    text-decoration: underline;
}

footer .copyright {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .copyright p {
    margin-bottom: 0;
    color: #c5c5c5;
    letter-spacing: 1px;
}