@charset "UTF-8";
.topNavSection {
  height: 30px;
  /*  extra btn class*/
  /*** end topNavSection *********************************************************************/
}
.topNavSection .navbar {
  margin-top: 0;
  padding: 0;
  height: 24px;
}
.topNavSection .navbar ul {
  margin: 0;
  display: flex;
  font-size: 0.75em;
  list-style: none;
  flex: 1 1 333px;
  gap: 2px;
  margin-left: 0px;
  padding: 0;
  flex-direction: row-reverse;
}
.topNavSection .navbar ul li a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #111;
}
.topNavSection .navbar ul li a:hover {
  background-color: #f3a261;
  color: #264653;
}
@media (max-width: 992px) {
  .topNavSection .navbar ul {
    gap: 0px;
    font-size: 0.7em;
  }
  .topNavSection .navbar ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.topNavSection .top_navbar_userblock {
  margin-top: 0;
  padding: 0;
  height: 24px;
}
.topNavSection .top_navbar_userblock ul {
  margin: 0;
  display: flex;
  font-size: 0.75em;
  list-style: none;
  flex: 1 1 50px;
  gap: 2px;
  margin-left: 0px;
  padding: 0;
}
.topNavSection .top_navbar_userblock ul li {
  min-width: 50px;
  text-align: left;
  transition: 0.3s;
  border-radius: 0px;
}
.topNavSection .top_navbar_userblock ul li a {
  padding: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #fdf6ec;
}
.topNavSection .top_navbar_userblock ul li a:hover {
  background-color: #f3a261;
  color: #264653;
}
.topNavSection .top_navbar_userblock ul li a::before {
  content: "|";
  padding-right: 5px;
  padding-left: 5px;
}
.topNavSection .top_navbar_userblock ul li:hover {
  background: #000;
  transition: 0.5s;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 15px;
}
.topNavSection .btn_myDashboard a.extraClass_btn_myDashboard {
  color: #0ff !important;
}
@media (max-width: 768px) {
  .topNavSection {
    padding: 0;
  }
  .topNavSection ul.navbar-nav {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    font-size: 0.75em;
  }
}
@media (max-width: 580px) {
  .topNavSection {
    padding: 0;
  }
  .topNavSection ul.navbar-nav {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    font-size: 0.75em;
  }
}
.topHeadSection {
  background: #fff;
  background-image: url(../../images/bk_header.png);
  border-bottom: #00bfe2 thin solid;
  border-bottom-width: thin;
  border-width: 3px;
  height: 130px;
  /*** start topHeadSection *********************************************************************/
  margin: 0px 0px 0px 0px;
  /*** end topHeadSection *********************************************************************/
}
.topHeadSection .topheadLogo {
  max-width: 265px;
}
.topHeadSection .topheadLogo img {
  max-width: 250px;
  padding: 5px;
}
.topHeadSection .top_head_searchbox {
  display: block;
  float: left;
  width: 100%;
}
.topHeadSection .top_head_searchbox .topSearch_outer {
  display: block;
  float: left;
  width: 75%;
  position: relative;
}
.topHeadSection .top_head_searchbox .topSearch_outer .topSearch input.searchbox {
  border: none;
  background: #fff;
  padding: 5px;
  width: 100%;
  text-align: right;
  border-radius: 5px;
  float: left;
  font-size: 0.85em;
  height: 35px;
  padding: 5px 10px 5px 10px;
  color: black;
  border: #eee thin solid;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-width: 2px;
}
.topHeadSection .top_head_searchbox .topSearch_outer .topSearch input.searchbox:focus-visible {
  border: none;
}
.topHeadSection .top_head_searchbox .topSearch_outer .topSearch .input-group-addon {
  position: absolute;
  left: 5px;
  bottom: 3px;
  border: none;
  background: none;
}
.topHeadSection .top_head_social .topSocialicons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.topHeadSection .top_head_social .topSocialicons ul li {
  transition: 0.3s;
  box-shadow: none;
  float: left;
  margin: 2px;
}
.topHeadSection .top_head_social .topSocialicons ul li:hover {
  box-shadow: #959292 0px 0px 4px 1px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .topHeadSection {
    width: 100%;
    display: block;
    /* position: fixed;*/
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
    margin: 0;
  }
  .topHeadSection .rightCol {
    width: 50%;
  }
  .topHeadSection .midCol {
    display: none;
  }
  .topHeadSection .leftCol {
    width: 150px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    padding: 0;
    margin: 1px;
  }
  .topHeadSection .leftCol .searchbox {
    border: none;
    background: #9d9d9d !important;
    padding: 2px;
    width: 100%;
    text-align: right;
    border-radius: 5px;
    float: left;
    font-size: 0.85em;
    height: 25px !important;
    padding: 5px 10px 5px 10px;
    color: black;
  }
  .topHeadSection .leftCol .topSearch_outer .topSearch .input-group-addon {
    position: absolute;
    left: 0px;
    bottom: 3px;
    border: none;
    background: none;
    top: 1px;
  }
}
.topMenuSection {
  background: url("../../images/nav2.png");
  border-width: 2px;
  height: 38px;
  margin: 0px 0px 0px 0px;
  /*** end topHeadSection *********************************************************************/
}
.topMenuSection .container {
  border-width: 2px;
}
@media (max-width: 768px) {
  .topMenuSection {
    width: 100%;
    display: block;
    /* position: fixed;*/
    top: 0;
    left: 0;
    background: #eee;
    padding: 0;
    margin: 0;
  }
  .topMenuSection .rightCol {
    width: 50%;
  }
  .topMenuSection .midCol {
    display: none;
  }
  .topMenuSection .leftCol {
    width: 150px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    padding: 0;
    margin: 1px;
  }
  .topMenuSection .leftCol .searchbox {
    border: none;
    background: #9d9d9d !important;
    padding: 2px;
    width: 100%;
    text-align: right;
    border-radius: 5px;
    float: left;
    font-size: 0.85em;
    height: 25px !important;
    padding: 5px 10px 5px 10px;
    color: black;
  }
  .topMenuSection .leftCol .topSearch_outer .topSearch .input-group-addon {
    position: absolute;
    left: 0px;
    bottom: 3px;
    border: none;
    background: none;
    top: 1px;
  }
}
.slideshowSection {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 85vh;
  /*background-color: rgba(17, 17, 17, 0.8);*/
  overflow: hidden;
  padding: 0;
}
#hero .carousel {
  position: unset !important;
}
#hero .carousel-item {
  width: 100%;
  max-width: 1500px;
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3;
  float: unset;
  margin: 0 auto;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero h2 span {
  color: #5c9f24;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  opacity: 0;
}
#hero .carousel-inner .active.carousel-item-start {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-inner .active {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next.carousel-item-start {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon {
  background: none;
  font-size: 20px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  background: white;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 20px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  background: white;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5c9f24;
}
#hero .btn-get-started {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}
#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}
@media (max-width: 768px) {
  #hero {
    position: relative;
    height: 30vh !important;
  }
  #hero h2 {
    font-size: 28px;
  }
  #hero .carousel-item {
    height: 30vh !important;
  }
  .firstPageWithSliderMenuOver .mainMenu_OuterBox #header {
    position: inherit;
  }
  .ImageGalleryContainer.tmplSimple1 .imageboxouter {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev {
    width: 5%;
  }
  #hero .carousel-control-next {
    width: 5%;
  }
}
.mpos_greenbox.aboutISI {
  background: rgba(5, 138, 45, 0.57);
  background-image: url(../assets/images/bk_about_fistpage_green.jpg);
  background-size: cover;
  /* background-color: #543; */
  background-blend-mode: multiply;
}
.mpos_greenbox.aboutISI .module_around {
  padding: 25px;
  line-height: 0.8em;
  color: #cfcfcf;
}
.mpos_greenbox.aboutISI .module_around .module_title {
  font-size: 2em;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-weight: bold;
}
.mpos_greenbox.aboutISI .module_around .module_content {
  font-size: 0.9em;
}
.titleclass_Footer {
  height: 30px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  border-width: 5px;
  /*
  background: #b23948;
  border-right-width: thin;
  border-right: #d6d6d6 thin solid;

   */
  font-size: 1.1em;
  color: #fff;
}
footer.main-footer {
  padding-top: 50px;
  background: #264653;
  background-image: url(../../images/footerBk.jpg);
  padding-bottom: 30px;
  border-top: #f3a261 thin solid;
  border-top-width: thin;
  border-width: 2px;
}
footer.main-footer .module_around.withBackGround {
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  box-shadow: #f4e5ac 0px 0px 10px 2px;
}
footer.main-footer .module_content {
  color: #eee;
  padding: 15px;
  display: block;
}
footer.main-footer .module_content > * {
  font-size: 0.85em;
  color: #c7c7bb;
}
footer.main-footer .module_content .navbar ul {
  padding: 0;
  list-style: none;
}
footer.main-footer .module_content a {
  color: #c7c7bb;
  text-decoration: none;
  transition: 0.2s;
  line-height: 25px;
}
footer.main-footer .module_content a:hover {
  padding-right: 10px;
  transition: 0.2s;
}
.footer-nav {
  padding-top: 2px;
  background: #111;
  padding-bottom: 5px;
  border-top: #f3a261 thin solid;
  border-bottom: #2b2b2b thin solid;
  border-top-width: thin;
  border-width: 2px;
}
.footer-nav .module_content {
  color: #eee;
  padding: 2px;
  display: block;
}
.footer-nav .module_content p {
  padding: 0 !important;
  margin: 0 !important;
}
.footer-nav .module_content > * {
  font-size: 0.75em;
  color: #c7c7bb;
}
.footer-nav .webDesiner * {
  color: #212121 !important;
  text-decoration: none;
  text-align: left;
  user-select: none;
  /* برای سازگاری با مرورگرهای مختلف */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.mpos_SectionBoxA .mpos_BoxA_boxs_Outer .module_around {
  border: #f7f4f4 thin solid;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  display: block;
  border-radius: 10px;
  padding: 5px;
  border-width: 3px;
  box-shadow: 0 0px 5px rgba(103, 103, 103, 0.11);
}
.mpos_user4Section {
  background: #f8f8f8;
  /*** end mpos_user4Section *********************************************************************/
}
.captchaouterBox {
  padding: 5px;
  border: #eee thin solid;
  border-radius: 3px;
  background: #efefef;
  max-width: 214px;
}
.captchaouterBox .captcha-image {
  border-radius: 3px;
  margin: 1px;
}
.captchaouterBox input {
  width: 70px;
  border: none;
  text-align: center;
  border: #4e4d4d thin dotted;
  border-radius: 5px;
}
.captchaouterBox .refresh-captcha {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  background: url(../assets/icons/recaptcha.jpg);
  background-size: cover;
  cursor: pointer;
}
.attachments_box {
  background: #fefefe;
  font-size: 15px;
  margin-bottom: 30px;
}
.attachments_box .section-title {
  width: 180px;
  display: block;
  background: #eff3ff;
  font-size: 1.1em;
  border-bottom: 1px black thin;
  padding: 5px;
  border-radius: 2px;
  margin-right: 25px;
  border-bottom: #3800ff thin solid;
  font-size: 0.9em;
  text-align: center;
}
.attachments_box .per_file_des {
  margin: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  padding-right: 5px;
  padding-right: 1px;
  margin-bottom: 10px;
  transition: background 0.5s;
  border-left: #0034ff thin dotted;
  max-width: 90%;
  padding-right: 40px;
  margin-right: 29px;
  margin-bottom: 15px;
  display: flex;
  color: #929191;
  font-size: 0.85em;
  margin-top: 0;
}
.attachments_box a {
  text-decoration: none;
  color: #000;
}
.attachments_box a .per_file {
  margin: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  padding: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  transition: background 0.5s;
  border-right: #0034ff thin dotted;
  max-width: 90%;
  padding-right: 25px;
  margin-right: 30px;
  margin-bottom: 5px;
  display: flex;
}
.attachments_box a .per_file .counter_num {
  background: #4575c0;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 19px;
  border-bottom-left-radius: 0;
  color: #ddd;
}
.attachments_box a .per_file .file_ttl {
  font-size: 0.9em;
  margin-right: 10px;
  margin-left: 10px;
  direction: rtl;
  text-align: right;
  display: block;
}
.attachments_box a .per_file .file_type {
  font-size: 0.9em;
  margin-right: 10px;
  margin-left: 10px;
  direction: rtl;
  text-align: right;
  display: block;
  margin-right: 10px;
}
.attachments_box a .per_file .file_hits {
  font-size: 0.7em;
  font-family: tahoma;
  color: #a2a2a2;
  font-weight: bold;
  display: block;
  margin-right: 10px;
}
.attachments_box a .per_file .file_size {
  font-size: 0.7em;
  font-family: tahoma;
  color: #a2a2a2;
  font-weight: bold;
  display: block;
  margin-right: 10px;
  direction: ltr;
}
.attachments_box a:hover .per_file {
  background: #dcdcdc;
  transition: background 0.5s;
}
.attachments_box a:hover .per_file .file_ttl {
  color: #111;
}
.portfolio-item {
  height: 200px;
  overflow: hidden;
}
.portfolio-wrap {
  height: 100%;
  width: 100%;
}
.portfolio-wrap .img-fluid {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.paginationBox {
  margin-top: 10px;
}
.ajax_pagination_node {
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px white;
  cursor: pointer;
}
.ajax_pagination_node.ajax_pagination_node_active {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.over-cursor {
  cursor: pointer;
}
.nikDeskAdminArea {
  font-family: IRANSans;
  font-size: 15px;
  /*font-family:tahoma;*/
}
.nikDeskAdminArea table.tdRightVal tr td {
  text-align: right;
}
.nikDeskAdminArea table.tdMidVal tr td {
  text-align: center;
}
.nikDeskAdminArea table.tdLeftVal tr td {
  text-align: left;
}
.nikDeskAdminArea .topFilterForm .mmx_topListsFilterForms {
  width: 100%;
  margin-bottom: 10px;
}
.nikDeskAdminArea .topFilterForm .mmx_topListsFilterForms .cnt {
  float: right;
  min-width: 150px;
  margin-left: 25px;
  max-width: 250px;
}
.nikDeskAdminArea .topFilterForm .mmx_topListsFilterForms .cnt lable {
  max-width: 250px;
  display: block;
}
.nikDeskAdminArea .topFilterForm .mmx_topListsFilterForms .cnt input {
  max-width: 250px;
}
.nikDeskAdminArea .topFilterForm .mmx_topListsFilterForms .cnt select {
  max-width: 250px;
}
.mmxJqueryDataTable {
  width: 100%;
  font-family: tahoma;
  border-collapse: collapse;
  border: 1px solid black;
  font-size: 1em;
}
.mmxJqueryDataTable tr {
  border: 1px solid black;
}
.mmxJqueryDataTable tr:nth-child(even) {
  background-color: #f2f2f2;
}
.mmxJqueryDataTable tr:hover {
  background-color: #ddd;
}
.mmxJqueryDataTable tr.th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.mmxJqueryDataTable tr td {
  border: 1px solid #ddd;
  padding: 8px;
}
.saveAjaxBtnmmx input.btn {
  background: #e5e5e5 !important;
  border: #b5b5b5 thin solid;
  color: #282828;
}
.saveAjaxBtnmmx .otr {
  display: inline-block;
  position: relative;
}
.saveAjaxBtnmmx .otr .inr {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../assets/loader.gif);
  background-position: center;
  display: none;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.saveAjaxBtnmmx.loading .inr {
  display: inline-block;
}
.image-focus {
  position: relative;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease;
}
.image-focus {
  --corner-size: 30px;
  /* طول هر خط */
  --corner-thick: 3px;
  /* ضخامت خط */
  --corner-gap: 15px;
  /* فاصله از گوشه (همان 15 پیکسل) */
  --corner-color: #ffd966;
  --corner-color-hover: #ffaa33;
}
.image-focus-smal {
  --corner-size: 15px;
  /* طول هر خط */
  --corner-thick: 2px;
  /* ضخامت خط */
  --corner-gap: 8px;
  /* فاصله از گوشه (همان 15 پیکسل) */
  --corner-color: #ffd966;
  --corner-color-hover: #ffaa33;
}
.image-focus-medium {
  --corner-size: 20px;
  /* طول هر خط */
  --corner-thick: 3px;
  /* ضخامت خط */
  --corner-gap: 8px;
  /* فاصله از گوشه (همان 15 پیکسل) */
  --corner-color: #ffd966;
  --corner-color-hover: #ffaa33;
}
.image-focus img {
  transition: all 0.3s;
}
/* لایه شبه‌عنصر که خطوط را می‌کشد */
.image-focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* موس از آن عبور کند و روی تصویر باشد */
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  /* کشیدن ۴ گوشه با ۸ خط (افقی و عمودی) */
  background: linear-gradient(var(--corner-color), var(--corner-color)) no-repeat var(--corner-gap) var(--corner-gap) / var(--corner-size) var(--corner-thick), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat var(--corner-gap) var(--corner-gap) / var(--corner-thick) var(--corner-size), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat calc(100% - var(--corner-gap)) var(--corner-gap) / var(--corner-size) var(--corner-thick), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat calc(100% - var(--corner-gap)) var(--corner-gap) / var(--corner-thick) var(--corner-size), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat calc(var(--corner-gap)) calc(100% - var(--corner-gap)) / var(--corner-size) var(--corner-thick), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat calc(var(--corner-gap)) calc(100% - var(--corner-gap)) / var(--corner-thick) var(--corner-size), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat calc(100% - var(--corner-gap)) calc(100% - var(--corner-gap)) / var(--corner-size) var(--corner-thick), linear-gradient(var(--corner-color), var(--corner-color)) no-repeat calc(100% - var(--corner-gap)) calc(100% - var(--corner-gap)) / var(--corner-thick) var(--corner-size);
  /* گوشه بالا-چپ: خط افقی */
}
/* در حالت hover خطوط ظاهر شوند */
.image-focus:hover::before {
  opacity: 1;
}
/* تغییر رنگ خطوط هنگام hover (اختیاری) */
.image-focus:hover::before {
  --corner-color: var(--corner-color-hover);
}
/* افکت بزرگ‌نمایی ملایم تصویر */
.image-focus:hover img {
  transform: scale(1.02);
  transition: all 0.3s;
}
.comFormer .LtrControl {
  direction: ltr;
  text-align: left;
}
.comFormer.default {
  margin-top: 20px;
  border: #eee thin solid;
  padding: 10px;
  border-radius: 10px;
}
.comFormer.default .formTitle {
  background: #e8f4ff;
  padding: 10px;
}
.comFormer.default .perControl {
  margin-top: 10px;
}
.comFormer.default .perControl.labelTop fieldset {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.comFormer.default .perControl.required label::before {
  content: "*";
  display: inline-block;
  color: red;
  width: 10px;
  height: 10px;
}
.comFormer.default .formTopText {
  padding: 20px;
  background: #eee6;
  margin-top: 15px;
  border-radius: 10px;
}
.comFormer.default .formDownText {
  padding: 20px;
  background: #eee6;
  margin-top: 15px;
  border-radius: 10px;
}
.comFormer.default .submit {
  text-align: center;
  margin-top: 15px;
}
.mpos_weblinkbanners {
  background-image: url(../../images/bg1.jpg);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 1px;
}
.weblinkMod_SimpleListContainer span.extraLink {
  width: 100px;
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 0.75rem;
  border-bottom: #605d5d thin solid;
  border-top: #605d5d thin solid;
  border-width: 1px;
  border-radius: 5px;
  /*margin: 0 auto;*/
  margin-top: 25px;
  /*background: #335d6f;*/
  overflow: hidden;
}
.weblinkMod_SimpleListContainer span.extraLink a {
  width: 100%;
  height: 100%;
  display: block;
  color: #828080;
  line-height: 15px;
}
.weblinkMod_SimpleListContainer span.extraLink a:hover {
  color: #ccc;
  line-height: 20px;
  padding-right: unset;
}
.module_around.modAround_.modAround_67 {
  display: inherit;
}
.weblinkMod_ziarat_online content {
  width: 100%;
  background-image: url(../../images/bk_tazhib_352.png);
  display: inherit;
  border-radius: 15px;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.73);
  padding-top: 15px;
}
.weblinkMod_ziarat_online content .topText {
  text-align: center;
}
.weblinkMod_ziarat_online content .postLists {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
}
@media (max-width: 1200px) {
  .weblinkMod_ziarat_online content .postLists {
    flex-wrap: wrap;
  }
}
.weblinkMod_ziarat_online content .postLists .perPost {
  margin-bottom: 10px;
  padding: 1px;
  overflow: hidden;
  margin: 0;
}
.weblinkMod_ziarat_online content .postLists .perPost a {
  text-decoration: none;
}
.weblinkMod_ziarat_online content .postLists .perPost a article.smal {
  display: flex;
  flex-direction: column;
  border-top: #FFD401 thin solid;
  border-top-width: 10px;
  border-radius: 5px;
  transition: all 0.4s;
  height: 185px;
  width: 200px;
  border: #fff thin solid;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fbd00063;
  background: rgba(82, 73, 29, 0.78);
  box-shadow: 0px 0px 18px 1px rgba(82, 73, 29, 0.73);
  border: none;
  padding: 0;
}
.weblinkMod_ziarat_online content .postLists .perPost a article.smal span.title {
  font-size: 0.9rem;
  padding: 5px;
  color: #fff;
  transition: all 0.2s;
  font-size: 0.8em;
  text-align: center;
}
.weblinkMod_ziarat_online content .postLists .perPost a article.smal span.img {
  padding: 3px;
  width: 100%;
  height: 140px;
  box-shadow: none;
}
.weblinkMod_ziarat_online content .postLists .perPost a article.smal span.img img {
  height: 100%;
  width: 100%;
}
.weblinkMod_ziarat_online content .postLists .perPost a article.smal:hover {
  background: #fbd00095;
}
.weblinkMod_ziarat_online content .postLists .perPost a article.smal:hover span.title {
  color: #000;
  transition: all 0.4s;
}
.weblinkMod_ziarat_online .extraLink {
  width: 110px;
  background: #2abbac;
  padding: 2px;
  border-radius: 6px;
  font-size: 0.8em;
  transition: all 0.6s;
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 10px;
}
.weblinkMod_ziarat_online .extraLink a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: bold;
  font-size: 0.9em;
}
.weblinkMod_ziarat_online .extraLink:hover a {
  color: #ffd401;
  transition: all 0.6s;
}
.mpos_user5Section {
  background-image: url(../../images/bg-pattern.png);
  padding-top: 30px;
}
news1Section {
  margin-top: 30px;
}
.news1Container {
  padding-bottom: 10px;
}
.news1Container .perSideOuter .perSideInner {
  height: 350px;
  overflow: hidden;
  /*background:#eee;*/
}
.news1Container .perSideOuter.rightSide article.big {
  border: #b3b3b3 thin solid;
  height: 100%;
  position: relative;
}
.news1Container .perSideOuter.rightSide article.big figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news1Container .perSideOuter.rightSide article.big figure img {
  height: 100%;
  width: 100%;
}
.news1Container .perSideOuter.rightSide article.big .postTexts {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.65);
  padding-bottom: 10px;
  transition: all 0.3s;
}
.news1Container .perSideOuter.rightSide article.big .postTexts .rutitr {
  font-size: 0.65em;
  color: #e2dede;
  padding-right: 10px;
}
.news1Container .perSideOuter.rightSide article.big .postTexts .title {
  padding: 3px;
  line-height: 1em;
  margin-top: 6px;
  color: #ffd401;
  text-align: center;
}
.news1Container .perSideOuter.rightSide article.big .postTexts .lead {
  font-size: 0.8em;
  color: #5b5b5b;
  max-height: 40px;
  overflow: hidden;
  padding-right: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.news1Container .perSideOuter.rightSide article.big:hover .postTexts {
  padding-bottom: 30px;
  background: rgba(34, 34, 34, 0.85);
  transition: all 0.3s;
}
.news1Container .perSideOuter.leftSide .perSideInner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.news1Container .perSideOuter.leftSide article.smal {
  background: #eee;
  margin-top: 1px;
  border: #b3b3b3 thin solid;
  border-width: 1px;
  padding: 3px;
  background: none;
  min-height: 110px;
  transition: all 0.3s;
  position: relative;
  background: #fff;
}
.news1Container .perSideOuter.leftSide article.smal a {
  color: #111;
  text-decoration: none;
  color: #111;
  text-decoration: none;
  display: flex;
  justify-content: start;
  height: 100%;
}
.news1Container .perSideOuter.leftSide article.smal a span.img {
  border: #b3b3b3 thin solid;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 25%;
  padding: 1px;
  background: #b6b6b6;
  transition: all 0.5s;
}
.news1Container .perSideOuter.leftSide article.smal a span.img img {
  width: 100%;
  height: 100%;
}
.news1Container .perSideOuter.leftSide article.smal a .postTexts {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  height: 100%;
}
.news1Container .perSideOuter.leftSide article.smal a .postTexts .rutitr {
  font-size: 0.65em;
  color: #adadad;
  padding-right: 10px;
}
.news1Container .perSideOuter.leftSide article.smal a .postTexts .title {
  padding: 3px;
  line-height: 1em;
  margin-top: 6px;
}
.news1Container .perSideOuter.leftSide article.smal a .postTexts .lead {
  font-size: 0.8em;
  color: #5b5b5b;
  max-height: 40px;
  overflow: hidden;
  padding-right: 15px;
  padding-right: 15px;
}
.news1Container .perSideOuter.leftSide article.smal .read-more {
  position: absolute;
  z-index: 10;
  background: #eee;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 4px;
  margin: 2px;
  line-height: 0.8em;
  background: #ffd401;
  transition: all 0.3s;
}
.news1Container .perSideOuter.leftSide article.smal .read-more a {
  font-size: 0.75em;
  color: #264653;
}
.news1Container .perSideOuter.leftSide article.smal:hover {
  background: #eee;
  transition: all 0.3s;
  border-radius: 5px;
}
.news1Container .perSideOuter.leftSide article.smal:hover span.img {
  border: #000 thin solid;
  transition: all 0.5s;
}
.news1Container .perSideOuter.leftSide article.smal:hover .read-more {
  left: 8px;
  transition: all 0.3s;
}
.news1Container .extraLink {
  width: 110px;
  background: #2abbac;
  padding: 2px;
  border-radius: 6px;
  font-size: 0.8em;
  transition: all 0.6s;
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
.news1Container .extraLink a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: bold;
  font-size: 0.9em;
}
.news1Container .extraLink:hover a {
  color: #ffd401;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .news1Container .perSideOuter .perSideInner {
    height: 245px;
  }
  .news1Container .perSideOuter .perSideInner article.smal {
    height: 60px;
    overflow: hidden;
    /*border-top: 1px #605a5a dotted;*/
    margin-bottom: 0px;
  }
  .news1Container .perSideOuter .perSideInner article.smal .title {
    display: inline-block;
    float: right;
    padding: 3px;
    width: 79%;
    font-size: 0.8em;
    text-align: justify;
  }
}
.mod_news_listWithTopImage {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  padding: 3px;
  border: #eee thin solid;
  position: relative;
}
.mod_news_listWithTopImage .titleInModule {
  position: absolute;
  top: 100px;
  background: #000000a8;
  margin-right: 15px;
  padding: 5px;
  min-width: 50%;
  color: #fff;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 0.9rem;
  line-height: 23px;
  transition: all 0.2s;
  padding-right: 1px;
}
.mod_news_listWithTopImage:hover .titleInModule {
  background: #ffd401db;
  color: #000;
  padding-right: 15px;
  transition: all 0.2s;
}
.mod_news_listWithTopImage .topImage {
  width: 100%;
  overflow: hidden;
  height: 120px;
  margin-bottom: 10px;
}
.mod_news_listWithTopImage .postLists {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}
.mod_news_listWithTopImage .postLists .perPost {
  margin-bottom: 10px;
  height: 32px;
  padding: 1px;
  overflow: hidden;
  border-bottom: #cecece thin dotted;
  margin: 0;
}
.mod_news_listWithTopImage .postLists .perPost a {
  text-decoration: none;
}
.mod_news_listWithTopImage .postLists .perPost a span.title {
  font-size: 0.8rem;
  padding: 5px;
  color: #111;
  transition: all 0.2s;
}
.mod_news_listWithTopImage .postLists .perPost a article.smal {
  display: flex;
  border-right: #FFD401 thin solid;
  transition: all 0.3s;
}
.mod_news_listWithTopImage .postLists .perPost a article.smal span.img {
  width: 40px;
  height: 30px;
  padding: 1px;
  border: #c7c2c2 thin solid;
  border-width: 0px;
}
.mod_news_listWithTopImage .postLists .perPost a article.smal span.img img {
  height: 100%;
  width: 100%;
}
.mod_news_listWithTopImage .postLists .perPost a:hover span.title {
  color: #111;
  transition: all 0.2s;
}
.mod_news_listWithTopImage .postLists .perPost a:hover span.title {
  color: #082623;
}
.mod_news_listWithTopImage .postLists .perPost a:hover article.smal {
  padding-right: 5px;
  transition: all 0.3s;
  background: #ffd401;
  border-right: #2ABBAC thin solid;
  border-width: 4px;
  color: #ffd401;
}
@media (max-width: 768px) {
  .modAround_latestnews_mainpage .postLists .perPost .inner {
    height: 270px;
  }
}
.mpos_user2Section {
  background: #fafafa;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: #61cabf thin solid;
  border-width: 6px;
  background: url("../../images/bg1.jpg");
}
.mod_news_listWithLeftImage {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  padding: 3px;
  border: #eee thin solid;
  position: relative;
}
.mod_news_listWithLeftImage .titleInModule {
  position: absolute;
  top: 100px;
  background: #000000a8;
  margin-right: 15px;
  padding: 5px;
  min-width: 50%;
  color: #fff;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 0.9rem;
  line-height: 23px;
  transition: all 0.2s;
  padding-right: 1px;
}
.mod_news_listWithLeftImage:hover .titleInModule {
  background: #ffd401db;
  color: #000;
  padding-right: 15px;
  transition: all 0.2s;
}
.mod_news_listWithLeftImage .leftImage {
  width: 35%;
  overflow: hidden;
  height: 260px;
  margin-bottom: 10px;
}
.mod_news_listWithLeftImage content {
  width: 60%;
}
.mod_news_listWithLeftImage content .topText {
  text-align: center;
  height: 84px;
}
.mod_news_listWithLeftImage content .postLists {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}
.mod_news_listWithLeftImage content .postLists .perPost {
  margin-bottom: 10px;
  height: 36px;
  padding: 1px;
  overflow: hidden;
  border-bottom: #cecece thin dotted;
  margin: 0;
}
.mod_news_listWithLeftImage content .postLists .perPost a {
  text-decoration: none;
}
.mod_news_listWithLeftImage content .postLists .perPost a span.title {
  font-size: 0.9rem;
  padding: 5px;
  color: #111;
  transition: all 0.2s;
}
.mod_news_listWithLeftImage content .postLists .perPost a article.smal {
  display: flex;
  border-right: #FFD401 thin solid;
  transition: all 0.3s;
}
.mod_news_listWithLeftImage content .postLists .perPost a article.smal span.img {
  width: 40px;
  height: 30px;
  padding: 1px;
  border: #c7c2c2 thin solid;
  border-width: 0px;
}
.mod_news_listWithLeftImage content .postLists .perPost a article.smal span.img img {
  height: 100%;
  width: 100%;
}
.mod_news_listWithLeftImage content .postLists .perPost a:hover span.title {
  color: #111;
  transition: all 0.2s;
}
.mod_news_listWithLeftImage content .postLists .perPost a:hover span.title {
  color: #082623;
}
.mod_news_listWithLeftImage content .postLists .perPost a:hover article.smal {
  padding-right: 5px;
  transition: all 0.3s;
  background: #ffd401;
  border-right: #2ABBAC thin solid;
  border-width: 4px;
  color: #ffd401;
}
.mod_news_listWithLeftImage .extraLink {
  width: 110px;
  background: #2abbac;
  padding: 2px;
  border-radius: 6px;
  font-size: 0.8em;
  transition: all 0.6s;
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 10px;
}
.mod_news_listWithLeftImage .extraLink a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: bold;
  font-size: 0.9em;
}
.mod_news_listWithLeftImage .extraLink:hover a {
  color: #ffd401;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .modAround_latestnews_mainpage .postLists .perPost .inner {
    height: 270px;
  }
}
.modAround_latestnews_mainpage .postLists {
  padding-top: 10px;
}
.modAround_latestnews_mainpage .postLists .perPost {
  margin-bottom: 10px;
}
.modAround_latestnews_mainpage .postLists .perPost .outer {
  width: 95%;
  margin: 0 auto;
  border: #eee thin solid;
}
.modAround_latestnews_mainpage .postLists .perPost .inner {
  width: auto;
  margin: 5px;
  display: flex;
  height: 210px;
  background: #fdfdfd;
  position: relative;
}
.modAround_latestnews_mainpage .postLists .perPost .inner h3.title {
  text-align: center;
  font-size: 1em;
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  color: #040000;
  background: rgba(254, 254, 254, 0.88);
}
.modAround_latestnews_mainpage .postLists .perPost .inner figure {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}
.modAround_latestnews_mainpage .postLists .perPost .inner figure figcaption {
  display: none;
}
.modAround_latestnews_mainpage .postLists .perPost .inner figure img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .modAround_latestnews_mainpage .postLists .perPost .inner {
    height: 270px;
  }
}
.mpos_user3Section {
  margin-top: 30px;
}
.mpos_user3Section .module_content_latestnews_CaroselMainPage {
  background: #e6e6e6;
  display: block;
  padding-top: 30px;
  position: relative;
}
.caroselnewsContainer {
  padding-bottom: 10px;
  position: relative;
}
.caroselnewsContainer .extraLink {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 70px;
  background: #ff9e2b;
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  border-radius: 12px;
}
.caroselnewsContainer .extraLink a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
}
.caroselnewsContainer .extraLink:hover {
  transition: all 0.6s;
}
.caroselnewsContainer .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.caroselnewsContainer .owl-nav {
  margin-top: 0px !important;
}
.caroselnewsContainer .owl-nav button {
  width: 30px;
  background: #ff9e2b !important;
}
.caroselnewsContainer .new-card {
  background-color: #fff;
  box-shadow: 0px 0px 10px #a2a2a2;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
  direction: rtl;
  position: relative;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.caroselnewsContainer .new-card a {
  text-decoration: none;
}
.caroselnewsContainer .new-card .img_holder_outer {
  display: block;
  height: 130px;
  overflow: hidden;
}
.caroselnewsContainer .new-card .img_holder_outer img {
  width: 100%;
  max-height: 330px !important;
}
.caroselnewsContainer .new-card .text_area {
  text-align: center;
  height: 115px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.7em;
  justify-content: center;
  padding: 10px;
  font-size: 0.8em;
  color: #010101;
  text-decoration: none;
  margin: 0;
  border-top: #eee thin solid;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.caroselnewsContainer .new-card .text_area .cats {
  position: absolute;
  top: -20px;
  right: 10px;
  background: #ed0000a8;
  border-radius: 5px;
  font-size: 0.7rem;
  color: #fff;
  padding: 1px 5px;
}
.caroselnewsContainer .new-card .text_area h3 {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4rem;
  position: absolute;
  top: 5px;
  height: 70px;
}
.caroselnewsContainer .new-card .text_area .hd {
  position: absolute;
  bottom: 10px;
  color: #bcbcbc;
}
.caroselnewsContainer .new-card .text_area .hd .hits {
  margin: 5px 20px;
}
.caroselnewsContainer .new-card:hover {
  border-radius: 0px 10px 0px 10px;
  box-shadow: 0px 0px 10px black;
}
.caroselnewsContainer .new-card:hover h3 {
  background: white;
}
.khandani_ha {
  margin-top: 10px;
}
.khandani_ha .module_content_latestnews_CaroselMainPage {
  background: #e6e6e6;
  display: block;
  padding-top: 30px;
  position: relative;
}
.khandani_ha .module_title {
  margin-bottom: 24px;
}
.caroselnewsContainerSmal {
  padding-bottom: 10px;
  position: relative;
}
.caroselnewsContainerSmal .extraLink {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 70px;
  background: #ff9e2b;
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  border-radius: 12px;
}
.caroselnewsContainerSmal .extraLink a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
}
.caroselnewsContainerSmal .extraLink:hover {
  transition: all 0.6s;
}
.caroselnewsContainerSmal .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.caroselnewsContainerSmal .owl-nav {
  margin-top: 0px !important;
}
.caroselnewsContainerSmal .owl-nav button {
  width: 30px;
  background: #ff9e2b !important;
}
.caroselnewsContainerSmal .new-card {
  /*background-color: #fff;*/
  /*box-shadow: 0px 0px 10px #a2a2a2;*/
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
  direction: rtl;
  position: relative;
  /*border-radius: 0px 15px 0px 15px;*/
  overflow: hidden;
}
.caroselnewsContainerSmal .new-card a {
  text-decoration: none;
}
.caroselnewsContainerSmal .new-card .img_holder_outer {
  display: block;
  height: 85px;
  overflow: hidden;
  text-align: center;
}
.caroselnewsContainerSmal .new-card .img_holder_outer figure {
  display: inherit !important;
  text-align: center;
}
.caroselnewsContainerSmal .new-card .img_holder_outer figure img {
  width: 80px;
  height: 80px;
  max-height: 330px !important;
  border-radius: 50%;
}
.caroselnewsContainerSmal .new-card img {
  display: inherit !important;
}
.caroselnewsContainerSmal .new-card h3 {
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 22px;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  font-size: 1em;
  color: #010101;
  text-decoration: none;
  margin: 0;
  /*background: beige;*/
  transition: all 0.2s ease-in-out;
  /*border-top:#eee thin solid;*/
}
.caroselnewsContainerSmal .new-card:hover {
  /*border-radius: 0px 10px 0px 10px;*/
  /*box-shadow: 0px 0px 10px black;*/
}
.caroselnewsContainerSmal .new-card:hover h3 {
  background: white;
}
.caroselBooks {
  /* end caroselBooks */
}
.caroselBooks.caroselnewsContainer {
  padding-bottom: 10px;
  position: relative;
  /* end caroselnewsContainer */
}
.caroselBooks.caroselnewsContainer .owl-carousel {
  margin-top: 20px;
}
.caroselBooks.caroselnewsContainer .extraLink {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 70px;
  background: #ff9e2b;
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  border-radius: 12px;
}
.caroselBooks.caroselnewsContainer .extraLink a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
}
.caroselBooks.caroselnewsContainer .extraLink:hover {
  transition: all 0.6s;
}
.caroselBooks.caroselnewsContainer .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.caroselBooks.caroselnewsContainer .owl-nav {
  margin-top: 0px !important;
}
.caroselBooks.caroselnewsContainer .owl-nav button {
  width: 30px;
  background: #ff9e2b !important;
}
.caroselBooks.caroselnewsContainer .new-card {
  background-color: #fff;
  box-shadow: 6px -4px 0px -1px #aeaeae;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
  direction: rtl;
  position: relative;
  border-radius: 0px 5px 5px 0px;
  overflow: hidden;
}
.caroselBooks.caroselnewsContainer .new-card a {
  text-decoration: none;
}
.caroselBooks.caroselnewsContainer .new-card .img_holder_outer {
  display: block;
  height: 175px;
  overflow: hidden;
}
.caroselBooks.caroselnewsContainer .new-card .img_holder_outer img {
  width: 100%;
  max-height: 330px !important;
}
.caroselBooks.caroselnewsContainer .new-card h3 {
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 18px;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  background: beige;
  margin: 0;
  border-top: #5487ff thin solid;
  transition: all 0.2s ease-in-out;
  background: #011a55 !important;
}
.caroselBooks.caroselnewsContainer .new-card:hover {
  border-radius: 0px 10px 0px 10px;
  box-shadow: 0px 0px 10px black;
}
.caroselBooks.caroselnewsContainer .new-card:hover h3 {
  background: white;
}
section.news23Section .rightCol .perSideOuter {
  padding-left: 0;
}
section.news23Section .leftCol .perSideOuter {
  padding-right: 0;
}
.newsListSetA1 {
  background: #333;
}
.newsListSetA1 .module_content .container {
  background: #333;
}
.newsListSetA1 .module_content .perSideOuter .perSideInner {
  /*height:350px;*/
  height: auto;
}
.newsListSetA1 .module_content .perSideOuter .perSideInner a {
  color: #fff;
}
.newsListSetA1 .module_content .perSideOuter article.smal {
  height: 30px;
  margin-top: 1px;
  margin-top: 4px;
  margin: 0px;
  border-radius: 3px;
  border-bottom: #dfdfdf thin solid;
  overflow: hidden;
  padding-bottom: 0px;
  display: block;
  font-size: 0.75rem;
}
.newsListSetA1 .module_content .perSideOuter article.smal span.img {
  width: 50px;
  height: 60px;
  display: inline-block;
  background: #321;
  border: #d8d8d8 thin solid;
  overflow: hidden;
  border-radius: 5px;
  padding: 1px;
  background: #fbfbfb;
}
.newsListSetA1 .module_content .perSideOuter article.smal span.img img {
  width: 100%;
  height: 100%;
}
.newsListSetA1 .module_content .perSideOuter article.smal .title {
  /*
          position: absolute;
          z-index: 2;
          bottom: 0;
          max-height: 75px;
          padding: 10px 10px 10px 10px;
          width: 100%;

          text-align: center;
          background: rgba(34 ,34 ,34 ,0.55);
          color: #fff; */
  display: inline-block;
  padding: 5px;
  width: 100%;
  transition: all 0.3s;
}
.newsListSetA1 .module_content .perSideOuter article.smal:hover .title {
  text-indent: 20px;
  transition: all 0.3s;
}
.newsListSetA1 .extraLink {
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  height: 23px;
  display: block;
}
.newsListSetA1 .extraLink a {
  color: #0089db;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: 400;
  font-size: 0.75rem;
}
.newsListSetA1 .extraLink:hover {
  border-radius: 5px;
  background: #545456;
}
.newsListSetA1 .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.newsListSetA .perSideOuter .perSideInner {
  /*height:350px;*/
  height: auto;
}
.newsListSetA .perSideOuter .perSideInner a {
  color: #111;
}
.newsListSetA .perSideOuter .perSideInner article.smal {
  height: 65px;
  margin-top: 1px;
  margin-top: 4px;
  margin: 5px;
  border-radius: 3px;
  border-bottom: #dfdfdf thin solid;
  overflow: hidden;
  padding-bottom: 4px;
  display: block;
  font-size: 0.8rem;
}
.newsListSetA .perSideOuter .perSideInner article.smal span.img {
  width: 70px;
  height: 55px;
  display: inline-block;
  background: #321;
  border: #d8d8d8 thin solid;
  float: right;
  overflow: hidden;
  border-radius: 5px;
  padding: 1px;
  background: #fbfbfb;
}
.newsListSetA .perSideOuter .perSideInner article.smal span.img img {
  width: 100%;
  height: 100%;
}
.newsListSetA .perSideOuter .perSideInner article.smal .title {
  /*
          position: absolute;
          z-index: 2;
          bottom: 0;
          max-height: 75px;
          padding: 10px 10px 10px 10px;
          width: 100%;

          text-align: center;
          background: rgba(34 ,34 ,34 ,0.55);
          color: #fff; */
  display: inline-block;
  float: right;
  padding: 5px;
  width: 79%;
}
.newsListSetA .extraLink {
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  height: 23px;
  display: block;
}
.newsListSetA .extraLink a {
  color: #0089db;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: 400;
  font-size: 0.75rem;
}
.newsListSetA .extraLink:hover {
  border-radius: 5px;
  background: #545456;
}
.newsListSetA .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.newsListSetB_Noimage.module_around {
  border: #f7f4f4 thin solid;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  display: block;
  border-radius: 10px;
  padding: 5px;
  border-width: 3px;
  box-shadow: 0 0px 5px rgba(103, 103, 103, 0.11);
}
.newsListSetB_Noimage .perSideOuter .perSideInner {
  /*height:350px;*/
  height: auto;
}
.newsListSetB_Noimage .perSideOuter .perSideInner a {
  color: #111;
  text-decoration: none;
}
.newsListSetB_Noimage .perSideOuter .perSideInner article.smal {
  margin-top: 1px;
  margin-top: 4px;
  margin: 2px;
  border-radius: 7px;
  border-bottom: #dfdfdf thin solid;
  overflow: hidden;
  padding-bottom: 4px;
  display: flex;
  font-size: 0.8rem;
}
.newsListSetB_Noimage .perSideOuter .perSideInner article.smal span.img {
  width: 50px;
  height: 60px;
  display: inline-block;
  background: #321;
  border: #d8d8d8 thin solid;
  float: right;
  overflow: hidden;
  border-radius: 5px;
  padding: 1px;
  background: #fbfbfb;
}
.newsListSetB_Noimage .perSideOuter .perSideInner article.smal span.img img {
  width: 100%;
  height: 100%;
}
.newsListSetB_Noimage .perSideOuter .perSideInner article.smal .title {
  position: relative;
  display: inline-block;
  float: right;
  padding: 5px;
  min-width: 75%;
  padding-right: 20px;
  width: 100%;
  transition: all 0.2s;
}
.newsListSetB_Noimage .perSideOuter .perSideInner article.smal .title::before {
  width: 15px;
  height: 15px;
  background: #3E63F1;
  content: "";
  position: absolute;
  top: 7px;
  right: 2px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  z-index: 8;
  padding-right: 7px;
}
.newsListSetB_Noimage .perSideOuter .perSideInner article.smal .title:hover {
  padding-right: 26px;
  transition: all 0.2s;
  background: #eee;
  border-radius: 5px;
}
.newsListSetB_Noimage .extraLink {
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  height: 23px;
  display: block;
}
.newsListSetB_Noimage .extraLink a {
  color: #0089db;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: 400;
  font-size: 0.75rem;
}
.newsListSetB_Noimage .extraLink:hover {
  border-radius: 5px;
  background: #545456;
}
.newsListSetB_Noimage .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.oneBig_2Small.module_around {
  border: #f7f4f4 thin solid;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  display: block;
  border-radius: 10px;
  padding: 5px;
  border-width: 3px;
  box-shadow: 0 0px 5px rgba(103, 103, 103, 0.11);
}
.oneBig_2Small .firstRow {
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 10px;
}
.oneBig_2Small .firstRow .perSideInner a {
  font-size: 0.85rem;
  line-height: 1.3rem;
  color: #222;
  font-weight: normal;
  text-decoration: none;
}
.oneBig_2Small .firstRow .perSideInner a article {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}
.oneBig_2Small .firstRow .perSideInner a article .img {
  width: 245px;
  overflow: hidden;
  height: 90px;
  border-radius: 7px;
  border: #dfdfdf thin solid;
  border-width: 2px;
}
.oneBig_2Small .firstRow .perSideInner a article .img img {
  width: 100%;
  height: 100%;
}
.oneBig_2Small .secondRow {
  padding: 5px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
  display: flex;
}
.oneBig_2Small .secondRow .perSideOuter {
  margin: 5px;
}
.oneBig_2Small .secondRow .perSideInner a {
  font-size: 0.65rem;
  text-decoration: none;
  line-height: 1rem;
  color: #222;
  font-weight: normal;
}
.oneBig_2Small .secondRow .perSideInner a article {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.oneBig_2Small .secondRow .perSideInner a article .img {
  width: 100%;
  overflow: hidden;
  height: 65px;
  border-radius: 7px;
  border: #dfdfdf thin solid;
  border-width: 2px;
}
.oneBig_2Small .secondRow .perSideInner a article .img img {
  width: 100%;
  height: 100%;
}
.oneBig_2Small .secondRow .perSideInner a article .title {
  text-align: center;
  text-align: center;
  height: 54px;
  overflow: hidden;
}
.oneBig_2Small .extraLink {
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
  height: 23px;
  display: block;
}
.oneBig_2Small .extraLink a {
  color: #0089db;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: 400;
  font-size: 0.75rem;
}
.oneBig_2Small .extraLink:hover {
  border-radius: 5px;
  background: #545456;
}
.oneBig_2Small .extraLink:hover a {
  color: #eee;
  transition: all 0.6s;
}
.news1Section {
  height: 360px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section.news23Section .rightCol .perSideOuter {
    padding-left: 10px;
  }
  section.news23Section .leftCol .perSideOuter {
    padding-right: 10px;
  }
  .newsList1Container .perSideOuter .perSideInner {
    /*height:245px;*/
    height: auto;
  }
  .newsList1Container .perSideOuter .perSideInner article.smal {
    height: 60px;
    overflow: hidden;
    /*border-top: 1px #605a5a dotted;*/
    margin-bottom: 0px;
  }
  .newsList1Container .perSideOuter .perSideInner article.smal .title {
    display: inline-block;
    float: right;
    padding: 3px;
    width: 79%;
    font-size: 0.8em;
    text-align: justify;
  }
}
.comContent .content-show-outerBox {
  margin: 20px 0;
}
.comContent .post {
  border-radius: 5px;
  border-top: 2px solid #ebf1ff;
  box-shadow: 0px 0px 10px -1px rgba(48, 48, 48, 0.38);
  padding: 1px;
  margin: 10px 0 5px 0px;
}
.comContent .post p {
  line-height: 1.8em;
  padding-top: 10px;
}
.comContent .post img {
  max-width: 100%;
}
.comContent .post table {
  width: 99%;
}
.comContent .post table table {
  width: 100%;
}
.comContent .post table tr td {
  border: #222 thin solid;
  text-align: center;
}
.comContent .post .title {
  display: flex;
  padding: 5px;
  align-items: center;
  border-bottom: 1px solid #0500a26b;
  text-indent: 10px;
  font-weight: bold;
}
.comContent .post .title h1 {
  font-size: 1.35em;
  color: #004997;
  margin: 0;
  padding: 20px 0 20px 0;
  line-height: 1.8em;
}
.comContent .post .title i {
  font-size: 1em;
  color: #d8d8d8;
  margin-left: -1px;
}
.comContent .post .rutitr {
  font-size: 0.8em;
  min-width: 90%;
  padding-right: 0px;
  padding-top: 0px;
  text-indent: 25px;
  margin: 0px;
  margin-bottom: 0px;
  background: #fcfdff;
  margin-bottom: 0px;
  color: #8f8686;
}
.comContent .post .data-blog {
  font-size: 0.7em;
  padding: 2px 5px;
  background-color: #f3f3f391;
}
.comContent .post .lead {
  font-size: 0.9em;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 20px 0 20px;
}
.comContent .post .lead span {
  display: block;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
  box-shadow: #c7c7c7 0px 1px 7px;
}
.comContent .post .content-main-image {
  margin: 20px;
  border: #eee thin solid;
  padding: 3px;
  border-radius: 2px;
  background: #e5e5e5;
}
.comContent .post .content-main-image.leftSide {
  float: left;
  max-width: 35%;
}
.comContent .post .content-main-image.rightSide {
  float: right;
  max-width: 35%;
}
.comContent .post .content-main-image img {
  max-width: 100% !important;
}
.comContent .post .text-blog {
  text-align: justify;
  padding: 1em;
  font-size: 1em;
  line-height: 1.5em;
}
.comContent .post .text-blog h4 {
  font-size: 1px;
  margin-bottom: 10px;
}
.comContent .post .text-blog h3 {
  font-size: 1.2px;
  margin-bottom: 10px;
}
.comContent .post .text-blog h2 {
  font-size: 1.5px;
  margin-bottom: 10px;
}
.comContent .post .text-blog h1 {
  font-size: 1.7px;
  margin-bottom: 10px;
}
.comContent .post .text-blog ul li {
  line-height: 1.7em;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .comContent .post .content-main-image {
    max-width: unset !important;
    width: 100%;
    margin: 0px;
    margin-top: 0px;
    margin-top: 5px;
    background: #f9f9f9;
  }
}
.comContent .share-blog {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #000;
  padding: 5px;
  box-shadow: 1px 5px 16px #34452b;
  border-bottom: 5px solid #ca2403;
  color: #fff;
  font-size: 0.8em;
}
.comContent .share-blog a {
  color: #fff;
  font-size: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 3px;
}
.bloglist-filter-category-link {
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
  background: #eee;
  margin: 3px;
  border-radius: 5px;
  font-size: 1.15em;
  text-align: center;
}
.bloglist-filter-category-link a {
  color: #a9a9a9;
  display: block;
  width: 100%;
  min-height: 20px;
}
.bloglist-filter-category-link.active {
  border: #b5b5b5 thin solid;
}
.bloglist-filter-category-link.active a {
  color: #34542b;
  font-weight: bold;
}
/** category  **/
.blog-page {
  margin: 20px 0;
}
.blog-page .sidebar-sticky {
  position: sticky;
  top: 10px;
}
.blog-list .blog-card {
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.blog-list .blog-card:hover {
  box-shadow: 0px 9px 20px #00000059;
  transform: scale(1.01);
}
.blog-list .blog-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 128px !important;
}
.blog-list .blog-card h4 {
  font-size: 15px;
  padding: 10px;
  text-align: center;
  color: #000;
  height: 65px;
  line-height: 25px;
  overflow: hidden;
}
.blog-list .blog-card .blog-link {
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid;
}
.category-sidebar {
  border-radius: 10px;
  border-top: 3px solid #314d6c;
  box-shadow: 0px 0px 2px 0px rgba(48, 48, 48, 0.38);
  margin: 20px 0;
}
.category-sidebar .category-sidebar-head {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  color: #444;
}
.category-sidebar .category-sidebar-head label {
  margin: 0;
}
.category-sidebar .category-sidebar-body {
  font-size: 13px;
}
.category-sidebar .category-sidebar-body .all-category {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.category-sidebar .category-sidebar-body .all-category a {
  display: block;
  text-align: center;
  padding: 7px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}
.category-sidebar .category-sidebar-body .all-category a:hover {
  background-color: #2d4a69;
  color: #fff;
}
.category-sidebar .category-sidebar-body .item-category .withoutsub {
  background-color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.category-sidebar .category-sidebar-body .item-category .withoutsub a {
  color: #5d5d5d;
  font-size: 14px;
  display: block;
  width: 100%;
}
.category-sidebar .category-sidebar-body .item-category .withoutsub i {
  margin-left: 5px;
}
.category-sidebar .category-sidebar-body .item-category .withoutsub svg {
  margin-left: 5px;
}
.category-sidebar .category-sidebar-body .item-category .withoutsub:hover {
  background-color: #f6f6f6;
}
.category-sidebar .category-sidebar-body .item-category .withsub {
  background-color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.category-sidebar .category-sidebar-body .item-category .withsub i {
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
}
.category-sidebar .category-sidebar-body .item-category .withsub svg {
  margin-left: 5px;
  font-size: 14px;
  color: #5d5d5d;
}
.category-sidebar .category-sidebar-body .item-category .withsub a {
  color: #5d5d5d;
  font-size: 14px;
  display: block;
  width: 100%;
}
.category-sidebar .category-sidebar-body .item-category .withsub .subicon {
  display: flex;
  align-items: center;
}
.category-sidebar .category-sidebar-body .item-category .withsub .subicon .category-plus {
  font-size: 20px;
  cursor: pointer !important;
}
.category-sidebar .category-sidebar-body .item-category .withsub .subicon .category-minus {
  display: none;
  font-size: 20px;
  cursor: pointer !important;
}
.category-sidebar .category-sidebar-body .item-category .withsub .subicon [aria-expanded=true] .category-plus {
  display: none;
}
.category-sidebar .category-sidebar-body .item-category .withsub .subicon [aria-expanded=true] .category-minus {
  display: flex;
}
.category-sidebar .category-sidebar-body .item-category .withsub [aria-expanded=false] .category-minus {
  display: none;
}
.category-sidebar .category-sidebar-body .item-category .parentColor {
  background-color: #314d6c !important;
}
.category-sidebar .category-sidebar-body .item-category .parentColor .subicon .category-plus {
  display: none;
}
.category-sidebar .category-sidebar-body .item-category .parentColor .subicon .category-minus {
  display: flex;
}
.category-sidebar .category-sidebar-body .item-category .parentColor a {
  color: #fff !important;
}
.category-sidebar .category-sidebar-body .item-category .parentColor i {
  color: #fff !important;
}
.category-sidebar .category-sidebar-body .item-category .parentColor svg {
  color: #fff !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .withoutsub {
  padding-right: 30px !important;
  background-color: #f0f4f9 !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .withoutsub:hover {
  background-color: #e1e8f1 !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .withsub {
  padding-right: 30px !important;
  background-color: #f0f4f9 !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .withsub:hover {
  background-color: #e1e8f1 !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .open-sub div:nth-child(2) .withoutsub {
  padding-right: 45px !important;
  background-color: #d5dfea !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .open-sub div:nth-child(2) .withoutsub:hover {
  background-color: #e1e8f1 !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .open-sub div:nth-child(2) .withsub {
  padding-right: 45px !important;
  background-color: #d5dfea !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub div:nth-child(2) .open-sub div:nth-child(2) .withsub:hover {
  background-color: #e1e8f1 !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub .show .open-sub .parentColor {
  background-color: #5e8cbf !important;
}
.category-sidebar .category-sidebar-body .item-category .open-sub .show .open-sub .parentColor:hover {
  background-color: #5e8cbf !important;
}
@media (max-width: 768px) {
  .blog-page .content-blog .share-blog {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.bloglist-container .img_holder_outer {
  height: 200px;
  overflow: hidden;
}
.bloglist-container .new-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px #cacaca;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  direction: rtl;
  position: relative;
}
.bloglist-container .new-card:hover {
  box-shadow: 0 5px 20px #989898c2;
}
.bloglist-container .new-card a {
  text-decoration: none;
}
.bloglist-container .new-card a img {
  max-height: 330px !important;
  width: 100%;
}
.bloglist-container .new-card a h3 {
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 22px;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  color: #010101;
}
.bloglist-container .new-card a .category {
  font-size: 12px;
  color: #5d5d5d;
  /* display: flex; */
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #eee;
  border-right: none;
  border-left: none;
  text-align: center;
}
.bloglist-container .new-card a .category span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 5px;
  color: #fff;
}
.bloglist-container .new-card a .new-card a .info {
  font-size: 12px;
  color: #5d5d5d;
  display: flex;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #eee;
  border-right: none;
  border-left: none;
}
.custom_about.module_around {
  background: #69756d;
  display: inline-block;
}
.custom_about.module_around .module_content {
  padding: 20px;
  display: inline-block;
  font-size: 0.9rem;
  color: #efefef;
  line-height: 1.5rem;
}
.mod_mainpagelistAndClip {
  background-color: #212121;
  background-image: url(../assets/Mods/mod_staticpages/bk_1.jpg);
  background-size: cover;
  min-height: 550px;
  background-position: center;
  margin-bottom: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  /* ul */
  /* clip outer*/
}
.mod_mainpagelistAndClip div.inner_title {
  font-size: 20px;
  color: #eee;
  padding: 10px;
  margin-top: 25px;
}
.mod_mainpagelistAndClip div.inner_title span {
  display: block;
  height: 4px;
  width: 150px;
  background-color: rgba(255, 226, 136, 0.4);
  margin-top: 15px;
}
.mod_mainpagelistAndClip ul {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  margin-top: 20px;
  list-style: none !important;
}
.mod_mainpagelistAndClip ul li {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 10px;
  display: list-item;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.mod_mainpagelistAndClip ul li div.icon {
  vertical-align: top;
}
.mod_mainpagelistAndClip ul li div.icon i {
  color: #212049;
  background-color: #ffe288;
  border-radius: 0px;
  font-size: 1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: block;
  text-align: center;
  box-sizing: content-box;
  transition: all 0.1s ease-in-out;
}
.mod_mainpagelistAndClip ul li div.title {
  padding-right: 15px;
}
.mod_mainpagelistAndClip ul li div {
  color: inherit;
  display: table-cell;
  vertical-align: middle;
  text-decoration: inherit;
}
.mod_mainpagelistAndClip ul li:hover {
  padding-right: 15px;
}
.mod_mainpagelistAndClip ul li:hover .icon i {
  color: #ffe288 !important;
  background-color: #212049 !important;
  transform: none;
}
.mod_mainpagelistAndClip .clipOuter {
  width: 95%;
  margin-top: 50px;
  margin: 0 auto;
  margin-top: 50px !important;
  position: relative;
}
.mod_mainpagelistAndClip .clipOuter a {
  width: 100%;
  display: block;
  position: relative;
}
.mod_mainpagelistAndClip .clipOuter a img {
  width: 100%;
}
.mod_mainpagelistAndClip .clipOuter .cz_vp_inner {
  color: #ffffff;
  background-color: rgba(33, 32, 73, 0.9);
  border-radius: 0px;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  transform: none;
  position: absolute;
}
.mod_mainpagelistAndClip .clipOuter .cz_vp_inner span {
  color: #212049;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-size: 24px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 22px;
  color: #000;
  text-align: center;
  background: #fff;
  box-sizing: content-box;
  transform: scale(1.02, 1.02);
  transition: all 0.2s ease-in-out;
}
.mod_mainpagelistAndClip .clipOuter .cz_vp_inner span fa-play {
  transform: translateX(10%);
}
.mod_mainpagelistAndClip .clipOuter .cz_vp_inner h4 {
  padding: 0 20px 0 40px;
  padding: 0 40px 0 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.mod_mainpagelistAndClip .clipOuter:hover a span {
  color: #212049;
  background-color: #ffe288;
  transform: scale(1.1, 1.1);
}
.mod_mainpagelistAndClip .clipOuter::before {
  content: "";
  position: absolute;
  background-image: url(../assets/Mods/mod_staticpages/dot.png);
  top: 50px;
  left: -40px;
  /*filter: invert();*/
  display: table-header-group;
  /* background: #e43; */
  width: 100%;
  height: 100%;
}
.module_title.titleclass_A {
  text-align: center;
  font-size: 1em;
  margin: 2px 0px 5px 0;
  background: url("../../images/titleClassA_BK.gif");
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  color: #676767;
  border-right: #c12c0e 5px solid;
}
.module_title.titleclass_A .innerBox {
  position: relative;
  height: 30px;
}
.module_title.titleclass_A .innerBox .text {
  background: rgba(105, 105, 2, 0.22);
  padding: 0px;
  margin: 0px;
  margin-right: 0px;
  min-width: 110px;
  display: inline-block;
  color: #222;
  margin-right: 5px;
  position: absolute;
  right: 0px;
  z-index: 5;
  padding: 2px;
  padding-left: 2px;
  padding-left: 15px;
  height: 24px;
  margin: 3px;
}
.module_title.titleclass_A .innerBox .AfterContent {
  width: 50%;
  display: inline-block;
  height: 4px;
  background-color: rgba(255, 226, 136, 0.6);
  position: absolute;
  top: 0;
  display: none;
}
.module_title.titleclass_B {
  text-align: right;
  font-size: 1em;
  margin: 2px 3px 20px 0;
  color: #fff;
}
.module_title.titleclass_B .innerBox {
  position: relative;
  height: 30px;
}
.module_title.titleclass_B .innerBox .text {
  padding: 0px;
  margin: 0px;
  margin-right: 0px;
  min-width: 110px;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  right: 0px;
  z-index: 5;
  padding: 2px;
  padding-left: 2px;
  padding-left: 15px;
  margin: 3px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.module_title.titleclass_B .innerBox .AfterContent {
  width: 50%;
  display: inline-block;
  height: 4px;
  background-color: rgba(255, 226, 136, 0.6);
  position: absolute;
  top: 0;
  display: none;
}
.module_title.titleclass_M {
  border-bottom: #f9f9f9 thin solid;
  border-bottom-width: thin;
  border-width: 3px;
  height: 35px;
  line-height: 30px;
  padding-right: 15px;
  color: #0465bb;
  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;
}
.module_title.titleclass_M .innerBox .text {
  transition: 0.2s;
}
.module_title.titleclass_M .innerBox .AfterContent {
  /*
                        width: 60%;
                        display: inline-block;
                        height: 4px;
                        background-color: rgba(255,226,136,0.6);
                        */
}
.module_title.titleclass_M:hover .innerBox .text {
  padding-right: 25px;
  transition: 0.2s;
}
.module_title.titleclass_C {
  text-align: center;
  height: 20px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 5px;
}
.module_title.titleclass_C .innerBox {
  max-width: 300px;
  margin: 0px auto;
  height: 30px;
  line-height: 30px;
  width: 190px;
  border-radius: 1px;
  background: #ffffffb0;
  z-index: 100;
  color: #1b3c6d;
  position: relative;
  box-shadow: #909090 0px 0px 2px 0px;
  padding-top: 0px;
  font-size: 0.9em;
  margin-right: 10px;
  /*
                    .AfterContent
                    {
                        width: 60%;
                        display: inline-block;
                        height: 4px;
                        background-color: rgba(255,226,136,0.6);                  
                    }
                    */
}
@media (max-width: 768px) {
  .module_title.titleclass_M .innerBox {
    font-size: 0.75em;
  }
}
.mpos_numberincrimental {
  background: #f8f8f8;
  padding: 10px 0px 10px 0px !important;
}
.mmxflexForNumbers {
  padding: 5px;
  display: flex;
  flex-direction: row;
  font-size: 1em;
  justify-content: space-around;
  align-items: center;
}
.mmxflexForNumbers .coll {
  text-align: center;
  max-width: 200px;
  width: 160px;
}
.mmxflexForNumbers .coll .counter {
  color: #f4887d;
  font-size: 2em;
}
.mmxflexForNumbers .coll .inner {
  width: 80%;
  display: block;
  margin: 0 auto;
  background: #3f3d97;
  padding: 10px;
  border-radius: 50%;
  height: 130px;
  border: #8aaad5 thin solid;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-width: 3px;
}
.mmxflexForNumbers .coll h3 {
  color: #fff;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .mmxflexForNumbers {
    align-items: stretch;
  }
  .mmxflexForNumbers .coll {
    min-width: unset;
  }
  .mmxflexForNumbers .coll .counter {
    color: #f4887d;
    font-size: 1.3em;
  }
  .mmxflexForNumbers .coll .inner {
    width: 90%;
    margin: 0 auto;
    padding: 2px;
    border-radius: 5px;
  }
  .mmxflexForNumbers .coll h3 {
    color: #fff;
    font-size: 1em;
  }
}
.mod_gozareshcomputer_List1Container {
  /* background:#eee;*/
}
.mod_gozareshcomputer_List1Container .bigOneOuuter {
  background: #eee;
}
.mod_gozareshcomputer_List1Container .bigOneOuuter img {
  max-height: 300px;
  max-width: 235px;
}
.mod_gozareshcomputer_List1Container .bigOneOuuter .title {
  color: #222;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: block;
}
.mod_gozareshcomputer_List1Container .smalListOuuter {
  padding-right: 0;
}
.mod_gozareshcomputer_List1Container .smalListOuuter .innerAll {
  background: #eee;
}
.mod_gozareshcomputer_List1Container .smalListOuuter .perRow {
  width: 100%;
  display: inline-block;
  height: 83px;
}
.mod_gozareshcomputer_List1Container .smalListOuuter .img {
  width: 20%;
  display: block;
  float: right;
}
.mod_gozareshcomputer_List1Container .smalListOuuter .img img {
  height: 80px;
}
.mod_gozareshcomputer_List1Container .smalListOuuter .title {
  display: block;
  float: right;
  color: #222;
  padding: 5px;
  width: 78%;
}
@media (max-width: 768px) {
  .mod_gozareshcomputer_List1Container .row {
    background: #eee;
  }
  .mod_gozareshcomputer_List1Container .smalListOuuter {
    padding-right: 0;
  }
  .mod_gozareshcomputer_List1Container .smalListOuuter .perRow {
    height: auto;
  }
  .mod_gozareshcomputer_List1Container .smalListOuuter article.smal {
    height: 60px;
    overflow: hidden;
    margin-bottom: 0px;
    /*border-top: 1px #605a5a dotted;*/
  }
  .mod_gozareshcomputer_List1Container .smalListOuuter article.smal .title {
    display: inline-block;
    float: right;
    padding: 3px;
    width: 79%;
    font-size: 0.8em;
    text-align: justify;
  }
  .mod_gozareshcomputer_List1Container .bigOneOuuter {
    text-align: center;
  }
  .mod_gozareshcomputer_List1Container .bigOneOuuter article.smal {
    /*height: 60px;*/
    /*overflow:hidden;*/
    /*border-top: 1px #605a5a dotted;*/
    margin-bottom: 15px;
  }
  .mod_gozareshcomputer_List1Container .bigOneOuuter article.smal .title {
    display: inline-block;
    float: unset;
    padding: 3px;
    width: 99%;
    font-size: 0.9em;
    text-align: center;
  }
}
.top_main_menu .blueBotton a.extraClass_blueBotton {
  background: #94ebff;
}
.userMenuBlock.module_around {
  background: #e7f4ff;
  display: block;
  padding: 5px;
  border-radius: 5px;
}
.userMenuBlock .module_title {
  background: #c9fcff;
  text-align: center;
  font-size: 0.8em;
  border-bottom: #000 thin dotted;
  border-bottom-width: thin;
  border-width: 1px;
  color: #400bb6;
}
.userMenuBlock .module_content .usermenuModNav ul {
  list-style: none;
  margin-right: 0;
  padding-right: 4px;
  font-size: 0.9em;
  line-height: 1.8em;
}
.userMenuBlock .module_content .usermenuModNav ul li {
  border-bottom: #a2a2a2 thin dotted;
  border-bottom-width: thin;
  border-width: 1px;
  color: #616060;
}
.titleClassWithArm_A {
  background: url("../../images/module_title_bk_f.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position: right;
  background-repeat: no-repeat;
  text-indent: 40px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
.mod_contactmodir {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  padding: 3px;
  border: #eee thin solid;
  position: relative;
  width: 250px;
  height: 300px;
  position: relative;
}
.mod_contactmodir .titleInModule {
  position: absolute;
  top: 100px;
  background: #000000a8;
  margin-right: 15px;
  padding: 5px;
  min-width: 50%;
  color: #fff;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 0.9rem;
  line-height: 23px;
  transition: all 0.2s;
  padding-right: 1px;
}
.mod_contactmodir:hover .titleInModule {
  background: #ffd401db;
  color: #000;
  padding-right: 15px;
  transition: all 0.2s;
}
.mod_contactmodir .leftImage {
  width: 100%;
  overflow: hidden;
  height: 260px;
  margin-bottom: 10px;
  height: 100%;
}
.mod_contactmodir .leftImage figure {
  width: 100%;
  height: 100%;
}
.mod_contactmodir .leftImage figure img {
  width: 100%;
  height: 100%;
}
.mod_contactmodir content {
  position: absolute;
  width: 100%;
  bottom: -10px;
}
.mod_contactmodir content .topText {
  text-align: center;
  height: 84px;
}
.mod_contactmodir content .linkContainer {
  width: 100%;
}
.mod_contactmodir .extraLink {
  width: 75%;
  background: #2abbac;
  padding: 2px;
  border-radius: 6px;
  font-size: 0.8em;
  transition: all 0.6s;
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 10px;
}
.mod_contactmodir .extraLink a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
  font-weight: bold;
  font-size: 0.9em;
}
.mod_contactmodir .extraLink:hover a {
  color: #ffd401;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .modAround_latestnews_mainpage .postLists .perPost .inner {
    height: 270px;
  }
}
.logolink_outerBox.tmplHorList {
  /* ===== کانتینر اصلی ===== */
  /* ===== هر باکس (حالت لینک) ===== */
  /* ===== جلوه قبل از هاور ===== */
  /* ===== هاور ===== */
  /* ===== محتوای داخل باکس (بالای لایه رنگ) ===== */
  /* ===== آیکون تصویری ===== */
  /* ===== عنوان اصلی ===== */
  /* ===== زیرنویس ===== */
  /* ===== پاسخگو ===== */
}
.logolink_outerBox.tmplHorList .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 40px;
}
.logolink_outerBox.tmplHorList .section-title span {
  color: #e74c3c;
}
.logolink_outerBox.tmplHorList .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
}
.logolink_outerBox.tmplHorList .flex-item {
  flex: 1;
  min-width: 31%;
  background: #ffffff;
  border-radius: 5px;
  padding: 3px 3px 3px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #3f3e3e14;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.logolink_outerBox.tmplHorList .flex-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 14px;
  z-index: 0;
}
.logolink_outerBox.tmplHorList .flex-item:hover {
  /*transform: translateY(-10px);*/
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.25);
  border-color: #667eea;
}
.logolink_outerBox.tmplHorList .flex-item:hover::before {
  opacity: 1;
}
.logolink_outerBox.tmplHorList .flex-item:hover .icon-img {
  opacity: 1;
}
.logolink_outerBox.tmplHorList .flex-item > * {
  position: relative;
  z-index: 1;
}
.logolink_outerBox.tmplHorList .flex-item .icon-img {
  width: 100%;
  /* height: 60px;

                  */
  object-fit: contain;
  display: inline-block;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}
.logolink_outerBox.tmplHorList .flex-item .title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  transition: color 0.4s ease;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 75%;
  right: 5px;
  height: 25px;
  width: 95%;
  background: #070707;
  text-align: right;
  padding-right: 22px;
  background: url("../../images/aaaa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.logolink_outerBox.tmplHorList .flex-item br {
  display: none;
}
.logolink_outerBox.tmplHorList .flex-item .subtitle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .logolink_outerBox.tmplHorList .flex-container {
    gap: 15px;
    padding: 15px;
  }
  .logolink_outerBox.tmplHorList .flex-item {
    padding: 20px 12px 18px;
  }
  .logolink_outerBox.tmplHorList .flex-item .icon-img {
    width: 48px;
    height: 48px;
  }
  .logolink_outerBox.tmplHorList .flex-item .title {
    font-size: 16px;
  }
  .logolink_outerBox.tmplHorList .flex-item .subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .logolink_outerBox.tmplHorList .flex-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .logolink_outerBox.tmplHorList .flex-item {
    flex: 0 0 calc(50% - 20px);
    max-width: 220px;
    padding: 25px 15px 22px;
  }
}
@media screen and (max-width: 500px) {
  .logolink_outerBox.tmplHorList .flex-item {
    flex: 0 0 100%;
    max-width: 300px;
  }
  .logolink_outerBox.tmplHorList .flex-item .icon-img {
    width: 55px;
    height: 55px;
  }
  .logolink_outerBox.tmplHorList .section-title {
    font-size: 22px;
  }
}
.mainpagebannerlinks.module_around {
  padding: 0;
}
@media (max-width: 579px) {
  .mainpagebannerlinks.module_around {
    padding: 0 15px;
  }
}
.mainpagebannerlinks .banners_downPP {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-top: 10px;
}
.mainpagebannerlinks .banners_downPP .bbs {
  flex: 1 1 110px;
  height: 290px;
  margin-left: 0px;
  box-shadow: #555 0px 0px 9px;
  border-radius: 4px;
  transition: box-shadow 0.3s, background-color 0.3s;
  /*
            &:hover {
              transition: background 0.3s;
            }


            */
}
.mainpagebannerlinks .banners_downPP .bbs:hover {
  box-shadow: #000 0px 0px 9px;
  transition: box-shadow 0.3s, background-color 0.3s;
}
.mainpagebannerlinks .banners_downPP .bbs:hover a .icon {
  margin-top: 10px;
  transition: margin-top 0.3s;
}
.mainpagebannerlinks .banners_downPP .bbs a {
  background: unset;
  color: unset;
  text-decoration: none;
}
.mainpagebannerlinks .banners_downPP .bbs a .icon {
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  transition: margin-top 0.3s;
}
.mainpagebannerlinks .banners_downPP .bbs a .txt {
  height: 60px;
  text-align: center;
  font-size: 1.8em;
  padding-top: 5px;
}
.mainpagebannerlinks .banners_downPP .bbs a .subtext {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #eee;
  font-size: 0.7em;
}
.mainpagebannerlinks .banners_downPP .bbs.b1 {
  background-color: rgba(247, 148, 29, 0.9);
}
.mainpagebannerlinks .banners_downPP .bbs.b1:hover {
  background-color: #f7941d;
}
.mainpagebannerlinks .banners_downPP .bbs.b1 .icon {
  background-image: url(../../images/down_icons/images/i1.png);
}
.mainpagebannerlinks .banners_downPP .bbs.b1 .txt {
  color: #fff;
}
.mainpagebannerlinks .banners_downPP .bbs.b2 {
  background-color: rgba(255, 83, 33, 0.9);
}
.mainpagebannerlinks .banners_downPP .bbs.b2:hover {
  background-color: #ff5321;
}
.mainpagebannerlinks .banners_downPP .bbs.b2 .icon {
  background-image: url(../../images/down_icons/images/i2.png);
}
.mainpagebannerlinks .banners_downPP .bbs.b2 .txt {
  color: #fff;
}
.mainpagebannerlinks .banners_downPP .bbs.b3 {
  background-color: rgba(33, 198, 99, 0.9);
}
.mainpagebannerlinks .banners_downPP .bbs.b3:hover {
  background-color: #21c663;
}
.mainpagebannerlinks .banners_downPP .bbs.b3 .icon {
  background-image: url(../../images/down_icons/images/i3.png);
}
.mainpagebannerlinks .banners_downPP .bbs.b3 .txt {
  color: #fff;
}
.mainpagebannerlinks .banners_downPP .bbs.b4 {
  background-color: rgba(61, 209, 204, 0.9);
}
.mainpagebannerlinks .banners_downPP .bbs.b4:hover {
  background-color: #3dd1cc;
}
.mainpagebannerlinks .banners_downPP .bbs.b4 .icon {
  background-image: url(../../images/down_icons/images/i4.png);
}
.mainpagebannerlinks .banners_downPP .bbs.b4 .txt {
  color: #fff;
}
.mainpagebannerlinks .banners_downPP .bbs.b5 {
  background-color: rgba(29, 112, 145, 0.9);
}
.mainpagebannerlinks .banners_downPP .bbs.b5:hover {
  background-color: #1d7091;
}
.mainpagebannerlinks .banners_downPP .bbs.b5 .icon {
  background-image: url(../../images/down_icons/images/i5.png);
}
.mainpagebannerlinks .banners_downPP .bbs.b5 .txt {
  color: #fff;
}
@media (max-width: 991px) {
  .mainpagebannerlinks .banners_downPP .bbs {
    flex: 1 1 175px;
  }
}
@media (max-width: 503px) {
  .mainpagebannerlinks .banners_downPP .bbs {
    flex: 1 1 150px;
    height: 215px;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .icon {
    height: 112px;
    background-size: contain;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .txt {
    height: 40px;
    font-size: 1.2em;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .subtext {
    width: 90%;
    text-align: center;
    font-size: 0.6em;
  }
}
@media (max-width: 338px) {
  .mainpagebannerlinks .banners_downPP .bbs {
    flex: 1 1 100px;
    height: 215px;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .icon {
    height: 112px;
    background-size: contain;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .txt {
    height: 40px;
    font-size: 1.2em;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .subtext {
    width: 90%;
    text-align: center;
    font-size: 0.6em;
  }
}
@media (max-width: 280px) {
  .mainpagebannerlinks .banners_downPP .bbs {
    flex: 1 1 120px;
    height: 215px;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .icon {
    height: 112px;
    background-size: contain;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .txt {
    height: 40px;
    font-size: 1.2em;
  }
  .mainpagebannerlinks .banners_downPP .bbs a .subtext {
    width: 90%;
    text-align: center;
    font-size: 0.6em;
  }
}
.shoare_sal p {
  text-align: left;
}
.shoare_sal img {
  width: 200px;
  max-width: 95%;
}
span.module_content.top-hadith {
  padding: 0 42px;
  overflow: hidden;
  display: block;
  position: relative;
}
span.module_content.top-hadith p {
  font-size: 0.9em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 43px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  line-height: 39px;
  text-align: center;
  white-space: nowrap;
  margin-top: 29px;
}
span.module_content.top-hadith::before {
  content: "";
  display: block;
  width: 26px;
  height: 43px;
  background: url(../../images/icon.png) no-repeat;
  position: absolute;
  top: 29px;
  right: 20px;
}
span.module_content.top-hadith::after {
  content: "";
  display: block;
  width: 26px;
  height: 43px;
  background: url(../../images/icon.png) no-repeat -30px 0px;
  position: absolute;
  top: 29px;
  left: 16px;
}
.tagshow_box .hashtag-links {
  padding: 20px;
  margin-right: 50px;
  margin-left: 50px;
  border-top: #7f7f7f thin dotted;
}
.tagshow_box .hashtag-links .hashtag-link {
  transition: all 0.5s;
  border: #cbcbcb thin dotted;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px;
  margin-left: 5px;
  text-align: center;
  background: #edf6ff;
  min-width: 70px;
  display: inline-flex;
  text-align: center;
  font-size: 0.8em;
}
.tagshow_box .hashtag-links .hashtag-link a.text, .tagshow_box .hashtag-links .hashtag-link span.text {
  width: 100%;
  color: #222;
  text-decoration: none;
}
.tagshow_box .hashtag-links .hashtag-link span.text {
  color: #5e5e5e;
}
.tagshow_box .hashtag-links .hashtag-link:hover {
  background: #caff0d;
  transition: all 0.5s;
}
/* ==========================
   List Manager Component
   Prefix: lm-
   ========================== */
.LTR_RowInListMan {
  direction: ltr;
}
.RTL_RowInListMan {
  direction: rtl;
}
.lm-wrapper {
  --lm-cols: 11;
  --lm-border: #e9ecef;
  --lm-bg: #ffffff;
  --lm-hover: #f8f9fa;
  --lm-header: #f1f3f5;
  --lm-text: #495057;
  --lm-muted: #868e96;
  --lm-radius: 12px;
  font-size: 12px;
  color: var(--lm-text);
  /*.lm-w-xs { flex: 0 0 80px; max-width: 80px; }
    .lm-w-sm { flex: 0 0 120px; max-width: 120px; }
    .lm-w-md { flex: 1 1 200px; }
    .lm-w-lg { flex: 2 1 300px; }
    .lm-w-xl { flex: 3 1 400px; }
*/
  /* ======================
       Responsive (Mobile)
       ====================== */
}
.lm-wrapper .lm-filter {
  background: var(--lm-bg);
  border: 1px solid var(--lm-border);
  border-radius: var(--lm-radius);
  padding: 5px;
  margin-bottom: 12px;
  display: flex;
}
.lm-wrapper .lm-table {
  background: var(--lm-bg);
  border: 1px solid var(--lm-border);
  border-radius: var(--lm-radius);
  overflow: hidden;
  display: block;
  width: 100%;
}
.lm-wrapper .lm-row {
  display: grid;
  /*grid-template-columns: 50px 50px repeat(calc(var(--lm-cols) - 3), 1fr) 100px;*/
  align-items: center;
  padding: 2px 4px;
  /*12px 16px;*/
  border-bottom: 1px solid var(--lm-border);
  transition: background 0.2s ease;
}
.lm-wrapper .lm-row a {
  text-decoration: none;
}
.lm-wrapper .lm-row:last-child {
  border-bottom: none;
}
.lm-wrapper .lm-row:hover {
  background: var(--lm-hover);
}
.lm-wrapper .lm-cell {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  text-align: center;
}
.lm-wrapper .lm-cell span {
  width: 100%;
}
.lm-wrapper .lm-cell.rightAlign_RowInListMan {
  text-align: right;
}
.lm-wrapper .lm-cell.leftAlign_RowInListMan {
  text-align: left;
}
.lm-wrapper .lm-cell.centerAlign_RowInListMan {
  text-align: center;
}
.lm-wrapper .lm-header {
  background: var(--lm-header);
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 5;
}
.lm-wrapper .lm-header .lm-cell {
  text-align: center;
  border-left: #3a3939 thin dotted;
  container-type: inline-size;
  height: 95%;
}
.lm-wrapper .lm-header .lm-cell span {
  font-size: clamp(0.7rem, 10cqw, 1rem);
}
.lm-wrapper .lm-check {
  justify-content: center;
}
.lm-wrapper .lm-actions {
  justify-content: flex-end;
  gap: 6px;
}
.lm-wrapper .lm-btn {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 6px;
  border: 1px solid var(--lm-border);
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lm-wrapper .lm-btn:hover {
  background: #e9ecef;
}
.lm-wrapper .lm-danger {
  background: #ffe3e3;
  border-color: #ffc9c9;
}
.lm-wrapper .lm-danger:hover {
  background: #ffc9c9;
}
@media (max-width: 768px) {
  .lm-wrapper .lm-header {
    display: none;
  }
  .lm-wrapper .lm-row {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 6px;
    border-bottom: 1px solid var(--lm-border);
  }
  .lm-wrapper .lm-cell {
    justify-content: space-between;
  }
  .lm-wrapper .lm-cell::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--lm-muted);
    margin-inline-end: 10px;
  }
  .lm-wrapper .lm-check::before {
    content: "";
  }
  .lm-wrapper .lm-actions {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .lm-wrapper .lm-hide-md {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .lm-wrapper .lm-hide-sm {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .lm-wrapper .lm-hide-lg {
    display: none !important;
  }
}
/* ==========================
   RTL Support (Auto)
   ========================== */
[dir="rtl"] .lm-wrapper .lm-actions {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  [dir="rtl"] .lm-wrapper .lm-cell::before {
    margin-inline-end: 0;
    margin-inline-start: 10px;
  }
}
.MembersRequestsArea {
  font-size: 14px;
}
.MembersRequestsArea .innerTitle {
  font-size: 1.1em;
  color: #884a12;
  background: #f4f4f4;
  margin-top: 15px;
  padding: 10px;
}
.MembersRequestsArea.Index .RequestIndexLinks {
  display: block;
  float: right;
  width: 230px;
  height: 60px;
  margin: 10px;
}
.MembersRequestsArea.Index .RequestIndexLinks a {
  height: 50px;
  width: 200px;
  display: table-cell;
  background: #e0f9c7;
  vertical-align: middle;
  text-align: center;
  border-radius: 12px;
}
.MembersRequestsArea .pageTitleDiv {
  background: #0894d8;
  padding: 5px;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  background: #0894d8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.MembersRequestsArea .pageTitleExitDiv {
  background: #921;
  padding: 5px;
  font-size: 1em;
  color: #fff;
  text-align: center;
}
.MembersRequestsArea .perRow {
  border-bottom: #ddd thin solid;
  background: #f7f7f7;
  margin-top: 5px;
  border-radius: 5px;
}
.MembersRequestsArea .border-right {
  border-right: #eee thin solid;
}
.mmxTimingOfRecordTimeBox {
  background: #eee;
  display: inline-block;
  background: #aae7ff;
  border-radius: 5px;
  padding: 4px;
  font-size: 0.75em;
  display: inline-block;
  color: #fff;
}
.mmxTimingOfRecordTimeBox.scaduleTimeIsGoneAway {
  background: #ac0808;
  color: #fff;
}
.mmxTimingOfRecordTimeBox.scaduleTimeIsOpen {
  background: #00883c;
  color: #fff;
}
.mmxTimingOfRecordTimeBox.scaduleTimeIsGoingToClose {
  background: -webkit-linear-gradient(left, #bd3535 30%, #00883c 1%);
  background: -moz-linear-gradient(left, #bd3535 30%, #00883c 1%);
  background: -ms-linear-gradient(left, #bd3535 30%, #00883c 1%);
  background: -o-linear-gradient(left, #bd3535 30%, #00883c 1%);
  background: linear-gradient(to right, #bd3535 30%, #00883c 1%);
}
.mmxTimingOfRecordTimeBox.scaduleTimeIsComing {
  background: -webkit-linear-gradient(left, #2f71ee 60%, #bd3535 1%);
  background: -moz-linear-gradient(left, #2f71ee 60%, #bd3535 1%);
  background: -ms-linear-gradient(left, #2f71ee 60%, #bd3535 1%);
  background: -o-linear-gradient(left, #2f71ee 60%, #bd3535 1%);
  background: linear-gradient(to right, #2f71ee 60%, #bd3535 1%);
}
.carousel-control-prev {
  left: 0 !important;
  right: unset;
  text-decoration: none;
}
.carousel-control-next {
  right: 0 !important;
  left: unset;
  text-decoration: none;
}
/*

@import "payment.scss";
@import "publications_pubs.scss";
@import "ooo/pagination.scss";

@import "ooo/_forms.scss";
@import "ooo/mainpage.scss";
@import "ooo/useracts.scss";

@import "ooo/footer.scss";
@import "coursepage.scss";
@import "userarea.scss";
@import "ooo/admin-attaxhmentbox.scss";
@import "ooo/menus.scss";
@import "ooo/errorhelper.scss";
@import "tablemanager.scss";
@import "services.scss";
@import "top_block.scss";
@import "ooo/themb_style.scss";
*/
body {
  font-family: IRANSans;
  font-size: 16px;
}
p {
  line-height: 1.5em;
  margin-bottom: 0.5rem !important;
}
.rtl article.post * {
  font-family: IRANSans !important;
  line-height: 1.89rem;
}
.ltr article.post * {
  font-family: Calibri, Arial, Tahoma !important;
}
.col-mainside {
  flex: 0 0 17%;
  max-width: 17%;
}
@media (max-width: 992px) {
  .col-mainside {
    flex: 0 0 98%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col-mainside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .col-mainside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
