.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  direction: rtl;
  font-family: Notokufiarabic, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}

p {
  margin-bottom: 10px;
}

.hero-section {
  overflow: hidden;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/online-shopping-website-PCC6RAW-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/online-shopping-website-PCC6RAW-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.image {
  position: fixed;
}

.container {
  margin-bottom: 636px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.heading.hero-text {
  font-family: Notokufiarabic, sans-serif;
}

.heading.hero-subtitle {
  font-size: 50px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 80px;
  background-color: #fff;
  font-size: 20px;
}

.section.feature-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.overflow-none {
  overflow: hidden;
  padding-bottom: 180px;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  color: #8f8f8f;
  font-size: 13px;
  text-align: right;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-align: right;
}

.blocks-row {
  margin-bottom: 20px;
}

.container-2 {
  position: relative;
}

.container-2.centered {
  text-align: center;
}

.container-2.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.color-block-icon {
  position: absolute;
  left: 30px;
  top: 18px;
  right: auto;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.color-block {
  position: relative;
  display: block;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.heading-2 {
  display: inline-block;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 17px;
  padding-left: 15px;
  border-bottom: 1px dashed #27ae60;
  border-radius: 20px;
  color: #27ae60;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.browser-mockup-right {
  position: absolute;
  left: -395px;
  top: -35px;
  right: auto;
  width: 770px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.long-feature-icon {
  height: 25px;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 56px;
  padding-left: 65px;
  direction: ltr;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-right: 79px;
  padding-left: 0px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 18px;
  line-height: 30px;
}

.small-paragraph.address {
  font-size: 15px;
}

.small-features-wrapper {
  margin-top: 30px;
}

.feature-text-block {
  width: 440px;
  float: right;
}

.section-2 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  text-align: center;
}

.text-span {
  color: #00fc6a;
}

.text-span-2 {
  color: #ffd000;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 3px;
  background-image: url('../images/screencapture-store-wannt-krd-ipc6322srlr-x22p-c-2020-04-11-12_06_09.png');
  background-size: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._3 {
  background-image: url('../images/screencapture-baqall-wannt-krd-2020-04-11-12_03_16.png');
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/screencapture-poshak-wannt-krd-2020-04-11-12_01_55.png');
  background-size: cover;
}

.intro-block-title {
  margin-bottom: 20px;
  color: #2e3241;
  font-size: 23px;
  font-weight: 600;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #f06a73;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #27ae60;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 29px;
}

.button.text-button:hover {
  background-color: #000;
}

.button.text-button.poshak {
  background-color: #f06a73;
}

.button.text-button.tech {
  background-color: #0086ce;
}

.button.poshak:hover {
  background-color: #ff2939;
}

.button.baqall {
  background-color: #27ae60;
}

.button.tech {
  background-color: #0086ce;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
  color: #9a9da3;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -56px;
  z-index: 10;
  width: 47%;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.intro-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  text-align: right;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 34px;
}

.home-mockup {
  position: absolute;
  top: 3px;
  z-index: 3;
  width: 715px;
}

.home-mockup.ipad {
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  width: 251px;
}

.home-mockup.iphone {
  left: 30%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 130px;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.grid {
  width: 100%;
  height: 100%;
  min-height: 500px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  position: relative;
}

.section-responsive {
  margin-bottom: 437px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.image-2 {
  padding: 57px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  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;
  line-height: 60px;
  font-weight: 400;
}

.heading-3.responsive-header {
  display: block;
  font-size: 35px;
  text-align: center;
}

.image-3 {
  padding: 37px;
}

.grid-3 {
  margin-top: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-4 {
  position: relative;
  padding: 32px;
  box-shadow: 1px 0 16px 0 rgba(0, 0, 0, 0.1);
}

.grid-3-copy {
  margin-top: 78px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.content-section-block {
  max-width: 450px;
  float: left;
}

.content-section-block.left {
  float: right;
}

.section-title-2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
  text-align: right;
}

.half-image-section {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/close-up-of-woman-shopping-for-clothes-online-usin-DQ3BAEL.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-content-section {
  width: 50%;
  height: 500px;
  padding: 90px;
  float: right;
  background-color: #fcfcfc;
}

.half-content-section.left {
  float: left;
}

.button-2 {
  position: absolute;
  right: 49px;
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-2.green {
  background-color: #5ec045;
}

.button-2.green:hover {
  background-color: #6fdd53;
}

.button-2.dark-outline {
  border: 2px solid #e4e4e4;
  background-color: transparent;
  color: #000;
}

.button-2.dark-outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.intro-paragraph {
  margin-bottom: 20px;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  position: relative;
  margin-bottom: -3px;
  padding-right: 29px;
  padding-left: 0px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  right: 0px;
  height: 15px;
}

.section-title-3 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 70px;
  font-weight: 300;
  text-align: right;
}

.half-image-section-2 {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/Photo-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-section-2.right {
  float: right;
  background-image: url('../images/computer-code-on-screens-PDMXSCN.jpg');
}

.half-image-section-2.right.show-on-mobile {
  display: none;
}

.section-4 {
  margin-top: 140px;
}

.section-5 {
  margin-top: 140px;
}

.white-pricing-column {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: hsla(0, 0%, 84.7%, 0);
}

.section-6 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-6.tint {
  background-color: #f5f5f5;
}

.section-6.below-contact-form {
  padding-top: 240px;
  background-color: #f0f2f5;
}

.section-6.pricing-section {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
}

.section-title-4 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.pricing-icon-block {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  text-align: center;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.white-pricing-paragraph {
  color: #252525;
  line-height: 25px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.white-pricing-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-icon {
  width: 40px;
  height: 40px;
  opacity: 0.28;
}

.transparant-pricing-block {
  padding: 34px 24px;
  border-radius: 4px;
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  text-align: center;
}

.transparant-pricing-block:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.2);
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.more-feature-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 13px;
  border: 1px dashed #4f84cf;
  border-radius: 2px;
  font-family: Notokufiarabic, sans-serif;
  color: #4f84cf;
  text-decoration: none;
}

.more-feature-btn:hover {
  border-color: #3bb54a;
  color: #3bb54a;
}

.text-column {
  padding-right: 20px;
}

.text-column.contact {
  padding-left: 20px;
  border-left: 1px solid #c7c7c7;
  border-radius: 0px;
  text-align: left;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  float: none;
  -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;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.contact-1 {
  padding-top: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.87)), to(rgba(31, 111, 255, 0.87))), url('../images/contact-us-concept-with-wood-block-and-symbols-4WPL3VD.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.87), rgba(31, 111, 255, 0.87)), url('../images/contact-us-concept-with-wood-block-and-symbols-4WPL3VD.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.form-title {
  margin-top: 0px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.form-title.from-header {
  margin-bottom: 20px;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  -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;
  color: #757575;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.large-pricing-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.large-pricing-title.price {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-list-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  right: 0px;
  width: 15px;
}

.pricing-feature-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-right: 26px;
  padding-left: 0px;
}

.button-3 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #ff7c3d;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #ff4d4d;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-3.green {
  background-color: #5a5ae5;
}

.button-3.green:hover {
  background-color: #0909ce;
}

.pricing-list-title {
  line-height: 21px;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-block {
  padding-right: 51px;
  border-right: 2px solid #e4e4e4;
}

.large-pricing-block._2 {
  padding-right: 0px;
  padding-left: 50px;
  border-right-width: 0px;
  text-align: right;
}

.pricing-features-list {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}

.paragraph {
  line-height: 25px;
}

.paragraph-2 {
  line-height: 25px;
}

.text-span-3 {
  font-family: Exo, sans-serif;
  color: #5a5ae5;
  font-weight: 400;
  text-decoration: none;
}

.text-span-4 {
  font-family: Exo, sans-serif;
  color: #5a5ae5;
  font-weight: 400;
}

.text-span-5 {
  font-weight: 400;
  text-align: center;
}

.link {
  color: #3271e9;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.demo-text {
  font-size: 16px;
  line-height: 25px;
}

.note-abve {
  margin-top: 4px;
  padding: 27px;
  border-style: dashed;
  border-width: 1px 0px;
  border-color: #000;
  background-color: #e4ba00;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.lightbox-link {
  width: 250px;
}

.heading-4 {
  margin-bottom: 20px;
  text-align: center;
}

.section-7 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f3f3f3;
}

.div-block-5 {
  padding: 20px;
  -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;
  text-align: center;
}

.paragraph-3 {
  text-align: center;
}

.demo-link {
  position: static;
  display: inline-block;
  font-family: Exo, sans-serif;
  color: #658ee0;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.demo-link:hover {
  color: #165deb;
}

.div-block-6 {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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: 8px;
  background-color: #ff6b08;
  box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.div-block-6:hover {
  background-color: #f50;
}

.link-3 {
  padding-right: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  display: inline-block;
}

.link-block {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 1%;
  padding: 10px 31px 0px 28px;
  border-style: dashed;
  border-width: 2px;
  border-color: #815800;
  border-radius: 14px;
  background-color: #ffae00;
  box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.2);
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  background-color: #ffd900;
  opacity: 1;
}

.image-4 {
  padding-bottom: 5px;
}

.paragraph-4 {
  color: #3c0046;
  font-weight: 700;
  text-decoration: none;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.bottom-footer-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: left;
  -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;
  font-size: 12px;
  text-align: center;
}

.bottom-footer-paragraph.right {
  float: right;
}

.footer-social-col-right {
  text-align: center;
}

.container-4 {
  position: relative;
}

.footer-row {
  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;
}

.footer-logo {
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-small-social-icon {
  height: 15px;
  color: #fff;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 39px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: #ffea00;
}

.container-4-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand {
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  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;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
}

.text-span-6 {
  font-size: 20px;
}

.heading-5 {
  margin-top: 68px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.footer-social-icon-copy {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon-copy:hover {
  background-color: #1f6fff;
}

.footer-social-icon-copy {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon-copy:hover {
  background-color: #1f6fff;
}

.footer-social-icon-copy {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon-copy:hover {
  background-color: #1f6fff;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 45px;
  }
  .section.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .color-block-title {
    margin-bottom: 11px;
    padding-right: 37px;
    font-size: 15px;
  }
  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }
  .color-block {
    padding: 25px;
  }
  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }
  .feature-text-block {
    width: 400px;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .home-intro-wrapper.mid {
    left: 181px;
  }
  .intro-block-text-wrapper {
    font-size: 13px;
  }
  .intro-block-text-wrapper.last {
    width: 210px;
  }
  .intro-block-text-wrapper.mid {
    width: 75%;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .home-mockup {
    left: auto;
    top: -27px;
    right: auto;
  }
  .home-mockup.ipad {
    left: auto;
    top: 19px;
  }
  .home-mockup.iphone {
    left: auto;
    top: 140px;
  }
  .grid {
    min-height: 700px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-3-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-title-2 {
    margin-bottom: 4px;
    font-size: 25px;
  }
  .half-image-section {
    height: 470px;
  }
  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }
  .button-2.dark-outline {
    margin-top: 10px;
  }
  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }
  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }
  .section-title-3 {
    margin-bottom: 4px;
    font-size: 25px;
    line-height: 50px;
  }
  .half-image-section-2 {
    height: 470px;
  }
  .white-pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-6 {
    padding: 45px;
  }
  .section-6.below-contact-form {
    padding-bottom: 35px;
  }
  .section-6.pricing-section {
    padding-bottom: 180px;
  }
  .section-title-4 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }
  .white-price-title {
    font-size: 35px;
  }
  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .pricing-icon {
    width: 30px;
    height: 30px;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .white-contact-form {
    padding: 25px;
  }
  .white-contact-form.centered {
    width: 80%;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .subpage-header.contact-1 {
    padding-top: 110px;
  }
  .pricing-column-left {
    padding-left: 0px;
  }
  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }
  .large-pricing-block {
    padding-right: 30px;
  }
  .large-pricing-block._2 {
    padding-left: 30px;
  }
  .pricing-column-right {
    padding-right: 0px;
  }
  .note-abve {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .heading-5 {
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }
  .section {
    padding: 25px;
  }
  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .color-block-title {
    padding-right: 37px;
  }
  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .blocks-row {
    margin-bottom: 0px;
  }
  .container-2 {
    position: static;
  }
  .container-2.home-intro-container {
    height: auto;
  }
  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-text-block {
    width: 100%;
  }
  .home-intro-link-block {
    height: 300px;
  }
  .home-intro-link-block._3 {
    height: 270px;
  }
  .home-intro-link-block._2 {
    height: 300px;
  }
  .button.text-button {
    display: inline-block;
  }
  .home-intro-wrapper {
    position: static;
    width: 100%;
  }
  .home-intro-wrapper.mid {
    width: 100%;
  }
  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-block-text-wrapper.last {
    width: 100%;
  }
  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .info-column-right {
    padding-left: 0px;
  }
  .info-column-right.responsive {
    padding-left: 0px;
  }
  .home-mockup-column {
    height: 290px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .home-mockup {
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
  }
  .home-mockup.iphone {
    top: 102px;
    right: -220px;
    width: auto;
    height: 170px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-3-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-section-block {
    margin-right: auto;
    margin-left: auto;
  }
  .content-section-block.left {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .half-image-section {
    width: 100%;
    height: 250px;
  }
  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }
  .half-content-section.left {
    border-top: 1px solid #ececec;
  }
  .section-title-3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .half-image-section-2 {
    width: 100%;
    height: 250px;
  }
  .half-image-section-2.right.show-on-mobile {
    display: block;
  }
  .half-image-section-2.right.show-on-computer {
    display: none;
  }
  .white-pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-right-width: 0px;
  }
  .section-6 {
    padding: 25px;
  }
  .section-6.pricing-section {
    padding-bottom: 130px;
  }
  .section-title-4 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .transparant-pricing-block {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .white-contact-form.centered {
    width: 95%;
    margin-bottom: 0px;
  }
  .subpage-header {
    padding: 110px 25px 40px;
  }
  .subpage-header.contact-1 {
    height: 800px;
    padding-top: 90px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .form-title.from-header {
    text-align: center;
  }
  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }
  .button-3 {
    margin-right: 75px;
    margin-left: auto;
    text-align: right;
  }
  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }
  .large-pricing-icon {
    margin-top: 7px;
    margin-right: 6px;
    margin-bottom: 0px;
    padding-left: 24px;
    float: right;
  }
  .large-pricing-block {
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }
  .large-pricing-block._2 {
    padding-left: 0px;
    text-align: right;
  }
  .pricing-features-list {
    margin-top: 10px;
  }
  .pricing-column-right {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .paragraph {
    padding-right: 74px;
  }
  .paragraph-2 {
    padding-right: 75px;
  }
  .form {
    text-align: center;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .footer-menu-column {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-bottom: 31px;
    padding-left: 0px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-span-6 {
    font-size: 15px;
  }
  .heading-5 {
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .bottom-paragraph {
    margin-top: 10px;
  }
  .section {
    padding: 25px;
  }
  .color-block {
    padding: 20px;
  }
  .heading-2 {
    font-size: 35px;
  }
  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }
  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }
  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }
  .long-feature-title {
    margin-bottom: 7px;
  }
  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .section-2 {
    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;
  }
  .intro-block-title {
    margin-bottom: 10px;
  }
  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .home-mockup-column {
    height: 180px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .home-mockup {
    height: 160px;
  }
  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
  }
  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
  }
  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }
  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .intro-paragraph {
    line-height: 23px;
  }
  .section-title-3 {
    font-size: 25px;
  }
  .section-6 {
    padding: 25px;
  }
  .section-6.pricing-section {
    padding-bottom: 120px;
  }
  .section-title-4 {
    font-size: 25px;
    line-height: 26px;
  }
  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }
  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .white-pricing-title {
    margin-bottom: 5px;
  }
  .white-contact-form.centered {
    margin-bottom: -225px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .large-pricing-title {
    font-size: 12px;
  }
  .large-pricing-title.price {
    line-height: 30px;
  }
  .pricing-list-icon {
    top: 2px;
    width: 13px;
  }
  .button-3 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .pricing-list-title {
    line-height: 17px;
  }
  .large-pricing-icon {
    margin-right: 10px;
  }
  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }
  .pricing-column-right {
    padding-bottom: 15px;
  }
  .text-span-5 {
    line-height: 30px;
  }
  .note-abve {
    font-size: 15px;
  }
  .link-block {
    display: none;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .footer-social-col-right {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .footer-logo-column-left {
    padding-bottom: 28px;
  }
  .container-4 {
    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;
  }
  .footer-row {
    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;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-8631936ac9e2-e1ca63ad {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Notokufiarabic';
  src: url('../fonts/NotoKufiArabic.woff2') format('woff2'), url('../fonts/NotoKufiArabic.woff') format('woff'), url('../fonts/NotoKufiArabic.ttf') format('truetype'), url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Notokufiarabic';
  src: url('../fonts/NotoKufiArabic-Bold.woff2') format('woff2'), url('../fonts/NotoKufiArabic-Bold.woff') format('woff'), url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}