/*--.Footer.--*/

.footer-section {
  background-color: var(--footer);

}




.social a{
  margin: 0 10px;
  text-decoration:none;
}
.social a:last-child
{
  margin-right:0px;
}

.social a:hover{
  filter: brightness(0.5);
}


.links-wrap a{
  color: black;
  text-decoration: none;
  text-transform:capitalize;
  font-size: 12px;
}

body.rtl .links-wrap a
{
	font-size:110%;
}

.links-wrap li{
  padding-bottom: .3rem;
}


.social-section{
  /*pt-2 py-1 border-top border-bottom border-secondary*/

  padding:  20px 0 20px 0;

}


.copyright {
  background-color: var(--secondary-footer);
  color:white;
}

.copyright a,.copyright p{
  color: #ddd;
  text-decoration: none;
  font-size:14px;
}
.copyright a:hover{
  color: #fff !important;
}

.copyright li {
  margin-right: 20px;
}

footer hr
{
  background: #B9B9B9 !important;
  border-color:unset !important;
  opacity: 0.25;
}




@media (max-width: 768px)
{
  .links-wrap
  {
    text-align:center;
  }
  #followmsg h5
  {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 20px;
  }
}