.social-icons {
  list-style: none;
  display: inline-block;
  
}

.social-icons li {
  display: inline-block;
  
  padding: 0;
  margin-right: 5px; 
  margin-top: 5px;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons li a {
  font-size: 12px;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  /* line-height: 6px; */
  background: #f2f2f2 !important;
  color: #333;
  transition: .3s;
}


.social-icons li a:hover {
  background: #E84209;
  color: #333;
}

.social-icons li a i {
  line-height: 15px !important;
  padding-right: 4px;
  padding-top:5px ;
  color: #fff;
  background: #E84209;
}

.social-icons li a:hover i {
  color: #fff;
}

.social-icons.vertical {
  width: 40px;
}

.social-icons.vertical li {
  margin-bottom: 5px;
}

.social-icons.vertical li:last-child {
  margin-right: 0;
}

.social-icons.vertical li a {
  background: #333;
  color: #fff;
}

.social-icons.vertical li a:hover {
  background: #E84209;
  color: #fff;
}

.social-icons.vertical li a:hover i {
  color: #333;
}

.social-icons1 {
  list-style: none;
  display: inline-block;
  
}

.social-icons1 li {
  display: inline-block;
  
  padding: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.social-icons1 li:last-child {
  margin-right: 0;
}

.social-icons1 li a {
  font-size: 16px;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  /* line-height: 6px; */
  background: #E84209;
  color: #fff;
  transition: .3s;
  
}


.social-icons1 li a:hover {
  background: #0B3B7D;
  color: #fff;
}

.social-icons1 li a i {
line-height: 15px !important; */
    padding-right: -1px;
    padding-top: 8px;
    color: #fff;
    font-size: 18px;
}

.social-icons1 li a:hover i {
  color: #fff;
}

.social-icons1 .vertical {
  width: 40px;
}

.social-icons1 .vertical li {
  margin-bottom: 5px;
}

.social-icons1 .vertical li:last-child {
  margin-right: 0;
}

.social-icons1 .vertical li a {
  background: #333;
  color: #fff;
}

.social-icons1 .vertical li a:hover {
  background: #E84209;
  color: #fff;
}

.social-icons1 .vertical li a:hover i {
  color: #fff;
}
