.breadcrump-menu {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
  }
  @media (max-width: 991.98px) {
    .breadcrump-menu {
      padding: 15px 0;
    }
  }
  .breadcrump-menu ol li a {
    color: #fff;
    font-size: 16px;
  }
  @media (min-width: 1600px) {
    .breadcrump-menu ol li a {
      font-size: 18px;
    }
  }
  @media (max-width: 991.98px) {
    .breadcrump-menu ol li a {
      font-size: 14px;
    }
  }
  .breadcrump-menu ol li a.active {
    font-weight: 600;
    pointer-events: none;
    cursor: none;
  }
  .breadcrump-menu ol li.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-inline-start: 30px;
  }
  @media (max-width: 991.98px) {
    .breadcrump-menu ol li.breadcrumb-item + .breadcrumb-item {
      padding-inline-start: 15px;
    }
  }
  .breadcrump-menu ol li.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
    padding-inline-end: 25px;
    position: relative;
    top: 2px;
  }
  @media (max-width: 991.98px) {
    .breadcrump-menu ol li.breadcrumb-item + .breadcrumb-item::before {
      padding-inline-end: 10px;
    }
  }
  html[dir=rtl] .breadcrump-menu ol li.breadcrumb-item + .breadcrumb-item::before {
    padding-inline-end: 0px;
    padding-inline-start: 25px;
    position: relative;
    top: -1px;
    float: right;
    transform: rotate(-180deg);
  }
  @media (max-width: 991.98px) {
    html[dir=rtl] .breadcrump-menu ol li.breadcrumb-item + .breadcrumb-item::before {
      padding-inline-start: 15px;
    }
  }
  .breadcrump-menu ol li:hover a {
    color: #a31c47;
  }
  .breadcrump-menu ol li:hover a.active {
    color: #fff;
  }

  .card {
    background: #FFFFFF;
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
  }
  .card .card-body {
    padding: 6px 6px 32px;
  }
  @media (max-width: 575.98px) {
    .card .card-body {
      padding: 8px;
    }
  }
  .card .card-body p {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
  }
  @media (min-width: 1201px) and (max-width: 1400px) {
    .card .card-body p {
      font-size: 18px;
    }
  }
  @media (max-width: 575.98px) {
    .card .card-body p {
      font-size: 18px;
    }
  }
  .card .card-body span.icon {
    margin-inline-end: 10px !important;
  }
  .card .card-body span.line {
    color: #D9D9D9;
    margin-top: -4px;
    margin-inline-start: 0 !important;
  }
  .card .card-body span.date {
    margin-inline-end: 15px;
  }
  @media (min-width: 1201px) and (max-width: 1400px) {
    .card .card-body span.date {
      font-size: 14px;
    }
  }
  .card .card-body .btn.btn-primary {
    font-size: 17px;
  }
  @media (max-width: 991.98px) {
    .card .card-body .btn.btn-primary {
      font-size: 16px;
    }
  }
  .card .card-body figure {
    width: 40% !important;
  }
  @media (max-width: 575.98px) {
    .card .card-body figure {
      width: 100% !important;
    }
  }
  .card .card-body figure img {
    width: 100%;
  }
  .card .card-body .card-body-details {
    width: 80%;
  }
  @media (max-width: 575.98px) {
    .card .card-body .card-body-details {
      width: 100%;
    }
  }
  @media (min-width: 1201px) and (max-width: 1400px) {
    .card .card-body .card-body-details h6 {
      font-size: 14px;
    }
  }
  @media (max-width: 991.98px) {
    .card {
      height: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .card.cardType-2 {
      height: 100%;
    }
  }
  .card.cardType-2 .card-body .card-body-details h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px !important;
  }
  @media (min-width: 992px) {
    .card.cardType-3 {
      height: 100%;
    }
  }
  @media (min-width: 992px) {
    .card.cardType-3 .card-body {
      display: flex;
      flex-direction: column;
    }
  }
  @media (max-width: 575.98px) {
    .card.cardType-3 .card-body {
      padding: 8px 8px 15px;
    }
  }
  .card.cardType-3 .card-body .card-body-details {
    padding: 0 15px;
  }
  .card.cardType-3 .card-body figure {
    width: 100% !important;
  }
  .card.cardType-3 .card-body figure img {
    transition: all 300ms;
  }
  .card.cardType-3 .card-body .card-body-details {
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  @media (min-width: 992px) {
    .card.cardType-3 .card-body .card-body-details {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
    }
  }
  .card.cardType-4 .card-body figure {
    width: 35% !important;
  }
  @media (max-width: 575.98px) {
    .card.cardType-4 .card-body figure {
      width: 35% !important;
    }
  }
  .card.cardType-4 .card-body .card-body-details {
    padding: 15px 25px;
  }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .card.cardType-4 .card-body .card-body-details {
      padding: 15px 15px;
    }
  }
  @media (max-width: 991.98px) {
    .card.cardType-4 .card-body .card-body-details {
      padding: 15px 10px;
    }
  }
  @media (max-width: 991.98px) {
    .card.cardType-4 .card-body .card-body-details {
      padding: 12px 5px;
    }
  }
  .card.cardType-4 .card-body .card-body-details span.date {
    margin-right: 5px;
  }
  @media (max-width: 575.98px) {
    .card.cardType-4 .card-body .card-body-details span.date {
      font-size: 14px;
    }
  }
  @media (max-width: 575.98px) {
    .card.cardType-4 .card-body .card-body-details h6 {
      font-size: 14px !important;
      margin-bottom: 10px !important;
    }
  }
  .card.cardType-4 .card-body .card-body-details p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 16px !important;
  }
  @media (max-width: 575.98px) {
    .card.cardType-4 .card-body .card-body-details p {
      font-size: 14px !important;
      margin-top: 10px !important;
    }
  }
  /* html .nav-link .card.cardType-4 .card-body .card-body-details .btn.btn-primary {
    display: none;
  } */
  .card.cardType-7 .download-btn {
    border-radius: 0;
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 300ms;
  }
  .card.cardType-7 .download-btn:hover {
    background: #92193b;
  }
  .card.cardType-7 .play-btn {
    position: absolute;
    z-index: 8;
    inset-inline-start: calc(50% - 25px);
    margin: 0 auto;
    top: calc(50% - 25px);
    background: rgba(146, 25, 59, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
  }
  .card.cardType-7 .play-btn img {
    width: 20px;
  }
  .card.cardType-7 .card-body {
    padding-bottom: 6px;
  }
  .card.cardType-7 .card-body .card-image {
    overflow: hidden;
  }
  .card.cardType-7 .card-body .card-image figure img {
    transition: all 300ms;
  }
  .card.cardType-7 .card-body .card-image video {
    transform: scale(1.5);
  }
  .card.cardType-7:hover .download-btn {
    opacity: 1;
    visibility: visible;
  }
  .card.cardType-7:hover .play-btn {
    background: #a31c47;
  }
  .card.cardType-7:hover .card-body .card-image figure img {
    transform: scale(1.2);
  }

  html .theme-grey .inner-title h1 {
    color: #192352 !important;
  }

  #news-listing .news-left-sec {
    position: relative;
  }
  #news-listing .news-left-sec figure img.previewImage {
    width: 100%;
    object-fit: cover;
  }
  @media (min-width: 576px) {
    #news-listing .news-left-sec .card {
      height: auto !important;
    }
  }
  #news-listing .news-left-sec .card figure {
    margin-bottom: 0 !important;
  }
  #news-listing .news-right-sec .card {
    cursor: pointer;
  }
  #news-listing .news-right-sec .card .card-body h6 {
    flex-wrap: wrap;
  }
  #news-listing .news-right-sec .card.active {
    background: #192352;
  }
  #news-listing .news-right-sec .card.active .card-body h6, #news-listing .news-right-sec .card.active .card-body span, #news-listing .news-right-sec .card.active .card-body p {
    color: #fff !important;
  }
  #news-listing .news-right-sec .card.active .card-body span.icon {
    filter: brightness(0.5) invert(1);
  }
  #news-listing .news-right-sec .card {
    background: transparent;
    box-shadow: none;
  }
  #news-listing .news-right-sec .card .card-body {
    display: flex;
    padding: 0 !important;
  }
  #news-listing .news-right-sec .card .card-body figure {
    margin-bottom: 0 !important;
    width: 100%;
    flex-shrink: 0;
  }
  #news-listing .news-right-sec .card .card-body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset !important;
    object-position: center;
  }
  @media (min-width: 1400px) {
    #news-listing .news-right-sec .card .card-body h6 {
      white-space: nowrap;
      flex-wrap: nowrap;
    }
  }

  #news-detail span.icon {
    margin-inline-end: 0.5rem !important;
  }
  #news-detail .filter-invert {
    filter: brightness(0) invert(1);
  }
  html .theme-grey #news-detail .filter-invert {
    filter: none !important;
  }
  #news-detail .share-social-media li:not(.share-text) {
    background: #92193b;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #news-detail .share-social-media li.share-text {
    display: flex;
    align-items: center;
  }
  html .theme-grey #news-detail .share-social-media li.share-text {
    color: #192352 !important;
  }
  html .theme-grey #news-detail h6 {
    color: #192352 !important;
  }

  @media (max-width: 575.98px) {
    .tab-type-3 .nav-tabs, .tab-type-4 .nav-tabs {
      row-gap: 10px !important;
    }
  }
  .tab-type-3 .nav-tabs .nav-link, .tab-type-4 .nav-tabs .nav-link {
    padding: 0;
    border: 0;
    transition: all 300ms;
  }
  .tab-type-3 .nav-tabs .nav-link.active, .tab-type-4 .nav-tabs .nav-link.active {
    background: #192352;
  }
  .tab-type-3 .nav-tabs .nav-link.active .card-body, .tab-type-4 .nav-tabs .nav-link.active .card-body {
    background: #192352;
  }
  .tab-type-3 .nav-tabs .nav-link.active .card-body-details *:not(a), .tab-type-4 .nav-tabs .nav-link.active .card-body-details *:not(a) {
    color: #fff !important;
  }
  .tab-type-3 .nav-tabs .nav-link.active .card-body-details *:not(a) .icon img, .tab-type-4 .nav-tabs .nav-link.active .card-body-details *:not(a) .icon img {
    filter: invert(1);
  }

  .tab-content .cardType-4 .card-body {
    padding: 0;
  }
  .tab-content .cardType-4 .card-body .card-body-details {
    padding: 30px;
    width: 100%;
  }
  @media (max-width: 991.98px) {
    .tab-content .cardType-4 .card-body .card-body-details {
      padding: 15px;
    }
  }
  .tab-content .cardType-4 .card-body .card-body-details p {
    font-size: 18px;
    font-weight: 500;
  }
  @media (min-width: 1201px) and (max-width: 1400px) {
    .tab-content .cardType-4 .card-body .card-body-details p {
      font-size: 16px;
    }
  }
  @media (max-width: 991.98px) {
    .tab-content .cardType-4 .card-body .card-body-details p {
      font-size: 18px;
    }
  }

  @media (min-width: 992px) {
    #news-listing .tab-content {
      height: 100%;
    }
  }
  #news-listing .tab-content .tab-pane {
    height: 100%;
  }
  #news-listing .tab-content .tab-pane .news-left-sec {
    height: 100%;
  }
  #news-listing .tab-content .tab-pane .news-left-sec figure img {
    height: 100%;
  }
  #news-listing .tab-content .tab-pane .news-left-sec .editor-content {
    max-height: 60px;
  }

  .img-prpety {
    max-height: 580px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }

  #albums .tab-type-3 .tab-content, #albums .tab-type-4 .tab-content {
    flex-grow: 1;
  }

  .pagination-holder .pagination {
    justify-content: center;
  }
  .pagination-holder .page-item .page-link {
    color: #192352;
    margin-inline: 4px;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1.70122px solid #F1F1F1;
    border-radius: 54.439px;
  }
  .pagination-holder .page-item .page-link.active {
    background-color: #bfc0c1;
    border: 0;
  }
  .pagination-holder .page-item .page-link:focus, .pagination-holder .page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #192352;
    border-color: #192352;
    outline: none;
    box-shadow: none;
  }
  .pagination-holder .page-item .page-link:focus span, .pagination-holder .page-item .page-link:hover span {
    filter: invert(1);
  }
  html[dir=rtl] .pagination-holder .page-item .page-link[aria-label=Next] span img, html[dir=rtl] .pagination-holder .page-item .page-link[aria-label=Previous] span img {
    transform: scaleX(-1);
  }

  .tab-type-2 .nav.nav-tabs {
    display: flex;
    justify-content: start;
    row-gap: 10px;
    column-gap: 10px;
    border: 0;
  }
  .tab-type-2 .nav.nav-tabs button {
    border-radius: 0;
    background: #92193b;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    padding: 10px 25px;
    border: 0;
  }
  @media (max-width: 1199.98px) {
    .tab-type-2 .nav.nav-tabs button {
      font-size: 20px;
      padding: 8px 15px;
    }
  }
  @media (max-width: 991.98px) {
    .tab-type-2 .nav.nav-tabs button {
      font-size: 16px;
      padding: 8px 15px;
      display: inline-block;
      scroll-snap-align: center;
    }
  }
  @media (max-width: 575.98px) {
    .tab-type-2 .nav.nav-tabs button {
      font-size: 14px;
    }
  }
  .tab-type-2 .nav.nav-tabs button.active {
    background: #192352;
    color: #fff;
  }
  .tab-type-2 .nav.nav-tabs button:hover {
    background: #192352;
  }
  .tab-type-2 .tab-content {
    padding: 50px 30px;
    color: #fff;
  }
  html .theme-grey .tab-type-2 .tab-content {
    color: #192352;
  }
  @media (max-width: 991.98px) {
    .tab-type-2 .tab-content {
      padding: 15px 10px;
    }
  }
  .tab-type-2 .tab-content .tab-pane .nav.nav-tabs {
    background: rgba(191, 192, 193, 0.4);
  }

  @media (max-width: 1199.98px) {
    .tab-type-3, .tab-type-4 {
      flex-direction: column;
    }
  }
  .tab-type-3 .nav-pills, .tab-type-4 .nav-pills {
    margin-inline-start: -40px;
  }
  @media (min-width: 1600px) {
    .tab-type-3 .nav-pills, .tab-type-4 .nav-pills {
      margin-inline-start: -60px;
    }
  }
  @media (min-width: 1400px) {
    .tab-type-3 .nav-pills, .tab-type-4 .nav-pills {
      min-width: 225px;
      max-width: 230px;
    }
  }
  @media (max-width: 1199.98px) {
    .tab-type-3 .nav-pills, .tab-type-4 .nav-pills {
      flex-direction: row !important;
      margin-inline-start: 0;
      margin-bottom: 15px;
    }
  }
  .tab-type-3 .nav-pills .nav-link, .tab-type-4 .nav-pills .nav-link {
    padding: 15px 25px;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    text-align: start;
    color: #303841;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  @media (max-width: 991.98px) {
    .tab-type-3 .nav-pills .nav-link, .tab-type-4 .nav-pills .nav-link {
      padding: 8px 15px;
      font-size: 16px;
      margin-bottom: 5px;
    }
  }
  .tab-type-3 .nav-pills .nav-link:hover, .tab-type-4 .nav-pills .nav-link:hover {
    background: rgba(146, 25, 59, 0.5);
  }
  .tab-type-3 .nav-pills .nav-link.active, .tab-type-4 .nav-pills .nav-link.active {
    background: #92193b;
    color: #fff;
  }

  .tab-type-4 .nav-pills {
    max-width: 50%;
    margin-inline-start: 0;
  }
  @media (max-width: 767.98px) {
    .tab-type-4 .nav-pills {
      max-width: 100%;
    }
  }
  .tab-type-4 .nav-pills .nav-link {
    width: 50%;
  }
  @media (max-width: 767.98px) {
    .tab-type-4 .nav-pills .nav-link {
      width: auto;
    }
  }
