.screen1 {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #b3b3b3;
	border-radius: 8px;
	margin: 0 auto;
}
.screen1 img {
	bottom: -560px;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
  margin:0;
  padding:0;
	-webkit-transition: top 11s;
	-moz-transition: top 11s;
	-ms-transition: top 11s;
	-o-transition: top 11s;
	transition: bottom 11s;
    right: 0px;
}
.screen1:hover img {
  bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.col,
[class^="col-"],
[class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.no-gutters .col,
.no-gutters [class^="col-"],
.no-gutters [class*=" col-"],
.grid-row .col,
.grid-row [class^="col-"],
.grid-row [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.grid-row,
.row {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.mar24 {
  margin-right: -12px;
  margin-left: -12px;
}
.row.mar24 [class*="col-"],
.row.mar24 [class^="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.mar20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.mar20 [class*="col-"],
.row.mar20 [class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.mar15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.mar15 [class*="col-"],
.row.mar15 [class^="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.mar12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row.mar12 .col,
.row.mar12 [class*="col-"],
.row.mar12 [class^="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}
.grid-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-center {
  -ms-flex-align: center;
  align-items: center;
}
.grid-justify-enter {
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-col-top {
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.grid-col-bottom {
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.grid-col--center {
  align-self: center;
  -ms-flex-item-align: center;
}
.grid-col-auto-size {
  box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
:root[dir=rtl] [class^="offset-"],
:root[dir=rtl] [class*=" offset-"] {
  margin-left: 0;
}
.col {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-auto {
  box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-xs {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-1 {
  box-flex: 1;
  -ms-flex: 0 0 8.333333333333332%;
  flex: 0 0 8.333333333333332%;
  max-width: 8.333333333333332%;
}
.col-xs-2 {
  box-flex: 1;
  -ms-flex: 0 0 16.666666666666664%;
  flex: 0 0 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.col-xs-3 {
  box-flex: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  box-flex: 1;
  -ms-flex: 0 0 33.33333333333333%;
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.col-xs-5 {
  box-flex: 1;
  -ms-flex: 0 0 41.66666666666667%;
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.col-xs-6 {
  box-flex: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  box-flex: 1;
  -ms-flex: 0 0 58.333333333333336%;
  flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.col-xs-8 {
  box-flex: 1;
  -ms-flex: 0 0 66.66666666666666%;
  flex: 0 0 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.col-xs-9 {
  box-flex: 1;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  box-flex: 1;
  -ms-flex: 0 0 83.33333333333334%;
  flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.col-xs-11 {
  box-flex: 1;
  -ms-flex: 0 0 91.66666666666666%;
  flex: 0 0 91.66666666666666%;
  max-width: 91.66666666666666%;
}
.col-xs-12 {
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-xs-1 {
  margin-left: 8.333333333333332%;
}
:root[dir=rtl] .offset-xs-1 {
  margin-right: 8.333333333333332%;
}
.offset-xs-2 {
  margin-left: 16.666666666666664%;
}
:root[dir=rtl] .offset-xs-2 {
  margin-right: 16.666666666666664%;
}
.offset-xs-3 {
  margin-left: 25%;
}
:root[dir=rtl] .offset-xs-3 {
  margin-right: 25%;
}
.offset-xs-4 {
  margin-left: 33.33333333333333%;
}
:root[dir=rtl] .offset-xs-4 {
  margin-right: 33.33333333333333%;
}
.offset-xs-5 {
  margin-left: 41.66666666666667%;
}
:root[dir=rtl] .offset-xs-5 {
  margin-right: 41.66666666666667%;
}
.offset-xs-6 {
  margin-left: 50%;
}
:root[dir=rtl] .offset-xs-6 {
  margin-right: 50%;
}
.offset-xs-7 {
  margin-left: 58.333333333333336%;
}
:root[dir=rtl] .offset-xs-7 {
  margin-right: 58.333333333333336%;
}
.offset-xs-8 {
  margin-left: 66.66666666666666%;
}
:root[dir=rtl] .offset-xs-8 {
  margin-right: 66.66666666666666%;
}
.offset-xs-9 {
  margin-left: 75%;
}
:root[dir=rtl] .offset-xs-9 {
  margin-right: 75%;
}
.offset-xs-10 {
  margin-left: 83.33333333333334%;
}
:root[dir=rtl] .offset-xs-10 {
  margin-right: 83.33333333333334%;
}
.offset-xs-11 {
  margin-left: 91.66666666666666%;
}
:root[dir=rtl] .offset-xs-11 {
  margin-right: 91.66666666666666%;
}
.offset-xs-12 {
  margin-left: 100%;
}
:root[dir=rtl] .offset-xs-12 {
  margin-right: 100%;
}
.order-xs-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-xs-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-xs-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-xs-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-xs-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-xs-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-xs-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-xs-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-xs-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-xs-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-xs-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-xs-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-xs-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-sm-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-sm-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-sm-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-sm-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-sm-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-sm-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-sm-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-sm-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-sm-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-sm-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-sm-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-sm-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-sm-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-sm-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-sm-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-sm-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-sm-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-sm-12 {
    margin-right: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-md-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-md-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-md-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-md-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-md-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-md-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-md-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-md-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-md-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-md-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-md-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-md-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-md-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-md-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-md-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-md-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-md-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-md-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-md-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-md-12 {
    margin-right: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-lg-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-lg-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-lg-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-lg-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-lg-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-lg-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-lg-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-lg-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-lg-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-lg-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-lg-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-lg-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-lg-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-lg-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-lg-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-lg-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-lg-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-lg-12 {
    margin-right: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-xl-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-xl-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-xl-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-xl-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-xl-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-xl-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-xl-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-xl-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-xl-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-xl-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-xl-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-xl-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-xl-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-xl-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-xl-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-xl-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-xl-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-xl-12 {
    margin-right: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-table,
.visible-xs-table-row,
.visible-xs-table-cell,
.visible-xs-flex,
.visible-xs-inline-flex {
  display: none !important;
}
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-table,
.visible-sm-table-row,
.visible-sm-table-cell,
.visible-sm-flex,
.visible-sm-inline-flex {
  display: none !important;
}
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-table,
.visible-md-table-row,
.visible-md-table-cell,
.visible-md-flex,
.visible-md-inline-flex {
  display: none !important;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-table,
.visible-lg-table-row,
.visible-lg-table-cell,
.visible-lg-flex,
.visible-lg-inline-flex {
  display: none !important;
}
.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl-table,
.visible-xl-table-row,
.visible-xl-table-cell,
.visible-xl-flex,
.visible-xl-inline-flex {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xs,
  .visible-xs-table {
    display: table !important;
  }
  tr.visible-xs,
  .visible-xs-table-row {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs,
  .visible-xs-table-cell {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-sm,
  .visible-sm-table {
    display: table !important;
  }
  tr.visible-sm,
  .visible-sm-table-row {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm,
  .visible-sm-table-cell {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-md,
  .visible-md-table {
    display: table !important;
  }
  tr.visible-md,
  .visible-md-table-row {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md,
  .visible-md-table-cell {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-lg,
  .visible-lg-table {
    display: table !important;
  }
  tr.visible-lg,
  .visible-lg-table-row {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg,
  .visible-lg-table-cell {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xl,
  .visible-xl-table {
    display: table !important;
  }
  tr.visible-xl,
  .visible-xl-table-row {
    display: table-row !important;
  }
  td.visible-xl,
  th.visible-xl,
  .visible-xl-table-cell {
    display: table-cell !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
}
@-ms-viewport {
  width: device-width;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
video {
  border: 0;
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:active,
a:hover {
  outline: 0;
}
h1 a,
h2 a,
h3 a,
.title a,
.entry-title a {
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
summary {
  display: list-item;
}
output {
  display: inline-block;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 4px;
  white-space: nowrap;
  direction: ltr;
  text-align: left;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  tab-size: 4;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
li a {
  color: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.hide,
.hidden {
  display: none;
}
.force-hide {
  display: none !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.m-center {
  margin-left: auto;
  margin-right: auto;
}
.middle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizental-center {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.self-center {
  align-self: center;
  -ms-flex-item-align: center;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.go-right {
  float: right;
}
.go-left {
  float: left;
}
.circle {
  display: inline-block;
  border-radius: 100%;
}
.grayscale {
  filter: #808080;
  filter: grayscale(1);
}
.ungrayscale {
  filter: none;
}
.flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.in-height p {
  line-height: inherit;
}
.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.no-p {
  padding: 0px;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sbs-media {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.sbs-media .sbs-content {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em;
  min-width: 0px;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
html {
  font-family: 'isans', tahoma, 'Open sans', sans-serif;
  font-size: 13px;
}
body {
  margin: 0;
  font-family: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #373737;
  text-align: left;
  background-color: #fff;
  direction: ltr;
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IRANSansWeb(FaNum).eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum).eot?nqj53a#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum).woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Bold.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Bold.woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Medium.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Medium.woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Light.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Light.woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?nqj53a#"), src url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff?nqj53a") format('woff');
}
svg.icon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}
svg.icon path {
  -ms-transition: inherit;
  transition: inherit;
}
::selection {
  background: #2da5e1;
  color: #fff;
}
::-moz-selection {
  background: #2da5e1;
  color: #fff;
}
html {
  font-size: 13px;
  min-height: 100%;
}
body {
  font-family: 'isans', tahoma, 'Open sans', sans-serif;
  font-size: 13px;
  color: #373737;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  font-weight: 400;
}
a,
ins {
  text-decoration: none;
}
img {
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.typography,
.post-content {
  font: 400 1rem/2.3 'isans', tahoma, 'Open sans', sans-serif;
  color: #364c4b;
  text-align: justify;
  margin-top: 47px;
}
.typography p,
.post-content p {
  margin-bottom: 27px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  text-align: justify;
}
.typography p:last-child,
.post-content p:last-child {
  margin-bottom: 0;
}
.typography .row,
.post-content .row {
  margin-bottom: 27px;
}
.typography a,
.post-content a {
  color: #0f8881;
  font-weight: 700;
}
.typography a:hover,
.post-content a:hover {
  color: #ffd800;
}
.typography a.gray,
.post-content a.gray {
  color: #8a8a8a;
  font-style: italic;
}
.typography img.aligncenter,
.post-content img.aligncenter {
  display: block;
  margin: 0 auto 27px;
}
.typography img.alignright,
.post-content img.alignright {
  margin-left: 1em;
  float: right;
}
.typography img.alignleft,
.post-content img.alignleft {
  margin-right: 1em;
  float: left;
}
.typography img.alignleft + p + p,
.post-content img.alignleft + p + p,
.typography img.alignright + p + p,
.post-content img.alignright + p + p {
  clear: both;
}
.typography img,
.post-content img {
  width: 870px;
  height: 349px;
  margin-bottom: 49px;
}
.typography hr,
.post-content hr {
  outline: none;
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 27px;
}
.typography h1,
.post-content h1,
.typography h2,
.post-content h2 {
  margin: 40px 10px 25px 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
}
.typography h1:before,
.post-content h1:before,
.typography h2:before,
.post-content h2:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 20px;
  background-color: #ffd800;
  border-radius: 100%;
  z-index: -1;
  right: -8px;
  top: 10px;
}
.typography h3,
.post-content h3,
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  line-height: 1.94;
  margin-bottom: 10px;
  font-weight: 500;
  color: #0eada4;
}
.typography h1,
.post-content h1 {
  font-size: 1.538461538461539rem;
}
.typography h2,
.post-content h2 {
  font-size: 1.384615384615385rem;
}
.typography h3,
.post-content h3 {
  font-size: 1.230769230769231rem;
}
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  font-size: 1.076923076923077rem;
}
.typography ol,
.post-content ol,
.typography ul,
.post-content ul {
  list-style: none;
  margin-bottom: 27px;
  line-height: 2.58;
  color: #646464;
}
.typography ol ul,
.post-content ol ul,
.typography ul ul,
.post-content ul ul,
.typography ol ol,
.post-content ol ol,
.typography ul ol,
.post-content ul ol {
  padding-left: 20px;
}
html[dir="rtl"] .typography ol ul,
html[dir="rtl"] .post-content ol ul,
html[dir="rtl"] .typography ul ul,
html[dir="rtl"] .post-content ul ul,
html[dir="rtl"] .typography ol ol,
html[dir="rtl"] .post-content ol ol,
html[dir="rtl"] .typography ul ol,
html[dir="rtl"] .post-content ul ol,
body.rtl .typography ol ul,
body.rtl .post-content ol ul,
body.rtl .typography ul ul,
body.rtl .post-content ul ul,
body.rtl .typography ol ol,
body.rtl .post-content ol ol,
body.rtl .typography ul ol,
body.rtl .post-content ul ol {
  padding: 0 50px 0;
}
.typography ol,
.post-content ol {
  counter-reset: item;
}
.typography ol li:before,
.post-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  margin-left: 15px;
}
.typography ul li,
.post-content ul li {
  position: relative;
  padding-right: 30px;
}
.typography ul li:before,
.post-content ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 2px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 442.533 442.533'%3E%3Cpath d='M434.539,98.499l-38.828-38.828c-5.324-5.328-11.799-7.993-19.41-7.993c-7.618,0-14.093,2.665-19.417,7.993L169.59,247.248 l-83.939-84.225c-5.33-5.33-11.801-7.992-19.412-7.992c-7.616,0-14.087,2.662-19.417,7.992L7.994,201.852 C2.664,207.181,0,213.654,0,221.269c0,7.609,2.664,14.088,7.994,19.416l103.351,103.349l38.831,38.828 c5.327,5.332,11.8,7.994,19.414,7.994c7.611,0,14.084-2.669,19.414-7.994l38.83-38.828L434.539,137.33 c5.325-5.33,7.994-11.802,7.994-19.417C442.537,110.302,439.864,103.829,434.539,98.499z'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  background-color: #ffd800;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.typography ul li a,
.post-content ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 41px;
}
.typography ins,
.post-content ins {
  background-color: #fff8dc;
  color: #8f7200;
  padding: 0 3px;
}
.typography strong,
.post-content strong {
  font-weight: 700;
}
.typography em,
.post-content em {
  font-style: italic;
}
.typography pre,
.post-content pre {
  margin-bottom: 20px;
}
.typography blockquote,
.post-content blockquote {
  quotes: none;
  margin-bottom: 27px;
  padding: 10px 25px;
  position: relative;
  border-radius: 9px;
  border: 1px solid #4fa913;
  background-color: #dff4d9;
  color: #2c6f0f;
  font-size: 17px;
  display: table;
  width: auto;
}
.typography blockquote h1,
.post-content blockquote h1,
.typography blockquote h2,
.post-content blockquote h2,
.typography blockquote h3,
.post-content blockquote h3,
.typography blockquote h4,
.post-content blockquote h4,
.typography blockquote h5,
.post-content blockquote h5,
.typography blockquote h6,
.post-content blockquote h6 {
  color: #ff6430;
  font-size: 1.076923076923077rem;
  font-weight: 700;
  font-style: normal;
}
.typography blockquote p,
.post-content blockquote p {
  margin: 0;
}
.typography > *:last-child,
.post-content > *:last-child {
  margin-bottom: 0px;
}
.typography figure,
.post-content figure {
  margin: 0 0 20px;
  max-width: 100%;
}
.typography figure.aligncenter,
.post-content figure.aligncenter {
  margin: 0 auto 20px;
  text-align: center;
}
.typography figure.aligncenter img,
.post-content figure.aligncenter img {
  display: inline-block;
}
.typography figure.alignright,
.post-content figure.alignright {
  float: right;
  margin-left: 1em;
}
.typography figure.alignleft,
.post-content figure.alignleft {
  float: left;
  margin-right: 1em;
}
.typography figure.alignnone,
.post-content figure.alignnone {
  width: auto !important;
  margin: 0 -20px 20px;
  max-width: none;
}
.typography figure .wp-caption-text,
.post-content figure .wp-caption-text {
  color: #aaa;
  font-size: 1.076923076923077rem;
  font-weight: 400;
  font-style: italic;
  padding: 10px 10px 0;
}
.typography img.full-size,
.post-content img.full-size {
  width: 100%;
  height: auto;
}
.typography .accordion .accordion-title,
.post-content .accordion .accordion-title {
  background-color: #60c339;
  padding: 5px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: table;
  cursor: pointer;
}
.typography .accordion .accordion-content,
.post-content .accordion .accordion-content {
  margin-bottom: 27px;
  text-align: justify;
}
.typography .trailer-vid,
.post-content .trailer-vid {
  margin-bottom: 20px;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
body.red .post-content h2:before {
  content: '';
  background-color: #2da5e1;
}
body.red .post-content ul li:before {
  content: '';
  background-color: #2da5e1;
}
body.red .post-content a:hover {
  color: #000;
}
body {
  position: relative;
}
body:not(.home) .site-header:before {
  content: '';
  position: absolute;
  box-shadow: 0 -22px 40px -27px rgba(0,0,0,0.3);
  z-index: -1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 60px;
  left: 50%;
  bottom: 30px;
}
#site_header.fixed {
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  top: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
#site_header.fixed .site-header {
  padding: 5px 15px;
}
#site_header.fixed .site-header:before,
#site_header.fixed .site-header:after {
  content: none !important;
}
.header-top {
  padding: 50px 50px;
  text-align: center;
}
.header-top p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.header-top p strong {
  font-weight: 500;
  margin: 0 25px;
  position: relative;
}
.header-top p span {
  position: absolute;
  margin-right: 0;
  margin-top: 0;
  top: -4px;
  right: -10px;
  z-index: -1;
}
.header-top p span .icon-color {
  width: 21px;
  height: 25px;
  position: absolute;
  top: -11px;
  right: -16px;
}
.header-top p span .egg {
  width: 71px;
  height: 51px;
  fill: #ffd800;
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.header-top p span .icon-color-bottom {
  width: 13px;
  height: 15px;
  -ms-transform: rotate(-170deg);
  transform: rotate(-170deg);
  position: absolute;
  bottom: -2px;
  left: -5px;
}
.site-header {
  padding: 33px 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 991px) {
  .site-header {
    padding: 10px 15px 30px 15px;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .site-header .site-logo {
    margin-left: auto;
  }
}
.site-header:after {
  content: '';
  position: absolute;
  box-shadow: 0 22px 40px -27px rgba(0,0,0,0.3);
  z-index: -1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 60px;
  left: 50%;
  bottom: 20px;
}
.site-header .site-top-nav {
  color: #000;
  margin: 0 15px;
}
.site-header .site-top-nav li {
  padding: 0 15px;
  position: relative;
}
.site-header .site-top-nav li a {
  z-index: 3;
}
.site-header .site-top-nav li svg {
  position: absolute;
  width: 23px;
  height: 23px;
  fill: #ffd800;
  right: 10px;
  top: 0;
  -ms-transform: rotate(145deg);
  transform: rotate(145deg);
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.site-header .site-top-nav li:hover svg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 991px) {
  .site-header .responsive-menu-toggle {
    margin-right: 20px;
  }
}
.site-header .responsive-menu-toggle svg {
  width: 30px;
  height: 30px;
  fill: #ffd800;
}
.site-header .account-link {
  direction: ltr;
}
.site-header .account-link a {
  color: inherit;
  position: relative;
}
.site-header .account-link a .svg-egg {
  margin-right: 10px;
}
.site-header .account-link a .svg-egg svg {
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 30px;
  height: 21px;
  fill: #ffd800;
}
.site-header .account-link a .svg-user {
  position: absolute;
  left: 6px;
  top: -4px;
}
.site-header .account-link a .svg-user svg {
  width: 19px;
  height: 23px;
  fill: #fff;
}
.site-header .account-link a:hover {
  color: #ffd800;
}
.site-header .account-link a:hover .svg-egg svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header .account-link a:hover .svg-user svg {
  margin-top: 2px;
}
@media (max-width: 991px) {
  .site-header .account-link a {
    font-size: 0;
    width: 30px;
    display: inline-block;
    height: 30px;
  }
}
.header-top-red {
  postion: relative;
}
.header-top-red span:first-child {
  position: absolute;
  top: -5px;
  right: 37%;
}
.header-top-red span:first-child svg {
  width: 83px;
  height: 45px;
  fill: #c8c8c8;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.header-top-red span:nth-child(2) {
  position: absolute;
  top: -16px;
  right: 72%;
}
.header-top-red span:nth-child(2) svg {
  width: 42px;
  height: 42px;
  fill: #c8c8c8;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.header-top-red span:nth-child(3) {
  position: absolute;
  top: 70px;
  right: 28%;
}
.header-top-red span:nth-child(3) svg {
  width: 42px;
  height: 42px;
  fill: #c8c8c8;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.header-top-red span p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
body.red .site-header .site-top-nav li svg {
  fill: #e4e4e4;
}
body.red .site-header .account-link a .svg-egg svg {
  fill: #2da5e1;
}
body.red .site-header .account-link a:hover {
  color: #2da5e1;
}
body.red .header-top p strong {
  color: #fff;
}
body.red .header-top p strong span .egg {
  fill: #2da5e1;
}
body.red .site-header .responsive-menu-toggle svg {
  fill: #2da5e1;
}
body.red .header-top-only-red {
  text-align: center;
  padding: 34px 50px 0 21px;
}
body.red .header-top-only-red p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  display: table;
  margin: 0 auto;
}
body.red .header-top-only-red p .top-drops {
  width: 21px;
  height: 25px;
  position: absolute;
  top: -5px;
  right: -23px;
}
body.red .header-top-only-red p .sun-complete {
  width: 42px;
  height: 42px;
  fill: #c8c8c8;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  position: absolute;
  z-index: -1;
  top: 14px;
  right: -14px;
}
body.red .header-top-only-red p .bottom-drops {
  width: 22px;
  height: 24px;
  position: absolute;
  bottom: 4px;
  -ms-transform: rotate(189deg);
  transform: rotate(189deg);
  left: -25px;
}
@media (max-width: 991px) {
  body.red {
    margin: 20px;
  }
  body.red p {
    text-align: center;
  }
}
.background-site span {
  position: absolute;
}
.background-site span:first-child {
  background: url("../images/background-site-right.png") no-repeat;
  width: 241px;
  height: 666px;
  top: 7%;
  right: -50px;
}
.background-site span:nth-child(2) {
  position: absolute;
  background: url("../images/background-site-left.png") no-repeat;
  width: 241px;
  height: 822px;
  top: 3%;
  left: 0;
}
.main-site .main-site-top {
  min-height: 170px;
  margin-top: 35px;
  position: relative;
}
.main-site .main-site-top .why-payamresan {
  width: 100%;
  position: absolute;
  /*max-width: 380px;*/
  z-index: 1;
  top: 0;
  right: 15px;
}
.main-site .main-site-top .why-payamresan h2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}
.main-site .main-site-top .why-payamresan p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .main-site .main-site-top .why-payamresan {
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .main-site .main-site-top .why-payamresan {
    position: static;
    max-width: none;
    margin-bottom: 30px;
  }
}
.mobile-site {
  /*position: relative;*/
  margin: 0 auto;
}
.mobile-site .background-eggs {
  display: table;
}
@media (max-width: 991px) {
  .mobile-site .background-eggs {
    display: none;
  }
}
.mobile-site .background-eggs .egg-bottom {
  width: 698px;
  height: 483px;
  fill: rgba(255,216,0,0.2);
  margin-top: 175px;
  margin-right: -115px;
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.mobile-site .background-eggs .egg-top {
  position: absolute;
  width: 659px;
  height: 451px;
  fill: #ffd800;
  right: -93px;
  top: 132px;
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.mobile-site .background-eggs:after {
  content: '';
  position: absolute;
  background: url("../images/flecha-curvada-con-linea-discontinua.png");
  background-size: 100% auto;
  z-index: 1000;
  width: 205px;
  height: 127px;
  top: 14%;
  right: 37%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-site .background-eggs:before {
  content: '';
  position: absolute;
  background: url("../images/text-mobile.png");
  width: 170px;
  height: 126px;
  background-size: 100% auto;
  z-index: 1000000;
  right: -9%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 35%;
}
.mobile-site .mobile-details {
  position: absolute;
  background: #000;
  top: 60px;
  width: 100%;
  max-width: 290px;
  padding: 12px;
  border-radius: 40px;
  right: 150px;
  box-shadow: 0 0 30px #000;
}
@media (max-width: 991px) {
  .mobile-site .mobile-details {
    position: static;
  }
}
.mobile-site .screen-mobile {
  background: #fff;
  border-radius: 30px;
  padding: 10px 23px;
}
.mobile-site .screen-mobile:after {
  content: '';
  position: absolute;
  width: 92px;
  height: 3px;
  background-color: #222;
  margin-top: -17px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile-site .header-mobile {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: -10px;
}
.mobile-site .header-mobile span .ui {
  width: 16px;
  height: 16px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: -4px;
  margin-top: 5px;
}
.mobile-site .header-mobile span .signal-measure {
  width: 14px;
  height: 11px;
  margin-right: -1px;
  margin-left: 5px;
}
.mobile-site .header-mobile .camera-voice {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #000;
  width: 150px;
  height: 22px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mobile-site .header-mobile .camera-voice .camera {
  position: absolute;
  width: 10px;
  height: 10px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  background-color: #fdad00;
  background-image: -ms-linear-gradient(bottom, #222 0%, #111 100%);
  background-image: linear-gradient(to top, #222 0%, #111 100%);
  border-radius: 100%;
  margin-right: 40px;
  top: 2px;
}
.mobile-site .header-mobile .camera-voice .camera .lenz {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #5f4b21;
  background-image: -ms-linear-gradient(bottom, #090e1a 0%, #2d5283 100%);
  background-image: linear-gradient(to top, #090e1a 0%, #2d5283 100%);
  border-radius: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-site .header-mobile .camera-voice .voice {
  position: absolute;
  width: 38px;
  height: 6px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  background-color: #fdad00;
  background-image: -ms-linear-gradient(bottom, #333 0%, #000 100%);
  background-image: linear-gradient(to top, #333 0%, #000 100%);
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
}
.mobile-site .time-mobile {
  margin-right: 10px;
  font-size: 10px;
  padding-top: 6px;
  font-family: Arial;
}
.mobile-site .page-back {
  margin-top: 10px;
  margin-right: auto;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-site .page-back svg {
  width: 6px;
  height: 10px;
  fill: #000;
}
.mobile-site .content-mobile {
  margin-top: 15px;
}
.mobile-site .content-mobile .content-top {
  direction: ltr;
  text-align: left;
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -15px;
}
.mobile-site .content-mobile .content-top:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #e4e8f0;
  width: 254px;
  left: -15px;
  padding-bottom: 64px;
}
.mobile-site .content-mobile .content-top img {
  width: 34px;
  height: 34px;
  align-self: center;
  -ms-flex-item-align: center;
}
.mobile-site .content-mobile .content-top .company {
  color: #5f769a;
  font-size: 12px;
  font-weight: 400;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
.mobile-site .content-mobile .content-top .company .number-company {
  color: #8d95a3;
  font-family: Arial;
  font-size: 10px;
  font-weight: 400;
}
.mobile-site .content-mobile .message-mobile {
  margin-top: 15px;
}
.mobile-site .content-mobile .message-mobile .message-date {
  text-align: center;
  margin-bottom: 15px;
}
.mobile-site .content-mobile .message-mobile .message-date span {
  color: #c5cfdf;
  font-size: 9px;
  font-weight: 500;
}
.mobile-site .content-mobile .message-mobile .message-item {
  margin-bottom: 22px;
}
.mobile-site .content-mobile .message-mobile .message-item .text-message {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 20px;
  width: 100%;
  max-width: 175px;
  background-color: #f2f7ff;
  padding: 12px 13px 12px 24px;
  border-bottom: 1px solid #c8c8c8;
}
.mobile-site .content-mobile .message-mobile .message-item:last-child .text-message {
  background-color: #23da41;
  border-bottom: 1px solid #4c9c58;
}
.mobile-site .content-mobile .message-mobile .message-item:last-child .text-message p {
  color: #fff;
}
.mobile-site .content-mobile .message-mobile .message-item p {
  color: #626a78;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}
.mobile-site .content-mobile .message-mobile .message-item .message-time-seen {
  color: #b8c1d0;
  font-family: Arial;
  font-size: 8px;
  font-weight: 500;
  line-height: 19px;
}
.mobile-site .content-mobile .message-mobile .message-item .message-time-seen span:last-child svg {
  width: 7px;
  height: 5px;
  fill: #b8c1d0;
}
.mobile-site .content-mobile .message-mobile .message-item .message-time-seen span:last-child svg:last-child {
  margin-right: -6px;
}
.mobile-site .footer-mobile {
  margin-top: 80px;
  direction: ltr;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  max-width: 230px;
  box-shadow: 0 0 7px rgba(43,55,74,0.14);
  background-color: #fff;
  margin-bottom: 33px;
  padding: 9px 9px 9px 13px;
  border-radius: 30px;
  position: relative;
}
.mobile-site .footer-mobile form {
  margin-right: auto;
}
.mobile-site .footer-mobile form input {
  color: #647288;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  border: none;
}
.mobile-site .footer-mobile form button {
  width: 23px;
  height: 23px;
  background-color: #23da41;
  border-radius: 100%;
  border: none;
  margin-left: 27px;
}
.mobile-site .footer-mobile form button svg {
  width: 12px;
  height: 11px;
  fill: #fff;
}
@media (max-width: 991px) {
  .circle-mobile-bottom {
    display: none;
  }
}
.circle-mobile-bottom .circle-position {
  position: relative;
}
.circle-mobile-bottom .circle-position .circle-only {
  position: absolute;
  background-color: #ffd800;
  border-radius: 100%;
}
.circle-mobile-bottom .circle-position .circle-only .shadow {
  position: absolute;
  background-color: rgba(255,216,0,0.2);
  border-radius: 100%;
}
.circle-mobile-bottom .circle-position .circle-1-1 {
  width: 100px;
  height: 100px;
  bottom: 247px;
  left: 1%;
}
.circle-mobile-bottom .circle-position .circle-1-1 .shadow-circle-1 {
  width: 120px;
  height: 120px;
  bottom: -8px;
  left: -20%;
}
.circle-mobile-bottom .circle-position .circle-2-2 {
  width: 72px;
  height: 72px;
  bottom: 184px;
  left: -10%;
}
.circle-mobile-bottom .circle-position .circle-2-2 .shadow-circle-2 {
  width: 86px;
  height: 86px;
  bottom: -13px;
  left: -11%;
}
.circle-mobile-bottom .circle-position .circle-3-3 {
  width: 59px;
  height: 59px;
  bottom: 105px;
  left: -5%;
}
.circle-mobile-bottom .circle-position .circle-3-3 .shadow-circle-3 {
  width: 71px;
  height: 71px;
  bottom: -11px;
  left: -9%;
}
.circle-mobile-bottom .circle-position .circle-4-4 {
  width: 48px;
  height: 49px;
  bottom: 60px;
  left: 7%;
}
.circle-mobile-bottom .circle-position .circle-4-4 .shadow-circle-4 {
  width: 58px;
  height: 58px;
  bottom: -6px;
  left: -18%;
}
.circle-mobile-bottom .circle-position .circle-5-5 {
  width: 36px;
  height: 35px;
  bottom: 35px;
  left: 17%;
}
.circle-mobile-bottom .circle-position .circle-5-5 .shadow-circle-5 {
  width: 42px;
  height: 42px;
  bottom: 0;
  left: -8%;
}
.circle-mobile-bottom .circle-position .circle-6-6 {
  width: 28px;
  height: 28px;
  bottom: -2px;
  left: 22%;
}
.circle-mobile-bottom .circle-position .circle-6-6 .shadow-circle-6 {
  width: 33px;
  height: 33px;
  bottom: -1px;
  left: 3%;
}
.circle-mobile-bottom .circle-position .circle-7-7 {
  width: 18px;
  height: 18px;
  bottom: -28px;
  left: 19%;
}
.circle-mobile-bottom .circle-position .circle-7-7 .shadow-circle-7 {
  width: 21px;
  height: 21px;
  bottom: -1px;
  left: 16%;
}
.circle-mobile-bottom .circle-position .circle-8-8 {
  width: 13px;
  height: 13px;
  bottom: -41px;
  left: 16%;
}
.circle-mobile-bottom .circle-position .circle-8-8 .shadow-circle-8 {
  width: 15px;
  height: 15px;
  bottom: -2px;
  left: 16%;
}
.circle-mobile-bottom .circle-position .circle-9-9 {
  width: 10px;
  height: 11px;
  bottom: -49px;
  left: 13%;
}
.circle-mobile-bottom .circle-position .circle-9-9 .shadow-circle-9 {
  width: 12px;
  height: 12px;
  bottom: -3px;
  left: 13%;
}
.icon-payamresan-mobile {
  position: absolute;
  right: -45px;
  top: 55%;
}
@media (max-width: 991px) {
  .icon-payamresan-mobile {
    display: none;
  }
}
.icon-payamresan-mobile svg {
  width: 142px;
  height: 65px;
}
.link-equipment {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffd800;
  text-align: center;
  display: table;
  margin: 120px auto;
  padding: 20px 1px;
  border-radius: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .link-equipment {
    margin-top: 30px;
  }
}
.link-equipment .icn-view {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.link-equipment .icn-view svg {
  fill: #000;
  width: 21px;
  height: 21px;
}
.link-equipment:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 20px;
  background-color: rgba(255,216,0,0.2);
  bottom: -22%;
  left: 50%;
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  border-radius: 15px;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: -1;
}
.link-equipment:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 30px;
  background-color: rgba(255,216,0,0.2);
  bottom: -34%;
  left: 50%;
  -ms-transform: translate(-50%, -25px);
  transform: translate(-50%, -25px);
  border-radius: 15px;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  z-index: -20;
}
.link-equipment:hover:before,
.link-equipment:hover:after {
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main-site-top-details {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 420px;
  top: 100px;
}
@media (max-width: 991px) {
  .main-site-top-details {
    position: static;
    max-width: none;
  }
  .main-site-top-details .res-content {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}
.main-site-top-details .rtl-direction {
  right: -60px;
}
@media (max-width: 991px) {
  .main-site-top-details .rtl-direction {
    right: 0;
    margin-top: -65px;
  }
}
.main-site-top-details .content-details {
  text-align: center;
  position: relative;
}
.main-site-top-details .content-message h2 {
  padding-top: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.main-site-top-details .content-message p {
  padding-top: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.main-site-top-details .send-message-location svg {
  width: 31px;
  height: 42px;
  fill: #fdd600;
}
.main-site-top-details .send-message-job {
  margin-top: 80px;
  margin-bottom: 75px;
}

.main-site-top-details .send-message-job img {
  /*width: 33px;
  height: 52px;*/
}
.main-site-top-details .always-unique-line svg {
  width: 51px;
  height: 40px;
  fill: #fdd600;
}
.sendmessage-browser {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .sendmessage-browser {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .sendmessage-browser {
    margin-top: 20px;
    overflow: hidden;
  }
}
.sendmessage-browser .send-text-site .top-aside .line-bottom {
  margin-top: 30px;
  white-space: nowrap;
}
.sendmessage-browser .send-text-site .top-aside .line-bottom:after {
  content: '////////////////////////////////////////////////////////////////////////////////////////////////////////////';
  height: 7px;
  font-size: 10px;
  color: #b6b6b6;
  display: block;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(to left, transparent 1%, #000 50%);
  mask-image: linear-gradient(to left, transparent 15%, #000 50%);
}
.sendmessage-browser .send-text-site .platform-sendmessage {
  margin-top: 20px;
}
.sendmessage-browser .send-text-site .img-link-aside {
  text-align: center;
}
.sendmessage-browser .send-text-site .img-link-aside img {
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
}
.sendmessage-browser .send-text-site .top-aside-link {
  color: #010101;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  display: table;
  margin: 0 auto;
  border: 1px dashed #000;
  padding: 0 30px;
  border-radius: 30px;
  position: relative;
}
.sendmessage-browser .send-text-site .top-aside-link:hover {
  color: #2da5e1;
  border-color: #2da5e1;
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.sendmessage-browser .send-text-site .platform-sendmessage ul li {
  text-align: center;
}
.sendmessage-browser .send-text-site .platform-sendmessage ul li a {
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 500;
  line-height: 51px;
}
.sendmessage-browser .send-text-site .platform-sendmessage ul li a:hover {
  background-color: #ffd800;
  padding: 15px;
  border-radius: 30px;
  color: #000;
}
.sendmessage-browser .browser-site {
  position: relative;
  box-shadow: 0 0 38px rgba(5,5,5,0.13);
  background-color: #fff;
  /*top: -43px;*/
	top: 2px;
  border-radius: 20px;
}
.sendmessage-browser .browser-site .egg-left {
  position: absolute;
  top: -119px;
  z-index: -1;
  left: -54px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .sendmessage-browser .browser-site .egg-left svg {
    display: none;
  }
}
.sendmessage-browser .browser-site .egg-left svg {
  width: 432px;
  height: 582px;
  fill: rgba(255,216,0,0.2);
  -ms-transform: rotate(115deg);
  transform: rotate(115deg);
}
.sendmessage-browser .browser-site .egg-right {
  position: absolute;
  right: -30px;
  bottom: 10px;
  z-index: -1;
}
@media (max-width: 480px) {
  .sendmessage-browser .browser-site .egg-right svg {
    display: none;
  }
}
.sendmessage-browser .browser-site .egg-right svg {
  width: 453px;
  height: 311px;
  fill: rgba(255,216,0,0.2);
}
.sendmessage-browser .browser-site .content-top-browser {
  margin-top: 12px;
}
.sendmessage-browser .browser-site .content-top-browser img {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px 17px;
}
.sendmessage-browser .browser-site .content-top-browser .circle-green,
.sendmessage-browser .browser-site .content-top-browser .circle-blue,
.sendmessage-browser .browser-site .content-top-browser .circle-yellow {
  width: 12px;
  height: 11px;
  border-radius: 100%;
}
.sendmessage-browser .browser-site .content-top-browser .circle-green {
  background-color: #5ae371;
  margin-left: 6px;
  margin-right: 21px;
}
.sendmessage-browser .browser-site .content-top-browser .circle-blue {
  background-color: #6eece7;
  right: 15px;
  margin-left: 6px;
}
.sendmessage-browser .browser-site .content-top-browser .circle-yellow {
  background-color: #ffd800;
  right: 30px;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser {
  -ms-flex-align: center;
  align-items: center;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser {
  background-color: #f4f4f4;
  margin-right: 25px;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  direction: ltr;
  margin-left: 9px;
  border-radius: 25px;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}
@media (max-width: 991px) {
  .sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 20%;
    overflow: hidden;
  }
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser span:last-child {
  margin-left: auto;
  margin-right: 23px;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser span:last-child svg {
  width: 10px;
  height: 8px;
  fill: #adadad;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser span:first-child {
  margin-left: 10px;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser span:first-child svg {
  width: 17px;
  height: 17px;
  fill: #d5d5d5;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser span:nth-child(2) {
  margin-left: 19px;
  margin-right: 22px;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser span:nth-child(2) svg {
  width: 10px;
  height: 12px;
  fill: #12bc00;
}
.sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser .link-address {
  color: #656565;
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .sendmessage-browser .browser-site .content-top-browser .header-browser .address-bar-browser .link-address {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.background-main {
  min-height: 470px;
  margin-top: -120px;
  position: relative;
}
@media (max-width: 991px) {
  .background-main {
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  .background-main {
    margin-top: -155px;
  }
}
@media (max-width: 575px) {
  .background-main {
    margin-top: -130px;
  }
}
.background-main .svg-next,
.background-main .svg-prev {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991px) {
  .background-main .svg-next,
  .background-main .svg-prev {
    display: none;
  }
}
.background-main .svg-next.swiper-button-disabled,
.background-main .svg-prev.swiper-button-disabled {
  display: none;
}
.background-main .svg-next svg,
.background-main .svg-prev svg {
  width: 64px;
  height: 64px;
  fill: #fff;
  margin-top: 150px;
}
.background-main .svg-next {
  right: 0;
}
.background-main .svg-prev {
  left: 0;
  top: 45%;
}
.background-main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255,216,0,0.1);
  clip-path: url("#testimonial_background1");
}
.background-main:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 95px);
  background-color: #ffd800;
  clip-path: url("#testimonial_background1");
  top: 60px;
  right: 0;
  z-index: 2;
}
.content-background-main {
  position: relative;
  z-index: 5;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .content-background-main {
    margin-top: 50px;
  }
}
.content-background-main #slider-background-main {
  padding-top: 39px;
}
.content-background-main .text-background-main {
  width: 100%;
  max-width: 572px;
  padding-top: 35px;
}
@media (max-width: 991px) {
  .content-background-main .text-background-main {
    padding-top: 125px;
  }
}
.content-background-main .text-background-main h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 22px;
}
.content-background-main .text-background-main p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}
.content-background-main .text-background-main span {
  color: #6d5d02;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.user-avatar {
  margin-top: -6px;
  position: relative;
  text-align: right;
}
.user-avatar img:first-child {
  max-width: 252px;
  clip-path: url("#egg_avatar_clip");
}
@media (max-width: 991px) {
  .user-avatar img:first-child {
    max-width: 90px;
  }
}
.user-avatar:after {
  content: '';
  display: inline-block;
  width: 61px;
  height: 3px;
  background-color: #d1d1d1;
  margin-right: 135px;
  border-radius: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .user-avatar:after {
    display: none;
  }
}
.user-avatar img:last-child {
  position: absolute;
  bottom: 80px;
  left: 24px;
}
@media (max-width: 1200px) {
  .user-avatar img:last-child {
    display: none;
  }
}
.banks-many-people-payamresan {
  margin-top: 80px;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .many-people-payamresan {
    margin-top: -50px;
    text-align: center;
  }
}
.many-people-payamresan .number-many-people-payamresan {
  margin-top: 21px;
  direction: ltr;
}
.many-people-payamresan .number-many-people-payamresan span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  background-color: #ffd800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .many-people-payamresan .number-many-people-payamresan span {
    width: 34px;
    height: 34px;
    line-height: 15px;
  }
}
.many-people-payamresan .number-many-people-payamresan span:last-child {
  background-color: #888;
}
.many-people-payamresan .number-many-people-payamresan span:last-child:before {
  background-color: #6c6c6c;
}
.many-people-payamresan .number-many-people-payamresan span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e4c207;
  left: 50%;
  bottom: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.many-people-payamresan .number-many-people-payamresan small {
  position: relative;
  z-index: 1000;
  text-shadow: 0 2px 3px rgba(5,5,5,0.45);
}
.banks {
  height: 125px;
  padding: 0 20px !important;
}
.banks .swiper-container {
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent -18%, #000 50%);
  mask-image: linear-gradient(to right, transparent -18%, #000 50%);
}
@media (max-width: 991px) {
  .banks {
    margin-top: 50px;
  }
}
.banks .swiper-wrapper {
  -ms-flex-align: center;
  align-items: center;
}
.banks .swiper-wrapper .swiper-slide {
  height: auto;
  text-align: center;
}
.banks:before {
  content: '';
  box-shadow: inset 0 0 32px rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  -webkit-mask-image: linear-gradient(to right, transparent 25%, #000 75%);
  mask-image: linear-gradient(to right, transparent 25%, #000 75%);
  border-radius: 40px;
  padding: 33px;
}
.banks:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  padding: 33px;
  box-shadow: inset 0 0 32px rgba(0,0,0,0.1);
  -webkit-mask-image: linear-gradient(to left, transparent 25%, #000 75%);
  mask-image: linear-gradient(to left, transparent 25%, #000 75%);
  border-radius: 40px;
}
.how-sign-up {
  margin-top: 60px;
}
.how-sign-up .text-sign-up {
  display: table;
  margin: 0 auto;
  position: relative;
}
.how-sign-up .text-sign-up:before {
  content: '';
  position: absolute;
  background-color: rgba(255,216,0,0.1);
  width: 100%;
  height: 82px;
  border-radius: 45px;
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  margin-top: 6px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .how-sign-up .text-sign-up:before {
    height: 73px;
  }
}
@media (max-width: 991px) {
  .how-sign-up .text-sign-up:before {
    height: 34px;
    margin-top: 3px;
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}
.how-sign-up .text-sign-up:after {
  content: '';
  position: absolute;
  background-color: rgba(19,1,1,0.969);
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  filter: blur(8px);
  width: 100%;
  height: 2px;
  bottom: -60px;
}
.how-sign-up .text-sign-up span:first-child {
  position: absolute;
  top: -14px;
}
@media (max-width: 991px) {
  .how-sign-up .text-sign-up span:first-child {
    top: -21px;
  }
}
.how-sign-up .text-sign-up span:first-child svg {
  width: 18px;
  height: 23px;
}
.how-sign-up .text-sign-up span:last-child {
  position: absolute;
  left: -12px;
  top: 70px;
}
@media (max-width: 991px) {
  .how-sign-up .text-sign-up span:last-child {
    top: 53px;
  }
}
.how-sign-up .text-sign-up span:last-child svg {
  width: 20px;
  height: 22px;
  -ms-transform: rotate(200deg);
  transform: rotate(200deg);
  margin-right: auto;
}
.how-sign-up .text-sign-up p {
  background-color: #ffd800;
  padding: 14px 67px;
  border-radius: 45px;
  color: #000;
  font-size: 36px;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .how-sign-up .text-sign-up p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .how-sign-up .text-sign-up p {
    font-size: 12px;
    text-align: center;
  }
}
body.red .background-site span:first-child {
  background: url("../images/background-right-red.png") no-repeat;
}
body.red .background-site span:nth-child(2) {
  background: url("../images/background-left-red.png") no-repeat;
}
body.red .mobile-site .background-eggs:before {
  content: '';
  background: url("../images/text-mobile-red.png");
}
body.red .mobile-site .background-eggs .egg-bottom {
  fill: rgba(187,187,187,0.2);
}
body.red .mobile-site .background-eggs .egg-top {
  fill: #2da5e1;
}
body.red .circle-mobile-bottom .circle-position .circle-only {
  background-color: #2da5e1;
}
body.red .circle-mobile-bottom .circle-position .circle-only .shadow {
  background-color: rgba(45,165,225,0.2);
}
body.red .link-equipment {
  background-color: #2da5e1;
  color: #fff;
}
body.red .link-equipment:before {
  content: '';
  background-color: rgba(45,165,225,0.2);
}
body.red .link-equipment:after {
  content: '';
  background-color: rgba(45,165,225,0.2);
}
body.red .link-equipment .icn-view svg {
  fill: #fff;
}
body.red .main-site-top-details .send-message-location svg {
  fill: #2da5e1;
}
body.red .main-site-top-details .always-unique-line svg {
  fill: #2da5e1;
}
body.red .sendmessage-browser .send-text-site .platform-sendmessage ul li a:hover {
  background-color: #2da5e1;
  color: #fff;
}
body.red .sendmessage-browser .browser-site .egg-right svg {
  fill: rgba(187,187,187,0.2);
}
body.red .sendmessage-browser .browser-site .egg-left svg {
  fill: rgba(187,187,187,0.2);
}
body.red .background-main:before {
  content: '';
  background: rgba(122,122,122,0.1);
}
body.red .background-main:after {
  content: '';
  background: #2da5e1;
}
body.red .background-main .content-background-main .text-background-main {
  padding-top: 1px;
}
body.red .background-main .content-background-main .text-background-main h4 {
  color: #fff;
}
body.red .background-main .content-background-main .text-background-main p {
  color: #fff;
}
body.red .background-main .content-background-main .text-background-main span {
  color: #fff;
}
body.red .background-main .content-background-main .user-avatar img:last-child {
  bottom: 83px;
  left: 15px;
}
body.red .background-main .content-background-main #slider-background-main {
  padding-top: 61px;
}
body.red .many-people-payamresan .number-many-people-payamresan span {
  background-color: #2da5e1;
}
body.red .many-people-payamresan .number-many-people-payamresan span:before {
  content: '';
  background-color: #bbb;
}
body.red .many-people-payamresan .number-many-people-payamresan span:last-child {
  background-color: #888;
}
body.red .many-people-payamresan .number-many-people-payamresan span:last-child:before {
  content: '';
  background-color: #6c6c6c;
}
body.red .how-sign-up .text-sign-up:before {
  content: '';
  background-color: rgba(0,0,0,0.1);
  z-index: -1;
  margin-top: 4px;
}
body.red .how-sign-up .text-sign-up p {
  background-color: #2da5e1;
  color: #fff;
}
.footer-site {
  margin-top: 100px;
  padding: 50px 0 30px;
  overflow: hidden;
  background-color: #efefef;
  position: relative;
}
.footer-site .svg-payam {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: -207px;
}
.footer-site .svg-payam svg {
  width: 326px;
  height: 500px;
  fill: rgba(255,255,255,0.4);
}
.footer-site:before {
  content: '';
  position: absolute;
  background-image: -ms-linear-gradient(top, #fff 0%, #fff 1%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 50px;
  top: -2px;
}
.footer-site .container .row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer-site .container .row .links-usefull-footer {
  margin-bottom: 40px;
}
.footer-site .container .row .header-style-footer h3 {
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 35px;
}
.footer-site .container .row .header-style-footer h3 .text-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.footer-site .container .row .header-style-footer h3 .text-title span svg {
  position: absolute;
  width: 23px;
  height: 23px;
  fill: #ffd800;
  z-index: -1;
  margin-right: -2px;
  -ms-transform: rotate(235deg);
  transform: rotate(235deg);
  margin-top: -1px;
  right: -4px;
}
.footer-site .container .row .header-style-footer h3 .text-title span .flip-egg {
  -ms-transform: rotate(56deg);
  transform: rotate(56deg);
}
.footer-site .container .row .header-style-footer h3:after {
  content: '';
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 25px;
}
.footer-site .container .row .header-style-footer h3 a {
  -ms-flex-order: 3;
  order: 3;
  margin-right: auto;
}
.footer-site .container .row .header-style-footer h3 a svg {
  width: 104px;
  height: 24px;
}
.footer-site .container .row .links-footer ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-site .container .row .links-footer li {
  width: 90%; /* 50 */
}
.footer-site .container .row .links-footer li a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 31px;
}
.footer-site .container .row .links-footer li:hover a {
  color: #ffd800;
}
@media (max-width: 991px) {
  .footer-site .container .row .links-footer {
    /*text-align: center;*/
  }
}
.footer-site .container .row .latest-news-footer {
  margin-bottom: 0;
}
.footer-site .container .row .latest-news-footer .content-news .img-news-shadow {
  position: relative;
}
@media (max-width: 991px) {
  .footer-site .container .row .latest-news-footer .content-news .img-news-shadow {
    margin: 0 auto 40px;
  }
}
.footer-site .container .row .latest-news-footer .content-news .img-news-shadow img {
  position: relative;
  z-index: 5;
  width: 340px;
}
.footer-site .container .row .latest-news-footer .content-news .img-news-shadow:before {
  content: '';
  position: absolute;
  width: 85%;
  height: 20px;
  background-color: rgba(0,0,0,0.05);
  bottom: -13px;
  left: 50%;
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  border-radius: 15px;
  z-index: 0;
}
.footer-site .container .row .latest-news-footer .content-news .img-news-shadow:after {
  content: '';
  position: absolute;
  width: 75%;
  height: 30px;
  background-color: rgba(0,0,0,0.05);
  bottom: -20px;
  left: 50%;
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  border-radius: 20px;
  z-index: 0;
}
.footer-site .container .row .latest-news-footer .content-news ul {
  margin-right: 31px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .footer-site .container .row .latest-news-footer .content-news ul {
    margin: 0 auto;
  }
}
.footer-site .container .row .latest-news-footer .content-news ul li a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.footer-site .container .row .latest-news-footer .content-news ul li a:hover {
  color: #000;
  font-weight: 500;
}
.footer-site .bottom-footer {
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  margin-top: 5px;
  padding-top: 20px;
}
.footer-site .bottom-footer p {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 41px;
}
@media (max-width: 991px) {
  .footer-site .bottom-footer p {
    width: 100%;
    text-align: center;
  }
}
.footer-site .bottom-footer a {
  margin-right: auto;
}
/*.footer-site .bottom-footer a img {
  width: 28px;
  height: 28px;
}*/
@media (max-width: 991px) {
  .footer-site .bottom-footer a {
    margin: 30px auto;
  }
}
body.red .footer-site .container .row .header-style-footer h3 .text-title span svg {
  fill: #fff;
}
body.red .footer-site .container .row .header-style-footer h3 .text-title span .flip-egg {
  -ms-transform: rotate(56deg);
  transform: rotate(56deg);
}
body.red .footer-site .container .row .links-footer li:hover a {
  color: #2da5e1;
}
.single-Main {
  margin-top: 50px;
}
.text-item .text-Main h1 {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
}
.text-item .text-Main h1 span {
  position: absolute;
  z-index: -1;
  margin-top: -10px;
  margin-right: -9px;
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.text-item .text-Main h1 span svg {
  width: 63px;
  height: 43px;
  fill: #ffd800;
}
.text-item .text-Main img {
  margin-top: 30px;
  box-shadow: 0 1px 16px rgba(10,10,11,0.14);
  border-radius: 20px;
  margin-right: -15px;
}
.text-item .text-Main .content-bottom-img {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.text-item .text-Main .content-bottom-img .like-upward {
  margin-top: -17px;
  margin-left: auto;
  z-index: 1;
}
.text-item .text-Main .content-bottom-img .like-upward span {
  box-shadow: 0 1px 16px rgba(10,10,11,0.14);
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 12px;
}
.text-item .text-Main .content-bottom-img .like-upward span:first-child {
  margin-right: 10px;
  color: #a2a2a2;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
.text-item .text-Main .content-bottom-img .like-upward span:first-child svg {
  width: 19px;
  height: 17px;
  fill: #c0c0c0;
  margin-left: 16px;
}
.text-item .text-Main .content-bottom-img .like-upward span:last-child {
  margin-right: 13px;
}
.text-item .text-Main .content-bottom-img .like-upward span:last-child svg {
  width: 12px;
  height: 16px;
  fill: #c0c0c0;
}
.text-item .text-Main .content-bottom-img .author-visit-latestarticle {
  margin-left: 20px;
  margin-top: 7px;
}
@media (max-width: 991px) {
  .text-item .text-Main .content-bottom-img .author-visit-latestarticle {
    margin-top: 30px;
  }
}
.text-item .text-Main .content-bottom-img .author-visit-latestarticle ul li {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  padding: 0 15px;
}
.aside-single {
  position: relative;
}
.aside-single .sidebar-background {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 8px;
}
.aside-single .sidebar-background svg {
  width: 249px;
  height: 171px;
  stroke-width: 1px;
  stroke: #ffd800;
  fill: #fff;
  opacity: 0.23;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
  filter: alpha(opacity=23);
}
.aside-single .content-item-aside h4 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 30px;
  position: relative;
  margin-right: 5px;
}
.aside-single .content-item-aside h4 span {
  position: absolute;
  z-index: -1;
}
.aside-single .content-item-aside h4 span svg {
  width: 53px;
  height: 36px;
  fill: #ffd800;
  margin-right: -10px;
  margin-top: -5px;
}
.aside-single .content-item-aside .content-aside {
  box-shadow: 0 1px 16px rgba(10,10,11,0.14);
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 41px;
  border-radius: 12px;
  background: #fff;
}
.aside-single .content-item-aside .content-aside ul li {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 -10px 16px rgba(10,10,11,0.08);
}
.aside-single .content-item-aside .content-aside ul li:first-child {
  box-shadow: none;
}
.aside-single .content-item-aside .content-aside ul li:hover {
  background-color: #ffd800;
}
.aside-single .content-item-aside .content-aside ul li a {
  padding-right: 15px;
}
.img-aside {
  margin-top: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .img-aside {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.img-aside:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 20px;
  background-color: rgba(0,0,0,0.08);
  bottom: -20px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 15px;
  z-index: -1;
}
.img-aside:after {
  content: '';
  position: absolute;
  width: 82%;
  height: 20px;
  background-color: rgba(0,0,0,0.08);
  bottom: -28px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 15px;
  z-index: -10;
}
body.red .aside-single .content-item-aside .content-aside ul li:hover {
  background-color: #2da5e1;
  color: #fff;
}
.text-main h1 {
  position: relative;
}
.text-main h1 span {
  position: absolute;
  z-index: -1;
  right: -18px;
  top: -2px;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .text-main h1 span {
    right: -7px;
  }
}
.text-main h1 span svg {
  width: 63px;
  height: 43px;
  fill: #ffd800;
}
.article-body {
  position: relative;
}
.article-body:before {
  content: '';
  position: absolute;
  box-shadow: 0 -22px 40px -27px rgba(0,0,0,0.3);
  width: 50%;
  height: 124px;
  background-color: #fff;
  top: -13px;
  z-index: -2;
  right: 0;
}
@media (max-width: 991px) {
  .article-body:before {
    content: '';
    width: 76%;
  }
}
.sms-plans {
  margin-bottom: 50px;
}
.sms-plans .header-table {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 16px rgba(10,10,11,0.09);
  padding: 31px 0;
  text-align: center;
  border-radius: 12px;
}
.sms-plans .header-table .number-message span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sms-plans .header-table .number-message span {
    font-size: 12px;
  }
}
.sms-plans .header-table .cost-message {
  text-align: center;
}
.sms-plans .header-table .cost-message strong,
.sms-plans .header-table .cost-message span {
  display: block;
}
.sms-plans .header-table .cost-message span:first-of-type {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 38px;
}
.sms-plans .header-table .cost-message span:last-of-type {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 5px;
}
.sms-plans .header-table .cost-message span small {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sms-plans .header-table .cost-message span:first-of-type {
    font-size: 12px;
  }
  .sms-plans .header-table .cost-message span:last-of-type {
    font-size: 11px;
  }
  .sms-plans .header-table .cost-message span:last-of-type small {
    font-size: 12px;
  }
}
.sms-plans .header-table .cost-message strong {
  font-size: 19px;
  font-weight: 500;
  line-height: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sms-plans .header-table .cost-message strong {
    font-size: 13px;
  }
}
.sms-plans .header-table .cost-message-1 strong {
  color: #000;
}
.sms-plans .header-table .cost-message-2 strong {
  color: #c7aa0c;
}
.sms-plans .header-table .cost-message-3 strong{
  color: #12c4d4;
}

.sms-plans .content-table {
  margin-top: 16px;
}
.sms-plans .content-table .row {
  margin: 0 -9px 30px;
}
.sms-plans .content-table .row .content-table-col {
  padding: 0 9px;
}
.sms-plans .content-table .column-cost-message {
  text-align: center;
  padding: 40px 5px;
  box-shadow: 0 1px 16px rgba(10,10,11,0.09);
  border-radius: 12px;
}
.sms-plans .content-table .column-cost-message span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 51px;
}
.sms-plans .sign-up-free-stars {
  text-align: left;
}
@media (max-width: 767px) {
  .sms-plans .sign-up-free-stars {
    text-align: center;
  }
}
.sms-plans .sign-up-free-stars a {
/*display: inline-block; */
    background-color: #ffd800;
    padding: 10px 40px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 51px;
    margin-left: 25%;
    border-radius: 12px;
}
@media (max-width: 991px) {
  .sms-plans .sign-up-free-stars a {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 25px;
    margin-right: 10px;
  }
  .sms-plans .sign-up-free-stars a:last-child {
    margin-top: 10px;
  }
}
.sms-plans .sign-up-free-stars a:hover {
  color: #000;
}
.box-form-addressdetails .box-address .location-pin {
  border-left: 1px solid #eee;
  padding-left: 21px;
}
.box-form-addressdetails .box-address .location-pin svg {
  width: 33px;
  height: 44px;
  fill: #ffd800;
}
.box-form-addressdetails .box-address .content-ads {
  color: #000;
  font-size: 13px;
  line-height: 35px;
  padding-right: 21px;
  margin-right: 0;
  margin-bottom: 40px;
}
.box-form-addressdetails .box-address .content-ads span {
  font-weight: 500;
}
.box-form-addressdetails .box-address .content-ads p {
  font-weight: 400;
}
.box-form-addressdetails .box-telephone-date .svg-telephone {
  border-left: 1px solid #eee;
  padding-left: 23px;
}
.box-form-addressdetails .box-telephone-date .svg-telephone svg {
  width: 31px;
  height: 25px;
  fill: #ffe036;
}
.box-form-addressdetails .box-telephone-date .content-tele {
  padding-right: 12px;
  margin-bottom: 25px;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-telephone span {
  display: block;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-telephone span:first-child {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 3px;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-telephone span:last-child {
  color: #2f383d;
  font-size: 26px;
  font-weight: 400;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-telephone span strong {
  color: #000;
  font-size: 34px;
  font-weight: 500;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-date {
  margin-right: 40px;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-date span {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-date span:first-child {
  position: relative;
  margin-left: 26px;
  padding-left: 26px;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-date span:first-child:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 34px;
  background-color: #e8e8e8;
  top: 20px;
  left: 0;
}
.box-form-addressdetails .box-telephone-date .content-tele .box-date strong {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.box-form-addressdetails .network-social .svg-share {
  border-left: 1px solid #eee;
  padding-left: 26px;
}
.box-form-addressdetails .network-social .svg-share svg {
  width: 28px;
  height: 28px;
  fill: #ffd800;
}
.box-form-addressdetails .network-social .content-net-social {
  padding-right: 12px;
}
.box-form-addressdetails .network-social .content-net-social h3 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 35px;
}
.box-form-addressdetails .network-social .content-net-social ul li {
  padding-right: 0;
  border-bottom: 2px solid #eaeaea;
}
.box-form-addressdetails .network-social .content-net-social ul li:last-child {
  border-bottom: none;
}
.box-form-addressdetails .network-social .content-net-social ul li:before {
  content: none;
}
.box-form-addressdetails .network-social .content-net-social ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 18px 0;
}
.box-form-addressdetails .network-social .content-net-social ul li a .icn {
  width: 19px;
  height: 23px;
  fill: #000;
  margin-left: 10px;
}
.box-form-addressdetails .network-social .content-net-social ul li a .flash {
  width: 22px;
  height: 22px;
  fill: #c0c0c0;
  margin-right: auto;
}
.box-form-addressdetails .network-social .content-net-social ul li a:hover .flash {
  fill: #000;
}
.box-form-addressdetails .form-call-us {
  box-shadow: 0 7px 21px rgba(0,0,0,0.12);
  border-radius: 12px;
  z-index: 10;
  background-color: #fff;
    padding: 15px;
}
.box-form-addressdetails .form-call-us h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 25px;
  padding-top: 35px;
}
.box-form-addressdetails .form-call-us form input {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  padding: 0 8px;
  display: block;
  width: 100%;
  height: 60px;
}
.box-form-addressdetails .form-call-us form textarea {
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-right: 7px;
}
.box-form-addressdetails .form-call-us form button {
  display: block;
  border: none;
  background: none;
  margin-right: auto;
  background-color: #ffd800;
  padding: 15px 20px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.box-form-addressdetails .form-call-us form button svg {
  width: 17px;
  height: 17px;
  fill: #000;
  margin-left: 17px;
}
.google-map-details {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .google-map-details {
    margin-top: 40px;
  }
}
.google-map-details .google-map-view {
  box-shadow: 0 4px 25px rgba(0,0,0,0.15);
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 35px;
  padding: 10px 30px;
  position: absolute;
  bottom: 60px;
  right: 0;
  background-color: #fff;
  border-radius: 25px;
  margin-right: 30px;
}
.google-map-details .google-map-view svg {
  width: 17px;
  height: 30px;
  fill: #000;
  margin-left: 15px;
}
body.red .text-main h1 span svg {
  fill: #2da5e1;
}
body.red .sms-plans .sign-up-free-stars a {
  background-color: #2da5e1;
  color: #fff;
}
body.red .box-form-addressdetails .box-address .location-pin svg {
  fill: #2da5e1;
}
body.red .box-form-addressdetails .box-telephone-date .svg-telephone svg {
  fill: #2da5e1;
}
body.red .box-form-addressdetails .network-social .svg-share svg {
  fill: #2da5e1;
}
body.red .box-form-addressdetails .form-call-us form button {
  background-color: #2da5e1;
  color: #fff;
}
body.red .box-form-addressdetails .form-call-us form button svg {
  fill: #fff;
}
body.red .aside-single .sidebar-background svg {
  stroke: #2da5e1;
}
body.red .aside-single .content-item-aside h4 span svg {
  fill: #2da5e1;
}
