﻿@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
}

body.rtl {
  direction: rtl !important;
}

body.ltr {
  direction: ltr !important;
}

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

html:not(#ls-global) body.dnnEditState {
  padding-right: 90px !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;
}

.arrow__guide {
  position: fixed;
  right: 16px;
  bottom: 10px;
  z-index: 20;
  animation: bounce-guide forwards 2s ease infinite;
  animation-fill-mode: forwards;
  cursor: pointer;
}
.arrow__guide i {
  color: #f7ae2e;
  font-size: 50px;
  transition: ease transform 800ms;
}
.arrow__guide.arrow--rotated i {
  transform: rotate(180deg);
}

@keyframes bounce-guide {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
body.scroll--normal .section {
  padding: 15px 0;
  position: relative;
  height: 100%;
}

.section.section--one {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .section.section--one {
    margin-top: 60px;
  }
}
.section.section--one .slider__container img {
  margin-top: 0 !important;
}
.section.section--two {
  min-height: 100px;
  position: relative;
  z-index: 6;
}
.section.section--three .container__heading {
  padding-bottom: 15px;
  padding-top: 15px;
  background: #ffc000;
}
.section.section--three .container__heading h2 {
  max-width: 1170px;
  margin: 0 auto;
}
.section.section--three .container__heading .Head {
  font-size: 23px;
  color: #000;
}
.section.section--three .container__heading i {
  color: #000;
}
.section.section--four {
  padding-top: 90px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section.section--four {
    padding-top: 30px;
    padding-bottom: 430px;
  }
}
.section.section--four .container__heading {
  padding-bottom: 15px;
  padding-top: 55px;
}
@media (max-width: 768px) {
  .section.section--four .container__heading {
    padding-top: 10px;
  }
}
@media (min-width: 990px) {
  .section.section--four .container__heading h2 {
    padding-right: 0px;
  }
}
.section.section--four .container__heading .Head {
  font-size: 30px;
}
.section.section--four .title--about {
  padding-bottom: 70px;
  text-align: center;
}
.section.section--four .title--about p {
  font-size: 38px;
  font-weight: 600;
  color: #047233;
  position: relative;
  display: inline-block;
  min-width: 260px;
  margin: 0 auto;
}
.section.section--four .title--about p span {
  display: block;
  position: absolute;
  z-index: 9;
}
@media (max-width: 768px) {
  .section.section--four .title--about p span {
    z-index: 9;
    right: 10%;
    left: 10%;
  }
}
.section.section--four .title--about p:before {
  content: "";
  width: 39px;
  height: 38px;
  display: inline-block;
  background-image: url("/portals/0/container.webp");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .section.section--four .title--about p:before {
    right: 20px;
  }
}
.section.section--four .image-part__container-bg-color {
  background: #f6ba04;
  position: absolute;
  right: -265px;
  top: -488px;
  border-radius: 50%;
  width: 1000px;
  height: 1000px;
  box-shadow: 1px 37px 0 #e9e9e9;
}
@media (min-width: 1400px) {
  .section.section--four .image-part__container-bg-color {
    right: 0;
  }
}
.section.section--four .content-about {
  padding-left: 0;
}
.section.section--four .content-about p {
  line-height: 1.7;
  padding-left: 70px;
  text-align: justify;
}
@media (max-width: 768px) {
  .section.section--four .content-about p {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .section.section--four .content-about {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.section.section--four .container__heading .Head {
  color: #000;
}
.section.section--four .container__heading i {
  color: #b28504;
}
.section.section--four img {
  max-width: 100%;
}

@media (min-width: 990px) {
  .footer__container .copyright-texts {
    text-align: left;
  }
  .part-bottom-footer .col-md-7 {
    padding: 0;
  }
}
html[lang=fa-IR] .footer__container .social__container {
  left: 0;
  right: auto;
}

html[lang=ar-SA] .footer__container .social__container {
  left: 0;
  right: auto;
}

.footer__container {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  background: #f6ba04;
}

.footer__container .copyright-texts, .footer__container .copyright-texts * {
  color: #555 !important;
  text-align: center;
}

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

.lg-outer.lg-visible {
  direction: ltr;
}

.farashop__breadcrumb .breadcrumb {
  margin-left: 0;
  background-color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .farashop__breadcrumb .breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.farashop__breadcrumb .breadcrumb .fa {
  color: #ffc000 !important;
  font-size: 20px;
}
.farashop__breadcrumb .breadcrumb a {
  color: #c6c6c6;
  font-size: 13px;
}
.farashop__breadcrumb .breadcrumb li:last-child a {
  color: #000;
}

.headerbottom > div {
  padding-top: 15px;
}

.widget__show-more {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  color: black;
  background: white;
  padding: 20px 35px;
  margin-top: 40px;
  border-radius: 8px;
}
.widget__show-more > div:first-child {
  padding-bottom: 30px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  line-height: 140px;
  text-align: right;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.widget__show-more > .toggle:before {
  content: " بیشتر بخوانید";
  display: inline-block;
  height: 34px;
  line-height: 32px;
  color: #fff;
  background: #191970;
  padding: 0 30px 0 20px;
  font-size: 13px;
  border-radius: 17px;
}
.widget__show-more > .toggle:after {
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  color: #ffc000;
  font-size: 13px;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  right: 3px;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f068";
}

@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: 1%;
    padding: 12px 5px;
    min-width: 15px;
    font-size: 13px;
  }
  .section.section--four .section-four-left-pane p:last-child, .section.section--between .content-order-pane p:last-child {
    text-align: center;
  }
  .section.section--four {
    padding-bottom: 15px;
  }
  .container__heading {
    padding-right: 10px;
  }
  .container__heading i {
    padding-left: 5px !important;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .container__heading {
    padding-right: 10px;
  }
  section.section.padding--mobile {
    padding: 30px 0;
  }
  section.section.padding--mobile:last-child {
    padding-bottom: 0;
  }
  .section.section--one .slider__container {
    height: auto !important;
  }
  .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 {
  direction: ltr;
}
html[lang=en-US] 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 {
  direction: ltr;
}
html[lang=en-US] nav .main-menu li a {
  text-align: left !important;
}
html[lang=en-US] .linkwithpreview6 ul {
  direction: rtl;
}
html[lang=en-US] .section--two::after {
  clip-path: polygon(0 85%, 100% 36%, 100% 100%, 0% 100%);
}
html[lang=en-US] .section--two .section-two-slogan {
  left: 10px;
  right: unset;
}
html[lang=en-US] .section--two .section-two-contact {
  float: right !important;
  margin-left: unset !important;
}
html[lang=en-US] .section--two .section-two-contact img {
  left: unset !important;
}
html[lang=en-US] .section--two .section-two-contact p {
  direction: rtl;
}
html[lang=en-US] .section--two .section-two-contact p:first-of-type {
  margin-left: 24px;
}
html[lang=en-US] .section--two .SectionTwoRightPane .section-two-contacts {
  bottom: 170px;
}
html[lang=en-US] .section--three::before {
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
html[lang=en-US] .section--three .section-three-logo {
  left: unset !important;
  right: 110px;
}
@media (max-width: 678px) {
  html[lang=en-US] .section--three .section-three-logo {
    right: 10px;
    left: unset !important;
  }
}
html[lang=en-US] .section--four .section-four-slogan {
  right: -310px;
  left: unset !important;
}
html[lang=en-US] .section--four .section-four-live-slider {
  margin-right: unset;
  margin-left: 20px;
}
html[lang=en-US] .section--five .container__heading {
  text-align: right;
}
@media (max-width: 480px) {
  html[lang=en-US] .section--five .container__heading {
    text-align: center;
  }
}
html[lang=en-US] .section--five .container__heading .Head {
  margin-left: unset;
  margin-right: 80px;
}
@media (max-width: 480px) {
  html[lang=en-US] .section--five .container__heading .Head {
    margin-right: 0;
  }
}
html[lang=en-US] .section--footer .default-link li a {
  padding-left: 5px !important;
  padding-right: unset !important;
  text-align: left;
  direction: ltr;
}
html[lang=en-US] .section--footer .default-link li a:before {
  left: -10px !important;
  right: unset;
  width: 7px;
  transform: rotateY(180deg);
}
html[lang=en-US] .section--footer .rightFooterPane {
  padding-left: 0;
  padding-right: 0;
}
html[lang=en-US] .section--footer .LeftFooterPane {
  margin-left: 0;
  margin-right: unset;
}
html[lang=en-US] .section--footer .FooterContactBottom {
  padding-right: 15px;
  padding-left: unset;
}
@media (max-width: 991px) {
  html[lang=en-US] .section--footer .FooterContactBottom {
    padding-right: 0;
  }
}
html[lang=en-US] .section--footer .part-bottom-footer .container__footer-pane .Head:before {
  margin-right: 6px;
  margin-left: unset;
}
html[lang=en-US] .section--footer .map-container {
  padding-right: 7px !important;
  padding-left: 7px !important;
}
html[lang=en-US] .section--footer .map-container:first-child {
  padding-right: 5px !important;
}
html[lang=en-US] .section--footer .map-container:last-child {
  padding-left: 7px !important;
}
@media (max-width: 991px) {
  html[lang=en-US] .section--footer .map-container:first-child, html[lang=en-US] .section--footer .map-container:last-child {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
html[lang=en-US] .section.section--between .col-md-6 {
  padding-right: 30px;
  padding-left: 0;
  direction: ltr;
}
html[lang=en-US] .section.section--four {
  background-image: url(/Portals/1/paralle3x.jpg);
}
html[lang=en-US] .section.section--four .section-four-left-pane {
  direction: ltr;
  background-image: linear-gradient(to right, #252942, transparent);
}
html[lang=en-US] .section.section--footer .topFooter, html[lang=en-US] .section.section--footer .topFooterLinks {
  direction: ltr;
}
html[lang=en-US] .section.section--between .head-about h3 {
  text-align: right;
  letter-spacing: 1px;
}
html[lang=en-US] .section.section--between::before {
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 85%);
}
html[lang=en-US] .section.section--between .content-order-pane {
  width: 87%;
  float: right;
  padding-right: 40px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  html[lang=en-US] .section.section--between .content-order-pane {
    width: 100%;
    float: unset;
    padding-right: 10px;
    padding-left: 20px;
  }
}
