/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
  --lightWhite: #fff;
  --darkWhite: #2e2d2d;
  --lightBlack1: #292929;
  --darkBlack1: #1c1919;
  --lightGrey1: #a0a0a0;
  --darkGrey1: #f4f2f2;
  --lightGrey2: #fcfcfc;
  --darkGrey2: #020202;
  --lightGrey3: #f9f9f9;
  --darkGrey3: #3a3838;
  --lightGrey4: #e6e6e6;
  --darkGrey4: #282828;
  --lightGrey5: #e8fdf7;
  --darkGrey5: #282828;
  --lightGrey6: #dfe1e5;
  --darkGrey6: #282828;
  --lightGrey7: #7d7d7d;
  --darkGrey7: #7d7d7d;
  --lightBlue: #4233a2;
  --darkBlue: #4233a2;
  --lightFont1: #292929;
  --darkFont1: #fff;
  --lightFont2: #7d7d87;
  --darkFont2: #75706e;
  --lightFont3: #fff;
  --darkFont3: #2e2d2d;
  --lightFont4: #a0a0a0;
  --darkFont3: #2e2d2d;
  --lightWhiteColor: #fff;
  --darkWhiteColor: #fff;
  --lightBoxShadow: rgba(32, 33, 36, 0.28);
  --lightBoxShadow2: rgba(32, 33, 36, 0.08);
  --lightIcon: #32323c;
  --darkIcon: #fff;
}

/** grid class
-----------------------------------------------------------*/
/** media query
-----------------------------------------------------------*/
/** flexbox
-----------------------------------------------------------*/
/** inline-flex
-----------------------------------------------------------*/
/** flex-direction
-----------------------------------------------------------*/
/** flex-wrap
-----------------------------------------------------------*/
/** flex-flow
-----------------------------------------------------------*/
/** flex order
-----------------------------------------------------------*/
/** flex-grow
-----------------------------------------------------------*/
/** flex-shrink
-----------------------------------------------------------*/
/** flex-basis
-----------------------------------------------------------*/
/** justify-content 
-----------------------------------------------------------*/
/** align-items
-----------------------------------------------------------*/
/** align-self
-----------------------------------------------------------*/
/** align-content
-----------------------------------------------------------*/
/** flex center vertical
-----------------------------------------------------------*/
/** flex center horzontal
-----------------------------------------------------------*/
/** flex center
-----------------------------------------------------------*/
.c-header .header {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding-top: 4.5rem;
  background-size: cover;
  background-position: center;
  padding-bottom: 12rem;
  background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/rocket-back.jpg);
}
@media (max-width: 992px) {
  .c-header .header {
    padding-top: 2.28rem;
  }
}
@media (max-width: 600px) {
  .c-header .header {
    background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/bac-b-circle-m.jpg);
    background-position: bottom;
    padding-bottom: 5rem;
  }
}
.c-header .header .header__text {
  width: 740px;
  text-align: center;
}
@media (max-width: 992px) {
  .c-header .header .header__text {
    width: 100%;
    padding: 0 0.85rem;
  }
}
.c-header .header .header__text h1 {
  font-size: 2.28rem;
  color: #4233a2;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-header .header .header__text h1 {
    font-size: 1.42rem;
  }
}
.c-header .header .header__text p {
  margin-top: 2.85rem;
  color: #292929;
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
}
@media (max-width: 992px) {
  .c-header .header .header__text p {
    font-size: 1rem;
    margin-top: 1.14rem;
  }
}
.c-header .header .header__shape {
  margin-top: 5.5rem;
}
@media (max-width: 992px) {
  .c-header .header .header__shape {
    margin-top: 2.5rem;
  }
}
.c-header .header .header__shape svg {
  max-width: 100%;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}
@media (max-width: 992px) {
  .c-header .header .header__shape svg {
    height: auto;
  }
}

.c-automation-product .automation-product {
  margin-top: 8.5rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-automation-product .automation-product {
    margin-top: 4.57rem;
    padding: 0 12px;
  }
  .c-automation-product .automation-product h3 {
    color: #4233a2;
    font-size: 1.57rem;
    font-weight: 500;
    text-align: center;
  }
}
.c-automation-product .automation-product .automation-product__shape svg {
  max-width: 100%;
}
@media (max-width: 992px) {
  .c-automation-product .automation-product .automation-product__shape {
    margin-top: 2.28rem;
  }
}
.c-automation-product .automation-product .automation-product__text {
  margin-top: 5.7rem;
  width: 740px;
  text-align: center;
}
@media (max-width: 992px) {
  .c-automation-product .automation-product .automation-product__text {
    margin-top: 2.28rem;
    width: 100%;
  }
}
.c-automation-product .automation-product .automation-product__text h3 {
  font-weight: 500;
  color: #4233a2;
  font-size: 1.85rem;
}
.c-automation-product .automation-product .automation-product__text p {
  color: #4233a2;
  font-size: 14px;
  line-height: 2.2rem;
  margin-top: 2.85rem;
}
@media (max-width: 992px) {
  .c-automation-product .automation-product .automation-product__text p {
    margin-top: 0;
  }
}
.c-automation-product .automation-product .automation-product__text button {
  height: 40px;
}
.c-automation-product .automation-product .automation-product__text button span {
  font-size: 13px;
  margin-left: 12px;
}
.c-automation-product .automation-product .automation-product__text button i {
  color: #00e68a;
  font-size: 10px;
}

.c-cms-product .cms-product {
  display: flex;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1.8rem;
  padding-bottom: 5.85rem;
  background-size: cover;
  background-position: center;
  background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/wal-back.jpg);
}
@media (max-width: 992px) {
  .c-cms-product .cms-product {
    margin-top: 4.57rem;
  }
}
@media (max-width: 600px) {
  .c-cms-product .cms-product {
    background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/cmc-bac-mobile.jpg);
    background-size: 100%;
    background-position: top;
    padding: 0 12px;
    padding-top: 3.8rem;
    background-repeat: no-repeat;
    padding-bottom: 2.28rem;
  }
}
.c-cms-product .cms-product .cms-product__shape > h3 {
  font-weight: 500;
  color: #4233a2;
  text-align: center;
  font-size: 1.57rem;
}
@media (max-width: 600px) {
  .c-cms-product .cms-product .cms-product__shape > h3 {
    margin-bottom: 2.28rem;
  }
}
.c-cms-product .cms-product .cms-product__shape svg {
  max-width: 100%;
  height: auto;
}
.c-cms-product .cms-product .cms-product__text {
  width: 740px;
  margin-top: 5.85em;
  text-align: center;
}
@media (max-width: 600px) {
  .c-cms-product .cms-product .cms-product__text {
    width: 100%;
    margin-top: 2.28rem;
  }
}
.c-cms-product .cms-product .cms-product__text h3 {
  font-size: 1.85rem;
  color: #4233a2;
  font-weight: 500;
}
.c-cms-product .cms-product .cms-product__text p {
  margin-top: 2.85rem;
  font-size: 14px;
  color: #4233a2;
  line-height: 2.2rem;
}
@media (max-width: 600px) {
  .c-cms-product .cms-product .cms-product__text p {
    margin-top: 0;
  }
}
.c-cms-product .cms-product .cms-product__text button {
  height: 40px;
}
.c-cms-product .cms-product .cms-product__text button span {
  margin-left: 12px;
  font-size: 0.92rem;
  font-weight: 300;
}
.c-cms-product .cms-product .cms-product__text button i {
  color: #00e68a;
  font-size: 12px;
}

.c-agency-product .agency-product {
  margin-top: 5.85rem;
  display: flex;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-agency-product .agency-product {
    margin-top: 4.57rem;
    padding: 0 12px;
  }
}
.c-agency-product .agency-product .agency-product__shape svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .c-agency-product .agency-product .agency-product__shape {
    width: 100%;
    text-align: center;
  }
  .c-agency-product .agency-product .agency-product__shape > h3 {
    color: #4233a2;
    font-size: 1.57rem;
    font-weight: 500;
    margin-bottom: 4.57rem;
  }
}
@media (max-width: 600px) {
  .c-agency-product .agency-product .agency-product__shape > h3 {
    margin-bottom: 2.28rem;
  }
}
.c-agency-product .agency-product .agency-product__text {
  width: 740px;
  margin-top: 5.85em;
  text-align: center;
}
@media (max-width: 992px) {
  .c-agency-product .agency-product .agency-product__text {
    margin-top: 4.57em;
  }
}
@media (max-width: 600px) {
  .c-agency-product .agency-product .agency-product__text {
    width: 100%;
    margin-top: 2.28em;
  }
}
.c-agency-product .agency-product .agency-product__text h3 {
  font-size: 1.85rem;
  color: #4233a2;
  font-weight: 500;
}
.c-agency-product .agency-product .agency-product__text p {
  margin-top: 2.85rem;
  font-size: 14px;
  color: #4233a2;
  line-height: 2.2rem;
}
@media (max-width: 992px) {
  .c-agency-product .agency-product .agency-product__text p {
    margin-top: 0;
  }
}
.c-agency-product .agency-product .agency-product__text button {
  height: 40px;
}
.c-agency-product .agency-product .agency-product__text button span {
  margin-left: 12px;
  font-size: 0.92rem;
  font-weight: 300;
}
.c-agency-product .agency-product .agency-product__text button i {
  color: #00e68a;
  font-size: 12px;
}

.c-technology .technology {
  margin-top: 8.57rem;
}
@media (max-width: 600px) {
  .c-technology .technology {
    margin-top: 4.57rem;
    background-color: #f9f9f9;
    padding-top: 2.28rem;
    padding-bottom: 2.28rem;
    position: relative;
  }
  .c-technology .technology:before {
    font-family: "avijehicon" !important;
    content: "\e901";
    position: absolute;
    top: 126px;
    left: 2px;
    color: #4233a2;
    z-index: 2;
    font-size: 14px;
  }
  .c-technology .technology:after {
    font-family: "avijehicon" !important;
    content: "\e902";
    position: absolute;
    top: 126px;
    right: 2px;
    color: #4233a2;
    z-index: 2;
    font-size: 14px;
  }
}
.c-technology .technology .technology__title {
  width: 100%;
  text-align: center;
}
.c-technology .technology .technology__title h4 {
  font-weight: 300;
  color: #292929;
  font-size: 2.28rem;
}
@media (max-width: 600px) {
  .c-technology .technology .technology__title h4 {
    font-size: 1.28rem;
    color: #4233a2;
    font-weight: 500;
  }
}
.c-technology .technology .technology__items {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.7rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .c-technology .technology .technology__items {
    margin-top: 4.57rem;
  }
}
@media (max-width: 600px) {
  .c-technology .technology .technology__items {
    overflow-x: auto;
    margin-top: 2.28rem;
    position: relative;
  }
}
.c-technology .technology .technology__items .technology__item {
  margin-left: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .c-technology .technology .technology__items .technology__item {
    margin-left: 40px;
  }
}
.c-technology .technology .technology__items .technology__item:hover .technology__item-text {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}
.c-technology .technology .technology__items .technology__item:hover .technology__item-img {
  box-shadow: 0px 1px 3px 0px rgba(41, 41, 41, 0.15);
}
.c-technology .technology .technology__items .technology__item:last-child {
  margin-left: 0;
}
.c-technology .technology .technology__items .technology__item .technology__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  transition: 400ms;
}
.c-technology .technology .technology__items .technology__item .technology__item-img img {
  max-width: 100px;
  max-height: 70px;
}
.c-technology .technology .technology__items .technology__item .technology__item-text {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 12px;
  bottom: calc(100% + 28px);
  width: 210px;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #a0a0a0;
  line-height: 1.7rem;
  text-align: justify;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  direction: ltr;
}
.c-technology .technology .technology__items .technology__item .technology__item-text:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c-technology .technology .technology__items .technology__item .technology__item-text:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.12) transparent transparent transparent;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=Products.css.map */

