/* 
  Created on : Jun 28, 2023, 16:08:34
  Author     : Esys
*/

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Regular.ttf") format("truetype"),
    url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Medium.ttf") format("truetype"),
    url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-SemiBold.ttf") format("truetype"),
    url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Bold.ttf") format("truetype"),
    url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: url("../fonts/Jost-Regular.ttf") format("truetype"),
    url("../fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("../fonts/Jost-Medium.ttf") format("truetype"),
    url("../fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("../fonts/Jost-SemiBold.ttf") format("truetype"),
    url("../fonts/Jost-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url("../fonts/Jost-Bold.ttf") format("truetype"),
    url("../fonts/Jost-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VazirmatnFD;
  src: url("../fonts/Vazirmatn-FD-Regular.ttf") format("truetype"),
    url("../fonts/Vazirmatn-FD-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: VazirmatnFD;
  src: url("../fonts/Vazirmatn-FD-Medium.ttf") format("truetype"),
    url("../fonts/Vazirmatn-FD-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: VazirmatnFD;
  src: url("../fonts/Vazirmatn-FD-SemiBold.ttf") format("truetype"),
    url("../fonts/Vazirmatn-FD-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: VazirmatnFD;
  src: url("../fonts/Vazirmatn-FD-Bold.ttf") format("truetype"),
    url("../fonts/Vazirmatn-FD-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* _|_ */

.g-box-border {
  box-sizing: border-box;
}

/* _|_ */

.g-container {
  font-family: Vazirmatn, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
}
.g-fa {
  font-family: Vazirmatn, "Segoe UI", sans-serif;
}
.g-fd {
  font-family: VazirmatnFD;
}
.g-en {
  font-family: "Segoe UI", sans-serif;
}
.g-eng {
  font-family: Jost, "Segoe UI", sans-serif;
}

/* _|_ */

.g-rtl {
  direction: rtl;
}
.g-ltr {
  direction: ltr;
}

/* _|_ */

.g-txt-ct {
  text-align: center;
}
.g-txt-rt {
  text-align: right;
}
.g-txt-lt {
  text-align: left;
}
.g-txt-jsfy {
  text-align: justify;
}

/* _|_ */

.g-pos-rel {
  position: relative;
}
.g-pos-abs {
  position: absolute;
}

/* _|_ */

.g-disp-blk {
  display: block;
}
.g-disp-non {
  display: none;
}

/* _|_ */

.g-hdn {
  visibility: hidden;
  height: 0px;
  font-size: 0px;
}

/* _|_ */

.g-op60-op100 {
  opacity: 0.6;
}
.g-op60-op100:hover {
  opacity: 1;
}
.g-active {
  opacity: 1;
}

/* _|_ */

.g-flex {
  display: flex;
}
.g-flex-row {
  display: flex;
  flex-direction: row;
}
.g-flex-col {
  display: flex;
  flex-direction: column;
}
.g-flex-wrp {
  display: flex;
  flex-wrap: wrap;
}
.g-flex-bsln {
  align-items: baseline;
}
.g-flex-ct {
  align-items: center;
}
.g-flex-spc-ev {
  justify-content: space-evenly;
}
.g-flex-spc-btw {
  justify-content: space-between;
}
.g-flex-spc-rnd {
  justify-content: space-around;
}
.g-flex-jsct {
  justify-content: center;
}
.g-flex-pfct {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* _|_ */

.g-grid {
  display: grid;
}

/* _|_ */

.g-grid-r2 {
  grid-template-rows: auto auto;
}

.g-grid-r3 {
  grid-template-rows: auto auto auto;
}

.g-grid-r4 {
  grid-template-rows: auto auto auto auto;
}

/* _|_ */

.g-grid-c2 {
  grid-template-columns: auto auto;
}

.g-grid-c3 {
  grid-template-columns: auto auto auto;
}

.g-grid-c4 {
  grid-template-columns: auto auto auto auto;
}

/* _|_ */

.g-grid-r1-r2 {
  grid-row: 1 / 2;
}

.g-grid-r1-r3 {
  grid-row: 1 / 3;
}

.g-grid-r2-r3 {
  grid-row: 2 / 3;
}

.g-grid-r2-r4 {
  grid-row: 2 / 4;
}

.g-grid-r2-r5 {
  grid-row: 2 / 5;
}

.g-grid-r3-r4 {
  grid-row: 3 / 4;
}

/* _|_ */

.g-grid-c1-c2 {
  grid-column: 1 / 2;
}

.g-grid-c1-c3 {
  grid-column: 1 / 3;
}

.g-grid-c1-c4 {
  grid-column: 1 / 4;
}

.g-grid-c2-c3 {
  grid-column: 2 / 3;
}

.g-grid-c2-c4 {
  grid-column: 2 / 4;
}

.g-grid-c3-c4 {
  grid-column: 3 / 4;
}

/* _|_ */

.g-gap5x {
  gap: 5px;
}
.g-gap10x {
  gap: 10px;
}
.g-gap15x {
  gap: 15px;
}
.g-gap20x {
  gap: 20px;
}
.g-gap27x {
  gap: 27px;
}
.g-gap37x {
  gap: 37px;
}
.g-gap40x {
  gap: 40px;
}

/* _|_ */

.g-fl-rt {
  float: right;
}
.g-fl-lt {
  float: left;
}

/* _|_ */

.g-h7,
.g-h6,
.g-h5,
.g-h4,
.g-h3,
.g-h2,
.g-h1 {
  margin: 0;
  font-weight: 700;
}
.g-h1 {
  font-size: 2.5rem;
}
.g-h2 {
  font-size: 2rem;
}
.g-h3 {
  font-size: 1.75rem;
}
.g-h4 {
  font-size: 1.5rem;
}
.g-h5 {
  font-size: 1.25rem;
}
.g-h6 {
  font-size: 1rem;
}
.g-p {
  margin: 0;
}

/* _|_ */

ul.g-ul {
  padding: 0 2rem 0 0;
  margin: 0;
}
.g-li {
  list-style: none;
  padding: 0.125rem 0;
}
.g-li::before {
  font-family: math;
  content: "\25cf";
  color: #2e7d2a;
  display: inline-block;
  padding-left: 0.375rem;
  margin-right: -1.375rem;
}
ul.b-ul {
  padding: 0 0.5rem 0 0;
  margin: 0;
}
.b-li {
  list-style: none;
  padding: 2px;
}
.b-li::before {
  content: "\2790";
  color: #2b3056;
  font-weight: 600;
  font-size: 10px;
  display: inline-block;
  width: 16px;
}

/* _|_ */

.g-td-va-tp {
  vertical-align: top;
}
.g-td-va-md {
  vertical-align: middle;
}
.g-td-va-bt {
  vertical-align: bottom;
}

/* _|_ */

.g-fnt-wt-r {
  font-weight: 400;
}
.g-fnt-wt-m {
  font-weight: 500;
}
.g-fnt-wt-s {
  font-weight: 600;
}
.g-fnt-wt-b {
  font-weight: 700;
}

/* _|_ */

.g-fnt-sz-8x {
  font-size: 8px;
}
.g-fnt-sz-10x {
  font-size: 10px;
}
.g-fnt-sz-11x {
  font-size: 11px;
}
.g-fnt-sz-12x {
  font-size: 12px;
}
.g-fnt-sz-13x {
  font-size: 13px;
}
.g-fnt-sz-14x {
  font-size: 14px;
}
.g-fnt-sz-15x {
  font-size: 15px;
}
.g-fnt-sz-16x {
  font-size: 16px;
}
.g-fnt-sz-18x {
  font-size: 18px;
}
.g-fnt-sz-20x {
  font-size: 20px;
}
.g-fnt-sz-22x {
  font-size: 22px;
}
.g-fnt-sz-24x {
  font-size: 24px;
}
.g-fnt-sz-26x {
  font-size: 26px;
}
.g-fnt-sz-28x {
  font-size: 28px;
}
.g-fnt-sz-30x {
  font-size: 30px;
}
.g-fnt-sz-32x {
  font-size: 32px;
}

/* _|_ */

.g-pd-0 {
  padding: 0;
}
.g-pd-1 {
  padding: 1%;
}
.g-pd-2 {
  padding: 2%;
}
.g-pd-3 {
  padding: 3%;
}
.g-pd-4 {
  padding: 4%;
}
.g-pd-5 {
  padding: 5%;
}
.g-pd-10 {
  padding: 10%;
}

/* _|_ */

.g-pd-tp-0 {
  padding-top: 0;
}
.g-pd-tp-1 {
  padding-top: 1%;
}
.g-pd-tp-2 {
  padding-top: 2%;
}
.g-pd-tp-3 {
  padding-top: 3%;
}
.g-pd-tp-4 {
  padding-top: 4%;
}
.g-pd-tp-5 {
  padding-top: 5%;
}
.g-pd-tp-10 {
  padding-top: 10%;
}

/* _|_ */

.g-pd-bt-0 {
  padding-bottom: 0;
}
.g-pd-bt-1 {
  padding-bottom: 1%;
}
.g-pd-bt-2 {
  padding-bottom: 2%;
}
.g-pd-bt-3 {
  padding-bottom: 3%;
}
.g-pd-bt-4 {
  padding-bottom: 4%;
}
.g-pd-bt-5 {
  padding-bottom: 5%;
}
.g-pd-bt-10 {
  padding-bottom: 10%;
}

/* _|_ */

.g-pd-rt-0 {
  padding-right: 0;
}
.g-pd-rt-1 {
  padding-right: 1%;
}
.g-pd-rt-2 {
  padding-right: 2%;
}
.g-pd-rt-3 {
  padding-right: 3%;
}
.g-pd-rt-4 {
  padding-right: 4%;
}
.g-pd-rt-5 {
  padding-right: 5%;
}
.g-pd-rt-10 {
  padding-right: 10%;
}

/* _|_ */

.g-pd-lt-0 {
  padding-left: 0;
}
.g-pd-lt-1 {
  padding-left: 1%;
}
.g-pd-lt-2 {
  padding-left: 2%;
}
.g-pd-lt-3 {
  padding-left: 3%;
}
.g-pd-lt-4 {
  padding-left: 4%;
}
.g-pd-lt-5 {
  padding-left: 5%;
}
.g-pd-lt-10 {
  padding-left: 10%;
}

/* _|_ */

.g-mg-au {
  margin: auto;
}
.g-mg-0 {
  margin: 0;
}
.g-mg-1 {
  margin: 1%;
}
.g-mg-2 {
  margin: 2%;
}
.g-mg-3 {
  margin: 3%;
}
.g-mg-4 {
  margin: 4%;
}
.g-mg-5 {
  margin: 5%;
}

/* _|_ */

.g-mg-tp-0 {
  margin-top: 0;
}
.g-mg-tp-1 {
  margin-top: 1%;
}
.g-mg-tp-2 {
  margin-top: 2%;
}
.g-mg-tp-3 {
  margin-top: 3%;
}
.g-mg-tp-4 {
  margin-top: 4%;
}
.g-mg-tp-5 {
  margin-top: 5%;
}
.g-mg-tp-10 {
  margin-top: 10%;
}
.g-mg-tp-15 {
  margin-top: 15%;
}

/* _|_ */

.g-mg-bt-0 {
  margin-bottom: 0;
}
.g-mg-bt-1 {
  margin-bottom: 1%;
}
.g-mg-bt-2 {
  margin-bottom: 2%;
}
.g-mg-bt-3 {
  margin-bottom: 3%;
}
.g-mg-bt-4 {
  margin-bottom: 4%;
}
.g-mg-bt-5 {
  margin-bottom: 5%;
}
.g-mg-bt-10 {
  margin-bottom: 10%;
}
.g-mg-bt-15 {
  margin-bottom: 15%;
}

/* _|_ */

.g-mg-rt-0 {
  margin-right: 0;
}
.g-mg-rt-1 {
  margin-right: 1%;
}
.g-mg-rt-2 {
  margin-right: 2%;
}
.g-mg-rt-3 {
  margin-right: 3%;
}
.g-mg-rt-4 {
  margin-right: 4%;
}
.g-mg-rt-5 {
  margin-right: 5%;
}
.g-mg-rt-10 {
  margin-right: 10%;
}
.g-mg-rt-15 {
  margin-right: 15%;
}

/* _|_ */

.g-mg-lt-0 {
  margin-left: 0;
}
.g-mg-lt-1 {
  margin-left: 1%;
}
.g-mg-lt-2 {
  margin-left: 2%;
}
.g-mg-lt-3 {
  margin-left: 3%;
}
.g-mg-lt-4 {
  margin-left: 4%;
}
.g-mg-lt-5 {
  margin-left: 5%;
}
.g-mg-lt-10 {
  margin-left: 10%;
}
.g-mg-lt-15 {
  margin-left: 15%;
}
.g-mg-lt-20 {
  margin-left: 20%;
}

/* _|_ */

.g-wd-5 {
  width: 5%;
}
.g-wd-10 {
  width: 10%;
}
.g-wd-15 {
  width: 15%;
}
.g-wd-20 {
  width: 20%;
}
.g-wd-25 {
  width: 25%;
}
.g-wd-30 {
  width: 30%;
}
.g-wd-35 {
  width: 35%;
}
.g-wd-40 {
  width: 40%;
}
.g-wd-45 {
  width: 45%;
}
.g-wd-50 {
  width: 50%;
}
.g-wd-55 {
  width: 50%;
}
.g-wd-60 {
  width: 60%;
}
.g-wd-65 {
  width: 65%;
}
.g-wd-70 {
  width: 70%;
}
.g-wd-75 {
  width: 75%;
}
.g-wd-80 {
  width: 80%;
}
.g-wd-85 {
  width: 85%;
}
.g-wd-90 {
  width: 90%;
}
.g-wd-95 {
  width: 95%;
}
.g-wd-100 {
  width: 100%;
}

/* _|_ */

.g-ht-5 {
  height: 5%;
}
.g-ht-10 {
  height: 10%;
}
.g-ht-30 {
  height: 30%;
}
.g-ht-50 {
  height: 50%;
}
.g-ht-60 {
  height: 60%;
}
.g-ht-80 {
  height: 80%;
}
.g-ht-90 {
  height: 90%;
}
.g-ht-100 {
  height: 100%;
}

/* _|_ */

.g-tp-0 {
  top: 0;
}
.g-bt-0 {
  bottom: 0;
}
.g-rt-0 {
  right: 0;
}
.g-lt-0 {
  left: 0;
}

/* _|_ */

.g-br-0 {
  border: 0;
}
.g-br-3x {
  border-radius: 3px;
}
.g-br-4x {
  border-radius: 4px;
}
.g-br-8x {
  border-radius: 8px;
}
.g-br-12x {
  border-radius: 12px;
}
.g-br-100 {
  border-radius: 100%;
}

/* _|_ */

.g-a {
  text-decoration: none;
  color: initial;
}
.g-a:active,
.g-a:focus,
.g-a:hover,
.g-a:visited {
  color: initial;
}
.g-a-lnks {
  color: #2e7d2a;
}
.g-a-lnks:hover {
  color: #d30000;
}

/* _|_ */

.g-lnh1d75 {
  line-height: 1.75;
}
.g-lnh2 {
  line-height: 2;
}
.g-lnh2d5 {
  line-height: 2.5;
}
.g-lnh3 {
  line-height: 3;
}

/* _|_ */

.g-dvr1 {
  height: 1px;
  border-width: 0;
}
.g-dvr2 {
  height: 2px;
  border-width: 0;
}
.g-dvr3 {
  height: 3px;
  border-width: 0;
}
.g-dvr4 {
  height: 4px;
  border-width: 0;
}
.g-dvr5 {
  height: 5px;
  border-width: 0;
}

/* _|_ */

.g-crs-pnt {
  cursor: pointer;
}

/* _|_ */

p.n-p {
  margin: 0;
}
ul.n-ul {
  margin-right: 32px;
}
.n-li {
  list-style: none;
  padding-bottom: 2px;
}
.n-li::before {
  content: "\2790";
  color: #2e7d2a;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  width: 16px;
  margin-right: -21px;
}

/* _|_ */

.n-ht-24 {
  height: 24px;
}
.n-ht-32 {
  height: 32px;
}
.n-ht-48 {
  height: 48px;
}
.n-ht-72 {
  height: 72px;
}
.n-ht-88 {
  height: 88px;
}
.n-ht-96 {
  height: 96px;
}
.n-ht-108 {
  height: 108px;
}
.n-ht-126 {
  height: 126px;
}
.n-ht-180 {
  height: 180px;
}
.n-ht-270 {
  height: 270px;
}
.n-ht-540 {
  height: 540px;
}
.n-ht-567 {
  height: 567px;
}
.n-ht-585 {
  height: 585px;
}

/* _|_ */

.n-wd-24 {
  width: 24px;
}
.n-wd-28 {
  width: 28px;
}
.n-wd-32 {
  width: 32px;
}
.n-wd-48 {
  width: 48px;
}
.n-wd-72 {
  width: 72px;
}
.n-wd-96 {
  width: 96px;
}
.n-wd-150 {
  width: 150px;
}
.n-wd-160 {
  width: 160px;
}
.n-wd-180 {
  width: 180px;
}
.n-wd-224 {
  width: 224px;
}
.n-wd-253 {
  width: 253px;
}
.n-wd-270 {
  width: 270px;
}
.n-wd-520 {
  width: 520px;
}
.n-wd-540 {
  width: 540px;
}
.n-wd-550 {
  width: 550px;
}
.n-wd-700 {
  width: 700px;
}
.n-wd-960 {
  width: 960px;
}
.n-wd-1008 {
  width: 1008px;
}
.n-wd-1040 {
  width: 1040px;
}

/* _|_ */

.n-pd-2 {
  padding: 2px;
}
.n-pd-5 {
  padding: 5px;
}
.n-pd-10 {
  padding: 10px;
}
.n-pd-20 {
  padding: 20px;
}

/* _|_ */

.n-pd-tp-4 {
  padding-top: 4px;
}

/* _|_ */

.n-pd-rt-5 {
  padding-top: 5px;
}
.n-pd-rt-10 {
  padding-right: 10px;
}

/* _|_ */

.n-pd-bt-4 {
  padding-bottom: 4px;
}

.n-pd-bt-8 {
  padding-bottom: 8px;
}

/* _|_ */

.n-pd-tp-bt-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* _|_ */

.n-pd-lt-5 {
  padding-left: 5px;
}
.n-pd-lt-10 {
  padding-left: 10px;
}
.n-pd-lt-20 {
  padding-left: 20px;
}

/* _|_ */

.n-pd-rt-lt-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.n-pd-rt-lt-19 {
  padding-right: 19px;
  padding-left: 19px;
}

.n-pd-rt-lt-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.n-pd-rt-lt-60 {
  padding-right: 60px;
  padding-left: 60px;
}

/* _|_ */

.n-mg-20 {
  margin: 20px;
}

/* _|_ */

.n-mg-tp-20 {
  margin-top: 20px;
}

/* _|_ */
.n-mg-rt-1 {
  margin-right: 1px;
}
.n-mg-rt-5 {
  margin-right: 5px;
}
.n-mg-rt-25 {
  margin-right: 25px;
}

/* _|_ */

.n-mg-lt-10 {
  margin-left: 10px;
}
.n-mg-lt-20 {
  margin-left: 20px;
}
.n-mg-lt-40 {
  margin-left: 40px;
}

/* _|_ */

.n-mg-bt-10 {
  margin-bottom: 10px;
}
.n-mg-bt-15 {
  margin-bottom: 15px;
}
.n-mg-bt-20 {
  margin-bottom: 20px;
}
.n-mg-bt-30 {
  margin-bottom: 30px;
}
.n-mg-bt-40 {
  margin-bottom: 40px;
}
.n-mg-bt-m20 {
  margin-bottom: -20px;
}
/* _|_ */

.n-mg-tp-bt-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.n-mg-tp-bt-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.n-mg-tp-bt-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* _|_ */

.n-mg-rt-lt-5 {
  margin-right: 5px;
  margin-left: 5px;
}

/* _|_ */

.c-bg-white {
  background-color: #fff;
}
.c-bg-ghost-white {
  background-color: #f8fafe;
}
.c-bg-granite {
  background-color: #808080;
}
.c-bg-red {
  background-color: #d30000;
}
.c-bg-black-eel {
  background-color: #434343;
}
.c-bg-green {
  background-color: #2e7d2a;
}
.c-bg-moccasin {
  background-color: #ffe4b5;
}
.c-bg-twilight-blue {
  background-color: #f6fbfe;
}
.c-bg-porcelain {
  background-color: #eef2f3;
}
.c-bg-alabaster {
  background-color: #fbfbfb;
}
.c-bg-sky-blue {
  background-color: #12c1e8;
}
.c-bg-ultramarine-blue {
  background-color: #396afc;
}
.c-bg-blue-gem {
  background-color: #2a059e;
}
.c-bg-iceberg {
  background-color: #dbf0fb;
}
.c-bg-pale_olive_green {
  background-color: #a9da90;
}
.c-bg-pattens-blue {
  background-color: #e4f4fc;
}
.c-bg-surf_crest {
  background-color: #d6e6cd;
}
.c-bg-gainsboro {
  background-color: #dbdbdb;
}
.c-bg-seashell {
  background-color: #f0f0f0;
}

/* _|_ */

.c-black {
  color: #000;
}
.c-white {
  color: #fff;
}
.c-white-smoke {
  color: #f5f5f5;
}
.c-red {
  color: #d30000;
}
.c-rosso_corsa {
  color: #d40000;
}
.c-royal {
  color: #0c1793;
}
.c-tuna {
  color: #2b3056;
}
.c-meteorite {
  color: #23074d;
}
.c-granite {
  color: #808080;
}
.c-gravel {
  color: #434343;
}
.c-green {
  color: #2e7d2a;
}
.c-tree_green {
  color: #2a7e19;
}
.c-boulder {
  color: #787878;
}
.c-rangoon {
  color: #1c1c1c;
}
.c-dune {
  color: #303030;
}
.c-charcoal_grey {
  color: #424242;
}

/* _|_ */

.c-b-mercury {
  border: 1px solid #e7e7e7;
}

/* _|_ */

.c-box-a {
  border: 1px solid #e7e7e7;
  background: #fbfbfb;
  box-shadow: 0 0 1px 0 #d3e2ef80;
  transition: all 0.6s ease-out;
}
.c-box-a:hover {
  box-shadow: 0 0 1px 0px #0000004d;
}

/* _|_ */

.c-a {
  color: #2a7e19;
}
.c-a:hover {
  color: #d40000;
}

.c-a2 {
  color: #424242;
}
.c-a2:hover {
  color: #d40000;
}

/* _|_ */

.c-br-rt-sky_blue {
  border-right: 1px solid #00bfff;
}

.c-br-rt-tree_green {
  border-right: 1px solid #2a7e19;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

@media screen and (max-width: 1100px) {
  .footer-rwd {
    width: fit-content;
  }
}
.footer-container {
  border-top: 1px solid #707070;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(67, 67, 67, 1) 100%
  );
}
.footer-ct1 {
  width: 1100px;
  height: 180px;
  margin: auto;
}
.footer-ct1-flx {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.footer-ct1-img {
  height: 64px;
  width: 90px;
}
.footer-ct1-flx3 {
  width: 22%;
}
.footer-ct1-flx4 {
  width: 18%;
}
.footer-icn {
  height: 42px;
  display: flex;
  align-items: center;
}
.footer-container2 {
  border-top: 1px solid #707070;
  background: #000;
}
.footer-ct2 {
  width: 1100px;
  height: 30px;
  margin: auto;
}
.footer-ct2-flx {
  padding: 0 45px 0 125px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.banner-container {
  box-sizing: border-box;
}
.banner-pcb-img1 {
  width: 650px;
  height: 370px;
  top: 0;
  left: 0;
}
.banner-pcb-img2 {
  width: 400px;
  height: 370px;
  top: 0;
  right: 0;
}
.banner-pcb-txt1 {
  top: 60px;
  right: 60px;
}
.banner-pcb-txt2 {
  top: 110px;
  right: 60px;
}
.banner-pcb-txt3 {
  top: 40px;
  right: 242px;
}
.banner-pcb-txt4 {
  top: 240px;
  right: 117px;
}
.banner-pcb-txt5 {
  top: 200px;
  right: 258px;
}
.banner-pcb-txt6 {
  top: 240px;
  right: 467px;
}
.banner-pcb-txt7 {
  top: 170px;
  right: 304px;
}
.banner-pcb-txt8 {
  top: 200px;
  right: 73px;
}
.banner-pcb-txt9 {
  top: 200px;
  right: 423px;
}
.banner-pcb-txt10 {
  top: 350px;
  right: 20px;
}
.banner-fo-txt1 {
  top: 60px;
  right: 60px;
}
.banner-fo-txt2 {
  top: 110px;
  right: 60px;
}
.banner-fo-txt3 {
  top: 265px;
  right: 60px;
}
.banner-fo-txt4 {
  top: 220px;
  left: 90px;
}
.banner-fo-txt5 {
  top: 265px;
  left: 90px;
}
.banner-co-img1 {
  top: 130px;
  right: 50px;
  height: 88px;
  width: 129px;
}
.banner-co-img2 {
  top: 130px;
  right: 181px;
  height: 88px;
  width: 139px;
}
.banner-co-txt1 {
  top: 60px;
  right: 60px;
}
.banner-co-txt2 {
  top: 240px;
  right: 60px;
}
.banner-co-txt3 {
  top: 270px;
  right: 60px;
}
.banner-co-txt4 {
  top: 350px;
  left: 370px;
}
.banner-dvr {
  top: 340px;
  right: 60px;
  height: 2px;
  width: 900px;
  border: 0;
  background-color: #8ef9dd;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.default-container {
  margin-right: -16px;
}
.default-box {
  border: 1px solid #ccc;
}
.default-icn {
  box-shadow: 0 3px 8px 0px rgba(211, 226, 239, 0.7);
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.p-container {
  padding: 0 19px;
}
.p-gallery {
  height: max-content;
  width: 1046px;
  margin: 20px 19px;
  background: rgb(250, 250, 254);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 254, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
}
.p-gallery-hdg {
  padding: 20px 30px;
}
.p-gallery-bdy {
  padding: 0 44px;
}
.p-gallery-ftr {
  padding: 20px 30px;
}
.p-gallery-grd1 {
  grid-template: 135px / 240px 240px 240px 240px;
}
.p-gallery-grd2 {
  grid-template: 135px 135px / 240px 240px 240px 240px;
}
.p-gallery-grd3 {
  grid-template: 135px 135px 135px / 240px 240px 240px 240px;
}
.p-gallery-img {
  box-shadow: 0 0 1px 0 #d3e2ef80;
  transition: all 0.6s ease-out;
}
.p-gallery-img:hover {
  box-shadow: 0 0 1px 0px #0000004d;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.pgaboutus-tree {
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
}
.pgaboutus-undrtree {
  height: 5px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  background-color: #000;
  clip-path: polygon(0 6px, 50% 0, 100% 6px, 100% 100%, 0 100%);
  margin: -3px auto 8px auto;
}
.pgaboutus-grid1 {
  grid-template: auto auto auto / 510px 510px;
}
.pgaboutus-grid1a {
  grid-row: 2 / 4;
  grid-column: 2 / 3;
}
.pgaboutus-btcntr {
  border: 1px solid #707070;
  background: rgb(250, 250, 254);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 254, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
}
.pgaboutus-grid3 {
  grid-template: auto auto auto / auto auto auto auto auto auto;
}
.pgaboutus-grid3a {
  grid-row: 1 / 2;
  grid-column: 1 / 4;
}
.pgaboutus-grid3b {
  grid-row: 1 / 2;
  grid-column: 4 / 7;
}
.pgaboutus-grid3c {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
.pgaboutus-grid3d {
  grid-row: 2 / 3;
  grid-column: 3 / 5;
}
.pgaboutus-grid3e {
  grid-row: 2 / 3;
  grid-column: 5 / 7;
}
.pgaboutus-grid3f {
  grid-row: 3 / 4;
  grid-column: 1 / 7;
}
.pgaboutus-img1 {
  height: 200px;
  width: 230px;
}
.pgaboutus-img2 {
  height: 250px;
  width: 350px;
}
.pgaboutus-img3 {
  width: 300px;
  height: 300px;
}
.pgaboutus-img4 {
  height: 180px;
  width: 300px;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.pgcontactus-container {
  height: 650px;
}
.pgcontactus-title {
  top: 40px;
  right: 20px;
}
.pgcontactus-gradient-tp {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 100%
  );
}
.pgcontactus-gradient-bt {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 100%
  );
}
.pgcontactus-gradient-rt {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 100%
  );
}
.pgcontactus-gradient-lt {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 100%
  );
}
.pgcontactus-info-box {
  top: 165px;
  right: 60px;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
}
.pgcontactus-divider {
  border-right: 3px solid #d3e2ef;
}
.pgcontactus-icon {
  fill: #2e7d2a;
}
.pgcontactus-icon:hover {
  fill: #ef0000;
  transition: 300ms;
  transition-timing-function: ease-in-out;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/
.s-pcb-gal {
  grid-template: 126px 126px / 224px 224px 224px 224px;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.s-smplcntr-hdft {
  padding: 20px 30px;
}
.s-gridsmpl-img {
  width: 250px;
  height: 250px;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
}
.s-gridsmpl {
  padding: 0;
  grid-template: 250px / 250px 250px 250px 250px;
  grid-gap: 9px;
  margin: 10px;
}
/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.s-ds-tp-cntr {
  height: 120px;
}
.s-ds-tp-chld {
  top: 10px;
}
.s-ds-tp-box1 {
  top: -43px;
  right: 90px;
  height: 150%;
  width: 100%;
  background: #2e7d2a;
  --mask: radial-gradient(124.14px at 50% 175.5px, #000 99%, #0000 101%)
      calc(50% - 180px) 0/360px 100%,
    radial-gradient(124.14px at 50% -85.5px, #0000 99%, #000 101%) 50% 90px/360px
      100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.s-ds-tp-box2 {
  top: -42px;
  right: 90px;
  height: 150%;
  width: 100%;
  background: rgb(255, 255, 255, 1);
  --mask: radial-gradient(124.14px at 50% 175.5px, #000 99%, #0000 101%)
      calc(50% - 180px) 0/360px 100%,
    radial-gradient(124.14px at 50% -85.5px, #0000 99%, #000 101%) 50% 90px/360px
      100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.s-ds-tp-box3 {
  background-color: #fff;
  left: -90px;
  height: 100%;
  width: 140px;
}
.s-ds-tp-box4 {
  background-color: #fff;
  top: 70px;
  left: 29px;
  height: 32px;
  width: 59px;
  aspect-ratio: 1;
  clip-path: polygon(100% 50%, 25% 93.3%, 25% 6.7%);
}
.s-ds-tp-box5 {
  background-color: #fff;
  top: 84px;
  left: 74px;
  height: 4px;
  width: 15px;
}
.s-ds-tp-arrwdn {
  border: solid rgb(211, 0, 0, 0.6);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(85deg);
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  -o-transform: rotate(85deg);
}
.s-ds-tp-arrwup {
  border: solid rgb(211, 0, 0, 0.6);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(175deg);
  -webkit-transform: rotate(175deg);
  -moz-transform: rotate(175deg);
  -ms-transform: rotate(175deg);
  -o-transform: rotate(175deg);
}
.s-ds-tp-arrow1 {
  top: 38px;
  right: 172px;
}
.s-ds-tp-arrow2 {
  top: 45px;
  right: 350px;
}
.s-ds-tp-arrow3 {
  top: 38px;
  right: 532px;
}
.s-ds-tp-arrow4 {
  top: 45px;
  right: 710px;
}
.s-ds-tp-arrow5 {
  top: 38px;
  right: 892px;
}
.s-ds-tp-icn {
  box-shadow: 0 3px 8px 0px rgba(211, 226, 239, 0.7);
}
.s-ds-lt-col {
  gap: 12.5px;
}
.s-ds-lt-img {
  height: 90px;
  width: 270px;
}
.s-ds-lt-txt {
  top: 33px;
  left: 22px;
}
.s-ds-lt-txt2 {
  top: 21px;
  left: 22px;
}
.s-ds-lt-grdnt {
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.02) 100%
  );
}
.s-ds-container {
  width: 1080px;
}
.s-ds-dvr {
  border-top: 2px solid #d30000;
  width: 135px;
}
.s-ds-numicn {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  background-color: #2e7d2a;
  color: #fff;
  margin-left: 10px;
}
.s-ds-imsz {
  height: 320px;
  width: 480px;
}
.s-ds-bx1 {
  box-shadow: 1px 1px 10px 1px rgba(46, 125, 42, 1);
}
.s-ds-bx2 {
  box-shadow: -1px -1px 10px 1px rgba(46, 125, 42, 1);
}
.s-ds-bgicn {
  height: 74px;
  width: 74px;
  box-shadow: 0 3px 8px 0px rgba(211, 226, 239, 0.7);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.s-ds-ndcntr {
  padding: 5% 10px;
}
.s-ds-tbx {
  width: 340px;
  height: 550px;
}
.s-ds-ndcntr {
  padding: 5% 10px;
}
.s-ds-ndcntr-itm {
  margin-left: 20px;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.s-fo-tp-cntr {
  height: 120px;
  width: 1080px;
}
.s-fo-tp-chld {
  top: 10px;
  height: 100%;
  width: 100%;
}
.s-fo-tp-box1 {
  top: -43px;
  right: 90px;
  height: 150%;
  width: 100%;
  background: #2e7d2a;
  --mask: radial-gradient(124.14px at 50% 175.5px, #000 99%, #0000 101%)
      calc(50% - 180px) 0/360px 100%,
    radial-gradient(124.14px at 50% -85.5px, #0000 99%, #000 101%) 50% 90px/360px
      100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.s-fo-tp-box2 {
  top: -42px;
  right: 90px;
  height: 150%;
  width: 100%;
  background: rgb(255, 255, 255, 1);

  --mask: radial-gradient(124.14px at 50% 175.5px, #000 99%, #0000 101%)
      calc(50% - 180px) 0/360px 100%,
    radial-gradient(124.14px at 50% -85.5px, #0000 99%, #000 101%) 50% 90px/360px
      100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.s-fo-tp-box3 {
  background-color: #fff;
  left: -90px;
  height: 100%;
  width: 140px;
}
.s-fo-tp-box4 {
  background-color: #fff;
  top: 70px;
  left: 29px;
  height: 32px;
  width: 59px;
  aspect-ratio: 1;
  clip-path: polygon(100% 50%, 25% 93.3%, 25% 6.7%);
}
.s-fo-tp-box5 {
  background-color: #fff;
  top: 84px;
  left: 74px;
  height: 4px;
  width: 15px;
}
.s-fo-tp-arrwd {
  border: solid rgb(211, 0, 0, 0.6);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(85deg);
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  -o-transform: rotate(85deg);
}
.s-fo-tp-arrwu {
  border: solid rgb(211, 0, 0, 0.6);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(175deg);
  -webkit-transform: rotate(175deg);
  -moz-transform: rotate(175deg);
  -ms-transform: rotate(175deg);
  -o-transform: rotate(175deg);
}
.s-fo-tp-arrow1 {
  top: 38px;
  right: 172px;
}
.s-fo-tp-arrow2 {
  top: 45px;
  right: 350px;
}
.s-fo-tp-arrow3 {
  top: 38px;
  right: 532px;
}
.s-fo-tp-arrow4 {
  top: 45px;
  right: 710px;
}
.s-fo-tp-arrow5 {
  top: 38px;
  right: 892px;
}
.s-fo-tp-icn {
  height: 74px;
  width: 74px;
  box-shadow: 0 3px 8px 0px rgba(211, 226, 239, 0.7);
  border-radius: 100%;
}
.s-fo-tp-icnbx {
  width: 180px;
}
.s-fo-lt-dvr {
  height: 2px;
  border-width: 0;
}
.s-fo-lt-tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}
.s-fo-lt-tooltip .s-fo-lt-tooltiptext {
  visibility: hidden;
  width: 270px;
  background-color: #434343;
  color: #f5f5f5;
  direction: rtl;
  font-family: Vazirmatn, "Segoe UI", Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
  border-radius: 12px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 104%;
  opacity: 0;
  transition: opacity 1s;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-fo-lt-tooltip .s-fo-lt-tooltiptext::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #434343 transparent transparent;
}
.s-fo-lt-tooltip:hover .s-fo-lt-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.s-fo-lt-tbl-brdr {
  border: 1px solid #000;
}
.s-fo-lt-lnks {
  padding: 0 3% 0 2%;
}
.s-fo-lt-hdng {
  padding: 10px 0;
}
.s-fo-container {
  width: 1080px;
  margin-right: 33px;
}
.s-fo-mdltxt {
  height: 130px;
  margin: 50px;
  border: 1px solid #eef2f3;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
}
.s-fo-dvr {
  border-top: 2px solid #d30000;
  width: 135px;
}
.s-fo-ndcntr {
  width: 1060px;
  margin: auto;
}
.s-fo-grid2 {
  grid-template: 320px 270px 615px / 360px 680px;
  grid-gap: 20px;
}
.s-fo-grid2a {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.s-fo-grid2b {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.s-fo-grid2c {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.s-fo-grid2d {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
}
.s-fo-grid2-shp {
  padding: 20px 10px 10px 0;
}
.s-fo-grid2-bdy {
  padding: 0 40px 0 20px;
}
.s-fo-icn {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  background-color: #2e7d2a;
  color: #fff;
  margin-left: 10px;
}
.s-fo-aparat-shp {
  padding: 18px;
}
.s-fo-aparat {
  height: 576px;
  width: 1024px;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.s-pcb-tp-cntr {
  height: 90px;
  width: 1080px;
}
.s-pcb-tp-bx {
  border: 1px solid #eef2f3;
  border-radius: 12px;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
  color: #000;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.5);
  transition: all 0.5s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-pcb-tp-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.s-pcb-tp-bx1 {
  height: 100%;
  width: 32%;
  margin-left: 66%;
}
.s-pcb-tp-bx2 {
  height: 100%;
  width: 32%;
  margin-left: 31%;
}
.s-pcb-tp-bx3 {
  height: 100%;
  width: 25.4%;
  margin-left: 1%;
}
.s-pcb-tp-hdg {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.s-pcb-tp-lnk {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 500;
}
.s-pcb-tp-lnk-sub {
  padding: 0 10px;
}
.s-pcb-lt-bx {
  border: 1px solid #eef2f3;
  border-radius: 12px;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
  color: #000;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  transition: all 0.5s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-pcb-lt-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.s-pcb-lt-bx1 {
  height: 275px;
  margin-bottom: 10px;
}
.s-pcb-lt-bx1a {
  color: #2e7d2a;
}
.s-pcb-lt-bx1a:hover {
  color: #d30000;
}
.s-pcb-lt-bx2 {
  height: 165px;
  margin-bottom: 10px;
}
.s-pcb-lt-bx3 {
  height: 270px;
  margin-bottom: 10px;
}
.s-pcb-lt-img {
  width: 270px;
  height: 90px;
}
.s-pcb-lt-span {
  padding-left: 15%;
}

.s-pcb-tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}
.s-pcb-tooltip .s-pcb-tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #434343;
  color: #f5f5f5;
  direction: rtl;
  font-family: Vazirmatn, "Segoe UI", Verdana, sans-serif;
  font-size: 12px;
  text-align: justify;
  border-radius: 12px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 102%;
  opacity: 0;
  transition: opacity 1s;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-pcb-tooltip .s-pcb-tooltiptext::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #434343 transparent transparent;
}
.s-pcb-tooltip:hover .s-pcb-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.s-pcb-tooltipimg {
  border-radius: 12px;
  width: 350px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-pcb-container {
  width: 1080px;
}
.s-pcb-advcntr {
  height: 230px;
  margin: auto 20px;
}
.s-pcb-bt-bx {
  border-radius: 12px;
  color: #000;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  transition: all 0.5s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.s-pcb-bt-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.s-pcb-grid1 {
  grid-template: 175px 175px / 270px 175px 175px 175px 175px;
  grid-gap: 20px;
  margin: 30px 20px;
}
.s-pcb-grid1a {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.s-pcb-grid1img {
  width: 175px;
  height: 175px;
}
.s-pcb-grid1grdnt {
  width: 175px;
  height: 175px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(0, 0, 0, 0.62) 100%
  );
}
.s-pcb-grid1txt {
  left: 20px;
  bottom: 20px;
}
.s-pcb-adv-hd {
  padding: 15px 25px 5px 25px;
}
.s-pcb-adv-bd {
  padding: 0 0 15px 0;
}
.s-pcb-smplcntr {
  height: max-content;
  width: 1046px;
  margin: 20px 19px;
  background: rgb(250, 250, 254);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 254, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
}
.s-pcb-smplcntr-hdg {
  padding: 20px 30px;
}
.s-pcb-smplcntr-bdy {
  padding: 0 44px;
}
.s-pcb-smplcntr-ftr {
  padding: 20px 30px;
}
.s-pcb-gridsmpl {
  padding: 0;
  grid-template: auto auto / 250px 250px 250px 250px;
  grid-gap: 9px;
  margin: 10px;
}
.s-pcb-gridsmpl-img {
  width: 250px;
  height: 250px;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.s-pcb-smplcntr-ftr {
  padding: 20px 30px;
}

.s-pcb-mdlctnr {
  height: 115px;
  width: 1000px;
  margin: 0 auto 20px auto;
  border: 1px solid #f3f3f3;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
}
.s-pcb-ndcntr {
  height: 670px;
  width: 1000px;
  margin: 0 auto 0 auto;
  border: 1px solid #707070;
  background: rgb(250, 250, 254);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 254, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
}
.s-pcb-grid3 {
  grid-template: 160px 160px 260px / 335px 335px 270px;
  grid-gap: 20px;
  margin: 30px auto 30px auto;
}
.s-pcb-grid3a {
  grid-row: 1 / 2;
  grid-column: 1 / 4;
  margin-right: 20px;
}
.s-pcb-grid3b {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  margin-right: 20px;
}
.s-pcb-grid3c {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  margin-right: 20px;
}
.s-pcb-grid3d {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.s-pcb-grid3e {
  grid-row: 2 / 4;
  grid-column: 3 / 4;
}
.s-pcb-grid3-inrcntr {
  padding: 20px;
}
.s-pcb-grid3-bdy {
  padding: 10px;
}
.s-pcb-grid3-icn {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  background-color: #2e7d2a;
  color: #fff;
  margin-left: 10px;
}
.s-pcb-grid4 {
  grid-template: 100px 100px / auto auto auto auto;
  grid-gap: 20px;
  margin: 30px 45px;
}
.s-pcb-grid4-bx {
  border: 1px solid #eef2f3;
  border-radius: 12px;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
  color: #000;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  transition: all 0.5s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-pcb-grid4-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.s-advpcb-tp1-cntr {
  height: 90px;
  width: 1080px;
}
.s-advpcb-tp1-bx {
  border: 1px solid #eef2f3;
  border-radius: 12px;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
  color: #000;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.5);
  transition: all 0.5s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-advpcb-tp1-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.s-advpcb-tp1-bx1 {
  height: 100%;
  width: 32%;
  margin-left: 66%;
}
.s-advpcb-tp1-bx2 {
  height: 100%;
  width: 32%;
  margin-left: 31%;
}
.s-advpcb-tp1-bx3 {
  height: 100%;
  width: 25.4%;
  margin-left: 1%;
}
.s-advpcb-tp1-hdg {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.s-advpcb-tp1-lnk {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 500;
}
.s-advpcb-tp1-lnk-sub {
  padding: 0 10px;
}
.s-advpcb-tp2-cntr {
  margin-top: 15px;
  margin-bottom: 0;
  height: 180px;
  width: 1080px;
}
.s-advpcb-tp2-rt {
  width: 66%;
  height: 210px;
  margin: 0 25px 0 340px;
}
.s-advpcb-tp2-lt {
  left: 0;
  width: 25%;
  height: 210px;
  margin: 0 0 0 15px;
}
.s-advpcb-lt-bx {
  border: 1px solid #eef2f3;
  border-radius: 12px;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
  color: #000;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  transition: all 0.5s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-advpcb-lt-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.s-advpcb-lt-bx1 {
  height: max-content;
  margin-bottom: 10px;
  padding: 0 20px;
}
.s-advpcb-lt-bx1a {
  color: #2e7d2a;
}
.s-advpcb-lt-bx1a:hover {
  color: #d30000;
}
.s-advpcb-lt-bx2 {
  height: max-content;
  margin-bottom: 10px;
}
.s-advpcb-lt-img {
  width: 273px;
  height: 90px;
}
.s-advpcb-lt-span {
  padding-left: 15%;
}
.s-advpcb-lt-dvr {
  border-top: 1px solid #2b3056;
  width: 50%;
  margin: 10px auto;
}
.s-advpcb-lt-thmb {
  width: 40px;
}
.s-advpcb-container {
  width: 1080px;
}
.s-advpcb-smplcntr {
  height: max-content;
  width: max-content;
  margin: 20px 19px 20px 0;
  background: rgb(250, 250, 254);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 254, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
}
.s-advpcb-smplcntr-hdg {
  padding: 15px 30px;
}
.s-advpcb-gridsmpl {
  padding: 0;
  grid-template: auto / auto auto auto auto;
  grid-gap: 9px;
  margin: 10px;
}
.s-advpcb-gridsmpl-img {
  width: 250px;
  height: 250px;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.s-advpcb-smplcntr-ftr {
  padding: 15px 30px;
}
.s-advpcb-ndcntr {
  height: max-content;
  width: 1080px;
  margin: 0 auto 0 auto;
  border: 1px solid #707070;
  background: rgb(250, 250, 254);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 254, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
}
.s-advpcb-grid3 {
  grid-template: auto auto auto auto auto auto / auto auto auto auto auto auto;
  grid-gap: 20px;
  margin: 20px;
}
.s-advpcb-grid3a {
  grid-row: 1 / 2;
  grid-column: 1 / 7;
}
.s-advpcb-grid3b {
  grid-row: 2 / 3;
  grid-column: 1 / 4;
}
.s-advpcb-grid3c {
  grid-row: 2 / 3;
  grid-column: 4 / 7;
}
.s-advpcb-grid3d {
  grid-row: 3 / 4;
  grid-column: 1 / 7;
}
.s-advpcb-grid3e {
  grid-row: 4 / 5;
  grid-column: 1 / 4;
}
.s-advpcb-grid3f {
  grid-row: 4 / 5;
  grid-column: 4 / 7;
}
.s-advpcb-grid3g {
  grid-row: 5 / 6;
  grid-column: 1 / 7;
}
.s-advpcb-grid3h {
  grid-row: 6 / 7;
  grid-column: 1 / 4;
}
.s-advpcb-grid3i {
  grid-row: 6 / 7;
  grid-column: 4 / 7;
}

.s-advpcb-grid3-inrcntr {
  padding: 15px;
}
.s-advpcb-grid3-bdy {
  padding: 5px 10px;
}
.s-advpcb-grid3-img {
  width: 300px;
  height: 200px;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.store-lt-bx {
  border: 1px solid #eef2f3;
  background: rgb(238, 242, 243);
  background: linear-gradient(
    0deg,
    rgba(238, 242, 243, 1) 0%,
    rgba(253, 253, 253, 1) 100%
  );
  box-shadow: 0 0 10px 5px rgba(211, 226, 239, 0.7);
  transition: all 0.5s ease-out;
}
.store-lt-bx:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.store-container {
  box-shadow: 0 0 8px 1px rgba(211, 226, 239, 0.7);
}
.store-container-box {
  box-shadow: 0 0 8px 1px rgba(211, 226, 239, 0.5);
}
.store-grid {
  display: grid;
  grid-template: auto / auto auto auto auto auto auto auto auto;
}
.store-grid-child {
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 10px 1px rgba(245, 245, 245, 0.7);
  transition: all 0.5s ease-out;
}
.store-grid-child:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.product_tag {
  background-color: #e4f4fc;
  padding: 0 10px;
}
.product_tbl {
  border-collapse: collapse;
}
.product_tr {
  border-bottom: 1px solid #e5e5e5;
}
.product_td {
  border: 1px solid #808080;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.p-pcbag-mapping {
  padding-top: 50px;
}
.p-pcbag-dvr {
  height: 3px;
  border-width: 0;
}
.p-pcbag-img {
  margin: 20px;
  width: 1000px;
  height: 300px;
}
.p-pcbag-img7 {
  width: 540px;
}

/***************************************************************/
/*  @ @  */
/*  _|_  */
/*  ###  */
/***************************************************************/

.g-pcb-g1 {
  grid-row: 1/2;
  grid-column: 1/3;
}
.g-pcb-g2 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.g-pcb-g3 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.g-pcb-g4 {
  grid-row: 1/3;
  grid-column: 3/4;
}
