.section-py {
  padding: 5rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.first-section-pt {
  padding-top: 8.45rem;
}
@media (max-width: 1199.98px) {
  .first-section-pt {
    padding-top: 6.5rem;
  }
}

.card[class*=card-hover-border-] {
  transition: all 0.2s ease-in-out;
}

.bg-icon-left,
.bg-icon-right {
  position: relative;
}
.bg-icon-left::before,
.bg-icon-right::before {
  position: absolute;
  display: block;
  top: 0;
}

.bg-icon-left::before {
  left: 0;
}
@media (max-width: 575.98px) {
  .bg-icon-left::before {
    left: 0.625rem;
  }
}

.bg-icon-right::before {
  right: 0;
}
@media (max-width: 575.98px) {
  .bg-icon-right::before {
    right: 0.625rem;
  }
}

.dropdown-toggle::after {
  margin-top: -0.28em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid !important;
  border-top: 0 !important;
  border-left: 0 !important;
  transform: rotate(45deg);
}

.light-style body {
  background-color: #fff;
}
.light-style .bg-icon-left::before {
  content: url("../../../img/front-pages/icons/bg-left-icon.png");
}
.light-style .bg-icon-right::before {
  content: url("../../../img/front-pages/icons/bg-right-icon.png");
}

.dark-style body {
  background-color: #312d4b;
}
.dark-style .landing-light-mode {
  display: none;
}
.dark-style .landing-dark-mode {
  display: block;
}
.dark-style .bg-icon-left::before {
  content: url("../../../img/front-pages/icons/bg-left-dark-icon.png");
}
.dark-style .bg-icon-right::before {
  content: url("../../../img/front-pages/icons/bg-right-dark-icon.png");
}



.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
  opacity: 0.8;
}
.landing-footer .footer-top {
  background: #241d31 url("../../../img/front-pages/backgrounds/footer-bg.png") center no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}
@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 322px;
  }
}
.landing-footer .footer-bottom {
  background-color: #211b2c;
}
.landing-footer .form-floating.form-floating-outline > label::after {
  background-color: #241d31 !important;
}

.light-style .landing-footer .footer-link,
.light-style .landing-footer .footer-text,
.light-style .landing-footer .footer-title {
  color: #fff;
  opacity: 0.78;
}
.light-style .landing-footer .footer-title {
  opacity: 0.92;
}
.light-style .landing-footer .footer-link:hover {
  opacity: 1;
}

.dark-style .landing-footer .footer-link,
.dark-style .landing-footer .footer-text {
  color: #9e9ab5;
}
.dark-style .landing-footer .footer-title {
  color: #cfcbe5;
}
