/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  z-index: 1;
  padding: 47px 0;
  background-color: var(--secondaryColor);
}
.footer-wrap .copyright-text {
  margin: 0;
}
.footer-wrap .copyright-text i {
  position: relative;
  top: 1px;
}
.footer-wrap .copyright-text span, .footer-wrap .copyright-text a {
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  font-weight: 700;
}
.footer-wrap .social-profile li {
margin-right:0 !important;
}
.footer-wrap .social-profile li a {
  width: 65px;
  height: 65px;
background: rgba(255, 255, 255, 0.15);
color: var(--whiteColor);
margin:5px;
font-size: 20px;
}
.footer-wrap .social-profile li a:hover {
  background: var(--socialColor) !important;
  border-color: transparent;

}
.footer-wrap .social-profile li a:hover i {
  color: var(--whiteColor);
  position: relative;
}
.footer-wrap .subscribe-btn, .btn-more {
  color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  border-radius: 10px; 
  font-weight: 500;
  background-color: var(--whiteColor);
  padding: 20px 30px;
  font-family: var(--secondaryFont);
  margin-bottom: 15px;
}
.footer-wrap .subscribe-btn i, .btn-more i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 600;
}
.footer-wrap .subscribe-btn:hover, .btn-more:hover  {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.footer-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--whiteColor);
}

.footer-wrap a.footerlink {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--whiteColor);
  margin: 20px;
  font-weight: 700 !important; 
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}



@media only screen and (max-width: 1200px) {
  .footer-wrap a.footerlink {
    margin: 5px;
    padding: 5px;
    line-height: 25px;
    display: block;
  }
  .footer-wrap a.footerlink:hover {
    color: rgba(255, 255, 255, 0.5)
    
  }
  }

  @media only screen and (min-width: 1201px) {
  .footer-wrap a.footerlink:hover {
    /*color: var(--paraColor); */
    transition: color 0.3s ease-in-out;
    font-weight: 700 !important; 
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  }
  }
  
  @media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .footer-wrap a.footerlink {
        margin: 10px 9px;
    }
}

      

@media only screen and (max-width: 991px) {
  .footer-wrap {
    text-align: center;
    padding: 40px 0;
  }

  .footer-wrap .social-profile {
    margin: 20px 0;
  }
  .footer-wrap .subscribe-btn {
    font-size: 14px;
  }

}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-right {
    padding-left: 75px;
  }
  .footer-wrap .footer-bg {
    top: -10px;
  }
}
@media only screen and (min-width: 1600px) {
  .container-fluid .footer-wrap .footer-right {
    padding-left: 132px;
  }
  .container .footer-wrap .footer-right {
    padding-left: 57px;
  }
}/*# sourceMappingURL=footer.css.map */


.footer-wrap .logo-footer {
  text-align: center !important;
  width: 150px;
  margin: 15px 0;
}

a.logo-partner {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 5px;
  }

a.logo-partner img {
width: 100px;

}

div.logo-diff {
background: rgba(255, 255, 255, 0.15);
padding: 10px 20px 0 20px;
border-radius: 10px;
margin: 10px 5px;
text-align: center;
color: #ffff;
font-size: 13px;
max-width: 150px;
display: inline-block;
}

div.logo-diff img {
width: 70px;
  }

