/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.footer h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-family: Lato,sans-serif;
  font-weight: 900;
}
.footer h3 a {
  color: inherit;
}
.footer-description {
  margin: 0 0 20px;
}
.footer-description p {
  font-size: 16px;
  margin: 0 0 20px;
}
.footer-description p strong {
  font-weight: 900;
}
.footer-description p i {
  font-weight: 900;
}
.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.footer-social li {
  margin: 0 20px 0 0;
}
.footer-social li a {
  display: block;
  height: 100%;
  padding: 4px 5px;
  background: #fff;
  width: 36px;
  border-radius: 8px;
}
.footer-social li a span {
  display: block;
}
.footer-social li a span svg {
  height: 26px;
  display: block;
  fill: #552b8b;
  margin: 0 auto;
  width: 26px;
}
.footer-links ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  display: block;
  margin: 0 0 5px;
}
.footer-links ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.footer-links ul li a:hover,
.footer-links ul li a:focus {
  text-decoration: none; 
  color: #f47a56;
}
.footer-logos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.footer-bottom {
  padding: 15px 0;
}
.footer-logos-list li {
  margin: 0 0 0 34px;
}
.footer-logos-list li:first-child {
  margin-left: 0;
  flex: 0 0 90px;
}
.footer-logos-list li:nth-child(2) {
  flex: 0 0 150px;
}
.footer-logos-list li:nth-child(3) {
  flex: 0 0 180px;
}
.footer-logos-list li:nth-child(4) {
  flex: 0 0 76px;
}
.footer-logos {
  align-items: center;
}
.footer-logos-list li img {
  display: block;
}
.privacy-holder p {
  margin: 0;
  font-size: 16px;
}
.privacy-holder p a {
  color: #552b8b;
}
.privacy-holder p a:hover,
.privacy-holder p a:focus {
  text-decoration: underline;
}
.privacy-holder {
  text-align: right;
}
.footer-social li a:hover,
.footer-social li a:focus{
  background: #7755a2;
}
.footer-social li a:hover span svg,
.footer-social li a:focus span svg{
  fill: #fff;
}
@media (max-width: 1550px) {
  .footer {
    background-size: 650px;
  }
}
@media (max-width: 1480px) {
  .footer {
    background-size: 600px;
  }
}
@media (max-width: 1400px) {
  .footer {
    background-size: 550px;
  }
}
@media (max-width: 1350px) {
  .footer {
    background-size: 530px;
  }
}
@media (max-width: 1280px) {
  .footer {
    background-size: 480px;
  }
}

@media (max-width: 1180px) {
  .ft-logo-holder {
    /*flex: 0 0 630px !important;
    margin: 0 0 30px;*/ 
    max-width: none !important;
    display: flex;
    flex: none !important;
    justify-content: center;
  }
  .footer-logos {
    justify-content: center;
  }
  .privacy-holder {
    flex: 0 0 auto !important;
    max-width: none !important;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .footer {
    background-image: none !important;
    padding-left: 15px;
    padding-right: 15px; 
  }
  .gy-4 {
    justify-content: space-between;
  }
  .footer-bottom .ft-logo-holder {
    display: flex;
    flex: none !important;
    justify-content: center;
  }
  .footer-logos-list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .gy-4 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-contact {
    width: 300px;
    margin: 0;
  }
  .gy-4 .footer-links {
    width: 300px;
    margin: 40px 0 0;
  }
  .footer-bottom .footer-logos-list {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
  }
  .footer-bottom .ft-logo-holder {
    width: 100%;
  }
  .footer-bottom .footer-logos-list li {
    margin: 0 0 10px;
    width: 20%;
    flex: none;
    display: flex;
  }
  .footer-bottom .footer-logos-list img {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .ft-logo-holder {
    /*flex: 0 0 630px !important;
    margin: 0 0 30px;*/ 
    max-width: none !important;
    display: flex !important;
    flex: none !important;
    justify-content: center!important;
  }
}
@media (max-width: 580px) {
  .footer-bottom .footer-logos-list li {
    width: 45%;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 11%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 11%);
    padding: 8px;
  }
  .footer-bottom .footer-logos-list {
    justify-content: space-between;
  }
  .footer-bottom .footer-logos-list li img {
    width: 100px;
    height: 100px !important;
    object-fit: contain;
  }
}
@media (min-width: 1181px) {
  .ft-logo-holder {
    /*flex: 0 0 630px !important;
    margin: 0 0 30px;*/ 
    max-width: none !important;
    display: flex;!important;
    flex: none !important;
    justify-content: center;!important;
  }
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #f85a40;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
position: fixed;
inset: 0;
z-index: 999999;
overflow: hidden;
background: #fff;
transition: all 0.6s ease-out;
}
#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #fff;
border-color: #552b8b transparent #552b8b transparent;
border-radius: 50%;
width: 60px;
height: 60px;
animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
} */