 

.foot-puiux p span {
  color: var(--btn);
  font-weight: 800;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
}

.icons .icon {
  width: 40px;
  display: flex;
  height: 40px;
  background: #7085b24d;
  border: 1px solid #9fa4b1;
  color: #B9C8E8 !important;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  font-size: 20px;
}

.footer p.p {
  /*color: #b9c8e8;*/
  /*font-size: 16px;*/
  /*padding-top: 20px;*/
  /*padding-right: 89px;*/
  /*max-width: 82%;*/
  
  color: #b9c8e8;
    font-size: 16px;
    padding-top: 10px;
    max-width: 380px;
    text-align: center;
    /*margin: 0 auto !important;*/
}
.footer img.logo {
  width: auto;
  height: auto;
  max-width: 80%;
}
.foot-puiux p {
  color: #fff;
  font-size: 14px;
}

 

footer ul li {
  color: #B9C8E8;
  font-size: 14px !important;
  transition: var(--transition);
  width: fit-content;
}

footer ul li:hover {
  transform: scale(1.1);
  color: #fff;
}

footer h4 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}

footer ul {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 26px;
  justify-content: center;
  text-align: center;
  /*flex-direction: column;*/
}
/*.footerGrid{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
.footer {
  background-image: url(../img/footer.png);
  background-color: #385698;
  background-size: cover;
  background-repeat: no-repeat;
    padding: 25px 0px;
}
.foot_puiux {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.icons .icon:hover {
  border-color:#F9FAFB;
  background: #F9FAFB;
  color:  var(--btn)  !important;
  transform: scale(1.1);
}
.foot-puiux {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #385698;
}

.footerGrid .buttom_fill{
    background: #ffffff !important;
    color:#5cb74e !important;
    border:#cc9 !important;
}








