@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/anjoman/bold/anjoman.eot);
  src: url(../fonts/anjoman/bold/anjoman.eot?#iefix) format("embedded-opentype"),
    url(../fonts/anjoman/bold/anjoman.woff) format("woff"),
    url(../fonts/anjoman/bold/anjoman.ttf) format("truetype");
}

html {
  overflow-x: hidden;
}

@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/anjoman/regular/anjoman.eot);
  src: url(../fonts/anjoman/regular/anjoman.eot?#iefix) format("embedded-opentype"),
    url(../fonts/anjoman/regular/anjoman.woff) format("woff"),
    url(../fonts/anjoman/regular/anjoman.ttf) format("truetype");
}

@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/anjoman/regular/anjoman.eot);
  src: url(../fonts/anjoman/regular/anjoman.eot?#iefix) format("embedded-opentype"),
    url(../fonts/anjoman/regular/anjoman.woff) format("woff"),
    url(../fonts/anjoman/regular/anjoman.ttf) format("truetype");
}

@font-face {
  font-family: "Anjoman";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/anjoman/light/anjoman.eot);
  src: url(../fonts/anjoman/light/anjoman.eot?#iefix) format("embedded-opentype"),
    url(../fonts/anjoman/light/anjoman.woff) format("woff"),
    url(../fonts/anjoman/light/anjoman.ttf) format("truetype");
}

body {
  font-size: 15px;
  font-family: "Anjoman" !important;
  font-weight: 500 !important;
  background-color: #fafafa;
}

.btn {
  font-size: 15px;
}

.banner {
  height: 160px;
  width: 100%;
  background: #fff;
  position: relative;
}

.iran-flag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.align-base {
  align-self: baseline;
}

.rect1,
.rect2,
.rect3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 50%;
}

.p-relative {
  position: relative;
}

.header-deropdown {
  background-color: #8d634b;
  border: none;
  padding: 10px 20px;
  box-shadow: 0 0 0 0.2rem rgba(119, 72, 180, 0.5);
}

.header-deropdown:hover {
  background-color: #8120aa;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d1152;
  border-color: #3d1152;
  box-shadow: 0 0 0 0.2rem rgba(119, 72, 180, 0.5);
}

.general-dropdown {
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px 20px;
}

.general-dropdown:hover {
  background-color: transparent;
  box-shadow: none;
  color: black;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ebebeb;
  border-color: #dbdbdb;
  border: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

nav a:hover {
  text-decoration: none;
}

.header-date {
  border-radius: 4px;
  background: #fff;
  display: flex;
  gap: 6px;
  justify-content: center;
  color: rgba(87, 87, 87, 1);
  font-size: 11px;
}

.dropdown-toggle::after {
  margin-right: 11px;
  margin-bottom: -3px;
}

.home-section1 {
  position: relative;
  z-index: 9;
}

.home-section1 .purple-bg {
  position: absolute;
  top: -8px;
  width: 100%;
  left: 0;
  height: 100%;
}

.home-section1-img {
  max-width: 541px;
  width: 100%;
}

.pt-80 {
  padding-top: 80px;
}

.home-section1 h1 {
  color: #cca13a;
  font-weight: 900;
}

.home-section1 p {
  margin-top: 16px;
  color: white;
  font-weight: 200;
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}

.brown-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--Accent, #8d634b);
  width: auto;
  color: white;
  border: none;
  border-radius: 8px;
  transition: all ease 0.4s;
}

.brown-btn:hover,
.app-btn:hover,
.contact-form-button:hover {
  background-color: #593e2e;
  color: white;
}

.slider-pagination {
  display: flex;
  gap: 6px;
  width: 200px;
}

.slider-page {
  flex: 1;
  height: 4px;
  flex-shrink: 0;
  background-color: white;
  opacity: 0.2;
}

.slider-page.active {
  opacity: 1;
}

.home-section2 {
  position: relative;
}

.home-section2-bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: -120px;
}

.home-section2 .container {
  padding-top: 50px;
  z-index: 9;
  position: relative;
}

.home-section2-header {
  height: 100px;
}

.home-section2-body {
  border-radius: 12px;
  background: #fff;
  min-height: 362px;
  position: relative;
  border: 1px solid #5d197d;
}

.right-items-div {
  height: 445px;
  overflow-y: auto;
  scrollbar-color: #5d197d #e4e4e4;
  scrollbar-width: thin;
}

.right-items-holder {
  gap: 4px;
  flex-direction: column;
  overflow-y: auto;
  padding-left: 8px;
}

.right-items-div::-webkit-scrollbar {
  width: 5px;
}

.right-items-div::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.right-items-div::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #5d197d 0%, #5d197d 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.home-section2-right-item {
  display: inline-flex;
  padding: 4px 8px 4px 8px;
  height: 60px;
  align-items: center;
  gap: 24px;
  color: #666;
  cursor: pointer;
}

.home-section2-right-item:hover {
  background: #693ab00a;
  border-radius: 10px;
  color: #3d1152;
  box-shadow: inset 0 -3px 0 0 rgba(148, 59, 205, 1) !important;
}

.home-section2-right-item.active {
  background: #693ab00a;
  border-radius: 10px;
  color: #3d1152;
  box-shadow: inset 0 -3px 0 0 rgba(148, 59, 205, 1) !important;
}

.home-section2-right-item span {
  font-size: 18px;
  font-weight: 500;
}

.home-section2-right-item img {
  visibility: hidden;
}

.home-section2-right-item.active img {
  visibility: visible;
}

.home-section2-body-images {
  position: relative;
  width: 400px;
  height: 100%;
}

.home-section2-rect {
  position: absolute;
  top: 0;
}

.home-section2-circle {
  position: absolute;
  bottom: 0;
}

.home-section2-card {
  position: absolute;
  z-index: 99;
  bottom: -25px;
  right: 40px;
  width: 100%;
  animation: MoveUpDown 3s linear infinite;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: -25;
  }

  50% {
    bottom: 10px;
  }
}

h1,
h2,
h3 {
  font-weight: 900;
}

h1 {
  font-size: 27px;
}

h2 {
  font-size: 22px;
}

p {
  line-height: 1.7;
}

.gray-color {
  color: #575757;
}

.home-section3 {
  margin-top: 100px;
}

.home-section3-body {
  height: auto;
  background-color: white;
  border-radius: 12px;
  background-image: url('/assets/img/home_section2_bg.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.home-section3-tree-holder {
  position: relative;
  width: 500px;
}

.home-section3-tree-holder .tree-svg {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.home-section3-left-item {
  height: 100px;
  background-color: #671190;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  flex: 1;
  padding-bottom: 12px;
}

.home-section3-left-item b {
  font-weight: 900;
  font-size: 15px;
}

.home-section3-left-items-holder {
  justify-content: space-between;
  height: 100%;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
}

a {
  color: black;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.home-news {
  position: relative;
  z-index: 999;
}

.home-news a {
  color: rgba(61, 17, 82, 1);
}

.vertical-news-holder {
  flex-direction: column;
  justify-content: space-between;
  height: 373px;
  gap: 12px;
}

.vertical-news {
  border-radius: 12px;
  height: 31%;
  overflow: hidden;
  max-height: 155px;
}

.vertical-news-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.vertical-news:hover .vertical-news-inner {
  transform: rotateY(180deg);
}

.vertical-news-front {
  background-color: #671190;
}

.vertical-news-front,
.vertical-news-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vertical-news-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.vertical-news-front {
  display: flex;
  flex: 1;
  height: 100%;
  background-color: #671190;
}


.vertical-news img {
  aspect-ratio: 1/1;
  height: 100%;
  transition: all ease-in 0.2s;
}

.all-news .vertical-news-inner {
  display: block;
  height: 130px;
  border-radius: 10px;
}

.all-news .vertical-news-back {
  border-radius: 12px;
  overflow: hidden;
}

.all-news .vertical-news-front {
  border-radius: 12px;
  overflow: hidden;
}

.news-index-image {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
}

h6 {
  font-weight: 900;
  font-size: 12px;
}

.single-news {
  height: 373px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.single-news-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.single-news:hover .single-news-inner {
  transform: rotateY(180deg);
}

.single-news-front {
  background-color: #671190;
}

.single-news-front,
.single-news-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.single-news-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.single-news-front {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.single-news img {
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 280px;
  transition: all ease-in 0.2s;
}

.home-app {
  position: relative;
  height: 686px;
}

.summary p {
  text-align: justify;
  color: #5d197d;
}

.home-app-bg-1 {
  position: absolute;
  right: 0;
  top: -8%;
  width: 100%;
  height: 100%;
}

.home-app-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-app .container {
  height: 686px;
}

.home-app-phone {
  width: 100%;
  max-width: 600px;
}

.app-button-holder {
  display: flex;
  gap: 12px;
}

.app-btn {
  border-radius: 10px;
  padding: 12px 40px;
  color: white;
  background-color: #8d634b;
}

.app-btn.android {
  background-color: #709b00;
}

.app-btn.ios {
  background-color: #121212;
}

.home-customer-item {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  background-color: #ffffff9c;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}

.home-customer-item img {
  width: 100%;
  max-width: 170px;
  max-height: 170px;
  aspect-ratio: 1/0.7;
  object-fit: contain;
  background-blend-mode: color, normal;
  transition: all ease-in 0.2s;
}

.aspect-1-1 {
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: fill !important;
}

.home-customer-item:hover img{
  animation: circleScale 1.3s infinite;
}

.home-customer-item span {
  font-weight: 900;
  text-align: center;
}

.gallery-body {
  background-color: white;
  border-radius: 0 10px 10px 0;
  padding: 22px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h4 {
  font-weight: 900;
}

.home-gallery-img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  max-width: 650px;
}

.gallery-img {
  width: 100%;
  height: 100%;
}

.gallery-pagination-holder {
  display: flex;
  gap: 4px;
}

.gallery-page {
  height: 8px;
  width: 12px;
  border-radius: 6px;
  background-color: rgba(238, 238, 238, 1);
}

.gallery-page.active {
  width: 24px;
  background-color: rgba(141, 99, 75, 1);
}

.home-footer {
  margin-top: 130px;
  color: white;
}

.footer-top {
  border-radius: 48px 48px 0 0;
  background-color: #3d1152;
  position: relative;
  padding-bottom: 40px;
}

.footer-phone-holder {
  border-radius: 48px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 10px 0;
}

.footer-phone-holder .d-flex {
  gap: 9px;
}

.footer-phone-holder span {
  font-weight: 900;
  font-size: 17px;
}

.footer-phone-holder .footer-phone-span {
  color: rgba(141, 99, 75, 1);
}

.footer-top-holder {
  padding-top: 60px;
}

.home-footer h5 {
  font-weight: 900;
  font-size: 20px;
}

.footer-links-ul {
  margin-top: 26px;
}

.footer-links-ul li {
  margin-top: 16px;
}

.footer-links-ul a {
  color: white;
}

.footer-top-holder a:hover {
  color: rgba(141, 99, 75, 1);
}

.footer-statics-ul {
  margin-top: 26px;
  list-style: none;
}

.footer-statics-ul li {
  margin-top: 18px;
}

.footer-contact-ul {
  margin-top: 26px;
  list-style: none;
}

.footer-contact-ul li {
  margin-top: 18px;
}

.footer-address-ul {
  margin-top: 26px;
  list-style: none;
}

.footer-address-ul li {
  margin-top: 18px;
}

.home-footer-bottom {
  height: 93px;
  background: #2c063e;
  position: relative;
}

.footer-socials {
  display: inline-flex;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #2c063e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
}

.footer-copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.navigation {
  color: rgba(141, 99, 75, 1);
}

h5 {
  font-weight: 900;
}

.card {
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
}

.about-float-image {
  float: left;
  max-width: 300px;
  margin: 12px;
  border-radius: 8px;
}

.about-full-img {
  width: 100%;
  max-height: 240px;
  border-radius: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.table .pink {
  border: 1px solid #dbdbdb;
  background: #f8f4fd;
}

.table-responsive {
  border-radius: 10px;
}

.content-download1-holder {
  border-radius: 6px;
  border: 1px solid var(--Primary, #3d1152);
  padding: 24px;
}

.content-download1-holder h5 {
  color: rgba(61, 17, 82, 1);
}

.content-download1-holder span {
  color: #3d1152;
  font-family: Anjoman;
  font-size: 14px;
  line-height: 28px;
  /* 200% */
  opacity: 0.68;
}

.purple-btn {
  padding: 8px 16px;
  gap: 8px;
  border-radius: 4px;
  background: #3d1152;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);

  border-radius: 8px;
  border: none;
}

.purple-btn span {
  color: white;
  opacity: 1;
}

.text-purple {
  color: #3d1152;
}

.float-image {
  float: left;
  max-width: 300px;
  margin: 12px;
  border-radius: 8px;
}

.content-download2-holder {
  border-radius: 6px;
  border: 1px solid var(--Primary, #fff);
  background-color: #8d634b;
  padding: 24px;
}

.content-download2-holder h5 {
  color: white;
}

.content-download2-holder span {
  color: white;
  font-family: Anjoman;
  font-size: 14px;
  line-height: 28px;
  /* 200% */
  opacity: 0.68;
}

.white-btn {
  padding: 8px 16px;
  gap: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);

  border-radius: 8px;
  border: none;
}

.white-btn span {
  color: #8d634b;
  opacity: 1;
}

.video-holder {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-height: 555px;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.custom-node {
  border-radius: 8px;
  background: var(--Accent, #8d634b);
  padding: 12px 32px;
  color: white;
  width: auto;
  position: relative;
}

.custom-node span {
  font-weight: 900;
}

.custom-node-body {
  width: 100%;
  background-color: white;
  z-index: 999;
}

/* .css-to7de5::before{
  left: calc(50% - 8px / 2) !important;
} */

.chart-item {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  display: flex;
  direction: rtl;
  padding: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.chart-item.vertical {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.chart-item.vertical .flex-column {
  align-items: center !important;
}

.chart-avatar {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.chart-item.vertical .chart-avatar {
  width: 140px;
  height: 140px;
  border-radius: 10px;
}

.text-start {
  text-align: start !important;
}

.inner-node {
  background-color: white;
  color: #3d1152;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  width: 100%;
  border: 1px solid gray;
  border-radius: 8px;
}

.gallery-holder img {
  width: 100%;
}

.gallery-img-holder {
  margin: 8px;
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(61, 17, 82, 0) 0%, #3d1152 100%);
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 18px;
  cursor: pointer;
}

.gallery-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}

.gallery-img-holder:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: white;
}

.gallery-details {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-details-img {
  width: 100%;
  max-height: 650px;
}

.gallery-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px;
  background: rgba(0, 0, 0, 0.48);
}

.gallery-modal {
  border-radius: 4px;
  overflow: hidden;
}

.gallery-controls img {
  cursor: pointer;
}

.branch-item {
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.branch-map {
  width: 100%;
  height: 100%;
}

.branch-item span {
  color: rgba(142, 142, 142, 1);
}

.branches-holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brnaches-filter {
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.brnaches-filter .large-checkbox {
  width: 20px;
  height: 20px;
}

.brnaches-filter input {
  accent-color: rgba(61, 17, 82, 1);
}

.custom-pagination {
  gap: 8px;
}

.custom-pagination .page-button {
  background-color: white;
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border: 1px solid gainsboro;
}

.custom-pagination .page-button.active {
  background-color: rgba(141, 99, 75, 1);
  color: white;
}

.required {
  color: red;
}

.main-page-header {
  background: rgb(85, 33, 109);
  background: linear-gradient(90deg,
      rgba(85, 33, 109, 1) 0%,
      rgba(104, 17, 145, 1) 100%);
  border: none !important;
}

.main-page-header a {
  color: white;
}

.main-page-header button {
  color: white !important;
}

.home-header {
  background-color: #fff;
}

.home-header a {
  color: rgba(50, 50, 50, 1);
}

.home-header button {
  color: rgba(50, 50, 50, 1) !important;
}

.dropdown-item {
  color: black !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999999;
  background-color: white;
}

.sticky-header a {
  color: #3d1152;
}

.sticky-header button {
  color: #3d1152 !important;
}

.main-page-header a:hover,
.main-page-header button:hover {
  box-shadow: inset 0 -3px 0 0 #fff;
  color: #fff;
  border-radius: 0;
}

.home-header a:hover,
.home-header button:hover {
  box-shadow: inset 0 -3px 0 0 #8d634b;
  color: #8d634b;
  border-radius: 0;
}

.sticky-header a:hover,
.sticky-header button:hover {
  box-shadow: inset 0 -3px 0 0 #8d634b !important;
  border-radius: 0;
  color: #8d634b !important;
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown .dropdown-menu {
  width: 50vw;
  background-color: white;
}

.custom-dropdown .dropdown-menu.show {
  position: absolute;
  inset: 0 !important;
  top: 40px !important;
  right: 0 !important;
  transform: translate(0, 0) !important;
  min-height: 300px;
}

.sticky-header .custom-dropdown.show button {
  box-shadow: inset 0 -3px 0 0 #8d634b !important;
  border-radius: 0;
  color: #8d634b !important;
}

.dropdown-ul {
  list-style: none;
}

.dropdown-ul li {
  margin-top: 8px;
  color: #575757;
  text-align: center;
}

.dropdown-ul li a {
  color: #575757;
}

.branch-search-input-holder {
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid gainsboro;
  display: flex;
  align-items: center;
  padding: 4px;
}

.branch-search-input-holder input {
  width: 100%;
  border: none;
}

.branch-search-input-holder input:focus {
  outline-color: transparent;
  outline-style: none;
}

.branch-search-input-holder svg {
  cursor: pointer;
}

.states-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.state-item {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
}

.state-item.active {
  color: white;
  background-color: rgba(61, 17, 82, 1);
}

.state-item svg {
  display: none;
}

.state-item.active svg {
  display: inline;
}

.header-search-holder {
  width: 100%;
  display: flex;
  align-items: center;
  height: 42px;
  position: relative;
}

.header-search-holder input {
  width: 100%;
  background-color: transparent;
  border: none;
}

.header-search-holder input:focus {
  outline-color: transparent;
  outline-style: none;
}

.header-search-holder svg {
  cursor: pointer;
}

.searh-items-holder{
  position: absolute;
  background: white;
  width: 100%;
  height: 350px;
  top: 60px;
  overflow: hidden;
  border-radius: 10px;
}

.main-page-header .header-search-holder input {
  color: white;
}

.main-page-header .header-search-holder svg path {
  stroke: white;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  font-size: 16px;
  background-color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
}

.gallery-item-fix-height {
  height: 124px;
  border-radius: 8px;
}

.gallery-item-fix-height .gallery-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.tags-holder {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tag-item {
  border-radius: 30px;
  border: 1px solid var(--Accent, #8d634b);
  background: rgba(141, 99, 75, 0.16);
  color: rgba(141, 99, 75, 1);
  padding: 4px 8px;
}

.dropdown-bg {
  position: absolute;
  left: 0;
}

#IranMap .border path,
#IranMap .island path {
  fill: #fff;
}

#IranMap .province path {
  fill: #ebebeb;
}

#IranMap .sea path,
#IranMap .lake path {
  fill: #6caed8;
}

#IranMap .province path:hover {
  fill: #3d1152;
  cursor: pointer;
}

#IranMap .province path.active {
  fill: #3d1152;
  cursor: pointer;
}

#IranMap .province path.active {
  fill: #3d1152;
  cursor: pointer;
}

.side-map {
  position: relative;
}

.side-map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tree-leaf {
  cursor: pointer;
  webkit-transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: 0.3s;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: 0.3s;
  transform-box: fill-box;
  border-radius: 50%;
  border: 1px solid #ef9d10;
  background-color: white;
  padding: 3px;
}

.tree-leaf:hover {
  animation: circleScale 1.3s infinite;
}

@keyframes circleScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

/* -------- */
/* Varaibles - config */
/* SCSS*/

#cigf-org-chart .cigf-org-chart-content {
  font-size: 14px;
  position: relative;
}

#cigf-org-chart .cigf-org-chart-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cigf-org-chart .org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */
}

#cigf-org-chart .org-chart.cf:before,
.org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

#cigf-org-chart .org-chart.cf:after {
  clear: both;
}

#cigf-org-chart .org-chart.cf {
  zoom: 1;
}

#cigf-org-chart .org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#cigf-org-chart .org-chart ul li {
  position: relative;
}

#cigf-org-chart .org-chart ul li span {
  display: block;
  border: 3px solid #8d634b;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  background: #8d634b;
  padding: 4px;
}

#cigf-org-chart .org-chart .lvl-b-1 {
  background: #168b8c;
  color: #fff;
  border: 3px solid #168b8c;
}

#cigf-org-chart .org-chart .lvl-b-2 {
  background: #036869;
  color: #fff;
  border: 3px solid #036869;
}

#cigf-org-chart .org-chart .lvl-b {
  background: #8d634b;
  color: #fff;
}

#cigf-org-chart .org-chart .board {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}

#cigf-org-chart .org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  /* height: 600px;*/
  height: 254px;
  width: 0px;
  border-left: 2px solid #8d634b;
  /*  margin-left: 49%;
  top: 15px; */
  margin-right: 49%;
  top: 25px;
}

#cigf-org-chart .org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

#cigf-org-chart .org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 20px;
}

#cigf-org-chart .org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}

#cigf-org-chart .org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
}

#cigf-org-chart .org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}

#cigf-org-chart .org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #8d634b;
  margin: 0 auto;
  top: 40px;
}

#cigf-org-chart .org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

#cigf-org-chart .org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}

#cigf-org-chart .org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}

#cigf-org-chart .org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}

#cigf-org-chart .org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #8d634b;
  margin: 0 auto;
  top: 40px;
}

#cigf-org-chart .org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}

#cigf-org-chart .org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 2px solid #8d634b;
  border-left: 2px solid #8d634b;
  border-right: 2px solid #8d634b;
  margin: 0 auto;
  top: 0px;
}

#cigf-org-chart .org-chart .department {
  /* border-left: 2px solid #8D634B; */
  border-right: 2px solid #8d634b;
  width: 15.9%;
  float: right;
  margin: 0px 4px;
}

#cigf-org-chart .org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #8d634b;
  left: 50%;
  top: -22px;
}

#cigf-org-chart .org-chart .department:first-child:after {
  display: none;
}

#cigf-org-chart .org-chart .department:last-child:after {
  display: none;
}

#cigf-org-chart .org-chart .department.central {
  /*  background: #F5EEC9; */
}

#cigf-org-chart .org-chart .department.central:after {
  display: none;
}

#cigf-org-chart .org-chart .department span {
  /* border-left: 1px solid #8D634B; */
}

#cigf-org-chart .org-chart .department li {
  padding-left: 25px;
  border-bottom: 2px solid #8d634b;
  height: 70px;
  /* height: 80px; */
}

#cigf-org-chart .org-chart .department li span {
  background: #8d634b;
  top: 52px;
  /* top: 38px; */
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  /* right: 0px;*/
  left: 0px;
  line-height: 14px;
  border: 3px solid #8d634b;
}

#cigf-org-chart .org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  #cigf-org-chart .org-chart .board {
    margin: 0px;
    width: 100%;
  }

  #cigf-org-chart .org-chart .departments:before {
    border: none;
  }

  #cigf-org-chart .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  #cigf-org-chart .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    /*border-left: 2px solid #8D634B;*/
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }

  #cigf-org-chart .org-chart .department:after {
    display: none;
  }

  #cigf-org-chart .org-chart .department:first-child:before {
    display: none;
  }
}

/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
#cigf-org-chart .responsive-content {
  width: 767px;
  margin: 0px auto;
}

#cigf-org-chart .responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}

#cigf-org-chart .responsive-content .org-chart .departments:before {
  border: none;
}

#cigf-org-chart .responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
}

#cigf-org-chart .responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  border-left: 2px solid #8d634b;
  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}

#cigf-org-chart .responsive-content .org-chart .department:after {
  display: none;
}

#cigf-org-chart .responsive-content .org-chart .department:first-child:before {
  display: none;
}

/*add */

#cigf-org-chart .org-chart ul.columnTwo1::before {
  content: "";
  display: block;
  position: relative;
  width: 23%;
  height: 10px;
  border-top: 2px solid #8d634b;
  margin: 0 auto;
  top: 50px;
  left: -82px;
}

/*  #cigf-org-chart .org-chart .department .sections .sections2   {
    top: 64px;

position: relative;
}  */

.uu {
  background: #000;
}

/* #cigf-org-chart .org-chart .department li ul li {
  padding-left: 25px;
  border-right: 2px solid #8D634B;
  height: 70px;
  height: 80px;
} */
#cigf-org-chart .org-chart .department li ul.c2 {
  margin-top: 75px;
  display: inline-grid;
  position: relative;
  width: 100%;
  margin-right: 9px;
  border-right: 2px solid #8d634b;
}

#cigf-org-chart .org-chart .department li ul.c2 li {
  height: 50px;
}

#cigf-org-chart .org-chart .department li ul.c2 li span {
  top: 37px;
}

.cigf-org-a-modal {
  width: 100%;
  cursor: pointer;
  display: block;
  color: #fff;
  text-decoration: none;
}

#cigf-org-chart .cigf-org-a-modal:active {
  color: #fff;
  text-decoration: none;
}

#cigf-org-chart .cigf-org-a-modal:focus {
  color: #fff;
  text-decoration: none;
}

#cigf-org-chart .btn-primary {
  background-color: #8d634b;
  border-color: #8d634b;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 500px) {
  #cigf-org-chart .btn-modern {
    display: contents;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cigf-org-chart .btn-modern {
    display: contents;
  }
}

#cigf-org-chart .btn-modern {
  /*  text-transform: uppercase;
  font-size: 1em;
  padding: 0.3rem 2.5rem;
  font-weight: 700;
  width: 100%;
  height: 37px; */
  width: 100%;
  text-transform: uppercase !important;
  white-space: normal !important;
  font-size: 1em !important;
  padding: 0.8rem 0.2rem !important;
}

#cigf-org-chart .btn-primary:active,
html .btn-primary.active {
  background-color: #8d634b !important;
  background-image: none !important;
  border-color: #8d634b !important;
}

.close-modal-btn {
  display: contents !important;
}

.color-4c89b9 {
  color: #4c89b9 !important;
}

.color-6b7680 {
  color: #6b7680 !important;
}

span.org-modal-icons i {
  font-size: 1.3em !important;
  top: 6px !important;
  color: #b9bac0;
  margin-left: 3px;
  position: relative;
}

.color-868995 {
  color: #868995 !important;
}

.color-868995 a {
  color: #868995 !important;
}

body {
  padding-right: 0 !important;
}

.cifg-bg-color-whitesmoke {
  background-color: whitesmoke;
}

.cifg-bg-modal {
  background-image: url(logo-dark-footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: soft-light;
  background-color: whitesmoke;
}

#cigf-org-chart .org-chart .department .sections .department {
  margin-top: -20px;
}

#cigf-org-chart .org-chart .department .sections .department li {
  padding-left: 25px;
  border-bottom: 2px solid #8d634b;
  height: 70px;
  height: 80px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #cigf-org-chart .org-chart .department {
    width: 14.9%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cigf-org-chart .org-chart .department {
    width: 14.9%;
  }
}

/* ================== */

#cigf-org-chart .cigf-org-chart-content {
  font-size: 14px;
  position: relative;
}

#cigf-org-chart .cigf-org-chart-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cigf-org-chart .org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */
}

#cigf-org-chart .org-chart.cf:before,
.org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

#cigf-org-chart .org-chart.cf:after {
  clear: both;
}

#cigf-org-chart .org-chart.cf {
  zoom: 1;
}

#cigf-org-chart .org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#cigf-org-chart .org-chart ul li {
  position: relative;
}

#cigf-org-chart .org-chart ul li span {
  display: block;
  border: 3px solid #8d634b;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  background: #8d634b;
  padding: 4px;
}

#cigf-org-chart .org-chart .lvl-b-1 {
  background: #8d634b;
  color: #fff;
  border: 1px solid #8d634b;
}

#cigf-org-chart .org-chart .lvl-b-2 {
  background: #8d634b;
  color: #fff;
  border: 1px solid #8d634b;
}

#cigf-org-chart .org-chart .lvl-b {
  background: #8d634b;
  color: #fff;
}

#cigf-org-chart .org-chart .board {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}

#cigf-org-chart .org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  /* height: 600px;*/
  height: 278px;
  width: 0px;
  border-left: 2px solid #8d634b;
  /*  margin-left: 49%;
  top: 15px; */
  margin-right: 48.6%;
  top: 25px;
}

#cigf-org-chart .org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

#cigf-org-chart .org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 20px;
}

#cigf-org-chart .org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}

#cigf-org-chart .org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
  z-index: 999;
}

#cigf-org-chart .org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}

#cigf-org-chart .org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #8d634b;
  margin: 0 auto;
  top: 40px;
}

#cigf-org-chart .org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

#cigf-org-chart .org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}

#cigf-org-chart .org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}

#cigf-org-chart .org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}

#cigf-org-chart .org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #8d634b;
  margin: 0 auto;
  top: 40px;
}

#cigf-org-chart .org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}

#cigf-org-chart .org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 2px solid #8d634b;
  border-left: 2px solid #8d634b;
  border-right: 2px solid #8d634b;
  margin: 0 auto;
  top: 0px;
}

#cigf-org-chart .org-chart .department {
  /* border-left: 2px solid #8D634B; */
  border-right: 2px solid #8d634b;
  width: 15.9%;
  float: right;
  margin: 0px 4px;
}

#cigf-org-chart .org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #8d634b;
  left: 48.8%;
  top: -21px;
  transform: translate(50%, 0);
}

#cigf-org-chart .org-chart .department:first-child:after {
  display: none;
}

#cigf-org-chart .org-chart .department:last-child:after {
  display: none;
}

#cigf-org-chart .org-chart .department.central {
  /*  background: #F5EEC9; */
}

#cigf-org-chart .org-chart .department.central:after {
  display: none;
}

#cigf-org-chart .org-chart .department span {
  /* border-left: 1px solid #8D634B; */
}

#cigf-org-chart .org-chart .department li {
  padding-left: 25px;
  border-bottom: 2px solid #8d634b;
  height: 83px;
  /* height: 80px; */
}

#cigf-org-chart .org-chart .department li span {
  background: #8d634b;
  top: 52px;
  /* top: 38px; */
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  /* right: 0px;*/
  left: 0px;
  line-height: 14px;
  border: 3px solid #8d634b;
}

#cigf-org-chart .org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  #cigf-org-chart .org-chart .board {
    margin: 0px;
    width: 100%;
  }

  #cigf-org-chart .org-chart .departments:before {
    border: none;
  }

  #cigf-org-chart .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  #cigf-org-chart .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    /*border-left: 2px solid #8D634B;*/
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }

  #cigf-org-chart .org-chart .department:after {
    display: none;
  }

  #cigf-org-chart .org-chart .department:first-child:before {
    display: none;
  }
}

/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
#cigf-org-chart .responsive-content {
  width: 767px;
  margin: 0px auto;
}

#cigf-org-chart .responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}

#cigf-org-chart .responsive-content .org-chart .departments:before {
  border: none;
}

#cigf-org-chart .responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
}

#cigf-org-chart .responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  border-left: 2px solid #8d634b;
  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}

#cigf-org-chart .responsive-content .org-chart .department:after {
  display: none;
}

#cigf-org-chart .responsive-content .org-chart .department:first-child:before {
  display: none;
}

/*add */

#cigf-org-chart .org-chart ul.columnTwo1::before {
  content: "";
  display: block;
  position: relative;
  width: 28%;
  height: 10px;
  border-top: 2px solid #8d634b;
  margin: 0 auto;
  top: 60px;
  left: -13%;
}

/*  #cigf-org-chart .org-chart .department .sections .sections2   {
    top: 64px;

position: relative;
}  */

.uu {
  background: #000;
}

/* #cigf-org-chart .org-chart .department li ul li {
  padding-left: 25px;
  border-right: 2px solid #8D634B;
  height: 70px;
  height: 80px;
} */
#cigf-org-chart .org-chart .department li ul.c2 {
  margin-top: 75px;
  display: inline-grid;
  position: relative;
  width: 100%;
  margin-right: 9px;
  border-right: 2px solid #8d634b;
}

#cigf-org-chart .org-chart .department li ul.c2 li {
  height: 50px;
}

#cigf-org-chart .org-chart .department li ul.c2 li span {
  top: 37px;
}

.cigf-org-a-modal {
  width: 100%;
  cursor: pointer;
  display: block;
  color: #fff;
  text-decoration: none;
}

#cigf-org-chart .cigf-org-a-modal:active {
  color: #fff;
  text-decoration: none;
}

#cigf-org-chart .cigf-org-a-modal:focus {
  color: #fff;
  text-decoration: none;
}

#cigf-org-chart .btn-primary {
  background-color: #8d634b;
  border-color: #8d634b;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 500px) {
  #cigf-org-chart .btn-modern {
    display: contents;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cigf-org-chart .btn-modern {
    display: contents;
  }
}

#cigf-org-chart .btn-modern {
  /*  text-transform: uppercase;
  font-size: 1em;
  padding: 0.3rem 2.5rem;
  font-weight: 700;
  width: 100%;
  height: 37px; */
  width: 100%;
  text-transform: uppercase !important;
  white-space: normal !important;
  font-size: 1em !important;
  padding: 0.8rem 0.2rem !important;
}

#cigf-org-chart .btn-primary:active,
html .btn-primary.active {
  background-color: #8d634b !important;
  background-image: none !important;
  border-color: #8d634b !important;
}

.close-modal-btn {
  display: contents !important;
}

.color-4c89b9 {
  color: #4c89b9 !important;
}

.color-6b7680 {
  color: #6b7680 !important;
}

span.org-modal-icons i {
  font-size: 1.3em !important;
  top: 6px !important;
  color: #b9bac0;
  margin-left: 3px;
  position: relative;
}

.color-868995 {
  color: #868995 !important;
}

.color-868995 a {
  color: #868995 !important;
}

body {
  padding-right: 0 !important;
}

.cifg-bg-color-whitesmoke {
  background-color: whitesmoke;
}

.cifg-bg-modal {
  background-image: url(logo-dark-footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: soft-light;
  background-color: whitesmoke;
}

#cigf-org-chart .org-chart .department .sections .department {
  margin-top: -20px;
}

#cigf-org-chart .org-chart .department .sections .department li {
  padding-left: 25px;
  border-bottom: 2px solid #8d634b;
  height: 70px;
  height: 80px;
}

.sections span {
  background: #fff !important;
  color: #3d1152 !important;
  border: 3px solid #cabdd0 !important;
}

.sections a {
  color: #3d1152 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #cigf-org-chart .org-chart .department {
    width: 14.9%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cigf-org-chart .org-chart .department {
    width: 14.9%;
  }
}

#cigf-org-chart .org-chart ul.columnTwo {
  top: 46px;
}

.line-3-chart {
  height: 250px !important;
}

#cigf-org-chart .org-chart .board:before {
  height: 620px !important;
}

#sub-chart-one li {
  float: right !important;
  z-index: 3;
}

#cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
  right: -15%;
}

ul#sub-chart-one {
  top: 5px !important;
}

ul#sub-chart-two {
  top: -50px !important;
}

ul#sub-chart-three {
  top: -80px !important;
}

#cigf-org-chart .org-chart .department {
  width: 32.2%;
}

@media (max-width: 1199.98px) {
  #cigf-org-chart .org-chart ul.columnTwo1::before {
    width: 28% !important;
  }

  #cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
    width: 29% !important;
  }
}

@media (max-width: 991.98px) {
  #cigf-org-chart .org-chart ul.columnTwo {
    height: 120px;
  }

  #cigf-org-chart .org-chart ul.columnTwo1::before {
    width: 28% !important;
  }

  #cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
    width: 28% !important;
  }

  #cigf-org-chart .org-chart .board:before {
    height: 490px !important;
  }

  #cigf-org-chart .org-chart .department {
    width: 31.7%;
  }
}

@media (max-width: 767.98px) {
  #cigf-org-chart .org-chart .department {
    width: 100%;
  }

  #cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
    width: 26% !important;
  }

  #cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
    right: -65px;
    top: 70px;
  }

  #cigf-org-chart .org-chart ul.columnTwo {
    height: 150px;
  }

  #cigf-org-chart .org-chart .board:before {
    height: 620px !important;
  }

  #cigf-org-chart .org-chart ul.columnTwo1::before {
    width: 37% !important;
  }
}

@media (max-width: 575.98px) {
  .cigf-org-chart-content {
    overflow: hidden;
  }

  #cigf-org-chart .org-chart ul.columnTwo1::before {
    width: 100% !important;
  }

  #cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
    width: 100% !important;
  }

  #cigf-org-chart .org-chart #sub-chart-one.columnTwo1::before {
    right: -51%;
  }

  #cigf-org-chart .org-chart ul.columnTwo1::before {
    left: -49%;
  }
}

.org-chart li span {
  height: 50px;
  display: flex !important;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
}

.org-body {
  position: relative;
}

.dropdown-item:hover {
  color: black !important;
}

.proclamation-img {
  max-height: 700px;
  width: auto;
}

.contact-input {
  display: flex;
  padding: 12px 12px 12px 12px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #d2d2d2;
  background-color: transparent;
  resize: none;
}

.contact-form-button {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #8d634b;
  border: none;
  border-radius: 8px;
  color: white;
  width: 150px;
  transition: all ease 0.4s;
}

.contact-result-holder {
  min-height: 450px;
}

.contact-renew-btn {
  color: var(--Accent, #8d634b);
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #8d634b;
  background-color: transparent;
}

.text-grey {
  color: #939393;
}

.contact-item {
  height: 90px;
}

.contact-map {
  height: 300px;
  width: 100%;
}

.payment-code-holder {
  max-width: 700px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 12px;
}

.btn-success {
  min-width: 120px;
  border-radius: 12px;
  height: 45px;
  border: none;
}

.btn-danger {
  min-width: 120px;
  border-radius: 12px;
  height: 45px;
  border: none;
}

.auth-img-holder {
  min-height: 300px;
  width: 100%;
}

.mw-60 .dropdown-menu {
  width: auto !important;
}

.mw-60 .dropdown-menu.show {
  min-height: 100px !important;
}

.mw-120 .dropdown-menu {
  width: 280px;
}

.mw-120 .dropdown-menu.show {
  min-height: 200px !important;
}

@media (max-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 992px;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink 1s step-start 0s infinite;
}

.tree-item-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
}

.footer-phone-holder img {
  width: 50px;
}

.test-anim {
  margin-right: -200vw;
  transition: all ease 0.6s;
  opacity: 0;
  visibility: collapse;
}

.test-anim.active {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}

.slide-header-holder {
  position: relative;
  height: 90px;
}

.slide-image-holder {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.slide-image-holder img {
  position: absolute;
  width: 100%;
  max-height: 100%;
  margin-bottom: -250vh;
  transition: all ease 0.6s;
  opacity: 0;
  visibility: collapse;
}

.home-section1-img.active {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.slide-header-holder h1 {
  position: absolute;
}

.cigf-inside-content-bg {
  position: relative;
}

.svg-bg {
  position: absolute;
  top: -20%;
  right: -10%;
}

header {
  z-index: 999;
  position: relative;
}

/*
  DROPDOWN
*/
.nav-area {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.menus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
}

.menu-items {
  position: relative;
  font-size: 14px;
}

.menu-items a {
  display: block;
  font-size: inherit;
  text-decoration: none;
}

.menu-items button {
  display: flex;
  align-items: center;
  font-size: inherit;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
}

button span {
  margin-right: 3px;
}

.menu-items>a,
.menu-items button {
  padding: 0.7rem 1rem;
}

.arrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.28em;
  vertical-align: 0.09em;
  border-top: 0.42em solid;
  border-right: 0.32em solid transparent;
  border-left: 0.32em solid transparent;
}

.home-dropdown {
  position: absolute;
  left: 0;
  right: auto;
  box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08),
    0 4px 6px -2px rgba(71, 63, 79, 0.16);
  font-size: 0.875rem;
  z-index: 9999;
  min-width: 10rem;
  width: max-content;
  padding: 0.5rem 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
}

.home-dropdown.show {
  display: block;
}

.home-dropdown .home-dropdown-submenu {
  position: absolute;
  right: 100%;
  top: -7px;
}

.home-dropdown .menu-items a,
.home-dropdown .menu-items button {
  color: #000 !important;
}

.home-dropdown .menu-items button {
  display: flex;
  justify-content: space-between;
}

.home-dropdown .menu-items a:hover,
.home-dropdown .menu-items button:hover {
  box-shadow: inset 0 -3px 0 0 #8d634b;
  border-radius: 0;
}

.main-page-header .nav-link {
  color: white !important;
}

/* .text-dark .nav-link{
  color: black !important;
} */
.dropdown-menu {
  background-color: transparent;
  border: none;
}

.main-page-header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-item:hover {
  background-color: transparent;
}

.tree-leave-details {
  height: 350px;
  overflow-y: auto;
}

.section3-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #8d634b ;
  margin-top: 10px;
}


.tags-input-container {
  border: 2px solid #000;
  padding: 0.5em;
  border-radius: 3px;
  width: min(80vw, 600px);
  margin-top: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.tag-item {
  background-color: rgb(218, 216, 216);
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 20px;
}

.tag-item .close {
  height: 20px;
  width: 20px;
  background-color: rgb(48, 48, 48);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5em;
  font-size: 18px;
  cursor: pointer;
}

.tags-input {
  flex-grow: 1;
  padding: 0.5em 0;
  border: none;
  outline: none;
}

.empty-list {
  text-align: center;
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  background-color: #6a0f9428;
}

.branch-map {
  border-radius: 10px;
}

.gap-2 {
  gap: 2px;
}

.not-found-img {
  width: 100%;
  max-width: 400px;
}

.test-tree-leaf-7 {
  position: absolute;
  left: 21%;
  bottom: 14%;
  width: 45px;
  height: 45px;
}

.test-tree-leaf-6 {
  position: absolute;
  left: 8%;
  bottom: 40%;
  width: 45px;
  height: 45px;
}

.test-tree-leaf-5 {
  position: absolute;
  left: 15%;
  bottom: 65%;
  width: 45px;
  height: 45px;
}

.test-tree-leaf-4 {
  position: absolute;
  left: 44%;
  bottom: 74%;
  width: 45px;
  height: 45px;
}

.test-tree-leaf-3 {
  position: absolute;
  left: 81%;
  bottom: 61%;
  width: 45px;
  height: 45px;
}

.test-tree-leaf-2 {
  position: absolute;
  left: 82%;
  bottom: 30%;
  width: 45px;
  height: 45px;
}

.test-tree-leaf-1 {
  position: absolute;
  left: 72%;
  bottom: 8%;
  width: 45px;
  height: 45px;
}

.modal.show {
  z-index: 99999999;
}

.satisfaction-item {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 6px;
  gap: 8px;
  border: 1px solid gray;
  cursor: pointer;
  margin-top: 12px;
}

.satisfaction-item.active {
  background-color: #a257c53b;
}

.satisfaction-item:hover {
  background-color: #a257c53b;
}

.satisfaction-item img {
  width: 50px;
  height: 50px;
}

.swal2-container {
  z-index: 999999999;
}

.Toastify__toast-body {
  font-family: "Anjoman" !important;
}

.recharts-responsive-container {
  min-height: 400px;
}

#IranMap .province path:focus {
  outline: none;
}

.main-header {
  height: 220px;
  width: 100%;
}

.site-name-img {
  width: 70%;
}

.desktop-header-2,
.desktop-header-3 {
  height: 160px;
}

.desktop-header-1 {
  height: 130px;
}

.date-holder {
  background-color: #f2f2f2;
  padding: 2px 8px;
  border-radius: 8px;
}

.mr-40 {
  margin-right: 40px;
}

.fa-color-gray {
  color: #b9bac0;
}

.w-100px {
  width: 100px !important;
  height: 100px !important;
  padding: 17px !important;
}

.flex-33{
  flex-basis: 32%;
}

.logo-bg{
  background-image: url('/assets/img/dropdown-bg.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.header-bg{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-bg img{
  position: absolute;
}

.infographic-item-img{
  aspect-ratio: 1/1;
  max-height: 350px;
}

.vidoe-item-holder{
  max-height: 260px;
}

.vidoe-item-holder .gallery-img{
  height: 100%;
  height: 260px;
}

.site-info-svg{
  background: #8d634b;
  border-radius: 12px;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-to-top{
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 30px;
  left: 20px;
  border-radius: 50%;
  background: #8d634b;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}

.go-to-top i{
  color: white;
  font-size: 22px;
}

.custom-node-chart{
  display: flex !important;
  flex-direction: column !important;
}

#sub-chart-four::before{
  content: "" !important;
  display: block !important;
  position: absolute !important;
  height: 600px !important;
  height: 76px !important;
  width: 0px !important;
  border-left: 2px solid #8d634b !important;
  margin-left: 97% !important;
  top: 15px !important;
  margin-right: 0% !important;
  top: -35% !important;
}

#sub-chart-four span{
  background-color: white !important;
  color: #8d634b !important;
}

#sub-chart-four a{
  background-color: white !important;
  color: #8d634b !important;
}

.poistion-relative{
  position: relative;
  height: 60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.poistion-relative small{
  position: absolute;
  bottom: 0;
  left: 46%;
  cursor: pointer;
}

.section span{
  height: 50px !important;
}

.department {
  position: relative;
}

.floating-section{
  border: none !important;
}

.floating-section::before{
  content: "";
  display: block;
  position: absolute;
  height: 68px;
  width: 0px;
  border-left: 2px solid #8d634b;
  margin-left: 49%;
  top: 15px;
  margin-right: 55%;
  top: 25px;
}
.no-border{
  border-right: none !important;
  border-left: none !important;
}

.department.no-border .section{
  border-right:2px solid #8d634b
}

.department .section span{
  height: 60px !important;
}


.node-button{
  position: absolute;
  bottom: 0;
}

.news-date{
  color: #3d1152 !important;
}

.home-footer{
  width: 100vw;
  overflow-x: hidden;
  padding-top: 40px;
}

.accordion{
  direction: ltr !important;
}
.accordion__button{
  text-align: right !important;
  font-size: 18px;
  font-weight: bold;
  background-color: #5c1b7b !important;
  color: white !important;
}

.accordion__button::before{
  transform: rotate(135deg) !important
}

.accordion__button[aria-expanded="true"]::before, .accordion__button[aria-selected="true"]::before {
  transform: rotate(45deg) !important;
}

.accordion__panel{
  direction: rtl !important;
  padding: 0 !important;
}

.accordion__panel .home-section2-body{
  border-radius: 0 !important;
  min-height: 390px;
}

.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  overflow: hidden;
}

.purple-bg.mobile{
  display: none;
}
