/* 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 {
  background-position: bottom;
  height: calc(100vh + 50px);
  display: flex;
  justify-content: center;
  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;
  background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/header_bc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 992px) {
  .c-header .header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: calc(100vh - 80px);
    background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/back-gradient.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .c-header .header {
    height: calc(100vh - 60px);
  }
}
.c-header .header .header__layouts {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-header .header .header__layouts {
    display: none;
  }
}
.c-header .header .header__layouts img {
  position: absolute;
}
.c-header .header .header__layouts .header__layouts-right {
  height: 100%;
  position: absolute;
  width: 100%;
  right: -63%;
  top: 0;
}
.c-header .header .header__layouts .header__layouts-right img {
  position: absolute;
  transform: rotate(54deg);
  left: 180px;
}
.c-header .header .header__layouts .header__layouts-right img:nth-child(1) {
  left: 14px;
  top: -920px;
}
.c-header .header .header__layouts .header__layouts-right img:nth-child(2) {
  top: -974px;
  left: 82px;
}
.c-header .header .header__layouts .header__layouts-right img:nth-child(3) {
  top: -910px;
  left: 217px;
}
.c-header .header .header__layouts .header__layouts-left {
  height: 100%;
  position: absolute;
  width: 100%;
  left: -33%;
  top: 0px;
}
.c-header .header .header__layouts .header__layouts-left img {
  position: absolute;
  top: -1000px;
}
.c-header .header .header__layouts .header__layouts-left img:nth-child(2) {
  top: -1080px;
  left: 50px;
}
.c-header .header .header__layouts .header__layouts-left img:nth-child(3) {
  top: -1062px;
  left: 208px;
}
.c-header .header .header__items {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .c-header .header .header__items {
    margin-top: 4rem;
  }
}
@media (max-width: 600px) {
  .c-header .header .header__items {
    margin-top: 2rem;
  }
}
@media (max-height: 660px) {
  .c-header .header .header__items {
    margin-top: 1rem;
  }
}
.c-header .header .header__items .header__monitor {
  position: relative;
}
@media (min-width: 600px) and (max-height: 850px) {
  .c-header .header .header__items .header__monitor {
    transform: translateY(20px);
  }
}
@media (max-width: 600px) {
  .c-header .header .header__items .header__monitor {
    text-align: center;
  }
}
.c-header .header .header__items .header__monitor .header__monitor-icon {
  transform: scale(0.9);
}
@media (max-height: 660px) {
  .c-header .header .header__items .header__monitor .header__monitor-icon {
    width: 200px;
    height: 185px;
  }
}
@media (max-width: 600px) {
  .c-header .header .header__items .header__monitor .header__monitor-icon {
    width: 90%;
    height: auto;
  }
}
.c-header .header .header__items .header__monitor .header__monitor-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  top: 30px;
}
@media (max-height: 660px) {
  .c-header .header .header__items .header__monitor .header__monitor-logo {
    top: 40px;
  }
}
@media (max-width: 600px) {
  .c-header .header .header__items .header__monitor .header__monitor-logo {
    width: 90%;
    top: 21px;
  }
}
.c-header .header .header__items .header__monitor .header__monitor-logo svg {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
@media (max-height: 660px) and (min-width: 992px) {
  .c-header .header .header__items .header__monitor .header__monitor-logo svg {
    width: 90px;
    height: 65px;
  }
}
@media (max-width: 600px) {
  .c-header .header .header__items .header__monitor .header__monitor-logo svg {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  .c-header .header .header__items .header__branchs {
    display: none;
  }
}
@media (max-height: 850px) {
  .c-header .header .header__items .header__branchs .header__item {
    transform: translateY(26px);
  }
}
.c-header .header .header__items .header__branchs .header__item:nth-child(1) {
  position: absolute;
  left: calc(100% - 8px);
  bottom: 110px;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(1) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(1) .header__item-bullet {
  position: absolute;
  bottom: 5px;
  right: -7px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(1) .header__item-shape {
  position: absolute;
  right: -85px;
  bottom: -5px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(2) {
  position: absolute;
  left: calc(100% - 8px);
  bottom: 255px;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(2) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(2) .header__item-bullet {
  position: absolute;
  top: -1px;
  right: -3px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(2) .header__item-shape {
  position: absolute;
  right: -61px;
  top: -22px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(3) {
  position: absolute;
  left: calc(100% - 66px);
  bottom: calc(100% - 14px);
}
.c-header .header .header__items .header__branchs .header__item:nth-child(3) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(3) .header__item-bullet {
  position: absolute;
  top: -6px;
  right: 5px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(3) .header__item-shape {
  position: absolute;
  right: -8px;
  top: -82px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(4) {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 14px);
}
.c-header .header .header__items .header__branchs .header__item:nth-child(4) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(4) .header__item-bullet {
  position: absolute;
  top: -6px;
  left: -8px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(4) .header__item-shape {
  position: absolute;
  right: -40px;
  top: -77px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(5) {
  position: absolute;
  left: -22px;
  bottom: calc(100% - 14px);
}
.c-header .header .header__items .header__branchs .header__item:nth-child(5) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(5) .header__item-bullet {
  position: absolute;
  top: -6px;
  left: 1px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(5) .header__item-shape {
  position: absolute;
  left: -16px;
  top: -62px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(6) {
  position: absolute;
  right: calc(100% - 8px);
  bottom: 252px;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(6) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(6) .header__item-bullet {
  position: absolute;
  top: -1px;
  left: -5px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(6) .header__item-shape {
  position: absolute;
  left: -40px;
  top: -32px;
  opacity: 0;
  transform: scale(1);
}
.c-header .header .header__items .header__branchs .header__item:nth-child(7) {
  position: absolute;
  right: calc(100% - 8px);
  bottom: 80px;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(7) .header__item-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(7) .header__item-bullet {
  position: absolute;
  bottom: 8px;
  left: -1px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item:nth-child(7) .header__item-shape {
  position: absolute;
  left: -52px;
  bottom: -2px;
  opacity: 0;
}
.c-header .header .header__items .header__branchs .header__item .header__item-line,
.c-header .header .header__items .header__branchs .header__item .header__item-bullet,
.c-header .header .header__items .header__branchs .header__item .header__item-shape {
  transform: scale(0.8);
}
.c-header .header .header__text {
  margin-top: 2.5rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-header .header .header__text p {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 992px) {
  .c-header .header .header__text p {
    font-size: 1.8rem;
  }
}
@media (max-height: 660px) {
  .c-header .header .header__text p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .c-header .header .header__text p {
    font-size: 1.14rem;
  }
}
.c-header .header .header__text p:nth-child(2) {
  margin-top: 1.4rem;
}
.c-header .header .header__text p span {
  color: #00e68a;
  font-weight: 500;
}
.c-header .header .header__text .icon-scroll {
  width: 30px;
  height: 50px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  margin-top: 3rem;
}
.c-header .header .header__text .icon-scroll:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  margin-left: -1px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px);
  }
}

.c-agency .agency {
  margin-top: 8.5rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-agency .agency {
    margin-top: 4.5rem;
  }
}
.c-agency .agency .agency__title {
  position: relative;
  z-index: 1;
}
.c-agency .agency .agency__title h3 {
  font-size: 1.85rem;
  font-family: iranyekan;
  color: #4233a2;
  font-weight: 500;
}
@media (min-width: 600px) and (max-width: 992px) {
  .c-agency .agency .agency__title h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .c-agency .agency .agency__title h3 {
    font-size: 1.14rem;
  }
}
.c-agency .agency .agency__shapes {
  position: relative;
}
.c-agency .agency .agency__shapes .agency__phone {
  position: relative;
  min-height: 448px;
  width: 186px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .c-agency .agency .agency__shapes .agency__phone {
    min-height: 430px;
  }
}
.c-agency .agency .agency__shapes .agency__phone svg {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.c-agency .agency .agency__shapes .agency__phone svg rect {
  opacity: 0;
}
.c-agency .agency .agency__shapes .agency__phone .agency__ariplane-svg {
  position: absolute;
  right: -50px;
  top: 168px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .c-agency .agency .agency__shapes .agency__phone .agency__ariplane-svg {
    top: 123px;
  }
}
.c-agency .agency .agency__shapes .agency__phone .agency__phone-svg {
  position: absolute;
  right: 50%;
  transform: translate(50%, 70px);
}
@media (max-width: 600px) {
  .c-agency .agency .agency__shapes .agency__phone .agency__phone-svg {
    transform: translate(50%, 25px);
  }
}
.c-agency .agency .agency__shapes .agency__back-items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .c-agency .agency .agency__shapes .agency__back-items {
    display: none;
  }
}
.c-agency .agency .agency__shapes .agency__back-items svg {
  opacity: 0;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud {
  position: absolute;
}
@media (max-width: 992px) {
  .c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud {
    display: none;
  }
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-1 {
  left: -57px;
  top: 76px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-2 {
  position: static;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-2 svg {
  position: absolute;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-2 svg:nth-child(1) {
  left: 256px;
  bottom: 89px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-2 svg:nth-child(2) {
  left: 190px;
  bottom: 89px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-3 {
  left: 666px;
  top: 160px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-4 {
  position: static;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-4 svg {
  position: absolute;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-4 svg:nth-child(1) {
  left: 704px;
  bottom: 4px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-4 svg:nth-child(2) {
  bottom: 0;
  left: 742px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-5 {
  left: 1160px;
  top: 89px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-6 {
  top: 94px;
  left: 1541px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-7 {
  position: static;
  left: 81%;
  top: 21%;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-7 svg {
  position: absolute;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-7 svg:nth-child(1) {
  bottom: 116px;
  left: 1750px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-cloud.cloud-7 svg:nth-child(2) {
  bottom: 0;
  left: 1731px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-airplane {
  position: absolute;
}
@media (max-width: 600px) {
  .c-agency .agency .agency__shapes .agency__back-items .agency__back-items-airplane {
    display: none;
  }
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-airplane.arirplane-1 {
  left: 266px;
  top: 44px;
}
.c-agency .agency .agency__shapes .agency__back-items .agency__back-items-airplane.arirplane-2 {
  left: 1275px;
  top: 246px;
}
.c-agency .agency .agency__text {
  margin: 0 auto;
  margin-top: 2.8rem;
  width: 720px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .c-agency .agency .agency__text {
    width: 600px;
  }
}
@media (max-width: 600px) {
  .c-agency .agency .agency__text {
    width: 96%;
    margin-top: 0rem;
  }
}
.c-agency .agency .agency__text p {
  font-size: 1.14rem;
}
@media (max-width: 992px) {
  .c-agency .agency .agency__text p {
    line-height: 2rem;
    font-size: 1rem;
  }
}
.c-agency .agency .agency__text button {
  height: 40px;
  width: 160px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: matrix(1, 0, 0, 1, 0, 70);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.57, 1.43);
}
@media (max-width: 600px) {
  .c-agency .agency .agency__text button {
    height: 32px;
  }
}
.c-agency .agency .agency__text button.show {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.c-agency .agency .agency__text button i {
  color: #00e68a;
}

.c-automation .automation {
  background-size: cover;
  margin-top: 8.5rem;
  text-align: center;
  padding: 6.2rem 12px 2.8rem 12px;
  background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/automation-bc.svg);
}
@media (max-width: 600px) {
  .c-automation .automation {
    background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/automation-back-mobile.jpg);
    background-size: 100% 100%;
  }
}
.c-automation .automation .automation__title h3 {
  color: #4233a2;
  font-size: 1.85rem;
  font-weight: 500;
}
@media (min-width: 600px) and (max-width: 992px) {
  .c-automation .automation .automation__title h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .c-automation .automation .automation__title h3 {
    font-size: 1.14rem;
  }
}
.c-automation .automation .automation__shapes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: 5.7rem;
}
@media (max-width: 600px) {
  .c-automation .automation .automation__shapes {
    margin-top: 2.28rem;
  }
}
.c-automation .automation .automation__shapes .automation__line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .c-automation .automation .automation__shapes .automation__line {
    width: 100%;
  }
  .c-automation .automation .automation__shapes .automation__line svg {
    width: 100%;
  }
}
.c-automation .automation .automation__shapes .automation__planet {
  position: relative;
  width: 142px;
  height: 164px;
  overflow: hidden;
}
.c-automation .automation .automation__shapes .automation__planet .automation__map {
  position: absolute;
  right: 0;
  top: -6px;
}
.c-automation .automation .automation__shapes .automation__planet .automation__mask {
  position: absolute;
  z-index: 1;
  left: -333px;
  bottom: 12px;
}
.c-automation .automation .automation__shapes .automation__planet .automation__earth {
  position: absolute;
  z-index: 2;
}
.c-automation .automation .automation__shapes .automation__laptop {
  width: 450px;
  margin: 0 2.8rem;
}
@media (min-width: 600px) and (max-width: 992px) {
  .c-automation .automation .automation__shapes .automation__laptop {
    width: 300px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .c-automation .automation .automation__shapes .automation__laptop {
    width: 90%;
    margin: 0 auto;
  }
}
.c-automation .automation .automation__shapes .automation__laptop svg {
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
}
.c-automation .automation .automation__shapes .automation__laptop svg rect {
  opacity: 0;
}
@media (max-width: 992px) {
  .c-automation .automation .automation__shapes .automation__laptop svg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.c-automation .automation .automation__shapes .automation__flower {
  width: 88px;
  transform: translateY(-165px) rotate(22deg);
}
.c-automation .automation .automation__text {
  width: 720px;
  margin: 0 auto;
  margin-top: 2.8rem;
}
@media (min-width: 600px) and (max-width: 992px) {
  .c-automation .automation .automation__text {
    width: 550px;
  }
}
@media (max-width: 600px) {
  .c-automation .automation .automation__text {
    width: 96%;
    margin-top: 2.28rem;
  }
}
.c-automation .automation .automation__text p {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #292929;
}
@media (max-width: 992px) {
  .c-automation .automation .automation__text p {
    font-size: 1rem;
  }
}
.c-automation .automation .automation__text button {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
  width: 160px;
  transform: matrix(1, 0, 0, 1, 0, 70);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.57, 1.43);
}
.c-automation .automation .automation__text button.show {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.c-automation .automation .automation__text button i {
  color: #00e68a;
}

.c-management .management {
  margin-top: 8.5rem;
  text-align: center;
}
.c-management .management .management__title h3 {
  color: #4233a2;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-management .management .management__shapes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2.8rem;
}
@media (max-width: 600px) {
  .c-management .management .management__shapes {
    padding-right: 55px;
    padding-left: 20px;
  }
}
.c-management .management .management__shapes .management__browser-right {
  position: relative;
  right: 300px;
}
.c-management .management .management__shapes .management__browser-right .management__video {
  position: absolute;
  top: 80px;
  right: 60px;
}
.c-management .management .management__shapes .management__browser-center {
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .c-management .management .management__shapes .management__browser-center {
    width: 300px;
    min-width: 260px;
  }
}
@media (max-width: 600px) {
  .c-management .management .management__shapes .management__browser-center .management__browser-photo {
    width: 100%;
    height: auto;
  }
}
.c-management .management .management__shapes .management__browser-center .management__photo {
  position: absolute;
  top: 90px;
  left: 60px;
}
@media (max-width: 600px) {
  .c-management .management .management__shapes .management__browser-center .management__photo {
    position: absolute;
    top: 47px;
    left: 34px;
    width: 70px;
    height: auto;
  }
}
.c-management .management .management__shapes .management__browser-center .management__chart {
  position: absolute;
  bottom: 52px;
  left: 15px;
}
@media (max-width: 600px) {
  .c-management .management .management__shapes .management__browser-center .management__chart {
    position: absolute;
    bottom: 52px;
    left: 37px;
    width: 70px;
    height: auto;
  }
}
.c-management .management .management__shapes .management__browser-center .management__article {
  position: absolute;
  top: 106px;
  right: 115px;
}
@media (max-width: 600px) {
  .c-management .management .management__shapes .management__browser-center .management__article {
    position: absolute;
    top: 94px;
    right: 79px;
    width: 60px;
    height: auto;
  }
}
.c-management .management .management__shapes .management__browser-center .management__setting {
  position: absolute;
  right: -57px;
  top: 86px;
}
@media (max-width: 600px) {
  .c-management .management .management__shapes .management__browser-center .management__setting {
    position: absolute;
    right: -12%;
    top: 50px;
    width: 34%;
    height: auto;
  }
}
.c-management .management .management__shapes .management__browser-left {
  position: relative;
  left: 300px;
}
.c-management .management .management__shapes .management__browser-left .management__search {
  position: absolute;
  bottom: 60px;
  right: 44px;
}
.c-management .management .management__shapes .management__browser-left .management__headphone {
  position: absolute;
  left: 54px;
  top: 65px;
}
.c-management .management .management__text {
  margin: 0 auto;
  margin-top: 2.8rem;
  width: 720px;
}
@media (max-width: 992px) {
  .c-management .management .management__text {
    width: 600px;
  }
}
@media (max-width: 600px) {
  .c-management .management .management__text {
    width: 100%;
    padding: 0 1rem;
  }
}
.c-management .management .management__text p {
  font-size: 1.14rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .c-management .management .management__text p {
    font-size: 1rem;
  }
}
.c-management .management .management__text button {
  height: 40px;
  width: 160px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: matrix(1, 0, 0, 1, 0, 70);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.57, 1.43);
}
@media (max-width: 600px) {
  .c-management .management .management__text button {
    height: 32px;
  }
}
.c-management .management .management__text button.show {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.c-management .management .management__text button i {
  color: #00e68a;
}

.c-service .service {
  margin-top: 8.5rem;
  text-align: center;
  padding-top: 2.8rem;
  padding-bottom: 5.7rem;
  background-size: cover;
  background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/services-bc.jpg);
}
@media (max-width: 992px) {
  .c-service .service {
    background-image: url(/Themes/Avijeh.ir/Ui/Assets/Images/back-gradient.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: right;
  }
}
.c-service .service .services__title h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 3.2rem;
}
@media (max-width: 992px) {
  .c-service .service .services__title h3 {
    font-size: 2.6rem;
    text-align: center;
  }
}
.c-service .service .services__parts {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.c-service .service .services__parts:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .c-service .service .services__parts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-service .service .services__parts > div {
  width: 320px;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.5rem;
  }
  .c-service .service .services__parts > div .services__production-svg,
  .c-service .service .services__parts > div .services__approach-svg,
  .c-service .service .services__parts > div .services__design-svg {
    width: 80px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
  }
  .c-service .service .services__parts > div .services__production-svg svg,
  .c-service .service .services__parts > div .services__approach-svg svg,
  .c-service .service .services__parts > div .services__design-svg svg {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .c-service .service .services__parts > div .services__production-svg,
  .c-service .service .services__parts > div .services__approach-svg,
  .c-service .service .services__parts > div .services__design-svg {
    width: 70px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-service .service .services__parts > div .services__production-svg svg,
  .c-service .service .services__parts > div .services__approach-svg svg,
  .c-service .service .services__parts > div .services__design-svg svg {
    width: 100%;
  }
}
.c-service .service .services__parts > div h4 {
  margin-top: 2.8rem;
  color: #00e68a;
  font-size: 1.28rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div h4 {
    margin: 0;
    font-size: 1rem;
  }
}
.c-service .service .services__parts > div p {
  margin-top: 1.7rem;
  color: #ffffff;
  line-height: 2rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div p {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.6rem;
  }
}
.c-service .service .services__parts > div.services__production .services__production-svg {
  position: relative;
  width: 71px;
  height: 90px;
  margin: 0 auto;
}
.c-service .service .services__parts > div.services__production .services__production-svg svg {
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div.services__production .services__production-svg svg {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
}
.c-service .service .services__parts > div.services__production .services__production-svg svg.layer-1 {
  bottom: 22px;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div.services__production .services__production-svg svg.layer-1 {
    bottom: 36px;
  }
}
.c-service .service .services__parts > div.services__production .services__production-svg svg.layer-2 {
  bottom: 23px;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div.services__production .services__production-svg svg.layer-2 {
    bottom: 30px;
  }
}
.c-service .service .services__parts > div.services__production .services__production-svg svg.layer-3 {
  bottom: 17px;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div.services__production .services__production-svg svg.layer-3 {
    bottom: 19px;
  }
}
.c-service .service .services__parts > div.services__approach svg {
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div.services__approach svg {
    transform: none;
  }
}
.c-service .service .services__parts > div.services__design svg {
  opacity: 0;
}
@media (max-width: 992px) {
  .c-service .service .services__parts > div.services__design svg {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .c-service .service .services__parts > div.services__design svg {
    height: 74px;
  }
}
.c-service .service .services__btn {
  margin-top: 2.8rem;
}
@media (max-width: 992px) {
  .c-service .service .services__btn {
    text-align: center;
    margin-top: 1.7rem;
  }
}
.c-service .service .services__btn button {
  height: 40px;
  width: 215px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: matrix(1, 0, 0, 1, 0, 70);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.57, 1.43);
}
@media (max-width: 992px) {
  .c-service .service .services__btn button {
    transform: none;
  }
}
.c-service .service .services__btn button.show {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.c-why .why {
  margin-top: 8.5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .c-why .why {
    margin-top: 0;
    padding: 0 0.85rem;
  }
}
.c-why .why .why__shapes {
  position: relative;
  min-height: 400px;
}
@media (max-width: 992px) {
  .c-why .why .why__shapes {
    min-height: 250px;
  }
}
@media (max-width: 992px) {
  .c-why .why .why__shapes > img {
    display: none;
  }
}
.c-why .why .why__shapes .why__shapes__cloud1 {
  position: absolute;
  left: 107px;
  top: 45px;
}
.c-why .why .why__shapes .why__shapes__cloud2 {
  position: absolute;
  left: 80px;
  top: 205px;
}
.c-why .why .why__shapes .why__shapes__cloud3 {
  position: absolute;
  top: 240px;
  left: 390px;
}
.c-why .why .why__shapes .why__shapes__cloud4 {
  position: absolute;
  top: 109px;
  left: 585px;
}
.c-why .why .why__shapes .why__shapes__cloud5 {
  position: absolute;
  top: 74px;
  right: 220px;
}
.c-why .why .why__shapes .why__shapes__cloud6 {
  position: absolute;
  right: 0;
  top: 250px;
}
.c-why .why .why__shapes .why__shapes__cloud7 {
  position: absolute;
  right: 450px;
  top: 140px;
}
.c-why .why .why__shapes .why__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  overflow: hidden;
  bottom: 0;
  width: 468px;
}
@media (max-width: 992px) {
  .c-why .why .why__shapes .why__line {
    width: 100%;
    bottom: -14px;
    background-color: #ffffff;
  }
}
.c-why .why .why__shapes .why__target {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  height: 294px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-why .why .why__shapes .why__target {
    height: 185px;
  }
}
.c-why .why .why__shapes .why__target svg {
  position: relative;
  top: 100%;
}
@media (max-width: 992px) {
  .c-why .why .why__shapes .why__target svg {
    width: 168px;
    height: auto;
  }
}
.c-why .why .why__title {
  margin-top: 1.2rem;
}
.c-why .why .why__title h3 {
  font-size: 4rem;
  color: #4233a2;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-why .why .why__title h3 {
    font-size: 2.57rem;
  }
}
.c-why .why .why__text {
  width: 720px;
  margin: 0 auto;
  margin-top: 2.8rem;
}
@media (max-width: 992px) {
  .c-why .why .why__text {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4.57rem;
  }
}
.c-why .why .why__text p {
  font-size: 1.14rem;
  line-height: 2rem;
  color: #292929;
}
@media (max-width: 992px) {
  .c-why .why .why__text p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

.c-projects .projects {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8.5rem;
}
@media (max-width: 992px) {
  .c-projects .projects {
    margin-top: 4.57rem;
    width: 100%;
  }
}
.c-projects .projects .projects__title {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.c-projects .projects .projects__title h3 {
  font-weight: 300;
  font-size: 4rem;
  color: #4233a2;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__title h3 {
    font-size: 2.57rem;
    font-weight: 500;
  }
}
.c-projects .projects .projects__title a {
  color: #4233a2;
  margin-top: 1.78rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-projects .projects .projects__title a i {
  margin-right: 0.7rem;
  font-size: 0.8rem;
}
.c-projects .projects .projects__carousel {
  margin-top: 2.85rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel {
    -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;
    width: 100%;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-vitrin {
  width: 60%;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-vitrin {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2.28rem;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-vitrin > div {
  position: relative;
  overflow: hidden;
}
.c-projects .projects .projects__carousel .projects__carousel-vitrin > div svg {
  display: block;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-vitrin > div svg {
    display: none;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-vitrin > div .projects__carousel-images {
  position: absolute;
  top: 23px;
  right: 0;
  width: 599px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 355px;
  right: 57px;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-vitrin > div .projects__carousel-images {
    position: static;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-vitrin > div .projects__carousel-images {
    height: 200px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-vitrin > div .projects__carousel-images img {
  opacity: 0;
  position: absolute;
  transition: 400ms;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-vitrin > div .projects__carousel-images img {
    max-height: 100%;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-vitrin > div .projects__carousel-images img.active {
  opacity: 1;
}
.c-projects .projects .projects__carousel .projects__carousel-description {
  width: 40%;
  padding-right: 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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-projects .projects .projects__carousel .projects__carousel-description {
    margin-top: 2.28rem;
    padding-right: 0rem;
    width: 100%;
    text-align: center;
    padding: 0 5rem;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-description {
    padding: 0 0.85rem;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-description > div {
  display: none;
}
.c-projects .projects .projects__carousel .projects__carousel-description > div.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.c-projects .projects .projects__carousel .projects__carousel-description > div > a {
  width: 160px;
  height: 40px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.92rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-description > div > a {
    margin: 2.28rem auto 0 auto;
    height: 32px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-description > div > a i {
  color: #00e68a;
  font-size: 0.8rem;
}
.c-projects .projects .projects__carousel .projects__carousel-description h5 {
  font-weight: 400;
  font-size: 1.75rem;
  color: #292929;
}
.c-projects .projects .projects__carousel .projects__carousel-description h6 {
  margin-top: 0.57rem;
  font-weight: 400;
  font-size: 0.92rem;
  color: #4233a2;
}
.c-projects .projects .projects__carousel .projects__carousel-description p {
  margin-top: 1.75rem;
  color: #292929;
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-description p {
    line-height: 1.8rem;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box {
  position: relative;
  width: 100%;
  margin-top: 5.7rem;
  padding: 1rem 0;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-box {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-box {
    padding: 14px 24px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items {
  width: calc(100% - 101px);
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items {
    width: 100%;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-items-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: 300ms;
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 25%;
  width: 25%;
  cursor: pointer;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-item {
    width: 120px;
    min-width: 120px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-item img {
  opacity: 0.5;
  max-width: 130px;
  height: auto;
  display: block;
}
@media (max-width: 992px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-item img {
    max-width: 100px;
    max-height: 20px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-items .projects__carousel-item.active img {
  opacity: 1;
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow > div {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 300ms;
  box-shadow: 0 0 1px 1px rgba(41, 41, 41, 0);
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow > div {
    width: 30px;
    height: 30px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow > div.disable i {
  color: #e0e0e0;
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow > div:hover {
  box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.15);
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow > div i {
  color: #a0a0a0;
  font-size: 1.2rem;
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow .projects__carousel-next {
  left: 1px;
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow .projects__carousel-next {
    left: -5px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow .projects__carousel-next i {
  margin-right: 2px;
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow .projects__carousel-prev {
  right: 1px;
}
@media (max-width: 600px) {
  .c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow .projects__carousel-prev {
    right: -5px;
  }
}
.c-projects .projects .projects__carousel .projects__carousel-box .projects__carousel-arrow .projects__carousel-prev i {
  margin-left: 2px;
}

/*# sourceMappingURL=landing.css.map */

