.ft-coc span{
    color: #fff;
    margin-right:8px;
}

.ft-coc a{
    z-index: 9;
    display: block;
    position: relative;
}


footer.main-footer.border-top.color2 .container{
    position: relative;
}
.ft-coc{
    position: absolute;
    right: 20%;
    bottom: 15px;

}


.widget_title{
    padding-left: 20px;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem!important;
}
.widget_title:before {
    position: absolute;
    left: 0;
    top: 17%;
    left: 5%;
    height: 2px;
    width: 16px;
    content: '';
    background: #034ea0;
}

.widget_inner{}
.widget_inner ul{
    padding-left: 10px;
    list-style: none;
}
.widget_inner ul li{
    margin-bottom: .5rem!important;
}
.widget_inner ul li a{
    color: #212529;
}
.widget_inner ul li a:hover{
    color: #008000;
}
.widget_inner ul li i{
    padding: 7px 2px;
}
.contact_info a{
    color: #212529;
}
.contact_info a:hover{
    color: #008000;
}