a{
    color: #25ab2b;
}
.footer-v1{
    font-size: 14px;
    line-height: 1.6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #F9F9F9;
    min-height: 100px;
    border-top: 1px solid #E8E8E8;

}
.footer-v1 .footer {
    padding: 40px 0;


}

.footer .about-com{margin: 0;}
.footer .about-com span h3{
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0px 2px 0px;
    color: rgb(108, 109, 111);
}
.footer .about-com p{
    font-size: 12px;
    color: rgb(118, 119, 120);
    line-height: 23px;
}

.footer .foot-icon{
    width: 50%;
    float: left;
}
.footer .foot-icon ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer .foot-icon ul li{
    display: inline-block;
    margin: 5px;
    width: 8%;
    height: 38px;
}
.footer .foot-icon ul li a img{
    width: 100%;
    height: 38px;
}

.footer .social-icon{
    width: 50%;
    float: left;
}
.footer .social-icon ul{
    list-style: none;
    margin: 0;
}
.footer .social-icon ul li{
    display: inline-block;
    margin: 5px;
    height: 38px;
    line-height: 38px;
    width: 38px;
}
.footer .social-icon ul li span{
    font-size: 17px;
    font-weight: 600;
    color: rgb(95, 99, 107);
}
.footer .social-icon ul li a img{
    width: 100%;
    height: 36px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 400ms;
}
.footer .social-icon ul li a img:hover{
    width: 100%;
    height: 38px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 400ms;
}



.footer .foot-links{margin-top: 25px;}
.footer .foot-links ul{
    padding: 0;
    list-style: none;
    text-align: center;
}
.footer .foot-links ul li{
    display: inline-block;
}
.footer .foot-links ul li a{
    padding: 1px 7px;
    border-right: 1px solid rgb(170, 178, 178);
    font-size: 12px;
    color: rgb(101, 105, 109);
}
.footer .foot-links ul li:last-child a{
    padding: 1px 7px;
    border-right: none;
    font-size: 12px;
    color: rgb(101, 105, 109);
}
.footer .foot-links ul li a:hover{
    color: #e57733;
    text-decoration: underline;
}



.footer .foot-copyright{
    text-align: center;
    font-size: 13px;
    color: rgb(85, 91, 98);
}




@media screen and (max-width: 767px) {
    .footer .foot-icon ul li{
        width: 10%;
    }

    .footer .foot-icon{
        width: 100%;
        float: left;
    }
    .footer .foot-icon ul{
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .footer .social-icon{
        width: 100%;
        float: left;
    }
    .footer .social-icon ul{
        list-style: none;
        margin: 0;
        text-align: center;
        padding: 0;
    }
}






.scrollToTop{
    width:100px;
    padding:10px;
    text-align:center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 50px;
    right: 0;
    display:none;
}
.scrollToTop span{
    font-size: 29px;
    background-color: rgba(20, 0, 15, 1);
    padding: 1px 1px 2px 1px;
    color: rgba(255, 255, 255, 1);
    border-radius: 24px;
    opacity: 0.4;
}
.scrollToTop span:hover{
    opacity: 0.6;
}