.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;
}
.topNavSection {
  border-top: #c8c8c8 thin solid;
  border-width: 2px;
  background-color: #03aaee;
  height: 25px;
  /*  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;
  color: #fdf6ec;
}
.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 .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;
  margin: 10px 0px 10px 0px;
  /*** start topHeadSection *********************************************************************/
  /*** end topHeadSection *********************************************************************/
}
.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: #eee;
  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;
}
.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: #eee;
    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 {
  border-bottom: #111 thin solid;
  border-width: 2px;
  background-color: #d5f3ff;
  height: 30px;
  margin: 0px 0px 10px 0px;
  /*** end topHeadSection *********************************************************************/
}
@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 {
  background: #f8f8f8;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 40vh;
  background-color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3;
}
#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 {
    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: #111;
  padding-bottom: 30px;
  border-top: #03aaee thin solid;
  border-top-width: thin;
  border-width: 2px;
}
footer.main-footer .module_around.withBackGround {
  background: #ededed;
  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;
}
.mpos_user4Section {
  background: #f8f8f8;
  /*** end mpos_user4Section *********************************************************************/
}
.payment .facrorShowCcontainer {
  text-align: center;
  border: #999 thin solid;
  margin-top: 30px;
}
.payment .facrorShowCcontainer .headrow {
  background: #eee;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: #999 thin dotted;
  border-bottom-width: thin;
  border-width: 2px;
}
.payment .facrorShowCcontainer table {
  margin: 5px;
  width: 95%;
}
.payment .facrorShowCcontainer table tbody, .payment .facrorShowCcontainer table td, .payment .facrorShowCcontainer table tfoot, .payment .facrorShowCcontainer table th, .payment .facrorShowCcontainer table thead, .payment .facrorShowCcontainer table tr {
  border-style: solid;
  border-width: 1px !important;
}
.publications_pubs2 .row-sections {
  border-bottom: #797777 thin dotted;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.publications_pubs2 .row-sections .per_section {
  border: #eee thin solid;
  background: #eee;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 90px;
  margin: 1px;
  font-size: 1.2em;
  transition: all 0.2s;
}
.publications_pubs2 .row-sections .per_section a {
  color: #111;
  text-decoration: none;
}
.publications_pubs2 .row-sections .per_section:hover {
  background: #95c8ff;
  transition: all 0.2s;
}
.publications_pubs2 .row-sections .per_section.selected_section {
  background: #1b2560;
}
.publications_pubs2 .row-sections .per_section.selected_section a {
  color: #fff;
}
.publications_pubs2 .row-cats {
  border-bottom: #797777 thin dotted;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.publications_pubs2 .row-cats .per_cat {
  border: #eee thin solid;
  background: #eee;
  text-align: center;
  height: 30px;
  line-height: 20px;
  width: 60px;
  margin: 1px;
  font-size: 1.2em;
  transition: all 0.2s;
}
.publications_pubs2 .row-cats .per_cat a {
  color: #111;
  text-decoration: none;
}
.publications_pubs2 .row-cats .per_cat:hover {
  background: #95c8ff;
  transition: all 0.2s;
}
.publications_pubs2 .row-cats .per_cat.selected_cat {
  background: #1b2560;
}
.publications_pubs2 .row-cats .per_cat.selected_cat a {
  color: #fff;
}
.publications_pubs2 .row-recs .per_rec {
  border: #eee thin solid;
  background: #eee;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 1.2em;
  transition: all 0.2s;
}
.publications_pubs2 .row-recs .per_rec a {
  color: #111;
  text-decoration: none;
}
.publications_pubs2 .row-recs .per_rec:hover {
  background: #aaa;
  transition: all 0.2s;
}
.publications_pubs2 .row-recs .per_rec img {
  max-width: 181px;
  max-height: 450px;
  width: 100%;
  /*height: 247px;*/
  min-height: 150px;
  display: -webkit-inline-box;
  color: #eee;
}
.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;
}
.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;
}
.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;
}
.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%;
}
.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: 175px;
  overflow: hidden;
}
.caroselnewsContainer .new-card .img_holder_outer img {
  width: 100%;
  max-height: 330px !important;
}
.caroselnewsContainer .new-card h3 {
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.7em;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  font-size: 0.8em;
  color: #010101;
  text-decoration: none;
  background: #c8e5ff;
  margin: 0;
  border-top: #eee thin solid;
  transition: all 0.2s ease-in-out;
}
.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;
}
news1Section {
  margin-top: 30px;
}
.news1Container {
  padding-bottom: 10px;
  position: relative;
}
.news1Container .perSideOuter .perSideInner {
  height: 350px;
  background: #eee;
}
.news1Container .perSideOuter .perSideInner article.big {
  height: 100%;
  position: relative;
}
.news1Container .perSideOuter .perSideInner article.big figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news1Container .perSideOuter .perSideInner article.big figure img {
  height: 100%;
}
.news1Container .perSideOuter .perSideInner article.big .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  max-height: 75px;
  width: 100%;
  text-align: center;
  background: rgba(34, 34, 34, 0.55);
  color: #fff;
  padding: 10px 10px 10px 10px;
}
.news1Container .perSideOuter .perSideInner article.smal {
  height: 86px;
  margin-top: 1px;
}
.news1Container .perSideOuter .perSideInner article.smal a {
  color: #111;
}
.news1Container .perSideOuter .perSideInner article.smal span.img {
  /*position: absolute;*/
  width: 20%;
  height: 100%;
  border: #e1dcdc thin solid;
  /*background:#321;*/
  display: inline-block;
  float: right;
  overflow: hidden;
}
.news1Container .perSideOuter .perSideInner article.smal span.img img {
  /*height:100%;*/
  min-height: 85px;
}
.news1Container .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%;
}
.news1Container .extraLink {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 70px;
  background: #f5f5dc;
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
}
.news1Container .extraLink a {
  color: #9c9c9c;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
}
.news1Container .extraLink:hover {
  border-radius: 5px;
  background: #545456;
  text-align: left;
}
.news1Container .extraLink:hover a {
  color: #eee;
  text-align: left;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .news1Container .perSideOuter .perSideInner {
    height: 245px;
  }
  .news1Container .perSideOuter .perSideInner article.smal {
    height: 60px;
    overflow: hidden;
    margin-bottom: 0px;
    /*border-top: 1px #605a5a dotted;*/
  }
  .news1Container .perSideOuter .perSideInner article.smal .title {
    display: inline-block;
    float: right;
    padding: 3px;
    width: 79%;
    font-size: 0.8em;
    text-align: justify;
  }
}
section.news23Section .rightCol .perSideOuter {
  padding-left: 0;
}
section.news23Section .leftCol .perSideOuter {
  padding-right: 0;
}
.newsList1Container {
  padding-bottom: 10px;
  position: relative;
}
.newsList1Container .perSideOuter .perSideInner {
  /*height:350px;*/
  height: auto;
  background: #eee;
}
.newsList1Container .perSideOuter .perSideInner a {
  color: #111;
}
.newsList1Container .perSideOuter .perSideInner article.smal {
  height: 86px;
  margin-top: 1px;
  margin-top: 4px;
  /* margin: 5px; */
  border-radius: 3px;
  border-bottom: #dfdfdf thin solid;
  overflow: hidden;
  padding-bottom: 4px;
  display: block;
}
.newsList1Container .perSideOuter .perSideInner article.smal span.img {
  /*position: absolute;*/
  width: 20%;
  height: 100%;
  display: inline-block;
  /*background:#321;*/
  border: #e1dcdc thin solid;
  float: right;
  overflow: hidden;
}
.newsList1Container .perSideOuter .perSideInner article.smal span.img img {
  /*height:100%;*/
}
.newsList1Container .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%;
}
.newsList1Container .extraLink {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 70px;
  background: #f5f5dc;
  padding: 2px;
  border-radius: 2px;
  z-index: 2;
  font-size: 0.8em;
  transition: all 0.6s;
}
.newsList1Container .extraLink a {
  color: #9c9c9c;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.6s;
}
.newsList1Container .extraLink:hover {
  border-radius: 5px;
  background: #545456;
  text-align: left;
}
.newsList1Container .extraLink:hover a {
  color: #eee;
  text-align: left;
  transition: all 0.6s;
}
@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;
    margin-bottom: 0px;
    /*border-top: 1px #605a5a dotted;*/
  }
  .newsList1Container .perSideOuter .perSideInner article.smal .title {
    display: inline-block;
    float: right;
    padding: 3px;
    width: 79%;
    font-size: 0.8em;
    text-align: justify;
  }
}
.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_M {
  text-align: right;
  height: 60px;
  font-size: 1.3em;
  font-weight: bold;
  /* background: #e21; */
  padding-top: 20px;
}
.module_title.titleclass_M .innerBox {
  border-right: #1b2560 thin solid;
  border-width: 5px;
  padding-right: 15px;
}
.module_title.titleclass_M .innerBox .text {
  border-bottom: #d3d2c2 thin solid;
  padding-left: 100px;
  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_A {
  text-align: center;
  height: 4.2em;
  font-size: 25px;
  font-weight: bold;
}
.module_title.titleclass_A .innerBox {
  max-width: 300px;
  margin: 0 auto;
  height: 75px;
}
.module_title.titleclass_A .innerBox .AfterContent {
  width: 60%;
  display: inline-block;
  height: 4px;
  background-color: rgba(255, 226, 136, 0.6);
}
.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;
  }
}
.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;
  }
}
.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;
}
.top_navbar_userblock {
  margin-top: 0;
  padding: 0;
  height: 24px;
}
.top_navbar_userblock ul {
  margin: 0;
  margin-top: 2px;
  margin-left: 0px;
  display: flex;
  font-size: 0.75em;
  list-style: none;
  flex: 1 1 333px;
  gap: 2px;
  margin-left: 0px;
  padding: 0;
  flex-direction: row-reverse;
}
.top_navbar_userblock ul li {
  min-width: 50px;
  text-align: left;
  transition: 0.3s;
  border-radius: 0px;
  border-radius: 3px;
  margin-right: 1px;
}
.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: #000;
}
.top_navbar_userblock ul li a:hover {
  color: #264653;
}
.top_navbar_userblock ul li a::before {
  content: "|";
  padding-right: 5px;
  padding-left: 5px;
}
.top_navbar_userblock ul li:hover {
  background: #03aaee47;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .top_navbar_userblock {
    padding: 0;
  }
  .top_navbar_userblock ul.navbar-nav {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    font-size: 0.75em;
  }
}
@media (max-width: 580px) {
  .top_navbar_userblock {
    padding: 0;
  }
  .top_navbar_userblock ul.navbar-nav {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    font-size: 0.75em;
  }
}
.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);
}
.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 .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: #4c4c4c;
  margin: 0;
}
.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.85em;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 5px;
}
.comContent .post .lead span {
  display: block;
  background: #f3f3f3;
  border-radius: 1px;
  padding: 10px;
}
.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: 0.9em;
  line-height: 1.5em;
}
.comContent .post .text-blog p {
  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 .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 .post .share-blog a {
  color: #fff;
  font-size: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 3px;
}
@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;
  }
}
.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;
}
/* ==========================
   List Manager Component
   Prefix: lm-
   ========================== */
.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:last-child {
  border-bottom: none;
}
.lm-wrapper .lm-row:hover {
  background: var(--lm-hover);
}
.lm-wrapper .lm-header {
  background: var(--lm-header);
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 5;
}
.lm-wrapper .lm-cell {
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.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 "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;
}
.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%;
  }
}
