﻿footer {
    background-color: #e6eff4;
    background-image: -moz-linear-gradient(top,#e6eff4,#e6eff4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6eff4),to(#e6eff4));
    background-image: -webkit-linear-gradient(top,#e6eff4,#e6eff4);
    background-image: -o-linear-gradient(top,#e6eff4,#e6eff4);
    background-image: linear-gradient(to bottom,#e6eff4,#e6eff4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6eff4', endColorstr='#ffe6eff4', GradientType=0);
    border-top: 1px solid #b1cddd;
    margin-top: 35px;
    padding: 0;

}

.foooter-btm {
    background-color: #26323e;
}
.footer-info{
    padding:45px 0;
}
.footer-ul li {
    display: block;
    margin-bottom:15px;
}
    
.footer-info address{
    color: #4c535d;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.45s ease 0s;
    margin-bottom: 0.5rem;
}
.footer-info i {
    color: #4c535d;
    font-size:16px;
    margin-right:10px;
    opacity:.5;
}
.foooter-btm {
    padding: 15px 0;
    color: #8d8c8c;
}
    .foooter-btm a {
        color: #8d8c8c;
    }
footer a:hover {
    color: #4fbe31!important;
}