﻿
header .header-right-cont .social-icons-holder .header-social-link .header-tl:hover {
  background-color: #4464a2;
}

header .header-right-cont .social-icons-holder .header-social-link .header-tl .fa-telegram {
  transition: all 0.5s;
}

header .header-right-cont .social-icons-holder .header-social-link .header-tl {
    background-color: #9da0a5;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 3px;
    transition: background-color 1s;
}

header .header-right-cont .social-icons-holder .header-social-link .header-tl:hover .fa-telegram {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

header .header-right-cont .social-icons-holder .header-social-link .header-tl {
  color: white;
  border-radius: 50%;
}