#content {
  margin-top: 105px;
}

@media (max-width: 1024px) {
  #content {
    margin-top: 80px;
  }
}

::-moz-selection {
  background: rgba(var(--color-secondary), 0.4);
}

::selection {
  background: rgba(var(--color-secondary), 0.4);
}

:root .h1 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  line-height: 1;
  /* 34px */
}

:root .h2 {
  font-size: clamp(1.125rem, 1.5vw + 1rem, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
  line-height: 1.067;
  /* 32px */
}

:root .h3 {
  font-size: clamp(1.125rem, 1.2vw + 1rem, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  line-height: 1.083;
  /* 26px */
}

:root .h4 {
  font-size: clamp(1rem, 1.1vw + 0.5rem, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  line-height: 1.1;
  /* 22px */
}

:root .h5 {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  line-height: 1.111;
  /* 20px */
}

:root .h6 {
  font-size: clamp(1rem, 0.9vw + 0.5rem, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  line-height: 1.125;
  /* 18px */
}

.page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--color-secondary));
  transition: all 0.2s;
  color: rgb(var(--color-dark));
}

.page-numbers:hover {
  background-color: rgba(var(--color-secondary), 0.2);
}

.page-numbers.current {
  background-color: rgba(var(--color-secondary));
  color: white;
}

@media (max-width: 1248px) {
  .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}

.abc-bannxo img {
  margin: 0 !important;
}

.abh-bannxo .abc-bannxo a:nth-of-type(2) {
  width: 100%;
}

.abh-bannxo .abc-bannxo a:nth-of-type(2) img {
  width: 100%;
}

#main-header {
  transition: all 0.5s;
}

#main-header #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}

#main-header .main-menu {
  display: flex;
  justify-content: center;
}

#main-header .main-menu .menu-item {
  padding: 0 1.3rem 1rem;
  position: relative;
  flex: auto;
}

#main-header .main-menu .menu-item:hover {
  cursor: pointer;
}

#main-header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#main-header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 3rem;
  left: 0;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}

#main-header .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 2rem;
}

#main-header .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#main-header .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  left: 102%;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}

#main-header #mobile_nav .sub-menu {
  padding-left: 1rem;
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}

#main-header .wpml-ls-legacy-dropdown {
  width: 8rem;
  height: 4rem;
}

#main-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  color: rgb(214, 214, 214) !important;
  background: transparent;
}

#main-header .wpml-ls-legacy-dropdown a:hover {
  color: rgb(214, 214, 214) !important;
  background: #333648;
}

#main-header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  background-color: transparent;
  border: none;
  border-radius: 1.5rem;
  height: 4rem;
  color: rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover {
  color: rgb(214, 214, 214) !important;
  background-color: transparent !important;
}

#main-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  top: 110%;
}

#main-header .wpml-ls-legacy-dropdown .wpml-ls-link {
  border-radius: 0.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
  color: rgb(214, 214, 214);
  border: none;
}

#main-header .wpml-ls-legacy-dropdown:hover {
  cursor: pointer;
}

#main-header .wpml-ls-legacy-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.vjs-poster img {
  margin: 0 !important;
}

.custom-swiper-pagination.swiper-button-disabled i {
  opacity: 0.2;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.post-content {
  font-size: 1rem;
  text-align: justify;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

#blog-section .toc ul:empty {
  display: none;
}

#blog-section .toc-header {
  scroll-margin: 9rem;
}

#single_blog {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}

#single_blog .abc-bannxo br {
  display: none;
}

#single_blog p a,
#single_blog h2 a,
#single_blog h3 a,
#single_blog h4 a,
#single_blog h5 a,
#single_blog h6>a {
  color: black;
  position: relative;
  width: fit-content;
  display: inline-block;
}

#single_blog p a::before,
#single_blog h2 a::before,
#single_blog h3 a::before,
#single_blog h4 a::before,
#single_blog h5 a::before,
#single_blog h6>a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  background: rgb(var(--color-secondary));
  height: 1px;
  height: 1px;
}

#single_blog p a:hover,
#single_blog h2 a:hover,
#single_blog h3 a:hover,
#single_blog h4 a:hover,
#single_blog h5 a:hover,
#single_blog h6>a:hover {
  color: rgb(var(--color-secondary));
}

#single_blog p a:hover::after,
#single_blog h2 a:hover::after,
#single_blog h3 a:hover::after,
#single_blog h4 a:hover::after,
#single_blog h5 a:hover::after,
#single_blog h6>a:hover::after {
  width: 100%;
}

#single_blog .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}

#single_blog .blog-img-container {
  border-radius: 10px;
}

#single_blog .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}

#single_blog img {
  margin: 20px auto 20px auto;
}

#single_blog p:empty {
  display: none;
}

#single_blog .related-posts-box {
  position: relative;
  list-style-type: unset;
  padding: 1rem 1.75rem 1rem 1rem;
  margin: 1rem 0;
  border: 1px solid rgb(var(--color-separator));
}

#single_blog .related-posts-box::before {
  content: "";
  background-color: rgb(var(--color-primary));
  position: absolute;
  right: 0;
  width: 2px;
  top: 0;
  bottom: 0;
}

#single_blog .related-posts-box ul {
  padding-right: 0;
  list-style-position: inside;
}

#single_blog .related-posts-box ul li {
  line-height: normal;
}

#single_blog .related-posts-box ul::before {
  content: "";
  display: none;
}

#single_blog h1 {
  color: rgb(var(--color-darkest));
  text-align: right;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}

#single_blog h2 {
  color: rgb(var(--color-darkest));
  text-align: right;
  font-size: clamp(1.125rem, 1.5vw + 1rem, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}

#single_blog h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}

#single_blog h2:first-of-type {
  margin-bottom: 10px;
}

#single_blog h3 {
  color: rgb(var(--color-darkest));
  text-align: right;
  font-size: clamp(1.125rem, 1.2vw + 1rem, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}

#single_blog h4 {
  color: rgb(var(--color-darkest));
  text-align: right;
  font-size: clamp(1rem, 1.1vw + 0.5rem, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}

#single_blog h5 {
  color: rgb(var(--color-darkest));
  text-align: right;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}

#single_blog h6 {
  color: rgb(var(--color-darkest));
  text-align: right;
  font-size: clamp(1rem, 0.9vw + 0.5rem, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}

#single_blog p {
  color: rgb(var(--color-darkest));
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}

#single_blog h3 {
  padding-right: 30px;
}

#single_blog h3+p,
#single_blog h3>p {
  padding-right: 30px;
}

#single_blog h3+p+p {
  padding-right: 30px;
}

#single_blog h3+p+p+p {
  padding-right: 30px;
}

#single_blog h4 {
  padding-right: 50px;
}

#single_blog h4+p,
#single_blog h4>p {
  padding-right: 50px;
}

#single_blog h4+p+p {
  padding-right: 50px;
}

#single_blog h4+p+p+p {
  padding-right: 50px;
}

#single_blog img {
  margin: 20px auto;
}

#single_blog li {
  position: relative;
  margin: 5px 0;
  color: rgb(var(--color-darkest));
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}

@media (max-width: 1024px) {
  #single_blog li {
    line-height: normal;
  }
}

#single_blog ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}

#single_blog ul:not(.toc):not(.sub-h3),
#single_blog ol,
#single_blog dl {
  position: relative;
  list-style-type: revert;
  padding-right: 3rem;
  margin: 1rem 0;
}

#single_blog ul:not(.toc):not(.sub-h3)::before,
#single_blog ol::before,
#single_blog dl::before {
  content: "";
  background-color: rgb(var(--color-primary));
  position: absolute;
  right: 0;
  width: 2px;
  top: 0;
  bottom: 0;
}

@media (max-width: 1024px) {

  #single_blog ul:not(.toc):not(.sub-h3),
  #single_blog ol,
  #single_blog dl {
    padding-right: 2.5rem;
  }
}

#single_blog .wp-block-column {
  padding: 10px;
}

#single_blog p {
  color: rgb(var(--color-darkest));
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 37px;
  text-align: justify;
}

#single_blog .blog-img-container {
  border-radius: 10px;
}

#single_blog .squares-left,
#single_blog .squares-right,
#single_blog .squares-bottom {
  width: 100vw;
}

@media only screen and (max-width: 768px) {
  #single_blog .post-content h3 {
    padding-right: 0;
  }

  #single_blog .post-content h3+p,
  #single_blog .post-content h3>p {
    padding-right: 0;
  }

  #single_blog .post-content h3+p+p {
    padding-right: 0;
  }

  #single_blog .post-content h3+p+p+p {
    padding-right: 0;
  }

  #single_blog .post-content h4 {
    padding-right: 0;
  }

  #single_blog .post-content h4+p,
  #single_blog .post-content h4>p {
    padding-right: 0;
  }

  #single_blog .post-content h4+p+p {
    padding-right: 0;
  }

  #single_blog .post-content h4+p+p+p {
    padding-right: 0;
  }
}

.toc li {
  text-align: start;
}

.toc li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(var(--color-secondary));
  border-radius: 50%;
  display: inline-block;
  margin-left: 14px;
}

.toc .sub-h3 li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgb(var(--color-secondary));
  border-radius: 50%;
  display: inline-block;
  margin-left: 14px;
}

@media (min-width: 1024px) {

  #single_blog .squares-left,
  #single_blog .squares-right,
  #single_blog .squares-bottom {
    width: 50vw;
  }
}

.rotate-90 {
  transform: rotate(-90deg);
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #E0E0E0;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-question {
  padding-right: unset;
  position: relative;
  color: rgb(var(--color-darkest));
  padding: 13px;
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-question:after {
  border-color: transparent transparent transparent #aaaaaa;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: auto;
  margin-left: 6px;
  transition: all 0.5s ease;
  width: 0;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: rgb(var(--color-darkest));
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .active:after {
  border-color: transparent transparent transparent rgb(var(--color-darkest));
  transform: rotate(90deg);
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-answer {
  line-height: 29px;
  text-align: justify;
  display: none;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.related-blogs-container {
  width: 100%;
}

.related-blogs-container .posts {
  display: flex;
  flex-direction: column;
  border: 1px solid #b6ceff;
  background: #EFF2F2;
  border-radius: 11px;
  padding: 20px;
}

.related-blogs-container .show-answer img {
  width: 10px !important;
  height: 5px !important;
  rotate: 180deg;
  transition: all 0.5s;
}

.related-blogs-container .posts .posts-header {
  width: 100%;
  color: #515151;
  font-weight: 600;
  font-size: clamp(19px, 5vw, 24px);
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.29);
  padding-bottom: 20px;
  display: inline-block;
}

.related-blogs-container .posts .posts-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  gap: 10px;
}

.related-blogs-container .posts .posts-list .posts-line {
  width: 2px;
  height: 93%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 19px;
  background: #ffffff;
}

.related-blogs-container .posts .post-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 10px;
  transition: all 0.5s;
  text-decoration: none;
}

.related-blogs-container .posts .post-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 5px;
  background: var(--single-blog-posts-border);
  margin-left: 15px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  color: var(--single-blog-posts-text);
}

.related-blogs-container .posts .post-item .post-number .item-tick {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.related-blogs-container .posts .post-item .post-number .item-tick img {
  width: 100%;
  margin: 0 !important;
  border-radius: unset !important;
}

.related-blogs-container .posts .posts-list .post-item .item-text {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #7b7b7b;
  transition: all 0.5s;
}

.related-blogs-container .posts .posts-list .post-item-active {
  z-index: 2;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.related-blogs-container .posts .posts-list .post-item-active .item-text {
  color: #00b881;
}

.related-blogs-container .posts .post-item-active .post-number .item-tick {
  opacity: 1;
}

#client-comments .line-text:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  bottom: -2px;
  background: #515151;
}

#single_blog .rotate-chev {
  transform: rotate(180deg);
}

.comment-form .form-submit {
  display: none;
}

@font-face {
  font-family: "AzarMehr";
  src: url("../fonts/AzarMehr/AzarMehr-FD.woff2");
}

:root {
  font-family: "AzarMehr", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?x23n7");
  src: url("../fonts/icomoon/icomoon.eot?x23n7#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?x23n7") format("truetype"), url("../fonts/icomoon/icomoon.woff?x23n7") format("woff"), url("../fonts/icomoon/icomoon.svg?x23n7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-telegram:before {
  content: "\e90b";
}

.icon-heart:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e900";
}

.icon-xmark:before {
  content: "\e901";
}

.icon-reply:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-chevron-down:before {
  content: "\e907";
}

.icon-chevron-up:before {
  content: "\e908";
}

.vjs-poster {
  background-size: cover !important;
}

.vjs-poster img {
  object-fit: cover !important;
}

.vast-video>.vjs-big-play-button {
  display: none !important;
}

#tab-01 .active-tab {
  background: #F5F7F9;
  color: rgb(var(--color-primary));
}

@media (max-width: 1248px) {
  .top-three .triple-sec-header:not(:first-child) {
    flex-direction: row;
  }

  .top-three .triple-sec-header:not(:first-child) img {
    width: 110px;
    min-width: 110px;
    height: 80px;
  }
}

/*# sourceMappingURL=main.css.map */