@charset "UTF-8";
/* ==========================================================================
   PSDGator SCSS Styles [PARTIALS:FOOTER]
   ========================================================================== */
footer * {
  text-decoration: none !important;
  outline: none !important;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer {
  padding: 39px 0 20px !important;
  z-index: 5;
  position: relative !important;
  background: #fff;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 19px 0 25px;
  }
}

section#badges-footer {
  padding: 30px 0;
}
section#badges-footer .badges-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 80px;
  border-radius: 10px;
}
section#badges-footer .badges-wrapper a.badge-link {
  display: flex;
  max-width: 100px;
  flex: unset;
}
section#badges-footer .badges-wrapper a.badge-link img {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  section#badges-footer .badges-wrapper {
    flex-wrap: wrap;
  }
  section#badges-footer .badges-wrapper a.badge-link {
    flex: 200px !important;
    max-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  section#badges-footer .badges-wrapper a.badge-link {
    flex: 134px !important;
    max-width: 134px !important;
  }
}
@media screen and (max-width: 500px) {
  section#badges-footer .badges-wrapper {
    padding: 20px 20px;
  }
  section#badges-footer .badges-wrapper a.badge-link {
    flex: 66px !important;
    max-width: 66px !important;
  }
}

footer span {
  color: #545c6e;
  font-size: 14px;
  font-family: "Geist", sans-serif;
}

footer a {
  color: #394257;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

footer nav {
  margin-bottom: 20px;
}

footer nav .footer-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Geist", sans-serif;
  gap: 20px;
}

footer nav .footer-menu > li {
  width: calc(25% - 20px);
}
@media screen and (max-width: 1440px) {
  footer nav .footer-menu > li {
    width: calc(33.333% - 20px);
  }
}

footer nav .footer-menu > li > h2 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #394257;
}

footer nav .footer-menu > li ul li {
  margin-bottom: 6px;
}

footer nav .footer-menu > li ul li a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

footer nav .footer-menu > li ul li a:hover {
  color: #432dd0;
}

footer nav .maawg {
  display: flex;
  align-self: flex-end;
  align-items: flex-start;
}

footer nav .maawg img {
  max-width: 100%;
}

.mmenu-footer {
  margin-bottom: 70px;
}
.mmenu-footer #menu-footer-menu > li {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 18px;
  border-bottom: 2px solid rgba(56, 66, 87, 0.1);
  cursor: pointer;
}
.mmenu-footer #menu-footer-menu > li:hover > a {
  color: #432dd0;
}
.mmenu-footer #menu-footer-menu > li.menu-item-has-children span.arrow {
  position: relative;
  flex-basis: 15%;
  max-width: 15%;
  margin-left: auto;
  cursor: pointer;
}
.mmenu-footer #menu-footer-menu > li.menu-item-has-children span.arrow:after {
  content: "►";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.mmenu-footer #menu-footer-menu > li > a {
  font-family: "Geist";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #394257;
  flex-basis: 85%;
  max-width: 85%;
}
.mmenu-footer #menu-footer-menu > li > a:focus {
  outline: none;
}
.mmenu-footer #menu-footer-menu > li.active {
  padding-bottom: 9px;
}
.mmenu-footer #menu-footer-menu > li.active > a {
  color: #432dd0;
  border-bottom: 2px solid #432dd0;
  padding-bottom: 15px;
}
.mmenu-footer #menu-footer-menu > li.active.menu-item-has-children span.arrow {
  border-bottom: 2px solid #432dd0;
}
.mmenu-footer #menu-footer-menu > li.active.menu-item-has-children span.arrow:after {
  content: "►";
  transform: rotate(180deg);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #432dd0;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box {
  display: block;
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  pointer-events: all;
  transform: initial;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .generic-megamenu-holder {
  border: none;
  box-shadow: none;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu {
  flex-direction: column;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu li {
  padding: 3px 0 3px;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu li:first-of-type {
  padding: 12px 0 0px;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu li a {
  display: block;
  font-family: "Geist";
  font-size: 14px;
  line-height: 30px;
  color: #4c556b;
}

footer #bottom-footer {
  width: 100% !important;
  border-top: 2px solid #f3f3f3;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer #bottom-footer .gdpr {
  display: flex;
}

footer #bottom-footer .gdpr li {
  padding: 0 8px;
}
@media screen and (max-width: 1128px) {
  footer #bottom-footer .gdpr li:not(:last-of-type) {
    margin-bottom: 19px;
  }
}

footer #bottom-footer .gdpr li a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

footer #bottom-footer .gdpr li a:hover {
  color: #432dd0;
}

footer .social-icons {
  display: flex;
}
footer .social-icons img {
  height: 28px;
  width: 28px;
}

footer .social-icons a:not(:last-of-type) {
  margin-right: 15px;
}

footer .social-icons a i {
  border: 1px solid #432dd0;
  border-radius: 100%;
  padding: 10px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  color: #432dd0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

footer .social-icons a:hover i {
  color: white;
  background-color: #432dd0;
}

footer .social-icons.for-mobile {
  display: none;
}

footer.mobile-login {
  display: none;
}

.logo-divider {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 992px) {
  .logo-divider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .hidden-tablet {
    display: none !important;
  }
}

.hidden-desktop {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .hidden-desktop {
    display: block !important;
  }
}

.logo-divider a {
  flex-basis: 179px;
  max-width: 179px;
  flex-shrink: 0;
}

.logo-divider img {
  margin-left: -10px;
}

.logo-divider hr {
  margin-left: 12px;
  flex-basis: calc(100% - 179px);
  max-width: calc(100% - 179px);
}

.footer-container > hr {
  margin-top: 70px;
  margin-bottom: 55px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #e5e5e5;
}

.middle-footer {
  display: flex !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .middle-footer {
    flex-direction: column;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .middle-footer {
    max-width: 100%;
  }
}
.middle-footer--left {
  max-width: 50%;
  flex-basis: 50%;
  padding: 10px 47px 30px 0;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 992px) {
  .middle-footer--left {
    max-width: initial;
    flex-basis: initial;
    border-right: none;
    padding: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.middle-footer--left .footer-form-text--14 {
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .middle-footer--left .footer-form-text--14 {
    margin-bottom: 24px;
  }
}
.middle-footer--left .wpcf7-list-item {
  margin: 0;
}
.middle-footer--left .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.middle-footer--left .wpcf7-list-item label input {
  opacity: 0;
  margin-right: 7px;
  border-radius: 7px;
  border: 1px solid #b7b7b7;
  margin-top: 4px;
}
.middle-footer--left .wpcf7-list-item label input + span {
  margin-left: 7px;
}
.middle-footer--left .wpcf7-list-item label input + span:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  display: block;
  top: 0;
  left: 0;
  border-radius: 7px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin-top: 4px;
  flex-basis: 15px;
  max-width: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-footer--left .wpcf7-list-item label input:checked + span:after {
  content: "✓";
}
.middle-footer--right {
  max-width: 50%;
  flex-basis: 50%;
  padding: 10px 0 30px 48px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .middle-footer--right {
    max-width: initial;
    flex-basis: initial;
    padding: 49px 0 50px;
  }
}
.middle-footer--right h2 {
  font-family: "Geist";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #394257;
  margin-bottom: 26px;
}
@media screen and (max-width: 992px) {
  .middle-footer--right h2 {
    margin-bottom: 41px;
  }
}
.middle-footer--right .view-all-posts {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #2cc0d4;
  text-transform: uppercase;
  display: block;
  border-bottom: 2px solid #36c2d6;
  align-self: center;
}

.newsletter-wrapper {
  background: #F4F3FC;
  padding: 40px 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .newsletter-wrapper {
    padding: 20px;
  }
}
.newsletter-wrapper span.wpcf7-form-control-wrap[data-name=your-consent] {
  margin-top: 24px;
}

.footer-input {
  display: block;
  height: 46px;
  background-color: rgba(60, 16, 166, 0.168627451);
  color: #394257;
  border: none;
  border-radius: 23.13px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  line-height: 46px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer-input {
    width: 100%;
  }
}

.footer-input:-webkit-autofill,
.footer-input:-webkit-autofill:hover,
.footer-input:-webkit-autofill:focus,
.footer-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #D5CDEE inset !important;
  font-size: 16px;
}

.footer-submit {
  background-color: #ff6154;
  color: #ffffff;
  border-radius: 23px;
  padding: 0 35px;
  border: 2px solid #f5f5f5;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  line-height: 46px;
  position: relative;
  height: 46px;
}

footer span.wpcf7-form-control-wrap.recaptcha {
  margin-top: 20px;
  display: flex;
}

footer .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding-left: 20px;
  margin-top: 10px;
}
footer .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-form-btns {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
}
.footer-form-btns > span {
  max-width: 100%;
}
.footer-form-btns .wpcf7-submit {
  max-width: 100%;
  background: #3C10A6;
  font-weight: bold;
}
.footer-form-btns .wpcf7-spinner {
  margin-right: auto;
  display: none;
}
.footer-form-btns .wpcf7-form.submitting .wpcf7-spinner {
  display: flex;
}
.footer-form-btns .footer-submit {
  width: 100%;
}
.footer-form-btns .ajax-loader {
  display: none;
}

.footer-feutured-posts {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer-feutured-posts {
    flex-direction: column;
  }
}

.footer-feutured-post {
  flex-basis: 161px;
  max-width: 161px;
}
@media screen and (max-width: 992px) {
  .footer-feutured-post {
    flex-basis: initial;
    max-width: initial;
  }
}
@media screen and (max-width: 992px) {
  .footer-feutured-post:not(:last-of-type) {
    margin-bottom: 38px;
  }
}
.footer-feutured-post:hover span {
  color: #36c2d6;
}
.footer-feutured-post a {
  display: block;
}
.footer-feutured-post span {
  display: block;
  font-family: "Geist";
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #394257;
  margin-top: 14px;
}
@media screen and (max-width: 992px) {
  .footer-feutured-post span {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1140px) {
  footer #bottom-footer {
    flex-direction: column;
    align-items: center;
    padding-top: 43px;
  }
  footer #bottom-footer .gdpr {
    margin-bottom: 59px;
    flex-wrap: wrap;
    order: 2;
    flex-direction: column;
    align-items: center;
  }
  footer #bottom-footer .copyright {
    order: 3;
  }
  footer #bottom-footer .social-icons {
    display: flex;
    margin-bottom: 45px;
    align-self: auto;
    order: 1;
  }
}
.mmenu-footer #menu-footer-menu > li {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 18px;
  border-bottom: 2px solid rgba(56, 66, 87, 0.1);
  cursor: pointer;
}

.megamenu-box {
  position: absolute;
  width: 100vw;
  max-width: 1370px;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1400px) {
  .megamenu-box {
    max-width: 100vw;
  }
}
@media screen and (max-width: 992px) {
  .megamenu-box {
    z-index: 2;
    width: 100vw;
    left: -15px;
    transform: none;
  }
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box {
  display: block;
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  pointer-events: all;
  transform: initial;
}

/*# sourceMappingURL=footer.css.map */
