body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}


.footer-main {
    padding: 35px 0px;
    background: #1a1a1a;
    color: #666666;
}

.footer-main h2 {
    font-size: 16px;
    font-weight: normal;
    color: #25bce9;
    width: 100%;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 8px;
    position: relative;
}

.footer-main h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #25bce9;
}

@media (min-width: 768px){
.footer-content {
    display: block !important;
}
}


.footer-main a, .footer-main p {
    color: #666;
    font-size: 14px;
}

.footer-main ul.info {
    margin-top: 22px;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-main .info li {
    padding-bottom: 0;
}
.footer-main li {
    padding-bottom: 5px;
}

.footer-main .about-us li i {
    margin-right: 6px;
}
.footer-main .info li i {
    font-size: 128.57%;
}

}
.footer-main ul.info li span {
    font-size: 12px;
}


.footer-main .footer-social {
    margin-top: 28px;
}

.footer-main .footer-social li {
    float: left;
    margin-right: 10px;
}

.footer-main .footer-social li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #666;
    color: #1a1a1a;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.footer-main .footer-social li a:hover {
    background-color: #25bce9;
    color: #fff;
}

.footer-main .about-us .footer-social li i {
    margin-right: 0px;
}

.footer-main .corporate a:hover, .footer-main .support a:hover {
    color: #25bce9;
}

.footer-main .corporate a:hover:before, .footer-main .support a:hover:before {
    content: "\f105";
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 8px;
    font-size: 14px;
}

.footer-main p {
    line-height: 24px;
    margin-bottom:10px;
}






.footer-main .info li:hover i {
    color: #25bce9;
}