.fixedFooterMenu {
  display: none !important;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  border-top: 1px solid #e1e0ea; }

.header-action .language-switcher {
  display: none; }

@media screen and (max-width: 768px) {
  .fixed-live-chat {
    display: none; }

  .research-area .analysis {
    padding-top: 40px; }

  .modal-content {
    padding: 1.4rem; }

  .modal-right {
    text-align: center !important; }

  .blog-area-two {
    padding: 0px 0 20px !important; }

  footer .footer-top-two {
    padding: 20px 0 0px !important; }

  footer {
    padding-bottom: 80px; }
    footer .special-links {
      flex-wrap: wrap; }
    footer .mobile-app-area {
      justify-content: space-around; }
      footer .mobile-app-area .single .icon {
        display: none; }

  .wnx-academy-area .header {
    margin-bottom: 0px !important; }

  .home-wnx-academy-posts .single {
    margin-bottom: 20px; }

  .scroll-top.open {
    bottom: 100px !important; }

  section.award-area .single {
    padding: 20px;
    margin-bottom: 0px; }
    section.award-area .single .image {
      margin-bottom: 20px !important; }

  .lead-form .lf-switches .sw-button span {
    display: none; }

  footer .footer-information-area .seperate-section {
    text-align: center;
    margin-bottom: 20px; }
    footer .footer-information-area .seperate-section .image img {
      width: 40% !important; }

  .header-action .language-switcher {
    display: block;
    margin-right: 0px; }
    .header-action .language-switcher img {
      margin-right: 5px; }

  .banner-bg-two {
    padding: 100px 0 0; }

  .section-title-two .title {
    margin-bottom: 20px; }

  .wnx-academy-area .cards .single {
    margin-bottom: 40px; }

  section.award-area .single {
    margin-bottom: 20px; }
    section.award-area .single .image {
      margin-right: 40px;
      margin-bottom: 0px; }
      section.award-area .single .image img {
        width: 70px !important; }

  .fw {
    width: 100%;
    display: inline-block;
    float: left; }

  .fixedFooterMenu {
    display: inline-block !important;
    background: #fff; }
    .fixedFooterMenu ul {
      margin-top: 0;
      margin-bottom: 0rem;
      padding-left: 0rem !important;
      width: 100%;
      display: inline-block;
      float: left; }
      .fixedFooterMenu ul li {
        width: 20%;
        float: left;
        display: inline-block;
        border-right: 2px solid #f0f0f0;
        line-height: 24px; }
        .fixedFooterMenu ul li a {
          width: 100%;
          text-align: center;
          float: left;
          display: inline-block;
          padding-top: 10px;
          padding-bottom: 1.5px;
          background: #fff; }
          .fixedFooterMenu ul li a .icon {
            width: 100%;
            font-size: 20px;
            line-height: 20px;
            display: inline-block;
            margin-bottom: 7.5px; }
            .fixedFooterMenu ul li a .icon i {
              margin-bottom: 0px;
              font-size: 22px;
              background: -webkit-linear-gradient(#1c5cf8, #223ba5);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
          .fixedFooterMenu ul li a .title {
            color: #838aa3;
            font-size: 11px;
            line-height: 12px;
            display: inline-block;
            width: 100%;
            font-weight: 500;
            margin-bottom: 5px; } }
.banner-bg-two {
  min-height: 0px;
  margin-top: 3rem;
  padding-bottom: 3rem; }

.services-area-two {
  padding: 60px 0 90px; }

section.breadcrumb-bg {
  padding: 145px 0 40px; }
  section.breadcrumb-bg::before {
    background: #fafafa; }
  section.breadcrumb-bg .breadcrumb-content .title {
    color: #313131; }

.blog-post-item-two img {
  border: 1px solid #e7e7e7; }

.logo img {
  max-height: 35px; }

.features-icon-three,
.features-icon-two {
  width: 60px;
  height: 60px; }

.transfer-account-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f9f9f9;
  padding: 10px 0px;
  transition: 0.2s all; }
  .transfer-account-nav:hover {
    background: #1b5cf8; }
    .transfer-account-nav:hover a {
      color: #fff; }

.lead-form {
  box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background-color: #fff; }
  .lead-form .lf-header .subtitle {
    font-size: 14px;
    padding: 5px 10px;
    background: #feba4f;
    width: fit-content;
    color: #000;
    border-radius: 10px;
    margin-bottom: 10px; }
  .lead-form .lf-header .title {
    margin: 0;
    margin-bottom: 10px; }
  .lead-form .lf-header .description {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal; }
  .lead-form .lf-switches {
    margin: 5px 0px;
    flex-wrap: nowrap; }
    .lead-form .lf-switches .sw-button {
      position: relative;
      background-color: #fafafa;
      color: inherit;
      border: none;
      text-align: center;
      margin-right: 15px;
      padding: 10px 5px;
      font-size: 14px;
      background: linear-gradient(145deg, #fafafa 70%, #f2f2f2 70%);
      transition: 0.2s all;
      border-radius: 10px; }
      .lead-form .lf-switches .sw-button span {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff;
        background: #1b5cf8; }
      .lead-form .lf-switches .sw-button:hover {
        color: var(--tg-primary-color); }
      .lead-form .lf-switches .sw-button:last-child {
        margin-right: 0; }
      .lead-form .lf-switches .sw-button.active {
        font-weight: bold;
        color: #fff;
        background: linear-gradient(145deg, #1b5cf8 70%, #0251dc 70%); }
        .lead-form .lf-switches .sw-button.active span {
          top: 10px;
          left: 10px;
          width: 10px;
          height: 10px;
          border-radius: 100%;
          border: 1px solid #fff;
          background: #40826d; }
  .lead-form .lf-body {
    margin-top: 10px; }
    .lead-form .lf-body .terms-of-use {
      font-size: 12px;
      margin-top: 20px;
      text-align: center;
      background-color: #fafafa;
      padding: 15px; }
    .lead-form .lf-body .marketing-approve label {
      font-size: 12px; }
    .lead-form .lf-body .input-icon {
      position: relative;
      margin-bottom: 10px; }
      .lead-form .lf-body .input-icon input {
        text-indent: 35px;
        padding: 10px 15px;
        width: 100%;
        border: 1px solid #f2f2f2;
        font-size: 18px; }
      .lead-form .lf-body .input-icon i {
        font-size: 22px;
        position: absolute;
        top: 18px;
        left: 15px;
        font-size: 18px;
        background: -webkit-linear-gradient(#1c5cf8, #223ba5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .lead-form .lf-body .submit-area {
      margin-top: 10px; }
    .lead-form .lf-body .lf-submit-btn button {
      border-radius: 10px;
      padding: 8px 5px;
      font-size: 14px;
      border: none;
      background: linear-gradient(145deg, #1b5cf8 70%, #0251dc 70%);
      color: #fff;
      font-weight: bold;
      transition: 0.2s all; }
      .lead-form .lf-body .lf-submit-btn button.green {
        background: linear-gradient(145deg, #40826d 70%, #26745c 70%); }
      .lead-form .lf-body .lf-submit-btn button i {
        opacity: 0;
        margin-left: 5px; }
      .lead-form .lf-body .lf-submit-btn button:hover i {
        opacity: 1; }

.why-choose-us {
  margin-top: 2rem; }
  .why-choose-us .single {
    margin-bottom: 1rem;
    padding: 10px 15px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    border-radius: 10px; }
    .why-choose-us .single .title {
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 5px; }
      .why-choose-us .single .title span {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border-radius: 100%;
        border: 1px solid #fff;
        background: #40826d; }
    .why-choose-us .single .description {
      font-size: 12px;
      font-weight: normal; }

section.award-area .tg-element-title {
  margin-bottom: 30px; }
section.award-area .single {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 0 25px 0 25px;
  align-items: center;
  height: 100%; }
  section.award-area .single .top-wrap {
    display: flex;
    justify-content: space-between; }
    section.award-area .single .top-wrap .year {
      font-size: 18px;
      font-weight: 300; }
  section.award-area .single .image {
    background-color: #ffffff4f;
    box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 10px;
    width: fit-content; }
    section.award-area .single .image img {
      padding: 10px;
      width: 60px; }
  section.award-area .single .detail .title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px; }
  section.award-area .single .detail .description {
    font-size: 12px;
    font-weight: normal; }

section.features-area-two .tg-element-title {
  margin-bottom: 30px; }
section.features-area-two .features-content-two p {
  font-size: 14px;
  font-weight: normal; }

.footer-bottom-two .copyright {
  font-size: 12px; }
.footer-bottom-two .information-area {
  padding: 20px 20px;
  text-align: center;
  background: #fafafa;
  border-radius: 10px; }
  .footer-bottom-two .information-area .title {
    font-weight: bold;
    margin-bottom: 10px; }
  .footer-bottom-two .information-area .description {
    font-size: 12px;
    margin: 0; }

section.about-area-three .create-account-buttons {
  margin-top: 25px; }
  section.about-area-three .create-account-buttons .single {
    margin-bottom: 15px; }
    section.about-area-three .create-account-buttons .single button {
      display: flex;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 10px 5px;
      font-size: 14px;
      border: none;
      background: linear-gradient(145deg, #1b5cf8 70%, #0251dc 70%);
      color: #fff;
      font-weight: bold;
      transition: 0.2s all; }
      section.about-area-three .create-account-buttons .single button i {
        margin-right: 5px;
        font-size: 16px; }
      section.about-area-three .create-account-buttons .single button.green {
        position: relative;
        background: linear-gradient(145deg, #40826d 70%, #26745c 70%); }
        section.about-area-three .create-account-buttons .single button.green span {
          position: absolute;
          top: -10px;
          right: 0;
          color: #000;
          font-size: 10px;
          padding: 2px 5px;
          border-radius: 5px;
          background-color: #feba4f; }
      section.about-area-three .create-account-buttons .single button.light {
        color: #000;
        background: linear-gradient(145deg, #fafafa 70%, #f2f2f2 70%); }
        section.about-area-three .create-account-buttons .single button.light.wnx-academy {
          color: #0251dc; }

.wnx-academy-area {
  padding: 40px 0 0px; }
  .wnx-academy-area .header {
    margin-bottom: 40px;
    display: flex;
    align-items: center; }
    .wnx-academy-area .header .image img {
      clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
      width: 90%; }
  .wnx-academy-area .section-title-two p {
    margin: 0;
    margin-top: 10px; }
  .wnx-academy-area .cards {
    margin-top: 20px; }
    .wnx-academy-area .cards .single {
      text-align: center; }
      .wnx-academy-area .cards .single .title {
        font-weight: normal;
        color: #000;
        margin-bottom: 20px; }
        .wnx-academy-area .cards .single .title span {
          font-weight: bold; }
      .wnx-academy-area .cards .single .description {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 20px; }
      .wnx-academy-area .cards .single .action {
        font-size: 14px; }
      .wnx-academy-area .cards .single .image-area {
        margin-bottom: 20px; }
        .wnx-academy-area .cards .single .image-area img {
          display: flex;
          margin: auto;
          width: 60px; }

.research-area {
  padding: 40px 0 40px;
  margin: 40px 0 40px;
  margin-top: 0px;
  background: #fafafa; }
  .research-area .bulletins .single {
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1b5cf8 40%, #fff 40%);
    box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
    .research-area .bulletins .single .image {
      margin-bottom: 10px;
      position: relative; }
      .research-area .bulletins .single .image .cat {
        margin-bottom: 10px;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        background-color: #fafafa;
        width: fit-content;
        padding: 2px 10px;
        border-radius: 3px;
        box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
        .research-area .bulletins .single .image .cat i {
          color: #1a5bf8;
          margin-right: 5px; }
      .research-area .bulletins .single .image img {
        box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1);
        display: flex;
        width: 100%;
        margin: auto;
        border-radius: 10px;
        border: 4px solid #f2f2f2; }
    .research-area .bulletins .single .information .publish-details {
      margin: 5px 0; }
      .research-area .bulletins .single .information .publish-details .author {
        color: #0251dc;
        font-weight: 500;
        font-size: 14px; }
      .research-area .bulletins .single .information .publish-details .date {
        font-size: 14px; }
    .research-area .bulletins .single .information .title {
      text-align: center; }
      .research-area .bulletins .single .information .title a {
        font-weight: bold;
        color: #000;
        font-size: 16px; }
  .research-area .bulletins .side-title {
    color: #000;
    margin-bottom: 20px; }
  .research-area .analysis .side-title {
    color: #000;
    margin-bottom: 20px; }
  .research-area .analysis .single {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    font-size: 14px;
    color: #000;
    box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
    .research-area .analysis .single .cat {
      margin-right: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      .research-area .analysis .single .cat .title {
        color: #313131;
        font-size: 14px;
        border-radius: 5px;
        text-align: center; }
      .research-area .analysis .single .cat .date {
        font-size: 12px;
        font-weight: 200; }

.products-area {
  padding: 0px 0 0px; }
  .products-area .header {
    margin-bottom: 0px; }
  .products-area .mobile-image {
    margin-bottom: 20px; }
    .products-area .mobile-image img {
      display: flex;
      margin: auto;
      width: 100%; }
  .products-area .buttons {
    margin-top: 20px; }
    .products-area .buttons button {
      display: flex;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 10px 5px;
      font-size: 14px;
      border: none;
      background: linear-gradient(145deg, #1b5cf8 70%, #0251dc 70%);
      color: #fff;
      font-weight: bold;
      transition: 0.2s all; }
      .products-area .buttons button i {
        margin-right: 5px;
        font-size: 16px; }
      .products-area .buttons button.green {
        position: relative;
        background: linear-gradient(145deg, #40826d 70%, #26745c 70%); }
        .products-area .buttons button.green span {
          position: absolute;
          top: -10px;
          right: 0;
          color: #000;
          font-size: 10px;
          padding: 2px 5px;
          border-radius: 5px;
          background-color: #feba4f; }
      .products-area .buttons button.light {
        color: #000;
        background: linear-gradient(145deg, #fafafa 70%, #f2f2f2 70%); }
        .products-area .buttons button.light.wnx-academy {
          color: #0251dc; }
  .products-area .download-buttons {
    margin-top: 20px;
    padding: 15px 5px; }
    .products-area .download-buttons .title {
      display: flex;
      align-items: center;
      color: #000;
      font-size: 16px;
      margin-bottom: 20px; }
      .products-area .download-buttons .title div {
        background-color: #26745c;
        margin-right: 10px;
        border-radius: 10px; }
        .products-area .download-buttons .title div i {
          padding: 10px;
          color: #fff; }
    .products-area .download-buttons .single {
      box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border: 2px solid #fafafa;
      border-radius: 10px; }
      .products-area .download-buttons .single a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #313131;
        padding: 5px 0px;
        font-weight: normal; }
        .products-area .download-buttons .single a .icon {
          margin-right: 15px; }
          .products-area .download-buttons .single a .icon i {
            font-size: 30px;
            vertical-align: middle; }
        .products-area .download-buttons .single a .text {
          line-height: 20px;
          font-size: 14px;
          font-weight: bold; }
          .products-area .download-buttons .single a .text small {
            font-weight: normal; }
  .products-area .section-title-two p {
    margin: 0;
    margin-top: 10px; }
  .products-area .products .single {
    background: linear-gradient(145deg, #fafafa 70%, #f2f2f2 70%);
    align-items: stretch;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.2s all; }
    .products-area .products .single .see-more {
      display: flex;
      margin-top: 10px; }
      .products-area .products .single .see-more a {
        color: #0251dc;
        font-size: 12px; }
    .products-area .products .single:hover {
      box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
    .products-area .products .single .title {
      display: flex;
      align-items: center;
      font-weight: bold;
      color: #000;
      font-size: 14px;
      margin-bottom: 5px; }
      .products-area .products .single .title div {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border-radius: 100%;
        border: 2px solid #40826d; }
    .products-area .products .single .description {
      font-size: 12px;
      font-weight: normal; }
    .products-area .products .single .alt-products {
      display: flex;
      margin-top: 15px;
      align-items: center; }
      .products-area .products .single .alt-products div {
        margin-right: 10px;
        font-size: 12px;
        font-weight: 500;
        background: #fff;
        padding: 0px 15px;
        box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1);
        color: #000; }

.pricing-area-two {
  padding: 0px 0 90px; }
  .pricing-area-two .price {
    font-size: 30px; }
  .pricing-area-two .pricing-box-two {
    background: linear-gradient(145deg, #fff 50%, #fafafa 50%); }
  .pricing-area-two .action-buttons {
    gap: 10px; }
    .pricing-area-two .action-buttons .create-account-btn {
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 10px 5px;
      font-size: 14px;
      border: none;
      background: linear-gradient(145deg, #1b5cf8 70%, #0251dc 70%);
      color: #fff;
      font-weight: bold;
      transition: 0.2s all; }
      .pricing-area-two .action-buttons .create-account-btn.green {
        background: linear-gradient(145deg, #40826d 70%, #26745c 70%); }

.blog-area-two {
  padding: 0px 0 90px; }

.general-modal {
  background: linear-gradient(360deg, rgba(21, 74, 110, 0.0901960784) 10%, transparent 70%); }
  .general-modal .modal-content {
    border: none;
    border-radius: 0px; }
  .general-modal .or-section {
    border-top: 1px solid #fafafa;
    padding-top: 1.4rem;
    padding: 1rem; }
    .general-modal .or-section .or {
      letter-spacing: 20px;
      font-size: 12px;
      font-weight: normal;
      margin-bottom: 20px;
      text-align: center;
      margin-right: -20px; }
    .general-modal .or-section .call-area {
      text-align: center; }
      .general-modal .or-section .call-area .text {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: bold; }
        .general-modal .or-section .call-area .text .alt-text {
          text-align: center;
          font-size: 18px !important;
          font-weight: normal; }
  .general-modal .modal-content .modal-inner {
    padding: 1.4rem 1rem; }
  .general-modal .lead-form {
    background: transparent;
    box-shadow: none;
    padding: 1rem; }
    .general-modal .lead-form .lf-body button.green {
      background: linear-gradient(145deg, #40826d 70%, #26745c 70%);
      font-size: 16px; }
    .general-modal .lead-form .input-icon i {
      background: -webkit-linear-gradient(#26745c, #40826d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .general-modal .btn-close {
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 2rem; }
  .general-modal .modal-right .text {
    text-align: center; }
    .general-modal .modal-right .text .label {
      text-transform: uppercase;
      font-weight: bold;
      background: -webkit-linear-gradient(#1c5cf8, #223ba5);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .general-modal .modal-right .text .promotional {
      font-weight: normal;
      font-size: 12px; }
  .general-modal .modal-right .single {
    margin-bottom: 20px; }
    .general-modal .modal-right .single .image {
      margin-bottom: 5px; }
      .general-modal .modal-right .single .image img {
        width: 45px; }
    .general-modal .modal-right .single .title {
      font-weight: bold;
      background: -webkit-linear-gradient(#1c5cf8, #223ba5);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 5px;
      font-size: 16px; }
    .general-modal .modal-right .single .description {
      font-size: 12px;
      font-weight: normal; }

.general-modal2 .btn-close {
  position: absolute;
  top: 0;
  right: 10px;
  padding-top: 2rem; }

.blog-area .bulletins .single {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1b5cf8 40%, #fff 40%);
  box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
  .blog-area .bulletins .single .image {
    margin-bottom: 10px;
    position: relative; }
    .blog-area .bulletins .single .image .cat {
      margin-bottom: 10px;
      color: #000;
      font-weight: 500;
      font-size: 14px;
      background-color: #fafafa;
      width: fit-content;
      padding: 2px 10px;
      border-radius: 3px;
      box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
      .blog-area .bulletins .single .image .cat i {
        color: #1a5bf8;
        margin-right: 5px; }
    .blog-area .bulletins .single .image img {
      box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1);
      display: flex;
      width: 100%;
      margin: auto;
      border-radius: 10px;
      border: 4px solid #f2f2f2; }
  .blog-area .bulletins .single .information .publish-details {
    margin: 5px 0; }
    .blog-area .bulletins .single .information .publish-details .author {
      color: #0251dc;
      font-weight: 500;
      font-size: 14px; }
    .blog-area .bulletins .single .information .publish-details .date {
      font-size: 14px; }
  .blog-area .bulletins .single .information .title {
    text-align: center; }
    .blog-area .bulletins .single .information .title a {
      font-weight: bold;
      color: #000;
      font-size: 16px; }

.home-wnx-academy-posts .single {
  padding: 15px;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0px 10px 33px -3px rgba(0, 0, 0, 0.1); }
  .home-wnx-academy-posts .single .title {
    font-size: 14px; }

footer .special-links-area {
  padding: 0px 0;
  margin-bottom: 70px; }
footer .footer-top-two {
  padding: 30px 0 0px; }
footer .footer-bottom-two {
  border-top: none; }
footer .logo img,
footer .f-logo img,
footer .fw-logo img {
  max-height: 100%; }
footer .footer-information-area {
  background: linear-gradient(45deg, #fafafa 50%, rgba(255, 255, 255, 0.146) afa 50%); }
  footer .footer-information-area .seperate-section {
    border-right: 1px solid #1a5bf8;
    padding-right: 15px; }
    footer .footer-information-area .seperate-section:last-child {
      border-right: none;
      padding-right: 0px; }
    footer .footer-information-area .seperate-section .image img {
      width: 100%;
      display: flex;
      margin: auto;
      border-radius: 100%; }
    footer .footer-information-area .seperate-section .title {
      font-weight: bold;
      color: #1b5cf8;
      margin-bottom: 5px;
      font-size: 14px; }
    footer .footer-information-area .seperate-section .description {
      font-weight: normal;
      font-size: 12px;
      margin-bottom: 5px; }
    footer .footer-information-area .seperate-section .action-buttons a {
      font-size: 12px; }
footer .special-links {
  display: flex;
  align-items: center; }
  footer .special-links .single {
    margin-right: 10px; }
    footer .special-links .single a {
      list-style-type: none;
      color: #687799;
      font-size: 12px; }
footer .mobile-section-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px; }
footer .mobile-app-area {
  display: flex; }
  footer .mobile-app-area .single {
    margin-right: 10px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 10px 15px; }
    footer .mobile-app-area .single a {
      margin-right: 15px;
      display: flex;
      align-items: center;
      color: #000; }
      footer .mobile-app-area .single a .title {
        font-size: 12px;
        margin-bottom: 5px; }
        footer .mobile-app-area .single a .title .fw-bold {
          font-size: 14px; }
      footer .mobile-app-area .single a .icon {
        font-size: 30px;
        margin-right: 8px; }
footer .social-links-area {
  display: flex;
  margin-top: 0.6rem; }
  footer .social-links-area .single {
    margin-right: 15px; }
    footer .social-links-area .single a div {
      background: #fafafa;
      border-radius: 10px; }
      footer .social-links-area .single a div i {
        padding: 15px;
        font-size: 18px;
        color: #000; }

section.announcements-area .announcements .single {
  margin-bottom: 1.4rem; }
  section.announcements-area .announcements .single .title a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #000;
    text-decoration: 3px dotted underline; }
    section.announcements-area .announcements .single .title a:hover {
      color: #0251dc; }
  section.announcements-area .announcements .single .description {
    font-size: 14px;
    margin-top: 10px; }

section.promotions-area .promotions .single {
  margin-bottom: 1.4rem; }
  section.promotions-area .promotions .single .title a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #000;
    text-decoration: 3px dotted underline; }
    section.promotions-area .promotions .single .title a:hover {
      color: #0251dc; }
  section.promotions-area .promotions .single .description {
    font-size: 14px;
    margin-top: 10px; }

.breadcrumb-container {
  background-color: #f1f1f1;
  padding: 10px 0;
  font-family: Arial, sans-serif; }

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0; }

.breadcrumb li {
  display: inline;
  margin-right: 5px; }

.breadcrumb li:last-child {
  font-weight: bold;
  color: #333; }

.language-switcher {
  display: block; }
  .language-switcher img {
    width: 25px;
    display: inline; }

#transfer-account-modal .lead-form .lf-body .lf-submit-btn button {
  background: linear-gradient(145deg, #40826d 70%, #26745c 70%); }

.wnx-modal-header {
  background: linear-gradient(360deg, rgba(21, 74, 110, 0.0901960784) 10%, transparent 70%); }
  .wnx-modal-header .header-wrap {
    padding: 15px; }
    .wnx-modal-header .header-wrap .title {
      font-weight: bold;
      color: #000;
      font-size: 18px; }

.yan-son {
  background: linear-gradient(230deg, #ffffff, #fafafa, #1c5cf829, #fafafa, #fff);
  background-size: 800% 800%;
  -webkit-animation: button-grad-anim 4s ease infinite;
  -moz-animation: button-grad-anim 4s ease infinite;
  animation: button-grad-anim 2s ease infinite; }

@-webkit-keyframes button-grad-anim {
  0% {
    background-position: 0% 96%; }
  50% {
    background-position: 100% 5%; }
  100% {
    background-position: 0% 96%; } }
@-moz-keyframes button-grad-anim {
  0% {
    background-position: 0% 96%; }
  50% {
    background-position: 100% 5%; }
  100% {
    background-position: 0% 96%; } }
@keyframes button-grad-anim {
  0% {
    background-position: 0% 96%; }
  50% {
    background-position: 100% 5%; }
  100% {
    background-position: 0% 96%; } }
.congrulations-page {
  margin-top: 1rem; }
  .congrulations-page .animation-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.4rem; }
  .congrulations-page .big-text {
    z-index: 9999;
    text-align: center;
    font-size: 2.4rem;
    color: #313131;
    font-weight: bolder; }
  .congrulations-page .description p {
    background-color: #fafafa;
    padding: 15px;
    border-radius: 10px; }

.sticky-ticker-tape {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 5; }

.header-top-left .list-wrap li {
  font-size: 12px; }

.academy-wrap {
  background: #fafafa;
  padding: 30px 0px; }

.academy-spesifications {
  padding: 30px 0px;
  margin-bottom: 40px; }

.custom-shape-divider-top-1698151878 {
  width: 100%;
  overflow: hidden;
  line-height: 0; }

.custom-shape-divider-top-1698151878 svg {
  position: relative;
  display: block;
  width: calc(186% + 1.3px);
  height: 120px; }

.custom-shape-divider-top-1698151878 .shape-fill {
  fill: #fafafa; }

.products-area {
  padding-top: 40px; }

.custom-shape-divider-top-1698152294 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg); }

.custom-shape-divider-top-1698152294 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 63px; }

.custom-shape-divider-top-1698152294 .shape-fill {
  fill: #fafafa; }

.custom-shape-divider-top-1698152295 {
  width: 100%;
  overflow: hidden;
  line-height: 0; }

.custom-shape-divider-top-1698152295 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 63px; }

.custom-shape-divider-top-1698152295 .shape-fill {
  fill: #fafafa; }

.mobile-app-wrap {
  padding: 40px 0px;
  padding-bottom: 0px; }

.products-wrap {
  padding: 40px 0px;
  padding-bottom: 0px; }

.fixed-live-chat {
  z-index: 99999;
  position: fixed;
  bottom: 70px;
  left: 40px; }
  .fixed-live-chat .wrap {
    text-align: center;
    background-color: #0251dc;
    outline: 4px solid #3c79e48f;
    border-radius: 100%; }
    .fixed-live-chat .wrap i {
      padding: 25px;
      color: #fff;
      font-size: 35px; }
  .fixed-live-chat .title {
    text-align: center;
    margin-top: 10px;
    color: #0251dc;
    font-size: 14px;
    font-weight: bold; }

#ps_winex_chat_button {
  display: none; }

.scroll-top.open {
  bottom: 70px; }

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