*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden;
}
html[hreflang="en"],
html[lang="en"],
html:lang(en),
html[hreflang="en"] body,
html[lang="en"] body,
html:lang(en) body {
  direction: ltr;
}

@font-face {
  font-family: "iransans";
  src: url("/font/IRANSansWeb.ttf");
}

@font-face {
  font-family: "BTitrBold";
  src: url("/font/BTitrBold.ttf");
}

:root {
  --original1: #fff;
  --original2: #000; /* Title Partners */
  --original3: #333;
  --original4: red; /* banner btn color */
  --original5: #ed1c24; /* main-sticky-header-bg  */
  --original6: #e4332d; /* services-boxes */
  --original7: ghostwhite;
  --original8: #0e0e0e;
  --original9: #666;
  --original10: rgba(128, 128, 128, 0.577);
  --original11: #f5f7f6;
  --original12: #f5f7f642;
  --original13: #242323;
  --original14: #ebebeb;
  --default-border-radius: 0.2em;
}

body {
  min-height: 100vh;
  font-family: "iransans";
  line-height: 2em;
  background-color: var(--original1);
  color: var(--original3);
}
html:lang(en) body {
  font-family: Arial, Helvetica, sans-serif !important;
}

.top-bar {
  display: flex;
align-items: center;
width: 400px;
  margin-top: -40px;
}

.fixed .top-bar {
margin-top: unset;
  margin-bottom: 1%;
}

.top-bar section:nth-child(2) {
padding-top: 10px;
}


header .header-search input {
display: block;
  outline: none;
  width: 100%;
  background-color: unset;
  border: none;
}


header .header-search i {
cursor: pointer;
  padding-right: 8px;
color: #a6a6a6;
padding-top: 3px;
}

.lan{ background-color:#ffffffd1;
border-radius: 15px;
padding: 3px;
  font-size: .8em;

}

header .header-search {
  width: 180px;
margin: 0 15px;
  display: flex;
align-items: center;
  border-radius: 15px;
  background-color:#ffffffd1;
  box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.69);
}






header.homepage.sticky .top-bar {
  text-align: right;
  padding-left: 60px;
  padding-top: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: unset;
  z-index: 102;
  left: 0;
}
.banner{margin: 14px 9px}

html:lang(en) header.homepage.sticky .top-bar {
  text-align: right;
  padding-right: 60px;
  padding-top: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
  left: unset;
}



html:lang(en) .top-bar {
  text-align: left;
  padding-left: 60px;
  right: auto;
  left: 0;
}

html:lang(en) header:not(.homepage) .top-bar {
  text-align: right;
  padding-left: 60px;
  padding-top: 54px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
  left: unset;
  padding-right: 60px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  transition: 0.6s all ease-in-out;
}

header.sticky .lang-btn {
  color: var(--original3);
  margin-top: 1.1em;
}

html:lang(en) .lang-btn {
  left: auto;
  right: 1.2em;
}

.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
p {
  text-align: justify;
  text-justify: auto;
}
a {
  text-decoration: none;
  color: var(--original3);
}
a:hover {
  color: var(--original6);
}

.large-btn {
  padding: 0.75rem;
  font-size: 1.2rem;
  border-radius: var(--default-border-radius);
}
.medium-btn {
  padding: 10px 30px;
  font-size: 1.1rem;
  border-radius: var(--default-border-radius);
}
nav ul,
nav li,
footer ul,
footer li {
  list-style: none;
}

.dropdown ul {
  margin-top: -2em;
}

.dropdown ul li {
  padding: 5px 14px;
}

.container aside {
  float: right;
  min-width: 200px;
  height: 100%;
  border-radius: 5px;
  text-align: right;
  padding: 0 8px;
  width: 100%;
  margin: 0;
  display: block;
  border: 1px solid #99999945;
}

.container {
  float: right;
  width: 98%;
  margin: 0 1%;
  padding: 1%;
}

.container.product-cat-detail {
  float: none;
  display: flex;
  margin-top: -40px;
}
.container .col-10 {
  text-align: center;
  float: left;
  width: 75%;
  margin: 2% 0;
  background: #fff;
  border-radius: 5px;
}

.container .col-2 {
  width: 24%;
  margin: 2% 0;
  display: inline-block;
  padding: 10px;
}

.container aside ul {
  margin: 0;
  padding: 0;
}

.container aside ul li {
  margin: 0 0 3% 0;
  list-style: none;
  background: #fff;
}

.container .col-2 aside ul li h4 {
  color: var(--original1);
  background-color: var(--original5);
  width: calc(100% + 16px);
  text-align: right;
  float: right;
  padding: 23px 25px;
  font-size: 1.3em;
  margin-top: 0;
  margin-right: -8px;
}

.container .col-2 aside ul li h4 a {
  color: var(--original1);
}

.container aside ul li li {
  border-bottom: 1px dotted #ccc;
  padding: 5%;
  margin: 0;
  display: flex;
}

.container aside ul li {
  margin: 0 0 3% 0;
  list-style: none;
  background: #fff;
}

.container aside ul li li a {
  color: black;
  transition: all 0.6s linear;
}

.container aside ul li li a:hover {
  color: var(--original5);
}
.container .master-container {
  width: 100%;
  margin: 1% 0%;
  border: 1px solid #99999945;
}

section h1 {
  font-size: 1.8em;
  margin: 0.67em 0;
  z-index: 101;
}
section .slogan h1 {
  font-size: 1.9em;
}

.slogan .t-underline {
  display: inline-block;
  border-bottom: 3px solid var(--original5);
  padding-bottom: 5px;
}
html:lang(en) .slogan .t-underline {
  display: inline-block;
  border-bottom: 3px solid var(--original5);
  padding-bottom: 5px;
}
section h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
  line-height: 1.6em;
}
.product_rel  h2{
border-bottom: 2px solid red;
}
section h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
  width:100%;
}
section h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
section h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.text-center {
  text-align: center;
}


.text-center span {
  width: 100%;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.banner-place {
  width: 100%;
  min-height: 740px;
  position: relative;
  background-color: #fff;
  display: flex;
}
.banner-place1:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('/directory/parsianexirir/pic/12-2.jpg');
  
  background-repeat: no-repeat;
  background-position:20px 0;
  background-size: cover;
}

html:lang(en) .banner-place:before {
  left: 0;
  right: auto;
}

.circle {
  width: 340px;
  border-radius: 50%;
  position: relative;
  margin: 12% 0 12% 1%;
  border: 1px solid #fff;
  height: 340px;
  text-align: center;
  padding: 15px;
  overflow: hidden;
}


.circle img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.garadientline {
  width: 110px;
  height: 100%;
  transform: skew(16deg);
  position: absolute;
  background: rgb(237, 28, 36);
  background: linear-gradient(
    0deg,
    rgba(237, 28, 36, 1) 0%,
    rgba(237, 28, 36, 1) 20%,
    rgba(247, 152, 156, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  left: 575px;
  margin-left: 0px;
}

.garadientline:nth-of-type(2) {
  width: 16px;
  height: 100%;
  transform: skew(16deg);
  background: #ed1c24;
  position: absolute;
  background: rgb(237, 28, 36);
  background: linear-gradient(
    0deg,
    rgba(237, 28, 36, 1) 0%,
    rgba(237, 28, 36, 1) 20%,
    rgba(247, 152, 156, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  left: calc(575px + 110px);
  margin-left: 10px;
}

html:lang(en) .garadientline {
  width: 110px;
  height: 100%;
  transform: skew(163.5deg);
  position: absolute;
  background: rgb(237, 28, 36);
  background: linear-gradient(
    0deg,
    rgba(237, 28, 36, 1) 0%,
    rgba(237, 28, 36, 1) 20%,
    rgba(247, 152, 156, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  right: 38%;
  left: unset;
  margin-right: 0;
}
html:lang(en) .garadientline:nth-of-type(2) {
  width: 16px;
  height: 100%;
  transform: skew(163.5deg);
  background: #ed1c24;
  position: absolute;
  background: rgb(237, 28, 36);
  background: linear-gradient(
    0deg,
    rgba(237, 28, 36, 1) 0%,
    rgba(237, 28, 36, 1) 20%,
    rgba(247, 152, 156, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  right: calc(38% + 110px);
  left: unset;
  margin-right: 10px;
}

.left-side-banner2 a {
  position: absolute;
  z-index:100;
}

.left-side-banner2 a img {
  max-width: 180px;
  max-height: 101px;
}

.left-side-banner2 a:first-of-type {
  top: 5%;
  left: 5%;
}

.left-side-banner2 a:nth-of-type(2) {
  top: 10%;
  left: 17.5%;
}

.left-side-banner2 a:nth-of-type(3) {
  top: 27%;
  left: 25%;
}
.left-side-banner2 a:nth-of-type(4) {
  top: 48%;
  left: 24%;
}

.left-side-banner2 a:nth-of-type(5) {
  top: 67%;
  left: 22%;
}
.left-side-banner2 a:nth-of-type(6) {
  top: 78%;
  left: 12%;
}

.left-side-banner2 a:nth-of-type(7) {
  top: 75%;
  left: 2%;
}


.slogan {
  line-height: 3.5em;
  text-align: center;
  padding: 2em;
  margin-top: 15%;
  font-family: "BTitrBold";
  margin-right: 3em;
  text-align: center;
  display: flex;
  letter-spacing: 0;
}

html:lang(en) .slogan {
  margin-right: auto;
  margin-left: 5em;
  font-family: Arial, Helvetica, sans-serif !important;
}

.btn {
  font-family: "iransans";
  transition: 0.3s all ease-in-out;
  text-align: center;
  border: none;
}

.banner-place .slogan + a.btn {
  margin-top: 2em;
  margin-right: 6em;
  margin-left: auto;
  color: var(--original1);
  background-color: var(--original4);
}

html:lang(en) .banner-place .slogan + a.btn {
  margin-right: auto;
  margin-left: 6em;
}
.banner-place .slogan + a.btn:hover {
  background-color: var(--original3);
}

/* Navbar  */

header.homepage {
  position: fixed;
  z-index: 102;
  transition: 0.6s;
  margin-right: 0;
  display: flex;
align-items: center;
  width: 100%;
}


header.fixed{
background-color:var(--original1);
  width:100%;
  display: flex;
align-items: center;
}




header.homepage.fixed {
flex-wrap: unset;
}

header.homepage.fixed .top-bar {
width: 400px;
}





header.homepage.fixed {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);

}

header.fixed img {
  max-height: 100px;
  max-width: 100px;
}


header {
  align-items: center;
  position: relative;
  z-index: 102;
  transition: 0.6s;
  display: flex;
}

header .top-header {
 padding-right: 40px;
  display: flex;
}

html:lang(en) header .top-header {
  padding: 30px 0 0 40px;
}

header.sticky {
  background-color: var(--original1);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  right:0;
  position:fixed;
}
html:lang(en) header.sticky {
  right: 0;
  left: 0;
  width: 100%;
}
header.sticky .wrapper {
  padding: 0;
  padding-right: 1em;
}
html:lang(en) header.sticky .wrapper {
  padding: 0;
  padding-right: 0;
  padding-left: 1em;
}


header .logo img {
max-width: 100%;
max-height: 180px;
}


header.fixed img {
 max-width: 110px;
  max-height: 90px;
}
.google-section{float: left;
  width: 49%;}



html:lang(en)  .header-searchlan-container {

}

.header-searchlan-container {
display: flex;
align-items: center;

  margin-right: 2%;
}

.header-searchlan-container section , .fixed .header-searchlan-container section {

}


html:lang(en) .fixed .header-searchlan-container {
margin-left: 2%;
}

.fixed .header-searchlan-container {
margin-top: unset;
    margin-right: 2%;
}



header:not(.homepage) .logo img {
  max-width: 120px !important;
}

header:not(.homepage) {
  background-color:#fff;
  width:100%;  
}

.menu-place {
  display: flex;
}

.menu i {
  display: none;
}


nav {
  color: var(--original3);
  direction: rtl;
  transition: 0.6s all ease-in-out;
}


html:lang(en) nav {
  direction: ltr;
}

header.sticky nav {
  padding: 0 40px 0 0;
}
html:lang(en) header.sticky nav {
  padding: 0;
}
nav.dropdown ul {
  flex: auto;
}
nav.dropdown ul a {
  color: var(--original3);
  transition: 0.6s all ease-in-out;
  /* font-size: 1.15rem; */
}
nav.dropdown ul a:hover {
  color: var(--original6);
  transition: 0.6s all;
}

nav.dropdown ul a:after {
  content: "";
  display: block;
  margin-top: 7px;
  width: 0;
  height: 2px;
  background: var(--original6);
  transition: width 0.3s;
}

nav.dropdown ul a:hover:after {
  width: 100%;
  transition: width 0.3s;
}

html:lang(en) .dropdown li span {
  padding-left: 10px !important;
}
header.sticky nav.dropdown ul a:after {
  content: "";
  display: block;
  margin-top: 7px;
  width: 0;
  height: 2px;
  background: transparent;
  transition: width 0.3s;
}


.logo {
  transition: 0.6s all;
}



header.sticky .logo {
  height: 80px;
  transition: 0.6s all;
}

header.sticky .logo img {
  max-width: 100px !important;
  margin-top: 0px;
}

header.sticky nav ul {
  margin-top: 0;
}

nav.dropdown ul li {
  padding: 5px 14px;
}

@media (min-width: 821px) {
  .dropdown ul li ul {
    right: 0;
    left: auto;
    background-color: white;
    border-right: 5px solid var(--original14);
    width: auto;
    padding: 10px 5px;
    border-radius: 2px;
    box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05),
      0 2px 10px rgba(0, 0, 0, 0.05);
  }

  html:lang(en) .dropdown ul li ul {
    border-right: none !important;
    border-left: 5px solid var(--original14) !important;
  }

  nav.dropdown ul li li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid var(--original14);
  }

  nav.dropdown ul li li a {
    display: inline-block;
    padding: 5px 0;
  }
  nav.dropdown ul li li a:after {
    display: none;
  }

  nav.dropdown ul li li a:hover {
    color: var(--original6);
  }
}
/* sections  */

.row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 0 2em 0;
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
}

.products .row {
  padding-right: 0;
  padding-left: 0;
}
.services .row:first-of-type {
  margin-bottom: 0;
}

.row-3c .column {
  flex-grow: 1;
  flex-basis: 300px;

  padding: 10px;
}

div.rows1 .column{ flex-basis: 200px;}



.services .column > div {
  border-radius: var(--default-border-radius);
  background-color: var(--original2);
  color: var(--original1);
  height: 100%;
  padding: 25px 30px;
  font-size: 1.2em;
  line-height: 2em;
  position: relative;
  min-height: 495px;
}

.services .column > div:before {
  content: "";
  top: 30px;
  position: absolute;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.23) inset;
  border-radius: 0 171px 171px 0;
  z-index: -1;
  background-color: var(--original6);
  transform: scaleX(-1) !important;
  display: block;
  opacity: 0;
  left: -40px;
  width: calc(100% + 60px);
  transition: all 0.6s linear;
  height: 100%;
}

.services .column > div:hover:before {
  opacity: 1;
}

.section-title {
  margin: 2.1em auto;
}

main .section-title {
  font-family: "BTitrBold";
  font-size: 2em;
  letter-spacing: 0;
}

html:lang(en) main .section-title {
  font-family: Arial, Helvetica, sans-serif !important;
}

.product-detail .row {
  padding-left: 0;
  padding-right: 0;
}
.row-2c .column {
  flex-basis: calc(50% - 5px);

}

.product-detail .row-2c .column:first-of-type {
  flex-basis: calc(30% - 10px);
  border: 1px solid #ccc;
}

.product-detail .row-2c .column:nth-of-type(2) {
  flex-basis: calc(70% - 10px);
}
.full-width {
  flex-basis: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.more-btn {
  display: inline-block;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #535353;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  transition: 0.6s all ease-in-out;
}
html:lang(en) .more-btn {
  right: 20px;
  left: auto;
  padding-top: 0;
}

.more-btn:hover {
  background-color: #383737;
}
.about .section-title {
 margin-bottom: 1em;
margin-top: .5em;
}
.outer-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: lightblue;
  overflow: hidden;
  margin-top: 25px;
}
/*.outer-circle img {
  max-width: fit-content;
}*/
.inner-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  padding-top: 30px;

  background-image: url("../img/dotted-map-bg.png");
  background-position: 60% center;
}

html:lang(en) .inner-circle {
  font-size: 1.8em;
  line-height: 1.45em;
  padding-top: 40px;
}
.partners {
  background-image: linear-gradient(
    to bottom,
    rgba(228, 51, 45, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-size: cover;
  background-position: center;
  color: var(--original2);
  display: grid;
  padding-top: 1em;
}
.map-bg {
  background-image: url("../img/map-bg-80.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
}

.partners img, .master-container-content .grid-item.partners-box img {
  border-radius: var(--default-border-radius);
  margin:auto;
  position: relative;
  max-height: 148px;
  width: auto;
}

.grid-container {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
}
.grid-item {
  text-align: center;
}

.partners .grid-item > div, .master-container-content .grid-item.partners-box > div {
  width: 294px;
  /* height: 148px; */
  height:184px;
  margin: 0 auto;
  background-color: var(--original1);
  border-radius: var(--default-border-radius);
  transform: scale(1);
  transition: transform 0.6s linear;
}

.master-container-content .grid-item.partners-box > div {
  background-color: #f5f5f5;
  margin-bottom:15px;
  
}
.partners .grid-item > div:hover {
 /* transform: scale(1.1, 1.1);*/
  transition: all 0.6s linear;
}
.partners .grid-item > div a, .master-container-content .grid-item.partners-box > div a {

  display: inline-block;
    margin: auto auto 30px auto;
    height: auto;
    overflow: hidden;
  	width: 100%;
}
.partners .grid-item > div:before, .master-container-content .grid-item.partners-box > div:before {

content: '';
height: 4px;
width: 0px;
margin: auto;
position: absolute;
right: 0;
left:auto;
bottom: -4px;
  background-color: var(--original6);
   transition: all 0.6s linear;
}

.partners .grid-item > div:hover:before, .master-container-content .grid-item.partners-box > div:hover:before {

width:100%;

}

.partners .grid-item span.partners-tt, .master-container-content .grid-item.partners-box > div span {

display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    clear: both;
    width: 100%;
    color: #fff;
    background-color: var(--original3);
    padding: 2px;

}
/*.partners .grid-item > div span.partners-tt:before {

content: '';
height: 36px;
width: 0px;
margin: auto;
position: absolute;
right: 0;
left:auto;
bottom: 0;
  background-color:#333;
   transition: all 0.6s linear;
}
.partners .grid-item > div:hover span.partners-tt:before {

width:100%;

} */

#load-more-btn {
  background-color: var(--original3);
  color: var(--original1);
  margin: 20px auto;
  cursor: pointer;
  display: inline-grid;
}

#load-more-btn:hover {
  background-color: var(--original5);
}
.statistical-data {
  background-image: url("../img/dotted-map-bg-large-1.png");
  background-size: contain;
  background-position: center 125px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-bottom: 2.5em;
}
.statistical-data .form > div {
  margin-top: 2em;
}
.line-icon {
  color: var(--original5);
  vertical-align: super;
  display: inline-block;
  margin-left: 5px;
}

.row-4c .column {
  flex-basis: calc(25% - 10px);
  padding: 10px;
}


.master-container-content .products .column article > div:hover {
transform: scale(1.02);
  box-shadow: 0px 1px 5px 3px rgba(151,151,151,0.71);
  transition: all 0.6s ease-in-out;
}

.master-container-content .products .column article > div {
box-shadow: 0px 1px 5px 1px rgba(151,151,151,0.75);
}



span.plus {
  color: var(--original5);
}

span.counter {
  font-weight: 600;
  font-size: 2.55em;
  color: var(--original2);
}

.counter-des {
  display: block;
  text-align: center;
}

.form.row {
  flex-direction: column;
  justify-content: center;
}
.form h3 {
  margin-bottom: 0.3em;
  font-size:1.5em;
}
.form input {
  border-radius: var(--default-border-radius);
  padding: 12px 20px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  font-family: var(--font-family);
  font-size: 1.05em;
  direction: ltr;
  box-shadow: 5px 5px 25px 3px rgba(0, 0, 0, 0.05),
    -5px -5px 15px -9px rgba(0, 0, 0, 0.05);
  transition: 0.3s all;
  min-width: 310px;
}
html:lang(en) section .form input {
  padding: 6px 20px 14px 20px;
  text-align: left !important;
}

html:lang(en) .form input {
  text-align: left !important;
}
.form input:focus,
.form input:focus-within,
.form input:focus-visible {
  box-shadow: none;
  border: 1px solid #ccc;
  outline: none;
}
.form .btn {
  background-color: var(--original5);
  color: var(--original1);
  margin-right: -5px;
  cursor:pointer;
}
html:lang(en) .form .btn {
  margin-right: auto;
  margin-left: -5px;
}
.form .btn:hover {
  background-color: var(--original3);
}

.gallery h2 {
  margin-bottom: 1em;
}

.slider {
  width: 80%;
  margin: 0px auto;
}
.slider img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--default-border-radius);
  padding: 10px;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 2em;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--original1);
  color: var(--original10);
  border: 1px solid var(--original10);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.slick-arrow:hover {
  background-color: var(--original11);
}

.slick-prev {
  left: -50px;
}
.slick-arrow[aria-label="Previous"] {
  top: 93%;
  left: -30px;
}
.slick-next {
  right: -50px;
}
.slick-arrow[aria-label="Next"] {
  left: 100%;
}
.slick-caption {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: var(--original3);
  background-color: var(--original7);
  border-radius: var(--default-border-radius);
  text-align: center;
  margin: 0 10px;
}
.consultation {
  background-color: var(--original8);
  color: var(--original1);
  padding-bottom: 2em;
}
.consultation h2 {
  margin-bottom: 1.5em;
}
.consultation .column * {
  text-align: center;
}
.consultation .column h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.consultation p {
  font-size: smaller;
}
img.divider {
  width: auto;
  height: 203px;
}

.news-home .column > article {
  background-color: var(--original1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: var(--default-border-radius);
  height: 100%;
  transition: all 0.6s linear;
  transform: scale(1);
      padding-top: 20px;
}

.news-home .column > article img {
  border-radius: var(--default-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
      width: auto;
    max-height: 180px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.news-home .column > article > div h2 {
  color: var(--original3);
  font-size: 1.2em;
}

.news-home .column > article > div h2 a {
  color: var(--original3);
  transition: all 0.6s linear;
}

.news-home .column > article > div h2 a:hover {
  /*color: var(--original6);*/
  text-decoration: underline;
}
.news-home .column > article > div, .news section div.date {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
  color: var(--original9);
}

.news-home .column > article:hover {
  box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.6) !important;
  
}
.news-home {
  padding-bottom: 2.5em;
}

.news-home img {
  filter: grayscale(100%);
  transition: 0.6s all ease;
}
.news-home img:hover {
  filter: grayscale(0%);
}

.news-home .column > article > div.date, .news section div.date {
  padding-bottom: 10px;
  height: 80px;
}
.news-home .column > article > div.date:after, .news section  div.date:after {
  content: "";
  background-color: var(--original5);
  width: 12%;
  height: 3px;
  display: block;
}
.news-home .date span, .news section .date span  {
  font-size: 0.87em;
  margin-left: 15px;
  color: var(--original10);
}

html:lang(en) .news-home .date span, html:lang(en) .news section .date span {

margin-right: 15px;
  margin-left:unset;
} 
.news-home .date span i, .news section .date span i  {
  font-size: 0.87em;
  margin-left: 5px;
}

html:lang(en) .news-home .date span i, html:lang(en) .news section .date span i  {

 margin-right: 5px;
}

.master-container {
  float: right;
  width: 100%;
  background-color: var(--original1);
      position: relative;
    z-index: 101;
    margin-bottom: 500px;
}

html:lang(en) .master-container {
  float: left;
}
.master-container-title {
  background-color: var(--original5);
  width: 100%;
  float: right;
  padding: 0 3%;
}
html:lang(en) .master-container-title {
  float: left;
}

.master-container-title h1 {
  text-align: right;
  width: 100%;
  float: right;
  padding: 5px 0;
  font-size: 1.2em;
  color: var(--original1);
  margin-top: 1.05em;
}

.pic-center2 {
  margin: 0 2% 2% 0;
  float: left;
}

html:lang(en) .pic-center2 {
  margin: 0 0 2% 2%;
  float: right;
}

.pic-center2 img {
  max-height: 250px;
}

.master-container-content img {
  max-width: 100%;
 max-height: 200px;
}
html:lang(en) .master-container-title h1 {
  text-align: left;
  float: left;
}

.master-container-content .column article > div {
  border-radius: var(--default-border-radius);
  padding: 10px;
}

.master-container-content .column article > div h4 {
  border-bottom: 1px solid var(--original6);
}

.master-container-content .column article > div p {
  line-height: 2em;
}

.back-place {
  width: 20%;
  margin-top: 15px;
  float: left;
}
html:lang(en) .back-place {
  float: right;
}

.back-place a {
  float: left;
  margin: 5% 0;
  transition: 0.3s ease-out;
  margin-top: 7px;
}
html:lang(en) .back-place a {
  float: right;
}
.icon-left {
  color: var(--original1);
}
html:lang(en) .icon-left {
  transform: scaleX(-1);
}

html:lang(en) .icon-left:before {
  transform: scaleX(-1);


}


.exhibition {
display: flex;
  justify-content: space-evenly;
}

.exhibition section {
width: 500px;
text-align: center;
  padding: 1%;
border-radius: 5px;
  box-shadow: 0px 0px 18px 5px var(--original14);
}

.exhibition section img{width:400px}

.exhibition p {
text-align: center;
}

video {
margin: 5% auto;
display: block;
  max-width: 100%;
}

.exhibition-content .exhibition-pics {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}

.exhibition-pics div {
padding: 1%;
}

.exhibition-content img {
  height:250px;
  width:300px;
  object-fit:cover;
border: 1px solid var(--original5);
padding: 3%;
border-radius: 5px;
}


.master-container-content {
  padding: 5px 4%;
  min-height: 600px;
  margin: 3% 0% 8% 0px;
  width: 100%;
  float: right;
  line-height: 200%;
  text-align: right;
}

html:lang(en) .news section {
  text-align: left;
}
html:lang(en) .master-container-content {
  float: left;
  text-align: left;
}
.content-body {
  width: 100%;
  overflow-x: auto;
}

footer .row-3c .column {
  padding: 20px;
}
footer {
  background-color: var(--original8);
  color: var(--original1);
  padding-bottom: 2em;
  padding-top: 1em;
  border-bottom: var(--original13) 50px solid;
  font-size: .85em;
}

footer address {
  font-style: normal;
}

footer .form i {
  margin-left: 5px;
  color: var(--original1);
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 7px;
}

footer i {
  margin-left: 5px;
  color: var(--original1);
  display: inline-block;
}

footer i.icon-phone {
  transform: scaleX(-1);
}

html:lang(en) footer i {
  margin-left: auto;
  margin-right: 5px;
  transform: scaleX(-1);
}
html:lang(en) footer i.icon-phone {
  transform: scaleX(1);
}
footer a {
  color: var(--original1);
}
footer a:hover {
  color: var(--original14);
}
footer .column:nth-of-type(2) a {
  color: var(--original1);
  transition: all 0.6s ease-in-out;
  display: block;
}
footer .column:nth-of-type(2) a:hover,
footer .column:nth-of-type(2) a:focus {
  color: var(--original11);
}

footer .column:nth-of-type(2) a i {
  font-size: 0.75em;
  transition: all 0.6s ease-in-out;
  margin-right: 0;
}
html:lang(en) footer .column:nth-last-of-type(2) a i {
  margin-left: 0;
  margin-right: 5px;
}
footer .column:nth-of-type(2) a:hover i {
  margin-left: 15px;
  margin-right: -5px;
}
html:lang(en) footer .column:nth-last-of-type(2) a:hover i {
  margin-left: -5px;
  margin-right: 15px;
}
footer address {
  margin-bottom: 1em;
}

footer h4::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--original12);
  width: 50%;
  margin-top: -20px;
  margin-right: 17%;
}
html:lang(en) footer h4::after {
  margin-right: auto;
  margin-left: 17%;
}
html:lang(en) footer .column:nth-of-type(3) h4::after {
  margin-right: auto;
  margin-left: 28%;
}
footer .row-2c,
footer .form {
  padding-right: 0;
  padding-left: 0;
}
footer .form {
  padding-top: 15px;
  margin-bottom: 1em;
  position:relative;
}


div.form ,section.form{
  
  position:relative;
  width:100%;
}

footer .form input {
  border-radius: var(--default-border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-block-end: 4px;
  padding-block-start: 8px;
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  color: var(--original1);
  background-color: var(--original9);
  border: 1px solid var(--original9);
  font-family: "iransans";
  font-size: 0.9em;
  width: 75%;
  direction: ltr;
  transition: 0.3s all;
}
footer .form input:focus,
footer .form input:focus-visible,
footer .form input:focus-within {
  border: 1px solid transparent;
}

footer ul {
  margin: 0;
  padding: 0;
}

.change::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--original11);
}
.change:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--original11);
  opacity: 1;
}
.change::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--original11);
  opacity: 1;
}

footer .form a.btn {
  margin-right: -4px;
  border-radius: var(--default-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-inline-start: 7.7px;
  padding-inline-end: 40px;
  overflow: hidden;
  padding-top: 7px;
  position: relative;
  padding-bottom: 3px;
}

html:lang(en) footer .form a.btn {
  margin-right: auto;
  margin-left: -4px;
  border-radius: var(--default-border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-block-start: 7.7px;
  padding-block-end: 3px;
  padding-right: auto;
  padding-left: 15px;
}
footer .form + a {
  display: inline-flex;
}
footer ul,
footer li {
  display: block;
}

footer ul.social-network-footer,
footer ul.social-network-footer li {
  display: flex;
}

footer .column.links ul {
  height: 100%;
  overflow: hidden;
  padding-right: 5px;
}

html:lang(en) footer .column.links ul {
  padding-left: 5px;
  padding-right: 0;
}
footer .column.links li {
  display: block;
  float: right;
  width: 50%;
}

html:lang(en) footer .column.links li {
  display: block;
  float: left;
  width: 50%;
}
.scroll-to-top {
  position: fixed;
  bottom: 25px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: var(--original9);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  padding-top: 4px;
  z-index: 101;
  opacity: 0;
  transition: all 0.6s ease;
}
html:lang(en) .scroll-to-top {
  right: 20px;
  left: auto;
  padding-top: 3px;
}
.scroll-to-top i,
.more-btn i {
  font-size: 15px;
}
.scroll-to-top.show {
  opacity: 1;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.hidden {
  visibility: hidden;
}

.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news,
.news-title {
  float: right;
  width: 100%;
}
.news section {
  text-align: right;
  width: 29%;
  margin: 0.5%;
  transition: all 1s ease;
  box-shadow: 0px 0px 18px 5px #dbdbdbad;
  background-color: var(--origin2);
  padding-top: 25px;
}
.news section:hover {
  transform: translateY(-8px);
}
.news section figure {
  overflow: hidden;
  text-align: center;
  max-height: 350px;
}
figure {
  margin: 0;
  line-height: 0;
}
.news section img {
  transition: all 0.6s ease-in-out;
    border-radius: var(--default-border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    max-height: 220px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.news section img:hover {
  filter: grayscale(80%);
}
.news article {
  padding: 0 3%;
}
.news p {
  margin: 0;
  min-height: 110px;
  text-align: justify;
}

.news section h3 a {
  color: var(--origin3);
}
.master-container-content ul.contact_us {
  list-style-type: none;
  float: right;
  width: 48%;
  padding: 0 1%;
  padding: 0;
}

html:lang(en) .master-container-content ul.contact_us {
float: left;

}
.master-container-content ul.contact_us li {
  margin: 1% 0;
  background-color: var(--original14);
  padding: 0;
  width: 100%;
  color: #000;
  float: right;
  display: flex;
}
.master-container-content .contact_us i {
  background-color: var(--original5);
  padding: 1%;
  color: var(--original7);
}
.master-container-content .contact_us p {
  display: inline-block;
  padding: 0;
  margin: 5px;
  text-align: right;
  padding: 5px 15px;
}
.master-container-content div.product-content {
  width: 100%;
  float: right;
  text-align: center;
}
.master-container-content div.product-content section {
  border: 2px solid var(--original9);
  margin: auto;
  width: 40%;
}
.master-container-content img {
  max-width: 100%;
}

.exhibition-content p , .exhibition-content h2 {
text-align: center;
}

.exhibition-content p {
background-color: var(--original14);
padding: 1%;
border-radius: 20px;
margin: 5%;
}

.product {
  float: right;
  width: 100%;
  text-align: center;
}

.master-container .product section {
  width: 29%;
  margin: 2%;
  border: 2px solid var(--original5);
  padding: 1%;
  vertical-align: top;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.product section h3 {
  position: absolute;
  margin: auto;
  left: 20px;
  right: 20px;
  bottom: -30px;
  text-align: center;
  background: var(--original5);
  padding: 5% 0;
  color: var(--original1);
}

.product section h3 a {
  color: var(--original1);
}

.product section h3 a:hover,
.product section h3 a:focus,
.product section h3 a:visited {
  color: var(--original12);
}

@media (min-width: 2000) {
  .circle {
    margin: 7% 2%;
  }
}
@media (min-width: 1600px) {
  .garadientline {
    width: 115px;
    height: 100%;
    transform: skew(20.5deg);
    position: absolute;
    background: rgb(237, 28, 36);
    background: linear-gradient(
      0deg,
      rgba(237, 28, 36, 1) 0%,
      rgba(237, 28, 36, 1) 20%,
      rgba(247, 152, 156, 1) 70%,
      rgba(255, 255, 255, 1) 100%
    );
    left: 38%;
    margin-left: -2px;
  }
  .garadientline:nth-of-type(2) {
    width: 19px;
    height: 100%;
    transform: skew(20.5deg);
    background: #ed1c24;
    position: absolute;
    background: rgb(237, 28, 36);
    background: linear-gradient(
      0deg,
      rgba(237, 28, 36, 1) 0%,
      rgba(237, 28, 36, 1) 20%,
      rgba(247, 152, 156, 1) 70%,
      rgba(255, 255, 255, 1) 100%
    );
    left: calc(38% + 110px);
    margin-left: 15px;
  }
  
 

  html:lang(en) .garadientline {
    width: 115px;
    height: 100%;
    transform: skew(159.5deg);
    position: absolute;
    background: rgb(237, 28, 36);
    background: linear-gradient(
      0deg,
      rgba(237, 28, 36, 1) 0%,
      rgba(237, 28, 36, 1) 20%,
      rgba(247, 152, 156, 1) 70%,
      rgba(255, 255, 255, 1) 100%
    );
    right: 38%;
    left: unset;
    margin-right: -2px;
  }
  html:lang(en) .garadientline:nth-of-type(2) {
    width: 19px;
    height: 100%;
    transform: skew(159.5deg);
    background: #ed1c24;
    position: absolute;
    background: rgb(237, 28, 36);
    background: linear-gradient(
      0deg,
      rgba(237, 28, 36, 1) 0%,
      rgba(237, 28, 36, 1) 20%,
      rgba(247, 152, 156, 1) 70%,
      rgba(255, 255, 255, 1) 100%
    );
    right: calc(38% + 110px);
    left: unset;
    margin-right: 15px;
  }

  .circle {
    width: 420px;
    border-radius: 50%;
    position: relative;
    margin: 9% 1.5%;
    border: 1px solid #fff;
    height: 420px;
    text-align: center;
    padding: 15px;
    overflow: hidden;
  }
  .left-side-banner2 a img {
    max-width: 250px;
    max-height: 125px;
  }
  .left-side-banner2 a:nth-of-type(6) {
    top: 81%;
    left: 12%;
  }
  html:lang(en) .circle {
    margin-right: 2%;
   
  }
  html:lang(en) .left-side-banner2 a:nth-of-type(6) {
    top: 81%;
    left: 12%;
right: unset;
  }

  .slogan {
    line-height: 3.5em;
    text-align: center;
    padding: 2em;
    margin-top: 11%;
    font-family: "BTitrBold";
    margin-right: 3em;
    text-align: center;
    font-size: 1.38em;
    display: flex;
  }
}

 div.product-detail .column img{

   
   object-fit: contain;
  width: 100%;
  max-height: 500px;
  height: 280px;


}



@media (max-width: 1360px) {
  
  header .logo img {
  width: 150px;
  }


  header.homepage {
  flex-wrap: wrap;
  }
  
  .top-bar {
    padding-right: 4%;
    width: unset;
  }
  

  
  




}









@media (max-width: 1200px) {
  img.divider {
    display: none;
  }
}

@media (min-width: 821px) {
  main {
    position: relative;
    margin-bottom: 500px;
    clear: both;
    background-color: #fff;
    z-index: 101;
  }

  footer {
    position: fixed;
    /* z-index: -1; */
    height: 500px;
    bottom: 0;
    width: 100%;
    font-size:.9em;
  }
}

@media (max-width: 1590px) and (min-width: 821px) {
  .garadientline,
  .garadientline:nth-of-type(2) {
    /* transform: skew(18.5deg);*/
    transform: skew(16.5deg);
  }

  html:lang(en) .garadientline,
  html:lang(en) .garadientline:nth-of-type(2) {
    transform: skew(163.5deg);
  }
}
@media (max-width: 1360px) and (min-width: 821px) {
.circle {
    width: 325px;
    border-radius: 50%;
    position: relative;
    margin: 12% 0 12% 1%;
    border: 1px solid #fff;
    height: 325px;
    text-align: center;
    padding: 15px;
    overflow: hidden;
}
}

@media (max-width: 1200px) 
 {
 .outer-circle{
  width: 400px;
  height: 400px;
  }
}


@media (max-width: 1024px) and (min-width: 821px) {
  
  
  
  
  .row {
    padding-right: 5%;
    padding-left: 5%;
  }

  .outer-circle {
    width: 380px;
    height: 380px;
  }

  .inner-circle {
    width: 180px;
    height: 180px;
  }

  nav.dropdown ul li {
    padding: 5px 10px;
  }
}

@media (max-width: 820px) {
  
  .google-section{
  width: 99%;}

  
  .master-container-content ul.contact_us {
  
  width: 99%;
 
}

  
  
  
  header.homepage.fixed .top-bar {
  width: unset;
    margin-top: 3%;
}
  
  
  header.fixed img {
  max-height: unset;
  max-width: unset;
}
  

    header.homepage,
  html:lang(en) header.homepage {
    width:100%;
  }
  
  .banner-place .left-side-banner2, .slashLine  {
  display:none;
  
  }
  
  header .top-header,
  html:lang(en) header .top-header {
    padding: 0;
  }

  .top-bar {
   padding-left: 3%;
    flex-wrap: wrap;
justify-content: flex-end;
    margin-top: 2%;
  }
  
    header .top-header {
  align-items: center;
    justify-content: space-between;
    padding: 0 2%;
      width: unset;
      margin: unset;
  }
  
  


  html:lang(en) .top-bar {
    padding-right: 21px;
    right: 0;
    left: auto;
  }

  html:lang(en) header:not(.homepage) .top-bar {
    text-align: right;
    padding-left: 60px;
    padding-top: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: unset;
    z-index: 102;
    right: 0;
    padding-right: 70px;
  }

  header.homepage.sticky .top-bar {
    text-align: right;
    padding-left: 70px;
    padding-top: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: unset;
    z-index: 102;
    left: 0;
  }

  html:lang(en) header.homepage.sticky .top-bar {
    text-align: right;
    padding-right: 70px;
    padding-top: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 102;
    left: unset;
  }

  .garadientline,
  .garadientline:nth-of-type(2),
  html:lang(en) .garadientline,
  html:lang(en) .garadientline:nth-of-type(2) {
    display: none;
  }

  .menu {
    text-align: right;
    display: inline-block;
    z-index: 1000;
    padding: 1%;
    background: var(--original1);
    margin: 0;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    padding-bottom: 28px;
  }
  
  

  .menu i {
    display: block;
  }

  .menu-place {
    position: absolute;
    width: 100%;
    right: -800px;
    top: 95px;
    z-index: 100;
    display: none;
  }
  
  
  .fixed .menu-place {
  top: 68px;
  }
  
  
  
  html:lang(en) .menu-place {
    right: auto;
    left: -800px;
  }

  nav {
    padding: 0;
  
  }

  header.sticky nav {
    margin-top: -1em;
    padding: 0;
  }

  nav.dropdown ul {
    /* display: block; */
    gap: 0;
    margin-top: 0;
    transition: 0.6s all;
    border-top-left-radius: var(--default-border-radius);
    border-bottom-left-radius: var(--default-border-radius);
    width: 100%;
  }

  nav.dropdown ul li {
    background-color: var(--original3);
    border-bottom: 1px solid var(--original10);
    padding: 1.2em 1em 0 1em;
    color: var(--original1);
  }
  nav.dropdown ul li ul li,
  nav.dropdown ul li ul li a {
    color: var(--original1);
  }

  nav.dropdown ul li:hover,
  nav.dropdown ul li:focus {
    background-color: var(--original3);
    color: var(--original1);
  }

  .banner-place {
    min-height: 553px;
  }
  .banner-place .slogan + a.btn {
    display: block;

    text-align: center;
    width: fit-content;
  }

  .slogan {
    margin-right: 0;
  }

  .grid-container {
    width: 100%;
  }

  .news section {
    width: 100%;
  }
  .news section img {
    max-height: 300px;
    height: unset;
  }
  .master-container-content h3 {
    margin: 2% 0;
  }

  .master-container .product section {
    width: 80%;
    margin: 8%;
  }

  section .column {
    flex-basis: 100% !important;
  }

  .container.product-cat-detail {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .container .col-2,
  .container .col-10 {
    width: 100%;
    display: block;
  }
  .container .col-2 {
    padding: 0;
  }
  
  .form input {
  
  min-width:230px;
  max-width:230px;
  }
  
  
  
  header , header html:lang(en) {
  flex-wrap: unset;
  justify-content: space-between;
  }
  
  header .top-header {
  width: unset;
  }
  
  
  
}

@media (max-width: 768px) {
  .banner-place {
    min-height: 452px;
  }
  .banner-place:before {
    background-position: center center;
  }
  .banner-place h1 {
    display: block;
    width: 100vw;
    font-size: 1.4em;
    line-height: 1.8em;
    background: #ED1C24;
background: linear-gradient(192deg,rgba(237, 28, 36, 1) 43%, rgba(102, 4, 30, 0.49) 100%);
  }

  section h2 {
    font-size: 1.2em;
  }
  .left-side-banner2 {
    display: none;
  }

  .slogan {
    text-align: center;
    padding: 0;
    margin-top: 20%;
    margin-right: 0;
    display: flex;
    margin-bottom: 1.4em;
  }

  html:lang(en) .slogan {
    margin-right: auto;
    margin-left: 0;
  }

  .row {
    padding-left: 5%;
    padding-right: 5%;
  }
  .row.parent-outer-circle {
    padding-left: 0;
    padding-right: 0;
  }
  .row.parent-outer-circle .column:nth-of-type(2) {
    padding-left: 5%;
    padding-right: 5%;
  }
  section .column {
    flex-basis: 100% !important;
    text-align: center;
  }
  .outer-circle {
    width: 350px;
    height: 350px;
    margin: auto;
  }
  .grid-container {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
  }
  .statistical-data {
    background-size: auto;
    background-position: center center;
  }
  .statistical-data .form .btn {
    display: inline-block;
    margin-right: auto;
    margin-top: 35px;
    margin-left: auto;
  }

  .consultation p {
    font-size: 1em;
  }
  .slider {
    width: 100%;
  }
  img.divider {
    display: none;
  }
  footer .form a.btn {
    margin-right: -5px;
    padding-block-start: 7.66px;
    padding-block-end: 3px;
    margin-top: 0;
  }
  html:lang(en) .form a.btn {
    margin-right: auto;
    margin-left: -5px;
  }
}

/* Product Detail Page */

.product-detail .detail-des {

  padding: 20px 30px;
  border-radius: 4px;
  background-color: var(--original11);
}

.product-detail .detail-des p {
  display: inline-block;
}
.product-detail .detail-des,
.product-detail .detail-des div {
  line-height: 1.6em;
}
.product-detail .row-2c + .row .column {
  width: 100%;
}
.product-detail .detail-body {
  position: relative;
  width: 100%;
  padding-top: 0;
  margin-top: -25px;
}

.product-detail h2.main-title-detail i {
  color: var(--original5);
  font-size: 17px;
  vertical-align: bottom;
  margin-left: 5px;
}
.product-detail h2.main-title-detail::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--original5);
  height: 2px;
  width: 100%;
  top: 60px;
}
.product-detail .main-div-detail {
  margin-top: 25px;
  clear: both;
  padding-top: 12px;
  font-size: 1.05em;
}
.product-detail .main-div-detail h2 {
  display: block;
  margin: 0;
  padding: 0 7px;
  font-size: 1.3em;
}
.product-detail .main-div-detail h2::before,
.product-detail .main-div-detail h3::before {
  content: "\f14a";
  color: var(--original5);
  margin-left: 10px;
  font-family: "webfont";
}

.master-container-content .products .column article {
  height: 100%;
}
.master-container-content .products .column article > div {
  border-radius: var(--default-border-radius);
  padding: 10px;
  height: 100%;
}

.products figure {
  min-height: 200px;
}

.master-container-content .products .column article > div h4 {
  padding-bottom: 10px;
  min-height: 107px;
  border-bottom: 1px solid var(--original6);
}
.master-container-content .products .column article > div h4 a:hover {
  color: var(--original5);
}

.master-container-content .products .column,
.master-container-content .products .column p {
  text-align: center;
}

@media (max-width: 820px) {
  .row-4c .column {
    flex-basis: 100%;
    padding: 10px;
  }
}

.garadientline.firstgrad {
  z-index: 101 !important;
  /*  box-shadow: -3px -6px 5px rgba(0,0,0,0.3) !important;*/
}
html:lang(en) .garadientline.firstgrad {
  z-index: 101 !important;
  /* box-shadow: 3px 0 5px rgba(0,0,0,0.3) !important;*/
}

.banner-place .left-side-banner2 {
  position: absolute;
  direction: ltr;
  top: 0;
  left: 0;
  right: auto;
  background-color: #7e1f25;
  bottom: 0;

  width: 100%;
  height: 100%;
  background-image: url(../img/left-side-banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;

  overflow: hidden;
  z-index: 101;

  clip-path: polygon(0 0, 30% 0, calc(30% + 220px) 100%, 0 100%);
}

.slashLine {
 
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(237, 28, 36, 1) 0%,
    rgba(237, 28, 36, 1) 20%,
    rgba(247, 152, 156, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  clip-path: polygon(0 0, calc(100% - 220px) 0, 100% 100%, 220px 100%);
  position: absolute;
  left: 30%;
}

.slashLine.firstSlash {
  width: 330px;
  margin-left: 13px;
}

.slashLine.secondarySlash {
  width: 235px;
  margin-left: 133px;
}

html:lang(en) .banner-place{
    transform: scaleX(-1);
}

html:lang(en) .banner-place .left-side-banner2 > * ,
html:lang(en) .banner-place .wrapper
{
    transform: scaleX(-1);
}

.customers-club {

	
    padding-bottom:30px;

}

.customers-club h2.section-title {

	margin-bottom:1.5em;
      margin-top: 1em;
}

.customers-club .cantact-home-customer {

padding: 0 0 50px 45px;
  font-size:large;
}

header .header-search {
}




@media (max-width:768px) {

.customers-club .cantact-home-customer {

padding: 0 0 50px 0;
  font-size:inherit;


}


}

.customers-club .cantact-home-customer  ul, .customers-club .cantact-home-customer  ul li {
	    list-style: none !important;
  		padding:0;
  		margin:0;
      display: block;
    height: 100%;
    overflow: hidden;

}

.customers-club .cantact-home-customer  ul li {
	display:flex;

}

.customers-club .cantact-home-customer i {

background-color: #333;
    padding: 2px;
    margin-left: 12px;
    color: #fff;
    font-size: 1.6em;
    border-radius: 0.2em;
    clear: both;
    margin-bottom: 15px;
    float: right;


}

html:lang(en) .customers-club .cantact-home-customer i {

margin-right: 12px;
} 

.customers-club form[id^=form] button {

    background-color: var(--original5);
    color: var(--original1);
  padding: 0.75rem;
    font-size: 1.2rem;
    border-radius: var(--default-border-radius);
  transition:all 0.6s linear;

}

.customers-club  form[id^=form] button:hover {
  background-color: var(--original3) !important;
    color: var(--original1) !important;
  background-image:none;


}

.customers-club form[id^=form] fieldset {

	width:100%;

}

footer form.form2 {

	width: max-content;
}



@media (max-width:620px) {
  
  .exhibition-content img {
  width: 250px;
  }
  
  header .logo img {
  width: 110px;
  }
  
  .header-searchlan-container {
  margin-bottom: 20px;
    margin-top: unset;
  }
  
  
  
  
  
  
}







@media (max-width:550px) {

  
  
  .menu {
   padding-bottom: 22px;
  }
  

header .header-search {
  margin-right: 0;
margin-left: 0;
  }


    .top-bar {
  font-size: .9em;
      padding-right: 0;
  }
  
  .top-bar section:nth-child(2) {
  padding-right: 10px;
    font-size: .9em;
}

  .header-searchlan-container section   {
  font-size: .9em;
    margin-right: 10px;
  }
  
  html:lang(en) .header-searchlan-container section {
   margin-left: 10px;
  }
  
  header .logo img {
  width: 90px;
}
   
  



}




@media (max-width:360px) {


header .header-search {
  width: 130px;
  }





}