/* ============================================================
   template.css — shared, direction-neutral base stylesheet
   Loaded on every page, regardless of language direction.
   Uses CSS logical properties (margin-inline-*, float:
   inline-start/end, inset-inline-*, etc.) so it never needs
   to differ between RTL and LTR languages.
   ============================================================ */


/* ---------- @font-face (shared) ---------- */

@-webkit-keyframes edumallAnimationFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes edumallAnimationFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes ripple{
  70%{
      -webkit-box-shadow:0 0 0 40px rgba(255,255,255,0);
      box-shadow:0 0 0 40px rgba(255,255,255,0)
  }
  100%{
      -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
      box-shadow:0 0 0 0 rgba(255,255,255,0)
  }
}
@keyframes ripple{
  70%{
      -webkit-box-shadow:0 0 0 40px rgba(255,255,255,0);
      box-shadow:0 0 0 40px rgba(255,255,255,0)
  }
  100%{
      -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
      box-shadow:0 0 0 0 rgba(255,255,255,0)
  }
}


/* ---------- Base rules ---------- */

body {
  font-size: 1em;
  background: #fff;
  color: #263238;
  text-align: start;
}
p {
  margin-bottom: 0.6rem;
}
.underline {
  color: #f37a1f;
  border-bottom: 1px solid;
}
.sticky-top {
  z-index: 1070 !important;
}
.custom iframe {
  width: 100%;
}
.DownLocationform p {
  margin-bottom: 0;
  line-height: 0;
}
.gray_row {
  background-color: #F8F8F8;
  clear: both;
  padding: 73px 0px 46px 0px !important;
  width: 100%;
  float: inline-start;
}
.white_row {
  background-color: #fff;
  padding: 78px 0px 46px 0px !important;
  clear: both;
  width: 100%;
  float: inline-start;
}
.manisoft_module {
  clear: both;
}
a {
  text-decoration: none;
}
video, img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
::placeholder {
  color: #7d879c;
  opacity: 1;
}
::selection {
  background: rgba(78, 84, 200, .15);
}
.btn {
  text-transform: initial !important;
}
.container-fluid, .container, .container-lg, .container-md, .container-sm, .container-xl {
  clear: both;
}
input:focus {
  outline: none !important;
}
.manisoft_content {
  padding-right: 0;
  padding-left: 0;
}
p {
  min-height: 10px;
  word-break: break-word;
}
li {
  word-break: break-word;
}
h1 {
  margin: 0 0 50px;
  line-height: normal;
}
h2, h3, h4 {
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
header .container {
  position: relative;
}
.header .row {
  align-items: center;
}
header .nav {
  padding: 0;
  margin-top: 4px;
  float: inline-end;
  margin-inline-start: 15px;
}
header .nav a {
  color: rgba(135, 0, 192, 1);
  background: rgba(124, 2, 176, 0.1);
  padding: 8px 20px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
header .nav a:hover {
  background: #8700c0;
  color: #fff;
  box-shadow: none;
}
.navbar-tool-tooltip {
  display: block;
  position: absolute;
  top: -.5rem;
  transform: translateX(-50%);
  transition: opacity .2s ease-in-out, top .2s ease-in-out;
  padding: .0625rem .375rem;
  border-radius: .1875rem;
  background-color: #2b3445;
  color: #fff;
  font-size: .6875rem;
  white-space: nowrap;
  opacity: 0;
  line-height: normal;
  z-index: 1;
  inset-inline-end: 50%;
}
footer {
  color: rgba(255, 255, 255, 0.5);
  clear: both;
  width: 100%;
  float: inline-start;
}
.footer_row1 {
  padding: 60px 0;
  background: #373F50;
  width: 100%;
  float: inline-start;
}
.footer_row2 {
  background: #2B3445;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  float: inline-start;
}
.footer_module h3 {
  color: #fff;
}
.footer_row4 {
  padding: 24px 12px 0 !important;
  line-height: 30px;
  border-top: solid 1px rgba(255, 255, 255, .12);
}
.footer_row4 .row {
  align-items: center;
}
.namad {
  float: inline-end;
}
.namad h6 {
  font-size: 14px;
}
.namad h6 .bi {
  color: #50B83C;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-inline-end: 6px;
}
.namad a {
  display: inline-block;
  background: rgb(176, 180, 184);
  border-radius: 5px;
  padding: 5px;
  margin-inline-end: 5px;
}
.namad a:last-child {
  margin: 0;
}
.namad a img {
  width: 60px;
  border-radius: 5px;
}
.copyright_row {
  font-size: 13px;
}
.sidebar_module {
  margin: 30px 0 0;
  padding: 30px 0px 0;
  border-top: 1px solid #e3e9ef;
  width: 100%;
  float: inline-start;
}
.sidebar_module:first-child {
  padding: 0;
  border: none;
  margin: 0;
}
.sidebar_module > h3 {
  margin-bottom: 22px;
  margin-top: 0;
}
.sidebar_module .mani_news_swiper {
  margin: 0 !important;
}
.mani_categories_module {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mani_categories_module li {
  display: block;
  margin-bottom: 10px;
}
.mani_categories_module li a {
  display: flex;
  color: #4b566b;
  font-size: 16px;
  justify-content: space-between;
}
.mani_categories_module li a span {
  display: inline-block;
  color: #7d879c;
}
.mani_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}
.pagination {
  padding: 0 !important;
  flex-wrap: wrap;
  margin: 0;
  width: auto !important;
  float: none !important;
}
.pagination .page-link {
  box-shadow: none;
  margin-bottom: 5px;
  margin-inline-end: -1px !important;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .pagination-next span, .pagination .pagination-prev span {
  color: #6c757d;
}
.pagination .pagination-next span:hover, .pagination .pagination-prev span:hover {
  color: #6c757d;
  background: none;
}
.pagination .page-item a {
  color: #6c757d;
}
@media (max-width:768px) {
  ul.pagination li.list {
    display: none;
  }
}
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 10px 0;
  font-size: 12px;
}
.breadcrumb li {
  color: rgba(75, 86, 107, .6);
  min-width: 20px;
  margin-bottom: 0 !important;
  line-height: normal !important;
  margin-inline-end: 25px;
}
.breadcrumb li:last-child {
  margin: 0;
}
.breadcrumb li:first-child {
  margin-inline-end: 5px;
}
.breadcrumb li a {
  color: #4b566b;
}
.breadcrumb .divider {
  position: relative;
  display: inline-block;
  top: 2px;
}
.breadcrumb .divider img {
  display: none;
}
.breadcrumb .divider:after {
  position: absolute;
  top: -11px;
  content: "";
  font-family: bootstrap-icons !important;
  font-size: 11px;
  display: block;
  inset-inline-end: -14px;
}
.breadcrumb li:first-child .divider:after {
  position: absolute;
  top: -21px;
  content: "";
  font-family: bootstrap-icons !important;
  font-size: 19px;
  display: block;
  color: #4b566b;
}
.manisoft_blog {
  position: relative;
  margin: 20px 0 100px;
  min-height: 500px;
}
.manisoft_blog .category-desc {
  margin-top: 15px;
  margin-bottom: 20px;
}
.manisoft_blog .blog_main_content {
  width: 70%;
  padding: 0 0 0 30px;
  float: inline-start;
}
.item-page {
  max-width: 853px;
}
.item-page.empty-page {
  max-width: 100% !important;
}
.only-content.empty-page .figure {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
.item-page .category, .item-page .modified_date, .item-page .created_date, .item-page .author {
  display: flex;
  color: #7d879c;
  font-size: 12px;
  position: relative;
  height: 35px;
  align-items: center;
}
.item-page .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 5px;
}
.item-page .created_date, .item-page .author {
  padding-inline-end: 20px;
  margin-inline-end: 20px;
}
.item-page .created_date:hover .navbar-tool-tooltip, .item-page .modified_date:hover .navbar-tool-tooltip {
  top: -.75rem;
  opacity: .9;
}
.item-page .created_date:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 1px;
  height: 20px;
  background: #d9e1e9;
  inset-inline-end: 0;
}
.item-page .created_date:last-child:after {
  display: none;
}
.item-page .author:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 1px;
  height: 20px;
  background: #d9e1e9;
  inset-inline-end: 2px;
}
.item-page .modified_date .bi, .item-page .created_date .bi {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-inline-end: 5px;
}
.item-page a.comments {
  display: flex;
  color: #7d879c !important;
  align-items: center;
}
.item-page a.comments .bi {
  font-size: 15px;
  position: relative;
  top: -2px;
  margin-inline-end: 5px;
}
.item-page .hits {
  display: flex;
  color: #7d879c !important;
  align-items: center;
  margin-inline-end: 20px;
}
.item-page .hits .bi {
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-inline-end: 5px;
}
.item-page > figure {
  display: block;
  margin: 0 0 20px;
}
.item-page > figure figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: rgb(113, 128, 150);
  display: block;
}
.item-page .contentinfo {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  float: inline-start;
}
.item-page .contentinfo .avatar {
  width: 80px;
  padding-inline-end: 20px;
}
.item-page .contentinfo .avatar img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.item-page .contentinfo .author-holder {
  font-size: 14px;
  line-height: 26px;
}
.item-page .blog-nav-links {
  margin-top: 34px;
}
.item-page .blog-nav-links .nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.item-page .blog-nav-links .nav-item {
  min-width: 0;
  line-height: 0;
}
.item-page .blog-nav-links a {
  border: 1px solid #e3e9ef;
  padding: 16px 16px 16px 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  transition: border 250ms ease 0s;
  color: rgb(37, 37, 37);
  box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px;
}
.item-page .blog-nav-links .next a {
  padding: 16px 50px 16px 16px;
  text-align: end;
}
.item-page .blog-nav-links a h6 {
  display: block;
  padding: 0;
  position: relative;
  font-size: 15px;
  line-height: normal;
  margin: 0;
  font-weight: normal !important;
  width: 100%;
}
.item-page .blog-nav-links a span {
  display: block;
  color: rgb(157, 170, 182);
  line-height: 25px;
  width: 100%;
}
.item-page .blog-nav-links .prev a::before {
  font-family: bootstrap-icons;
  content: "";
  position: absolute;
  font-size: 25px;
  color: rgb(157, 170, 182);
  inset-inline-end: 15px;
}
.item-page .blog-nav-links .next a::before {
  font-family: bootstrap-icons;
  content: "";
  position: absolute;
  font-size: 25px;
  color: rgb(157, 170, 182);
  inset-inline-start: 15px;
}
.item-page .articleBody {
  line-height: 30px;
  position: relative;
  clear: both;
}
.item-page .articleBody > p > img, .item-page .articleBody > img {
  margin: 20px 0;
  height: auto !important;
}
.item-page .articleBody ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.item-page .articleBody ul li, .manivideo_video ul li, #technicalFaqs .faq_content ul li, .manidownloads_package .support_info .response-text ul li, .manidownloads_package .tab-content #package_description ul li, .manivideo .category_info ul li, .maniplans_packages .each-item .description ul li {
  display: block;
  position: relative;
  clear: both;
}
.item-page .articleBody ul li:before, .manivideo_video ul li:before, #technicalFaqs .faq_content ul li::before, .manidownloads_package .support_info .response-text ul li:before, .manidownloads_package .tab-content #package_description ul li:before, .manivideo .category_info ul li:before, .maniplans_packages .each-item .description ul li:before {
  content: "";
  font-family: bootstrap-icons !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  font-size: 13px;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  inset-inline-start: 0;
}
.item-page .articleBody ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.item-page .articleBody ol li {
  display: block;
  padding: 0 30px 20px 30px;
  position: relative;
  color: rgb(0, 0, 0);
  line-height: 27px;
  counter-increment: item;
  clear: both;
}
.item-page .articleBody ol li:before {
  content: counter(item);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  inset-inline-start: 0;
}
.item-page .articleBody blockquote {
  position: relative;
  margin: 42px 0;
  padding: 28px 58px 28px 28px;
  background: #f8fafc;
  border: 0;
  border-right: 3px solid #2563eb;
  border-radius: 0 12px 12px 0;
  box-shadow: none;
  direction: rtl;
  text-align: right;
}
.item-page .articleBody blockquote::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: #2563eb;
  opacity: .18;
}
.item-page .articleBody blockquote p {
  margin: 0;
  padding: 0;
  color: #1e293b;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
  text-align: right;
}
.item-page .articleBody blockquote footer {
  margin-top: 12px;
  color: #64748b;
  font-size: 13px;
  font-weight: 400;
}
.item-page .articleBody blockquote {
  transition: border-color .3s ease, background .3s ease;
}
.item-page .articleBody blockquote:hover {
  background: #f5f9ff;
  border-right-color: #2096e2;
}
@media (max-width: 768px) {
  .item-page .articleBody blockquote {
    margin: 30px 0;
    padding: 24px 48px 24px 20px;
    border-right-width: 3px;
    border-radius: 0 10px 10px 0;
  }
  .item-page .articleBody blockquote::before {
    top: 7px;
    right: 14px;
    font-size: 44px;
  }
  .item-page .articleBody blockquote p {
    font-size: 15px;
    line-height: 1.9;
  }
}
.item-page .articleBody .card {
  box-shadow: none !important;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
.item-page .articleBody .card .card-header {
  background: none;
  padding: 0;
  border: none;
}
.item-page .articleBody .card .card-header h5 {
  margin: 0 !important;
  padding: 0 !important;
}
.item-page .articleBody .card .card-header button {
  color: #333;
  width: 100%;
  margin: 0;
  padding: 0 24px 0 65px;
  line-height: normal;
  display: block;
  position: relative;
  height: 60px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.04);
  overflow: initial !important;
  border: none;
  text-align: start;
}
.item-page .articleBody .card .card-header button[aria-expanded="true"] {
  background: #fd8804;
  box-shadow: 0px 7px 24px -19px rgba(0, 0, 0, 0.5) !important;
  transition: 0.3s;
  color: #fff;
}
.item-page .articleBody .card button[aria-expanded="false"]:after {
  width: 60px;
  content: "+";
  height: 60px;
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: initial !important;
  line-height: 58px;
  inset-inline-end: 0;
}
.item-page .articleBody .card button[aria-expanded="true"]:after {
  width: 60px;
  content: "-";
  height: 60px;
  position: absolute;
  top: 0;
  background: rgb(255, 255, 255);
  text-align: center;
  color: #fd8804;
  font-size: 35px;
  font-family: initial !important;
  line-height: 53px;
  inset-inline-end: 0;
}
.item-page table {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  border: none;
  margin: 30px 0 !important;
}
.item-page table caption {
  padding: 12px 0;
  color: #6c757d;
  caption-side: initial;
  text-align: center;
}
.item-page table tr {
  border: none !important;
  box-shadow: none !important;
}
.item-page table thead td, .item-page table thead th {
  background: rgb(70 70 70);
}
.item-page table thead td, .item-page table thead th {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  border: none !important;
  text-align: center;
}
.item-page table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.item-page table tbody tr:nth-child(odd) {
  background: #fff;
}
.item-page table tbody tr td {
  border: none !important;
  line-height: normal !important;
  box-shadow: none !important;
}
.scrollable-table {
  width: 100%;
  overflow-x: auto !important;
  display: block !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch;
}
.scrollable-table::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 12px;
}
.scrollable-table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.scrollable-table::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.manisoft_profile_edit .container > .row {
  justify-content: center;
}
.manisoft_profile_edit .optional {
  display: none;
}
.manisoft_profile_edit .username {
  display: none;
}
.dashboard_details.profile-edit.profile span {
  color: #333;
}
.profile-edit .control-group {
  margin-bottom: 20px;
}
.profile-edit input {
  height: 44px;
  font-size: 13px;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  box-shadow: none !important;
  width: 100%;
  padding: 10px;
}
.profile-edit textarea {
  height: 144px;
  font-size: 13px;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  box-shadow: none !important;
  width: 100%;
  padding: 10px;
}
.profile-edit select {
  background-position: 10px 16px;
  line-height: 20px;
  height: 44px;
  font-size: 13px;
  border: 1px solid #dae1e7 !important;
  border-radius: 4px;
  box-shadow: none !important;
  width: 100%;
  padding: 10px;
}
.profile-edit .control-label {
  color: rgb(74, 75, 101);
  margin: 0 0 10px;
}
.profile-edit .mdb-select .select-dropdown.form-control {
  margin: 0 !important;
  height: 44px !important;
  border: 1px solid #dae1e7 !important;
  padding: 10px 20px 10px 30px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  background: #fff url("../images/select-option.png") no-repeat 12px 18px;
  background-size: 13px;
}
.profile-edit .mdb-select .dropdown-content {
  padding: 0 !important;
}
.profile-edit .mdb-select .dropdown-content li {
  font-size: 13px !important;
  text-align: start !important;
}
.profile-edit .mdb-select .dropdown-content li > a, .profile-edit .mdb-select .dropdown-content li > span {
  font-size: 13px !important;
  color: #333 !important;
}
.profile-edit .select-wrapper {
  position: relative;
  padding-top: 30px;
}
.profile-edit .select-wrapper label {
  position: absolute;
  top: 0;
  color: rgb(74, 75, 101);
}
.profile-edit .select-wrapper span.caret {
  display: none;
}
.profile-edit .btn {
  background: rgb(218, 224, 236);
  color: rgb(75, 86, 107) !important;
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
  padding: 4px 25px;
  transition: all .25s cubic-bezier(.645, .045, .355, 1), color 0s linear;
  opacity: 1 !important;
  pointer-events: initial !important;
  height: 43px;
  line-height: 35px !important;
  border: none !important;
}
.profile-edit .btn.btn-primary {
  color: #fff !important;
}
.profile-edit .profile_avatar {
  background: rgba(124, 2, 176, 0.03);
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 24px;
  display: flex !important;
  align-items: center;
}
.profile_avatar .file-field {
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px -3px;
  min-width: auto;
  width: 120px;
  float: none;
  margin-bottom: 10px;
  color: rgb(1, 1, 1);
}
.profile_avatar .file-field .file_btn {
  background: none;
  width: 45px;
  height: 40px;
  font-size: 21px;
  text-align: center;
  line-height: 51px;
  border-radius: 0 4px 4px 0;
  float: inline-start;
}
.profile_avatar .file-field .file-path-wrapper {
  padding: 0 !important;
  height: 40px !important;
}
.profile_avatar .file-field input.file-path {
  width: 100%;
  height: 40px !important;
  border: none;
  padding: 0 !important;
  border-radius: 4px 0 0 4px;
  color: rgb(1, 1, 1);
  font-size: 13px;
}
.profile_avatar .file-field input.file-path::placeholder {
  color: rgb(1, 1, 1);
}
.profile_avatar .file-field .file_btn table {
  opacity: 0;
}
.profile-edit .profile_avatar .imageholderprofile {
  width: 150px;
  border-radius: 50%;
}
.profile-edit .profile_avatar img {
  border-radius: 50%;
}
.profile-edit .profile_avatar .desc {
  color: #9e9fb4 !important;
  font-size: 13px;
  width: 100%;
  float: inline-start;
}
.profile-edit .profile_description {
  margin-inline-start: 20px;
}
.dashboard_details.profile-edit h1 {
  font-size: 22px;
  margin: 0;
  color: rgb(55, 63, 80);
}
.manisoft_module > h3 {
  position: relative;
  margin: 0px 0px 43px 0px;
  line-height: normal;
  color: rgb(37, 37, 37);
  font-size: 22px;
}
.manisoft_module > h3::after {
  content: "";
  position: absolute;
  width: 91px;
  height: 12px;
  bottom: -7px;
  background-color: rgba(135, 0, 192, 1);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(../images/headline-curve.svg);
  mask-image: url(../images/headline-curve.svg);
  inset-inline-start: 21px;
}
.edumallFadeInUp {
  -webkit-animation-name: edumallAnimationFadeInUp;
  animation-name: edumallAnimationFadeInUp;
}
.error_html {
  height: 100%;
}
.error_body {
  height: 100%;
}
.error_page {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 0 15px;
}
.error_page img {
  width: 300px;
  margin: 0 auto;
}
.error_page .desc {
  color: rgb(13, 27, 72);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 24px;
  margin-top: 10px;
  text-align: center;
  max-width: 700px;
}
.error_page a {
  color: rgba(255, 255, 255, 1);
  background: rgba(135, 0, 192, 1);
  box-shadow: 0 3px 13px rgba(135, 0, 192, 0.4);
  display: inline-block;
  padding: 13px 30px;
  border-radius: 4px;
  transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease;
  position: relative;
}
.error_page a .lnr {
  position: relative;
  top: 3px;
  margin-inline-end: 3px;
}
.error_page a:hover, .error_page a:focus {
  text-decoration: none;
  box-shadow: none;
}
.maniscrollbar * {
  scrollbar-width: thin !important;
  scrollbar-color: #b3b3b3 #e6e6e6 !important;
}
.maniscrollbar *::-webkit-scrollbar {
  width: 12px !important;
}
.maniscrollbar *::-webkit-scrollbar-track {
  background: #e6e6e6 !important;
  border-radius: 0px !important;
}
.maniscrollbar *::-webkit-scrollbar-thumb {
  background-color: #b3b3b3 !important;
  border-radius: 0px !important;
  border: none !important;
}
@media (max-width : 1000px) {
  .maniblog_custom .item-page figure {
    margin: 0 0 1rem !important;
  }
  .manisoft_blog .category-desc {
    display: none !important;
  }
  .item-page .articleBody blockquote {
    margin: 20px 0;
    padding: 60px 20px 20px;
  }
  .item-page .articleBody blockquote::before {
    top: 20px;
    width: 45px;
    height: 45px;
    inset-inline-start: 20px;
  }
  .error_page .desc {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0;
  }
  .sidebar_module:first-child {
    margin: 30px 0 0;
  }
  .footer_row4 {
    text-align: center;
  }
  footer .container > .row {
    margin: 0 !important;
  }
  .footer_menu1 {
    margin-bottom: 20px !important;
  }
  .namad {
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    float: inline-start;
  }
  .copyright_row {
    order: 2;
  }
  .manisoft_blog .blog_main_content {
    width: 100%;
    padding: 0 !important;
  }
  .sidebar_module .mani_news_swiper.mani_news_swiper_row .news_row .blog_text {
    padding: 10px 0 0 !important;
    width: 100%;
    float: inline-start;
  }
  .sidebar_module .mani_news_swiper {
    margin: 0 !important;
  }
  .search_advanced_form {
    margin: 20px 0 0;
  }
  .sidebar_module .manidownload_packages.layout2 h3 {
    padding: 10px 0 0 !important;
  }
  .sidebar_module .manivideo_videos .no-padding {
    padding: 0 15px 15px !important;
  }
  .sidebar_module .mani_news_swiper {
    padding: 0 !important;
  }
  .breadcrumb li:first-child .divider::after {
    top: -17px;
    font-size: 17px;
  }
  .mani_page_title .breadcrumb {
    margin: 0 !important;
    white-space: nowrap;
    display: block;
  }
  .mani_page_title .breadcrumb li {
    display: inline-block;
  }
  .mani_page_title .container > div {
    display: block;
  }
  .mani_page_title .breadcrumb {
    margin-top: 20px;
  }
  .mani_page_title .BreadcrumbList_div {
    overflow-x: scroll;
    padding-bottom: 0;
    overflow-y: hidden;
  }
  .mani_page_title.package_details {
    margin-bottom: 20px !important;
  }
  .item-page {
    max-width: 100% !important;
  }
  .item-page h1 {
    clear: both;
  }
  .item-page .justify-content-between.pt-4 {
    -ms-flex-pack: noraml !important;
    justify-content: normal !important;
    padding: 0 0 5px !important;
  }
  .item-page .hits, .item-page .modified_date {
    margin-inline-end: 20px;
  }
  .item-page .comments, .item-page .hits, .item-page .modified_date, .item-page .created_date, .item-page .author {
    padding: 0;
    margin-bottom: 10px;
  }
  .item-page .created_date::after, .item-page .author::after {
    display: none;
  }
  header .nav {
    display: none !important;
  }
}
@media (max-width : 780px) {
  .manimobilescrollbar * {
    scrollbar-width: thin !important;
    scrollbar-color: #b3b3b3 #e6e6e6 !important;
  }
  .manimobilescrollbar *::-webkit-scrollbar {
    width: 12px !important;
  }
  .manimobilescrollbar *::-webkit-scrollbar-track {
    background: #e6e6e6 !important;
    border-radius: 0px !important;
  }
  .manimobilescrollbar *::-webkit-scrollbar-thumb {
    background-color: #b3b3b3 !important;
    border-radius: 0px !important;
    border: none !important;
  }
  .manisoft_blog .blog_main_content {
    padding-top: 12px;
  }
  .comments-list .comments-list .comment-item {
    margin-inline-start: 0;
  }
  .comments-list .comments-list .comment-item {
    padding-inline-start: 15px;
  }
  #comments .comment-date {
    font-size: 10px !important;
  }
  .starter > .comment-item .comment_tag {
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 3px;
    margin-inline-start: 1px;
  }
  #jc span.comments-vote {
    font-size: 11px;
  }
  .item-page .blog-nav-links .nav-list {
    display: block !important;
  }
  .item-page .blog-nav-links .nav-item.prev {
    margin-top: 20px;
  }
  .item-page .d-flex {
    display: block !important;
  }
  .item-page .comments, .item-page .hits, .item-page .modified_date, .item-page .created_date, .item-page .author {
    height: 35px;
    float: inline-start;
  }
  .search_advanced_form .mdb-select, .accordion_search .mdb-select {
    width: 90px;
  }
  .search_advanced_form input.inputbox, .accordion_search input.inputbox {
    padding: 10px 100px 10px 35px;
    font-size: 13px;
  }
  .search_advanced_form .mdb-select .select-dropdown.form-control, .accordion_search .mdb-select .select-dropdown.form-control {
    padding: 10px !important;
    font-size: 13px !important;
    background-size: 10px;
  }
  .search_advanced_form button, .accordion_search .button {
    width: 41px;
    background: none;
    color: #aaa;
    font-size: 18px;
    line-height: 47px;
  }
  .white_row, .gray_row {
    padding: 45px 0 !important;
  }
  .footer_menu2, .footer_menu3 {
    margin-bottom: 20px !important;
  }
  .footer_module h3 {
    margin-bottom: 15px;
  }
  .footer_module:last-child {
    margin: 0 0 20px;
    width: 100%;
    float: inline-start;
  }
  .footer_row1 {
    padding: 60px 0 30px;
  }
}
.maniUsers .container-fluid, .maniUsers body, .maniUsers {
  height: 100%;
}
.manisoft_users {
  height: 100%;
  display: flex;
  align-items: center;
}
.manisoft_users .back {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  inset-inline-end: 0;
}
.manisoft_users .back .bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  inset-inline-end: 0;
}
.manisoft_users .container {
  position: relative;
  z-index: 1;
}
.manisoft_users h1 {
  color: rgb(21, 44, 91);
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 4px;
  text-align: center;
}
.manisoft_users .login-description {
  color: #718096 !important;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
  text-align: center;
}
.manisoft_users .control-group {
  margin-bottom: 1rem;
}
.manisoft_users label {
  color: #718096;
  font-size: .875rem;
  font-weight: 500;
  text-transform: none;
  position: relative;
}
.manisoft_users input {
  border: 1px solid #e2e8f0 !important;
  padding: 10px !important;
  height: 50px;
  font-size: 13px;
  border-radius: 5px !important;
  margin: 0 !important;
  transition: all .2s ease;
  width: 100%;
  padding-inline-start: 60px !important;
}
.manisoft_users input:focus {
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075), 0 0 20px rgba(0, 138, 255, .1) !important;
  border: 1px solid rgba(0, 138, 255, .5) !important;
}
.manisoft_users .btn {
  color: rgba(255, 255, 255, 1);
  background: rgba(135, 39, 190, 1) !important;
  border-radius: 5px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  box-shadow: none;
  margin: 0;
  height: 50px;
  width: 100%;
}
.manisoft_users .btn:hover {
  background: rgba(253, 136, 4, 1) !important;
}
.manisoft_users label#jform_username-lbl:before, .manisoft_users label#jform_name-lbl:before, .manisoft_users label#username-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "";
  position: absolute;
  top: 29px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  inset-inline-start: 0;
}
.manisoft_users label#jform_password2-lbl:before, .manisoft_users label#jform_token-lbl:before, .manisoft_users label#jform_password1-lbl:before, .manisoft_users label#password-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "";
  position: absolute;
  top: 29px;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  inset-inline-start: 0;
}
.manisoft_users label#jform_email-lbl:before, .manisoft_users label#jform_email1-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "";
  position: absolute;
  top: 29px;
  text-align: center;
  font-size: 21px;
  line-height: 44px;
  inset-inline-start: 0;
}
.manisoft_users label#jform_com_fields_mobile-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "";
  position: absolute;
  top: 29px;
  text-align: center;
  font-size: 21px;
  line-height: 44px;
  inset-inline-start: 0;
}
.manisoft_users form > table, .manisoft_users .optional {
  display: none;
}
.manisoft_users .complete_text {
  line-height: 30px;
  position: relative;
  overflow: hidden;
  color: #869ab8;
  text-align: center;
}
.manisoft_users .alert-warning {
  padding: 10px;
}
.manisoft_users .backtosite {
  position: absolute;
  top: 20px;
  color: #333;
  display: inline-block;
  font-size: 15px;
  z-index: 2;
  inset-inline-start: 20px;
  padding-inline-start: 29px;
}
.manisoft_users .backtosite .lnr {
  font-size: 20px;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
@media (max-width : 780px) {
  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1 !important;
    transform: none !important;
  }
  .manisoft_users .col-lg-4 {
    padding: 55px 0 !important;
  }
  .manisoft_users .back .bg {
    display: none;
  }
  .manisoft_users .login-description {
    margin-bottom: 7px !important;
    font-size: 14px;
  }
  .manisoft_users h1 {
    font-size: 18px;
    line-height: normal;
  }
  .maniUsers .container-fluid, .maniUsers body, .maniUsers {
    height: auto;
  }
}
.dashboard.login {
  margin: 20px 0;
}
.dashboard.login .alert {
  background: #f4f4f4;
  border: none;
}
.dashboard.login .alert_login {
  padding: 6px 17px;
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 4px;
  line-height: normal;
  cursor: pointer;
}
.maniblog_row .table_list {
  box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 30px 0;
}
.maniblog_row .table_body {
  position: relative;
}
.maniblog_row table {
  border: none;
  margin: 0 !important;
}
.maniblog_row table thead th {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  border: none !important;
  text-align: center;
  padding: 18px 15px !important;
}
.maniblog_row table tbody td {
  border: none !important;
  padding: 15px !important;
  line-height: normal !important;
  font-size: 13px;
  color: rgb(128, 128, 128);
  text-align: center;
  vertical-align: middle;
}
.maniblog_row table tbody td .title {
  display: none;
}
.maniblog_row table tbody tr:nth-child(2n/**/+1) {
  background: #fff;
}
.maniblog_row table tbody tr:nth-child(2n) {
  background: #f3f3f3;
}
.maniblog_row table .title {
  width: 55%;
}
.maniblog_row table .category, .maniblog_row table .author, .maniblog_row table .date {
  width: 15%;
}
.maniblog_row table h3 {
  padding: 0 !important;
  font-size: 13px;
  text-align: center !important;
  margin: 0;
  line-height: 25px;
}
.maniblog_row table tbody td a {
  color: rgb(128, 128, 128);
  display: inline-block;
}
@media (max-width: 980px) {
  .maniblog_row .table_head {
    display: none;
  }
  .maniblog_row table h3 {
    text-align: start !important;
  }
  .maniblog_row table tbody, .maniblog_row table {
    display: block;
    width: 100% !important;
  }
  .maniblog_row table tr {
    display: block;
    width: 100% !important;
    padding: 15px 0 !important;
  }
  .maniblog_row table tbody td {
    display: block;
    width: 100% !important;
    padding: 10px 15px !important;
    min-height: 40px;
  }
  .maniblog_row table tbody td .title, .maniblog_row table tbody td .value {
    display: block;
    width: 50%;
    float: inline-start;
    text-align: start;
  }
}
.content_layout1 a:hover {
  text-decoration: none;
}
.content_layout1 .items-row {
  width: 100%;
  text-align: center;
  padding: 0 15px !important;
  float: inline-start;
}
.content_layout1 .item >div {
  background: #fff;
  box-shadow: 0 1px 17px rgb(0 0 0 / 15%) !important;
  padding: 0 !important;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  border: 1px solid transparent;
  transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
  text-align: start;
}
.content_layout1 .item:hover>div {
  border: solid 1px rgba(0,0,0,0.1) !important;
  box-shadow: .1875rem .1875rem .625rem -0.125rem rgba(0,0,0,.09) !important;
}
.content_layout1 .blog_image {
  width: 40%;
  position: relative;
  height: 260px;
  overflow: hidden;
  float: inline-start;
}
.content_layout1 .blog_image > a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  max-width: 120%;
  transform: translate(-50%,-50%);
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
  inset-inline-end: 50%;
}
.content_layout1 .blog_image .mobile_image {
  display: none;
}
.content_layout1 .blog_text {
  width: 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 260px;
  float: inline-start;
}
.content_layout1 .blog_text h3 {
  font-size: 15px;
  display: block;
  margin: 10px 0;
  padding: 0;
  line-height: normal;
  color: #585858 !important;
  overflow: hidden;
}
.content_layout1 .blog_text h3 a {
  color: #585858;
}
.content_layout1 .blog_text h5 {
  font-size: 13px;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  color: #90989e !important;
}
.content_layout1 .blog_text h5 a {
  color: #90989e !important;
}
.content_layout1 .blog_text .text {
  color: #585858 !important;
  line-height: 26px;
  font-size: 12px;
  margin: 0 0 10px;
  overflow: hidden;
}
.content_layout1 .content_footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #869ab8 !important;
  font-size: 13px;
  padding: 0px;
  clear: both;
}
.content_layout1 .post-author img {
  width: 40px;
  border-radius: 50%;
  margin-inline-end: 5px;
}
.content_layout1 .readmore a {
  padding: 0 7px 0 18px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: normal;
}
.content_layout1 .readmore a .bi {
  font-size: 16px;
  position: absolute;
  inset-inline-end: 0;
}
@media only screen and (max-width : 1680px) {
  .content_layout1 .item {
    width: 90%;
  }
}
@media only screen and (max-width : 1200px) {
  .content_layout1 .item {
    width: 100%;
  }
}
@media only screen and (max-width : 992px) {
  .content_layout1 .blog_image .mobile_image {
    display: block;
  }
  .content_layout1 .blog_image a {
    display: none;
  }
  .content_layout1 .blog_image {
    width: 100%;
    height: auto;
  }
  .content_layout1 .blog_text {
    padding: 15px;
    width: 100%;
    height: auto;
    display: block;
  }
}
.blog_content {
  margin: 0 -10px;
}
.blog_filter {
  margin: 10px 0;
  background-color: #f2f2f2;
  color: #4a4a4a;
  padding: 15px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: inline-start;
}
.content_layout3 a:hover {
  text-decoration: none;
}
.content_layout3 .items-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.content_layout3 .items-row > div {
  padding: 15px !important;
}
.content_layout3 .items-row .item {
  width: 100%;
  box-shadow: 0 1px 17px rgb(0 0 0 / 15%) !important;
  background: #fff;
  height: 100%;
  float: inline-start;
}
.content_layout3 .blog_image {
  overflow: hidden;
  position: relative;
}
.content_layout3 .blog_image:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.content_layout3 .blog_image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.content_layout3 .items-row .item .blog_text {
  padding: 15px;
}
.content_layout3 .blog_text h3 {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: #585858;
  line-height: normal;
  overflow: hidden;
  min-height: 45px;
}
.content_layout3 .blog_text h3 a {
  color: #585858;
}
.content_layout3 .blog_text h5 {
  font-size: 12px;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  color: #90989e !important;
}
.content_layout3 .blog_text h5 a {
  color: #90989e !important;
}
.content_layout3 .blog_text .text {
  color: #585858 !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.content_layout3 .footer_box {
  display: flex;
  align-items: center;
  clear: both;
  color: #869ab8 !important;
  font-size: 13px;
  justify-content: center;
}
.content_layout3 .footer_box.has_date {
  justify-content: space-between;
}
.content_layout3 .readmore a.graphic {
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
}
.content_layout3 .each_res .readmore a {
  padding: 0 7px 0 18px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: normal;
}
.content_layout3 .each_res .readmore a .bi {
  font-size: 16px;
  position: absolute;
  inset-inline-end: 0;
}
@media only screen and (max-width : 560px) {
  .content_layout3 .items-row > div {
    width: 100% !important;
  }
  .content_layout3 .blog_image {
    height: 205px;
    width: 100%;
  }
  .content_layout3 .blog_image > a {
    background-position: top center;
  }
  .content_layout3 .blog_text {
    padding: 0 20px;
    width: 100%;
  }
}
.maniblog_layout4_page_title {
  margin-bottom: 40px;
  text-align: center;
}
.maniblog_layout4_page_title h1, .maniblog_layout4_page_title h2 {
  font-size: 21px;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #6c757d;
}
.maniblog_layout4_page_title h6 {
  color: #6c757d;
  font-size: 13px;
  margin-top: 10px;
}
.maniblog_layout4 .sidebar .each_ads {
  margin: 0 0 15px;
}
.maniblog_layout4 .sidebar > div {
  margin: 0 0 15px;
}
.maniblog_layout4 .sidebar .filter-mobile.btn-group {
  display: block !important;
  padding: 0 !important;
  margin: 0 0 10px;
}
.maniblog_layout4 .each_res {
  margin: 0 0 30px;
}
.maniblog_layout4 .each_res > div {
  width: 100%;
  position: relative;
  height: 100%;
  transition: .4s;
  float: inline-start;
}
.maniblog_layout4 .each_res > div:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: .4s;
}
.maniblog_layout4 .each_res .info {
  padding: 0px 15px 0;
}
.maniblog_layout4 .each_res .info .box {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  text-align: center;
}
.maniblog_layout4 .each_res .info .date {
  font-size: 14px;
  margin: 0 0 20px;
}
.maniblog_layout4 .each_res .each_res_title a {
  color: #6c757d;
}
.maniblog_layout4 .each_res .each_res_title .mobile {
  display: none;
}
.maniblog_layout4 .each_res .desc {
  font-size: 13px;
  margin: 0 0 20px;
  color: #666;
}
.maniblog_layout4 .each_res .readmore {
  padding-top: 9px;
}
.maniblog_layout4 .each_res .readmore a {
  padding: 0 7px 0 18px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: normal;
}
.maniblog_layout4 .each_res .readmore a .bi {
  font-size: 16px;
  position: absolute;
  inset-inline-end: 0;
}
.maniblog_layout4 .advertisements {
  clear: both;
}
.maniblog_layout4 .advertisements h3 {
  position: relative;
  margin: 0 0 5px;
  clear: both;
}
.maniblog_layout4 .advertisements h3 span {
  display: inline-block;
  padding: 10px 0 10px 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.maniblog_layout4 .advertisements h3:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #eee;
  height: 1px;
  margin: auto;
  inset-inline-start: 0;
}
.maniblog_layout4 .advertisements a {
  display: block;
}
.maniblog_layout4 .advertisements .mobile {
  display: none;
}
@media (max-width : 1000px) {
  .maniblog_layout4 .blog_main_content4 {
    width: 100%;
  }
  .maniblog_layout4 .advertisements .mobile {
    display: block;
  }
  .maniblog_layout4 .advertisements .desktop {
    display: none;
  }
}
@media (max-width : 780px) {
  .maniblog_layout4 .each_res .each_res_title .desktop {
    display: none;
  }
  .maniblog_layout4 .each_res .each_res_title .mobile {
    display: block;
  }
  .maniblog_layout4 .sidebar .each_ads.hide_mobile, .maniblog_layout4 .advertisements .each.hide_mobile {
    display: none;
  }
}
.content_layout5 .item >div {
  box-shadow: 0 1px 17px rgb(0 0 0 / 15%) !important;
  background: #fff;
  margin-bottom: 32px;
  border: 1px solid transparent;
  transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
}
.content_layout5 .item:hover>div {
  border: solid 1px rgba(0,0,0,0.1) !important;
  box-shadow: .1875rem .1875rem .625rem -0.125rem rgba(0,0,0,.09) !important;
}
.content_layout5 .item .blog_image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.content_layout5 .item .blog_image a {
  display: block;
  width: 100%;
  height: 100%;
}
.content_layout5 .item .blog_image img {
  width: 100%;
}
.content_layout5 .item .shape {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.content_layout5 .item .shape svg {
  display: none;
}
.content_layout5 .item:nth-child(odd) .shape svg.odd {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: auto;
  height: 100%;
  position: inherit;
  top: inherit;
  bottom: inherit;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  display: block;
  inset-inline-end: inherit;
}
.content_layout5 .item:nth-child(even) .shape svg.even {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: auto;
  height: 100%;
  position: inherit;
  top: inherit;
  bottom: inherit;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  display: block;
  inset-inline-start: inherit;
}
.content_layout5 .item:nth-child(even) .row {
  flex-direction: row-reverse;
}
.content_layout5 .content_box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content_layout5 .content_top {
  padding: 30px 40px 0px;
}
.content_layout5 .content_top > h3 {
  font-size: 17px;
  margin: 0 0 10px;
  line-height: normal;
}
.content_layout5 .content_top > h3 a {
  color: rgb(22, 28, 45);
}
.content_layout5 .readmore a {
  padding: 0 7px 0 18px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: normal;
}
.content_layout5 .readmore a .bi {
  font-size: 16px;
  position: absolute;
  inset-inline-end: 0;
}
.content_layout5 .content_top .text {
  color: #869ab8 !important;
  line-height: 30px;
  font-size: 14px;
}
.content_layout5 .content_top .content_box {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.content_layout5 .content_footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #869ab8 !important;
  font-size: 13px;
  padding: 20px 40px;
}
.content_layout5 .post-author img {
  width: 40px;
  border-radius: 50%;
  margin-inline-end: 5px;
}
.content_layout5 .content_top h5 {
  font-size: 13px;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  color: #90989e !important;
}
.content_layout5 .content_top h5 a {
  color: #90989e !important;
}
@media (max-width : 992px) {
  .content_layout5 .item .blog_image {
    margin: 0 0 10px;
  }
  .content_layout5 .shape {
    display: none !important;
  }
  .articleBody h2 {
    font-size: 24px;
  }
  .articleBody h3 {
    font-size: 22px;
  }
}
@media (max-width : 600px) {
  .content_layout5 .content_top {
    padding: 20px;
  }
  .content_layout5 .content_footer_box {
    padding: 0px 20px 20px;
  }
}
.maniblog_custom {
  position: relative;
}
.maniblog_custom .title {
  text-align: center;
  color: #fff;
}
.maniblog_custom .title h1 {
  margin: 0;
}
.title h2 {
  margin-top: 0 !important;
}
.maniblog_custom .title .description, .maniblog_custom .title h6 {
  font-size: 19px;
  line-height: 33px;
  width: 70%;
  margin: 15px auto 0;
}
.maniblog_custom .title .description * {
  text-align: center;
}
.maniblog_custom .title .description p:last-child {
  margin: 0;
}
.maniblog_custom .container {
  position: relative;
}
.maniblog_custom .manisoft_blog {
  position: relative;
}
@media (min-width : 992px) {
  .maniblog_custom .manisoft_blog.nosidebar {
    display: flex;
    justify-content: center;
  }
}
.maniblog_custom .topinfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.maniblog_custom .topinfo img.cat {
  width: 45px;
  margin-bottom: 15px;
}
.maniblog_custom .topinfo .description {
  font-size: 15px;
}
.maniblog_custom .topinfo .description p:last-child {
  margin: 0 !important;
}
.maniblog_custom .item-page {
  max-width: 100%;
}
.maniblog_custom .item-page figure img {
  width: 100%;
}
.maniblog_custom .item-page .articleSection {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  clear: both;
  border-top: 1px solid #e3e9ef;
  padding: 20px 0 0;
  display: block !important;
  border-bottom: none !important;
}
.maniblog_custom .item-page .articleSection span.tagtitle {
  font-size: 16px;
  color: #384047;
  margin: 0 0 0 2px;
  display: inline-block;
  width: 70px;
  height: 31px;
  line-height: 31px;
}
.maniblog_custom .item-page .articleSection .tags_part {
  display: flex;
  margin-top: 3px;
}
.maniblog_custom .item-page .articleSection .tags_dropdown .btn {
  width: 100%;
  color: #4A00E0;
  border-radius: 5px;
  font-size: 13px;
  padding: 3px;
  height: 32px;
  border: solid 1px #4A00E0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  justify-content: center;
  padding-inline-start: 33px;
}
.maniblog_custom .item-page .articleSection .tags_dropdown .dropdown-menu {
  padding: 0;
}
.maniblog_custom .item-page .articleSection .tags_dropdown .dropdown-item {
  font-size: 13px;
  border-bottom: solid 1px #eee;
  padding: 7px 5px !important;
  text-align: start;
}
.maniblog_custom .item-page .articleSection .tags_dropdown .dropdown-menu li:last-child .dropdown-item {
  border: none;
}
.maniblog_custom .item-page .articleSection .tags_dropdown .btn .bi {
  width: 30px;
  height: 32px;
  background: #4A00E0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: -1px;
  inset-inline-start: 0;
}
.maniblog_custom .item-page .articleSection .tags_dropdown .dropdown-toggle::after {
  display: none;
}
.maniblog_custom .item-page .contenttags {
  width: auto;
  float: none;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.maniblog_custom .item-page .contenttags .each_tag {
  border: solid 2px #eaedee;
  margin: 2px 0;
  background: #fff;
  display: inline-flex;
  justify-content: end;
  align-items: center;
  height: 29px;
}
.maniblog_custom .item-page .contenttags .each_tag a {
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px 8px;
  line-height: 13px;
  color: #656c72;
}
.maniblog_custom .item-page .contenttags .each_tag:hover {
  color: #3e474f !important;
  background-color: #fff !important;
  border-color: #dde0e1 !important;
}
.maniblog_custom .item-page .contenttags .each_tag.open_tags {
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
  line-height: 13px;
  color: #656c72;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 29px;
  position: relative;
}
.maniblog_custom .item-page .contenttags .each_tag.close_tags {
  display: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
  line-height: 13px;
  color: #656c72;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  gap: 3px;
  width: 29px;
  position: relative;
}
.maniblog_custom .item-page .contenttags .each_tag > .bi {
  padding: 4px 10px 8px;
  top: 3px;
  position: absolute;
}
.maniblog_custom .item-page #contenttagsRow {
  display: none;
}
.maniblog_custom .item-page .blog-nav-links {
  padding: 30px 0;
  margin: 0 !important;
}
.maniblog_custom .item-page .blog-nav-links a {
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  display: block;
}
.maniblog_custom .item-page .blog-nav-links .next a {
  padding-inline-end: 50px;
}
.maniblog_custom .item-page .blog-nav-links .prev a {
  padding-inline-start: 50px;
}
.maniblog_custom .item-page .blog-nav-links .next a:before, .maniblog_custom .item-page .blog-nav-links .prev a::before {
  display: none;
}
.maniblog_custom .item-page .blog-nav-links a .icon {
  display: inline-block;
  width: 53px;
  height: 53px;
  border: 2px solid #d3d9dd;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  font-size: 20px;
  transition: all .4s ease 0s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  inset-inline-end: 0;
}
.maniblog_custom .item-page .blog-nav-links a:hover .icon {
  border-color: #8c9aa6;
}
.maniblog_custom .item-page .blog-nav-links .next div:first-child {
  text-align: end;
  padding-inline-end: 20px;
}
.maniblog_custom .item-page .blog-nav-links .prev div:last-child {
  text-align: start;
  padding-inline-start: 20px;
}
.maniblog_custom .item-page .blog-nav-links a span {
  display: block;
  font-size: 16px;
  color: #384047;
  line-height: 24px;
}
.maniblog_custom .item-page .blog-nav-links a h6 {
  width: 100%;
  font-size: 14px;
  color: #888;
  word-break: break-word;
  line-height: 22px;
}
.maniblog_custom .item-page .blog-nav-links a:hover h6 {
  color: #4b5658;
}
@media (max-width : 1000px) {
  .maniblog_custom .title .description, .maniblog_custom .title h6 , .maniblog_custom {
    width: 100%;
  }
}
@media (max-width : 780px) {
  .maniblog_custom .nav-item.prev {
    margin: 0 0 40px !important;
  }
  .maniblog_custom .item-page .justify-content-between.pt-4 {
    padding: 0 0 10px !important;
  }
  .maniblog_custom .item-page .d-flex.article_info {
    display: flex !important;
  }
  .maniblog_custom .item-page .comments, .maniblog_custom .item-page .hits, .maniblog_custom .item-page .modified_date, .maniblog_custom .item-page .created_date, .item-page .author {
    float: none;
    height: auto;
    margin-bottom: 0;
  }
  .maniblog_custom .item-page .articleSection .row {
    margin: 0 -2px;
  }
  .maniblog_custom .item-page .articleSection .col-4 {
    padding: 0 2px;
  }
}
.mani_categories .col-lg-4 {
  margin-bottom: 30px;
}
.mani_categories .item {
  box-shadow: 0 1px 17px rgb(0 0 0 / 15%) !important;
  height: 100%;
}
.mani_categories .item .blog_image {
  display: block;
  overflow: hidden;
  position: relative;
}
.mani_categories .item .blog_image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.mani_categories .item .blog_image:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.mani_categories .item .post-caption {
  padding: 15px 30px;
}
.mani_categories .item .post-caption h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mani_categories .item .post-caption h3 a {
  color: rgb(37, 37, 37);
  display: block;
  font-size: inherit;
  line-height: 28px;
}
.manisoft_tags_layout6 .col-lg-4 {
  margin-bottom: 30px;
}
.manisoft_tags_layout6 .item {
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  height: 100%;
}
.manisoft_tags_layout6 .item .blog_image {
  overflow: hidden;
  position: relative;
}
.manisoft_tags_layout6 .item .blog_image:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.manisoft_tags_layout6 .item .blog_image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.manisoft_tags_layout6 .item .post-caption {
  padding: 15px 30px 30px;
}
.manisoft_tags_layout6 .item .post-meta {
  color: #9B9B9B;
  font-size: 13px;
}
.manisoft_tags_layout6 .item .post-meta .inner {
  margin-left: -16px;
  margin-right: -16px;
}
.manisoft_tags_layout6 .item .post-meta .inner > div {
  margin: 0 0 5px;
  display: inline-block;
  padding: 0 16px;
}
.manisoft_tags_layout6 .item .post-meta .meta-icon {
  color: rgb(155, 155, 155);
  font-size: 14px;
  margin-inline-start: 6px;
}
.manisoft_tags_layout6 .item .post-caption h3 {
  font-size: 17px;
  margin: 0;
  padding: 0;
  height: 60px;
  overflow: hidden;
}
.manisoft_tags_layout6 .item .post-caption h3 a {
  color: #4b566b;
  display: block;
  font-size: inherit;
  line-height: 28px;
}
.manisoft_tags_layout6 .item .post-caption .text {
  margin: 6px 0 0;
  color: rgb(105, 105, 105);
  height: 43px;
  overflow: hidden;
  line-height: 22px;
}
.manisoft_tags_layout6 .item .post-caption p:last-child {
  margin-bottom: 0;
}
.manisoft_tags_layout6 .item .post-footer {
  margin: 33px 0 0;
}
.manisoft_tags_layout6 .item .post-footer a {
  padding: 10px 23px;
  background-color: #f5f5f5;
  display: inline-block;
  transition: all .25s cubic-bezier(.645,.045,.355,1),color 0s linear;
}
.manisoft_tags_layout6 .item .post-footer a:hover {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0,0,0,.1);
}
.manisoft_tags_layout6 .tags .nav.nav-tabs {
  padding: 0;
  border: none;
  margin: 0;
  justify-content: center;
  position: relative;
}
.manisoft_tags_layout6 .tags .dropdown-toggle::after {
  display: none;
}
.manisoft_tags_layout6 .dropdown {
  position: static;
}
.manisoft_tags_layout6 #contentTags-contents {
  padding: 5px 5px 20px 5px !important;
  margin: 0 !important;
  width: 100% !important;
  border: none !important;
  max-height: 285px;
  overflow: scroll;
  box-shadow: rgba(0,0,0, 0.25) 0px 0 10px;
  top: 115% !important;
  transform: none !important;
}
.manisoft_tags_layout6 #contentTags-contents li {
  float: inline-start;
}
.manisoft_tags_layout6 .tags .nav.nav-tabs > li:last-child > a {
  margin-inline-end: 0 !important;
}
.manisoft_tags_layout6 #contentTags .bi.bi-arrow-down {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.mani_tag-category {
  width: 80%;
  position: relative;
  margin: 0 auto 30px;
}
.mani_tag-category .alltags {
  margin-bottom: 20px;
}
.mani_tag-category h3 {
  padding: 0 !important;
  margin: 0;
  padding: 0 !important;
  margin: 0 0 20px !important;
  border: solid 2px #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.mani_tag-category h3 a {
  position: relative;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  color: rgb(105, 105, 105);
  display: block;
}
.mani_tag-category h3 a::before {
  font-family: bootstrap-icons !important;
  content: "";
  display: inline-block;
  margin: 0 0 0 7px;
  font-size: 22px;
  position: absolute;
  top: 8px;
  inset-inline-start: 10px;
}
.manifaq .main_content .question_tags a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 12px;
  white-space: nowrap;
  font-size: 13px;
  background: #e3e6ef66;
  color: #000;
  border-radius: 5px !important;
  line-height: normal;
  margin-inline-end: 4px;
}
.manifaq .main_content .question_tags a:hover {
  background: #6517f6 !important;
  color: #fff !important;
}
.tags_custom {
  position: relative;
}
.tags_custom .title {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin: 0 0 30px;
}
.tags_custom .container {
  position: relative;
  z-index: 1;
}
.tags_custom .container h1 {
  margin: 0;
  font-size: 40px;
  color: white !important;
}
.tags_custom .container .description {
  font-size: 15px;
}
.tags_custom .container .description .mobile {
  display: none;
}
.tags_custom .container .description p:last-child {
  margin: 0 !important;
}
.tags_custom .container .description .more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-inline-start: 5px;
}
.tags_custom .container .description .more .bi {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border: solid 1px #ddd;
  border-radius: 50%;
  justify-content: center;
}
.tags_custom .container .description .full_more {
  margin: 0;
}
@media (max-width : 1000px) {
  .tags_custom .container .description {
    width: 100%;
  }
  .tags_custom .container .description .mobile {
    display: block;
  }
  .tags_custom .container .description .desktop {
    display: none;
  }
}
.item-page .articleBody ol[style="list-style-type: lower-alpha;"] li:before, .item-page .articleBody ul[style="list-style-type: circle;"] li:before, .maniplans_packages .each-item .description ul[style="list-style-type: circle;"] li:before {
  background: #27c38a;
  color: #ddfff2;
}
.item-page .articleBody ul li:before, .item-page .articleBody ol li:before, .maniplans_packages .each-item .description ul li:before {
  background: #ECEFF1;
  color: #455a64;
}
.item-page .articleBody ol[style="list-style-type: lower-greek;"] li:before, .item-page .articleBody ul[style="list-style-type: square;"] li:before, .maniplans_packages .each-item .description ul[style="list-style-type: lower-greek;"] li:before {
  background: #FFCDD2;
  color: #F44336;
}
.jce-manigroup-download-file-new-line {
  border: 1px solid #8e8e8e;
  padding: 3px 45px 3px 10px;
  border-radius: 50px;
  color: #8e8e8e !important;
  transition: all linear 0.3s;
  display: inline-block;
  position: relative;
  font-size: 13px;
  background: #fff;
}
.jce-manigroup-download-file-new-line::before {
  content: "";
  font-family: bootstrap-icons !important;
  font-size: 22px;
  position: absolute;
  top: 2px;
  color: #757575;
  inset-inline-start: 14px;
}
a.jce-manigroup-download-file-new-line:hover {
  color: #fff !important;
}
.plyr--playing .plyr__controls {
  display: flex;
}
.plyr__control.plyr__control--overlaid {
  font-size: 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: rgb(255 255 255 / 85%) !important;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
}
.plyr__control.plyr__control--overlaid svg {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  inset-inline-end: 0;
}
.plyr__control.plyr__control--overlaid::after, .plyr__control.plyr__control--overlaid::before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
  box-shadow: 0 0 0 0 rgba(255,255,255,.6);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  inset-inline-end: 50%;
}
.plyr__control.plyr__control--overlaid::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
@media (max-width : 780px) {
  .plyr__control.plyr__control--overlaid {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .plyr__control.plyr__control--overlaid svg {
    height: 20px;
    width: 20px;
  }
  .plyr__control.plyr__control--overlaid::after, .plyr__control.plyr__control--overlaid::before {
    width: 50px;
    height: 50px;
  }
}
**************/ #new_widget_button {
  z-index: 999999 !important;
}
.mani_simple_link {
  position: relative;
  display: inline-block;
  height: 32px;
  color: #6610F2;
  font-size: 16px;
  line-height: 32px;
  padding-inline-start: 36px;
}
.mani_simple_link:hover {
  color: #6610F2;
}
.mani_simple_link::before {
  border: 1px solid transparent;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  content: "";
  font-family: bootstrap-icons !important;
  font-size: 21px;
  color: #6610F2;
  top: 0;
  inset-inline-start: 0;
}
.mani_simple_link::after {
  content: "";
  top: 0;
  border: 0 solid transparent;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  inset-inline-start: 0;
}
.mani_simple_link:hover::before {
  border-top-color: #6610F2;
  border-bottom-color: #6610F2;
  border-inline-start-color: #6610F2;
}
.mani_simple_link:hover::after {
  border-top: 1px solid #6610F2;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-radius: 3px;
  border-inline-start-width: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout+.bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-inline-start-color: #777;
}
.bs-callout-primary {
  border-inline-start-color: #428bca;
}
.bs-callout-success {
  border-inline-start-color: #5cb85c;
}
.bs-callout-danger {
  border-inline-start-color: #d9534f;
}
.bs-callout-warning {
  border-inline-start-color: #f0ad4e;
}
.bs-callout-info {
  border-inline-start-color: #5bc0de;
}
.custom-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  display: none;
  pointer-events: none;
  z-index: 9999;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #4CAF50 !important;
  border: none !important;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff !important;
}
.acym_module_form h3 {
  margin-top: 0;
}
.form-container .form-group {
  text-align: start !important;
}
.responseContainer.acym_module_success.message_formAcym20011.slide_open {
  background: green;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}