.body {
  font-family: IranYekan, sans-serif;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  font-family: IranYekan, sans-serif;
}

.nav__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 12px 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__logo {
  width: 120px;
}

.nav__divider {
  width: 1px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #707173;
  opacity: 0.5;
  color: transparent;
}

.nav__rate-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.nav__rate {
  width: 110px;
  margin-bottom: 7px;
}

.nav__rate-num-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__rate-num {
  margin-left: 5px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 24px;
  font-weight: 700;
}

.nav__rate-text {
  direction: rtl;
  color: #707173;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.button__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7baabc;
  border-radius: 10px;
  background-color: #eafaff;
  text-decoration: none;
}

.button__call.color {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #7ab681;
  background-color: #e8faf2;
}

.button__call.color.type {
  border-style: solid;
  background-color: #e8faf2;
}

.button__call.color.padding {
  padding: 12px 20px;
}

.button__call.type {
  border-style: none;
  background-color: #fff;
}

.button__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button__icon {
  width: 22px;
  margin-left: 6px;
}

.button__icon.hide {
  display: none;
}

.button__text {
  color: #7baabc;
  font-size: 16px;
  line-height: 13px;
  font-weight: 800;
}

.button__text.color {
  color: #7ab681;
  font-size: 15px;
}

.button__text.color.size {
  font-size: 17px;
}

.button__arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
  margin-right: 30px;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7baabc;
}

.button__arrow-box.color {
  width: 18px;
  height: 18px;
  margin-right: 40px;
  background-color: #7ab681;
}

.button__arrow {
  width: 6px;
}

.button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button__wrapper.body {
  margin-right: 0px;
  margin-left: 20px;
}

.button__wrapper.body.margin0 {
  margin-left: 0px;
}

.button__description {
  margin-top: 3px;
  color: #707173;
  font-size: 13px;
  font-weight: 700;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__image {
  margin-top: 10px;
}

.header__anime {
  position: absolute;
  top: -110px;
  z-index: -2;
  opacity: 0.2;
}

.header__title {
  margin-top: 40px;
  margin-bottom: 0px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 36px;
  line-height: 35px;
  font-weight: 900;
}

.header__des {
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
  direction: rtl;
  color: #707173;
  font-size: 19px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.header__feature-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 8px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 10px;
  background-color: transparent;
  direction: rtl;
}

.intro {
  display: none;
  margin-top: 60px;
  margin-bottom: 90px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 75px 58px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-h.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro__title {
  margin-bottom: 12px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 25px;
  font-weight: 700;
}

.intro__des {
  width: 465px;
  direction: rtl;
  color: #2b355c;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.intro__des-high {
  color: #7ab681;
  font-weight: 700;
}

.intro__image {
  margin-right: 40px;
}

.intro__glue {
  position: absolute;
  left: auto;
  top: -18%;
  right: -3%;
  bottom: auto;
}

.intro__button {
  position: absolute;
  left: 321px;
  bottom: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7baabc;
  border-radius: 10px;
  background-color: #eafaff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.intro__button-text {
  color: #7baabc;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
}

.intro__button-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  margin-right: 15px;
  padding-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7baabc;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding: 45px 50px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #eafaff;
}

.service__title {
  margin-bottom: 15px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 30px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
}

.service__des {
  direction: rtl;
  color: #707173;
  font-size: 19px;
  font-weight: 700;
}

.service__pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 46%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7baabc;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 60%);
}

.service__item.hidden {
  display: none;
}

.service__icon {
  height: 149px;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.service__item-title {
  margin-top: 20px;
  color: #2b355c;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
}

.service__item-des {
  margin-top: 8px;
  margin-right: 15px;
  margin-left: 15px;
  color: #707173;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.service__divider {
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #7baabc;
}

.service__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service__check-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e8faf2;
}

.service__item-text-pack {
  margin-top: 2px;
}

.service__item-text {
  margin-bottom: 0px;
  color: #2b355c;
  font-size: 16px;
  font-weight: 700;
}

.service__detail-text {
  color: #707173;
  font-size: 15px;
  font-weight: 700;
}

.service__gift-text {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #de784d;
  font-size: 15px;
  font-weight: 800;
}

.service__gift-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.service__gift-icon {
  width: 17px;
  margin-right: 6px;
  margin-left: 12px;
}

.service__gift-item-text {
  color: #2b355c;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.service__special-box {
  display: none;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__special-title {
  display: none;
  margin-top: 50px;
  direction: ltr;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  font-weight: 900;
  text-transform: none;
  white-space: normal;
}

.service__special-des {
  display: none;
  margin-top: 8px;
  direction: rtl;
  color: #707173;
  font-size: 18px;
  font-weight: 700;
}

.service__special-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__special-item-icon-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__special-icon {
  width: 94px;
  height: 93px;
  -o-object-fit: none;
  object-fit: none;
}

.service__special-item-title {
  margin-top: 10px;
  color: #2b355c;
  font-size: 18px;
  font-weight: 800;
}

.service__special-item-text {
  width: 300px;
  margin-top: 8px;
  direction: rtl;
  color: #707173;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.service__speacial-divider {
  width: 1px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #707173;
  opacity: 0.5;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-bottom: 65px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7baabc;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 0 0 rgba(43, 53, 92, 0.15);
  color: #707173;
}

.cta__image {
  width: 150px;
  margin-left: 45px;
}

.cta__image.blog {
  width: 130px;
  margin-left: 35px;
}

.cta__title {
  margin-bottom: 15px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 28px;
  font-weight: 900;
}

.cta__title.blog {
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 25px;
  text-align: right;
}

.cta__des {
  display: none;
  direction: rtl;
  color: #707173;
  font-size: 18px;
  font-weight: 700;
}

.cta__des.blog {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  text-align: left;
}

.cta__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__buttons.footer-version {
  width: 400px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta__buttons.blog {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffdf4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdf4), color-stop(49%, rgba(255, 253, 244, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 253, 244, 0)), to(#fffdf4)), url('../images/BG-Pattern.jpg');
  background-image: linear-gradient(180deg, #fffdf4, rgba(255, 253, 244, 0) 49%), linear-gradient(180deg, rgba(255, 253, 244, 0) 40%, #fffdf4), url('../images/BG-Pattern.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 350px 350px;
  background-repeat: repeat, repeat, repeat;
}

.rate__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate__number-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate__number-and-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate__stars {
  width: 165px;
  margin-bottom: 15px;
}

.rate__number-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate__number {
  margin-left: 6px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 40px;
  line-height: 30px;
  font-weight: 900;
}

.rate__customer-num {
  direction: rtl;
  color: #707173;
  font-size: 16px;
  font-weight: 700;
}

.rate__comment-title {
  margin-bottom: 20px;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 30px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
}

.rate__comment-des {
  margin-bottom: 35px;
  direction: rtl;
  color: #707173;
  font-size: 19px;
  font-weight: 700;
}

.rate__comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-bottom: 15px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #707173;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
}

.rate__comment.color {
  background-color: #dcf8c6;
}

.rate__customer-rate {
  width: 95px;
  margin-bottom: 10px;
}

.rate__customer-comment {
  margin-bottom: 20px;
  direction: rtl;
  color: #2b355c;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.rate__customer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate__customer-photo {
  margin-left: 10px;
}

.rate__customer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rate__customer-name {
  margin-bottom: 2px;
  color: #2b355c;
  font-size: 14px;
  font-weight: 700;
}

.text-block {
  direction: rtl;
  color: #707173;
  font-size: 13px;
  font-weight: 700;
}

.rate__brand-title {
  margin-top: 60px;
  direction: rtl;
  font-family: IranYekan, sans-serif;
  color: #2b355c;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}

.rate__brands {
  width: 800px;
  margin-top: 35px;
}

.portfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfo__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfo__title {
  margin-bottom: 12px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.portfo__des {
  margin-bottom: 35px;
  direction: rtl;
  color: #707173;
  font-size: 18px;
  font-weight: 700;
}

.portfo__case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1090px;
  margin-bottom: 20px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  border-radius: 10px;
  background-color: #f5fbfd;
  box-shadow: none;
  direction: rtl;
}

.portfo__case-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfo__case-title {
  margin-bottom: 0px;
  color: #2b355c;
  font-size: 18px;
  font-weight: 800;
}

.portfo__case-des {
  margin-bottom: 20px;
  color: #707173;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: right;
}

.portfo__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfo__item-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
}

.portfo__item-icon-div.yellow {
  background-color: transparent;
}

.portfo__item-text {
  color: #2b355c;
  font-size: 16px;
  font-weight: 700;
}

.portfo__photo-gallery {
  max-width: 349px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.portfo__cover {
  width: 100%;
  height: 231px;
}

.portfo__cover-image {
  width: 111%;
  height: 100%;
  border-radius: 10px;
}

.portfo__image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfo__cover-image-thumb {
  width: 111px;
  height: 73px;
  margin-right: 8px;
  border-radius: 10px;
}

.portfo__cover-image-thumb.margin0 {
  margin-right: 0px;
}

.potfo__case-title-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfo__case-link-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.portfo__link {
  margin-top: 1px;
  color: #7baabc;
  line-height: 15px;
  font-weight: 700;
}

.portfo__link:hover {
  text-decoration: underline;
}

.portfo__link-icon {
  width: 15px;
  margin-right: 5px;
}

.portfo__link-divider {
  margin-left: 10px;
  color: #707173;
  font-size: 22px;
  font-weight: 500;
}

.portfo__more {
  margin-top: 5px;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #7baabc;
  text-decoration: none;
}

.portfo__more:hover {
  background-color: #6697aa;
}

.portfo__more-text {
  direction: rtl;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: dashed;
  border-width: 2px;
  border-color: #707173;
  border-radius: 15px;
}

.faq__cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #e8faf2;
}

.faq__image {
  width: 190px;
  margin-bottom: 30px;
}

.faq__title {
  margin-bottom: 8px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
}

.faq__des {
  max-width: 200px;
  color: #707173;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.fa__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fa__item.margin0 {
  margin-bottom: 0px;
}

.faq__q {
  margin-bottom: 8px;
  direction: rtl;
  color: #2b355c;
  font-size: 17px;
  font-weight: 800;
}

.faq__a {
  direction: rtl;
  color: #707173;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  padding-top: 145px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eafaff), to(#fff));
  background-image: linear-gradient(180deg, #eafaff, #fff);
  font-family: IranYekan, sans-serif;
}

.footer__cta {
  position: absolute;
  top: -104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7baabc;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.08);
}

.footer__cta-title {
  margin-bottom: 25px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 24px;
  font-weight: 700;
}

.footer__logo {
  margin-bottom: 10px;
}

.footer__description {
  width: 620px;
  margin-bottom: 15px;
  direction: rtl;
  color: #707173;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.footer__insta-title {
  display: none;
  margin-bottom: 15px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 22px;
  font-weight: 700;
}

.footer__insta-button {
  display: none;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #de784d;
  border-radius: 10px;
  background-color: #faebe5;
  color: #faebe5;
  text-decoration: none;
}

.footer__insta-text {
  color: #de784d;
  font-size: 15px;
  font-weight: 800;
}

.footer__insta-icon {
  margin-left: 8px;
}

.footer__end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__end-text {
  direction: rtl;
  color: #707173;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
}

.footer__victory {
  margin-right: 3px;
}

.service__des-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__buttons-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate__brands-mobile {
  display: none;
}

.mnav {
  display: none;
}

.portfo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfo-header__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 460px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 2px solid #2b355c;
  border-bottom-left-radius: 600px;
  border-bottom-right-radius: 600px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.portfo__animation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 620px;
  height: auto;
  border: 0px none #000;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.portfo__head-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 32px;
  line-height: 30px;
  font-weight: 900;
}

.portfo__animation-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #de784d;
}

.portfo__head-des {
  max-width: 700px;
  margin-bottom: 40px;
  direction: rtl;
  color: #707173;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.portfo__call-title {
  margin-top: 35px;
  margin-bottom: 15px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
}

.portfo__call-des {
  direction: rtl;
  color: #707173;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.portfo__call-icon {
  width: 50px;
  margin-top: 15px;
}

.service__v {
  width: 80px;
  margin-bottom: 20px;
}

.service__item-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 13px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #7ab681;
  border-radius: 10px;
  background-color: #7ab681;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.service__item-button:hover {
  background-color: #7ab681;
  color: #fff;
}

.header__feature-title {
  margin-bottom: 25px;
  color: #2b355c;
  font-size: 20px;
  font-weight: 800;
}

.header__compare-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header__line {
  width: auto;
  margin-bottom: 25px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.header__des-style {
  border-bottom: 1px none #2b355c;
  color: #2b355c;
  font-weight: 800;
}

.header__compare-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fcf9eb;
  text-align: right;
}

.header__compare-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__compare-no {
  margin-bottom: 10px;
  color: #de784d;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  text-decoration: line-through;
}

.header__compare-yes {
  color: #2b355c;
  font-size: 17px;
  font-weight: 700;
}

.header__compare-icon {
  display: none;
  width: 50px;
  margin-left: 10px;
}

.portfolio__hint {
  margin-bottom: 10px;
  color: #2b355c;
  font-size: 15px;
  font-weight: 700;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog__photo {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.blog__cta {
  position: static;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-right: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  background-color: #f5fbfd;
  direction: rtl;
}

.blog__cta-image {
  width: 140px;
  margin-bottom: 15px;
}

.blog__cta-title {
  margin-bottom: 10px;
  font-family: IranYekan, sans-serif;
  color: #2b355c;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.blog__cta-des {
  color: #707173;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.blog__cta-button {
  width: 100%;
  margin-top: 15px;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #7baabc;
  font-family: IranYekan, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.blog__h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  direction: rtl;
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 32px;
  line-height: 35px;
  font-weight: 800;
}

.blog__date {
  margin-bottom: 5px;
  direction: rtl;
  color: #707173;
  font-weight: 500;
}

.blog__para {
  margin-bottom: 0px;
  direction: rtl;
  color: #2b355c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
}

.blog__para-highlight {
  background-color: #daf0f7;
  font-weight: 800;
}

.blog__para-link {
  color: #3b9cc2;
  text-decoration: none;
}

.blog__para-link:hover {
  text-decoration: underline;
}

.cta__box-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #cecece;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 0 0 rgba(43, 53, 92, 0.15);
  color: #707173;
}

.blog__title {
  margin-top: 40px;
  margin-bottom: 10px;
  direction: rtl;
  color: #2b355c;
  font-size: 19px;
  font-weight: 800;
}

.blog__cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__cta-pack {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-right: 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #7baabc;
  border-radius: 10px;
  background-color: #fff;
  direction: rtl;
}

.blog__cta-brands {
  margin-top: 10px;
}

.blog__recommendation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.recom__title {
  font-family: Kalameh, sans-serif;
  color: #2b355c;
  font-size: 28px;
  font-weight: 900;
}

.recom__items-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 22px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recom__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 325px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  background-color: #f5fbfd;
}

.recom__item-image {
  margin-bottom: 12px;
  border-radius: 5px;
}

.recom__item-title {
  font-family: IranYekan, sans-serif;
  color: #2b355c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.recom__item-button {
  width: 100%;
  border-radius: 5px;
  background-color: #7baabc;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.image {
  width: 290px;
}

.blog__bottom {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav {
    margin-bottom: 20px;
  }

  .nav__box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav__logo {
    width: 105px;
  }

  .nav__divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav__rate {
    width: 90px;
  }

  .nav__rate-num {
    font-size: 22px;
  }

  .nav__rate-text {
    font-size: 12px;
  }

  .button__icon {
    width: 20px;
  }

  .button__text {
    font-size: 15px;
  }

  .button__text.color.size {
    font-size: 15px;
  }

  .button__arrow-box {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }

  .button__arrow {
    width: 5px;
  }

  .button__wrapper.body {
    margin-left: 15px;
  }

  .button__description {
    font-size: 11px;
  }

  .header {
    margin-top: 0px;
  }

  .header__image {
    width: 350px;
    margin-top: 20px;
  }

  .header__anime {
    top: -70px;
    width: 600px;
  }

  .header__title {
    margin-top: 30px;
    font-size: 30px;
  }

  .header__des {
    max-width: 800px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .header__feature-pack {
    margin-top: 45px;
  }

  .intro {
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .intro__title {
    font-size: 23px;
  }

  .intro__des {
    width: 400px;
    font-size: 14px;
  }

  .intro__image {
    width: 165px;
    margin-top: 11px;
  }

  .intro__glue {
    top: -15%;
    width: 115px;
  }

  .intro__button {
    left: 280px;
  }

  .intro__button-text {
    font-size: 14px;
  }

  .intro__button-icon-div {
    width: 20px;
    height: 20px;
  }

  .intro__button-icon {
    width: 10px;
  }

  .service {
    margin-top: 30px;
    padding-top: 0px;
  }

  .service__box {
    max-width: none;
    padding: 30px 20px 40px;
  }

  .service__title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .service__des {
    font-size: 16px;
  }

  .service__pack {
    width: 100%;
    max-width: 750px;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service__item {
    width: 340px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .service__icon {
    margin-top: 20px;
  }

  .service__item-title {
    font-size: 17px;
  }

  .service__item-des {
    margin-top: 6px;
    font-size: 15px;
  }

  .service__detail {
    margin-bottom: 10px;
  }

  .service__item-text {
    font-size: 15px;
  }

  .service__special-title {
    margin-top: 45px;
    font-size: 26px;
  }

  .service__special-des {
    font-size: 15px;
  }

  .service__bracket-l {
    width: 18px;
  }

  .service__vracket-r {
    width: 18px;
  }

  .service__special-icon {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service__special-item-title {
    font-size: 16px;
  }

  .service__speacial-divider {
    margin-right: 25px;
    margin-left: 25px;
  }

  .cta {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .cta__box {
    padding: 20px 30px;
  }

  .cta__image {
    width: 150px;
    margin-left: 40px;
  }

  .cta__image.blog {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cta__title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .cta__title.blog {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta__des {
    font-size: 16px;
  }

  .cta__des.blog {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta__buttons {
    margin-top: 25px;
  }

  .cta__buttons.footer-version {
    width: 400px;
  }

  .cta__buttons.blog {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rate {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 45px;
  }

  .rate__number-pack {
    margin-bottom: 20px;
  }

  .rate__badges {
    width: 25px;
  }

  .rate__stars {
    width: 140px;
    margin-bottom: 12px;
  }

  .rate__number {
    font-size: 35px;
  }

  .rate__customer-num {
    font-size: 15px;
  }

  .rate__comment-title {
    margin-bottom: 12px;
    font-size: 27px;
  }

  .rate__comment-des {
    font-size: 17px;
  }

  .rate__customer-comment {
    font-size: 15px;
  }

  .rate__brand-title {
    margin-top: 50px;
    font-size: 19px;
  }

  .rate__brands {
    width: 650px;
    margin-top: 30px;
  }

  .portfo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfo__box {
    margin-top: 0px;
  }

  .portfo__title {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .portfo__des {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .portfo__case {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }

  .portfo__case-title {
    font-size: 16px;
  }

  .portfo__case-des {
    font-size: 15px;
  }

  .portfo__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .portfo__item-icon-div.yellow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .portfo__item-text {
    margin-top: 4px;
    font-size: 15px;
  }

  .portfo__photo-gallery {
    min-width: 349px;
    margin-right: 30px;
  }

  .portfo__more-text {
    font-size: 15px;
  }

  .faq {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq__box {
    max-width: none;
    padding: 25px;
  }

  .faq__cover {
    margin-left: 35px;
  }

  .faq__title {
    font-size: 25px;
  }

  .faq__q {
    font-size: 16px;
  }

  .faq__a {
    font-size: 15px;
  }

  .footer {
    margin-top: 200px;
    padding-top: 135px;
  }

  .footer__cta {
    top: -85px;
    padding: 30px 70px;
  }

  .footer__description {
    font-size: 15px;
  }

  .footer__insta-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .footer__insta-text {
    font-size: 14px;
  }

  .footer__insta-icon {
    width: 23px;
  }

  .footer__end {
    margin-top: 40px;
  }

  .nav__buttons-pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfo-header {
    margin-top: -26px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfo-header__box {
    width: 430px;
  }

  .portfo__animation {
    width: 580px;
  }

  .portfo__head-title {
    font-size: 30px;
  }

  .portfo__head-des {
    font-size: 16px;
  }

  .portfo__call-title {
    margin-bottom: 8px;
    font-size: 25px;
  }

  .portfo__call-des {
    font-size: 16px;
  }

  .service__v {
    width: 70px;
  }

  .service__item-button {
    width: 80%;
    font-size: 16px;
  }

  .header__feature-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .header__line {
    width: 380px;
    margin-bottom: 25px;
  }

  .header__compare-no {
    font-size: 16px;
  }

  .header__compare-yes {
    font-size: 16px;
  }

  .portfolio__hint {
    font-size: 14px;
  }

  .blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog__photo {
    max-width: none;
  }

  .blog__h1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 900;
  }

  .blog__para {
    font-size: 15px;
  }

  .cta__box-blog {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog__title {
    margin-top: 30px;
    font-size: 18px;
  }

  .blog__cta-pack {
    top: 87px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-bottom: 15px;
  }

  .nav__box {
    margin-top: 0px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__buttons {
    display: none;
    width: 100%;
    max-width: none;
    padding: 8px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eafaff;
  }

  .nav__id {
    width: 100%;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__logo {
    width: 95px;
  }

  .nav__divider {
    display: none;
  }

  .nav__rate {
    width: 80px;
    margin-bottom: 2px;
  }

  .nav__rate-num {
    font-size: 20px;
  }

  .button__call.color.padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button__icon {
    display: none;
    width: 18px;
  }

  .button__icon.show {
    display: block;
  }

  .button__arrow-box {
    width: 16px;
    height: 16px;
    padding-right: 1px;
  }

  .button__arrow-box.color {
    margin-right: 30px;
  }

  .button__wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }

  .button__description {
    display: none;
  }

  .button__description.show {
    display: block;
  }

  .header {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header__image {
    width: 300px;
    margin-top: 15px;
  }

  .header__anime {
    top: -60px;
    width: 500px;
  }

  .header__title {
    margin-top: 25px;
    font-size: 27px;
    line-height: 30px;
  }

  .header__des {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }

  .header__feature-pack {
    margin-top: 35px;
    padding: 5px 0px;
  }

  .intro {
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro__box {
    width: 100%;
    max-width: 450px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/bg-v.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .intro__text-box {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro__des {
    width: 380px;
    text-align: center;
  }

  .intro__image {
    width: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .intro__glue {
    top: -8%;
    right: -5%;
    width: 115px;
  }

  .intro__button {
    position: static;
    left: 149px;
  }

  .service {
    margin-top: 20px;
    padding-top: 0px;
  }

  .service__box {
    max-width: none;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .service__title {
    margin-bottom: 7px;
    font-size: 23px;
  }

  .service__des {
    font-size: 15px;
  }

  .service__pack {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service__item {
    width: 350px;
    max-width: none;
  }

  .service__icon {
    height: 110px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .service__item-title {
    font-size: 16px;
  }

  .service__special-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    direction: ltr;
  }

  .service__special-title {
    margin-top: 35px;
    font-size: 24px;
  }

  .service__special-des {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
  }

  .service__bracket-l {
    width: 17px;
  }

  .service__vracket-r {
    width: 17px;
  }

  .service__special-icon {
    width: 65px;
    height: 65px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .service__special-item-title {
    font-size: 15px;
  }

  .service__speacial-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0px;
  }

  .cta {
    margin-top: 35px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta__box {
    min-width: 450px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__image {
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cta__pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__title {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .cta__des {
    font-size: 15px;
    text-align: center;
  }

  .cta__buttons {
    margin-top: 20px;
  }

  .cta__buttons.footer-version {
    width: 380px;
  }

  .rate {
    margin-bottom: 30px;
    padding: 35px 15px 40px;
  }

  .rate__box {
    width: 100%;
  }

  .rate__number-pack {
    margin-bottom: 15px;
  }

  .rate__badges {
    width: 22px;
  }

  .rate__stars {
    width: 120px;
    margin-bottom: 5px;
  }

  .rate__number {
    font-size: 30px;
  }

  .rate__customer-num {
    font-size: 14px;
  }

  .rate__comment-title {
    margin-bottom: 8px;
    font-size: 25px;
  }

  .rate__comment-des {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }

  .rate__comment {
    width: 100%;
    max-width: 520px;
    padding: 18px;
  }

  .rate__customer-comment {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
  }

  .rate__customer-photo {
    width: 45px;
  }

  .text-block {
    font-size: 12px;
  }

  .rate__brand-title {
    margin-top: 35px;
    font-size: 18px;
  }

  .rate__brands {
    width: 100%;
    max-width: 550px;
    margin-top: 15px;
  }

  .portfo {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .portfo__title {
    font-size: 25px;
  }

  .portfo__des {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .portfo__case {
    max-width: 500px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .portfo__case-text-box {
    width: 100%;
  }

  .portfo__case-title {
    font-size: 17px;
  }

  .portfo__case-des {
    font-size: 14px;
  }

  .portfo__item-text {
    margin-top: 4px;
    font-size: 14px;
  }

  .portfo__photo-gallery {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .portfo__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfo__cover-image {
    width: 100%;
    max-width: none;
  }

  .portfo__image-box {
    max-width: 400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfo__cover-image-thumb {
    width: 124px;
    height: auto;
  }

  .potfo__case-title-pack {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .portfo__more {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .faq {
    padding-right: 15px;
    padding-left: 15px;
  }

  .faq__box {
    width: 100%;
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq__cover {
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .fa__item {
    max-width: none;
    margin-bottom: 20px;
  }

  .faq__q {
    font-size: 15px;
  }

  .faq__a {
    font-size: 14px;
  }

  .footer {
    margin-top: 180px;
    padding-top: 110px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer__cta {
    width: 95%;
    max-width: 550px;
    padding: 25px 40px;
  }

  .footer__cta-title {
    margin-bottom: 20px;
    font-size: 21px;
    text-align: center;
  }

  .footer__logo {
    width: 135px;
  }

  .footer__description {
    width: 100%;
    max-width: 550px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }

  .footer__end-text {
    font-size: 15px;
  }

  .footer__victory {
    width: 28px;
  }

  .nav__buttons-pack {
    max-width: 390px;
  }

  .portfo-header {
    margin-top: -23px;
  }

  .portfo-header__box {
    width: 390px;
  }

  .portfo__animation {
    width: 520px;
  }

  .portfo__head-title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 27px;
  }

  .portfo__head-des {
    max-width: 600px;
    margin-bottom: 30px;
  }

  .service__v {
    width: 60px;
    margin-bottom: 15px;
  }

  .service__item-button {
    font-size: 15px;
  }

  .header__feature-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .header__line {
    width: 350px;
    margin-bottom: 20px;
  }

  .header__compare-item {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 15px;
  }

  .header__compare-no {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .header__compare-yes {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .portfolio__hint {
    text-align: center;
  }

  .blog {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog__box {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog__para {
    line-height: 27px;
  }

  .cta__box-blog {
    min-width: 450px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog__title {
    margin-bottom: 8px;
  }

  .blog__cta-pack {
    display: none;
  }

  .blog__recommendation {
    margin-top: 70px;
  }

  .recom__title {
    margin-right: 20px;
    font-size: 26px;
  }

  .recom__items-div {
    overflow: auto;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .recom__item {
    width: 230px;
    height: 310px;
    padding: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .recom__item-title {
    font-size: 14px;
    line-height: 21px;
  }

  .recom__item-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  }

  .nav__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__buttons {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav__rate-text {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .button__call {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button__call.color {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .button__call.color.type {
    padding: 5px;
  }

  .button__call.color.padding {
    max-width: 220px;
  }

  .button__call.type {
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
    background-color: transparent;
  }

  .button__text-box {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button__text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 14px;
  }

  .button__text.color {
    font-size: 14px;
  }

  .button__arrow-box {
    display: none;
  }

  .button__arrow-box.color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button__wrapper.body {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button__wrapper.body.margin0 {
    width: 100%;
    margin-bottom: 10px;
  }

  .header {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header__image {
    width: 290px;
    margin-top: 20px;
  }

  .header__anime {
    top: -15px;
    width: 100%;
  }

  .header__title {
    margin-top: 20px;
    font-size: 27px;
    text-align: center;
  }

  .header__des {
    max-width: 400px;
    line-height: 27px;
    text-align: center;
  }

  .header__feature-pack {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
  }

  .intro__box {
    max-width: 320px;
    min-height: 420px;
    padding: 60px 35px 60px 30px;
    background-image: url('../images/bg-v-big.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .intro__text-box {
    margin-bottom: 35px;
  }

  .intro__title {
    font-size: 23px;
  }

  .intro__des {
    width: 100%;
    max-width: 350px;
    line-height: 23px;
    text-align: center;
  }

  .intro__image {
    margin-bottom: 15px;
  }

  .intro__glue {
    top: -5%;
    right: -6%;
    width: 100px;
  }

  .intro__button-icon-div {
    width: 18px;
    height: 18px;
  }

  .intro__button-icon {
    width: 8px;
  }

  .service {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service__box {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .service__title {
    font-size: 22px;
  }

  .service__des {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .service__pack {
    margin-top: 15px;
  }

  .service__item {
    width: 100%;
    max-width: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 60%);
  }

  .service__icon {
    height: 110px;
  }

  .service__item-title {
    font-size: 16px;
  }

  .service__item-des {
    margin-top: 4px;
  }

  .service__divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service__item-text {
    font-size: 14px;
  }

  .service__gift-text {
    font-size: 14px;
  }

  .service__gift-item-text {
    font-size: 14px;
  }

  .service__special-des {
    font-size: 15px;
    line-height: 23px;
  }

  .cta__box {
    width: 100%;
    min-width: auto;
  }

  .cta__image {
    width: 150px;
    margin-bottom: 15px;
  }

  .cta__pack {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }

  .cta__des.blog {
    font-size: 15px;
    line-height: 25px;
  }

  .cta__buttons {
    width: 100%;
    max-width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__buttons.blog {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rate {
    margin-bottom: 35px;
    padding-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdf4), color-stop(49%, rgba(255, 253, 244, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(255, 253, 244, 0)), to(#fffdf4)), url('../images/BG-Pattern.jpg');
    background-image: linear-gradient(180deg, #fffdf4, rgba(255, 253, 244, 0) 49%), linear-gradient(180deg, rgba(255, 253, 244, 0) 22%, #fffdf4), url('../images/BG-Pattern.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, 350px 350px;
    background-repeat: repeat, repeat, repeat;
  }

  .rate__number {
    font-size: 32px;
  }

  .rate__customer-num {
    margin-top: 3px;
  }

  .rate__comment-title {
    font-size: 25px;
  }

  .rate__comment-des {
    font-size: 15px;
  }

  .rate__brand-title {
    font-size: 17px;
    text-align: center;
  }

  .rate__brands {
    display: none;
  }

  .portfo {
    margin-top: 30px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .portfo__title {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .portfo__des {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }

  .portfo__case {
    padding: 15px;
  }

  .portfo__case-text-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .portfo__case-title {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .portfo__case-des {
    display: none;
  }

  .portfo__item {
    margin-bottom: 6px;
  }

  .portfo__item-icon-div {
    margin-left: 3px;
  }

  .portfo__item-text {
    margin-top: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 22px;
  }

  .portfo__photo-gallery {
    margin-bottom: 15px;
  }

  .portfo__cover {
    overflow: visible;
  }

  .portfo__cover-image {
    border-radius: 8px;
  }

  .portfo__image-box {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .portfo__cover-image-thumb {
    width: 31%;
    border-radius: 8px;
  }

  .portfo__cover-image-thumb.margin0 {
    width: 32%;
    max-width: none;
    border-radius: 8px;
  }

  .potfo__case-title-pack {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-top: 2px solid #ebebeb;
  }

  .portfo__case-link-pack {
    margin-right: 0px;
  }

  .portfo__link-divider {
    display: none;
  }

  .portfo__more {
    margin-top: 8px;
    padding: 12px 20px;
  }

  .portfo__more-text {
    font-size: 14px;
  }

  .faq {
    margin-top: 50px;
  }

  .faq__box {
    padding: 20px;
  }

  .faq__image {
    width: 180px;
    margin-bottom: 20px;
  }

  .faq__title {
    font-size: 24px;
  }

  .faq__des {
    font-size: 14px;
  }

  .fa__item {
    margin-bottom: 15px;
  }

  .faq__q {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .footer {
    margin-top: 150px;
    padding-top: 200px;
  }

  .footer__cta {
    top: -57px;
    width: 93%;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .footer__cta-title {
    line-height: 25px;
  }

  .footer__logo {
    width: 125px;
  }

  .footer__description {
    margin-bottom: 15px;
  }

  .footer__end {
    margin-bottom: 83px;
  }

  .footer__end-text {
    font-size: 14px;
  }

  .footer__victory {
    width: 24px;
  }

  .service__des-pack {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav__buttons-pack {
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rate__brands-mobile {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
  }

  .mnav {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #2b355c;
    background-color: #fff;
    direction: rtl;
  }

  .mnav__buttons {
    border-bottom: 2px solid #fff;
    color: #2b355c;
    line-height: 25px;
    font-weight: 800;
    text-decoration: none;
  }

  .mnav__buttons:visited {
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }

  .mnav__buttons.w--current {
    border-bottom-color: #7baabc;
    color: #7baabc;
  }

  .portfo-header {
    margin-top: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .portfo-header__box {
    width: 370px;
  }

  .portfo__animation {
    width: 500px;
  }

  .portfo__head-title {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .portfo__head-des {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: center;
  }

  .portfo__call-title {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 25px;
  }

  .portfo__call-des {
    font-size: 15px;
  }

  .portfo__call-icon {
    width: 40px;
    margin-top: 10px;
  }

  .service__v {
    width: 60px;
  }

  .service__item-button {
    width: 90%;
    max-width: 270px;
    min-width: auto;
    font-size: 15px;
    font-weight: 700;
  }

  .header__feature-title {
    margin-bottom: 15px;
    direction: rtl;
    font-size: 17px;
  }

  .header__line {
    width: 400px;
  }

  .header__compare-item {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .header__compare-no {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .header__compare-yes {
    font-size: 14px;
    line-height: 22px;
  }

  .blog__box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog__h1 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px;
  }

  .blog__date {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .blog__para {
    font-size: 14px;
    line-height: 25px;
  }

  .cta__box-blog {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
  }

  .blog__recommendation {
    margin-top: 50px;
  }

  .recom__title {
    font-size: 25px;
  }

  .recom__items-div {
    margin-top: 18px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .recom__item {
    height: 290px;
  }

  .recom__item-title {
    font-size: 13px;
  }

  .blog__bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #2b355c;
    background-color: #fff;
    direction: rtl;
  }

  .blog__bottom-title {
    margin-bottom: 2px;
    color: #2b355c;
    font-size: 15px;
    font-weight: 800;
  }

  .blog__bottom-des {
    color: #707173;
    font-size: 13px;
    font-weight: 700;
  }

  .blog__bottom-rate {
    width: 95px;
    margin-bottom: 7px;
  }

  .blog__bottom-button {
    width: 145px;
    margin-right: 0px;
    padding: 10px;
    border-radius: 5px;
    background-color: #7baabc;
    font-weight: 800;
    text-align: center;
  }

  .blog__bottom-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'IranYekan';
  src: url('../fonts/IRANYekanWebBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IranYekan';
  src: url('../fonts/IRANYekanWebExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IranYekan';
  src: url('../fonts/IRANYekanWebMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalameh';
  src: url('../fonts/KalamehWeb_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalameh';
  src: url('../fonts/KalamehWeb_Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

  .blog__content a{
    text-decoration: none!important;
 
  }