:root {
  --primary-color: #b19148;
  --secondry-600: #023047;
  --secondry-500: #1b4459;
  --secondry-400: #4b6c7c;
  --secondry-300: #7b929d;
  --secondry-200: #adbac1;
  --secondry-100: #dde2e4;
}

.primary-color {
  color: var(--primary-color);
}

.secondry-600 {
  color: var(--secondry-600);
}

.secondry-500 {
  color: var(--secondry-500);
}

.secondry-400 {
  color: var(--secondry-400);
}

.secondry-300 {
  color: var(--secondry-300);
}

.secondry-200 {
  color: var(--secondry-200);
}

.secondry-100 {
  color: var(--secondry-100);
}

.btn-primary-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b19148;
  --bs-btn-border-color: #b19148;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c9ad6b;
  --bs-btn-hover-border-color: #c9ad6b;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c9ad6b;
  --bs-btn-active-border-color: #b19148;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b19148;
  --bs-btn-disabled-border-color: #b19148;
}

.bg-secondry-100 {
  background-color: var(--secondry-100);
}

.bg-secondry-600 {
  background-color: var(--secondry-600);
}

body {
  font-family: IRANSansWeb;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb_UltraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb_Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb_Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html {
  &[dir="rtl"] {
    direction: rtl;
    scrollbar-gutter: stable;
  }

  &[dir="ltr"] {
    direction: ltr;
    scrollbar-gutter: stable;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.header {
  background: #023047;
  height: 104px;
  box-shadow: 0px 4px 16px 0px #00000014;
}

.header::after {
  content: "";
  height: 290px;
  width: 100%;
  background: #023047;
  position: absolute;
  z-index: 0;
}

.home-header::after {
  content: "";
  height: 290px;
  width: 100%;
  background: #023047;
  position: absolute;
  z-index: 0;
}

.news-header::after {
  background-image: url("../img/news-header.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.header select.active-lang {
  background-color: #d9f7be; /* رنگ پس‌زمینه برای select */
  color: #000; /* رنگ متن */
}

.header select.active-lang option:checked {
  background-color: #52c41a; /* رنگ پس‌زمینه برای گزینه انتخاب‌شده */
  color: #fff; /* رنگ متن برای گزینه انتخاب‌شده */
}

.navbar-brand img {
  height: 58px;
  width: 58px;
}

.navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:active::after {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #b19148;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.section-01 {
  position: relative;
}

.section-01 .img-cover {
  background-image: url("../uploads/tiizer.mp4");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 627px;
  border-radius: 20px;
}

.section-01 .title {
  font-weight: 700;
  font-size: 32px;
}

.section-01 .subtitle {
  font-weight: 400;
  font-size: 22px;
}

.carousel img {
  border-radius: 18px;
}

.carousel-title {
  font-size: 24px;
  font-weight: 700;
}
.carousel-title-EN {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.carousel-desc {
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
  
}

.section-title {
  position: relative;
  line-height: 42px;
  font-size: 28px;
  font-weight: 700;
}

.section-title::after {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #b19148;
  display: flex;
  margin-inline: auto;
  margin-top: 15px;
  border-radius: 4px;
}

.carousel-background {
  background-color: var(--primary-color);
  border-radius: 16px;
  width: 100%;
  height: 120px;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.empty-block {
  width: 100%;
  height: 246px;
  background-color: #d9d9d9;
}

.mt-6 {
  margin-top: 6rem;
}

.text-justify {
  text-align: justify;
}

.responsible-p {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

.records {
  height: 163px;
  border-radius: 6px;
  background-color: var(--primary-color);
}

.records .row {
  align-items: center;
  align-content: center;
  display: flex;
  height: 100%;
}

.records-num {
  font-weight: 700;
  font-size: 45px;
}

.records-text {
  font-weight: 400;
  font-size: 16px;
  width: 50%;
}

.footer {
  min-height: 480px;
}

.footer ul.link-box {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer ul.link-box li {
  text-decoration: unset;
  list-style: none;
}

.footer ul.link-box li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer ul.link-box li a:hover {
  color: #b19148;
}

.footer ul.societal-box {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.copy-right {
  height: 69px;
  background: #000;
}

.about-us {
  font-size: 28px;
  font-weight: 700;
  line-height: 42x;
}

.usefull-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 27x;
}

.slide .item img {
  border-radius: 18px;
}

.slide .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.slide .owl-nav button.owl-prev {
  color: #939393;
  font-size: 26px;
  font-weight: 400;
  margin-right: -24px;
}

.slide .owl-nav button.owl-next {
  color: #939393;
  font-size: 26px;
  font-weight: 400;
  margin-left: -24px;
}

.slide .owl-nav button.owl-prev i,
.slide .owl-nav button.owl-next i {
  font-weight: 400;
}
#honors {
  margin-top: 50px;
}
#honors::after {
  position: absolute;
  bottom: -25px;
  z-index: -1;
  content: "";
  background: #b19148;
  height: 135px;
  width: 100%;
  border-radius: 16px;
}
#honors .owl-item {
  padding: 0px 10px;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
}

#honors .owl-item img {
  width: 116px;
  height: 246px;
}

#honors .owl-dots {
  margin-top: 40px;
  text-align: center;
}

#honors .owl-dots .owl-dot {
  background: rgb(255 255 255 / 70%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: all 0.3s ease-in;
  margin: 0px 5px;
  outline: none;
}

#honors .owl-dots .owl-dot.active {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
}

#ImageGallery .owl-item img {
  border-radius: 18px;
  transition: transform 1s;
}
#ImageGallery .owl-item img:hover{
  transform: scale(1.1);
}
.section-02 {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .home-header::after {
    height: 54px;
  }
  .section-01 .img-cover {
    height: 170px;
  }

  .section-01 .img-cover a.href-play-img {
    margin-top: 50px;
  }

  .section-01 .img-cover a img.play-image {
    width: 60px;
    height: 60px;
  }

  .section-01 .home-cover-des {
    width: 100%;
  }

  .section-01 .title,
  .section-01 .subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .section-02 {
    margin-top: 0px;
  }

  .navbar-toggler {
    border-color: #fff;
    background: #fff;
  }

  .slide .owl-nav button.owl-prev {
    margin-right: 0;
  }
  .slide .owl-nav button.owl-next {
    margin-left: 25px;
  }
  #honors::after {
    width: 95%;
  }
  .footer iframe {
    width: 100% !important;
  }
  .copy-right {
    position: relative !important;
  }

  .carousel-home-box {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .carousel-home-box .carousel-title {
    font-size: 16px;
  }

  .carousel-home-box .carousel-desc {
    font-size: 14px;
  }

  #companyActivities .owl-nav {
    display: none !important;
  }

  #companyActivities .owl-dots {
    position: none;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  #companyActivities .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #adbac1;
    border-radius: 50%;
  }

  #companyActivities .owl-dots .owl-dot.active {
    background: #023047;
  }

  #honors .owl-item img {
    width: 75px;
    height: 130px;
  }
  #honors .owl-dots {
    margin-top: 25px;
  }

  .records {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .records .row {
    align-items: center;
    align-content: center;
    display: flex;
    height: 100%;
  }

  .records-text {
    margin-bottom: 60px;
  }
}

/*  Gallery Page  */

.gallery-page {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 100px;
}

.gallery-page h2.title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  color: #fff;
  position: relative;
}

.gallery-page .filter-container {
  margin-bottom: 40px;
}

.gallery-page .filter-btn {
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #939393;
  font-weight: 700;
  border: none;
  position: relative;
}

.gallery-page .filter-btn.active {
  color: #fff;
  border: none;
}

.gallery-page .filter-btn.active::after {
  content: "";
  width: 55px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 50%;
  background: #b19148;
  transform: translateX(-50%);
  border-radius: 8px;
}

.gallery-page .filter-btn:focus,
.gallery-page .filter-btn.active:focus,
.gallery-page .filter-btn.active:active,
.gallery-page .filter-btn:active {
  border: none;
}

.filter-item {
  display: none;
}

.gallery-item.show,
.news-item.show {
  display: block;
}
.gallery-page .gallery-content {
  max-height: 1050px;
  overflow-y: scroll;
}
.gallery-page .gallery-content .gallery-item {
  margin-bottom: 20px;
}
.gallery-page .gallery-content .gallery-item .gallery-item-box {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.gallery-page .gallery-content .gallery-item .gallery-item-box img {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.85%, #000000 100%);
  height: 177px;
}

html[lang="en"][dir="ltr"]
  .gallery-page
  .gallery-content
  .gallery-item
  .gallery-item-box
  span {
  left: 20px;
}

html[lang="fa-IR"][dir="rtl"]
  .gallery-page
  .gallery-content
  .gallery-item
  .gallery-item-box
  span {
  right: 20px;
}
.gallery-page .gallery-content .gallery-item .gallery-item-box span {
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
}

.video-gallery {
  margin-bottom: 100px;
}

.video-gallery .list-group {
  max-height: 500px;
  overflow-y: scroll;
}
.video-gallery .video-gallery-title {
  height: 170px;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

.video-gallery .video-gallery-title::after {
  content: "";
  background-image: url("../img/Subtract.svg");
  height: 170px;
  position: absolute;
  top: 0;
  z-index: 99999999999;
  width: 100%;
  background-repeat: no-repeat;
}

.video-gallery .video-gallery-title h2.title {
  background: #f5f5f5;
  height: 160px;
  width: 248px;
  font-size: 28px;
  font-weight: bold;
}

.video-gallery h3.title {
  font-size: 16px;
  font-weight: bold;
}

.video-gallery .list-group .list-group-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.video-gallery .list-group .list-group-item.active {
  background-color: transparent;
  border-color: #dee2e6;
  color: #000;
}

.video-gallery .list-group .list-group-item .video-box {
  position: relative;
}

.video-gallery .list-group .list-group-item .video-box img {
  width: 85px;
  height: 45px;
  border-radius: 5px;
}
.video-gallery .list-group .list-group-item .video-box .play-icon {
  content: "";
  background-image: url("../img/play.svg");
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.video-gallery .list-group .list-group-item .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

.video-gallery .list-group .list-group-item .box span {
  font-size: 14px;
  font-weight: 500;
}

.video-gallery .mainVideo {
  border-radius: 10px;
  background: #000;
  height: 508px;
}

@media (max-width: 768px) {
  .video-gallery .mainVideo {
    border-radius: 10px;
    background: #000;
    height: 259px;
    margin-bottom: 50px;
  }

  .gallery-page .gallery-content {
    height: 950px;
  }
  .gallery-page .filter-btn {
    margin-right: 0px;
    font-size: 14px;
  }

  .video-gallery .list-group {
    max-height: 315px;
  }
}

/* News */
.news-page {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 100px;
}

.news-page h2.title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
  color: #fff;
  position: relative;
}
.news-page .news-content {
  position: relative;
}

.news-page .news-content .news-item {
  margin-bottom: 20px;
}
.news-page .news-content .news-item .news-item-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 490px;
}

.news-page .news-content .news-item .news-item-box img {
  width: 100%;
  height: 129px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.news-page .news-content .news-item .news-item-box h3.title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  line-height: 1.9;
  padding: 0px 10px;
}

.news-page .news-content .news-item .news-item-box h3.title:hover {
  color: #b19148;
}

.news-page .news-content .news-item .news-item-box span.date {
  color: #939393;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.news-page .news-content .news-item .news-item-box p.dec {
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 20px;
  padding: 0px 10px;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  text-align: justify;
  height: 500px;
}

.news-page .news-content .news-item .news-item-box span.see-more {
  font-size: 14px;
  color: #b19148;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-page .news-content .news-item .news-item-box span.see-more i {
  font-size: 22px;
}
.news-page .news-content .news-sidebar {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.news-page .news-content .news-sidebar .sidebar-box-category span {
  font-size: 16px;
  font-weight: bold;
  color: 000000;
  margin-bottom: 30px;
  display: block;
}
.news-page .news-content .news-sidebar .sidebar-box-category ul {
  padding: 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-page .news-content .news-sidebar .sidebar-box-category ul li a {
  font-size: 16px;
  color: #023047;
  text-decoration: unset;
}

.news-page .news-content .news-sidebar .sidebar-box-news span {
  font-size: 16px;
  font-weight: bold;
  color: 000000;
  margin-bottom: 30px;
  display: block;
}
.news-page .news-content .news-sidebar .sidebar-box-news ul {
  list-style-type: unset;
  list-style: none;
  padding: 0;
  max-height: 200px;
  overflow-y: scroll;
}

.news-page .news-content .news-sidebar .sidebar-box-news ul li {
  list-style-type: unset;
}

.news-page .news-content .news-sidebar .sidebar-box-news ul li a {
  text-decoration: unset;
  display: flex;
  gap: 15px;
}

.news-page .news-content .news-sidebar .sidebar-box-news ul li a img {
  width: 70px;
  height: 45px;
  border-radius: 5px;
}

.news-page .news-content .news-sidebar .sidebar-box-news ul li a .box h2 {
  font-size: 12px;
  color: #000000;
}
.news-page .news-content .news-sidebar .sidebar-box-news ul li a .box span {
  font-size: 10px;
  color: #939393;
}

.news-page .news-content .news-sidebar .divider {
  display: block;
  height: 1px;
  width: 100%;
  background: #c4c4c4;
  margin: 30px 0px;
}
.news-page .news-content .news-sidebar .sidebar-box-search {
  margin-bottom: 40px;
}

.news-page .news-content .news-sidebar .sidebar-box-search .input-group {
  border: 1px solid #939393;
  border-radius: 18px;
  overflow: hidden;
  height: 69px;
}
.news-page .news-content .news-sidebar .sidebar-box-search .form-control {
  border: unset;
  color: #939393;
}
.news-page .news-content .news-sidebar .sidebar-box-search .form-control:focus {
  outline: unset;
  box-shadow: unset;
}
.news-page
  .news-content
  .news-sidebar
  .sidebar-box-search
  .form-control::placeholder {
  color: #939393;
}
.news-page .news-content .news-sidebar .sidebar-box-search .input-group-text {
  border: unset;
  background: transparent;
  color: #939393;
}

.news-page .filter-container {
  margin-bottom: 25px;
  margin-top: -30px;
}

.news-page .filter-btn {
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #939393;
  font-weight: 700;
  border: none;
  position: relative;
}

.news-page .filter-btn.active {
  color: #fff;
  border: none;
}

.news-page .filter-btn.active::after {
  content: "";
  width: 55px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 50%;
  background: #b19148;
  transform: translateX(-50%);
  border-radius: 8px;
}

.news-page .filter-btn:focus,
.news-page .filter-btn.active:focus,
.news-page .filter-btn.active:active,
.news-page .filter-btn:active {
  border: none;
}

/* Singe News */

.news-page .news-content .news-single-content {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.news-page .news-content .news-single-content img.single-img {
  height: 321px;
  width: 100%;
  border-radius: 20px;
  
}
.news-page .news-content .news-single-content h2.title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  line-height: 1.6;
}
.news-page .news-content .news-single-content .date {
  display: flex;
  flex-direction: row;
  margin: 20px 0px;
}

.news-page .news-content .news-single-content .date .box img.icon {
  height: 24px;
  width: 24px;
}
.news-page .news-content .news-single-content .date .box span {
  color: #939393;
  font-size: 16px;
}

.news-page .news-content .news-single-content .des-box {
  background: linear-gradient(
    to bottom,
    rgba(188, 218, 239, 0.2) 0%,
    #bcdaef 100%
  );
  min-height: 150px;
  border-radius: 18px;
  padding: 20px;
  line-height: 2;
  text-align: justify;
  margin-top: 100px;
  
}

.news-page .news-content .news-single-content .description-box {
  margin-top: 20px;
}

.news-page .news-content .news-single-content .description-box p {
  font-size: 18px;
  font-weight: 300;
  color: #313131;
  text-align: justify;
}

.news-page .news-content .related-news {
  margin-top: 30px;
  height: 550px;
  overflow-y: scroll;
}
.news-page .news-content .related-news h3.related-news-title {
  font-size: 28px;
  color: #000;
  margin: 20px 0px;
  display: block;
}

.news-page .news-content .related-news .related-news-box {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  gap: 20px;
  margin-bottom: 20px;
}
.news-page .news-content .related-news .img-box img {
  width: 278px;
  height: 184px;
  border-radius: 18px;
}

.news-page .news-content .related-news .data-box a {
  text-decoration: unset;
}
.news-page .news-content .related-news .data-box a h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.news-page .news-content .related-news .data-box a span.date {
  color: #939393;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
  display: block;
}
.news-page .news-content .related-news .data-box a p {
  color: #313131;
  font-size: 16px;
  line-height: 2;
}
.news-page .news-content .related-news .data-box a span.read-more {
  font-size: 16px;
  color: #b19148;
}

@media (max-width: 768px) {
  .news-page .news-content .news-single-content h2.title {
    margin: 20px 0;
  }
  .news-page .news-content .related-news .related-news-box {
    flex-direction: column;
  }
  .news-page .news-content .related-news .img-box img {
    width: 100%;
  }

  ul.pagination {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.pagination .page-item {
  width: 38px;
  height: 38px;
}
.pagination .page-link {
  color: #6b7280;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background: #023047;
}

.pagination-count {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.pagination-count span {
  font-size: 16px;
  color: #023047;
}

/* contact-us */

.header-contact-us {
  height: 207px;
  width: 100%;
  background: #023047;
}

.header-contact-us::after {
  content: unset;
}

.contact-us {
  margin: 50px 0px;
  top: 260px;
  height: 60rem;
}

.contact-us h2.contact-us-title {
  font-size: 28px;
  color: #000000;
  position: relative;
  display: inline-flex;
  margin-bottom: 50px;
}

.contact-us h2.contact-us-title::after {
  content: "";
  background: #b19148;
  position: absolute;
  bottom: -11px;
  height: 2px;
  width: 50px;
  transform: translateX(-50%);
  left: 50%;
}

.contact-us .contact-us-box p {
  color: #313131;
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 15px;
}

.contact-us .contact-us-form h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-us .contact-us-form p {
  font-size: 20px;
  color: #626262;
  font-weight: 100;
  margin-bottom: 30px;
}

.contact-us .contact-us-form input.form-control {
  height: 60px;
}
.contact-us .contact-us-form textarea.form-control {
  padding-top: 10px;
}
.contact-us .contact-us-form input.form-control::placeholder,
.contact-us .contact-us-form textarea.form-control::placeholder {
  font-size: 18px;
  color: #939393;
}

.contact-us .contact-us-form button.btn-sub {
  background-color: #b19148;
  color: #fff;
  height: 48px;
}

@media (max-width: 768px) {
  .contact-us h2.contact-us-title {
    display: flex;
    justify-content: center;
  }
}

/* about us */
.about-us-page-body {
  background: #f5f5f5;
}

.about-us-page {
  position: relative;
}

.about-us-page .img-cover {
  background-image: url("../img/section01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 627px;
  border-radius: 20px;
}

.about-us-page .img-cover .about-us-des {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.about-us-page .img-cover .about-us-des p.title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.about-us-page .img-cover .about-us-des p.subtitle {
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
  color: #fff;
}

.about-us-page .filter-about-page {
  padding: 20px 0;
}

.about-us-page .filter-about-page .navbar-nav a.nav-link {
  color: #939393;
  font-weight: bold;
  margin: 0 10px;
  cursor: pointer;
}

.about-us-page .filter-about-page .navbar-nav a.active {
  color: #000;
}

.about-us-page .about-page-content {
  background-color: #fff;
  padding: 80px 0;
}

.about-us-page .about-page-content .about-section-title {
  color: #6c757d;
  font-weight: bold;
  position: relative;
}

html[lang="en"][dir="ltr"]
  .about-us-page
  .about-page-content
  .about-section-title {
  padding-left: 160px;
}
html[lang="en"][dir="ltr"] .about-us-page .img-cover .about-us-des {
  padding-left: 60px;
}

html[lang="en"][dir="ltr"]
  .about-us-page
  .about-page-content
  .about-section-title
  .about-section-title-divider::after {
  left: -15px;
}

html[lang="fa-IR"][dir="rtl"]
  .about-us-page
  .about-page-content
  .about-section-title {
  padding-right: 160px;
}

.about-us-page
  .about-page-content
  .about-section-title
  .about-section-title-divider::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 150px;
  height: 2px;
  background-color: #daa520;
  margin: 0;
}

html[lang="fa-IR"][dir="rtl"]
  .about-us-page
  .about-page-content
  .about-section-title
  .about-section-title-divider::before {
  right: 130px;
}

html[lang="en"][dir="ltr"]
  .about-us-page
  .about-page-content
  .about-section-title
  .about-section-title-divider::before {
  left: 130px;
}

.about-us-page
  .about-page-content
  .about-section-title
  .about-section-title-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #daa520;
}

.activity-icon {
  width: 60px;
  height: 60px;
  background-color: #2c3e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
}

.about-us-page .about-page-content .product-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #313131;
  font-size: 19px;
  text-align: justify;
  line-height: 1.7;
}

.about-us-page .about-page-content .product-overflow.expand {
  max-height: none;
  height: auto;
  overflow: hidden;
}

.about-us-page .about-page-content .expand-button .less,
.about-us-page .about-page-content .expand-button.btn-more .more {
  display: none;
}

.about-us-page .about-page-content .expand-button .more,
.about-us-page .about-page-content .expand-button.btn-more .less {
  display: block;
}

.about-us-page .about-page-content .expand-button {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.about-us-page .about-page-content .product-overflow:before {
  content: "\00a0";
  height: 120px;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.about-us-page .about-page-content .product-overflow.expand:before {
  height: 0;
}

.about-us-page .about-page-content .product-overflow.expanded-style {
  -webkit-line-clamp: unset;
}

.about-us-page .about-page-content a.about-section-box {
  background: #4b6c7c;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  gap: 10px;
  text-decoration: unset;
  margin-top: 50px;
}

.about-us-page .about-page-content .filter-container {
  margin-bottom: 40px;
}

.about-us-page .about-page-content .filter-btn {
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #939393;
  font-weight: 700;
  border: none;
  position: relative;
}

.about-us-page .about-page-content .filter-btn.active {
  color: #000000;
  border: none;
}

.about-us-page .about-page-content .filter-btn.active::after {
  content: "";
  width: 55px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 50%;
  background: #b19148;
  transform: translateX(-50%);
  border-radius: 8px;
}

.about-us-page .about-page-content .filter-btn:focus,
.about-us-page .about-page-content .filter-btn.active:focus,
.about-us-page .about-page-content .filter-btn.active:active,
.about-us-page .about-page-content .filter-btn:active {
  border: none;
}

.filter-item {
  display: none;
}

.filter-item.show {
  display: block;
}

.about-section-team .team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.about-section-team .team-item img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-team .team-item span:nth-child(1) {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.about-section-team .team-item span:nth-child(2) {
  color: #626262;
  font-weight: 600;
  font-size: 18px;
}

.about-section-team .team-item a i {
  color: #1b4459;
  font-size: 22px;
}

.about-us-single-page {
  position: relative;
}

.about-us-single-page .img-cover {
  background-image: url("../img/section01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 627px;
  border-radius: 20px;
}

.about-us-single-page .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.about-us-single-page .owl-nav button i {
  font-size: 20px;
  font-weight: 500;
}
.about-us-single-page .owl-nav button.owl-prev {
  right: 50px;
  position: absolute;
}

.about-us-single-page .owl-nav button.owl-next {
  left: 75px;
  position: absolute;
}

.about-us-single-page .img-cover .home-cover-des {
  width: 100%;
  padding: 30px;
}

.about-us-single-page .img-cover .home-cover-des p.title {
  font-size: 32px;
  font-weight: bold;
}
.about-us-single-page .img-cover .home-cover-des p.subtitle {
  font-size: 22px;
}

.about-us-tow-content h3 {
  font-size: 24px;
  font-weight: bold;
}
.about-us-tow-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  color: #313131;
}

.about-us-tow-content,
.about-us-tow-content ul li {
  font-size: 22px;
  font-weight: 400;
  color: #313131;
}

.about-us-single-see {
  background: #f5f5f5;
  padding: 80px 0;
  margin-top: 80px;
}

.about-us-single-see .news-item {
  margin-bottom: 20px;
}
.about-us-single-see .news-item .news-item-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.about-us-single-see .news-item .news-item-box img {
  width: 100%;
  height: 184px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.about-us-single-see .news-item .news-item-box h3.title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.9;
  padding: 0px 10px;
}

.about-us-single-see .news-item .news-item-box span.date {
  color: #939393;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.about-us-single-see .news-item .news-item-box p.dec {
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 20px;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}

.about-us-single-see .news-item .news-item-box span.see-more {
  font-size: 14px;
  color: #b19148;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-us-single-see .news-item .news-item-box span.see-more i {
  font-size: 22px;
}
@media (max-width: 768px) {
  .header-custom::after {
    height: 70px;
  }
  .about-us-page .img-cover {
    height: 188px;
  }
  .about-us-page .img-cover .about-us-des {
    justify-content: end;
  }
  .about-us-page .img-cover .about-us-des p.title {
    font-size: 12px;
  }
  .about-us-page .img-cover .about-us-des p.subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
  }

  .about-us-page .filter-about-page .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  html[lang="en"][dir="ltr"]
    .about-us-page
    .about-page-content
    .about-section-title {
    padding-left: 50px;
  }

  html[lang="fa-IR"][dir="rtl"]
    .about-us-page
    .about-page-content
    .about-section-title {
    padding-right: 50px;
  }

  .about-us-page
    .about-page-content
    .about-section-title
    .about-section-title-divider::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color: #daa520;
    margin: 0;
  }

  html[lang="fa-IR"][dir="rtl"]
    .about-us-page
    .about-page-content
    .about-section-title
    .about-section-title-divider::before {
    right: 30px;
  }

  html[lang="en"][dir="ltr"]
    .about-us-page
    .about-page-content
    .about-section-title
    .about-section-title-divider::before {
    left: 30px;
  }

  .about-us-page
    .about-page-content
    .about-section-title
    .about-section-title-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #daa520;
  }

  .about-us-page .about-page-content .about-section-title {
    font-size: 18px;
  }

  .about-us-page .about-page-content .product-overflow {
    font-size: 14px;
  }

  .about-us-page .about-page-content .filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-us-page .about-page-content .filter-btn {
    margin-right: 0px;
  }

  .about-us-single-page .img-cover {
    height: 170px;
  }
  .about-us-single-page .img-cover a.href-play-img {
    margin-top: 50px;
  }

  .about-us-single-page .img-cover .play-image {
    height: 60px;
    width: 60px;
  }
  .about-us-single-page .img-cover .home-cover-des {
    padding: 0px 20px;
  }
  .about-us-single-page .img-cover .home-cover-des p.title {
    font-size: 10px;
  }
  .about-us-single-page .img-cover .home-cover-des p.subtitle {
    font-size: 10px;
  }
  .about-us-single-page .owl-nav {
    display: none;
  }
  .about-us-tow-content h3 {
    font-size: 16px;
  }
  .about-us-tow-content p,
  .about-us-tow-content ul li,
  .about-us-tow-content ul li a,
  .about-us-tow-content span {
    font-size: 14px;
  }

  .about-us-single-see .news-item .news-item-box .news-item-box-sm {
    display: flex;
    flex-direction: row;
  }

  .about-us-single-see .news-item .news-item-box img {
    width: 90px;
    height: 62px;
  }

  .about-us-single-see .news-item .news-item-box span.date {
    display: none;
  }
  .about-us-single-see .news-item .news-item-box p.dec {
    display: none;
  }

  .navbar-brand {
    order: 1;
  }
  .navbar-toggler {
    order: 2;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
  }

  .offcanvas-body .navbar-nav .nav-link {
    color: #626262;
  }

  .offcanvas-body .navbar-nav .nav-link.active::after,
  .offcanvas-body .navbar-nav .nav-link:hover::after,
  .offcanvas-body .navbar-nav .nav-link:active::after {
    margin-right: 20px;
  }

  .offcanvas-body .d-flex.gap-3 {
    display: flex;
    justify-content: space-around;
  }

  .offcanvas-body .d-flex.gap-3 select {
    color: #000 !important;
  }

  .about-us-page .about-page-content a.about-section-box {
    height: 131px;
    width: 131px;
    margin: 30px auto;
  }

  .gallery-page h2.title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
  }
  .gallery-page .filter-btn.active {
    color: #000;
  }
  .video-gallery .video-gallery-title {
    background-color: transparent;
  }
  .video-gallery .video-gallery-title h2.title {
    background: transparent;
    height: unset;
    width: unset;
    font-size: 28px;
    font-weight: bold;
    padding: 30px;
  }
  .video-gallery .video-gallery-title::after {
    content: unset;
  }

  .news-page h2.title {
    margin-top: 15px;
  }
}
.data-box p{
  overflow: hidden;
  text-overflow: ellipsis;
  height: 39px;
}
/* Login */

.signin-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-signin {
  max-width: 450px;
  background-color: #023047;
  width: 100%;
  position: relative;
  padding: 60px 30px;
  border-radius: 20px;
}

.form-signin img.form-logo {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.form-signin .form-box {
  margin-bottom: 25px;
}

.form-signin .form-box h2.label-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 100;
}

.form-signin .form-box input.form-control {
  background-color: transparent;
  color: white;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.form-signin .form-box input.form-control:focus {
  background-color: #dde2e4;
  border-radius: 8px;
  color: #000;
}

.form-signin .form-box input.form-control::placeholder {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 100;
}

.form-signin .form-box input.form-control:focus::placeholder {
  color: #000;
}

.form-signin .form-box label.form-check-label {
  color: #fff;
  font-size: 18px;
}

.form-switch .form-check-input:checked {
  background-color: #0ebb91;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-signin .form-box .btn-sub {
  display: flex;
  justify-content: space-between;
}

.form-signin .form-box .btn-sub a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  text-decoration: unset;
}
.form-signin .form-box .btn-sub button.btn {
  background: #b19148;
  color: #fff;
  padding: 5px 30px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
}
.visible-title {
  visibility: visible;
}
.margintop100{
  margin-top:85px;
}
@media (max-width: 768px) {
  .news-page h2.title{
    color: #b19148;
  }
  .btn-english{
    color:#626262 !important;
  }
}
#ImageGallery .flex-grow-1 p {
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0mscubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#ImageGallery .flex-grow-1:hover p{
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100mscubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#ImageGallery .flex-grow-1 p{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 19px;
  color: #000000;
  width: 130px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  text-align: center;
}
#ImageGallery .flex-grow-1:hover img{
  opacity: 0.3;
  filter: grayscale(100%);
}
.text-video{
  position: relative;
  bottom:160px;
}
.text-video:before{
  background: linear-gradient(0deg, #5e5e5e, hsl(0deg 0% 0% / 31%));
  height: 268%;
  content: "";
  position: absolute;
  width: 98%;
  border-radius: 0 0 25px 25px;
}
.text-video p{
  width:100%;
    color: white;
    padding: 10px;
    text-align: justify;
    position: relative;
    top: 25px;
}
@media (max-width: 1189px) {
  .text-video {
    bottom: 187px;
}
.text-video:before {
  height: 199%;
  width: 97.3%;

}
}
@media (max-width:989px) {
  .text-video:before {
    height: 90%;
    width: 96.3%;
    border-radius: 0 0 0px 0px;
}
}
@media (max-width: 768px) {
  .text-video:before {
    height: 145%;
    width: 95.3%;
      border-radius: 0 0 25px 25px;
  }
  .section-02 {
    margin-top: 201px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 279px;
}
.text-video {
  bottom: 122px;
}
.contact-us {
  margin: 50px 0px;
  top: 36px;
  height: 75rem;
}
}
@media (max-width: 748px) {
  .text-video:before {
    height: 146%;
    width: 96%;
    border-radius: 0 0 25px 25px;
}

}
@media (max-width: 508px) {
  .text-video:before {
      height: 103%;
      width: 95%;
     
  }
  .text-video {
    bottom: 84px;
}
.text-video p {

  top: 8px;
}
}
@media (max-width: 479px) {
  .text-video {
    bottom:54%;
}
.text-video:before {
  height: 112%;
  width: 95%;
}
.section-title {
  top: 0;
}
#companyActivities .owl-dots {
  margin-top: 34px;
}
.margintop100 {
  margin-top: 85px;
  margin-bottom: 34px;
}
}
@media (max-width: 417px) {
  .text-video:before {
    height: 98%;
    width: 93%;
}
.text-video {
  bottom: 48%;
}
.section-02 {
  margin-top: 74px;
  text-align: justify;
}
}
.description-box div,div span{
  font-family: "IRANSansWeb" !important;
  text-align: justify;
  font-weight: 300;
}
.about-us-tow-content h3{
  margin-top: 70px;
}
.about-us-tow-content div{
  font-family: "IRANSansWeb" !important;
  text-align: justify;
  font-weight: 300;
  line-height: 2;
  font-size: 17px;
}

.hidden {
  display: none;
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  background: #fff;
  padding: 4px 2px;
  width: 26%;
  border-radius: 0.6rem;
  box-shadow: 0 0.8rem 2rem rgba(#5a6181, 0.05);
}

.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
  color: #646b8a;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  color: #fff;
  background: #023047;
  color: #ffffff;
  /* background: var(--primary); */
  font-weight: 600;
  border: 1px solid #023047;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.4rem;
}

.pagination-number.active {
  color: #fff;
  background: #023047;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #023047;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.4rem;
}
.video-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: -999;

}

.video-container video {
  min-width: 100vw;
  min-height: 100vh;
}

.index-header {
      height: 100vh;
      text-align: center;
      color: #fff;
      background: #16161633;
      z-index: 100000;
      position: absolute;
      width: 100%;
}
.hero_content {
  height: 100vh;
  text-align: right;
  color: #fff;
  /* background: #16161633; */
  /* z-index: 100000; */
  position: absolute;
  width:42%;
  top: 464px;
  padding-right: 21px;
 
}
.hero_content-en {
  height: 100vh;
  text-align: left;
  color: #fff;
  /* background: #16161633; */
  z-index: 100000;
  position: absolute;
  width: 42%;
  top: 464px;
  padding-right: 21px;
  
}

.hero_content h3,.hero_content-en h3{
  border-color: #b19148;
    border-bottom-width: 12px;
    border-bottom: 3px solid #b19148;
    padding-bottom: 30px;
    color: #ffff;
    
}
.hero_content p{
  color: #ffff;
}
.video-container::after{
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(15, 18, 22, 0.6);
  background-image: url(../img/dot_pattern_combo_tiny.webp);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}
.btn-header{
  /* color: #ffff; */
  color: #b19148;
  
}
.btn-header:hover,.gap-3 a:hover{
  color: #b19148;
}
.gap-3 a{
  margin-top: 6px;
}
@media (max-width: 811px) {
  .hero_content {
    height: 26vh;
    text-align: right;
    /* color: #fff; */
    color: #b19148;
    
    /* background: #16161633; */
    /* z-index: 100000; */
    position: absolute;
    width: 83%;
    top: 464px;
    padding-right: 21px;
    right: 0px;
}
}

#menuToggle
{
  display: none;
  position: fixed;
  top: 314px;
    left: -1px;
    z-index: 10;
  -webkit-user-select: none;
  user-select: none;
  background-color: #edeff4;
  /* padding: 46px 7px 7px; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 48px;
  line-height: 1.7;
  height: 102px;
}
#menuToggle p{
  font-size: 12px;
  color: black;
  margin-right: 11px;
  margin-top: 6px;
  text-align: left;
  width: 22%;
  direction: ltr;
}
#menuToggle h6{
  font-size: 14px;
  text-align: center;
}
#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 67px;
  height: 109px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
 #menuToggle ul  .price{
  font-size: 15px !important;
  width:92%!important;
  text-align: left !important;
  font-size: 12px !important;
}
#menuToggle ul  .price-en{
  font-size: 15px !important;
  width:97% !important;
  text-align: right !important;
  font-size: 12px !important;
}
#menuToggle ul .toman{
  display: inline-block;
  font-size: 13px;
}
#menuToggle ul li a{
  display: inline-flex
  ;
      color: #323666;
      /* text-decoration: none; */
      /* border-top: 1px solid #edeff4; */
      /* padding: 7px 10px 7px 62px; */
      font-size: 12px;
      width: 182px;
      padding-right: 6px;
}
#menuToggle span
{
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd00;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-41px, -50px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(49px, -39px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  max-width: 309px;
  width:100vw;
  max-height: 100vh;
  margin: -100px 0 0 -50px;
  padding-top: 43px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  padding-right: 20px;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
  display: -webkit-box;
      border-bottom: 1px solid #edeff4;
      /* border: 1px solid #edeff4; */
      background-color: #fff;
      margin-left: 18px;
}
#menu li:first-of-type{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 25px;
}
#menu li:last-of-type{
       border-bottom-right-radius: 10px;
       border-bottom-left-radius: 10px;
       margin-bottom: 25px;
}

#menu li label
{
  cursor: pointer;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
* {
  scroll-behavior: smooth;
}
#menuToggle input:checked ~ ul {
  transform: none;
  left: 53px;
  top: 100px;
}
#menu h4{
  font-size: 13px;
  font-weight: 700;
  /* font-family: tahoma !important; */
  color: #333;
}
#scroll-header{
  display: none;
  position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0px;
}
#scroll-header .home-header::after{
  display: none;
}
.red h3 {
  color: red;
}

.blue h3 {
  color: blue;
}

.green h3 {
  color: green;
}
#paginated-list{
  display: flex;
}
#paginated-list li{
  list-style: none;
  width: 274px;
  padding-left: 10px;
}
@media (max-width: 1394px) {
  .pagination-container {
    width: 40%;}

}
@media (max-width: 982px) {
  .pagination-container {
      width: 69%;
      margin-top: 14px;
  }
}

/* //colors */



section {
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.m-t-120 {
	margin-top: 120px;
}
.section-common-space {
	padding:0;
  padding-bottom:149px;
}
.section-header {
	margin-bottom: 60px;
}
.section-title {
	color: #fff;
	margin-bottom: 60px;
	text-transform: uppercase;
	span {
		position: relative;
		&:before {
			content: "";
			position: absolute;
			bottom: -30px;
			right: 0;
			width: 100%;
			height: 1px;
			background-color: #fff;
		}
	}
}
.ft-wt-bold {
	font-weight: 700;
}
.section-subtitle {
	font-size: 17px;
	color:#fff;
}
.features-item {
	background-color: white;
    margin-bottom: 110px;
    padding: 72px 20px 36px;
    position: relative;
    transition: .3s;
    border-radius: 2px;
    height: 197px;
    width: 87%;
	&:hover {
		
		box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.22);
		cursor: pointer;
		.features-icon {
      color: #b19148;
      border-color: #b19148;
		}
		.features-info {
			.title {
        color: #b19148;
        border-color: #b19148;
			}
		
		}
	}
}
.features-icon {
	font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 85px;
	text-align: center;
	background: white;
	border-radius: 60px;
	border: 2px dashed #fff;
	
	box-shadow: 0 0 0 10px #fff;
	position: absolute;
	top: -50px;
	left: 50%;
	
	transform: translate(-50%);
	color:#000;

  transition: .3s;
}
.features-icon , .fas {
  font-weight: 300 !important;
}
@media only screen and(max-width: 992px) {
	.clear-problem > div:nth-child(3n + 1) {
		clear: none;
	}
}
@media only screen and(max-width: 768px) {
	.section-common-space {
		padding: 50px 0;
	}
	h4 {
		font-size: 17px;
	}
	h2 {
		font-size: 21px;
	}
	.section-title {
		margin-bottom: 20px;
		span:before {
			bottom: -10px;
		}
	}
}
.clear-problem > div:nth-child(3n + 1) {
	clear: left;
}
.features-info .title {
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
  font-family: "IRANSansWeb" ;
  font-size: 22px;
  line-height: 2;
  text-decoration: none;
}