.header-socials{
  overflow: hidden;
  font-size: inherit;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.header-socials a{
  position: relative;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none;
  width: 26px;
  height: 26px;
  margin: 0 7.5px;
  line-height: 26px;
  border-radius: 100px;
}
.header-socials a:first-child{
  margin-left: 0;
}
.header-socials a:last-child {
  margin-right: 0;
}
.header-socials a:after, .header-socials a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  border-radius: inherit;
  transition: opacity .15s linear;
  
}
.header-socials a:before{
  opacity: 1;
}
.header-socials a:hover:before{
  opacity: 0;
  transition-delay: .1s;
}
.header-socials a:after{
  opacity: 0;
  transition-delay: .1s;
  background-image: none;
}
.header-socials a:hover:after{
  opacity: 1;
  transition-delay: 0s;
}
.header-socials .soc-font-icon{
  font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  position: relative;
    z-index: 1;
  font-size: 16px;
    line-height: 26px;
    background: none;
}
.header-socials a:hover .soc-font-icon{
    background: none;
}
.dt-icon-facebook:before, .facebook .soc-font-icon:before, .icomoon-the7-font-facebook:before {
    content: "\f106";
}
.dt-icon-linkedin:before, .icomoon-the7-font-linkedin:before, .linkedin .soc-font-icon:before {
    content: "\f113";
}
.dt-icon-instagram:before, .icomoon-the7-font-instagram:before, .instagram .soc-font-icon:before {
    content: "\f111";
}
.dt-icon-twitter:before, .icomoon-the7-font-twitter:before, .twitter .soc-font-icon:before {
    content: "\f127";
}
.dt-icon-you-tube:before, .icomoon-the7-font-youtube:before, .icon-yt:before, .you-tube .soc-font-icon:before {
    content: "\f138";
}

@media screen and (max-width: 992px){
 .header-socials {
    margin: 0;
}
}