@charset "UTF-8";
@media (max-width: 992.98px) {
  .sm {
    display: none !important;
  }
  .mburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mburger b {
    background-color: var(--dark-gray);
    height: 3px;
    width: 25px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mburger b:not(:last-child) {
    margin-bottom: 5px;
  }
  .menu.flex__row {
    margin-inline-start: auto;
    margin-inline-end: -12px;
  }
}
.header__menu, .desktop_megamenu {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__bottom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 98;
}

.color-back--open {
  width: 100%;
  cursor: url("../img/close.png"), auto;
}

.accessibility__btn {
  z-index: 700;
  width: 50px;
  height: 50px;
  border-radius: 0px 15px 15px 0px;
  background: var(--secondary-color);
  position: fixed;
  left: 0px;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #efe2d9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accessibility__btn i {
  font-size: 1.9em;
}
@media (max-width: 992px) {
  .accessibility__btn i {
    font-size: 1.5em;
  }
}

.accessibility__btn:hover {
  color: white;
}

.accessibility__btn:hover .accessibility__tooltip {
  opacity: 1;
  visibility: visible;
}

.accessibility__tooltip {
  opacity: 0;
  visibility: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: white;
  background-color: var(--secondary-color);
  border-radius: 5px;
  position: fixed;
  left: 65px;
  top: calc(50% - 17px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accessibility__tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -7px;
  border-right: 10px solid var(--secondary-color);
}

.accessibility__filter-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}

.accessibility__menu {
  padding-right: 20px;
  padding-left: 20px;
}

.accessibility__menu .text-custom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accessibility__menu .text-custom-info .item {
  -ms-flex-preferred-size: calc(50% - 7.5px);
  flex-basis: calc(50% - 7.5px);
}

.accessibility__menu .text-custom-info .item input {
  width: 100%;
  margin-top: 5px;
}

.accessibility__menu .font-resize {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.accessibility__menu .font-resize a {
  height: 38px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-menu-wrap {
  padding: 15px 0;
}

.st-menu-wrap h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #434343;
  display: block;
  padding-bottom: 10px;
}

.p-radio > input[type=radio] + .p-radio-style {
  float: right;
}

.p-radio > span:first-child {
  margin-left: 0;
  margin-right: 10px;
}

.st-menu-area {
  background: #1f2024;
  padding: 15px;
  margin-bottom: 2px;
}

.st-menu-area .st-menu-item {
  padding: 3px 0;
}

.st-menu-item .p-radio > span:first-child {
  color: #fff;
  font-size: 16px;
}

.st-menu-item .p-radio > span:first-child:hover {
  color: #ffb20e;
}

.st-menu-hr {
  background: #ff3486;
}

.alert .close span {
  display: block;
}

.font-resize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.font-resize > button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0;
  border: 1px solid #000;
  cursor: pointer;
}

.font-resize > button:hover {
  background: #ffb20e;
  color: #fff;
}

label.p-radio {
  display: block;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.alert > p {
  padding-left: 0;
  text-align: justify;
  color: #000;
}

.alert > h4 {
  text-shadow: 0 2px 0 #fff;
  color: #000;
}

.reset-colors {
  background: #ff9103;
  border-radius: 10px;
  padding: 0 5px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.reset-colors:hover {
  background: #444;
  color: #fff;
}

.alert .close {
  color: #000;
  font-weight: 300;
  padding: 0 5px;
  font-size: 26px;
  text-shadow: 0 0 0 #000;
}

.color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-box span {
  width: 80px;
  height: 80px;
  background: #000;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 1px black;
  box-shadow: 1px 1px 1px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}

.color-box span:hover {
  border: 2px solid #ffb20e;
}

.color-box span i {
  height: 14px;
}

.color-box span {
  position: relative;
  cursor: pointer;
}

.color-box span::after,
.color-box span::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
}

.color-box span.website-color-1 {
  background: #16528e;
}

.color-box span.website-color-1::before {
  top: 0;
  background: #e54b4b;
}

.color-box span.website-color-1::after {
  bottom: 0;
  background: #0082c8;
}

.color-box span.website-color-2 {
  background: #ff7062;
}

.color-box span.website-color-2::before {
  top: 0;
  background: #a9e2ff;
}

.color-box span.website-color-2::after {
  bottom: 0;
  background: #32a2ad;
}

.color-box span.website-color-3 {
  background: #fff;
}

.color-box span.website-color-3::before {
  top: 0;
  background: #1f1f1f;
}

.color-box span.website-color-3::after {
  bottom: 0;
  background: #404042;
}

body.website-color-1 .header-menu {
  background: #16528e;
}

body.website-color-1 .box-area .content .portfolio-content h2 a:hover,
body.website-color-1 .list-news .content ul li a:hover,
body.website-color-1 .post-item .post-item-description > h2,
body.website-color-1 .post-item .post-item-description > h2 > a,
body.website-color-1 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
  color: #004e88;
}

body.website-color-1 .post-item .post-image .post-meta-category {
  background-color: #e54b4b;
}

body.website-color-1 #espritmenu ul li:hover,
body.website-color-1 .box-area .title.back-color h2,
body.website-color-1 .ms-tabs .ms-thumb-frame-selected {
  background: #e54b4b;
}

body.website-color-1 .box-area #espritmenu ul > li > a::before {
  border-top: 5px solid #e54b4b;
}

.svg-wrapper svg g > a:hover path,
body.website-color-1 .svg-wrapper svg a.selected path,
body.website-color-1 .svg-wrapper svg > a:hover path {
  border-top: 5px solid #e54b4b;
}

body.website-color-1 .box-area .title,
body.website-color-1 .box-area .title a.link-archive:hover {
  border-bottom: 1px solid #0082c8;
}

body.website-color-1 .bazresi-address-phone i,
body.website-color-1 .list-news .content ul li::before,
body.website-color-1 .portfolio-item .portfolio-zoom-icon i {
  color: #0082c8;
}

body.website-color-2 .header-menu {
  background: #ff7062;
}

body.website-color-2 .box-area .content .portfolio-content h2 a:hover,
body.website-color-2 .list-news .content ul li a:hover,
body.website-color-2 .post-item .post-item-description > h2,
body.website-color-2 .post-item .post-item-description > h2 > a,
body.website-color-2 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
  color: #ff7062;
}

body.website-color-2 .post-item .post-image .post-meta-category {
  background-color: #a9e2ff;
}

body.website-color-2 #espritmenu ul li:hover,
body.website-color-2 .box-area .title.back-color h2,
body.website-color-2 .ms-tabs .ms-thumb-frame-selected {
  background: #a9e2ff;
}

body.website-color-2 .box-area #espritmenu ul > li > a::before {
  border-top: 5px solid #a9e2ff;
}

.svg-wrapper svg g > a:hover path,
body.website-color-2 .svg-wrapper svg a.selected path,
body.website-color-2 .svg-wrapper svg > a:hover path {
  border-top: 5px solid #a9e2ff;
}

body.website-color-2 .box-area .title,
body.website-color-2 .box-area .title a.link-archive:hover {
  border-bottom: 1px solid #32a2ad;
}

body.website-color-2 .bazresi-address-phone i,
body.website-color-2 .list-news .content ul li::before,
body.website-color-2 .portfolio-item .portfolio-zoom-icon i {
  color: #32a2ad;
}

body.website-color-3 .st-content {
  background: #282828;
}

body.website-color-3 #header.header-sticky .header-inner {
  background-color: #505050 !important;
}

body.website-color-3 #header[data-transparent=true].header-sticky.sticky-active .header-inner {
  background-image: none;
}

body.website-color-3 .sticky-active .logo-bazresi {
  background: 0 0;
}

body.website-color-3 .sticky-active .logo-bazresi a > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.website-color-3 .parallax-container {
  background: #39393b url("") !important;
}

body.website-color-3 #footer .footer-content {
  background: #1c1c1c url("") no-repeat center center;
}

body.website-color-3 #footer .copyright-content {
  background-color: #131313;
}

body.website-color-3 .header-menu {
  background-color: #1f1f1f;
}

body.website-color-3 #espritmenu > ul > li > a:hover {
  color: fff !important;
}

body.website-color-3 #espritmenu ul > li > a::before {
  border-top: 5px solid #fff;
}

body.website-color-3 .services-links {
  background: #404042;
}

body.website-color-3 .services-links a {
  color: #fff !important;
}

body.website-color-3 #header[data-transparent=true].dark .header-inner {
  background-color: #505050;
  background-image: none;
}

body.website-color-3 .logo-bazresi {
  background: url(../img/header-center-logo-black.png) no-repeat center top;
}

body.website-color-3 #topbar {
  border-bottom: 3px solid #4f4f4f;
  margin-bottom: 0;
}

body.website-color-3 #header .header-inner #logo a > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.website-color-3 .box-area .content {
  background: #404042;
}

body.website-color-3 .news-slider .card {
  background: #404042;
}

body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h3,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h2,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h2 a,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description p {
  color: #fff;
}

body.website-color-3 .ms-tabs .ms-thumb-frame {
  background-color: #1c1c1c;
  color: #fff;
}

body.website-color-3 .ms-tabs.ms-has-thumb .ms-tab-context p {
  color: #fff;
}

body.website-color-3 .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  border-left-color: #1f1f1f;
}

body.website-color-3 .ms-tabs .ms-thumb-frame-selected {
  -webkit-box-shadow: 2px 0 0 #1f1f1f inset;
  box-shadow: 2px 0 0 #1f1f1f inset;
}

body.website-color-3 .post-item .post-item-wrap {
  background-color: #404042;
}

body.website-color-3 .ms-tabs .ms-thumb-frame {
  background-color: #1f1f1f;
  border: solid -1px #fff;
}

body.website-color-3 .box-area .title a.link-archive {
  color: #fff;
}

body.website-color-3 .box-area .title.back-full-color {
  background: #404042;
}

body.website-color-3 .box-area .title h2 {
  background: #404042;
  color: #fff;
}

body.website-color-3 .btn.btn-danger {
  background-color: #404042;
  border-color: #404042;
}

body.website-color-3 .other-links .item h3 a {
  color: #fff;
}

body.website-color-3 .box-area .content .portfolio-content h2 a,
body.website-color-3 .list-news .content ul li a,
body.website-color-3 .post-item .post-item-description > h2,
body.website-color-3 .post-item .post-item-description > h2 > a,
body.website-color-3 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
  color: #fff;
}

body.website-color-3 .post-item .post-image .post-meta-category {
  background-color: #000;
}

body.website-color-3 #espritmenu ul li:hover,
body.website-color-3 .box-area .title.back-color h2,
body.website-color-3 .ms-tabs .ms-thumb-frame-selected {
  background: #404042;
}

body.website-color-3 .box-area #espritmenu ul > li > a::before {
  border-top: 5px solid #000;
}

.svg-wrapper svg g > a:hover path,
body.website-color-3 .svg-wrapper svg a.selected path,
body.website-color-3 .svg-wrapper svg > a:hover path {
  border-top: 5px solid #000;
}

body.website-color-3 .box-area .title,
body.website-color-3 .box-area .title a.link-archive:hover {
  border-bottom: 1px solid #000;
}

body.website-color-3 .bazresi-address-phone i,
body.website-color-3 .list-news .content ul li::before,
body.website-color-3 .portfolio-item .portfolio-zoom-icon i {
  color: #fff;
}

body.website-color-3 {
  background: #fdbe2d;
}

body.website-color-3 {
  background: #e83b5d;
}

.st-container,
.st-content,
.st-pusher {
  height: 100%;
}

.st-content {
  background: #f9f9f9;
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
  overflow: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(40, 53, 70, 0.4);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #292e35;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
  display: none;
}

.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0) !important;
  transform: translate3d(300px, 0, 0) !important;
  cursor: url(../img/close.png), pointer;
}

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: fixed;
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #000;
  overflow: auto;
}

.st-effect-4.st-menu::after {
  display: none;
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}

.modal-xlg {
  max-width: 1400px;
}

.modal {
  top: 50%;
}

.modal-content {
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.2);
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-open .modal {
  height: 100vh;
}

.modal-top-links .card-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 15px;
}

a.btn {
  min-width: 200px;
  width: auto;
  padding: 18px 0;
  /*! position:static; */
  /*! top:50%; */
  /*! left:50%; */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, 0);
  border-radius: 0;
  background: #f4f8fb;
  background-color: #f4f8fb;
}

.modal-top-links .card-deck {
  margin: 0 -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-top-links .card-deck .card {
  margin: 0 0 1rem;
}

.classes_list .button-item {
  display: block;
  padding: 0.75em;
  margin: 0 0 5px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  text-decoration: none;
  border-bottom: none !important;
  font-size: 16px;
  background: #f4f8fb;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.classes_list .button-item:hover {
  color: white;
  background-color: var(--secondary-color);
}

.classes_list .button-item.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--secondary-color);
}

body.zones {
  -webkit-box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
}

body.zones:hover {
  -webkit-box-shadow: inset 0 0 0 1px purple !important;
  box-shadow: inset 0 0 0 1px purple !important;
}

body.zones * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
}

body.zones :hover {
  -webkit-box-shadow: inset 0 0 0 1px red !important;
  box-shadow: inset 0 0 0 1px red !important;
}

body.zones * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
}

body.zones * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px #00f !important;
  box-shadow: inset 0 0 0 1px #00f !important;
}

body.zones * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
}

body.zones * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px green !important;
  box-shadow: inset 0 0 0 1px green !important;
}

body.zones * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
}

body.zones * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px purple !important;
  box-shadow: inset 0 0 0 1px purple !important;
}

body.zones * + * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
}

body.zones * + * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px red !important;
  box-shadow: inset 0 0 0 1px red !important;
}

body.zones * + * + * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
}

body.zones * + * + * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px #00f !important;
  box-shadow: inset 0 0 0 1px #00f !important;
}

body.zones * + * + * + * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
}

body.zones * + * + * + * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px green !important;
  box-shadow: inset 0 0 0 1px green !important;
}

body.grayscale,
body.zones.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrapper.colorblind1,
body.zones.colorblind1 {
  -webkit-filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
  filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind1,
body.zones.colorblind1 {
  filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
}

.wrapper.colorblind2,
body.zones.colorblind2 {
  -webkit-filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind2,
body.zones.colorblind2 {
  filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
}

.wrapper.colorblind3,
body.zones.colorblind3 {
  -webkit-filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
  filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind3,
body.zones.colorblind3 {
  filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
}

.wrapper.colorblind4,
body.zones.colorblind4 {
  -webkit-filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind4,
body.zones.colorblind4 {
  filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
}

.wrapper.colorblind5,
body.zones.colorblind5 {
  -webkit-filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
  filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind5,
body.zones.colorblind5 {
  filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
}

.wrapper.colorblind6,
body.zones.colorblind6 {
  -webkit-filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind6,
body.zones.colorblind6 {
  filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
}

.wrapper.colorblind7,
body.zones.colorblind7 {
  -webkit-filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
  filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
body.colorblind7,
body.zones.colorblind7 {
  filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
}

.wrapper.colorblind8,
body.zones.colorblind8 {
  -webkit-filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind8,
body.zones.colorblind8 {
  filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
}

.st-menu .btn-group a.btn {
  min-width: auto !important;
  left: 0;
  top: 0;
  font-size: 1.2em;
  margin: 0 !important;
}

.st-menu .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-info-wrap .news-tools li.font-resize a.btn {
  min-width: auto;
  left: 0;
  top: 0;
  padding: 6px 12px 3px;
  margin: 0 !important;
  font-size: 16px;
}

.ostan-menu {
  background-color: #00bbda;
  height: 30px;
}

.ostan-menu ul li {
  list-style: none;
  float: right;
  border-left: 1px solid #009bb5;
}

.ostan-menu a {
  color: #004e88 !important;
}

.ostan-menu ul li a {
  display: block;
  line-height: 22px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}

.ostan-menu ul li::before {
  /*! content: ''; */
  /*! position: absolute; */
  /*! left: 0px; */
  /*! top: 50%; */
  /*! width: 0px; */
  /*! height: 30px; */
  /*! background: #00365e; */
  /*! transform: translateY(-50%); */
}

.ostan-menu ul li a:hover {
  color: #fff !important;
}

.ostan-menu ul li:last-child {
  border-left: 0;
}

.search-form .form-control {
  color: #fff;
}

.es-search-result strong {
  background-color: #47b0de;
  padding: 1px;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  color: #555;
  font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

#miz-main-menu {
  clear: both;
}

@media (min-width: 768px) {
  #miz-main-menu {
    float: right;
    clear: none;
  }
}
.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon,
.main-menu-btn-icon:after,
.main-menu-btn-icon:before {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: 0 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked) ~ #miz-main-menu {
  display: none;
}

#main-menu-state:checked ~ #miz-main-menu {
  display: block;
}

@media (min-width: 768px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  #main-menu-state:not(:checked) ~ #miz-main-menu {
    display: block;
  }
}
[class*=mm-menu_fx-listitems-] .mainmenu-mobile .mm-listitem:last-child {
  background: #fbbc05;
  color: #000;
}

.alert-browser-check {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 21px;
  padding: 20px 30px 20px 30px;
}

.alert-browser-check .close {
  color: #fff;
  left: auto;
  right: 0;
  opacity: 1;
}

.journals .es-post-dis .es-book-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#st-trigger-effects button {
  position: fixed;
  top: 240px;
  left: 0;
  z-index: 99;
  background: 0 0;
  border: 0 solid;
  background: #ff9f0b;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  line-height: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  cursor: pointer;
}

#st-trigger-effects button:hover {
  padding: 10px 15px;
  background: #ff9b00;
}

#st-trigger-effects button i {
  font-size: 2em;
}

#menu-1 {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  left: -100%;
}

.menu-1--open {
  visibility: visible;
  left: 0 !important;
  z-index: 99 !important;
  top: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.color-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 98;
}

.color-back--open {
  width: 100%;
  cursor: url("../img/close.png"), auto;
}

.text-customize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.text-customize button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0;
  padding: 7px 0;
  background-color: #f4f8fb;
  font-size: 0.8em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: IRANSans;
  text-align: center;
}

.text-customize button:hover {
  background-color: var(--secondary-color);
}

.text-customize button[disabled] {
  opacity: 0.6;
}

.text-customize button:not(:last-child) {
  border-left: 0.5px solid #d4d4d4;
}

.text-custom-info {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.st-menu {
  overflow-y: auto;
}

.filter-holder {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rvfs-decrease,
.rvfs-increase {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rvfs-decrease:hover,
.rvfs-increase:hover {
  background-color: var(--secondary-color);
}

.alert > p {
  color: white !important;
}

.alert-info {
  color: white;
  background-color: var(--secondary-color);
  border-color: #e7e7e7;
  font-size: 1em;
  padding-top: 24px;
  position: relative;
}

.alert-info button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.bgcolorbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
  overflow: hidden;
  border-radius: 5px;
}

.bgcolorbtndef {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  height: 35px;
  border: none;
  font-family: IRANSans;
  text-align: center;
}

.bgcolorbtn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
}

.menu-1--open + .accessibility a {
  -webkit-transform: translateX(-250px) translateY(-50%);
  transform: translateX(-250px) translateY(-50%);
}

@media (max-width: 1369.98px) and (min-width: 1200px) {
  .accessibility__btn {
    width: 45px;
    height: 45px;
    font-size: 0.7em;
  }
}
@media (max-width: 1199.98px) and (min-width: 992.99px) {
  .accessibility__btn {
    width: 45px;
    height: 45px;
    font-size: 0.7em;
  }
}
@media (max-width: 992.98px) {
  .accessibility__btn {
    width: 35px;
    height: 35px;
    font-size: 0.7em;
  }
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

.sm-simple.sm-rtl > li:last-child > a {
  padding-left: 0;
  margin-left: 0;
}

.sm-simple {
  background: #f2f5ff;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: "+";
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: #fff;
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: var(--font-size);
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: transparent;
  }
  .sm-simple a {
    padding: 0 8px;
  }
  .sm-simple ul a,
  .sm-simple ul a:hover,
  .sm-simple ul a:focus,
  .sm-simple ul a:active,
  .sm-simple ul a.highlighted {
    color: var(--primary-color);
    width: 100%;
  }
  .sm-simple ul a {
    padding-right: 10px;
  }
  .sm-simple ul {
    background-color: #fff;
  }
  .sm-simple > li > a {
    background: none !important;
  }
  .sm-simple > li > a {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-inline-start: 0;
    font-weight: 500;
    font-size: 1em;
    font-size: 1em;
    color: #2C2C2C !important;
    gap: 4px;
  }
  .sm-simple > li > a:hover {
    color: var(--secondary-color) !important;
  }
}
@media (min-width: 768px) and (max-width: 1360px) {
  .sm-simple > li > a {
    gap: 3px;
  }
}
@media (min-width: 768px) {
  .sm-simple li:last-child > a {
    border-left: none;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple li > a .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: "+";
  }
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #023047;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    position: unset;
    margin-right: 7px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
.sm-simple ul a {
  padding-top: 15px;
  padding-bottom: 15px;
}


.sm-simple ul {
  inset-inline-end: 0 !important;
  inset-inline-start: auto;
  top: 40px !important;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .sm-simple ul li {
    padding: 0 !important;
  }
  .sm-simple ul li a {
    font-size: 16px;
    padding: 8px !important;
  }
  .sm-simple ul li .niafam {
    font-size: 11px;
  }
}

.sm-simple .niafam {
  font-size: 11px;
  border-radius: 50%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-simple .niafam:before {
  content: "\e930";
  font-family: rcs;
  padding-inline-end: 1px;
}

.sm-simple li li .niafam {
  transform: rotate(0deg);
  margin-left: auto;
}

.sm-simple.sm-rtl li li .niafam {
  transform: rotate(0);
  margin-left: 0;
  margin-right: auto;
}

.sm-simple > li > a,
.sm-simple li li {
  transition: all 0.2s linear;
}

.sm-simple > li > a {
  color: black;
}

.sm-simple > li > .highlighted {
  color: #fff;
}

.sm-simple li li:hover > a,
.highlighted > a {
  color: var(--yellow);
}

.sm-simple > li > a.highlighted {
  color: var(--secondary-color);
}

.sm-simple li li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}

.sm-simple ul {
  border-radius: 15px;
}

.sm-simple ul li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sm-simple ul li:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.desk_megamenu li,
.desk_megamenu ul li,
.dotsMenu__item {
  list-style: none;
}

dotsMenu,
.dotsMenu__text::before {
  transform: translateY(-50%);
  top: 50%;
}

.header-style .header__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.header-style .header__menu > a {
  text-decoration: none;
}

.header-style .header__menu > a i {
  color: #fff;
  font-size: 2.1rem;
  margin-inline-end: 20px;
}

.header-style .header__menu > a:hover i {
  color: #ef5654;
}

.header-style .header__menu .sm-simple > li > a .niafam::before {
  content: "\e921";
}

.header-style .header__menu .sm-simple > li > a:hover {
  text-shadow: 0 3px 15px rgba(33, 85, 205, 0.3);
}

.header-style .header__menu .sm-simple > li > a:hover .niafam {
  color: #ffe55d;
}

.header-style .header__menu .sm-simple > li ul {
  min-width: 14em !important;
}

.header-style .header__menu .sm-simple > li ul li span {
  font-family: niafam;
  transform: rotate(0);
}

.header-style .bg-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eb1e25;
  border-style: solid;
  border-width: 117px 0 0 70px;
  height: 117px;
  position: absolute;
  inset-inline-start: 0;
  top: 3px;
  width: 545px;
}

.highlighted,
.sm-simple li li:hover {
  color: var(--secondary-color);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  font-size: 16px;
}

@media (max-width: 992.98px) {
  .mm-wrapper_opening .mm-menu_position-bottom .sm,
  .mm-wrapper_opening .mm-menu_position-front .sm,
  .mm-wrapper_opening .mm-menu_position-top .sm {
    display: flex !important;
    flex-direction: column;
  }
  .mm-wrapper_opening .mm-menu_position-bottom .sm li.desk_megamenu-item,
  .mm-wrapper_opening .mm-menu_position-front .sm li.desk_megamenu-item,
  .mm-wrapper_opening .mm-menu_position-top .sm li.desk_megamenu-item {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 20px 10px 0;
    text-align: center;
    width: 100%;
  }
  .js-mega-desk_megamenu-categories-options ul.mm-listview {
    line-height: 46px;
    padding-inline-start: 10px;
  }
  .js-mega-desk_megamenu-categories-options ul.mm-listview a {
    font-size: 1.4rem;
  }
}
[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 0;
}

.js-mega-desk_megamenu-category {
  color: var(--secondary-color) !important;
  font-weight: 700;
  line-height: 35px;
}

button.close {
  background: rgba(0, 0, 0, 0);
  border: none;
}

.st-menu,
.sticky_menu_item p {
  background-color: var(--light-gray);
}

.alert.alert-info.fade.show {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 30px 8px 12px;
}

.st-menu .btn-group a.btn {
  border-inline-end: 0.5px solid #d4d4d4;
  color: var(--primary-color);
  font-family: "IRANSans";
  font-size: 1rem;
  text-decoration: none;
  width: 33%;
}

@media (max-width: 575px) {
  header .container {
    padding: 0;
    width: 99% !important;
  }
}
.desk_megamenu {
  align-items: center;
  display: flex;
  height: 90px;
}

@media (max-width: 992.98px) {
  .header-style {
    height: 85px;
  }
  .header-style .logo__img {
    height: 78px;
  }
  .header-style .bottom .col-12,
  .header-style .bottom .container {
    margin: 0;
    padding: 0;
  }
  .header-style .bottom .mburger b {
    background-color: var(--primary-color);
  }
}
.accessibility {
  z-index: 99;
  position: relative;
}

.accessibility i.niafam-settings-01 {
  color: white;
}

.show__icon i {
  color: white;
}

@media (max-width: 992.99px) {
  .header__top.header-top, .header-bottom__inner {
    padding: 0 10px;
  }
}
.accessibility__menu {
  z-index: 999 !important;
}

@media (max-width: 1850px) {
  .header .header-top::before,
  .header .header-bottom::before {
    right: calc(100% - 8vw);
    height: 70px;
  }
  .header .header-top::after,
  .header .header-bottom::after {
    left: calc(100% - 8vw);
    height: 70px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1540px) {
  .header .header-top::before,
  .header .header-bottom::before {
    right: calc(100% - 6vw);
  }
  .header .header-top::after,
  .header .header-bottom::after {
    left: calc(100% - 6vw);
  }
}
@media (max-width: 1366px) {
  .header .header-top::before,
  .header .header-top::after,
  .header .header-bottom::before,
  .header .header-bottom::after {
    display: none;
  }
  .link-card__icon img {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 1365.98px) {
  .scroll-nav-item {
    width: 30px;
    height: 30px;
  }
}
#menu-1 .sec {
  background-color: var(--light-gray) !important;
}

#menu-1 .sec button:hover, .button-item:hover {
  color: white "";
}

div#menu-1 {
  z-index: 9999999 !important;
}

[dir=ltr] .sm-simple .sm-nowrap > li > a {
  text-align: left;
}
.sm-simple .sm-nowrap > li > a span {
  transform: rotate(90deg) !important;
}

div#menu-1 {
  background-color: var(--secondary-color);
}
div#menu-1 a, div#menu-1 p, div#menu-1 span, div#menu-1 div {
  font-weight: bold;
}
div#menu-1 a, div#menu-1 span, div#menu-1 div {
  color: var(--blue);
}
div#menu-1 .classes_list .button-item {
  background-color: white;
}
div#menu-1 .classes_list .button-item:hover,
div#menu-1 .text-customize button:hover {
  background-color: white;
  color: var(--green);
}
div#menu-1 .text-custom-info {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
div#menu-1 .text-custom-info p {
  color: white !important;
}
div#menu-1 .text-custom-info .item {
  width: 100%;
}
div#menu-1 .text-custom-info .reset_color button {
  background-color: white;
  color: black;
  font-weight: 700;
  font-family: IRANSans;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

nav#menu-1 {
  z-index: 100000000000000000000000 !important;
}

nav#menu-1 .niafam-accessibility:before {
  display: none;
}

div#fontSizeSlider, div#wordSpacingSlider, div#lineHeightSlider {
  margin-top: 10px;
}

.mm-navbar:last-child {
  display: none;
}

:root {
  --primary-color:#334155;
  --secondary-color:#CC0000;
  --dark-gray:#4B5563;
  --black:#000000;
  --white:white;
  --gray: #475569;
  --light-gray: #E2E8F0;
  --light-text: #64748B;
  --color-gray--400: #9CA3AF;
  --color-gray--300: #D1D5DB;
  --color-slate-300: #CBD5E1;
  --color-slate-900:#0F172A;
  --color-slate-700:#111a2d;
  --title: #2C2C2C;
}

@font-face {
  font-family: "rcs";
  src: url("/uploads/rcs_subsite/assets/css/fonts/rcs.ttf") format("ttf"), url("/uploads/rcs_subsite/assets/css/fonts/rcs.woff") format("woff"), url("/uploads/rcs_subsite/assets/css/fonts/rcs.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=niafam-], i[class*=" niafam-"] {
  font-family: "rcs" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.niafam-sub_add:before {
  content: "\e92a";
}

.niafam-sub_call:before {
  content: "\e92b";
}

.niafam-sub_mail:before {
  content: "\e92c";
}

.niafam-sub_map:before {
  content: "\e92d";
}

.niafam-sub_print:before {
  content: "\e92e";
}

.niafam-video-square:before {
  content: "\e92f";
}

.niafam-arrow-down:before {
  content: "\e930";
}

.niafam-arrow-left1:before {
  content: "\e931";
}

.niafam-arrow-right:before {
  content: "\e932";
}

.niafam-calendar-search:before {
  content: "\e933";
}

.niafam-call-calling:before {
  content: "\e934";
}

.niafam-direct:before {
  content: "\e935";
}

.niafam-gallery1:before {
  content: "\e936";
}

.niafam-heart-add:before {
  content: "\e937";
}

.niafam-map1:before {
  content: "\e938";
}

.niafam-menu-board:before {
  content: "\e939";
}

.niafam-mouse-square:before {
  content: "\e93a";
}

.niafam-play-circle:before {
  content: "\e93b";
}

.niafam-profile-2user:before {
  content: "\e93c";
}

.niafam-send-2:before {
  content: "\e93d";
}

.niafam-video-play:before {
  content: "\e93e";
}

.niafam-calendar-2:before {
  content: "\e93f";
}

.niafam-calendar1:before {
  content: "\e940";
}

.niafam-search-normal:before {
  content: "\e941";
}

.niafam-sub_bale:before {
  content: "\e942";
}

.niafam-sub_sorosh:before {
  content: "\e943";
}

.niafam-sub_eita:before {
  content: "\e944";
}

.niafam-newspaper-news-svgrepo-com-1:before {
  content: "\e925";
}

.niafam-gallery:before {
  content: "\e926";
}

.niafam-paramedic:before {
  content: "\e927";
}

.niafam-public-service:before {
  content: "\e928";
}

.niafam-pointer:before {
  content: "\e929";
}

.niafam-x-symbol-svgrepo-com:before {
  content: "\e924";
}

.niafam-support:before {
  content: "\e922";
}

.niafam-Icon-Stroke:before {
  content: "\e921";
}

.niafam-user1:before {
  content: "\e911";
}

.niafam-bale:before {
  content: "\e917";
}

.niafam-eita:before {
  content: "\e918";
}

.niafam-facebook:before {
  content: "\e919";
}

.niafam-twitter1:before {
  content: "\e91a";
}

.niafam-Soroush:before {
  content: "\e91b";
}

.niafam-Instagram:before {
  content: "\e91c";
}

.niafam-mail:before {
  content: "\e91d";
}

.niafam-map:before {
  content: "\e91e";
}

.niafam-call:before {
  content: "\e91f";
}

.niafam-post_code:before {
  content: "\e920";
}

.niafam-user:before {
  content: "\e8e4";
}

.niafam-idea:before {
  content: "\e901";
}

.niafam-instagram:before {
  content: "\e905";
}

.niafam-left--arrow:before {
  content: "\e906";
}

.niafam-medicen:before {
  content: "\e907";
}

.niafam-surgery-room:before {
  content: "\e908";
}

.niafam-system_rcs:before {
  content: "\e909";
}

.niafam-search:before {
  content: "\e90a";
}

.niafam-right--arrow:before {
  content: "\e90b";
}

.niafam-play:before {
  content: "\e90c";
}

.niafam-telegram:before {
  content: "\e90d";
}

.niafam-transparency:before {
  content: "\e90e";
}

.niafam-twitter:before {
  content: "\e90f";
}

.niafam-univercity:before {
  content: "\e910";
}

.niafam-education:before {
  content: "\e912";
}

.niafam-give-money:before {
  content: "\e913";
}

.niafam-handshake:before {
  content: "\e914";
}

.niafam-home:before {
  content: "\e915";
}

.niafam-arrow-left:before {
  content: "\e916";
}

.niafam-settings:before {
  content: "\e923";
}

.niafam-aparat:before {
  content: "\e900";
}

.niafam-arrow:before {
  content: "\e902";
}

.niafam-calendar:before {
  content: "\e903";
}

.niafam-down-arrow:before {
  content: "\e904";
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

html[lang=fa], html[lang=ar] {
  direction: rtl;
  text-align: right;
}

html:not([lang=fa]):not([lang=ar]) {
  direction: ltr;
  text-align: left;
}

.text__primary {
  color: var(--primary-color);
}
.text__red {
  color: var(--secondary-color);
}
.text__black {
  color: var(--black);
}
.text__white {
  color: var(--white);
}
.text__gray {
  color: var(--gray);
}
.text__light_gray {
  color: var(--light-gray);
}
.text__dark_gray {
  color: var(--dark-gray);
}
.text__light_text {
  color: var(--light-text);
}
.text__title {
  color: var(--title);
}
.text__9 {
  font-size: 0.5625em;
  font-size: clamp(0.5625em, 0.5625em + 0vw, 0.5625em);
}
.text__10 {
  font-size: 0.625em;
  font-size: clamp(0.625em, 0.625em + 0vw, 0.625em);
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.8125em;
}
.text__14 {
  font-size: 0.75em;
  font-size: clamp(0.75em, 0.725em + 0.125vw, 0.875em);
}
.text__15 {
  font-size: 0.8125em;
  font-size: clamp(0.8125em, 0.7875em + 0.125vw, 0.9375em);
}
.text__16 {
  font-size: 0.875em;
  font-size: clamp(0.875em, 0.85em + 0.125vw, 1em);
}
.text__17 {
  font-size: 0.9375em;
  font-size: clamp(0.9375em, 0.9125em + 0.125vw, 1.0625em);
}
.text__18 {
  font-size: 1em;
  font-size: clamp(1em, 0.975em + 0.125vw, 1.125em);
}
.text__19 {
  font-size: 1.0625em;
  font-size: clamp(1.0625em, 1.0375em + 0.125vw, 1.1875em);
}
.text__20 {
  font-size: 1.125em;
  font-size: clamp(1.125em, 1.1em + 0.125vw, 1.25em);
}
.text__22 {
  font-size: 1.25em;
  font-size: clamp(1.25em, 1.225em + 0.125vw, 1.375em);
}
.text__24 {
  font-size: 1.375em;
  font-size: clamp(1.375em, 1.35em + 0.125vw, 1.5em);
}
.text__25 {
  font-size: 1.4375em;
  font-size: clamp(1.4375em, 1.4125em + 0.125vw, 1.5625em);
}
.text__26 {
  font-size: 1.375em;
  font-size: clamp(1.375em, 1.325em + 0.25vw, 1.625em);
}
.text__28 {
  font-size: 1.5em;
  font-size: clamp(1.5em, 1.45em + 0.25vw, 1.75em);
}
.text__30 {
  font-size: 1.625em;
  font-size: clamp(1.625em, 1.575em + 0.25vw, 1.875em);
}
.text__32 {
  font-size: 1.75em;
  font-size: clamp(1.75em, 1.7em + 0.25vw, 2em);
}
.text__36 {
  font-size: 2em;
  font-size: clamp(2em, 1.95em + 0.25vw, 2.25em);
}
.text__40 {
  font-size: 2.25em;
  font-size: clamp(2.25em, 2.2em + 0.25vw, 2.5em);
}
.text__42 {
  font-size: 2.25em;
  font-size: clamp(2.25em, 2.175em + 0.375vw, 2.625em);
}
.text__48 {
  font-size: 2.75em;
  font-size: clamp(2.75em, 2.7em + 0.25vw, 3em);
}
.text__50 {
  font-size: 2.875em;
  font-size: clamp(2.875em, 2.825em + 0.25vw, 3.125em);
}
.text__Heavy {
  font-weight: 1000;
}
.text__ExtraBlack {
  font-weight: 950;
}
.text__black_w {
  font-weight: 900;
}
.text__ExtraBold {
  font-weight: 800;
}
.text__bold {
  font-weight: bold;
}
.text__DemiBold {
  font-weight: 600;
}
.text__medium {
  font-weight: 500;
}
.text__regular {
  font-weight: normal;
}
.text__light {
  font-weight: 300;
}
.text__UltraLight {
  font-weight: 200;
}
.text__thin {
  font-weight: 100;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.flex__column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.flex__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.flex__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gap__4 {
  gap: 4px;
}
.gap__5 {
  gap: 5px;
}
.gap__6 {
  gap: 6px;
}
.gap__7 {
  gap: 7px;
}
.gap__8 {
  gap: 8px;
}
.gap__10 {
  gap: 10px;
}
.gap__12 {
  gap: 12px;
}
.gap__14 {
  gap: 14px;
}
.gap__15 {
  gap: 15px;
}
.gap__16 {
  gap: 16px;
}
.gap__20 {
  gap: 20px;
}
.gap__25 {
  gap: 25px;
}
.gap__30 {
  gap: 30px;
}
.gap__40 {
  gap: 40px;
}
.gap__60 {
  gap: 60px;
}

.border__radius_4 {
  border-radius: 4px;
}
.border__radius_5 {
  border-radius: 5px;
}
.border__radius_8 {
  border-radius: 8px;
}
.border__radius_10 {
  border-radius: 10px;
}
.border__radius_12 {
  border-radius: 12px;
}
.border__radius_15 {
  border-radius: 15px;
}
.border__radius_16 {
  border-radius: 16px;
}
.border__radius_18 {
  border-radius: 18px;
}
.border__radius_20 {
  border-radius: 20px;
}
.border__radius_24 {
  border-radius: 24px;
}
.border__radius_25 {
  border-radius: 25px;
}
.border__radius_30 {
  border-radius: 30px;
}

.img-box {
  position: relative;
  overflow: hidden;
}
.img-box img, .img-box video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

a {
  cursor: pointer;
  transition: all 0.2s linear;
}

.row-reverse {
  flex-direction: row-reverse;
}

body {
  font-family: IRANSans;
}

@media (max-width: 1575.98px) {
  .container {
    max-width: 84%;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 1575px) {
  .container {
    max-width: 1290px;
  }
}
.container {
  margin: 0 auto;
}

.img-box img {
  transition: 0.5s;
}

@media (max-width: 1575.98px) {
  .text__11 {
    font-size: 10px;
  }
  .text__12 {
    font-size: 0.635em;
    font-size: clamp(0.635em, 0.635em + 0vw, 0.635em);
  }
  .text__13 {
    font-size: 0.6875em;
  }
  .text__14 {
    font-size: 0.75em;
  }
  .text__15 {
    font-size: 0.8125em;
  }
  .text__16 {
    font-size: 0.75em;
    font-size: clamp(0.75em, 0.725em + 0.125vw, 0.875em);
  }
  .text__17 {
    font-size: 0.8125em;
    font-size: clamp(0.8125em, 0.7875em + 0.125vw, 0.9375em);
  }
  .text__18 {
    font-size: 0.875em;
    font-size: clamp(0.875em, 0.85em + 0.125vw, 1em);
  }
  .text__19 {
    font-size: 0.9375em;
    font-size: clamp(0.9375em, 0.9125em + 0.125vw, 1.0625em);
  }
  .text__20 {
    font-size: 1em;
    font-size: clamp(1em, 0.975em + 0.125vw, 1.125em);
  }
  .text__22 {
    font-size: 1.125em;
    font-size: clamp(1.125em, 1.1em + 0.125vw, 1.25em);
  }
  .text__24 {
    font-size: 1.25em;
    font-size: clamp(1.25em, 1.225em + 0.125vw, 1.375em);
  }
  .text__26 {
    font-size: 1.375em;
    font-size: clamp(1.375em, 1.35em + 0.125vw, 1.5em);
  }
  .text__28 {
    font-size: 1.375em;
    font-size: clamp(1.375em, 1.325em + 0.25vw, 1.625em);
  }
  .text__30 {
    font-size: 1.5em;
    font-size: clamp(1.5em, 1.45em + 0.25vw, 1.75em);
  }
  .text__32 {
    font-size: 1.625em;
    font-size: clamp(1.625em, 1.575em + 0.25vw, 1.875em);
  }
}
/* استایل‌های نهایی برای تنظیمات قالب */
.offcanvas-settings {
  position: fixed;
  top: 0;
  left: -600px;
  width: 300px;
  height: 100%;
  background: #f8f8f8 !important;
  box-shadow: 30px 0px 60px 30px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 10px;
  transition: left 0.3s;
  z-index: 1000;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f8f8f8;
}

#search-popup {
  background-color: rgba(26, 26, 37, 0.87);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
#search-popup .search-close-btn {
  top: 80px;
  position: absolute;
  inset-inline-start: 60px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
#search-popup .search-close-btn .niafam {
  color: var(--secondary-color);
  font-size: 40px;
}
#search-popup .search-form-wrapper {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-popup form.search-form {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  max-width: 500px;
  position: relative;
}
#search-popup input {
  font-family: dana;
  font-size: 16px;
  font-weight: 500;
}
#search-popup form.search-form .niafam-search {
  background-color: transparent;
  color: var(--secondary-color);
  position: absolute;
  inset-inline-end: 22px;
  top: 50%;
  transform: translateY(-50%);
}
#search-popup form.search-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--secondary-color);
  border-radius: 16px;
  width: 100%;
  height: 45px;
}
#search-popup input[type=search]::-webkit-search-decoration,
#search-popup input[type=search]::-webkit-search-cancel-button,
#search-popup input[type=search]::-webkit-search-results-button,
#search-popup input[type=search]::-webkit-search-results-decoration {
  display: none;
}

#search-popup.show {
  display: flex;
}

.svg__class {
  display: none;
}

#menu-1.st-menu::after {
  background-color: transparent;
  display: none;
}

[dir=ltr] .accessibility__btn {
  top: calc(18% - 20px);
}

.social-button {
  position: fixed;
  top: 70%;
  inset-inline-start: 0;
  width: 51px;
  background: #334155;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: block;
  z-index: 99;
}
@media (max-width: 1360.98px) {
  .social-button {
    width: 44px;
  }
}
@media (max-width: 992.98px) {
  .social-button {
    width: 30px;
  }
}

.social-button:hover {
  background: #1e293b;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.button-main {
  padding: 32px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  transition: all 0.3s ease;
}
@media (max-width: 1360.98px) {
  .button-main {
    padding: 24px 8px;
    min-height: 105px;
  }
}
@media (max-width: 992.98px) {
  .button-main {
    padding: 18px 5px;
    min-height: 90px;
  }
}

.button-text {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (max-width: 1360.98px) {
  .button-text {
    font-size: 0.875em;
    font-size: clamp(0.875em, 0.85em + 0.125vw, 1em);
  }
}
@media (max-width: 992.98px) {
  .button-text {
    font-size: 0.75em;
    font-size: clamp(0.75em, 0.725em + 0.125vw, 0.875em);
  }
}

[dir=ltr] .niafam.niafam-arrow-left1 {
  transform: rotate(180deg);
}

[dir=ltr] i.niafam.niafam-arrow-right {
  transform: rotate(180deg);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  z-index: 12;
}
.header .shoar {
  position: absolute;
  inset-inline-end: 30px;
  top: 30px;
  width: fit-content;
}
.header .shoar img {
  max-height: 113px;
  width: fit-content;
}
@media (max-width: 1575.98px) {
  .header .shoar {
    inset-inline-end: 20px;
  }
}
@media (max-width: 1360.98px) {
  .header .shoar {
    inset-inline-end: 15px;
    top: 20px;
    width: fit-content;
  }
}
@media (max-width: 1200.98px) {
  .header .shoar {
    inset-inline-end: 10px;
    top: 10px;
    width: fit-content;
  }
}
@media (max-width: 992.98px) {
  .header .shoar {
    top: 0;
    inset-inline-end: 90px;
  }
  .header .shoar img {
    max-height: 90px;
  }
}
@media (max-width: 780.98px) {
  .header .shoar {
    inset-inline-end: 80px;
  }
}
@media (max-width: 768.98px) {
  .header .shoar {
    inset-inline-end: 60px;
  }
}
@media (max-width: 620.98px) {
  .header .shoar {
    inset-inline-end: 30px;
  }
  .header .shoar img {
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  .header .shoar {
    top: 75px;
  }
  .header .shoar img {
    max-height: 80px;
  }
}
@media (max-width: 400px) {
  .header .shoar {
    top: 80px;
  }
  .header .shoar img {
    max-height: 70px;
  }
}
.header .container .links_header__item {
  line-height: 25px;
  position: relative;
}
.header .container .links_header__item span {
  transition: 0.4s;
}
.header .container .links_header__item:hover span {
  color: var(--secondary-color);
}
.header .container .logo {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992.98px) {
  .header .container .logo {
    position: static;
    margin: 0;
    order: -1;
    transform: none;
    margin-inline-end: 30px;
  }
}
@media (max-width: 620.98px) {
  .header .container .logo {
    margin-inline-end: 16px;
  }
  .header .container .logo img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 430.98px) {
  .header .container .logo {
    margin-inline-end: 10px;
  }
  .header .container .logo img {
    width: 50px;
  }
}
.header .container .buttons_header {
  flex-direction: row-reverse;
}
@media (min-width: 992.98px) {
  .header .container .buttons_header {
    margin-inline-start: auto;
  }
}
@media (max-width: 992.98px) {
  .header .container .buttons_header {
    justify-content: start;
  }
}
.header .container .buttons_header .lan {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  width: 37px;
  height: 27px;
  margin-inline-start: 16px;
  transition: 0.4s;
}
.header .container .buttons_header .lan a {
  line-height: 28px;
}
.header .container .buttons_header .lan:hover {
  color: var(--secondary-color);
}
@media (max-width: 1200.98px) {
  .header .container .buttons_header .lan {
    margin-inline-start: 10px;
  }
}
.header .container .buttons_header .date {
  line-height: 22px;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.15);
  padding-inline-start: 10px;
}
@media (max-width: 1200.98px) {
  .header .container .buttons_header .date {
    padding-inline-start: 5px;
  }
}
@media (max-width: 992.98px) {
  .header .container .buttons_header .date {
    display: none;
  }
}
.header .container .buttons_header .search-icon-btn {
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200.98px) {
  .header .container .buttons_header .search-icon-btn {
    margin-inline-start: 5px;
    margin-inline-end: 5px;
  }
}
@media (max-width: 992.98px) {
  .header .container .buttons_header .search-icon-btn {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
  }
}
@media (max-width: 1200.98px) {
  .header .container .buttons_header .social {
    gap: 6px;
  }
}
@media (max-width: 992.98px) {
  .header .container .buttons_header .social {
    gap: 12px;
  }
}
.header .container .buttons_header .social__item {
  position: relative;
  transition: 0.4s;
}
.header .container .buttons_header .social__item:hover {
  color: var(--secondary-color);
}
.header .header__menu {
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  margin-top: 15px;
}
@media (max-width: 992.98px) {
  .header .header__menu {
    width: fit-content;
    padding: 8px 16px;
    margin-inline-end: auto;
    margin-inline-start: 0;
    margin-top: 0;
  }
}
@media (max-width: 520.98px) {
  .header .header__menu {
    margin-top: 5px;
  }
}
.header__top {
  margin-top: 15px;
  position: relative;
  height: 115px;
}
@media (max-width: 992.98px) {
  .header__top {
    align-items: start;
    height: fit-content;
  }
}

.header .header__menu.fixed {
  position: fixed;
  z-index: 9999;
  height: fit-content;
  animation: slideDown 0.3s ease !important;
  background-color: rgba(0, 0, 0, 0.64);
  margin-top: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}
.header .header__menu.fixed .mburger b {
  background-color: var(--white);
}
@media (min-width: 992.98px) {
  .header .header__menu.fixed {
    justify-content: center;
  }
}
.header .header__menu.fixed .sm-simple > li > a {
  color: white !important;
}

.header-mobile-wrapper {
  display: none;
}
@media (max-width: 992.98px) {
  .header-mobile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .header-mobile-wrapper .buttons_header.flex__row.show {
    margin-inline-start: 0 !important;
    justify-content: start;
  }
}
@media (max-width: 620.98px) {
  .header-mobile-wrapper {
    gap: 8px;
  }
  .header-mobile-wrapper .links_header {
    gap: 10px;
  }
}
@media (max-width: 430.98px) {
  .header-mobile-wrapper .links_header {
    gap: 6px;
  }
}

html {
  scroll-behavior: smooth;
  position: relative;
}

p, h1, h2, h3, h4, h5, a, span, div, * {
  text-align: start;
  margin: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  text-align: start;
  margin: 0;
  position: relative;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

a {
  text-decoration: none;
  transition: all 0.5s linear;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}

form {
  position: relative;
}
form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--secondary-color);
  border-radius: 100px;
  width: 150px;
  height: 30px;
}
form i {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
form input {
  font-size: 0.625em;
  font-size: clamp(0.625em, 0.6em + 0.125vw, 0.75em);
  padding-inline-start: 10px;
}
form input::placeholder {
  color: white;
  font-size: 0.625em;
  font-size: clamp(0.625em, 0.6em + 0.125vw, 0.75em);
}

.wrapper, .main-container, section, .footer {
  position: relative;
  z-index: 2;
}

.date {
  transition: 0.5s;
}

.wrapper {
  min-height: fit-content;
}

body {
  background-color: #F4F4F5;
}

.carousel-cell img[data-flickity-lazyload] {
  opacity: 0;
  transition: opacity 0.4s;
}

.carousel-cell img.flickity-lazyloaded {
  opacity: 1;
}

.carousel-controls {
  width: 100%;
  height: 24px;
  z-index: 99999999;
  cursor: pointer;
}
.carousel-controls .carousel-btn {
  z-index: 99999999;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.carousel-controls .carousel-btn .niafam {
  color: var(--color-gray--400);
}
.carousel-controls .prevBtn {
  margin-inline-end: 10px;
}
.carousel-controls .nextBtn {
  margin-inline-start: 10px;
}
.carousel-controls .carousel-dots {
  z-index: 999999999;
  cursor: pointer;
  opacity: 1;
}
.carousel-controls .carousel-dots .dot {
  width: 16px;
  height: 2px;
  background-color: var(--color-gray--300);
  border: none;
  opacity: 1;
}
.carousel-controls .carousel-dots .dot.is-selected {
  width: 44px;
  background-color: var(--color-gray--400);
}
@media (max-width: 768px) {
  .carousel-controls .carousel-dots {
    display: none;
  }
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

:root {
  --slider-height: clamp(450px, 36.46vw, 700px);
}
@media (max-width: 992.98px) {
  :root {
    --slider-height: 500px;
  }
}
@media (max-width: 560px) {
  :root {
    --slider-height: 400px;
  }
}

.img-box .category {
  position: absolute;
  inset-inline-start: 5px;
  bottom: 5px;
  background-color: var(--secondary-color);
  padding: 2px 8px;
  z-index: 9999;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.img-box .category:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.img-box .icon__news {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  background: rgba(2, 6, 23, 0.3);
  backdrop-filter: blur(4px);
  padding: 6px;
}

.head {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  height: 33px;
}
@media (max-width: 992.98px) {
  .head {
    margin-bottom: 6px;
  }
}
.head .cicrle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  margin-inline-start: 15px;
}
.head .line {
  margin-inline-start: 5px;
  border-top: 1px solid var(--color-slate-300);
  border-bottom: 1px solid var(--color-slate-300);
  height: 4px;
  flex-grow: 1;
}
.head .archive {
  margin-inline-start: 15px;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}
.head .archive i {
  transition: color 0.3s, transform 0.3s;
}
.head .archive:hover {
  color: var(--secondary-color) !important;
  transform: scale(1.02);
}
.head .archive:hover i {
  color: var(--secondary-color);
}
.head h2.text__title {
  padding-inline-start: 13px;
}

.archive__style {
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  gap: 20px;
  position: relative;
  padding: 5px;
  margin-top: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.archive__style .icon {
  background-color: var(--secondary-color);
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1360.98px) {
  .archive__style .icon {
    padding: 8px;
  }
}
.archive__style .icon .niafam {
  font-size: 50px;
  color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1360.98px) {
  .archive__style .icon .niafam {
    font-size: 40px;
  }
}
.archive__style .title,
.archive__style p {
  transition: color 0.3s ease;
}
.archive__style:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 18px -5px rgba(24, 39, 75, 0.15);
}
.archive__style:hover .icon {
  background-color: var(--secondary-color);
  transform: scale(1.05);
}
.archive__style:hover .icon .niafam {
  opacity: 0.95;
}
@media (max-width: 1170.98px) {
  .archive__style {
    gap: 10px;
  }
  .archive__style .details .title {
    font-size: 0.75em;
    font-size: clamp(0.75em, 0.725em + 0.125vw, 0.875em);
  }
  .archive__style .details .text__16 {
    font-size: 0.75em;
  }
}

.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flickity-prev-next-button .niafam {
  font-size: 24px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  right: -34px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: -34px;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: var(--slider-height);
  transition: height 0.3s ease;
}
.slider-wrapper .slider-carousel {
  width: 100%;
  height: 100%;
}
.slider-wrapper .slider-carousel .carousel-cell {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-wrapper .slider-carousel .carousel-cell::before {
  content: "";
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.6) 0%, rgba(0, 52, 102, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.slider-wrapper .slider-carousel .carousel-cell .img-box {
  width: 100%;
  height: 100%;
}
.slider-wrapper .slider-carousel .carousel-cell .img-box img, .slider-wrapper .slider-carousel .carousel-cell .img-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992.98px) {
  .slider-wrapper .slider-carousel .carousel-cell .img-box img, .slider-wrapper .slider-carousel .carousel-cell .img-box video {
    -webkit-mask-image: url(/uploads/rcs_subsite/assets/img/mask-slider.svg);
    mask-image: url(/uploads/rcs_subsite/assets/img/mask-slider.svg);
    mask-repeat: no-repeat;
    mask-size: 100%;
  }
}
.slider-wrapper .slider-carousel .carousel-cell .cover-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.wrapper {
  position: relative;
}
.wrapper .content-section {
  position: relative;
  z-index: 1;
  margin-top: var(--slider-height);
  background: #F4F4F5;
  transition: margin-top 0.3s ease;
}

.sec_news {
  padding-top: 44px;
  padding-bottom: 22px;
}
.sec_news > .flex__row {
  align-items: start;
}
.sec_news_right {
  flex: 0 2 960px;
}
.sec_news_right .list_imgNews {
  margin-top: 15px;
}
.sec_news_right .list_imgNews__item {
  width: calc(33.3333333333% - 10px);
  padding: 5px;
  padding-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  transition: 0.5s;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 520.98px) {
  .sec_news_right .list_imgNews__item {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    padding-bottom: 5px;
  }
}
.sec_news_right .list_imgNews__item .img-box {
  aspect-ratio: 300/200;
  width: 100%;
  min-height: 200px;
}
@media (max-width: 1360.98px) {
  .sec_news_right .list_imgNews__item .img-box {
    aspect-ratio: 300/150;
    min-height: 150px;
  }
}
@media (max-width: 680.98px) {
  .sec_news_right .list_imgNews__item .img-box {
    aspect-ratio: 250/120;
    min-height: 120px;
  }
}
@media (max-width: 520.98px) {
  .sec_news_right .list_imgNews__item .img-box {
    aspect-ratio: 140/120;
    min-height: 120px;
    max-width: 140px;
  }
}
.sec_news_right .list_imgNews__item .details {
  padding: 0 15px;
}
@media (max-width: 992.98px) {
  .sec_news_right .list_imgNews__item .details {
    padding: 0 6px;
  }
}
@media (max-width: 520.98px) {
  .sec_news_right .list_imgNews__item .details {
    width: calc(100% - 140px - 10px);
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
  }
}
.sec_news_right .list_imgNews__item .details .title {
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 15px;
  transition: 0.5s;
}
@media (max-width: 1360.98px) {
  .sec_news_right .list_imgNews__item .details .title {
    font-size: 0.84em;
  }
}
@media (max-width: 680.98px) {
  .sec_news_right .list_imgNews__item .details .title {
    margin-top: 6px;
    line-height: 22px;
    font-size: 0.73em;
  }
}
.sec_news_right .list_imgNews__item:hover {
  border: 1px solid var(--secondary-color);
}
.sec_news_right .list_imgNews__item:hover .details .title {
  color: var(--secondary-color);
}
@media (max-width: 1575.98px) {
  .sec_news_right {
    flex: 0 2 70%;
  }
}
@media (max-width: 992.98px) {
  .sec_news_right {
    flex: 100%;
    max-width: 100%;
  }
}
.sec_news_left {
  flex: 0 1 315px;
}
.sec_news_left .important__news {
  padding-top: 30px;
  padding-inline-start: 17px;
  padding-inline-end: 30px;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.0509803922);
  background-color: #ffffff;
}
.sec_news_left .important__news__list {
  max-height: 530px;
  overflow-y: scroll;
  padding-inline-end: 10px;
  position: relative;
}
@media (max-width: 1360.98px) {
  .sec_news_left .important__news__list {
    max-height: 440px;
  }
}
@media (max-width: 992.98px) {
  .sec_news_left .important__news__list {
    max-height: 250px;
  }
}
[dir=rtl] .sec_news_left .important__news__list {
  direction: ltr;
}
.sec_news_left .important__news__list::-webkit-scrollbar {
  width: 4px !important;
  height: 30px;
}
.sec_news_left .important__news__list::-webkit-scrollbar-track {
  background: transparent;
}
.sec_news_left .important__news__list::-webkit-scrollbar-thumb {
  background-color: var(--color-gray--300);
  border-radius: 9999px;
  background-clip: padding-box;
  height: 30px;
}
.sec_news_left .important__news__list::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-gray-400);
}
.sec_news_left .important__news__list::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-radius: 4px;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  height: 90px;
  transition: 0.4s;
}
.sec_news_left .important__news__list:hover::before {
  opacity: 0;
  overflow: hidden;
}
.sec_news_left .important__news__list_item {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray--300);
  position: relative;
}
[dir=rtl] .sec_news_left .important__news__list_item {
  direction: rtl;
}
.sec_news_left .important__news__list_item:not(.sec_news_left .important__news__list_item:first-child) {
  margin-top: 16px;
}
.sec_news_left .important__news__list_item .date {
  margin-bottom: 4px;
}
.sec_news_left .important__news__list_item .title {
  line-height: 25px;
  transition: 0.4s;
}
.sec_news_left .important__news__list_item:hover .title {
  color: var(--secondary-color);
}
@media (min-width: 1460px) {
  .sec_news_left .important__news .head {
    height: 33px;
  }
}
@media (max-width: 1575.98px) {
  .sec_news_left {
    flex: 0 1 28%;
  }
}
@media (max-width: 992.98px) {
  .sec_news_left {
    flex: 100%;
  }
}
.sec_news__slider {
  width: 100%;
  height: 349px;
  position: relative;
}
@media (max-width: 1360.98px) {
  .sec_news__slider {
    height: 300px;
  }
}
@media (max-width: 992.98px) {
  .sec_news__slider {
    height: 250px;
  }
}
@media (max-width: 680.98px) {
  .sec_news__slider {
    height: 200px;
  }
}
.sec_news__carousel {
  width: 100%;
  height: 100%;
}
.sec_news__carousel_item {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
}
.sec_news__carousel_item > .flex__row {
  align-items: start;
}
@media (max-width: 1360.98px) {
  .sec_news__carousel_item > .flex__row {
    gap: 15px;
  }
}
@media (max-width: 680.98px) {
  .sec_news__carousel_item > .flex__row {
    gap: 10px;
  }
}
.sec_news__carousel_item .img-box {
  aspect-ratio: 510/339;
  height: 100%;
  min-width: 510px;
}
@media (max-width: 1575.98px) {
  .sec_news__carousel_item .img-box {
    aspect-ratio: 450/339;
    min-width: 450px;
  }
}
@media (max-width: 1360.98px) {
  .sec_news__carousel_item .img-box {
    aspect-ratio: 400/290;
    min-width: 400px;
  }
}
@media (max-width: 1200.98px) {
  .sec_news__carousel_item .img-box {
    aspect-ratio: 320/290;
    min-width: 320px;
  }
}
@media (max-width: 992.98px) {
  .sec_news__carousel_item .img-box {
    aspect-ratio: 320/250;
    max-height: 240px;
  }
}
@media (max-width: 680.98px) {
  .sec_news__carousel_item .img-box {
    aspect-ratio: 200/300;
    min-width: 200px;
    max-height: 190px;
  }
}
@media (max-width: 520.98px) {
  .sec_news__carousel_item .img-box {
    aspect-ratio: 160/300;
    min-width: 160px;
    max-height: 190px;
  }
}
.sec_news__carousel_item .details {
  padding-inline-end: 25px;
  padding-top: 30px;
  width: calc(100% - 510px - 30px);
}
@media (max-width: 1575.98px) {
  .sec_news__carousel_item .details {
    width: calc(100% - 450px - 30px);
    padding-inline-end: 20px;
  }
}
@media (max-width: 1360.98px) {
  .sec_news__carousel_item .details {
    width: calc(100% - 400px - 15px);
    padding-inline-end: 10px;
  }
}
@media (max-width: 1200.98px) {
  .sec_news__carousel_item .details {
    width: calc(100% - 320px - 15px);
  }
}
@media (max-width: 680.98px) {
  .sec_news__carousel_item .details {
    width: calc(100% - 200px - 10px);
    padding-inline-end: 5px;
    padding-top: 10px;
  }
}
@media (max-width: 520.98px) {
  .sec_news__carousel_item .details {
    width: calc(100% - 160px - 10px);
  }
}
.sec_news__carousel_item .details .kicker {
  line-height: 22px;
  margin-bottom: 4px;
}
.sec_news__carousel_item .details .title {
  margin-bottom: 8px;
  line-height: 28px;
  transform: 0.5s;
}
@media (max-width: 992.98px) {
  .sec_news__carousel_item .details .title {
    margin-bottom: 6px;
  }
}
.sec_news__carousel_item .details .lead {
  line-height: 25px;
  margin-bottom: 12px;
  min-height: 75px;
  align-self: stretch;
  text-align: start;
  transform: 0.5s;
}
@media (max-width: 992.98px) {
  .sec_news__carousel_item .details .lead {
    -webkit-line-clamp: 2;
    min-height: 45px;
  }
}
.sec_news__carousel_item:hover .details .title {
  color: var(--secondary-color);
}
.sec_news__carousel_item:hover .details .lead {
  color: var(--secondary-color);
  opacity: 0.8;
}
.sec_news .carousel-controls {
  position: absolute;
  inset-inline-start: 540px;
  bottom: 30px;
}
@media (max-width: 1575.98px) {
  .sec_news .carousel-controls {
    inset-inline-start: 480px;
  }
}
@media (max-width: 1360.98px) {
  .sec_news .carousel-controls {
    inset-inline-start: 415px;
  }
}
@media (max-width: 1200.98px) {
  .sec_news .carousel-controls {
    inset-inline-start: 335px;
  }
}
@media (max-width: 992.98px) {
  .sec_news .carousel-controls {
    bottom: 10px;
  }
}
@media (max-width: 680.98px) {
  .sec_news .carousel-controls {
    bottom: 4px;
    inset-inline-end: 10px;
    inset-inline-start: auto;
    width: fit-content;
  }
}
@media (max-width: 1360.98px) {
  .sec_news {
    padding-top: 22px;
    padding-bottom: 11px;
  }
}
@media (max-width: 992.98px) {
  .sec_news {
    padding-top: 11px;
    padding-bottom: 6px;
  }
}
.sec_quickAccess {
  margin-top: 22px;
  position: relative;
  padding: 44px 0;
}
@media (max-width: 1360.98px) {
  .sec_quickAccess {
    padding: 22px 0;
    margin-top: 11px;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess {
    padding: 11px 0;
    margin-top: 6px;
  }
}
.sec_quickAccess > .container {
  position: relative;
  z-index: 999;
}
.sec_quickAccess::before {
  content: "";
  position: absolute;
  background-image: url(/uploads/rcs_subsite/assets/img/bg__quick.jpg);
  background-size: cover;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
}
.sec_quickAccess::after {
  content: "";
  position: absolute;
  background-image: url(/uploads/rcs_subsite/assets/img/red__bg_quick.svg);
  background-size: cover;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 992.98px) {
  .sec_quickAccess::after {
    display: none;
  }
}
.sec_quickAccess_carousel {
  position: relative;
  z-index: 9999999;
  height: 682px;
  pointer-events: auto !important;
}
@media (max-width: 1360.98px) {
  .sec_quickAccess_carousel {
    height: 610px;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel {
    height: 590px;
  }
}
.sec_quickAccess_carousel_item {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec_quickAccess_carousel_item .img-box {
  aspect-ratio: 629/682;
  flex: 0 1 629px;
  position: absolute;
  width: 629px;
  top: 0;
}
@media (max-width: 1575.98px) {
  .sec_quickAccess_carousel_item .img-box {
    width: 45%;
    min-height: 682px;
  }
}
@media (max-width: 1360.98px) {
  .sec_quickAccess_carousel_item .img-box {
    min-height: 600px;
    aspect-ratio: 500/600;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel_item .img-box {
    width: 100%;
    flex: 100%;
    position: relative;
    aspect-ratio: 992/240;
    min-height: 240px;
  }
}
.sec_quickAccess_carousel_item .list__quickAccess {
  flex: 0 1 740px;
  margin-inline-start: auto;
  padding-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1360.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess {
    padding-top: 30px;
    gap: 15px;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess {
    padding-top: 10px;
    gap: 10px;
    order: -2;
    margin-bottom: 15px;
  }
}
.sec_quickAccess_carousel_item .list__quickAccess .head {
  max-width: 550px;
  padding-inline-start: 110px;
  margin-bottom: 2px;
}
@media (max-width: 1360.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess .head {
    padding-inline-start: 80px;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess .head {
    padding-inline-start: 0;
  }
}
.sec_quickAccess_carousel_item .list__quickAccess_item {
  flex: 0 1 355px;
  height: 229px;
  background: #ffffff;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  position: relative;
  padding: 30px;
  overflow: hidden;
  transition: all 0.35s ease;
}
@media (max-width: 1360.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess_item {
    padding: 15px;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess_item {
    height: 150px;
  }
}
.sec_quickAccess_carousel_item .list__quickAccess_item img {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  transition: filter 0.35s ease;
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess_item img {
    margin-bottom: 3px;
    width: 34px;
    height: 34px;
  }
}
.sec_quickAccess_carousel_item .list__quickAccess_item .title,
.sec_quickAccess_carousel_item .list__quickAccess_item .lead {
  transition: color 0.35s ease;
  position: relative;
}
.sec_quickAccess_carousel_item .list__quickAccess_item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--secondary-color);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.sec_quickAccess_carousel_item .list__quickAccess_item:hover:before {
  opacity: 1;
}
.sec_quickAccess_carousel_item .list__quickAccess_item:hover img {
  filter: brightness(0) invert(1);
}
.sec_quickAccess_carousel_item .list__quickAccess_item:hover .title,
.sec_quickAccess_carousel_item .list__quickAccess_item:hover .lead {
  color: #fff;
  z-index: 99;
}
@media (max-width: 1575.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess_item {
    flex: calc(50% - 15px);
  }
}
@media (max-width: 1360.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess_item {
    flex: calc(50% - 15px);
  }
}
@media (max-width: 1575.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess {
    flex: 0 1 60%;
  }
}
@media (max-width: 992.98px) {
  .sec_quickAccess_carousel_item .list__quickAccess {
    flex: 100%;
  }
}
.sec_quickAccess .carousel-controls {
  position: absolute;
  bottom: 17px;
  inset-inline-start: 659px;
  width: fit-content;
}
@media (max-width: 1575.98px) {
  .sec_quickAccess .carousel-controls {
    inset-inline-start: calc(45% + 10px);
    bottom: 10px;
  }
}
@media (max-width: 992px) {
  .sec_quickAccess .carousel-controls {
    inset-inline-start: 0;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    inset-inline-end: 0;
  }
}
.sec_dailyHighlights {
  margin-top: 44px;
  padding-bottom: 22px;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights {
    margin-top: 22px;
    padding-bottom: 11px;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights {
    margin-top: 11px;
    padding-bottom: 6px;
  }
}
.sec_dailyHighlights > .container {
  align-items: start;
}
.sec_dailyHighlights_right {
  flex: 0 1 520px;
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  padding-top: 30px;
  padding-inline-end: 30px;
  padding-inline-start: 17px;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_right {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_right {
    padding-top: 15px;
  }
}
.sec_dailyHighlights_right .branchNews_list {
  max-height: 787px;
  overflow-y: scroll;
  padding-inline-end: 10px;
  position: relative;
}
[dir=rtl] .sec_dailyHighlights_right .branchNews_list {
  direction: ltr;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_right .branchNews_list {
    max-height: 740px;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_right .branchNews_list {
    max-height: 300px;
  }
}
.sec_dailyHighlights_right .branchNews_list::-webkit-scrollbar {
  width: 4px !important;
  height: 30px;
}
.sec_dailyHighlights_right .branchNews_list::-webkit-scrollbar-track {
  background: transparent;
}
.sec_dailyHighlights_right .branchNews_list::-webkit-scrollbar-thumb {
  background-color: var(--color-gray--300);
  border-radius: 9999px;
  background-clip: padding-box;
  height: 30px;
}
.sec_dailyHighlights_right .branchNews_list::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-gray-400);
}
.sec_dailyHighlights_right .branchNews_list::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-radius: 4px;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 89px;
  z-index: 9;
  transition: 0.5s;
}
.sec_dailyHighlights_right .branchNews_list:hover::before {
  opacity: 0;
  visibility: hidden;
}
.sec_dailyHighlights_right .branchNews_item {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray--300);
}
[dir=rtl] .sec_dailyHighlights_right .branchNews_item {
  direction: rtl;
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_right .branchNews_item {
    align-items: start;
  }
}
.sec_dailyHighlights_right .branchNews_item:not(.sec_dailyHighlights_right .branchNews_item:first-child) {
  margin-top: 16px;
}
.sec_dailyHighlights_right .branchNews_item .img-box {
  aspect-ratio: 150/112;
  width: 150px;
  border-radius: 4px;
}
.sec_dailyHighlights_right .branchNews_item .img-box img {
  transition: 0.5s;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_right .branchNews_item .img-box {
    aspect-ratio: 110/112;
    width: 110px;
  }
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_right .branchNews_item .img-box {
    aspect-ratio: 90/100;
    width: 90px;
  }
}
.sec_dailyHighlights_right .branchNews_item .details {
  width: calc(100% - 150px - 10px);
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_right .branchNews_item .details {
    width: calc(100% - 110px - 10px);
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_right .branchNews_item .details {
    padding-top: 20px;
  }
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_right .branchNews_item .details {
    width: calc(100% - 90px - 10px);
    padding-top: 0;
  }
}
.sec_dailyHighlights_right .branchNews_item .details .title {
  margin-bottom: 10px;
  min-height: 75px;
  line-height: 25px;
  transition: 0.5s;
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_right .branchNews_item .details .title {
    min-height: auto;
  }
}
.sec_dailyHighlights_right .branchNews_item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_dailyHighlights_right .branchNews_item:hover .details .title {
  color: var(--secondary-color);
}
@media (max-width: 1575.98px) {
  .sec_dailyHighlights_right {
    flex: 40%;
  }
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_right {
    flex: 38%;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_right {
    flex: 100%;
    max-width: 100%;
  }
}
.sec_dailyHighlights_left {
  flex: 0 1 755px;
}
.sec_dailyHighlights_left_top {
  align-items: start;
}
.sec_dailyHighlights_left_top .IncidentNews {
  flex: 0 1 360px;
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  padding-top: 30px;
  padding-inline-end: 30px;
  padding-inline-start: 17px;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_left_top .IncidentNews {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_left_top .IncidentNews {
    padding-top: 15px;
  }
}
.sec_dailyHighlights_left_top .IncidentNewsـlist {
  max-height: 552px;
  overflow-y: scroll;
  padding-inline-end: 10px;
  position: relative;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_left_top .IncidentNewsـlist {
    padding-inline-end: 4px;
    max-height: 495px;
  }
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left_top .IncidentNewsـlist {
    max-height: 200px;
  }
}
[dir=rtl] .sec_dailyHighlights_left_top .IncidentNewsـlist {
  direction: ltr;
}
.sec_dailyHighlights_left_top .IncidentNewsـlist::-webkit-scrollbar {
  width: 4px !important;
  height: 30px;
}
.sec_dailyHighlights_left_top .IncidentNewsـlist::-webkit-scrollbar-track {
  background: transparent;
}
.sec_dailyHighlights_left_top .IncidentNewsـlist::-webkit-scrollbar-thumb {
  background-color: var(--color-gray--300);
  border-radius: 9999px;
  background-clip: padding-box;
  height: 30px;
}
.sec_dailyHighlights_left_top .IncidentNewsـlist::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-gray-400);
}
.sec_dailyHighlights_left_top .IncidentNewsـlist::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-radius: 4px;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 89px;
  z-index: 9;
  transition: 0.5s;
}
.sec_dailyHighlights_left_top .IncidentNewsـlist:hover::before {
  opacity: 0;
  visibility: hidden;
}
.sec_dailyHighlights_left_top .IncidentNews_item {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray--300);
}
[dir=rtl] .sec_dailyHighlights_left_top .IncidentNews_item {
  direction: rtl;
}
.sec_dailyHighlights_left_top .IncidentNews_item:not(.sec_dailyHighlights_left_top .IncidentNews_item:first-child) {
  padding-top: 16px;
}
.sec_dailyHighlights_left_top .IncidentNews_item .date {
  margin-bottom: 4px;
}
.sec_dailyHighlights_left_top .IncidentNews_item .title {
  line-height: 25px;
  transition: 0.5s;
}
.sec_dailyHighlights_left_top .IncidentNews_item:hover .title {
  color: var(--secondary-color);
}
@media (max-width: 1575.98px) {
  .sec_dailyHighlights_left_top .IncidentNews {
    flex: 1;
  }
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left_top .IncidentNews {
    flex: 100%;
  }
}
.sec_dailyHighlights_left_top .left__box {
  flex: 0 1 380px;
}
.sec_dailyHighlights_left_top .left__box .photo_day {
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  padding: 30px;
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_left_top .left__box .photo_day {
    padding: 30px 15px 15px 15px;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_left_top .left__box .photo_day {
    padding-top: 15px;
  }
}
.sec_dailyHighlights_left_top .left__box .photo_day .head h2.text__title {
  padding-inline-start: 0;
}
.sec_dailyHighlights_left_top .left__box .photo_day .img-box {
  aspect-ratio: 319/407;
  width: 100%;
  min-height: 407px;
  max-height: 407px;
}
@media (max-width: 1400.98px) {
  .sec_dailyHighlights_left_top .left__box .photo_day .img-box {
    aspect-ratio: 230/407;
  }
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left_top .left__box .photo_day .img-box {
    aspect-ratio: 620/300;
    min-height: 300px;
    max-height: 300px;
  }
}
.sec_dailyHighlights_left_top .left__box .photo_day .img-box img {
  transition: 0.5s;
}
.sec_dailyHighlights_left_top .left__box .photo_day .img-box:hover img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_dailyHighlights_left_top .left__box .archive__style .icon .niafam {
  font-size: 60px;
}
@media (max-width: 1420.98px) {
  .sec_dailyHighlights_left_top .left__box .archive__style .icon .niafam {
    font-size: 40px;
  }
}
@media (max-width: 1170.98px) {
  .sec_dailyHighlights_left_top .left__box .archive__style .details {
    width: calc(100% - 56px - 10px);
  }
}
@media (max-width: 1575.98px) {
  .sec_dailyHighlights_left_top .left__box {
    flex: 1;
  }
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left_top .left__box {
    flex: 100%;
    max-width: 100%;
  }
}
.sec_dailyHighlights_left .notif {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  margin-top: 15px;
  position: relative;
}
.sec_dailyHighlights_left .notif .head h2.text__title {
  padding-inline-start: 0;
}
.sec_dailyHighlights_left .notif_wrapper {
  height: 112px;
  width: 100%;
  position: relative;
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left .notif_wrapper {
    height: 74px;
  }
}
.sec_dailyHighlights_left .notif_carousel {
  width: 100%;
  height: 100%;
}
.sec_dailyHighlights_left .notif_carousel_item {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 650.98px) {
  .sec_dailyHighlights_left .notif_carousel_item > .flex__row {
    align-items: start;
  }
}
.sec_dailyHighlights_left .notif_carousel_item .img-box {
  aspect-ratio: 150/112;
  width: 150px;
  transition: 0.5s;
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left .notif_carousel_item .img-box {
    align-self: 120/112;
    width: 120px;
  }
}
@media (max-width: 420.98px) {
  .sec_dailyHighlights_left .notif_carousel_item .img-box {
    align-self: 100/112;
    width: 100px;
  }
}
.sec_dailyHighlights_left .notif_carousel_item .details {
  width: calc(100% - 150px - 10px);
}
@media (max-width: 620.98px) {
  .sec_dailyHighlights_left .notif_carousel_item .details {
    width: calc(100% - 120px - 10px);
  }
}
@media (max-width: 420.98px) {
  .sec_dailyHighlights_left .notif_carousel_item .details {
    width: calc(100% - 100px - 10px);
  }
}
.sec_dailyHighlights_left .notif_carousel_item .details .title {
  margin-bottom: 10px;
  transition: 0.5s;
}
@media (min-width: 992.98px) {
  .sec_dailyHighlights_left .notif_carousel_item .details .title {
    min-height: 75px;
  }
}
.sec_dailyHighlights_left .notif_carousel:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_dailyHighlights_left .notif_carousel:hover .details .title {
  color: var(--secondary-color);
}
.sec_dailyHighlights_left .notif .carousel-controls {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  justify-content: flex-end;
}
@media (max-width: 1575.98px) {
  .sec_dailyHighlights_left {
    flex: 58%;
  }
}
@media (max-width: 1360.98px) {
  .sec_dailyHighlights_left {
    flex: 60%;
  }
}
@media (max-width: 992.98px) {
  .sec_dailyHighlights_left {
    flex: 100%;
    max-width: 100%;
  }
}
.sec_tab {
  margin-top: 22px;
  padding-bottom: 22px;
}
.sec_tab > .container {
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  padding: 30px;
}
@media (max-width: 520.98px) {
  .sec_tab > .container {
    padding: 15px;
  }
}
.sec_tab .esprit-tab-container {
  margin-bottom: 20px;
}
.sec_tab .esprit-tab-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #E2E8F0;
  padding: 12px;
}
@media (max-width: 530.98px) {
  .sec_tab .esprit-tab-list {
    gap: 5px;
    padding: 8px 4px;
  }
}
.sec_tab .esprit-tab {
  transition: background-color 0.3s, color 0.3s;
  min-width: max-content;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 4px;
  width: 220px;
  height: 92px;
  position: relative;
}
.sec_tab .esprit-tab img {
  width: 44px;
  height: fit-content;
}
@media (max-width: 1360.98px) {
  .sec_tab .esprit-tab {
    width: 170px;
    height: 75px;
  }
  .sec_tab .esprit-tab img {
    width: 38px;
  }
}
@media (max-width: 992.98px) {
  .sec_tab .esprit-tab {
    width: 150px;
    height: 65px;
  }
  .sec_tab .esprit-tab img {
    width: 30px;
  }
}
@media (max-width: 740.98px) {
  .sec_tab .esprit-tab {
    width: 120px;
    height: 45px;
    gap: 5px;
  }
  .sec_tab .esprit-tab img {
    width: 25px;
  }
  .sec_tab .esprit-tab .text__title {
    font-size: 0.82em;
  }
}
@media (max-width: 520.98px) {
  .sec_tab .esprit-tab {
    width: 100px;
    height: 40px;
  }
  .sec_tab .esprit-tab img {
    width: 20px;
  }
}
@media (max-width: 400.98px) {
  .sec_tab .esprit-tab {
    width: 88px;
  }
  .sec_tab .esprit-tab img {
    width: 18px;
  }
}
.sec_tab .esprit-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-inline-end: 18px solid rgba(0, 0, 0, 0);
  border-inline-start: 18px solid rgba(0, 0, 0, 0);
  border-top: 12px solid var(--secondary-color);
  border-radius: 4px;
  opacity: 0;
}
.sec_tab .esprit-tab:hover {
  background-color: #cd2122;
}
.sec_tab .esprit-tab:hover span {
  color: var(--white);
}
.sec_tab .esprit-tab:hover img {
  filter: brightness(0) invert(1);
}
.sec_tab .esprit-tab.active {
  background-color: #cd2122;
}
.sec_tab .esprit-tab.active span {
  color: var(--white);
}
.sec_tab .esprit-tab.active img {
  filter: brightness(0) invert(1);
}
.sec_tab .esprit-tab.active::after {
  transition: 0.5s;
  opacity: 1;
}
.sec_tab .esprit-tab-contents {
  min-height: 400px;
}
@media (max-width: 1200.98px) {
  .sec_tab .esprit-tab-contents {
    min-height: 300px;
  }
}
.sec_tab .esprit-tab-content {
  display: none;
  margin-top: 30px;
}
.sec_tab .esprit-tab-content .head h2.text__title {
  padding-inline-start: 0;
}
.sec_tab .esprit-tab-content .Initiative {
  height: 346px;
  width: 100%;
}
@media (max-width: 1360.98px) {
  .sec_tab .esprit-tab-content .Initiative {
    height: 290px;
  }
}
@media (max-width: 678.98px) {
  .sec_tab .esprit-tab-content .Initiative {
    height: 240px;
  }
}
.sec_tab .esprit-tab-content .Initiative .flickity-viewport, .sec_tab .esprit-tab-content .Initiative .flickity-slider {
  width: 100% !important;
}
.sec_tab .esprit-tab-content .Initiative_item {
  position: relative;
  width: calc(25% - 22px);
  height: 100%;
  margin-inline-end: 30px;
  background: #F9FAFB;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  padding: 5px;
}
@media (max-width: 1360.98px) {
  .sec_tab .esprit-tab-content .Initiative_item {
    width: calc(25% - 6px);
    margin-inline-end: 10px;
  }
}
@media (max-width: 992.98px) {
  .sec_tab .esprit-tab-content .Initiative_item {
    width: calc(33.3333333333% - 6px);
  }
}
@media (max-width: 678.98px) {
  .sec_tab .esprit-tab-content .Initiative_item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 440.98px) {
  .sec_tab .esprit-tab-content .Initiative_item {
    width: calc(100% - 6px);
  }
}
.sec_tab .esprit-tab-content .Initiative_item .img-box {
  aspect-ratio: 275/183;
  width: 100%;
  margin-bottom: 5px;
  min-height: 183px;
}
.sec_tab .esprit-tab-content .Initiative_item .img-box img {
  transition: 0.5s;
}
@media (max-width: 1360.98px) {
  .sec_tab .esprit-tab-content .Initiative_item .img-box {
    aspect-ratio: 190/150;
    min-height: 150px;
    max-height: 150px;
  }
}
@media (max-width: 678.98px) {
  .sec_tab .esprit-tab-content .Initiative_item .img-box {
    align-self: 270/120;
    min-height: 120px;
    max-height: 120px;
  }
}
.sec_tab .esprit-tab-content .Initiative_item .details {
  padding: 15px;
}
@media (max-width: 992.98px) {
  .sec_tab .esprit-tab-content .Initiative_item .details {
    padding: 5px;
  }
}
.sec_tab .esprit-tab-content .Initiative_item .details .title {
  line-height: 28px;
  margin-bottom: 34px;
  transition: 0.5s;
}
@media (max-width: 1360.98px) {
  .sec_tab .esprit-tab-content .Initiative_item .details .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992.98px) {
  .sec_tab .esprit-tab-content .Initiative_item .details .title {
    font-size: 0.75em;
    font-size: clamp(0.75em, 0.725em + 0.125vw, 0.875em);
  }
}
.sec_tab .esprit-tab-content .Initiative_item .details .date {
  margin-bottom: 4px;
}
.sec_tab .esprit-tab-content .Initiative_item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_tab .esprit-tab-content .Initiative_item:hover .details .title {
  color: var(--secondary-color);
}
.sec_tab .esprit-tab-content .carousel-controls {
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 992.98px) {
  .sec_tab .esprit-tab-content .carousel-controls {
    margin-top: 10px;
  }
}
.sec_tab .esprit-tab-content.active {
  display: block;
}
.sec_gallery {
  margin-top: 22px;
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
  background-color: #0F172A;
}
@media (max-width: 1360.98px) {
  .sec_gallery {
    margin-top: 11px;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
@media (max-width: 992.98px) {
  .sec_gallery {
    margin-top: 6px;
    padding-bottom: 11px;
    padding-top: 11px;
  }
}
.sec_gallery::before, .sec_gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec_gallery::after {
  background-image: url("/uploads/rcs_subsite/assets/img/bg__gallery.webp");
  background-size: cover;
  background-position: center;
  opacity: 15%;
}
.sec_gallery::before {
  background: linear-gradient(270deg, #1E293B 0%, rgba(30, 41, 59, 0) 100%);
  z-index: 5;
}
.sec_gallery > .container {
  position: relative;
  z-index: 9;
}
.sec_gallery .head {
  height: 48px;
}
.sec_gallery .head .archive {
  background-color: var(--color-slate-900);
  color: #94A3B8;
  padding: 8px 16px;
}
.sec_gallery_content {
  margin-top: 30px;
  align-items: start;
}
@media (max-width: 1020.98px) {
  .sec_gallery_content {
    gap: 18px;
  }
}
.sec_gallery_content .icon__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(23, 25, 29, 0.5019607843);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.sec_gallery_content .icon__center .niafam {
  font-size: 44px;
}
.sec_gallery_content .box_big {
  flex: 0 2 600px;
  overflow: hidden;
}
@media (max-width: 1575.98px) {
  .sec_gallery_content .box_big {
    flex: 40%;
  }
}
@media (max-width: 1200.98px) {
  .sec_gallery_content .box_big {
    flex: 39%;
  }
}
@media (max-width: 1020.98px) {
  .sec_gallery_content .box_big {
    flex: 55%;
  }
}
@media (max-width: 570.98px) {
  .sec_gallery_content .box_big {
    flex: 100%;
  }
}
.sec_gallery_content .box_big .item {
  position: relative;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sec_gallery_content .box_big .item .img-box {
  aspect-ratio: 600/550;
  min-height: 550px;
}
.sec_gallery_content .box_big .item .img-box img {
  transition: 0.5s;
}
@media (max-width: 1575.98px) {
  .sec_gallery_content .box_big .item .img-box {
    aspect-ratio: 500/500;
    min-height: 500px;
  }
}
@media (max-width: 1260.98px) {
  .sec_gallery_content .box_big .item .img-box {
    aspect-ratio: 420/450;
    min-height: 450px;
  }
}
@media (max-width: 1200.98px) {
  .sec_gallery_content .box_big .item .img-box {
    aspect-ratio: 380/400;
    min-height: 400px;
  }
}
@media (max-width: 1020.98px) {
  .sec_gallery_content .box_big .item .img-box {
    aspect-ratio: 460/296;
    min-height: 296px;
    max-height: 296px;
  }
}
@media (max-width: 570.98px) {
  .sec_gallery_content .box_big .item .img-box {
    aspect-ratio: 460/250;
    min-height: 250px;
    max-height: 250px;
    width: 100%;
  }
}
.sec_gallery_content .box_big .item .title {
  width: calc(100% - 150px);
  margin: 0 auto;
  margin-top: 15px;
  transition: 0.5s;
  text-align: center;
}
@media (max-width: 1560.98px) {
  .sec_gallery_content .box_big .item .title {
    width: calc(100% - 90px);
  }
}
@media (max-width: 1260.98px) {
  .sec_gallery_content .box_big .item .title {
    font-size: 0.825em;
    font-size: clamp(0.825em, 0.82em + 0.125vw, 0.97em);
    width: 100%;
  }
}
.sec_gallery_content .box_big .item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_gallery_content .box_big .item:hover .title {
  color: var(--secondary-color);
}
.sec_gallery_content .box_small {
  overflow: hidden;
  flex: 0 1 300px;
}
.sec_gallery_content .box_small .item {
  position: relative;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sec_gallery_content .box_small .item:first-child {
  margin-bottom: 29px;
}
@media (max-width: 1020.98px) {
  .sec_gallery_content .box_small .item:first-child {
    margin-bottom: 14px;
  }
}
.sec_gallery_content .box_small .item .img-box {
  aspect-ratio: 300/210;
  min-height: 210px;
  width: 100%;
}
.sec_gallery_content .box_small .item .img-box img {
  transition: 0.5s;
}
@media (max-width: 1575.98px) {
  .sec_gallery_content .box_small .item .img-box {
    aspect-ratio: 328/194;
    min-height: 194px;
  }
}
@media (max-width: 1260.98px) {
  .sec_gallery_content .box_small .item .img-box {
    aspect-ratio: 300/170;
    min-height: 170px;
  }
}
@media (max-width: 1200.98px) {
  .sec_gallery_content .box_small .item .img-box {
    align-self: 280/150;
    min-height: 150px;
  }
}
@media (max-width: 1020.98px) {
  .sec_gallery_content .box_small .item .img-box {
    aspect-ratio: 460/100;
    min-height: 100px;
  }
}
.sec_gallery_content .box_small .item .title {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.sec_gallery_content .box_small .item .category {
  padding: 2px 8px;
  background: #0F172A;
  border-radius: 4px;
  margin-inline-end: 12px;
  z-index: 9999;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.sec_gallery_content .box_small .item .category:hover {
  transform: scale(1.05);
  background: var(--color-slate-700);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.sec_gallery_content .box_small .item .details p, .sec_gallery_content .box_small .item .details .niafam {
  color: var(--white);
}
.sec_gallery_content .box_small .item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_gallery_content .box_small .item:hover .title {
  color: var(--secondary-color);
}
@media (max-width: 1575.98px) {
  .sec_gallery_content .box_small {
    flex: 26%;
  }
}
.sec_gallery_content .box__list_news {
  flex: 0 1 330px;
}
.sec_gallery_content .box__list_news .gallery_item {
  position: relative;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1200.98px) {
  .sec_gallery_content .box__list_news .gallery_item {
    padding-bottom: 15px;
  }
}
@media (max-width: 1260.98px) {
  .sec_gallery_content .box__list_news .gallery_item {
    gap: 10px;
  }
}
.sec_gallery_content .box__list_news .gallery_item:not(.sec_gallery_content .box__list_news .gallery_item:first-child) {
  padding-top: 20px;
}
@media (max-width: 1200.98px) {
  .sec_gallery_content .box__list_news .gallery_item:not(.sec_gallery_content .box__list_news .gallery_item:first-child) {
    padding-top: 15px;
  }
}
.sec_gallery_content .box__list_news .gallery_item:not(.sec_gallery_content .box__list_news .gallery_item:last-child) {
  border-bottom: 1px solid #3D414C;
}
.sec_gallery_content .box__list_news .gallery_item .img-box {
  aspect-ratio: 100/90;
  width: 100px;
  border-radius: 4px;
}
@media (max-width: 1575.98px) {
  .sec_gallery_content .box__list_news .gallery_item .img-box {
    aspect-ratio: 100/80;
  }
}
@media (max-width: 1260.98px) {
  .sec_gallery_content .box__list_news .gallery_item .img-box {
    aspect-ratio: 80/70;
    width: 80px;
  }
}
.sec_gallery_content .box__list_news .gallery_item .img-box img {
  transition: 0.5a;
}
.sec_gallery_content .box__list_news .gallery_item .img-box .icon__center {
  width: 40px;
  height: 40px;
}
.sec_gallery_content .box__list_news .gallery_item .img-box .icon__center .niafam {
  font-size: 25px;
}
.sec_gallery_content .box__list_news .gallery_item .details {
  width: calc(100% - 100px - 15px);
}
@media (max-width: 1260.98px) {
  .sec_gallery_content .box__list_news .gallery_item .details {
    width: calc(100% - 80px - 10px);
  }
}
.sec_gallery_content .box__list_news .gallery_item .details .category {
  padding: 2px 8px;
  background: var(--color-slate-900);
  margin-bottom: 5px;
  width: fit-content;
  border-radius: 4px;
  z-index: 9999;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.sec_gallery_content .box__list_news .gallery_item .details .category:hover {
  transform: scale(1.05);
  background: var(--color-slate-700);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.sec_gallery_content .box__list_news .gallery_item .details p.line-clamp__2 {
  line-height: 22px;
  transition: 0.5s;
}
.sec_gallery_content .box__list_news .gallery_item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.03);
}
.sec_gallery_content .box__list_news .gallery_item:hover p.line-clamp__2 {
  color: var(--secondary-color);
}
@media (max-width: 1575.98px) {
  .sec_gallery_content .box__list_news {
    flex: 28%;
  }
}
@media (max-width: 1020.98px) {
  .sec_gallery_content .box__list_news {
    flex: 100%;
    max-height: 214px;
    overflow-y: scroll;
    padding-inline-end: 10px;
    margin-top: 10px;
  }
}
.sec_links {
  margin-top: 44px;
  padding-bottom: 22px;
}
@media (max-width: 992px) {
  .sec_links_list {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .sec_links_list {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .sec_links_list {
    gap: 5px;
  }
}
.sec_links_list_item {
  width: calc(33.3333333333% - 20px);
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  margin-inline-end: 30px;
}
@media (max-width: 768px) {
  .sec_links_list_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 768px) {
  .sec_links_list_item {
    width: calc(33.3333333333% - 5px);
    margin-inline-end: 15px;
  }
}
@media (max-width: 520px) {
  .sec_links_list_item {
    width: calc(50% - 5px);
    margin-inline-end: 10px;
  }
}
.sec_links_list_item .img-box {
  aspect-ratio: 410/330;
  width: 100%;
}
.sec_links_list_item .img-box img {
  transition: 0.5s linear;
}
@media (max-width: 520px) {
  .sec_links_list_item .img-box {
    aspect-ratio: 350/230;
  }
}
.sec_links_list_item .content {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px);
  bottom: 15px;
  padding: 10px;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .sec_links_list_item .content {
    padding: 5px;
    bottom: 5px;
    width: calc(100% - 15px);
  }
}
@media (max-width: 768px) {
  .sec_links_list_item .content {
    padding: 5px 3px;
  }
}
.sec_links_list_item .content .niafam {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  padding: 15px;
  transition: 0.5s linear;
}
[dir=ltr] .sec_links_list_item .content .niafam {
  transform: rotate(180deg);
}
@media (max-width: 1360px) {
  .sec_links_list_item .content .niafam {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .sec_links_list_item .content .niafam {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .sec_links_list_item .content .niafam {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .sec_links_list_item .content .niafam {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .sec_links_list_item .content .niafam {
    font-size: 10px;
  }
}
@media (max-width: 620px) {
  .sec_links_list_item .content .niafam {
    display: none;
  }
}
.sec_links_list_item .content .title {
  padding-inline-start: 14px;
}
@media (max-width: 1360px) {
  .sec_links_list_item .content .title {
    font-size: 0.94rem;
  }
}
@media (max-width: 992px) {
  .sec_links_list_item .content .title {
    font-size: 0.8rem;
    padding-inline-start: 4px;
  }
}
@media (max-width: 768px) {
  .sec_links_list_item .content .title {
    font-size: 0.76rem;
    padding-inline-start: 4px;
  }
}
@media (max-width: 600px) {
  .sec_links_list_item .content .title {
    padding-inline-start: 2px;
    font-size: 0.7rem;
  }
}
@media (max-width: 580px) {
  .sec_links_list_item .content .title {
    font-size: 0.67rem;
  }
}
@media (max-width: 520px) {
  .sec_links_list_item .content .title {
    text-align: center;
    width: 100%;
    padding-inline-start: 0;
  }
}
@media (max-width: 390px) {
  .sec_links_list_item .content .title {
    font-size: 0.62rem;
  }
}
.sec_links_list_item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.05);
}
.sec_links_list_item:hover .content .afta {
  transform: translateX(2px);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
[dir=rtl] .sec_links_list_item:hover .content .afta {
  transform: rotate(180deg) translateX(2px);
}
.sec_links_list_item:hover .content .title {
  color: var(--orange);
}
.sec_links_list:hover button.flickity-button.flickity-prev-next-button {
  opacity: 1;
  visibility: visible;
}
.sec_banner {
  padding-bottom: 44px;
}
@media (max-width: 1360.98px) {
  .sec_banner {
    padding-bottom: 22px;
  }
}
@media (max-width: 992.98px) {
  .sec_banner {
    padding-bottom: 11px;
  }
}
.sec_banner > .container {
  width: 100%;
  height: 440px;
  position: relative;
}
@media (max-width: 1200.98px) {
  .sec_banner > .container {
    height: 380px;
  }
}
@media (max-width: 780.98px) {
  .sec_banner > .container {
    height: 340px;
  }
}
@media (max-width: 780.98px) {
  .sec_banner > .container {
    height: 290px;
  }
}
.sec_banner > .container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url(/uploads/rcs_subsite/assets/img/mask_img.svg);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 1360.98px) {
  .sec_banner > .container::before {
    background-position: left;
  }
}
@media (max-width: 768.98px) {
  .sec_banner > .container::before {
    display: none;
  }
}
.sec_banner > .container .image_slider {
  width: 100%;
  height: 440px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1200.98px) {
  .sec_banner > .container .image_slider {
    height: 380px;
  }
}
@media (max-width: 780.98px) {
  .sec_banner > .container .image_slider {
    height: 340px;
  }
}
@media (max-width: 780.98px) {
  .sec_banner > .container .image_slider {
    height: 290px;
  }
}
.sec_banner > .container .image_slider_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
}
.sec_banner > .container .image_slider_item .img-box {
  aspect-ratio: 1920/440;
  width: 100%;
  height: 100%;
  position: relative;
}
.sec_banner > .container .image_slider_item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1) translate(-50%, -50%);
  transition: transform 8s ease-in-out;
}
.sec_banner > .container .image_slider_item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44, 0.5) 100%);
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}
.sec_banner > .container .image_slider_item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url(/uploads/rcs_subsite/assets/img/pattern_img.png);
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.sec_banner > .container .image_slider_item.is-selected {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.sec_banner > .container .image_slider_item.is-selected .img-box img {
  transform: scale(1) translate(-50%, -50%);
}
.sec_banner > .container .image_slider_item.is-selected::before {
  opacity: 1;
}
.sec_banner > .container .image_slider_item.is-selected::after {
  opacity: 0.05;
}
.sec_banner > .container .text__box {
  position: relative;
  z-index: 9;
  padding-top: 90px;
  padding-inline-start: 60px;
}
@media (max-width: 1200.98px) {
  .sec_banner > .container .text__box {
    padding-top: 40px;
    padding-inline-start: 40px;
  }
}
.sec_banner > .container .text__box .title {
  line-height: 31px;
  margin-bottom: 6px;
}
.sec_banner > .container .text__box .lead {
  line-height: 28px;
}
.sec_banner > .container .text__box .helperـlinks_carousel {
  margin-top: 54px;
  height: 141px;
  max-width: 845px;
  width: 80%;
}
@media (max-width: 1360.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel {
    width: 70%;
  }
}
@media (max-width: 1200.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel {
    margin-top: 30px;
  }
}
@media (max-width: 992.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel {
    width: 90%;
    height: 120px;
  }
  .sec_banner > .container .text__box .helperـlinks_carousel button.flickity-button.flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
    width: 30px;
    height: 30px;
  }
  .sec_banner > .container .text__box .helperـlinks_carousel button.flickity-button.flickity-prev-next-button .niafam {
    font-size: 20px;
  }
}
@media (max-width: 480.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel {
    height: 90px;
  }
  .sec_banner > .container .text__box .helperـlinks_carousel button.flickity-button.flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
    width: 24px;
    height: 24px;
  }
  .sec_banner > .container .text__box .helperـlinks_carousel button.flickity-button.flickity-prev-next-button .niafam {
    font-size: 16px;
  }
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links {
  width: calc(25% - 11px);
  margin-inline-end: 15px;
  height: 100%;
}
@media (max-width: 780.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel .helper_links {
    width: calc(33.3333333333% - 11px);
  }
}
@media (max-width: 520.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel .helper_links {
    width: calc(50% - 11px);
  }
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  height: 100%;
  position: relative;
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style img {
  width: 54px;
  height: 54px;
  transition: filter 0.35s ease;
}
@media (max-width: 992.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 780.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480.98px) {
  .sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style img {
    width: 30px;
    height: 30px;
  }
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style .text__title {
  margin-top: 8px;
  line-height: 28px;
  transition: color 0.35s ease;
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links_style:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--secondary-color);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links:hover .helper_links_style:before {
  opacity: 1;
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links:hover .helper_links_style img {
  filter: brightness(0) invert(1);
}
.sec_banner > .container .text__box .helperـlinks_carousel .helper_links:hover .helper_links_style .text__title {
  color: var(--white);
  z-index: 99;
}
.sec_banner > .container .text__box .helperـlinks_carousel:hover button.flickity-button.flickity-prev-next-button {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480.98px) {
  .sec_banner > .container .text__box .flickity-rtl .flickity-prev-next-button.next {
    left: -24px;
    transform: translateY(-50%);
  }
  .sec_banner > .container .text__box .flickity-rtl .flickity-prev-next-button.previous {
    right: -32px;
    transform: translateY(-50%);
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
}

.slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1);
}

.rotate-in {
  opacity: 0;
  transform: rotate(-5deg) translateY(30px);
  transition: opacity 2s ease, transform 2s ease;
}

.rotate-in.show {
  opacity: 2;
  transform: rotate(0deg) translateY(0);
}

.fade {
  opacity: 0;
  transition: opacity 2s ease;
}

.fade.show {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  inset-inline-end: 30px;
  padding: 10px 15px;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  background-color: var(--gray);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
.back-to-top .niafam {
  transform: rotate(-90deg);
  display: flex;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  p.date.text__14.text__medium.text__gray.flex__row.gap__4 {
    font-size: 0.6375em;
  }
  p.date.text__14.text__medium.text__gray.flex__row.gap__4 .niafam {
    font-size: 1.375em;
    font-size: clamp(1.375em, 1.35em + 0.125vw, 1.5em);
  }
  .sec_gallery .head .archive {
    font-size: 0.8125em;
    margin-inline-start: 4px;
    padding: 8px 6px;
  }
}
@media (max-width: 560px) {
  .sec_gallery .head .line {
    margin-inline-end: 100%;
  }
}
.footer {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #F5F5F5;
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-image: url(/uploads/rcs_subsite/assets/img/bg__footer.jpg);
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.footer > .container {
  position: relative;
  z-index: 3;
}
.footer_top {
  justify-content: space-between;
  border-bottom: 1px solid rgba(22, 30, 84, 0.2);
  padding-bottom: 44px;
}
@media (min-width: 1460px) {
  .footer_top {
    padding-inline-start: 60px;
    padding-inline-end: 60px;
  }
}
.footer_top .content__item {
  text-align: center;
}
.footer_top .content__item .icon {
  width: 70px;
  height: 70px;
  background: #E2E8F0;
  border-radius: 35px;
  margin-bottom: 12px;
}
.footer_top .content__item h3.text__16 {
  line-height: 25px;
  margin-bottom: 5px;
}
.footer_top .content__item p {
  line-height: 22px;
}
.footer_main {
  justify-content: space-between;
  align-items: start;
  padding-top: 44px;
  padding-bottom: 44px;
  border-bottom: 2px solid rgba(51, 65, 85, 0.1490196078);
}
.footer_main .footer_col h4 {
  position: relative;
  width: fit-content;
  margin-bottom: 16px;
  line-height: 28px;
}
.footer_main .footer_col h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  background-color: #D4D4D8;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer_main .footer_col ul li {
  position: relative;
  line-height: 20px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.footer_main .footer_col ul li .niafam {
  transition: 0.5s;
}
.footer_main .footer_col ul li:hover {
  color: var(--secondary-color);
}
.footer_main .footer_col ul li:hover .niafam {
  color: var(--secondary-color);
}
@media (max-width: 740.98px) {
  .footer_main .footer_col {
    width: 49%;
  }
}
@media (max-width: 420.98px) {
  .footer_main .footer_col {
    width: 100%;
  }
}
.footer .copy_right {
  padding-top: 30px;
}
.footer .copy_right .niafam {
  margin-inline-start: 11px;
}
.footer .copy_right .last_update {
  margin-inline-start: auto;
}
@media (max-width: 740.98px) {
  .footer .copy_right .last_update {
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 992.98px) {
  .content__item.flex__column:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_top .content__item h3 {
    font-size: 0.8125em;
  }
  .footer_top .content__item p {
    font-size: 0.6875em;
  }
}/*# sourceMappingURL=main.css.map */