/*
Theme Name: MT-FORUM HTML Template
Author: MT-THEME
Author URI: https://codecanyon.net/user/mt-theme/portfolio
Tags: forum,blog, agency, technoglogy
Description:  MT-FORUM - HTML5 Template
Version: 1.0.0
*/
/************************************** base css **************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
body {
  margin: 0;
  font-family: "Inter", sans-serif; }

input {
  outline: 0; }

select {
  outline: 0;
  border: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

button {
  border: 0;
  background-color: transparent; }

.mb-24 {
  margin-bottom: 24px; }

.mb-28 {
  margin-bottom: 28px; }

.mb-32 {
  margin-bottom: 32px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-48 {
  margin-bottom: 48px; }

.mt-60 {
  margin-top: 60px; }
  @media (max-width: 767.98px) {
    .mt-60 {
      margin-top: 30px; } }

.mb-60 {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .mb-60 {
      margin-bottom: 30px; } }

.ml-60 {
  margin-left: 60px; }
  @media (max-width: 767.98px) {
    .ml-60 {
      margin-left: 30px; } }
  @media (max-width: 575.98px) {
    .ml-60 {
      margin-left: 15px; } }

.ml-120 {
  margin-left: 120px; }
  @media (max-width: 767.98px) {
    .ml-120 {
      margin-left: 60px; } }
  @media (max-width: 575.98px) {
    .ml-120 {
      margin-left: 30px; } }

h1,
h2 {
  font-weight: 700;
  line-height: 120%;
  margin: 0; }

h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 130%;
  margin: 0; }

h1 {
  font-size: 64px; }
  @media (max-width: 1599.98px) {
    h1 {
      font-size: 58px; } }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 48px; }
  @media (max-width: 1599.98px) {
    h2 {
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 40px;
  line-height: 120%; }
  @media (max-width: 1599.98px) {
    h3 {
      font-size: 32px; } }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 32px; }
  @media (max-width: 1599.98px) {
    h4 {
      font-size: 28px; } }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 24px; }
  @media (max-width: 1599.98px) {
    h5 {
      font-size: 20px; } }
  @media (max-width: 991.98px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 20px; }
  @media (max-width: 1599.98px) {
    h6 {
      font-size: 18px; } }
  @media (max-width: 991.98px) {
    h6 {
      font-size: 16px; } }

p {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    p {
      font-size: 14px; } }

/******************************* theme css **********************************/
.bg-class {
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat; }

.mf-nice-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  min-width: 189px;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #e6e6eb;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); }
  .mf-nice-select .current {
    color: #091e42;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; }

.item-rotate {
  -webkit-animation: rotted 6s infinite ease-in-out;
  animation: rotted 6s infinite ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

.item-zooming {
  -webkit-animation: zooming 5s infinite ease-in-out;
  -o-animation: zooming 5s infinite ease-in-out;
  -ms-animation: zooming 5s infinite ease-in-out;
  -moz-animation: zooming 5s infinite ease-in-out;
  animation: zooming 5s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out; }

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out; }

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/******************************** layouts ******************************/
.mf-header-area {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #6741d9;
  padding: 20px 0px; }
  @media (max-width: 1599.98px) {
    .mf-header-area {
      padding: 10px 0px; } }
  .mf-header-area.mf-header-area-2 {
    background-color: #ffffff; }
    .mf-header-area.mf-header-area-2 .header-main-menu li:hover > a.main-link {
      background-color: #5f3dc4;
      color: #ffffff; }
      .mf-header-area.mf-header-area-2 .header-main-menu li:hover > a.main-link .angle-down {
        fill: #ffffff; }
        .mf-header-area.mf-header-area-2 .header-main-menu li:hover > a.main-link .angle-down path {
          fill: #ffffff; }
    .mf-header-area.mf-header-area-2 .header-main-menu li a.main-link {
      color: #091e42; }
      .mf-header-area.mf-header-area-2 .header-main-menu li a.main-link .angle-down {
        fill: #091e42; }
        .mf-header-area.mf-header-area-2 .header-main-menu li a.main-link .angle-down path {
          fill: #091e42; }
    .mf-header-area.mf-header-area-2 .profile-trigger-btn {
      background-color: #e6e8ec; }
    .mf-header-area.mf-header-area-2 .mobile-mobile-trigger-btn {
      background-color: #e6e8ec; }
      .mf-header-area.mf-header-area-2 .mobile-mobile-trigger-btn:hover {
        background-color: #091e42; }
        .mf-header-area.mf-header-area-2 .mobile-mobile-trigger-btn:hover svg {
          fill: #ffffff; }
          .mf-header-area.mf-header-area-2 .mobile-mobile-trigger-btn:hover svg path {
            fill: #ffffff;
            stroke: #ffffff; }
  .mf-header-area .logo {
    width: 247px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 1199.98px) {
      .mf-header-area .logo {
        width: 220px; } }
    @media (max-width: 767.98px) {
      .mf-header-area .logo {
        width: 200px; } }
    @media (max-width: 575.98px) {
      .mf-header-area .logo {
        width: 160px; } }
  .mf-header-area .profile-trigger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #ffffff; }
    @media (max-width: 575.98px) {
      .mf-header-area .profile-trigger-btn {
        padding: 2px;
        gap: 0;
        border-radius: 50%; } }
    @media (max-width: 575.98px) {
      .mf-header-area .profile-trigger-btn .angle-down {
        display: none; } }
    .mf-header-area .profile-trigger-btn.open .angle-down {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .mf-header-area .profile-trigger-btn .avatar-img {
      width: 48px;
      height: 48px;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%;
      border: 1px solid #5f3dc4; }
    .mf-header-area .profile-trigger-btn .name {
      color: #091e42;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      text-transform: capitalize; }
      @media (max-width: 575.98px) {
        .mf-header-area .profile-trigger-btn .name {
          display: none; } }
  .mf-header-area .header-dropdown-menu {
    width: 200px;
    border-radius: 8px;
    position: absolute;
    top: 130%;
    right: 12px;
    z-index: 4;
    visibility: hidden;
    opacity: 0; }
    .mf-header-area .header-dropdown-menu.open {
      visibility: visible;
      opacity: 1;
      top: 110%; }
    .mf-header-area .header-dropdown-menu li {
      background-color: #ffffff; }
      .mf-header-area .header-dropdown-menu li:first-child {
        border-radius: 8px 8px 0px 0px; }
      .mf-header-area .header-dropdown-menu li:last-child {
        border-radius: 0px 0px 8px 8px; }
      .mf-header-area .header-dropdown-menu li:hover {
        background-color: #5f3dc4; }
        .mf-header-area .header-dropdown-menu li:hover .icon-cls {
          fill: #ffffff; }
          .mf-header-area .header-dropdown-menu li:hover .icon-cls path {
            fill: #ffffff; }
        .mf-header-area .header-dropdown-menu li:hover a {
          color: #ffffff; }
        .mf-header-area .header-dropdown-menu li:hover .dark-mode-switcher label {
          color: #ffffff;
          cursor: pointer; }
      .mf-header-area .header-dropdown-menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        color: #3a4b68;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
        .mf-header-area .header-dropdown-menu li a .icon-cls {
          fill: #091e42; }
          .mf-header-area .header-dropdown-menu li a .icon-cls path {
            fill: #091e42; }
      .mf-header-area .header-dropdown-menu li .dark-mode-switcher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 16px;
        gap: 8px; }
        .mf-header-area .header-dropdown-menu li .dark-mode-switcher .form-switch .form-check-input {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 36px;
          height: 20px;
          padding: 2px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #3a4b68;
          border-color: #3a4b68;
          cursor: pointer;
          --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
          .mf-header-area .header-dropdown-menu li .dark-mode-switcher .form-switch .form-check-input:checked {
            background-position: right center;
            --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
            background-color: #ff259b;
            border-color: #ff259b; }

.light-mode-logo {
  display: block; }

.dark-mode-logo {
  display: none; }

.ch-footer-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 187px; }
  @media (max-width: 767.98px) {
    .ch-footer-section {
      padding-top: 60px;
      padding-bottom: 150px; } }
  .ch-footer-section .single-foo-widget .footer-logo {
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .ch-footer-section .single-foo-widget .footer-logo {
        width: 200px; } }
  .ch-footer-section .single-foo-widget .footer-social-wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px; }
    .ch-footer-section .single-foo-widget .footer-social-wrapper .icon-wrapper {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .ch-footer-section .single-foo-widget .footer-social-wrapper .icon-wrapper:hover {
        background-color: #5f3dc4; }
        .ch-footer-section .single-foo-widget .footer-social-wrapper .icon-wrapper:hover svg {
          fill: #ffffff; }
          .ch-footer-section .single-foo-widget .footer-social-wrapper .icon-wrapper:hover svg path {
            fill: #ffffff; }
      .ch-footer-section .single-foo-widget .footer-social-wrapper .icon-wrapper svg {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        fill: #091e42; }
        .ch-footer-section .single-foo-widget .footer-social-wrapper .icon-wrapper svg path {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          fill: #091e42; }
  .ch-footer-section .single-foo-widget .foo-title {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 32px; }
  .ch-footer-section .single-foo-widget .blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }
  .ch-footer-section .single-foo-widget .single-foo-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }
    .ch-footer-section .single-foo-widget .single-foo-blog .content-area .link-title {
      color: #ffffff;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%; }
    .ch-footer-section .single-foo-widget .single-foo-blog .content-area .date-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px; }
      .ch-footer-section .single-foo-widget .single-foo-blog .content-area .date-box .date {
        color: #6b788e;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; }
  .ch-footer-section .single-foo-widget .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px; }
    .ch-footer-section .single-foo-widget .menu-list.contact-list {
      gap: 17px; }
    .ch-footer-section .single-foo-widget .menu-list li a {
      color: #ffffff;
      font-size: 16px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .ch-footer-section .single-foo-widget .menu-list li a:hover {
        color: #5f3dc4; }
  .ch-footer-section .single-foo-widget .list-with-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .ch-footer-section .single-foo-widget .list-with-icon-wrapper span {
      display: inline-block;
      color: #ffffff;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }
  .ch-footer-section .single-foo-widget .news-sm-title {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px; }
  .ch-footer-section .single-foo-widget .email-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 18px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    margin-bottom: 24px;
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    .ch-footer-section .single-foo-widget .email-input:focus {
      border: 1px solid #6741d9; }
  .ch-footer-section .single-foo-widget .ch-btn {
    padding: 18px 40px; }
  .ch-footer-section .copyright-area {
    padding: 32px 0;
    background-color: #5f3dc4;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .ch-footer-section .copyright-area .copy-text {
      color: #ffffff; }

/******************************** components ******************************/
.mf-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 18px 40px; }

.mf-primary-btn {
  background-color: #6741d9;
  color: #ffffff; }
  .mf-primary-btn:hover {
    background-color: #5f3dc4; }
  @media (max-width: 1599.98px) {
    .mf-primary-btn {
      padding: 18px 20px; } }

.mf-white-btn {
  background-color: #ffffff;
  color: #091e42; }
  .mf-white-btn:hover {
    background-color: #091e42;
    color: #ffffff; }
  @media (max-width: 1599.98px) {
    .mf-white-btn {
      padding: 18px 20px; } }

.mobile-create-post-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 30px;
  background-color: #6741d9;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none; }
  .mobile-create-post-btn .horizontal,
  .mobile-create-post-btn .vertical {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
  .mobile-create-post-btn .vertical {
    -webkit-transform: rotate(-90deg) translateY(-484%);
    -ms-transform: rotate(-90deg) translateY(-484%);
    transform: rotate(-90deg) translateY(-484%); }
  @media (max-width: 991.98px) {
    .mobile-create-post-btn {
      display: block; } }
  .mobile-create-post-btn:hover {
    background-color: #ff259b; }

.mt-preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.inner-spinner {
  position: relative;
  width: 15.7px;
  height: 15.7px; }

.inner-spinner div {
  -webkit-animation: spinner-4t3wzl 1.875s infinite backwards;
  animation: spinner-4t3wzl 1.875s infinite backwards;
  background-color: #5f3dc4;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%; }

.inner-spinner div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  background-color: rgba(95, 61, 196, 0.9); }

.inner-spinner div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: rgba(95, 61, 196, 0.8); }

.inner-spinner div:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  background-color: rgba(95, 61, 196, 0.7); }

.inner-spinner div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: rgba(95, 61, 196, 0.6); }

.inner-spinner div:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  background-color: rgba(95, 61, 196, 0.5); }

@-webkit-keyframes spinner-4t3wzl {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%); }
  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%); } }

@keyframes spinner-4t3wzl {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%); }
  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%); } }

.single-topic-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: #ffffff;
  width: 100%; }
  .single-topic-post h5 a {
    color: #091e42;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-topic-post h5 a:hover {
      color: #6741d9; }
  .single-topic-post.single-details-topic-post {
    display: block;
    padding: 0px; }
    .single-topic-post.single-details-topic-post .top-area {
      gap: 8px; }
    .single-topic-post.single-details-topic-post .inner-details-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      padding: 24px;
      border-bottom: 1px solid #e6e6eb; }
      @media (max-width: 767.98px) {
        .single-topic-post.single-details-topic-post .inner-details-wrapper {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .single-topic-post.single-details-topic-post .right-content {
      padding: 32px 24px 32px 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .single-topic-post.single-details-topic-post .right-content {
          padding: 32px 24px; } }
  @media (max-width: 1199.98px) {
    .single-topic-post.single-topic-post-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-topic-post.single-topic-post-2 .content-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 300px;
    padding-left: 20px;
    border-left: 1px solid #e6e8ec; }
    @media (max-width: 1199.98px) {
      .single-topic-post.single-topic-post-2 .content-box-2 {
        width: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-left: none;
        padding-left: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .single-topic-post {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-topic-post .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%; }
  .single-topic-post .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .single-topic-post .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 424.98px) {
      .single-topic-post .right-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px; } }
  .single-topic-post .info-link {
    color: #3a4b68;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-topic-post .info-link svg {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-topic-post .info-link svg path {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
  .single-topic-post a.info-link:hover {
    color: #5f3dc4; }
    .single-topic-post a.info-link:hover svg {
      fill: #5f3dc4; }
      .single-topic-post a.info-link:hover svg path {
        fill: #5f3dc4; }
  .single-topic-post .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #5f3dc4;
    color: #5f3dc4;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-transform: capitalize; }
    .single-topic-post .tag.sort-link {
      padding: 11px 16px;
      background-color: #e6e8ec;
      border: 1px solid transparent;
      color: #091e42; }
      .single-topic-post .tag.sort-link.active {
        background: #5f3dc4;
        color: #ffffff; }
    .single-topic-post .tag:hover {
      background: #5f3dc4;
      color: #ffffff; }
  .single-topic-post .des {
    margin-bottom: 12px; }
  .single-topic-post .bottom-area {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    @media (max-width: 424.98px) {
      .single-topic-post .bottom-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4px; } }
    .single-topic-post .bottom-area .author-link {
      color: #5f3dc4; }
    .single-topic-post .bottom-area .author-replied {
      color: #3a4b68; }

.single-sidebar-widget {
  padding: 24px 16px;
  border-radius: 12px;
  background: #ffffff;
  position: relative; }
  .single-sidebar-widget.single-sidebar-widget-2 {
    padding-top: 90px;
    overflow: hidden; }
    .single-sidebar-widget.single-sidebar-widget-2 .title {
      background-color: #091e42;
      color: #ffffff;
      padding: 24px 16px;
      border-radius: 12px 12px 0px 0px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .single-sidebar-widget .title {
    padding: 12px 0;
    border-bottom: 1px solid #ced2d9;
    margin-bottom: 24px; }
  .single-sidebar-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single-sidebar-widget ul li a {
      color: #091e42;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-sidebar-widget ul li a:hover {
        color: #5f3dc4; }
    .single-sidebar-widget ul.categories-list li {
      margin-bottom: 8px; }
      .single-sidebar-widget ul.categories-list li:last-child {
        margin-bottom: 0; }
      .single-sidebar-widget ul.categories-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .single-sidebar-widget ul.categories-list li a:hover span {
          background-color: #5f3dc4;
          color: #ffffff; }
          .single-sidebar-widget ul.categories-list li a:hover span.count-number {
            background-color: #7950f2;
            color: #ffffff; }
        .single-sidebar-widget ul.categories-list li a span {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          padding: 15px 16px;
          display: block;
          width: calc(100% - 64px);
          background-color: #f3f4f6;
          border-radius: 8px 0px 0px 8px; }
          .single-sidebar-widget ul.categories-list li a span.count-number {
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            display: block;
            width: 64px;
            background-color: #e6e8ec;
            border-radius: 0px 8px 8px 0px; }
    .single-sidebar-widget ul.active-threads li {
      padding: 16px 0;
      border-bottom: 1px solid #ced2d9; }
      .single-sidebar-widget ul.active-threads li a:hover {
        color: #5f3dc4; }
      .single-sidebar-widget ul.active-threads li:first-child {
        padding-top: 0px; }
      .single-sidebar-widget ul.active-threads li:last-child {
        border-bottom: initial; }

.membars-list-wrapper .single-membar:first-child {
  padding-top: 0px; }

.membars-list-wrapper .single-membar:last-child {
  border-bottom: none; }

.single-membar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e6e8ec; }
  .single-membar:hover .name {
    color: #5f3dc4; }
  .single-membar .membar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .single-membar .name,
  .single-membar .total-post {
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize; }
  .single-membar .name {
    color: #091e42;
    font-size: 16px; }
  .single-membar .total-post {
    color: #3a4b68;
    font-size: 12px; }

.header-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  padding: 10px 20px;
  border-radius: 5px; }
  .header-main-menu li.has-submenu {
    position: relative; }
  .header-main-menu li .submenu {
    display: block;
    width: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 140%;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    -webkit-box-shadow: 0px 1px 20px 10px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 20px 10px rgba(16, 24, 40, 0.05);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .header-main-menu li .submenu li {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      padding: 12px 16px; }
      .header-main-menu li .submenu li:hover {
        color: #ffffff;
        background-color: #5f3dc4; }
        .header-main-menu li .submenu li:hover a {
          color: #ffffff; }
      .header-main-menu li .submenu li a {
        color: #091e42;
        width: 100%;
        display: block; }
  .header-main-menu li:hover > a {
    color: #5f3dc4; }
    .header-main-menu li:hover > a.main-link {
      background-color: #ffffff;
      color: #5f3dc4; }
      .header-main-menu li:hover > a.main-link .angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #5f3dc4; }
        .header-main-menu li:hover > a.main-link .angle-down path {
          fill: #5f3dc4; }
  .header-main-menu li:hover .submenu {
    visibility: visible;
    opacity: 1; }
  .header-main-menu li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize; }
    .header-main-menu li a.main-link {
      color: #ffffff;
      font-weight: 400;
      background-color: transparent;
      padding: 8px 10px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .header-main-menu li a.main-link .angle-down {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        fill: #ffffff; }
        .header-main-menu li a.main-link .angle-down path {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          fill: #ffffff; }

/************************ mobile menu start ****************/
.moble-menu-canvas .offcanvas-header {
  background-color: #5f3dc4; }
  .moble-menu-canvas .offcanvas-header .logo {
    width: 200px; }
  .moble-menu-canvas .offcanvas-header .mobile-menu-close-btn svg {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    fill: #ff259b;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffffff; }

.moble-menu-canvas .mobile-menu {
  overflow: hidden;
  padding: 30px 0px;
  height: 100%; }
  .moble-menu-canvas .mobile-menu li {
    width: 100%; }
    .moble-menu-canvas .mobile-menu li.has-submenu {
      position: relative; }
    .moble-menu-canvas .mobile-menu li a {
      color: #091e42;
      font-size: 18px;
      text-transform: capitalize;
      width: 100%;
      display: block;
      padding: 10px 20px; }
      .moble-menu-canvas .mobile-menu li a .angle-down {
        position: absolute;
        right: 20px; }
      .moble-menu-canvas .mobile-menu li a:hover {
        background-color: #5f3dc4;
        color: #ffffff; }
        .moble-menu-canvas .mobile-menu li a:hover .angle-down {
          fill: #ffffff; }
          .moble-menu-canvas .mobile-menu li a:hover .angle-down path {
            fill: #ffffff; }
    .moble-menu-canvas .mobile-menu li .submenu {
      position: relative;
      left: 20px;
      background-color: #eaeaea;
      margin-left: 20px; }

/****************************** page styles ******************************/
/********************** hero section start **********************/
.mf-hero-section {
  padding: 100px 0px 60px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1599.98px) {
    .mf-hero-section {
      padding: 40px 0; } }
  @media (max-width: 991.98px) {
    .mf-hero-section {
      padding: 60px 0; } }
  .mf-hero-section .hero-shape-1,
  .mf-hero-section .hero-shape-2 {
    position: absolute; }
  .mf-hero-section .hero-shape-1 {
    top: 73px;
    left: 60px; }
    @media (max-width: 1399.98px) {
      .mf-hero-section .hero-shape-1 {
        top: 20px;
        left: 10px; } }
    @media (max-width: 991.98px) {
      .mf-hero-section .hero-shape-1 {
        display: none; } }
  .mf-hero-section .hero-shape-2 {
    bottom: 21px;
    left: 46px; }
    @media (max-width: 1399.98px) {
      .mf-hero-section .hero-shape-2 {
        bottom: 7px;
        left: 20px; } }
  @media (max-width: 991.98px) {
    .mf-hero-section .title-box {
      text-align: center; } }
  .mf-hero-section .title-box .title {
    margin-bottom: 24px;
    color: #091e42; }
    .mf-hero-section .title-box .title .first-text {
      color: #6741d9; }
    .mf-hero-section .title-box .title .second-text {
      color: #ff259b; }
  .mf-hero-section .title-box .des {
    color: #3a4b68;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%; }
  .mf-hero-section .hero-img {
    position: relative;
    left: 117px; }
    @media (max-width: 1399.98px) {
      .mf-hero-section .hero-img {
        left: 0px; } }
    @media (max-width: 991.98px) {
      .mf-hero-section .hero-img {
        width: 100%; } }

.forum-filter-navbar {
  background-color: #6741d9;
  padding: 30px 0px; }
  @media (max-width: 1599.98px) {
    .forum-filter-navbar {
      padding: 20px 0px; } }
  .forum-filter-navbar.forum-filter-navbar-2 {
    background-color: #ffffff; }
  .forum-filter-navbar .mf-nice-select .option:hover {
    background-color: #5f3dc4;
    color: #ffffff; }
  .forum-filter-navbar .mf-nice-select.cate-1 {
    min-width: 250px; }
    @media (max-width: 1199.98px) {
      .forum-filter-navbar .mf-nice-select.cate-1 {
        min-width: 200px; } }
  @media (max-width: 767.98px) {
    .forum-filter-navbar .mf-nice-select.cate-1, .forum-filter-navbar .mf-nice-select.cate-2 {
      min-width: calc(50% - 15px); } }
  .forum-filter-navbar .mf-white-btn {
    padding: 18px; }

.search-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .search-btn-wrapper {
      width: 100%; } }
  .search-btn-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 0px 0px 8px;
    background: #f3f4f6;
    color: #3a4b68;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: 1px solid transparent; }
    @media (max-width: 1199.98px) {
      .search-btn-wrapper input {
        width: 200px; } }
    @media (max-width: 767.98px) {
      .search-btn-wrapper input {
        width: 100%; } }
  .search-btn-wrapper .input-submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: #091e42; }

.post-content-wrapper {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 120px; }
  .post-content-wrapper .topic-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }
  .post-content-wrapper .topic-sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px; }
  @media (max-width: 575.98px) {
    .pagination-list {
      gap: 16px; } }
  .pagination-list li.active a {
    background-color: #5f3dc4;
    color: #ffffff; }
    .pagination-list li.active a svg {
      fill: #ffffff; }
      .pagination-list li.active a svg path {
        fill: #ffffff; }
  .pagination-list li:hover a {
    background-color: #5f3dc4;
    color: #ffffff; }
    .pagination-list li:hover a svg {
      fill: #ffffff;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pagination-list li:hover a svg path {
        fill: #ffffff;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
  .pagination-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #3a4b68;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #091e42; }
    @media (max-width: 767.98px) {
      .pagination-list li a {
        width: 40px;
        height: 40px; } }
    @media (max-width: 575.98px) {
      .pagination-list li a {
        width: 32px;
        height: 32px; } }
    .pagination-list li a svg {
      fill: #091e42;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pagination-list li a svg path {
        fill: #091e42;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

.mf-create-modal-dialog {
  border-radius: 16px; }
  .mf-create-modal-dialog .modal-dialog {
    max-width: 872px; }
    @media (max-width: 991.98px) {
      .mf-create-modal-dialog .modal-dialog {
        max-width: 600px; } }
    @media (max-width: 767.98px) {
      .mf-create-modal-dialog .modal-dialog {
        max-width: calc(100% - 15px); } }
  .mf-create-modal-dialog .modal-title {
    text-align: center;
    padding: 24px;
    margin: 0 auto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #091e42;
    width: 100%; }
  .mf-create-modal-dialog .modal-header button {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 991.98px) {
      .mf-create-modal-dialog .modal-header button svg {
        width: 35px;
        height: 35px; } }
    .mf-create-modal-dialog .modal-header button:hover {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  .mf-create-modal-dialog .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .mf-create-modal-dialog .modal-body .right-side-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 24px; }
      .mf-create-modal-dialog .modal-body .right-side-content .mf-nice-select {
        border: 1px solid #6b788e; }
        .mf-create-modal-dialog .modal-body .right-side-content .mf-nice-select:focus {
          border: 1px solid #6741d9; }
      .mf-create-modal-dialog .modal-body .right-side-content .input-box {
        padding: 16px;
        width: calc(70% - 12px);
        border-radius: 8px;
        border: 1px solid #6b788e;
        background: #ffffff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        color: #091e42;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); }
        .mf-create-modal-dialog .modal-body .right-side-content .input-box:focus {
          border: 1px solid #6741d9; }
        @media (max-width: 991.98px) {
          .mf-create-modal-dialog .modal-body .right-side-content .input-box {
            width: 100%; } }
        .mf-create-modal-dialog .modal-body .right-side-content .input-box.textarea {
          width: 100%; }
          .mf-create-modal-dialog .modal-body .right-side-content .input-box.textarea:focus-visible {
            outline: none; }
      .mf-create-modal-dialog .modal-body .right-side-content .mf-nice-select {
        width: calc(30% - 12px); }
        @media (max-width: 991.98px) {
          .mf-create-modal-dialog .modal-body .right-side-content .mf-nice-select {
            width: 100%; } }
        .mf-create-modal-dialog .modal-body .right-side-content .mf-nice-select .list {
          width: 100%; }

.write-a-reply {
  margin-top: 80px; }
  .write-a-reply .mf-create-modal-dialog {
    border-radius: 16px;
    background: #ffffff; }
    .write-a-reply .mf-create-modal-dialog .title {
      padding: 24px;
      text-align: center;
      border-bottom: 1px solid #e6e6eb; }
    .write-a-reply .mf-create-modal-dialog .modal-body {
      padding: 40px 24px; }

.mf-hero-section-2 {
  padding-top: 120px;
  padding-bottom: 180px;
  position: relative; }
  @media (max-width: 991.98px) {
    .mf-hero-section-2 {
      padding: 120px 0; } }
  @media (max-width: 767.98px) {
    .mf-hero-section-2 {
      padding: 80px 0; } }
  .mf-hero-section-2::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(9, 30, 66, 0.9); }
  .mf-hero-section-2 .title-box .title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px; }
  .mf-hero-section-2 .search-btn-wrapper {
    width: 100%; }
    .mf-hero-section-2 .search-btn-wrapper input {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .mf-hero-section-2 .search-btn-wrapper .input-submit-btn {
      background-color: #5f3dc4; }

.mf-hero-section-3 {
  background-color: #e6e8ec;
  padding: 60px 0px; }
  .mf-hero-section-3::after {
    content: initial; }
  .mf-hero-section-3 .search-btn-wrapper {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto; }
    .mf-hero-section-3 .search-btn-wrapper .input-submit-btn {
      background-color: #091e42; }
  .mf-hero-section-3 .title-box .title {
    margin-bottom: 32px; }
  .mf-hero-section-3 .inner-box {
    background-color: #5f3dc4;
    border-radius: 16px;
    padding: 100px 30px 150px 30px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .mf-hero-section-3 .inner-box {
        padding: 60px 30px; } }
    .mf-hero-section-3 .inner-box .shape {
      position: absolute;
      z-index: 0; }
      .mf-hero-section-3 .inner-box .shape.user-left-top {
        top: 24px;
        left: 24px; }
      .mf-hero-section-3 .inner-box .shape.user-left-btm {
        left: 150px;
        bottom: 24px; }
      .mf-hero-section-3 .inner-box .shape.user-right-top {
        top: 24px;
        right: 150px; }
      .mf-hero-section-3 .inner-box .shape.user-right-btm {
        bottom: 24px;
        right: 24px; }
      .mf-hero-section-3 .inner-box .shape.star-top {
        top: -15px;
        left: 213px; }
        @media (max-width: 991.98px) {
          .mf-hero-section-3 .inner-box .shape.star-top {
            width: 100px;
            height: 60px;
            -o-object-fit: contain;
            object-fit: contain; } }
      .mf-hero-section-3 .inner-box .shape.star-left-btm {
        bottom: 24px;
        left: 24px; }
      .mf-hero-section-3 .inner-box .shape.star-right-btm {
        top: 183px;
        right: 219px; }
        @media (max-width: 1599.98px) {
          .mf-hero-section-3 .inner-box .shape.star-right-btm {
            right: 160px;
            width: 60px;
            height: 60px; } }
        @media (max-width: 575.98px) {
          .mf-hero-section-3 .inner-box .shape.star-right-btm {
            display: none; } }
    @media (max-width: 991.98px) {
      .mf-hero-section-3 .inner-box .user-left-top,
      .mf-hero-section-3 .inner-box .user-left-btm,
      .mf-hero-section-3 .inner-box .user-right-top,
      .mf-hero-section-3 .inner-box .user-right-btm {
        display: none; } }

.error-page-content-wrapper {
  padding: 60px 0px; }

.error-pg-img {
  width: 600px; }

.mobile-mobile-trigger-btn {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 575.98px) {
    .mobile-mobile-trigger-btn {
      width: 50px;
      height: 50px; } }
  .mobile-mobile-trigger-btn svg {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .mobile-mobile-trigger-btn svg path {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .mobile-mobile-trigger-btn:hover {
    background-color: #091e42; }
    .mobile-mobile-trigger-btn:hover svg {
      fill: #ffffff; }
      .mobile-mobile-trigger-btn:hover svg path {
        fill: #ffffff;
        stroke: #ffffff; }

.mt-reg-log-wrapper {
  padding: 120px 0; }
  @media (max-width: 767.98px) {
    .mt-reg-log-wrapper {
      padding: 60px 0; } }
  .mt-reg-log-wrapper .log-res-left-img {
    position: relative;
    right: 35%; }
    @media (max-width: 1399.98px) {
      .mt-reg-log-wrapper .log-res-left-img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        right: initial; } }
  .mt-reg-log-wrapper .auth-form-wrapper {
    padding: 40px;
    border-radius: 12px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08); }
    @media (max-width: 767.98px) {
      .mt-reg-log-wrapper .auth-form-wrapper {
        padding: 30px; } }
    .mt-reg-log-wrapper .auth-form-wrapper.profile-auth-form-wrapper {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      padding: 0; }
    .mt-reg-log-wrapper .auth-form-wrapper .title span {
      color: #ff259b; }
    .mt-reg-log-wrapper .auth-form-wrapper .logo {
      margin-bottom: 32px; }
  .mt-reg-log-wrapper .form-check .form-check-input:checked {
    background-color: #5f3dc4;
    border-color: #5f3dc4; }
  .mt-reg-log-wrapper .form-check .form-check-input:focus {
    border-color: #d0bfff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(95, 61, 196, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(95, 61, 196, 0.25); }
  .mt-reg-log-wrapper .form-check .form-check-label {
    color: #091e42;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    cursor: pointer; }
    .mt-reg-log-wrapper .form-check .form-check-label a {
      color: #5f3dc4; }
  .mt-reg-log-wrapper .form-check a.form-check-label {
    color: #5f3dc4; }
  .mt-reg-log-wrapper .personal-info-wrapper .personal-info-label {
    color: #091e42;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: capitalize; }
  .mt-reg-log-wrapper .personal-info-wrapper .personal-info-input {
    width: 100%;
    padding: 16px 12px;
    border-radius: 8px;
    border: 2px solid #e6e6eb;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #6b788e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .mt-reg-log-wrapper .personal-info-wrapper .personal-info-input:focus {
      border-color: #5f3dc4; }

.dont-hv-acc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; }
  .dont-hv-acc a {
    color: #5f3dc4; }

.form-social-title {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; }

/****************************** dark styles ******************************/
body.dark-mode {
  background-color: #141e31; }
  body.dark-mode .light-mode-logo {
    display: none; }
  body.dark-mode .dark-mode-logo {
    display: block; }
  body.dark-mode .mf-header-area {
    background-color: #182d4b; }
    body.dark-mode .mf-header-area.mf-header-area {
      background-color: #294a78; }
    body.dark-mode .mf-header-area .profile-trigger-btn {
      background-color: #365c91; }
      body.dark-mode .mf-header-area .profile-trigger-btn svg {
        fill: #ffffff; }
        body.dark-mode .mf-header-area .profile-trigger-btn svg path {
          fill: #ffffff; }
      body.dark-mode .mf-header-area .profile-trigger-btn .name {
        color: #ffffff; }
    body.dark-mode .mf-header-area .header-dropdown-menu li {
      background-color: #365c91; }
      body.dark-mode .mf-header-area .header-dropdown-menu li:hover {
        background-color: #6741d9; }
      body.dark-mode .mf-header-area .header-dropdown-menu li a {
        color: #ffffff; }
        body.dark-mode .mf-header-area .header-dropdown-menu li a .icon-cls {
          fill: #ffffff; }
          body.dark-mode .mf-header-area .header-dropdown-menu li a .icon-cls path {
            fill: #ffffff; }
    body.dark-mode .mf-header-area .dark-mode-switcher:hover {
      background-color: #6741d9; }
    body.dark-mode .mf-header-area .dark-mode-switcher label {
      color: #ffffff; }
    body.dark-mode .mf-header-area .dark-mode-switcher .icon-cls {
      fill: #ffffff; }
      body.dark-mode .mf-header-area .dark-mode-switcher .icon-cls path {
        fill: #ffffff; }
  body.dark-mode .header-main-menu li:hover > a.main-link {
    background-color: #365c91;
    color: #ffffff; }
  body.dark-mode .header-main-menu li:hover > a.main-link .angle-down {
    fill: #ffffff; }
    body.dark-mode .header-main-menu li:hover > a.main-link .angle-down path {
      fill: #ffffff; }
  body.dark-mode .header-main-menu li .submenu {
    background-color: #365c91; }
  body.dark-mode .header-main-menu li .submenu li a {
    color: #ffffff; }
  body.dark-mode .moble-menu-canvas .offcanvas-header {
    background-color: #294a78; }
  body.dark-mode .mf-header-area-2 {
    background-color: #ffffff; }
    body.dark-mode .mf-header-area-2 .header-main-menu li a.main-link {
      color: #ffffff; }
      body.dark-mode .mf-header-area-2 .header-main-menu li a.main-link .angle-down {
        fill: #ffffff; }
        body.dark-mode .mf-header-area-2 .header-main-menu li a.main-link .angle-down path {
          fill: #ffffff; }
    body.dark-mode .mf-header-area-2 .header-main-menu li:hover > a.main-link {
      background-color: #365c91; }
  body.dark-mode .mf-hero-section .title-box .title,
  body.dark-mode .mf-hero-section .title-box .des {
    color: #ffffff; }
  body.dark-mode .mf-hero-section-3 {
    background-color: #182d4b; }
  body.dark-mode .mf-hero-section-3 .search-btn-wrapper .input-submit-btn {
    background-color: #091e42; }
  body.dark-mode .forum-filter-navbar {
    background-color: #182d4b; }
    body.dark-mode .forum-filter-navbar .mf-white-btn {
      background-color: #6741d9;
      color: #ffffff; }
      body.dark-mode .forum-filter-navbar .mf-white-btn:hover {
        background-color: #5f3dc4; }
  body.dark-mode .search-btn-wrapper input,
  body.dark-mode .search-btn-wrapper input.bg-white {
    background-color: #365c91 !important;
    color: #ffffff; }
    body.dark-mode .search-btn-wrapper input::-webkit-input-placeholder,
    body.dark-mode .search-btn-wrapper input.bg-white::-webkit-input-placeholder {
      color: #f6f6f6; }
    body.dark-mode .search-btn-wrapper input:-ms-input-placeholder,
    body.dark-mode .search-btn-wrapper input.bg-white:-ms-input-placeholder {
      color: #f6f6f6; }
    body.dark-mode .search-btn-wrapper input::-ms-input-placeholder,
    body.dark-mode .search-btn-wrapper input.bg-white::-ms-input-placeholder {
      color: #f6f6f6; }
    body.dark-mode .search-btn-wrapper input::placeholder,
    body.dark-mode .search-btn-wrapper input.bg-white::placeholder {
      color: #f6f6f6; }
  body.dark-mode .search-btn-wrapper .input-submit-btn {
    background: #6741d9; }
  body.dark-mode .mf-nice-select {
    border: 1px solid #365c91;
    background: #365c91; }
    body.dark-mode .mf-nice-select .current {
      color: #ffffff; }
    body.dark-mode .mf-nice-select.nice-select::after {
      content: url("../images/arrow-down-dark.svg"); }
    body.dark-mode .mf-nice-select.nice-select.open:after {
      content: url("../images/arrow-up-dark.svg"); }
    body.dark-mode .mf-nice-select .list {
      background: #365c91;
      color: #ffffff; }
  body.dark-mode .nice-select .option:hover,
  body.dark-mode .nice-select .option.focus,
  body.dark-mode .nice-select .option.selected.focus {
    background-color: #6741d9; }
  body.dark-mode .post-content-wrapper {
    background-color: #141e31; }
  body.dark-mode .single-sidebar-widget {
    background-color: #182d4b; }
    body.dark-mode .single-sidebar-widget .title {
      color: #ffffff;
      border-bottom: 1px solid #3a4b68; }
    body.dark-mode .single-sidebar-widget.single-sidebar-widget-2 {
      background-color: #182d4b; }
      body.dark-mode .single-sidebar-widget.single-sidebar-widget-2 .title {
        background-color: #294a78; }
    body.dark-mode .single-sidebar-widget ul.active-threads li {
      border-bottom: 1px solid #3a4b68; }
      body.dark-mode .single-sidebar-widget ul.active-threads li a:hover {
        color: #ff259b; }
    body.dark-mode .single-sidebar-widget ul li a {
      color: #ffffff; }
      body.dark-mode .single-sidebar-widget ul li a span {
        background-color: #294a78;
        color: #ffffff; }
        body.dark-mode .single-sidebar-widget ul li a span.count-number {
          background-color: #365c91; }
      body.dark-mode .single-sidebar-widget ul li a:hover span {
        background-color: #df0079;
        color: #ffffff; }
        body.dark-mode .single-sidebar-widget ul li a:hover span.count-number {
          background-color: #ff259b;
          color: #ffffff; }
  body.dark-mode .single-membar {
    border-bottom: 1px solid #3a4b68;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    body.dark-mode .single-membar:hover .name {
      color: #ff259b; }
    body.dark-mode .single-membar .name,
    body.dark-mode .single-membar .total-post {
      color: #ffffff; }
  body.dark-mode .single-topic-post {
    background-color: #182d4b;
    color: #ffffff; }
    body.dark-mode .single-topic-post h5 a {
      color: #ffffff; }
      body.dark-mode .single-topic-post h5 a:hover {
        color: #6741d9; }
    body.dark-mode .single-topic-post .tag {
      border: 1px solid #ffffff;
      color: #ffffff; }
      body.dark-mode .single-topic-post .tag:hover {
        color: #091e42;
        background-color: #ffffff; }
      body.dark-mode .single-topic-post .tag.sort-link {
        background-color: #294a78;
        border: 1px solid #294a78;
        color: #ffffff; }
        body.dark-mode .single-topic-post .tag.sort-link.active {
          background-color: #6741d9; }
        body.dark-mode .single-topic-post .tag.sort-link:hover {
          background-color: #6741d9; }
    body.dark-mode .single-topic-post .info-link {
      color: #ffffff; }
      body.dark-mode .single-topic-post .info-link svg {
        fill: #ffffff; }
        body.dark-mode .single-topic-post .info-link svg path {
          fill: #ffffff; }
    body.dark-mode .single-topic-post .bottom-area .author-replied {
      color: #ffffff; }
    body.dark-mode .single-topic-post .bottom-area .author-link {
      color: #ff259b; }
    body.dark-mode .single-topic-post.single-details-topic-post .inner-details-wrapper {
      border-bottom: 1px solid #3a4b68; }
  body.dark-mode .single-topic-post.single-topic-post-2 .content-box-2 {
    border-left: 1px solid #365c91; }
  body.dark-mode .pagination-list li.active a {
    border: 1px solid #6741d9; }
  body.dark-mode .pagination-list li a {
    border: 1px solid #6741d9;
    color: #ffffff; }
    body.dark-mode .pagination-list li a svg {
      fill: #ffffff; }
      body.dark-mode .pagination-list li a svg path {
        fill: #ffffff; }
  body.dark-mode .ch-footer-section .copyright-area {
    background-color: #365c91; }
  body.dark-mode .mf-create-modal-dialog .modal-header {
    border-bottom: 1px solid #3a4b68; }
  body.dark-mode .mf-create-modal-dialog .modal-content {
    background-color: #182d4b; }
    body.dark-mode .mf-create-modal-dialog .modal-content .modal-title {
      color: #ffffff; }
  body.dark-mode .mf-create-modal-dialog .modal-body .right-side-content .input-box {
    background-color: #294a78;
    border: 1px solid #294a78;
    color: #ffffff; }
    body.dark-mode .mf-create-modal-dialog .modal-body .right-side-content .input-box::-webkit-input-placeholder {
      color: #f6f6f6; }
    body.dark-mode .mf-create-modal-dialog .modal-body .right-side-content .input-box:-ms-input-placeholder {
      color: #f6f6f6; }
    body.dark-mode .mf-create-modal-dialog .modal-body .right-side-content .input-box::-ms-input-placeholder {
      color: #f6f6f6; }
    body.dark-mode .mf-create-modal-dialog .modal-body .right-side-content .input-box::placeholder {
      color: #f6f6f6; }
  body.dark-mode .mf-create-modal-dialog .form-check-label {
    color: #ffffff; }
  body.dark-mode .mf-create-modal-dialog .right-side-content .mf-nice-select:focus {
    border: 1px solid #ffffff; }
  body.dark-mode .mf-create-modal-dialog .right-side-content .input-box:focus {
    border: 1px solid #ffffff; }
  @media (max-width: 991.98px) {
    body.dark-mode .mf-create-modal-dialog .right-side-content .input-box {
      width: 100%; } }
  body.dark-mode .write-a-reply .mf-create-modal-dialog {
    background: #182d4b; }
    body.dark-mode .write-a-reply .mf-create-modal-dialog .title {
      color: #ffffff;
      border-bottom: 1px solid #3a4b68; }
    body.dark-mode .write-a-reply .mf-create-modal-dialog .textarea:focus-visible {
      border: none;
      outline: none; }
  body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper {
    background-color: #182d4b;
    color: #ffffff; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper.auth-form-wrapper {
      background-color: transparent; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper.change-pass-wrapper {
      background-color: #182d4b; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-input {
      background-color: #294a78;
      border-color: transparent;
      outline: none;
      color: #f3f4f6; }
      body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-input:focus {
        border-color: #ffffff; }
      body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-input::-webkit-input-placeholder {
        color: #f3f4f6; }
      body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-input:-ms-input-placeholder {
        color: #f3f4f6; }
      body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-input::-ms-input-placeholder {
        color: #f3f4f6; }
      body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-input::placeholder {
        color: #f3f4f6; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .personal-info-wrapper .personal-info-label {
      color: #f3f4f6; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .form-check .form-check-label {
      color: #f3f4f6; }
  body.dark-mode .form-social-title {
    color: #f3f4f6; }
  body.dark-mode .ch-footer-section .single-foo-widget .email-input:focus {
    border: 1px solid #ffffff; }
  body.dark-mode .dont-hv-acc a {
    color: #df0079; }
  body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .form-check .form-check-label {
    color: #df0079; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .form-check .form-check-label.remembar-me {
      color: #ffffff; }
    body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .form-check .form-check-label.agree_terms_and_conditions {
      color: #ffffff; }
      body.dark-mode .mt-reg-log-wrapper .auth-form-wrapper .form-check .form-check-label.agree_terms_and_conditions a {
        color: #df0079; }
  body.dark-mode .mobile-menu {
    background-color: #365c91; }
    body.dark-mode .mobile-menu li a {
      color: #ffffff; }
  body.dark-mode .moble-menu-canvas .mobile-menu li .submenu {
    background-color: #294a78; }
  body.dark-mode .moble-menu-canvas .mobile-menu li a .angle-down {
    fill: #ffffff; }
    body.dark-mode .moble-menu-canvas .mobile-menu li a .angle-down path {
      fill: #ffffff; }
