
.footer-style {
  background-image: url("../img/footer5.png");
  padding: 30px;
  color: #fff;
  background-color: 	#8872bf;
  bottom: 0;
  width: 100%;
  font-size: 13px;
}
.footspan {
  /* color: #3d627b; */
  color: #fff;
  font-size: 12px;
  opacity: 0.60;
}
.footer-style .white-hr {
    width: 50px;
    height: 5px;
    /* background-color: #3d627b; */
    background-color: #fff;
}
.footer-style h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  opacity: 0.60;
}
.text-white.opacity {
  opacity: 0.35;
}
.white-span span {
    /* background: #3d627b; */
    background: #fff;
    display: block;
    height: 1px;
    margin-top: 10px;
    position: relative;
    width: 20%;
    opacity: 0.60;
}
.footer-style ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-style .textospan {
  margin: 5px;
  opacity: 0.60;
}


.footer-style ul a {
  /* color: #3d627b; */
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  font-size: 12px;
}

.footer-style ul a:hover {
  opacity: 0.8;
}
.facebook-icon {
  background-color: #4267b2;
}
.whatsapp-icon {
  background-color: #36a321;
}
@media (max-width:767px) {
  .footer-style .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-style {
    text-align: center;
  }
  span {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-style .social {
    width: 100%;
  }
}

.footer-style .item.social > a:hover {
  transform: scale(1.1);
  
}
.footer-style .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-style .item.text {
    margin-bottom: 0;
  }
}

.footer-style .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}


@media (max-width:991px) {
  .footer-style .white-span{
    margin-top: 10px;
  }
}

.footer-style .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  color: #fff;
  opacity: 0.75;
  transition: 0.3s;
}

.footer-style .item.social > a:hover {
  opacity: 0.9;
}
