.footerSec{overflow:hidden;padding-top: 40px !important;padding-bottom: 63px !important;background-color: #040C15 !important;}
.footerSec-inner {padding: 0 64px;}
.footerBottomLogo{opacity:0;visibility:hidden;}
.footerContentWrapper.aos-animate+.footerBottomLogo {opacity:1;visibility:visible;transition:all ease .8s;}
.footerSec .copyRightLinkMain a { position: relative; text-decoration:none;} 
.footerSec .copyRightLinkMain a:after { content: ''; position: absolute; bottom: -2px; width: 100%; background: var(--body_color); left: 0; height: 1px; all 0.4s animation-timing-function: ease; transition: all 0.4s ease; }
.footerSec .copyRightLinkMain a:hover:after { background: var(--link_hover); }
.footer-nav-titles {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
}
.site-footer__social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
  outline: none;
}

.site-footer__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer__social-link img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
.footerSec .hs-menu-wrapper ul li a {
  font-size: 14px;
  line-height: 20px !important;
  color: #FFFFFF99;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
.site-footer-social-heading {
  font-size: 18px;
  line-height: 27px;
  margin-top: 60px;
  margin-bottom: 24px;
  letter-spacing: 0.45px;
  color: #FFFFFFE5;
}
.site-footer__social-grid .site-footer__social-link i {
  opacity: 0.6;
}
.site-footer__divider {
  border: 1px solid #FFFFFF1A;
  margin: 8px 0 33px;
}
.copyRightLinkWrapper {
  justify-content: space-between;
}
.copyRightLinkWrapper > div:last-child {
  display: flex;
  gap: 24px;
  padding: 0 36px;
}
.footerSec .copyRightLinkWrapper .copyRightLinkMain a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF66;
}
.footerSec .copyRightLinkMain:after, .footerSec .copyRightLinkMain a:after {
  display: none !important;
}
.footerSec .copyRightLinkMain p {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF66;
}
@media (max-width: 991px) {
  .copyRightLinkWrapper {
    justify-content: center;
  }
}
@media(max-width: 767px) {
  .footerSec {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  .footerSec-inner {
    padding: 0 20px;
  } 
  .footerNavTitle {
    margin-bottom: 30px;
    text
  }
}
