.social-icons {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-icons li {
    display: inline-block;
    margin: 0 15px;
}

.social-icons li a {
    font-size: 12px;
    line-height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #1d1d1b;
    border-radius: 0;
    border: 2px solid #1d1d1b;
    /* background: rgba(255, 255, 255, 0); */
}

.social-icons li a .overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #fff;
}

.social-icons li a:hover .overlay {
    right: 0;
    left: auto;
    width: 0;
}

.social-icons li a:hover {
    color: #213b8d;
    border: 2px solid #213b8d;
    background: #fff;
}

.hero-1 .front-content.page-enter-animated .social-icons {
    -webkit-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
    opacity: 0 !important;
}

.hero-1 .front-content.page-enter-animated.show .social-icons {
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

a.text-link {
    color: #1d1d1b !important;
    /* text-transform : uppercase!important; */
    text-decoration: none;
}

a.text-link:hover {
    color: #213b8d !important;
}
