@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

.vazirmatn-<uniquifier> {
  font-family: "Vazirmatn", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body *:not(i, .fab, .fas, .fa, [class*="icon-"]) {
  font-family: "Vazirmatn" !important;
}

code {
  direction: ltr !important;
  text-align: left !important;
}

.sp-page-title {
  padding: 100px 0;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.8);
}

.sp-page-title .sp-page-title-heading {
  font-size: 40px;
  margin-bottom: 1.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding: 0 1rem;
}

.breadcrumb li:first-child {
  padding-left: 1rem;
}

.sp-megamenu-parent>li.sp-has-child>a:after{
  float: left !important;
  margin-right: 7px;
  margin-left: 0 !important;
}

.sp-megamenu-parent>li.sp-has-child>a:after,
.sp-megamenu-parent>li.sp-has-child>a:before{
  font-weight:900 !important;
}

.sp-menu-right {
  right: 0;
  left: auto;
}
header#sp-header {
    position: absolute;
    background: transparent;
    box-shadow: initial;
    width: 100%;
}
#sp-header.header-sticky{
  background: #010082;
  height:auto !important;
  padding-top:5px;
  padding-bottom:5px;
  .logo{height:auto !important;}
  .logo-image{height:60px;}
}
.sp-megamenu-parent > li > a {
  line-height:initial !important;
}

#sp-footer {
  background-image: url(https://iskaco.ir/images/iska-back-overlay.webp);
  background-blend-mode: screen;
  background-position: center center;
  background-size: 25%;
}

.mwall-item .mwall-cover {
  border-radius: 10px;
}

.mwall-info-box {
  position: relative !important;
  overflow: visible;
  padding-top: 30px !important;
  border-bottom: 1px solid #eee;
  border-radius: 20px;
}

.mwall-info-box .mwall-title,
.mwall-info-box .mwall-desc {
  text-align: justify;
  line-height: 25px;
}

.mwall_info {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  font-size: 12px !important;
  position: absolute;
  top: -15px;
  width: 95%;
  right: 2.5%;
  border-radius: 20px;
  padding: 7px 0 3px 0;
  border-bottom: 1px solid #eee;
}

.mwall_info .mwall-item-category {
  margin: 0 !important;
}

.mwall_info>div {
  padding: 0;
  flex-grow: 1;
  text-align: center;
}