/* ----------------------------------------
# Footer CSS
------------------------------------------*/
.skip-main-cnt,
.skip-footer {
  background: #1a1552;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
footer {
  position: relative;
  background-color: #fff;
  border-top: 1px solid rgba(209, 220, 235, 1);
  box-shadow: 2px 5px 10px 0px #775fb8a0;
}
.ftr-head {
  color: rgba(68, 76, 121, 1);
  font-family: "Geist", sans-serif !important;
  font-weight: 500 !important;
  margin: 0 0 10px;
  line-height: 1.2 !important;
  letter-spacing: -1px !important;
  font-size: 20px !important;
}
.ftr-links li:not(:last-child) {
  margin-bottom: 10px;
}
.ftr-links li a {
  font-size: 16px;
  color: #444c79;
  text-decoration: none;
  background: linear-gradient(90deg, #444c79, #444c79);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
}
.ftr-links li a:hover {
  color: #2e53e1;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}
@keyframes underlineHover {
  0% {
    background-position-x: 100%;
    background-size: 100% 1px;
  }
  50% {
    background-position-x: 100%;
    background-size: 0% 1px;
  }
  51% {
    background-position-x: 0%;
    background-size: 0% 1px;
  }
  100% {
    background-position-x: 0%;
    background-size: 100% 1px;
  }
}
.ftr-border-top {
  border-top: 3px solid rgba(209, 220, 235, 1);
}
.country {
  position: relative;
  z-index: 1;
  background: rgba(240, 245, 253, 1);
  border-radius: 5px;
}
.select-country .bi-chevron-up,
.select-country .bi-chevron-down {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.select-country .btn-country {
  font-size: 16px !important;
  border: 0;
  border-radius: 5px;
  padding: 13px 21px 13px 12px;
  color: rgba(68, 76, 121, 1);
  background-color: transparent;
}
.select-country .btn-country:hover,
.select-country .btn-country:focus {
  color: rgba(68, 76, 121, 1);
  text-decoration: none;
}
.select-country .dropdown-menu.show {
  transform: none !important;
  background-color: transparent;
  padding: 0;
  width: 100%;
  border: 0;
}
.country-align {
  position: absolute;
  top: -210px;
  margin-bottom: 0;
  background-color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  right: 0;
  border-radius: 5px;
  padding: 0;
}
.country-align > li > a {
  font-size: 16px;
  color: #444c79;
  padding: 13px 11px;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.country-align > li > a:hover,
.country-align > li > a:focus {
  color: #444c79;
  background: rgba(240, 245, 253, 1);
}
.country-align > li > a:hover span,
.country-align > li > a:focus span {
  text-decoration: underline;
}
.ftr-social-list {
  display: flex;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 4px;
}
.ftr-social-item {
  list-style-type: none;
  flex: 0.1;
  display: flex;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
.ftr-social-link {
  color: #444c79;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
}
.ftr-social-icon {
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
}
.ftr-social-item:hover .ftr-social-icon-top,
.ftr-social-link:focus .ftr-social-icon-top {
  top: -30px;
}
.ftr-social-item:hover .ftr-social-icon-btm,
.ftr-social-link:focus .ftr-social-icon-btm {
  top: 0;
}
.ftr-social-icon-btm {
  top: 31px;
  color: #141414;
}
.ftr-copy {
  font-size: 16px !important;
  color: #444c79;
}
/* ----------------------
# Scroll to Top CSS
---------------------------*/
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 15px;
  opacity: 0;
  z-index: 15;
  transition: opacity 0.7s ease;
  pointer-events: none;

  border: 0;
  background-color: transparent;
}
.scroll-up.show {
  opacity: 1;
  pointer-events: all;
}
.scroll-circle {
  width: 50px;
  height: 50px;
  border: 1px solid #3262fa;
  border-radius: 50%;
}
.scroll-inner-circle {
  width: 42px;
  height: 42px;
  margin: 3px;
  border-radius: 50%;
  backdrop-filter: blur(2px);
  background: rgba(50, 98, 250, 0.7);
  padding-inline: 14px;
}
.scroll-inner-circle span {
  display: block;
  position: relative;
  top: 6px;
  color: #fff;
}
.scroll-inner-circle span:nth-child(2) {
  top: 14px;
}
.scroll-inner-circle span:nth-child(3) {
  top: 22px;
}
.scroll-inner-circle span::before {
  content: "\F286";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: bootstrap-icons;
  animation: animate 1.5s infinite;
}
.scroll-inner-circle span:nth-child(2)::before {
  animation-delay: -0.2s;
}
.scroll-inner-circle span:nth-child(3)::before {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -5px);
  }
}


@media only screen and (max-width: 992px) {
  /* ---------------------------
# Footer CSS Ipad (Portrait)
-------------------------------*/
  .country {
    max-width: 35%;
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 767px) {

/* ----------------------------------
# Footer CSS Mobile (Landscape)
---------------------------------------*/
  .country {
    max-width: 100%;
  }
  .select-country .btn-country {
    width: 100%;
    text-align: left;
  }
  .select-country .bi-chevron-up,
  .select-country .bi-chevron-down {
    margin-left: 0;
    float: right;
  }
  .ftr-head {
    border-bottom: 1px solid #d1dceb;
    padding-block: 1rem;
    margin: 0 !important;

    position: relative;
  }
  .ftr-head:after {
    content: "\F282";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

    font-family: bootstrap-icons;
    font-size: 18px;
  }
  .ftr-links {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.4s ease,
      padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ftr-links.show {
    max-height: 500px;
  }
  .ftr-links li:first-child {
    margin-top: 15px;
  }
}