/* --------------------------------- slider --------------------------------- */
.elegant .unoslider_pause,
.elegant .unoslider_play {
  display: none !important;
}
.elegant .unoslider_left,
.elegant .unoslider_right {
  display: block !important;
}
/* ------------------------------- Quick-link ------------------------------- */
.wrapper__Quicklink-img {
  padding: 70px 0px 120px;
  background-image: url(/Portals/1/Images/home/back-e.jpg);
  background-position: center;
  background-repeat: repeat-x;
}
.list-title-icon {
  background: #80808014;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  min-width: 50px;
  min-height: 50px;
}
.list-title-icon .img-on,
.list-title-icon .img-hover {
  width: var(--icon);
  position: relative;
  top: 10px;
  left: -3px;
}
.btnStyle_secondary a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.btnStyle_secondary h4 {
  line-height: 4;
}
.btnStyle_secondary,
.btnStyle_secondary:visited {
  padding-left: 17px;
}
@media only screen and (max-width: 768px) {
  .btnStyle_secondary h4 {
    font-size: 12px;
  }
  .list-title-icon {
    width: 25px !important;
    height: 25px !important;
  }
  .btnStyle_secondary a {
    align-items: center;
  }
  .list-title-icon .img-on,
  .list-title-icon .img-hover {
    top: 0px;
  }
}
/* ----------------------------------- ai ----------------------------------- */
.wrapper__Ai {
  position: relative;
  top: -37px;
  z-index: 1;
}
.wrapper__Ai:hover .col-md-3 {
  background: var(--mc2);
}
.wrapper__Ai:hover .wrapper__Ai__Description__Arrow span {
  transform: translateX(-2px);
  background: var(--mc2);
  height: var(--icon-s);
  width: var(--icon-s);
  min-width: var(--icon-s);
  min-height: var(--icon-s);
}
.wrapper__Ai .row {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  margin: 0px;
}
.wrapper__Ai .col-md-3 {
  background: var(--mc1-fade-0);
  border-radius: 0 6px 6px 0;
  transition: var(--transition);
}
.wrapper__Ai .col-md-9 {
  background: white;
  border-radius: 6px 0px 0px 6px;
}
.wrapper__Ai__Title h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5 !important;
  color: white;
  padding: 40px;
}
.wrapper__Ai__Description {
  display: flex;
}
.wrapper__Ai__Description {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 25px;
  margin: 21px 0px;
}
.wrapper__Ai__Description__Icon {
  border-left: 1px dashed var(--bw-fade-2);
  padding: 0px 11px;
  border-width: medium;
}
.wrapper__Ai__Description__Icon img {
  width: 92px;
  height: 58px;
}
.wrapper__Ai__Description__Des p {
  font-size: 13px;
  line-height: 1.8;
  border-radius: 5px;
  text-align: justify;
  padding: 5px 10px 5px;
}
.wrapper__Ai__Description__Arrow span {
  height: var(--icon-s);
  width: var(--icon-s);
  min-width: var(--icon-s);
  min-height: var(--icon-s);
  display: inline-flex;
  vertical-align: middle;
  background: var(--bw-fade-3);
  mask: var(--icon-url) no-repeat center / cover;
  -webkit-mask: var(--icon-url) no-repeat center / cover;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  margin: 0px 10px 0px;
}
.wrapper__Ai__Description__Arrow {
  text-align: left;
}
.wrapper__News__Picture {
  background-image: url(/Portals/1/Images/home/testimonials-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 275px;
  position: relative;
  top: -64px;
}
.wrapper__News__Picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 61%);
}
.wrapper__News__Title {
  text-align: center;
  margin-top: 50px;
}
.wrapper__News__Title h3 {
  color: white;
  z-index: 1;
  position: relative;
  font-size: var(--fz-xxl-res);
  font-weight: var(--fw-900);
}
.wrapper__News__Title__style {
  background-color: var(--mc2);
  display: block;
  height: 3px;
  position: relative;
  width: 35px;
  border-radius: 10px;
  text-align: center;
  margin: 8px auto;
  z-index: 5;
  margin-top: 10px;
}
.wrapper__News__Title__style:before,
.wrapper__News__Title__style:after {
  content: "";
  position: absolute;
  left: 40px;
  width: 3px;
  height: 3px;
  background: #ffbc00;
  display: inline;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper__News__Picture {
    height: 380px;
  }
  .wrapper__News__Title {
    margin-top: 0px;
  }
  .wrapper__Ai__Description__Icon {
    display: none;
  }
  .wrapper__Ai__Title h3 {
    text-align: center;
  }
  .wrapper__Ai .col-md-3 {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .wrapper__Ai .col-md-9 {
    border-radius: 0px 0px 6px 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper__Ai__Title h3 {
    padding: 40px 26px 40px 0px;
  }
  .wrapper__Ai__Description {
    align-items: flex-start;
  }
  .wrapper__Ai__Description__Icon img {
    width: 124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper__Ai__Title h3 {
    padding: 40px 0px 40px 0px;
  }
  .wrapper__Ai__Description {
    align-items: flex-start;
  }
  .wrapper__Ai__Description__Icon img {
    width: 164px;
  }
}
/* news-home */
/* news-right */
.events {
  margin-bottom: 10px !important;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  transition: all ease-in 300ms;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  #dnn_ctr3092_ModuleContent .events {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  div#dnn_RightPane,
  div#dnn_LeftPane {
    padding: 0px !important;
  }
  .cont02 {
    width: 100%;
    padding: 10px 0px 10px;
  }
  .pic.box-cont02 {
    width: 60%;
  }
}

.box-cont,
.box-cont02 {
  padding: 14px 10px 5px;
  position: relative;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.cont01,
.cont02 {
  margin: 0 12px;
}
.icon-news {
  display: inline;
  float: right;
  font-size: 12px;
  color: #fff;
}
.datepane {
  font-size: 12px;
  background: #febc01;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 0px 10px;
  margin: -50px 30px 0;
  position: relative;
}
.icon-news img {
  width: 100px;
  margin: 10px;
  display: block;
}
.cont01 a,
.cont02 a {
  min-height: 75px !important;
  text-align: justify !important;
  color: #12315d !important;
}
.cont01 h2 {
  font-size: 16px;
  font-weight: 900;
  color: #023b6d;
  text-align: justify;
  line-height: 1.7;
  margin: 15px 0;
}
.cont01 .text-right a {
  font-size: 14px;
  line-height: 3;
  padding: 5px;
  font-weight: 900;
  color: #febc01 !important;
  font-family: "IRANSans" !important;
}
.fa-long-arrow-left:before {
  content: "\f177";
  color: #000;
  font-family: "FontAwesome";
  margin: 6px;
}
div#dnn_RightPane {
  padding: 25px;
  border-radius: 5px;
}
.pic.box-cont img {
  width: 100%;
}
.cont01 .text-right {
  text-align: left;
}
/* news-left */
.cont02 .datepane {
  font-size: 10px;
  background: #febc01;
  color: #fff;
  display: inline-block;
  border-radius: 1px;
  padding: 0 5px;
  margin: 0;
  position: relative;
}
.cont02 .datepane .time {
  display: block;
  text-align: right;
}
.cont02 .fa-calendar {
  font-size: 10px;
  margin: 6px 0 0 12px;
  font-weight: 100 !important;
  margin: 5px 10px 0;
  position: relative;
}
.cont02 .fa-calendar::before {
  position: absolute;
  left: -2px;
  top: 2px;
}
.row-news-4 .cont02 h2 {
  font-size: 12px;
  font-weight: 900;
  color: #023b6d;
  text-align: justify;
  line-height: 1.7;
  display: block;
  margin: 0px 0;
}
.cont02 {
  padding: 5px 0 0;
  min-height: 99px;
}
div#dnn_LeftPane {
  padding: 25px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper__News__Title {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cont02 {
    min-height: 112px;
    padding: 5px 0 10px;
  }
}
/* map */
@media only screen and (max-width: 515px) {
  #IranMap .list li ul li {
    width: 50% !important;
  }
  #IranMap {
    padding-bottom: 24px !important;
  }
}
#IranMap {
  display: block;
  position: relative;
  direction: rtl;
  text-align: right;
  padding: 0;
  font-family: IRANSans, Tahoma;
  font-size: 11px;
  width: 100%;
  margin: 27px auto 0;
}
#IranMap .map .province path {
  fill: #3774b7;
  stroke: #ffffff;
  stroke-width: 3px;
}
#IranMap .map .province path:hover,
#IranMap .map .island path:hover,
#IranMap .map .province path.hover,
#IranMap .map .island path.hover {
  fill: #ffc000 !important;
  cursor: pointer;
}
#IranMap .map svg .st2 {
  fill: #3774b7;
  stroke: #ffffff;
  stroke-width: 1.5px;
}
.mapBg {
  background-image: url(/Portals/1/Images/home/mapbg.jpg);
}
.title-07 h3 {
  color: white;
  z-index: 1;
  position: relative;
  font-size: var(--fz-xxl-res);
  font-weight: var(--fw-900);
}
div#row-map span.title-separator,
div#Cases span.title-separator,
span.title-separator {
  margin: 0 10px !important;
}
.title-07 .title-separator.separator-border {
  background-color: var(--mc2);
  display: block;
  height: 3px;
  position: relative;
  width: 35px;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px !important;
  z-index: 5;
}
.title-07 .title-separator.separator-border:before,
.title-07 .title-separator.separator-border:after {
  content: "";
  position: absolute;
  left: 40px;
  width: 3px;
  height: 3px;
  background: #ffbc00;
  display: inline;
  border-radius: 100%;
}
.title-07 {
  margin: 0 0 30px;
}
#IranMap .list li ul li a {
  font-size: 13px;
  line-height: 2.2;
  margin-right: 10px;
  transition: all linear 0.3s;
  color: #fff;
  background: url(/Portals/1/Images/icon/location.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  padding-right: 21px;
}
#IranMap .map {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#IranMap .show-title {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  margin: 0 !important;
  padding: 0 5px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  opacity: 0.8;
}
#IranMap .map svg {
  height: auto !important;
  width: 100% !important;
}
#IranMap .list li {
  list-style: none;
}
#IranMap .list ul,
#IranMap .list ul:after {
  clear: both;
}
#IranMap .list > ul {
  margin-left: 10px;
}
#IranMap .list ul {
  padding: 0;
  margin-right: 8px !important;
}
#IranMap .list li ul li {
  display: block;
  float: right;
  width: 33.33333333333333%;
}
li.province ul li:hover {
  background: #0098ff;
  border-radius: 5px;
}
/* Census */
.wrapper__Census {
  background: #eeeff0;
}
.wrapper__Census__BackGround {
  background-image: url("/Portals/1/Images/home/bg-section-05.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}
.wrapper__Census .row {
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.wrapper__Census__Title h3 {
  color: var(--mc1);
  z-index: 1;
  position: relative;
  font-size: var(--fz-xxl-res);
  font-weight: var(--fw-900);
  text-align: center;
  padding-top: 70px;
}
.wrapper__Census__Title__style {
  background-color: #ffbc00;
  display: block;
  height: 3px;
  position: relative;
  width: 35px;
  border-radius: 10px;
  margin: 10px auto 0px;
}
.wrapper__Census__Title__style:before,
.wrapper__Census__Title__style:after {
  content: "";
  position: absolute;
  left: 40px;
  width: 3px;
  height: 3px;
  background: #ffbc00;
  display: inline;
  border-radius: 100%;
  margin: 0 auto;
}
.wrapper__Census__Item img {
  width: 20%;
  margin-bottom: 21px;
}
.wrapper__Census__Item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper__Census__Item h4 {
  font-size: var(--fz-md);
  color: var(--mc1-fade-0) !important;
  font-weight: var(--fw-900) !important;
  margin: 0px !important;
}
/* Organizations */
.wrapeer__Organizations__Back {
  background-color: var(--white);
}
.wrapeer__Organizations__Slider__Item img {
  margin: 0 auto;
}
/* footer */
.footer__Bottom__List__Left {
  background: orange;
  background-color: #ffbc01;
  background-image: url(/Portals/0/Images/img/Earth.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: inherit;
  padding: 20px 10px 70px;
  border-radius: 6px;
}
.clean-light li,
div#dnn_ctr3096_View_UP,
.rssLink a,
div#dnn_ctr3098_UC_HitCounter_pnlCounter p,
div#dnn_ctr3097_ModuleContent {
  line-height: 25px;
  font-size: 13px;
  color: #000 !important;
  margin: 0;
  position: relative;
  padding: 3px 0px !important;
  font-weight: 900;
  line-height: 1.7 !important;
}
.fa-caret-right:before,
div#dnn_ctr3096_View_UP:before,
.rssLink:before,
div#dnn_ctr3098_UC_HitCounter_pnlCounter p:before,
div#dnn_ctr3097_ModuleContent:before {
  content: "\f111" !important;
  font-size: 7px !important;
  color: #fff;
  font-family: "FontAwesome";
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .footer__Address {
    border-right: unset;
  }
  .footer__Bottom__List {
    margin-bottom: 24px;
  }
  .footer__Bottom__List__Left {
    width: 95% !important;
    margin: auto;
  }
}
.image-pagetitle {
  background-image: url(/Portals/1/Images/headers.jpg);
  background-position: bottom;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 155px;
}
.image-pagetitle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 46%);
}
h1.nr-page-title__header--title.pageheader {
  position: absolute;
  top: 50px;
  font-weight: var(--fw-900);
  font-size: 1.75rem;
  color: var(--white);
  z-index: 1;
}
.nr-breadcrumb-component {
  position: relative;
  top: 135px;
  background: #eaebef;
  display: inline-block;
  z-index: 5;
  border-radius: 5px;
  padding: 6px 20px;
  left: 16px;
}
.nr-breadcrumb svg {
  margin-left: 8px;
  color: var(--mc1);
}
.nr-breadcrumb a {
  color: var(--mc1);
}
#dnn_dnnBREADCRUMB_lblBreadCrumb > span > span:last-child a {
  color: var(--mc1-fade-0);
}
/* --------------------------------- manager -------------------------------- */
.timeline__left__item {
  padding: 0px 45px 45px 15px;
  position: relative;
}
.timeline__left__item::before {
  content: "";
  color: #0098ff;
  border: 1px solid currentColor;
  padding: 3px;
  background-color: currentColor;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  left: auto;
  top: 4px;
  border-radius: 50%;
  background-clip: content-box;
}
.timeline__left__item::after {
  content: "";
  top: 30px;
  bottom: 0px;
  position: absolute;
  border-left: 0px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
  left: auto;
  right: 9px;
}
.timeline__left__item h3 {
  font-size: var(--fz-lg);
  font-weight: var(--fw-900);
  line-height: var(--lh-md);
  margin-bottom: 16px;
  color: var(--mc1);
}
.timeline__left__item p {
  font-size: var(--fz-md);
  line-height: 2;
  line-height: var(--lh-lg);
  text-align: justify;
}
.timeline__left__item img {
  width: 21px;
  height: 21px;
  margin-left: 8px;
}
.wraper__introduction__img {
  text-align: center;
}
div.ContentPane-main {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  div.ContentPane-main {
    margin-top: 60px;
  }
  h1.nr-page-title__header--title.pageheader {
    font-size: var(--fz-lg);
    font-weight: var(--fw-900);
    top: 15px;
  }
  .image-pagetitle {
    height: 100px;
    background-position: center;
  }
  .nr-breadcrumb-component {
    top: 80px;
  }
  .wraper__introduction__img {
    margin-bottom: 32px;
  }
  .timeline__left__item h3 {
    margin-bottom: 12px;
  }
  .wraper__introduction {
    margin-bottom: 60px;
  }
}
.wraper__Records {
  background-color: #f3f3f3;
  padding: 60px 0px;
}
.wraper__Records h3 {
  color: var(--mc1);
}
/* ----------------------------- mission-vision ----------------------------- */
.mtop.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background: var(--mc1) !important;
  margin: 0px !important;
}
.ui-tabs-anchor {
  font-size: 0.9rem;
  font-weight: bold;
}
.livetabsflatfilledcyan .ui-tabs .ui-tabs-nav {
  border-bottom: 4px solid var(--mc1) !important;
}
.livetabsflatfilledcyan .ui-tabs .ui-tabs-panel {
  padding: 40px 20;
}
.livetabsflatfilledcyan .ui-tabs .ui-tabs-panel .timeline__left__item p {
  font-size: 0.9rem;
  color: var(--black);
  font-weight: var(--fw-600);
}
.livetabsflatfilledcyan .ui-state-default,
.livetabsflatfilledcyan .ui-widget-content .ui-state-default {
  background-color: #eff0f200;
}
/* --------------------------------- history -------------------------------- */
#history .timeline h3 {
  font-weight: bold;
  font-weight: 900;
  color: #2878eb !important;
  font-size: 1.25rem;
}
#history .timeline p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  font-family: "IRANSans";
  line-height: 1.8;
}
.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff00;
  min-height: 100vh;
  padding: 50px 0;
}
.timeline {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.timeline-content {
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: black;
  padding: 1.75rem;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 6px;
}

.timeline-component {
  margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .resp_container.resp-tab-content {
    border: 1px solid #80808024 !important;
    padding: 0px 20px !important;
  }
  .timeline {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
  }
  .timeline-middle {
    position: relative;
    background: #e0e0e0;
    width: 3px;
    height: 100%;
  }
  .main-middle {
    opacity: 0;
  }
  .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0098ff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 3px solid #dddddd;
  }
}
.timeline-component.timeline-content:hover {
  transform: translateY(-10px);
}
.rtl .fixed-widget-list {
  left: 42px !important;
  right: auto !important;
}
/**********ourteam-03*********/
.ourteam-03 {
  position: relative;
  margin-bottom: 30px;
}
.ourteam-03::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  transition: all ease-in 300ms;
  pointer-events: none;
}
.hide-cont p {
  margin-bottom: 5px;
  font-size: 14px;
}
.ourteam-03::before {
  background: #02294c;
  opacity: 0.8;
  border-radius: 2px;
}
.ourteam-03:hover::before {
  height: 50%;
}
.ourteam-03 .cont {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: flex;
  color: #fff;
  padding: 0px 10px;
  transition: all ease-in 300ms;
  height: 75px;
  text-align: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  background: transparent;
  max-width: 100%;
}
.ourteam-03:hover .cont {
  height: 45%;
}
.ourteam-03 .cont .hide-cont {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all ease-in 300ms;
}
.ourteam-03:hover .cont .hide-cont {
  opacity: 1;
  max-height: 60%;
  overflow: hidden;
  color: #eee;
}
.ourteam-03 .title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 8px;
}
.ourteam-03 .position {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.4;
  color: #eee;
}
a.button-01.btn-color5 {
  background: var(--white);
  display: inline-block;
  padding: 8px 16px;
  color: var(--mc1);
  font-weight: var(--fw-900);
}
/* -------------------------------- contactus ------------------------------- */
.wrapper-icon {
  position: relative;
}
.wrapper-icon img {
  width: 40px;
  height: 40px;
  margin: 16px;
}
.wrapper-Contact_item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.wrapper-icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.15;
  box-shadow: 20px 20px 30px #c2c2c2 !important;
}
.wrapper-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
  box-shadow: 0 0 0 12px #c0c0c0 !important;
}
.wrapper-contact-content h6 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #12325d;
  line-height: 0.8;
  margin: 0px 0px 18px 18px;
}
.wrapper-contact-content p {
  margin-top: 32px;
}
.wrapper-Contact-Bottom .wrapper-contact-content p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.wrapper-contact-content a {
  font-size: 16px;
}
.wrapper-contact-us {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  padding: 40px 32px;
  margin-bottom: 60px;
}
.wrapper-contact-us hr {
  margin-top: 0px;
}
.qrcode {
  position: relative;
  top: -16px;
}
.qrcode img {
  width: 80%;
}
.wrapper-Contact-Bottom .social-07 img {
  width: 26px;
  height: 26px;
}
.wrapper-Contact-Bottom {
  display: flex;
  margin-top: 48px;
}
.wrapper-Contact-Bottom .social-07 {
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  border-radius: 50%;
  margin: 0px 3px 10px;
  background-color: #f3f3f3;
}
.wrapper-Contact_item p {
  margin: auto;
}
.wrapper-Contact-Bottom .social-07:hover {
  background-color: var(--mc1-fade-0);
}
@media only screen and (max-width: 991px) {
  .wrapper-Contact_item {
    margin-bottom: 45px;
  }
  .wrapper-contact-content {
    width: 60%;
  }
  .wrapper-Contact-Bottom {
    flex-direction: column;
  }
}
/* -------------------------------- liveform -------------------------------- */
.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
  padding: 15px;
  border-radius: 3px;
  background-color: #ffffff !important;
  box-shadow: -3px 8px 20px 0px rgb(0 0 0 / 6%) !important;
}
.LiveForm.Default .Field.Matrix.Checkb.Required table,
.LiveForm.Default .Field.Matrix.Radiob.Required table,
.LiveForm.Default .Field.Required input,
.LiveForm.Default .Field.Required textarea,
.LiveForm.Default .Field.Required .plupload_filelist_footer,
.LiveForm.Default .Field.Required select,
.LiveForm.Default .Field.Required.Radiobutton table,
.LiveForm.Default .Field.Required.Checkbox table,
.LiveForm.Default .Field.Required.ScaleRating table,
.LiveForm.Default .Field.Required .StarRatingRequired,
.LiveForm.Default .ElectronicSignature.Required .jSignature,
.LiveForm.Default .Field.Required tags {
  border-right: 2px solid #0098ff !important;
}
.FieldSpacing {
  background: #f7f9fb;
  margin: 3px 0;
  border-radius: 4px;
  border-right: 2px solid #2878eb;
}
.PageBreak.FieldSpacing,
.Submitbutton {
  background: unset;
  border: unset;
}
.wrapper__Services__content h3 {
  color: var(--mc1);
}
p {
  font-size: var(--fz-md);
  font-weight: var(--fw-600);
  line-height: var(--lh-lg);
  text-align: justify;
}
.wrapper__Services .col-md-8 {
  display: flex;
  align-items: center;
}
.title-07-dark {
  color: var(--mc1);
}
.title-07-light {
  color: var(--white);
}
.wrapper__Contact__Manager .col-md-8 {
  display: flex;
  align-items: center;
}
.wrapper__Contact__Manager__Img {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-left: 50px;
}
.wrapper__Contact__Manager__Img::after {
  content: "";
  position: absolute;
  border: 14px solid #e1eaf1;
  top: -21px;
  right: -20px;
  left: 85px;
  bottom: 21px;
  z-index: -1;
  border-radius: 3px;
}
@media only screen and (max-width: 575px) {
  .wrapper__Contact__Manager__Img::after {
    right: -8px !important;
  }
  .cont-l {
    padding-right: 12px;
  }
}
.cont {
  background-color: #0098ff;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #fff;
  max-width: 80%;
  left: -40px;
  bottom: -16px;
  position: absolute;
}
.cont p {
  font-size: var(--fz-lg);
  font-weight: var(--fw-900);
  line-height: var(--lh-md);
}
@media only screen and (max-width: 767px) {
  .wrapper__Contact__Manager__Img {
    margin-bottom: 32px;
  }
  h3 {
    font-size: 1.2rem !important;
  }
  .col.col_12_of_12.Profile,
  .col.col_12_of_12.TrackingCode {
    margin: 0px 0px 10px 0px;
  }
  a#cmdSave {
    margin-top: 20px;
  }
}
.wrapper__Contact__Manager {
  margin-bottom: 75px;
}
.UserForm .theader {
  background-color: #023b6d;
  border: 0px solid #dddddd;
  border-bottom: 0;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  margin-top: 0px !important;
}
label,
label > span {
  color: #023b6d;
  font-weight: var(--fw-900);
  font-size: 14px !important;
}
.dnnForm.ticketing input[type="text"],
.dnnForm.ticketing select,
.dnnForm.ticketing textarea {
  width: 60%;
}
.dnnForm.ticketing input[type="text"],
.dnnForm.ticketing input[type="password"],
.dnnForm.ticketing input[type="email"],
.dnnForm.ticketing input[type="tel"],
.dnnForm.ticketing select,
.dnnForm.ticketing textarea {
  margin: 0;
  padding: 10px 10px;
}
a#dnn_ctr4131_View_cmdTrackingCode,
a#dnn_ctr3048_View_cmdTrackingCode {
  background: #12325d;
  float: left;
  padding: 6px;
}
a#cmdSave {
  background: #12325d;
  color: white;
}
.UserForm .Profile,
.UserForm .TrackingCode {
  padding: 20px !important;
  text-align: center;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
  border: 1px solid white;
}
.Menu__Item_BaImage img {
  display: block;
  width: 90%;
  margin: 10px auto;
}
a.menu__Button {
  margin: 20px auto 0px 18px;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  color: white;
  animation: borderPulse 1000ms infinite ease-out,
    colorShift 10000ms infinite ease-in;
  font-size: 12px;
  width: 90%;
}
/* Declate color shifting animation */
@keyframes colorShift {
  0%,
  100% {
    background: #0098ff;
  }
  33% {
    background: #023b6d;
  }
  66% {
    background: #ffbc00;
  }
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
      0px 0px 0px 0px rgba(255, 255, 255, 1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
      0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}
.Menu__Item_BaImage {
  margin: 9px;
}
/* ---------------------------------- table --------------------------------- */
table.table.table-bordered.table-hover thead th {
  text-align: center;
  background: #0098ff;
  color: white;
  font-size: 0.95rem !important;
}
.table td,
.table th {
  padding: 0.5rem !important;
}
a.btn.btn-filegandi {
  background: #0098ff;
  color: white;
  font-size: 0.8rem !important;
}
table.table.table-bordered.table-hover tbody tr td {
  font-size: 0.9rem !important;
}
table.table.table-bordered.table-hover tbody tr td:nth-child(1) {
  text-align: right;
}
input#dnn_ctr4199_NewsSearch_txtSearch,
input#dnn_ctr4207_NewsSearch_txtSearch,
input#dnn_ctr4227_NewsSearch_txtSearch,
input#dnn_ctr5255_NewsSearch_txtSearch {
  height: 43px;
  width: 100% !important;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 0px 0 0;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(238, 238, 238);
  border-left: none;
  background: #fbfbfb;
}
input#dnn_ctr4199_NewsSearch_btnSearch,
input#dnn_ctr4207_NewsSearch_btnSearch,
input#dnn_ctr4227_NewsSearch_btnSearch,
input#dnn_ctr5255_NewsSearch_btnSearch {
  position: absolute;
  width: 43px;
  height: 43px;
  margin: 0px 0 0 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  border: 0px;
  border: solid 1px #0098ff;
  background: #fff url(/Portals/1/Images/icon/search-tool.png) no-repeat center
    center / 25px;
  background-color: rgb(0 152 255);
  left: 0px;
  margin-bottom: 23px;
}
.ModDnnForgeLatestArticlesC td:not(.indent) {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  a.button-01.but-search {
    width: 100%;
    margin-top: 10px;
  }
}
a.button-01.but-search {
  background: #eaebef;
  border-radius: 0px;
  text-align: center;
  margin: auto;
  margin-top: 8px;
  padding: 8px 8px;
  font-weight: var(--fw-900);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
a.button-01.but-search i.fa.fa-search {
  padding: 5px;
}
a.button-01.but-search {
  color: #0098ff !important;
}
div#dnn_ctr4199_NewsSearch_pnlSearch,
div#dnn_ctr4207_NewsSearch_pnlSearch,
div#dnn_ctr4227_NewsSearch_pnlSearch,
div#dnn_ctr5255_NewsSearch_pnlSearch {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .row-two-col {
    flex-direction: column;
  }
  .DnnModule-4205,
  .DnnModule-4209,
  .DnnModule-4228,
  .DnnModule-5256 {
    width: 50%;
    margin: auto;
    margin-bottom: 32px;
  }
  div#dnn_ctr4199_NewsSearch_pnlSearch,
  div#dnn_ctr4207_NewsSearch_pnlSearch,
  div#dnn_ctr4227_NewsSearch_pnlSearch,
  div#dnn_ctr5255_NewsSearch_pnlSearch {
    width: 50%;
  }
  .ArticleView .section .headding {
    display: inline-table;
  }
  .LoginPanel {
    width: 100%;
    margin-top: 90px;
  }
  .livetabsflatfilledcyan .ui-tabs .ui-tabs-nav {
    display: flex;
    text-align: center;
  }
}
ul.list-08.sty-ul {
  margin: 0px;
  border: 1px solid #8080801a;
  border-top: unset;
}
.rtl .list-08.sty-ul li {
  position: relative;
  padding: 10px 25px 7px 0 !important;
  border-bottom: 1px solid #e9e7e76b;
  text-align: right;
}
.list-08 li a {
  color: #12325d;
  font-size: var(--fz-md);
  line-height: 2;
}
ul.list-08 li:hover {
  font-weight: var(--fw-900);
}
.description h3 > strong {
  font-style: normal;
}
/* ---------------------------------- news ---------------------------------- */
.listingItem .newscontainer {
  width: auto;
  border: solid 0px #eee;
  padding: 15px;
  background: #fff;
  box-shadow: 1px 2px 16px 0 rgb(0 0 0 / 6%);
}
.rtl .listingItem .image {
  float: right;
  padding: 0px;
  margin: 1px;
  border: solid 5px #eee;
  overflow: hidden;
  width: 100%;
}
.listingItem .image img {
  transition: all 0.5s ease;
  background: #0053a5;
  opacity: 0.9;
  width: 100%;
}
.listingItem .date {
  font-size: 10px;
  color: #266ead;
  padding: 5px;
  border: solid 1px #f7f7f7;
  height: 30px;
  float: left;
  width: 100%;
  background: #f7f7f7;
}
.newscontainer .datepane,
.news-content .datepane {
  font-size: 10px;
  background: transparent;
  color: #095497;
  display: inline-block;
  border-radius: 2px;
  padding: 0px 10px;
  margin: -5px 0;
  position: relative;
}
.listingItem .datepane span {
  margin-left: 5px;
}
.listingItem .iconpane {
  float: left;
}
.listingItem .subtitle {
  font-size: 12px;
  color: #00b9e9;
  background: #f7f7f7;
  padding: 4px 5px;
  line-height: 1.7;
}
.cont-l {
  width: 97%;
  text-align: justify;
}
.listingItem .title h2 {
  display: inline-block;
  font-size: 16px;
  color: #0053a5;
  line-height: 1.7;
  margin-bottom: 8px;
  font-weight: 900;
  border-right: 3px solid #00b9e9;
  padding-right: 5px;
}
.listingItem .summary {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
  line-height: 23px;
  min-height: 60px;
  text-align: justify;
}
.listingItem .title {
  margin-top: 3px;
}
div#dnn_ctr4222_ModuleContent ul li,
div#dnn_ctr4222_ModuleContent ul li {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: all ease-in 300ms;
  justify-content: space-around;
  border-bottom: 2px solid #eee;
}
.fa-chevron-left:before {
  font-size: 8px;
  color: #2878eb;
}

.DnnModule-4218 {
  margin-top: 28px;
}
@media only screen and (max-width: 575px) {
  .listingItem .subtitle {
    margin-right: 12px;
  }
}
a[href="#dnn_ctr4222_NewsArchives_treNewsArchives_SkipLink"] {
  display: none;
}
@media only screen and (min-width: 992px) {
  .LoginPanel {
    margin-top: 50px;
  }
}
.news-content-news {
  padding: 5px 0;
  background: #eaebef;
  box-shadow: 1px 2px 16px 0 rgb(0 0 0 / 6%);
  border-radius: 3px;
  margin: 15px 0;
  border-right: 3px solid #00b9e9;
}
.newscontainer .datepane,
.news-content .datepane {
  font-size: 10px;
  background: transparent;
  color: #095497;
  display: inline-block;
  border-radius: 2px;
  padding: 0px 10px;
  margin: -5px 0;
  position: relative;
}
.iconpane a span {
  color: #095497;
}
.ArticleView .datepane {
  float: right;
}
.ArticleView .iconpane {
  float: left;
}
.news-content-news .date {
  font-size: 11px;
  color: #888;
  padding: 5px;
  border: solid 0px #f5f5f5;
  float: left;
  width: 100%;
  background: #fafafa;
  margin: 0 auto 10px;
  line-height: 2.5;
}
/* --------------------------------- button --------------------------------- */
.wrapper__Btn__Title {
  font-size: var(--fz-lg);
  font-weight: var(--fw-900);
  text-align: center;
}
.wrapper__Btn__Title h3 {
  color: var(--mc1);
}
.wrapper-btn {
  padding: 10px 10px 10px !important;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
  transition: var(--transition);
}
.wrapper-btn h3 {
  font-size: var(--fz-md);
  color: var(--mc1);
  font-weight: var(--fw-900);
  margin: 8px 0px 10px 10px;
}
.wrapper__Btn__Content {
  margin-top: 48px;
}
.wrapper-btn:hover {
  border-right: 5px solid var(--mc1-fade-0);
  transition: var(--transition);
}
/* ----------------------------------- faq ---------------------------------- */
.faq__Card {
  margin-bottom: 10px;
}
.faq__Card__Header__Ttl {
  background: #e1eaf1 !important;
  padding: 19px 60px 19px 15px;
  position: relative;
}

.faq__Card__Header.active .faq__Card__Header__Ttl {
  background: #023b6d !important;
  color: white;
}

.faq__Card__Header__Ttl::before,
.faq__Card__Header__Ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all ease 300ms;
  width: 12px;
  border-bottom: 2px solid currentColor;
  right: 1.5rem;
}
.faq__Card__Header__Ttl::before {
  transform: translateY(-50%) rotate(-90deg);
}
.faq__Card__Content {
  display: none;
  color: #272727;
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 0 0 3px 3px !important;
  border-bottom: 0px solid #c8d5e1;
  border-right: 5px solid #2878eb !important;
  padding: 22px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__Card__Content__Download {
  border-radius: 3px;
  border: 2px solid #00b9ff;
  line-height: 44px;
  font-family: "Alata";
  font-weight: 400;
  min-width: 150px;
  padding-bottom: 2px;
  color: #00b9ff !important;
  transition: color ease-in 300ms, background-color ease-in 300ms,
    border-color ease-in 300ms;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.faq__Card__Content > a {
  font-family: inherit;
}
@media only screen and (max-width: 992px) {
  .faq__Card__Header__Ttl {
    font-size: var(--fz-md) !important;
    line-height: var(--lh-lg);
  }
  .faq__Card__Content {
    align-items: flex-end;
    flex-direction: column;
    gap: 16px;
  }
  .faq__Card__Content__Txt {
    line-height: var(--lh-lg);
    font-size: var(--fz-sm) !important;
  }
  .faq__Card__Content > a {
    font-size: 14px;
  }
}
.list-08 li {
  position: relative;
  padding: 10px 25px 7px 0 !important;
  border-bottom: 1px solid #f9f9f9;
  text-align: justify;
}
.list-08 li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 4px #12325d;
  right: 0;
  top: 18px;
  opacity: 0.2;
}
.list-08 li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2878eb;
  right: 0;
  top: 18px;
}
/* ------------------------------- Assistance ------------------------------- */
.wrapper__Assistance__Img {
  margin: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 70px;
}
.wrapper__Assistance__Img::after {
  content: "";
  position: absolute;
  border: 3px solid #0098ff;
  top: -16px;
  bottom: 20px;
  z-index: -1;
  right: -20px;
  left: 85px;
}
.wrapper__Assistance__Content .timeline__left__item p {
  min-height: 70px;
}
@media only screen and (max-width: 767px) {
  .wrapper__Assistance__Content {
    margin-top: 50px;
  }
  .wrapper__Assistance__Img::after {
    right: -7px;
  }
  .wrapper-btn h3 {
    font-size: var(--fz-md) !important;
    line-height: var(--lh-md);
  }
}
.wrapper__Assistance__btn {
  background-color: var(--bw-fade-4);
}
.wrapper__Assistance__btn {
  background-color: var(--bw-fade-4);
  margin-top: 50px;
  padding: 80px 0px;
}
.wrapper__Duties__Title h3 {
  font-size: var(--fz-xl-res);
  font-weight: var(--fw-900);
  padding-bottom: 8px;
}
.wrapper__Duties__Title .title-separator {
  display: block;
  height: 3px;
  position: relative;
  width: 35px;
  border-radius: 10px;
  background-color: var(--mc2);
  margin: 0 10px !important;
}
.wrapper__Duties__Title .title-separator:after {
  content: "";
  position: absolute;
  left: 40px;
  width: 3px;
  height: 3px;
  background: #ffbc00;
  display: inline;
  border-radius: 100%;
}
.wrapper__Duties {
  margin: 80px 0px;
}
.wrapper__Duties__Title {
  margin-bottom: 32px;
}
a#myBtn {
  line-height: 50px;
  float: left;
  padding: 0 60px;
  font-size: 1rem;
  border-radius: 5px;
  margin-bottom: 24px;
  display: inline-block;
}
#moresection {
  transition: var(--transition);
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr;
}

#moresection > .col-md-12 {
  overflow: hidden;
}
#moresection.deactive {
  grid-template-rows: 0fr;
}
.wrapper-Contact-Top .wrapper__Btn__Title {
  margin-bottom: 80px;
}
.wrapper__Assistance__contact {
  margin-top: 50px;
  padding: 40px 0px;
  margin-bottom: 32px;
}
.wrapper__Documentation {
  background: var(--bw-fade-4);
  padding: 80px 0px;
}
.wrapper__Documentation__content p {
  text-align: center;
  margin: 24px 0px 32px;
}
.wrapper__Documentation__content .button-01 {
  line-height: 50px;
  padding: 0 60px;
  font-size: 1rem;
  border-radius: 5px;
  margin-bottom: 24px;
  display: inline-block;
}
.wrapper__Duties__moavenat {
  background: var(--bw-fade-4);
  padding: 80px 0px;
  margin: 80px 0px 0px;
}
.wrapper__Duties__Title {
  margin-top: 70px;
}
.wrapper__Duties__Content {
  margin-bottom: 60px;
}
/* -------------------------------------------------------------------------- */
/*                                Searh Result                                */
/* -------------------------------------------------------------------------- */

.dnnSearchBoxPanel {
  background: none;
  padding: unset;
  margin-top: var(--title-space);
  max-width: unset !important;
  order: 0;
}

.dnnSearchResultAdvancedTip,
div:has(> .dnnSearchResultCountPerPage),
.dnnSearchResultItem-Link {
  display: none !important;
}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
  font-size: var(--fz-t5);
  font-weight: var(--fw-500);
  line-height: var(--lh-t5);
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --icon: 1.5rem;
  --icon-url: url("../assets/icons/chevUp.svg");
  --icon-rotate: 90deg;
  --icon-color: var(--Gray-30);
}

.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Title
  > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Title
  > a::after {
  content: "";
}
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Description {
  color: var(--Gray-40);
  font-weight: var(--fw-400);
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
}

.dnnSearchBox > input[type="text"],
.dnnSearchBox > input[type="text"]:focus {
  position: static !important;
  width: 100% !important;
  order: 1;
  background-color: unset !important;
  font-size: var(--fz-t5);
  line-height: var(--lh-t5);
  font-weight: var(--fw-500);
  color: var(--tc1);
}
.dnnSearchBox > input[type="text"]::placeholder {
  color: var(--Gray-50);
  margin-inline-start: 1rem;
}

.dnnSearchBoxPanel .dnnSearchBox {
  margin: 0;
  box-shadow: none;
  padding: 1rem 2rem;
  background-color: var(--primary-100);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  border: none;
  margin-bottom: 2rem;
}

.dnnSearchBox > a.dnnSearchBoxClearText {
  position: static;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  mask: url(../assets/icons/closeCircled.svg) no-repeat center / cover;
  -webkit-mask: url(../assets/icons/closeCircled.svg) no-repeat center / cover;
  order: 2;
  display: flex !important;
  margin-bottom: unset;
  background: var(--Gray-20) !important;
  transition: var(--transition);
}

.dnnSearchBox_advanced {
  display: none;
}

.dnnSearchBox > a.dnnSearchButton {
  position: static !important;
  margin: 0 !important;
  background-image: none !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  mask: url(../assets/icons/search.svg) no-repeat center / 24px 24px !important;
  -webkit-mask: url(../assets/icons/search.svg) no-repeat center / 24px 24px !important;
  background-color: var(--primary-50) !important;
  order: 0 !important;
}

.dnnSearchResultPanel {
  background: unset;
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-inline-start: auto;
}

.dnnRight:has(.dnnPager-current) {
  display: none;
}

.dnnSearchResultPanel::before {
  content: "Sort:";
  color: var(--Gray-20);
  font-size: var(--fz-t6);
  font-weight: var(--fw-500);
  line-height: var(--lh-t6);
  margin-inline-end: 1rem;
}
body.rtl .dnnSearchResultPanel::before {
  content: "ترتیب براساس";
}

.ModSearchResultsC {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.dnnSearchResultPager,
.dnnSearchResultPanel {
  width: 50%;
}

.dnnSearchResultPager {
  order: 1;
  border: none !important;
  margin: 0 !important;
  vertical-align: middle;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
  font-weight: var(--fw-400);
}

.dnnSearchResultItem-Others,
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Others
  span {
  color: var(--Gray-80);
  font-weight: var(--fw-400);
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
}

.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Description
  b {
  color: var(--secondar-50);
  font-weight: inherit;
}

.dnnSearchResultPanel {
  order: 2;
  margin: 0;
  padding: 0;
}
.dnnSearchResultPager span {
  margin: 0;
}

.dnnSearchResultPager:not(.dnnSearchResultPagerTop) {
  display: none !important;
}

.dnnSearchResultContainer {
  width: 100%;
  margin-top: var(--title-space);
  padding-top: 30px;
  border-image: linear-gradient(
      270deg,
      transparent 0%,
      var(--primary-60) 50%,
      transparent 100%
    )
    1;
  border-top: solid 2px;
  order: 3;
}

.dnnSearchResultSortOptions {
  display: flex;
  gap: 1.5rem;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a,
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
  background: unset !important;
  border-bottom: solid 1px transparent;
  font-size: var(--fz-t6);
  font-weight: var(--fw-500);
  line-height: var(--lh-t6);
  color: var(--Gray-20);
  transition: var(--transition);
  padding: 0 0 0.25rem 0;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li {
  border: none;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a,
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a:hover {
  border-color: var(--primary-50);
  color: var(--primary-50);
}

.dnnSearchResultPanel .dnnSearchResultSortOptions {
  border: none;
  padding: 0;
}

.dnnRight {
  margin-right: 0 !important;
}
.rtl ul.searchSkinObjectPreview {
  width: 100%;
}
input#dnn_dnnSEARCH447100_txtSearch,
input#dnn_dnnSEARCH4471001_txtSearch {
  padding: 8px 16px 8px 16px;
  border: unset;
  border-radius: 0.3125rem;
  width: 268px;
}
.header__Search_Wrapper {
  transform: translate(-22%, 115%);
  z-index: 99;
  transition: var(--transition);
}
ul.searchSkinObjectPreview {
  padding: 8px 16px 8px 16px;
  border: unset;
  border-radius: 0.3125rem;
}
/* -------------------------------- larestan -------------------------------- */
.events-first p {
  font-size: 14px;
}
/* ----------------------------- Photo__gallery ----------------------------- */
.Photo__gallery .details {
  bottom: 0%;
  width: 100%;
  background: #12325dc2 !important;
}
.Photo__gallery .details h2 {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  --line-limit: 2;
}
.Photo__gallery .img {
  transition: var(--transition);
  overflow: hidden;
}
#background__mainpage {
  background-image: url(/Portals/1/Images/home/mapbg.jpg);
  padding: 80px 0px !important;
  margin-top: 2rem;
}
.big__img__gallery .details {
  padding: 1rem;
}
.title-resane h3 {
  font-size: 20px;
}
.small__image__media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.small__image__media .details {
  padding: 0.5rem;
}
.small__image__media h2 {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .title-resane-tasvir,
  .title-resane-video {
    margin-top: 2rem;
  }
  .small__image__media {
    grid-template-columns: 1fr;
  }
  .small__image__media img {
    width: 100%;
  }
  .small__image__media .details {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big__img__gallery img {
    height: 80%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .big__img__gallery img {
    height: 86%;
    width: 100%;
  }
}
.news__Main__Page {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2.5rem;
}
.events {
  grid-area: 1 / 1 / 3 / 2;
}
.events-list:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.events-list:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}
.events-list:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
.events-list:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}

.DnnModule.DnnModule-DnnForge-LatestArticles.DnnModule-6330 {
  background: #fafafa;
  margin-top: -3rem;
  padding: 1rem !important;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .news__Main__Page {
    display: flex;
    flex-direction: column;
  }
  .events-list {
    flex-direction: row;
  }
  .events-list .cont02 {
    margin-top: 8px;
  }
}
.events-list h2 {
  font-size: 13px;
  font-weight: 900;
  color: #023b6d;
  text-align: justify;
  line-height: 1.7;
  display: block;
  margin: 8px 0 0;
  --line-limit: 2 !important;
  display: -webkit-box !important;
}
.events-first .cont01 {
  margin: 0px 24px;
}
.title-resane {
  margin-bottom: 16px;
}
.title-resane-video {
  margin-top: 16px;
}
.Photo__gallery {
  /* overflow: hidden; */
}
.Photo__gallery img {
  transition: 800ms;
  
}

.row-two-col .Photo__gallery:hover img {
  scale: 1.1;
  overflow: hidden;
}
/* chart */
.main__Chart {
  display: none;
}
@media (max-width: 1199px) {
  .main__Chart {
    display: block;
  }
  .table__chart tr > td > a {
    color: black;
  }
  .img__Chart {
    display: none !important;
  }
}
.img__Chart {
  margin-top: -10rem;
  display: flex;
}
/* miz khedmat */
div#LiveTabsWrapper7419 {
  margin: 32px 0px;
}
#LiveTabsWrapper7423 > ul {
  width: 25% !important;
  border: unset !important;
}
#LiveTabsWrapper7423 > ul li {
  border: 1px solid #e8e8e8;
  margin: 0px !important;
}
#LiveTabsWrapper7423 > .mright.ui-tabs-panel {
  width: 75% !important;
  border: unset !important;
  padding: 0px;
}
#LiveTabsWrapper7423 > ul .ui-state-active {
  background: #12325d;
}
#LiveTabsWrapper7423 > ul .ui-state-active > a {
  color: white;
}
#LiveTabsWrapper7423 .ui-tabs-anchor {
  color: black;
  font-size: 14px;
  font-family: "Iransans";
  font-weight: bold;
}
#LiveTabsWrapper7423 thead th {
  background: #12325d !important;
  color: white !important;
  text-align: center;
  font-size: 14px;
}
#LiveTabsWrapper7423 td {
  font-size: 13px;
}
#LiveTabsWrapper7423 td:nth-child(2) {
  text-align: center;
}
/* request-followup */
.nice-select.required {
  border: solid 1px #94a3b8 !important;
  border-radius: 0.5rem !important;
  width: 60% !important;
}
/* faq */

.accoredion__Wrapper {
  position: relative;
  background: white;
}
.accoredion__Item {
  border-bottom: 2px solid gray;
}
.accoredion__Item:hover {
  box-shadow: 0px 4px 12px 0px #66520814;
}
.accoredion__Item.active {
  border: 1px solid black;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  box-shadow: unset;
}
.accoredion__Item:hover .accoredion__Item__Head span {
  background-color: black;
}
.accoredion__Item.active .accoredion__Item__Head span {
  rotate: var(--icon-rotate, 180deg);
}

.accoredion__Item__Head {
  padding: 1rem;
}
.accoredion__Item__Head span {
  background-color: #000000;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
}
.accoredion__Item__Body {
  display: none;
  padding: 0px 1.5rem 1rem;
}
.accoredion__Item.active .accoredion__Item__Body {
  display: block;
}
.accoredion__Title {
  font-size: 14px;
  font-weight: bold;
}
.accoredion__Description p {
  font-size: 14px;
}
#history .description {
  background: white;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: black;
  padding: 1.75rem;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 6px;
}
#history .description p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  font-family: "IRANSans";
  line-height: 1.8;
}
.wraper__introduction__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:50%;
}

/*----------.DNN_Documents---------*/
.DNN_Documents .dnnGridHeader td,
thead.dnnGridHeader th,
tr.dnnGridHeader th {
  color: #fff !important;
  background: #41759a none repeat scroll 0 0 !important;
  border-bottom: 1px solid #41759a !important;
  border-right: 1px solid #41759a !important;
  text-align: center;
  padding: 0.75rem;
}
.DNN_Documents .dnnGridHeader td:nth-child(2n + 1),
thead.dnnGridHeader th:nth-child(2n + 1),
tr.dnnGridHeader th:nth-child(2n + 1) {
  color: #fff !important;
  background: #3b637e none repeat scroll 0 0 !important;
  border-bottom: 1px solid #3b637e !important;
  border-right: 1px solid #3b637e !important;
}
.DNN_Documents .dnnGridHeader td:nth-child(1),
thead.dnnGridHeader th:nth-child(1),
tr.dnnGridHeader th:nth-child(1) {
  background: #41759a none repeat scroll 0 0 !important;
  border-bottom: 1px solid #41759a !important;
  border-right: 1px solid #41759a !important;
}

.DNN_Documents td {
  padding: 0.5rem;
  text-align: center;
}

.DNN_Documents table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
  border: solid 0px transparent;
}
.DNN_Documents .dnnGridAltItem {
  background: #f2f5f8 none repeat scroll 0 0 !important;
  border-bottom: 2px solid #fff;
}
.DNN_Documents .dnnGridItem {
  background: #fafbfc none repeat scroll 0 0;
  border-bottom: 2px solid #fff;
}

.DNN_Documents .DownloadCell a {
  color: #fff !important;
  background: var(--mc1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0.25rem 0.5rem 0.25rem 2rem;
  font-size: 14px;
  position: relative;
}

.DNN_Documents .DownloadCell a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 1.25rem), -50%);
  width: 20px;
  height: 20px;
  background: url("../assets/icons/download.svg") no-repeat center center;
  background-size: contain;
}

@media (max-width: 578px) {
  .DNN_Documents .dnnGridHeader {
    display: none;
  }
}

.img img {
    width: fit-content !important;
}

.img > a img {
  width: 100% !important;
}
/*******************faraynadha*********************/
.ez__Faq_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__Item {
 
  border-bottom: 2px solid gray;
  background: #fff;
  position: relative;
  transition: var(--transition);
 
  overflow: hidden;
}

.faq__Item.active{
  border: 1px solid gray;
  border-radius:1rem;
}

.faq__Question_Wrapper {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: var(--transition);
}

.faq__Question_Wrapper .ezIcon {
  background:unset;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  position:relative;
}
.faq__Question_Wrapper .ezIcon::after{
  content:"";
  width:0.7rem;
  height:0.7rem;
  border:0.15rem solid #000;
  border-right:unset;
  border-top:unset;
  transform:rotate(45deg);
  position:absolute;
  top:0.5rem;
  left:0
}
.faq__Item.active .faq__Question_Wrapper .ezIcon::after {
  transform: rotate(-45deg);
  background: var(--mc3);
}

.inner_Wrapper {
  font-weight: 500 !important;
  line-height: 28px !important;
  font-size: 14px !important;
  padding-inline-start: 1rem;
  transition: var(--transition);
  position: relative;
  text-align: justify;
}

.faq__Answer_Wrapper {
  padding: 0 24px 2rem;
}



.faq__Item:hover .faq__Question_Wrapper {
  color: var(--mc3) !important;
}

.faq__Item:hover .faq__Question_Wrapper .ezIcon {
  background: var(--mc3);
}
.timeline__left__item a{
  color: #444 !important;
  font-size: 14px;
}
.wrapper_Manager img{
  object-fit: contain;
  
}
/***********************************News***********************************/
#dnn_ctr7456_NewsSearch_pnlSearch{
  
  width: 100%;
}
#articleSearchFormSmall{
  width: 100% !important;
  margin-bottom: 2rem !important;
}
.rtl #articleSearchFormSmall input[type="text"]{
  width: 100% !important;
}
#articleSearchFormSmall input[type="submit"]{
  left: 0 !important;
}
/****************************Container****************************/
.Title_News{
border-radius: 0.5rem;
}
.Title_News h3{
  background-color: var(--tc2);
  
}
.Title_News .heading_wrapper{
   background: #fff;
  box-shadow: 1px 2px 16px 0 rgb(0 0 0 / 6%);
  
}
.Title_News h3 span{
  color: var(--mc1) !important;
  display: flex;
  padding: 0.5rem 1rem;
  font-size: 1.01rem;
  font-weight: bold;
}
/****************************************************************/
