﻿@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
}
body a:active, body a:focus {
  outline: none !important;
}

body.rtl {
  direction: rtl !important;
}

body.ltr {
  direction: ltr !important;
}

.DNNEmptyPane:not(.EditBarEmptyPane) {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

body.dnnEditState {
  padding-top: 0 !important;
}

html:not(#ls-global) body.dnnEditState {
  padding-top: 300px !important;
}

html:not(#ls-global) h4.mhead, .sl-slider-preview {
  padding-right: 90px !important;
}

html:not(#ls-global) .ls-admin #tabSettings .ui-tabs-nav li.ui-tabs-active::after {
  right: 236px !important;
}

.wnsInjectionContent {
  direction: ltr !important;
}

ul, li {
  padding: 0;
  margin: 0;
}

@keyframes bounce-guide {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.header__container .top--header {
  background: #fff;
}
@media (min-width: 768px) {
  .header__container .top--header {
    border-top: 1px solid #cbcbcb;
  }
}
@media (max-width: 768px) {
  .header__container .top--header .content {
    display: none !important;
  }
}
.header__container .top--header .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.header__container .top--header .content__right {
  margin-top: 15px;
}
.header__container .top--header .content__right .search-module__container {
  direction: ltr;
  padding-right: 5px;
}
.header__container .top--header .content__right .search__container {
  padding: 2px 4px;
  border-radius: 3px;
  color: white;
  padding-left: 0;
  float: left;
  position: relative;
}
.header__container .top--header .content__right .search__container .dnnSearchBoxClearText, .header__container .top--header .content__right .search__container .searchSkinObjectPreview, .header__container .top--header .content__right .search__container a[id*=cmdSearch] {
  display: none;
}
.header__container .top--header .content__right .search__container .search-toggle {
  margin: 0 3px 0 3px;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 5%;
  right: 0%;
}
.header__container .top--header .content__right .search__container .search-toggle i {
  font-size: 15px;
  vertical-align: middle;
  width: 15px;
  color: #fff;
}
.header__container .top--header .content__right .search__container .search__box .searchInputContainer {
  margin: 0 5px;
}
.header__container .top--header .content__right .search__container input[type=text] {
  background: none;
  border: 0;
  vertical-align: middle;
  width: 0;
  outline: none;
  padding: 0;
}
.header__container .top--header .content__right .sociallinks ul {
  gap: initial;
}
.header__container .top--header .content__right .sociallinks ul li {
  height: 15px;
  padding: 0 8px;
  position: relative;
}
.header__container .top--header .content__right .sociallinks ul li:before {
  content: "";
  height: 33px;
  width: 1px;
  background: #576490;
  position: absolute;
  right: 0;
  top: -10px;
}
.header__container .top--header .content__right .sociallinks ul li:last-child:after {
  content: "";
  height: 33px;
  width: 1px;
  background: #576490;
  position: absolute;
  left: 0;
  top: -10px;
}
.header__container .top--header .content__right .sociallinks ul li i {
  color: #dee0dc;
  font-size: 15px;
}
.header__container .top--header .content__right .language-sel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__container .top--header .content__right .language-sel li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__container .top--header .content__right .language-sel li:first-child:after {
  content: "/";
  margin: 0 5px;
  color: white;
}
.header__container .top--header .content__left {
  position: relative;
}
.header__container .top--header .content__left .select-lan {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
}
.header__container .top--header .content__left .contact-us__pane-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 10px solid #116032;
  padding-top: 15px;
}
.header__container .top--header .content__left .contact-us__pane-content h3 {
  font-size: 14px !important;
}
.header__container .top--header .content__left .contact-us__pane-content h3:first-child {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px !important;
}
@media (max-width: 768px) {
  .header__container .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
  }
}
.header__container .bottom-header .container .bottom-header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container .bottom-header .logo-type__container {
  margin-top: 20px;
  text-align: left;
}
.header__container .bottom-header .logo-type__container img {
  margin-left: 95px;
}
.header__container .bottom-header .logo__container-mobile {
  text-align: left;
}
.header__container .bottom-header .logo__container-mobile img {
  height: auto;
  background: white;
  padding: 5px;
  border-radius: 5px;
  margin: 8px 13px;
  border: 1px solid;
  width: 150px;
}
@media (min-width: 768px) {
  .header__container .bottom-header .logo__container-mobile {
    display: none;
  }
}
.header__container .bottom-header .search__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #116032;
  padding: 4px 10px;
  width: 180px;
}
@media (max-width: 768px) {
  .header__container .bottom-header .search__container {
    display: none;
  }
}
.header__container .bottom-header .search__container .search__box {
  width: 85%;
}
.header__container .bottom-header .search__container input {
  border: 0;
  outline: 0;
}
.header__container .bottom-header .search__container .search-toggle {
  color: #000;
  outline: none;
}

.section.section--one {
  position: relative;
  z-index: 10;
}
.section.section--one .slider__container img {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .section.section--one {
    margin-top: 51px;
  }
}
.section.section--two {
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .section.section--two {
    padding: 15px 0;
  }
}
@media (min-width: 991px) {
  .section.section--two .section-two-panes .DnnModule:nth-child(odd) .dynamic-columns__container .col-md-8 {
    padding: 0px 0 0px 10px !important;
  }
  .section.section--two .section-two-panes .DnnModule:nth-child(odd) .dynamic-columns__container .col-md-8 img {
    float: right;
  }
  .section.section--two .section-two-panes .DnnModule:nth-child(even) .dynamic-columns__container .col-md-8 {
    padding: 0px 10px 0 0px !important;
  }
  .section.section--two .section-two-panes .DnnModule:nth-child(even) .dynamic-columns__container .col-md-8 img {
    float: left;
  }
}
.section.section--three {
  padding: 50px 0 30px;
  background: #f1f1f1;
}
.section.section--three .section-three-panes {
  position: relative;
}
.section.section--three .section-three-panes:before {
  display: none;
}
.section.section--three .section-three-panes .container__heading h2 {
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section.section--three .section-three-panes .section-three-panes__second p:first-of-type {
    text-align: justify !important;
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .section.section--three {
    padding: 15px 0;
  }
}
.section.section--four {
  padding: 0;
}
.section.section--four .container__heading--center h2 {
  margin-bottom: 50px;
}
.section.section--five {
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .section.section--five {
    padding: 0;
  }
}
.section.section--five .fix-image-content__container {
  color: white;
  /* --- افکت هاور (Hover State) --- */
}
@media (max-width: 768px) {
  .section.section--five .fix-image-content__container h4 {
    font-size: 16px !important;
  }
  .section.section--five .fix-image-content__container h3 {
    font-size: 22px !important;
  }
}
.section.section--five .fix-image-content__container h4 {
  font-size: 35px;
  font-weight: 300;
}
.section.section--five .fix-image-content__container h3 {
  font-size: 55px;
  font-weight: 300;
  margin: 0 0 28px;
}
.section.section--five .fix-image-content__container .svg-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  background: transparent;
  transition: all 0.3s ease;
  letter-spacing: 6px;
}
.section.section--five .fix-image-content__container .svg-button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff; /* پس‌زمینه شکل در حالت عادی شفاف است */
  transition: all 0.3s ease;
  direction: ltr; /* جهت SVG همیشه چپ به راست است */
}
.section.section--five .fix-image-content__container .svg-button svg .svg-outline {
  stroke: #fff; /* رنگ خطوط (حاشیه) آبی است */
  stroke-width: 1; /* ضخامت خط 2 پیکسل است */
  transition: all 0.3s ease;
}
.section.section--five .fix-image-content__container .svg-button span {
  position: relative;
  z-index: 1; /* متن باید روی SVG قرار گیرد */
  direction: rtl; /* جهت متن از راست به چپ */
}
.section.section--five .fix-image-content__container .svg-button:hover {
  color: #000; /* رنگ متن سفید می‌شود */
}
.section.section--five .fix-image-content__container .svg-button:hover svg {
  fill: #fff; /* پس‌زمینه شکل آبی می‌شود */
}
.section.section--five .fix-image-content__container .svg-button:hover svg .svg-outline {
  stroke: #fff; /* رنگ خطوط آبی می‌ماند */
}
.section.section--six {
  margin-top: 30px;
  padding-top: 70px;
  padding-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #116032;
}
@media (min-width: 1400px) {
  .section.section--six {
    height: 30vh;
  }
}
@media (max-width: 768px) {
  .section.section--six {
    padding: 15px;
  }
  .section.section--six .section-six-panes__first > div h1, .section.section--six .section-six-panes__first > div h2, .section.section--six .section-six-panes__first > div h3 {
    font-size: 22px;
    padding: 0 20px;
    line-height: 1.5;
    margin-bottom: 25px !important;
  }
}
.section.section--footer {
  padding-bottom: 30px;
  background-color: #124e2c;
}
@media (max-width: 768px) {
  .section.section--footer {
    padding: 15px 0 !important;
    border: none;
  }
}
.section.section--footer .back-to-top {
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 0;
  color: #fff;
  margin-bottom: 40px;
}
.section.section--footer .back-to-top span {
  font-size: 20px;
}
.section.section--footer .back-to-top i {
  display: block;
  font-size: 40px;
}
.section.section--footer .footer-permits img {
  width: 95px;
}
.section.section--footer .footer-permits div:first-child {
  margin-bottom: 10px;
}
.section.section--footer .section-footer-panes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section.section--footer .section-footer-panes .section-footer-panes__center {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section.section--footer .section-footer-panes .section-footer-panes__center {
    gap: 110px;
  }
}
@media (min-width: 768px) {
  .section.section--footer .section-footer-panes .section-footer-panes__right {
    width: 100px;
    margin-left: 75px;
  }
}
.section.section--footer .section-footer-panes .section-footer-panes__left {
  width: 100%;
}
@media (min-width: 768px) {
  .section.section--footer .section-footer-panes .section-footer-panes__left {
    width: 37%;
    margin-right: 100px;
  }
}
.section.section--footer .section-footer-panes .section-footer-panes__left p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  text-align: justify;
  color: #fff;
}
.section.section--footer .section-footer-panes .section-footer-panes__left a span, .section.section--footer .section-footer-panes .section-footer-panes__left p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (max-width: 768px) {
  .section.section--footer .section-footer-panes {
    flex-direction: column;
  }
  .section.section--footer .section-footer-panes .container__footer-pane {
    text-align: center;
  }
  .section.section--footer .section-footer-panes .container__footer-pane h2 {
    margin: 0 0 20px !important;
  }
  .section.section--footer .section-footer-panes > div {
    width: 100%;
    padding: 0 !important;
    margin: 20px 0;
  }
  .section.section--footer .section-footer-panes > div:before {
    display: none;
  }
}
.section.section--footer .section-footer-panes .container__footer-pane h2 {
  color: white;
  margin: 0 0 50px;
}
.section.section--footer .footer__copyright {
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .section.section--footer .footer__copyright {
    text-align: center;
    margin-top: 10px;
  }
}

.footer__container .copyright-texts, .footer__container .copyright-texts * {
  color: #b1b1b1 !important;
}

.footer__container .copyright-texts, .footer__container .copyright-texts * {
  font-size: 13px !important;
  font-weight: 300;
  text-align: right;
}

.lg-container.lg-show.lg-show-in {
  direction: ltr !important;
}

@media only screen and (max-width: 469px) {
  section.section.padding--mobile:last-child {
    padding-bottom: 0;
  }
  .section.section--one .slider__container {
    height: auto !important;
  }
  .FooterPane {
    padding-bottom: 30px;
  }
  .footer__container .social__container {
    position: relative;
  }
  .sociallinks ul li {
    margin: 5px 0 !important;
  }
  .copyright-texts, .copyright-texts * {
    text-align: center !important;
  }
  .FooterContact {
    min-height: 120px !important;
  }
  .part-right-footer .sociallinksFooter, .part-right-footer .ContactInformations2 {
    padding: 0 15px;
  }
  .section.section--five .link-more-pro, .section.section--between-three .link-more-pro {
    left: 15%;
  }
  .section.section--four .section-four-left-pane p:last-child, .section.section--between .content-order-pane p:last-child {
    text-align: center;
  }
  .section.section--between-three .link-more-pro {
    bottom: -25px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  section.section.padding--mobile {
    padding: 30px 0;
  }
  section.section.padding--mobile:last-child {
    padding-bottom: 0;
  }
  .section.section--one .slider__container {
    height: auto !important;
  }
  .elena .two-columns-layout__item .text-part__container, .elena .two-columns-layout__item .image-part__container {
    height: auto !important;
  }
  .effect-wick img {
    width: 100%;
  }
  .section.section--four .dynamic-hover__container ul.is-masonry {
    flex-direction: row;
    height: auto !important;
  }
  .section.section--six .map__container {
    height: auto;
  }
  .section.section--six .footer__container {
    height: auto;
  }
  .contact-info-grid ul .contact-info-grid__item {
    margin: 0 !important;
  }
  .contact-info-grid ul .contact-info-grid__item .contact-info-grid__item__image {
    margin: auto !important;
  }
  .contact-info-grid ul {
    display: block !important;
  }
  .FooterPane {
    padding-bottom: 30px;
  }
  .footer__container .social__container {
    position: relative;
  }
  .sociallinks ul {
    display: block !important;
  }
  .sociallinks ul li {
    margin: 5px 0 !important;
  }
  .copyright-texts, .copyright-texts * {
    text-align: center;
    margin: 15px 0;
  }
}
html[lang=en-US] body, html[lang=ru-RU] body, html[lang=tr-TR] body {
  direction: ltr;
}
html[lang=en-US] header.rodiba-header__container .header-items__container .search__container, html[lang=ru-RU] header.rodiba-header__container .header-items__container .search__container, html[lang=tr-TR] header.rodiba-header__container .header-items__container .search__container {
  direction: rtl;
}
html[lang=en-US] header.rodiba-header__container .navbar__container ul, html[lang=en-US] header.rodiba-header__container .navbar__container li, html[lang=ru-RU] header.rodiba-header__container .navbar__container ul, html[lang=ru-RU] header.rodiba-header__container .navbar__container li, html[lang=tr-TR] header.rodiba-header__container .navbar__container ul, html[lang=tr-TR] header.rodiba-header__container .navbar__container li {
  direction: ltr;
}
html[lang=en-US] .header__container .top--header .content .contact-us__pane, html[lang=ru-RU] .header__container .top--header .content .contact-us__pane, html[lang=tr-TR] .header__container .top--header .content .contact-us__pane {
  margin-left: 0;
}
html[lang=en-US] .header__container .top--header .content__left .select-lan, html[lang=ru-RU] .header__container .top--header .content__left .select-lan, html[lang=tr-TR] .header__container .top--header .content__left .select-lan {
  left: unset;
  right: 0;
}
html[lang=en-US] .sidebar__box .sidebar__container .language-sel li:first-child, html[lang=ru-RU] .sidebar__box .sidebar__container .language-sel li:first-child, html[lang=tr-TR] .sidebar__box .sidebar__container .language-sel li:first-child {
  margin-left: 0;
  margin-right: 25px;
}
html[lang=en-US] .sidebar__box .sidebar__container .search__container .search-toggle, html[lang=ru-RU] .sidebar__box .sidebar__container .search__container .search-toggle, html[lang=tr-TR] .sidebar__box .sidebar__container .search__container .search-toggle {
  left: unset;
  right: 20px;
}
html[lang=en-US] nav .main-menu li a, html[lang=ru-RU] nav .main-menu li a, html[lang=tr-TR] nav .main-menu li a {
  text-align: left !important;
}
html[lang=en-US] .section--three .section-three-panes, html[lang=ru-RU] .section--three .section-three-panes, html[lang=tr-TR] .section--three .section-three-panes {
  padding-right: 0;
}
html[lang=en-US] .section--three .section-three-panes:before, html[lang=ru-RU] .section--three .section-three-panes:before, html[lang=tr-TR] .section--three .section-three-panes:before {
  left: 0;
  right: initial;
}
html[lang=en-US] .section--footer .section-footer-panes > div:before, html[lang=ru-RU] .section--footer .section-footer-panes > div:before, html[lang=tr-TR] .section--footer .section-footer-panes > div:before {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  html[lang=en-US] .section-footer-panes__left, html[lang=ru-RU] .section-footer-panes__left, html[lang=tr-TR] .section-footer-panes__left {
    margin-right: 0 !important;
    margin-left: 100px;
  }
  html[lang=en-US] .section-footer-panes__right, html[lang=ru-RU] .section-footer-panes__right, html[lang=tr-TR] .section-footer-panes__right {
    margin-left: 0 !important;
    margin-right: 75px;
  }
}

#dnn_search1_ClassicSearch {
  display: none;
}

body.rtl.personabar-visible {
  margin-right: 0 !important;
}

body.ltr.personabar-visible {
  margin-left: 0 !important;
}

body.ltr .toggle-admin-menu:last-of-type {
  display: none !important;
}
