@media screen and (max-width: 1024px) {
  .header-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .header-wrapper .form-group {
    margin-top: 24px;
  }
}

body {
  color: #1e1d25;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #F4F6F9;
  letter-spacing: 0.3px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

body .one-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .mb-32 {
  margin-bottom: 32px;
}

body .content-desc {
  font-size: 14px;
  font-weight: 400 !important;
  color: #1e1d25 !important;
  max-height: 50px;
}

body .content-desc h1,
body .content-desc h2,
body .content-desc h3,
body .content-desc h4,
body .content-desc h5,
body .content-desc span,
body .content-desc div,
body .content-desc strong {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1e1d25 !important;
  font-family: "Roboto", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body .content-desc img {
  display: none;
}

body .hide-image img {
  display: none;
}

body a {
  text-decoration: none;
  cursor: pointer;
}

body a.community-logo .logo_font {
  font-family: "Manrope", sans-serif;
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #1e1d25;
  line-height: normal;
}

body a.community-logo .logo-slogan {
  font-size: 0.9rem;
  color: #1e1d25;
}

body a.hyperlink-general {
  font-size: 16px;
}

body a.hyperlink-general:hover {
  text-decoration: none !important;
}

body a.hyperlink-general:hover img {
  transform: translateX(4px);
}

body a.hyperlink-general img {
  transition: transform 0.3s ease;
}

body a.hyperlink-sm {
  font-size: 14px;
}

body a.hyperlink-sm:hover {
  text-decoration: none !important;
  color: #4346a6;
}

body a.hyperlink-sm:hover img {
  transform: translateX(4px);
}

body a.hyperlink-sm img {
  transition: transform 0.3s ease;
}

body a.entire-card {
  display: block;
  border-radius: 10px;
}

body a.entire-card .card h1,
body a.entire-card .card h2,
body a.entire-card .card h3,
body a.entire-card .card h4,
body a.entire-card .card h5,
body a.entire-card .card p {
  text-decoration: none !important;
  color: #1e1d25;
}

body a.entire-card .card h1:hover,
body a.entire-card .card h2:hover,
body a.entire-card .card h3:hover,
body a.entire-card .card h4:hover,
body a.entire-card .card h5:hover,
body a.entire-card .card p:hover {
  text-decoration: none !important;
  color: #1e1d25 !important;
}

body a.entire-card .card p {
  font-weight: 400;
}

body a.entire-card:hover {
  text-decoration: none !important;
  box-shadow: 0 0px 8px rgba(46, 49, 146, 0.2);
  border-radius: 10px;
}

body .entire-card {
  display: block;
  border-radius: 10px;
}

body .entire-card * {
  text-decoration: none !important;
}

body .entire-card .card h5,
body .entire-card .card h6,
body .entire-card .card p {
  text-decoration: none !important;
  color: #1e1d25 !important;
}

body .entire-card .card h5:hover,
body .entire-card .card h6:hover,
body .entire-card .card p:hover {
  text-decoration: none !important;
  color: #1e1d25 !important;
}

body .entire-card .card p {
  font-weight: 400;
}

body .entire-card:hover {
  text-decoration: none !important;
  box-shadow: 0 0px 8px rgba(46, 49, 146, 0.2);
  border-radius: 10px;
}

body .content-container {
  padding-left: 150px;
  padding-right: 150px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

body .img-blog,
body .img-case {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

body span.text-muted {
  font-weight: 400 !important;
}

body button {
  outline: none !important;
}

body .btn {
  outline: none;
}

body .btn_purple {
  background-color: #5e59ec;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: normal;
}

body .btn_purple:hover {
  background-color: #9fa0a1;
  color: #fff;
}

body .btn_gold {
  background-color: #2E3192 !important;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  border-color: transparent;
}

body .btn_gold:hover {
  background-color: #9fa0a1 !important;
  color: #fff;
  border-color: transparent;
}

body .btn-var-sm {
  padding: 8px 16px;
  background-color: #2E3192 !important;
  color: #fff !important;
  border: 1px solid #2E3192;
  border-radius: 4px;
}

body .search-icon-btn {
  top: 12px;
  right: 8px;
  z-index: 4;
}

body .search-icon-sm-btn {
  top: -51px;
  left: 203px;
  display: flex;
  align-items: center;
  color: #2E3192;
}

body i {
  font-size: 20px !important;
}

body .floating-button {
  position: fixed;
  right: 5%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Space between icons */
  z-index: 99;
}

body .floating-button .floating-icon {
  background: #2E3192;
  width: 48px;
  height: 48px;
  z-index: 99;
  border-radius: 50px;
  border: 1px solid #2E3192;
  cursor: pointer;
  box-shadow: 0 0px 8px rgba(46, 49, 146, 0.6);
}

body .floating-button .floating-icon:hover {
  background: #000;
}

body .floating-button .floating-icon i {
  font-size: 20px !important;
  color: white;
}

body .nav-pills {
  display: flex;
  gap: 8px;
}

body .nav-pills .nav-link {
  background-color: rgb(244, 246, 249);
  border: 2px solid #2E3192;
}

body .nav-pills .nav-link:active {
  background-color: #2E3192;
}

body .nav-pills .nav-link:focus {
  border: 2px solid #2E3192;
}

body .table-container {
  max-width: 85%;
  min-height: 30rem;
  margin: 0 auto 3em auto;
  padding: 20px;
}

body .page_content {
  min-height: calc(100vh - 300px);
}

body .page_content .waves {
  position: absolute;
  top: -15vh;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
  /* Animation */
}

body .page_content .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

body .page_content .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

body .page_content .waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

body .page_content .waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

body .page_content .waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

body .section-light-blue {
  background-color: #E9EBF3;
}

body .min-w-100 {
  min-width: 100%;
}

body .min-h-100 {
  min-height: 100%;
}

body .coming_soon img {
  width: 200px;
}

body .banner_wave {
  background: linear-gradient(60deg, rgb(206, 161, 79) 0%, rgb(235, 209, 151) 100%);
  padding: 0;
  height: 230px;
  background-size: 400% 400%;
  animation: gradient 60s ease infinite;
}

body .banner_wave .title-action {
  font-size: 0.8rem;
  font-weight: 400;
}

body .banner_wave .title-action a {
  color: #fff;
  font-weight: 500;
}

body .banner_wave .title-action a:hover {
  text-decoration: underline;
}

body .banner_wave p {
  font-weight: 300;
}

body .banner_wave .main_title {
  color: #fff;
  font-size: 35px;
  line-height: 60px;
  font-weight: 600;
}

@media screen and (max-width: 512px) {
  body .banner_wave .main_title {
    font-size: 36px;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

body .accordion .accordion-item {
  background: transparent;
  border-radius: 10px !important;
  border: none !important;
}

body .accordion .accordion-item .accordion-button {
  outline: none !important;
  box-shadow: none !important;
  font-weight: 600;
}

body .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f9f9f9;
  color: #2E3192;
}

body .accordion .accordion-item .accordion-collapse {
  background: #fff;
  line-height: 1.6rem;
}

body .card {
  background-color: #fff;
  border-radius: 0.625rem !important;
  border: 1px solid #d9d9d9;
}

body .img-rounded-top {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
}

body .latest-news-label {
  border-radius: 4px;
  background-color: #2E3192;
  padding: 0 24px;
  top: 86%;
  left: 3%;
  height: 32px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

body .text-label-general {
  border-radius: 4px;
  background-color: #EAEAF4;
  padding: 0 12px;
  top: 86%;
  left: 3%;
  height: 32px;
  display: flex;
  align-items: center;
  color: #2E3192;
  font-weight: 500;
  box-sizing: border-box;
  white-space: nowrap;
}

body .text-label-general img {
  width: 16px;
  height: 16px;
}

body .text-label-grey {
  color: #696974;
  font-weight: 600;
}

body .breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  background-color: transparent !important;
}

body .breadcrumb a {
  color: var(--primary-color);
  text-decoration: none;
  margin-right: 8px;
  margin-left: 8px;
}

body .breadcrumb a:first-child {
  margin-left: 0;
}

body .social-buttons {
  gap: 16px;
}

body .social-buttons .social-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 18px;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #2E3192;
}

body .social-buttons .social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #252a7a;
}

.header_bar {
  height: 70px;
}

.header_bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #1e1d25;
  font-weight: 400;
  line-height: 1.2rem;
}

.header_bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #5e59ec;
}

.header_bar .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #5e59ec;
}

.header_bar .navbar .navbar-collapse select[name=language]:focus,
.header_bar .navbar .navbar-collapse select[name=language]:active,
.header_bar .navbar .navbar-collapse select[name=language]:hover {
  border: none;
}

.header_bar .navbar .navbar-collapse .profile img {
  border: 2px solid #5e59ec;
}

.header_bar .navbar .navbar-collapse .auth-login {
  color: #1e1d25;
  font-weight: 500;
  font-size: 0.8rem;
}

.wrapper {
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.navbar {
  height: 75px;
  transition: all 0.5s 0.1s;
  background-color: #fff;
  box-shadow: 0px 4px 33px 0px rgba(46, 49, 146, 0.1);
}

.navbar-offcanvas {
  z-index: 1030;
}

.navbar-offcanvas .container-fluid {
  position: relative;
  padding: 0;
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.navbar-offcanvas .navbar-top {
  display: none;
}

@media (min-width: 992px) {
  .navbar-offcanvas .navbar-top {
    display: flex;
    margin-left: auto;
  }
}

.navbar-offcanvas .navbar-top .nav-item {
  text-align: center;
}

.navbar-offcanvas .navbar-top .nav-item .nav-link {
  font-weight: 400;
}

@media (max-width: 991px) {
  .navbar-offcanvas .navbar-top .nav-item .nav-link {
    color: #000;
  }
}

.navbar-offcanvas .navbar-top .dropdown-menu .dropdown-item:hover {
  background-color: #2E3192;
  color: #fff;
}

.navbar-offcanvas .profile img {
  border: 1px solid #2E3192;
}

.navbar-offcanvas .profile a.show {
  display: flex !important;
}

.navbar-offcanvas .profile a .auth-login {
  font-size: 0.9rem;
  color: #000;
}

.navbar-offcanvas .navbar-toggler {
  padding: 0;
  border: 0;
  outline: none;
}

.navbar-offcanvas .navbar-toggler:hover,
.navbar-offcanvas .navbar-toggler:focus {
  cursor: pointer;
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .navbar-offcanvas .navbar-toggler {
    display: block;
  }
}

.navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 24px;
  height: 2.5px;
  border-radius: 1px;
  background-color: #2E3192;
}

.navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}

.navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}

.navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}

.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}

.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}

.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}

.navbar-offcanvas .navbar-collapse.collapse,
.navbar-offcanvas .navbar-collapse.collapse.in,
.navbar-offcanvas .navbar-collapse.collapsing {
  display: none !important;
}

.nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0);
}

.nav-open .navbar > .container-fluid {
  transform: translate3d(-424px, 0, 0);
}

@media (max-width: 991px) {
  .nav-open .navbar > .container-fluid {
    transform: translate3d(-282.6666666667px, 0, 0);
  }
}

.nav-open .wrapper {
  transform: translate3d(-150px, 0, 0);
}

@media screen and (max-width: 512px) {
  .nav-open .navbar-nav li.profile {
    display: none !important;
  }
}

.nav-open .navbar-nav .user_icon {
  width: 50px;
  height: 50px;
}

body > .navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 60px 1rem;
  background-color: #fff;
  border-left: 1px solid #2E3192;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  transform: translate3d(424px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}

body > .navbar-collapse:after {
  content: "";
  position: absolute;
  top: 28px;
  left: -20px;
  border-left: 10px solid #2E3192;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}

@media (max-width: 991px) {
  body > .navbar-collapse {
    width: 282.6666666667px;
  }
}

body > .navbar-collapse .nav-image {
  margin-bottom: 5px;
}

body > .navbar-collapse .nav-image img {
  display: block;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.14);
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

body > .navbar-collapse .navbar-top {
  margin: 0 !important;
  flex-direction: column;
}

@media (min-width: 992px) {
  body > .navbar-collapse .navbar-top {
    display: none;
  }
}

body > .navbar-collapse .navbar-top li {
  text-align: left;
  width: 100%;
}

body > .navbar-collapse .navbar-top li a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #000;
  width: 100%;
}

@media screen and (max-width: 512px) {
  body > .navbar-collapse .navbar-top li a {
    font-weight: 400 !important;
  }
}

body > .navbar-collapse .navbar-top li a:hover,
body > .navbar-collapse .navbar-top li a:focus {
  text-decoration: none;
}

@media screen and (max-width: 512px) {
  body > .navbar-collapse .navbar-top li a#resourcesDropdown,
  body > .navbar-collapse .navbar-top li a#videosDropdown {
    font-weight: 400 !important;
  }
}

@media screen and (max-width: 512px) {
  body > .navbar-collapse .navbar-top li#ceommDropdown > a,
  body > .navbar-collapse .navbar-top li#ceotmDropdown > a {
    padding: 0.5rem 1rem;
    padding-bottom: 0;
    font-size: 0.7rem;
    color: #6c757d;
    white-space: nowrap;
  }
}

@media screen and (max-width: 512px) {
  body > .navbar-collapse .navbar-top li#ceommDropdown > a::after,
  body > .navbar-collapse .navbar-top li#ceotmDropdown > a::after {
    display: none;
  }
}

@media screen and (max-width: 512px) {
  body > .navbar-collapse .navbar-top li#ceommDropdown .dropdown-menu,
  body > .navbar-collapse .navbar-top li#ceotmDropdown .dropdown-menu {
    display: block !important;
    border: none;
  }
}

body > .navbar-collapse .navbar-top li .dropdown-menu.show {
  position: relative !important;
  transform: unset !important;
  border: none;
  padding-left: 25px;
}

body > .navbar-collapse .nav-link,
body > .navbar-collapse .dropdown-toggle {
  font-weight: 700;
  color: #222;
  transition: color 0.2s ease-out;
}

body > .navbar-collapse .nav-link:hover,
body > .navbar-collapse .nav-link:focus,
body > .navbar-collapse .dropdown-toggle:hover,
body > .navbar-collapse .dropdown-toggle:focus {
  text-decoration: none;
}

body > .navbar-collapse .nav-link.disabled,
body > .navbar-collapse .dropdown-toggle.disabled {
  color: rgba(0, 0, 0, 0.35);
}

body > .navbar-collapse .nav-link.disabled:hover,
body > .navbar-collapse .nav-link.disabled:focus,
body > .navbar-collapse .dropdown-toggle.disabled:hover,
body > .navbar-collapse .dropdown-toggle.disabled:focus {
  cursor: not-allowed;
}

@media (min-width: 992px) {
  body > .navbar-top {
    display: none;
  }
}

body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  right: calc(282.6666666667px - 10px);
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  z-index: 1029;
}

@media (min-width: 992px) {
  body > #overlay {
    right: calc(424px - 10px);
  }
}

.dropdown-header {
  padding: 0.5rem 1rem;
  padding-bottom: 0;
  font-size: 0.7rem;
}

@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }

  45% {
    top: 6px;
    transform: rotate(145deg);
  }

  75% {
    transform: rotate(130deg);
  }

  100% {
    transform: rotate(135deg);
  }
}

@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }

  45% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    top: 0px;
    transform: rotate(0);
  }
}

@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }

  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }

  75% {
    transform: rotate(-130deg);
  }

  100% {
    transform: rotate(-135deg);
  }
}

@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }

  45% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}

footer {
  background: #2E3192;
}

footer .copyright {
  font-size: 0.8rem;
}

.page_discussions .filter_bar {
  background-color: transparent;
}

.page_discussions .left-section,
.page_discussions .right_section {
  width: unset;
}

@media screen and (max-width: 512px) {
  .page_discussions .left-section,
  .page_discussions .right_section {
    width: 100%;
  }
}

.testi-content {
  flex-direction: row;
  background: #fff;
}

.testi-content svg {
  fill: #ff5969;
  font-size: 5rem;
  position: relative;
  margin-bottom: 15px;
}

.testi-content #videoDesc {
  font-size: 0.9rem;
}

.testi-content label {
  font-size: 1.2rem;
  font-weight: 700;
}

.videos_container_fb .video-item {
  flex: 0 0 auto;
  width: 20%;
}

@media screen and (max-width: 512px) {
  .videos_container_fb .video-item {
    flex: 0 0 auto;
    width: 50%;
  }
}

.videos_container_fb .video-item > div {
  background-color: #000;
}

.videos_container_fb .video-item > div .img_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
}

.videos_container_fb .video-item > div .img_container img {
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.videos_container_fb .video-item > div .video-title {
  min-height: 80px;
  bottom: 0;
  line-height: 1rem;
}

.videos_container_fb .video-item > div .video-title span {
  font-size: 0.8rem;
  color: #fff;
}

.videos_container_fb .video-item > div a:hover {
  box-shadow: 0px 0px 10px 2px rgba(94, 89, 236, 0.75);
  -webkit-box-shadow: 0x 0px 10px 2px rgba(94, 89, 236, 0.75);
  -moz-box-shadow: 0px 0px 10px 2px rgba(94, 89, 236, 0.75);
}

.page_case .pagination_case {
  margin-left: 0;
}

.page_ceo .buttonreadmore .button-text {
  height: unset;
  font-size: 1rem;
  font-weight: 400;
}

.page_ceo .buttonreadmore:hover .iconer {
  transform: translateY(1px);
}

.page_ceo .video:hover {
  border-color: #cea14f;
}

.page_ceo .video .video__info::before {
  position: relative;
}

@media screen and (max-width: 512px) {
  .page_ceo .video.single-tag {
    width: 50%;
  }
}


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