.margin-r-5 {
  margin-right: 5px;
}

.line-h-15 {
  line-height:15px !important;
}

.footer-widget .text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(var(--theme-color-white-rgb), 1);
  text-decoration: none;
}

.growth-section .sec-title {
  border-bottom: 0px solid rgba(230, 230, 230, 0.212);
}

.footer-style-three .footer-widget .footer-nav {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.footer-style-three .footer-widget .footer-nav li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  font-size: 15px;
}
.footer-style-three .footer-widget .footer-nav li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}