/* white you custom css code here. only css code will work */

.footer-area.home-variant-13 .footer-top {
    background-color:#012385;
}


footer.footer-area.home-variant-13 .copyright-area {
     background-color: #012385;
}

.contact_info_list li.single-info-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #4CCCFF;
}


.top-bar-area.header-variant-13 .top-bar-inner ul li a
{
   color: #012385;
}


.top-bar-area.header-variant-13 #langchange {
     color: #012385;
}


back-to-top {
    position: fixed;
    right: 18px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    display: none;
}