#Footer {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  #Footer {
    z-index: 1;
  }
}
#Footer.RtlDir > .WebFooter {
  margin-top: 5rem;
}
#Footer.RtlDir > .WebFooter > .top {
  padding: 2rem 0;
  background-color: #4A0D0D;
}
#Footer.RtlDir > .WebFooter > .top > div > h4 {
  color: #FFFFFF;
}
#Footer.RtlDir > .WebFooter > .top > div > .social a {
  text-decoration: none;
  color: white;
  transition: 0.2s;
  display: inline-block;
}
#Footer.RtlDir > .WebFooter > .top > div > .social a:not(:last-child) {
  margin-left: 1rem;
}
#Footer.RtlDir > .WebFooter > .top > div > .social a > i {
  font-size: 2.5em;
}
#Footer.RtlDir > .WebFooter > .top > div > .social a:hover {
  color: #f7b538;
}
#Footer.RtlDir > .WebFooter > .down {
  position: relative;
  background-color: #EDE6E6;
}
#Footer.RtlDir > .WebFooter > .down > div > .about > div {
  min-width: 150px;
  width: 150px;
}
#Footer.RtlDir > .WebFooter > .down > div > .about > div > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#Footer.RtlDir > .WebFooter > .down > div > .about > p {
  line-height: 2rem;
  text-align: justify;
}
#Footer.RtlDir > .WebFooter > .down > div > .quickAccess {
  padding: 0 5rem 0 0;
}
@media (max-width: 1199.98px) {
  #Footer.RtlDir > .WebFooter > .down > div > .quickAccess {
    padding: 0 2rem 0 0;
  }
}
#Footer.RtlDir > .WebFooter > .down > div > .quickAccess > li > h5 {
  font-weight: bold;
  color: #000000;
}
#Footer.RtlDir > .WebFooter > .down > div > .quickAccess > li > a {
  text-decoration: none;
  transition: 0.2s;
  color: #000000;
}
#Footer.RtlDir > .WebFooter > .down > div > .quickAccess > li > a:hover {
  color: #f7b538;
}
#Footer.RtlDir > .WebFooter > .down > div > .address > li > h5 {
  font-weight: bold;
}
#Footer.RtlDir > .WebFooter > .down > div > .address > li span.bold {
  font-weight: bold;
}
#Footer.RtlDir > .WebFooter > .down > div > .address > li span.bold + span {
  margin-right: 0.5rem;
}
#Footer.RtlDir > .WebFooter > .down > div > .eNamad > li:not(:last-child) {
  margin-left: 1rem;
}
#Footer.RtlDir > .WebFooter > .down > div > .eNamad > li a {
  text-decoration: none;
  transition: 0.2s;
}
#Footer.RtlDir > .WebFooter > .down > div > .eNamad > li a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#Footer.RtlDir > .WebFooter > .down > div > .copyRight {
  border-top: 1px solid #000000;
}
#Footer.RtlDir > .WebFooter > .down > img {
  position: absolute;
  width: 450px;
  left: 0;
  transform: translateX(-50%);
}
#Footer.RtlDir > .MobFooter {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
#Footer.RtlDir > .MobFooter::after {
  content: "";
  position: absolute;
  bottom: -235px;
  width: 300%;
  height: 300px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #6F1517;
  z-index: -1;
}
#Footer.RtlDir > .MobFooter > a, #Footer.RtlDir > .MobFooter div {
  text-decoration: none;
  flex-grow: 1;
  flex-basis: 0;
  color: #000000;
  font-size: 14px;
}
#Footer.RtlDir > .MobFooter > a i, #Footer.RtlDir > .MobFooter div i {
  font-size: 1.3rem;
}
#Footer.RtlDir > .MobFooter > a svg, #Footer.RtlDir > .MobFooter div svg {
  width: 20px;
  height: 20px;
}
#Footer.RtlDir > .MobFooter > a > button, #Footer.RtlDir > .MobFooter div > button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct, #Footer.RtlDir > .MobFooter div div#MobProduct {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  left: 0;
  bottom: 0;
  top: 101%;
  z-index: -1;
  background: #fff;
  overflow: hidden;
  transition: 0.2s;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct.active, #Footer.RtlDir > .MobFooter div div#MobProduct.active {
  top: 60px;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct header, #Footer.RtlDir > .MobFooter div div#MobProduct header {
  position: relative;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct header h5, #Footer.RtlDir > .MobFooter div div#MobProduct header h5 {
  position: relative;
  color: #000000;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct header h5::after, #Footer.RtlDir > .MobFooter div div#MobProduct header h5::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct header button, #Footer.RtlDir > .MobFooter div div#MobProduct header button {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 1rem;
  color: #6F1517;
  font-size: 1.5rem;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul, #Footer.RtlDir > .MobFooter div div#MobProduct ul {
  max-height: 100%;
  padding-bottom: 70px;
  overflow: auto;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a {
  overflow: hidden;
  box-shadow: 0 0 0 2px #F6F2F2;
  border-radius: 1rem;
  text-decoration: none;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure > div, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure > div {
  position: relative;
  padding: 0 0.3rem 0 1rem;
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  min-height: 80px;
  max-height: 80px;
  height: 80px;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure > div svg, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure > div svg,
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure > div img, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure > div img {
  fill: #6F1517;
  /* width: 100%; */
  height: 70%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.2s;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure > div::after, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure > div::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #F6F2F2;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure > figcaption, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure > figcaption {
  color: #6F1517;
  transition: 0.2s;
  margin: auto;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure:hover svg, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure:hover svg,
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure:hover img, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure:hover img {
  fill: #f7b538;
}
#Footer.RtlDir > .MobFooter > a div#MobProduct ul > li > a > figure:hover figcaption, #Footer.RtlDir > .MobFooter div div#MobProduct ul > li > a > figure:hover figcaption {
  color: #f7b538;
}
#Footer.LtrDir > .WebFooter {
  margin-top: 5rem;
}
#Footer.LtrDir > .WebFooter > .top {
  padding: 2rem 0;
  background-color: #4A0D0D;
}
#Footer.LtrDir > .WebFooter > .top > div > h4 {
  color: #FFFFFF;
}
#Footer.LtrDir > .WebFooter > .top > div > .social a {
  text-decoration: none;
  color: white;
  transition: 0.2s;
  display: inline-block;
}
#Footer.LtrDir > .WebFooter > .top > div > .social a:not(:last-child) {
  margin-right: 1rem;
}
#Footer.LtrDir > .WebFooter > .top > div > .social a > i {
  font-size: 2.5em;
}
#Footer.LtrDir > .WebFooter > .top > div > .social a:hover {
  color: #f7b538;
}
#Footer.LtrDir > .WebFooter > .down {
  position: relative;
  background-color: #EDE6E6;
}
#Footer.LtrDir > .WebFooter > .down > div > .about > div {
  min-width: 150px;
  width: 150px;
}
#Footer.LtrDir > .WebFooter > .down > div > .about > div > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#Footer.LtrDir > .WebFooter > .down > div > .about > p {
  line-height: 2rem;
  text-align: justify;
}
#Footer.LtrDir > .WebFooter > .down > div > .quickAccess {
  padding: 0 0 0 5rem;
}
@media (max-width: 1199.98px) {
  #Footer.LtrDir > .WebFooter > .down > div > .quickAccess {
    padding: 0 0 0 2rem;
  }
}
#Footer.LtrDir > .WebFooter > .down > div > .quickAccess > li > h5 {
  font-weight: bold;
  color: #000000;
}
#Footer.LtrDir > .WebFooter > .down > div > .quickAccess > li > a {
  text-decoration: none;
  transition: 0.2s;
  color: #000000;
}
#Footer.LtrDir > .WebFooter > .down > div > .quickAccess > li > a:hover {
  color: #f7b538;
}
#Footer.LtrDir > .WebFooter > .down > div > .address > li {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#Footer.LtrDir > .WebFooter > .down > div > .address > li > h5 {
  font-weight: bold;
}
#Footer.LtrDir > .WebFooter > .down > div > .address > li span.bold {
  font-weight: bold;
}
#Footer.LtrDir > .WebFooter > .down > div > .address > li span.bold + span {
  margin-left: 0.5rem;
}
#Footer.LtrDir > .WebFooter > .down > div > .address > li > div {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#Footer.LtrDir > .WebFooter > .down > div > .eNamad > li:not(:last-child) {
  margin-right: 1rem;
}
#Footer.LtrDir > .WebFooter > .down > div > .eNamad > li a {
  text-decoration: none;
  transition: 0.2s;
}
#Footer.LtrDir > .WebFooter > .down > div > .eNamad > li a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#Footer.LtrDir > .WebFooter > .down > div > .copyRight {
  border-top: 1px solid #000000;
}
#Footer.LtrDir > .WebFooter > .down > img {
  position: absolute;
  width: 450px;
  right: 0;
  transform: translateX(50%);
}
#Footer.LtrDir > .MobFooter {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
#Footer.LtrDir > .MobFooter::after {
  content: "";
  position: absolute;
  bottom: -235px;
  width: 300%;
  height: 300px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #6F1517;
  z-index: -1;
}
#Footer.LtrDir > .MobFooter > a {
  text-decoration: none;
  flex-grow: 1;
  flex-basis: 0;
  color: #000000;
  font-size: 14px;
}
#Footer.LtrDir > .MobFooter > a i {
  font-size: 1.3rem;
}
#Footer.LtrDir > .MobFooter > a svg {
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=footer.css.map */



#Footer.LtrDir > .MobFooter > a, #Footer.LtrDir > .MobFooter div {
  text-decoration: none;
  flex-grow: 1;
  flex-basis: 0;
  color: #000000;
  font-size: 14px;
}
#Footer.LtrDir > .MobFooter > a i, #Footer.LtrDir > .MobFooter div i {
  font-size: 1.3rem;
}
#Footer.LtrDir > .MobFooter > a svg, #Footer.LtrDir > .MobFooter div svg {
  width: 20px;
  height: 20px;
}
#Footer.LtrDir > .MobFooter > a > button, #Footer.LtrDir > .MobFooter div > button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct, #Footer.LtrDir > .MobFooter div div#MobProduct {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  left: 0;
  bottom: 0;
  top: 101%;
  z-index: -1;
  background: #fff;
  overflow: hidden;
  transition: 0.2s;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct.active, #Footer.LtrDir > .MobFooter div div#MobProduct.active {
  top: 60px;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct header, #Footer.LtrDir > .MobFooter div div#MobProduct header {
  position: relative;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct header h5, #Footer.LtrDir > .MobFooter div div#MobProduct header h5 {
  position: relative;
  color: #000000;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct header h5::after, #Footer.LtrDir > .MobFooter div div#MobProduct header h5::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct header button, #Footer.LtrDir > .MobFooter div div#MobProduct header button {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 1rem;
  color: #6F1517;
  font-size: 1.5rem;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul, #Footer.LtrDir > .MobFooter div div#MobProduct ul {
  max-height: 100%;
  padding-bottom: 70px;
  overflow: auto;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a {
  overflow: hidden;
  box-shadow: 0 0 0 2px #F6F2F2;
  border-radius: 1rem;
  text-decoration: none;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure > div, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure > div {
  position: relative;
  padding: 0 0.3rem 0 1rem;
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  min-height: 80px;
  max-height: 80px;
  height: 80px;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure > div svg, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure > div svg,
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure > div img, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure > div img {
  fill: #6F1517;
  /* width: 100%; */
  height: 70%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.2s;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure > div::after, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure > div::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #F6F2F2;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure > figcaption, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure > figcaption {
  color: #6F1517;
  transition: 0.2s;
  margin: auto;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure:hover svg, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure:hover svg,
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure:hover img, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure:hover img {
  fill: #f7b538;
}
#Footer.LtrDir > .MobFooter > a div#MobProduct ul > li > a > figure:hover figcaption, #Footer.LtrDir > .MobFooter div div#MobProduct ul > li > a > figure:hover figcaption {
  color: #f7b538;
}