.footer {
    background: #212121;
    color: #fff;
    padding: 0 3.5%;
}

.footer > .row:first-child {
    box-sizing: border-box;
    padding: 40px 0;
}

.footer > .row:nth-child(2) {
    line-height: 40px;
    border-top: 1px dotted #F7F8F9;
    font-size: 18px;
}

.footer .col-md-2:first-child .footerlogo {
    margin-bottom: 50px;
}

.footer .col-md-2 ul,
.footer .col-md-8 ul {
    /*overflow: hidden;*/
}

.footer .col-md-2 ul li,
.footer .col-md-8 ul li {
    float: left;
    width: 25%;
    font-size: 16px;
}

.footer .col-md-2 ul li {
    width: 33.33333%;
}

.footer .col-md-8 ul li p {
    line-height: 40px;
    padding-left: 20%;
}

    .footer .col-md-8 {
        border-left: 1px dotted #F7F8F9;
        border-right: 1px dotted #F7F8F9;
    }

.footer .col-md-8 ul {
    overflow: hidden;
}

.footer .col-md-8 ul li {
    float: left;
    width: 33.33333%;
}
.footer > .row:first-child .col-md-2:last-child{
    font-size: 18px;
    padding-left: 3%;
}

.footer > .row:first-child .col-md-2:last-child p{
    margin-bottom: 20px;
}
.footer > .row:first-child .col-md-2:last-child p:nth-child(2){
    font-size: 24px;
}
.footer > .row:first-child .col-md-2:last-child p:nth-child(3){
    font-size: 14px;
    margin-bottom: 34px;
}

.connection{
    margin-top: 4%;
}

.footer-li{
    position: relative;
}

.footer-li .after{
    position: absolute;
    top: -160px;
    left: -30%;
    background: white;
    color: black;
    width: 0;
    height: 0;
    text-align: center;
    transition: 0.4s all;
    padding: 0;
    border-radius: 5px;
    z-index: 111;
}

.footer-li .after div{
    display: none;
}

.footer-li .after img{
    width: 120px;
    height: 120px;
}

.footer-li:hover .after{
    height: 152px;
    width: 152px;
    padding: 5px;
}

.footer-li:hover .after div{
    display: block;
}
.footer a {
    color: #fff;
}
.mgtop-40{
    margin-top: 40px;
}
@media (max-width: 768px) {
    .footer .col-md-8 ul li {
        width: 33.3333%
    }
    .footer > .row:nth-child(2){
        line-height:  40px;
    }
}