/*footer*/
.custom-footer {
background-color: var(--primary-gray);
color: #fff;
padding: 20px 0;
}
.footer-design {
background-color: var(--primary-gray);
}
.footer-design img {
display: inline;
margin-top: -30px;
width: 100%;
}
.custom-footer a {
color: #fff;
}
/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: var(--yel-green);
}

.social-network a.icoLinkedin:hover {
  background-color: var(--yel-green);
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #fff;
}
.social-circle {
list-style: none;
}
.social-circle li {
display: inline;
}
.social-circle li a {
display: inline-block;  
position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #fff;
}
