.fixed-btn a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
    background-color: #e7191f;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    z-index: 998;
    animation: pulse .8s infinite;
}



.fixed-social-icon ul {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 998;
}

.fixed-social-icon ul li {
    position: relative;
    transform: translateX(105px);
    transition: all 0.4s;
}

.fixed-social-icon ul li:hover {
    transform: translateX(0);
}

.fixed-social-icon ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    font-weight: 600;
    background-color: #1d2d4f;
}

.fixed-social-icon ul li a svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
}


/* a.facebook {
    background-color: #1877F2;
}

a.instagram {
    background: linear-gradient(45deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%);
}

a.linkedin {
    background: #0077B5
}

a.mail {
    background: #EA4335
}

a.whatsapp {
    background: #25D366;
} */


footer .main-footer {
    padding: 70px 0 30px;
    background-color: #122223 !important;
    position: relative;
}

footer .main-footer .abt-col {
    margin-bottom: 40px;
    text-align: center;
}

footer .main-footer .abt-col .logo img {
    width: 260px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 16px;
    border-radius: 6px;
}

footer .main-footer .abt-col p.text {
    color: #fff;
    font-weight: 400;
}

footer .main-footer .abt-col p.text span {
    color: #F2364B;
    font-weight: 700;
    font-style: italic;
}

footer .main-footer h4 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 28px;

}

footer .main-footer .link-col ul li a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    transition: all 0.4s;
}

footer .main-footer .link-col ul li a:hover {
    color: #e7191f;
}

footer .main-footer .link-col ul li a svg {
    color: #e7191f;
}

footer .main-footer .contact-col ul li a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    transition: all 0.4s;
}

footer .main-footer .contact-col ul li a svg {
    color: #e7191f;
    margin-right: 6px;
}

footer .main-footer .contact-col ul li a:hover {
    color: #e7191f;
}

footer .main-footer .btm-link {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .main-footer .btm-link li {
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

footer .main-footer .btm-link li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

footer .main-footer .btm-link li a {
    color: #fff;
    transition: all 0.4s;
    text-transform: uppercase;
    font-size: 14px;
}

footer .copyright {
    padding: 16px 0;
    position: relative;
    background-color: #000;
}

footer .copyright p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

footer .copyright p a {
    color: #e7191f;
    font-weight: 700;
}