body {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

p {
  margin-bottom: 0px;
  font-size: 0.8em;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #4441f8;
}

.sub-heading {
  margin-top: 10px;
  color: #000;
  font-size: 1.8em;
  line-height: 2em;
  font-weight: 400;
  text-transform: none;
}

.heading {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 4.5em;
  line-height: 1.5em;
  font-weight: 800;
  text-transform: capitalize;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  margin-bottom: -5px;
  -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-image: url('../images/pizza.png');
  background-position: 0px 0px;
  background-size: 350px;
  font-family: Raleway, sans-serif;
  color: #512da8;
  text-align: center;
}

.client-name {
  position: relative;
  display: inline-block;
  margin-right: 2.5px;
  margin-left: 2.5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.button {
  position: relative;
  margin-top: 40px;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #1a2980;
  -webkit-transition: box-shadow 200ms ease-in, background-color 200ms ease;
  transition: box-shadow 200ms ease-in, background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}

.button:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background-image: linear-gradient(90deg, transparent, #000);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.button.ecommerce {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #43cea2;
}

.button.ecommerce:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background-image: linear-gradient(90deg, transparent, #000);
}

.button.home {
  background-color: #0072ff;
}

.button.home:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background-image: linear-gradient(90deg, transparent, #000);
}

.date {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
}

.wavey {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 350px;
  background-color: #1a2980;
  background-image: url('../images/wavy.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(15%, transparent));
  background-image: url('../images/wavy.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 15%);
  background-position: 50% 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
}

.wavey.ecommerce {
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #43cea2;
}

.wavey.main {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 235px;
  padding-bottom: 100px;
  background-color: #4441f8;
}

.wavey.blue {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 200px;
  background-color: #fff;
  background-image: url('../images/wavy-blue.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: repeat-x;
}

.wrap {
  position: relative;
  margin-bottom: 15px;
  padding: 50px 100px;
  border: 10px solid #ece9e6;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: justify;
}

.wrap.padding {
  position: relative;
  margin-bottom: 20px;
  padding: 35px 20px;
  border-width: 5px;
  border-color: #eee;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.wrap.padding.ecommerce {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.4em;
  text-align: center;
}

.wrap.solution {
  border-color: #4441f8;
}

.wrap.solution.ecommerce {
  border-color: #4441f8;
}

.wrap.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.wrap.price.total {
  border-color: #4441f8;
  color: #4441f8;
  font-weight: 700;
}

.wrap.price.grand-total {
  border-color: #4441f8;
  color: #4441f8;
  font-weight: 700;
}

.wrap.time {
  padding: 25px 50px;
  color: #000;
  font-size: 2em;
  text-align: center;
}

.wrap.featured-wrap {
  margin-bottom: 25px;
  padding: 25px;
  text-align: center;
  text-transform: capitalize;
}

.wrap.proposal-template-rap {
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
  border-color: #ece9e6;
  border-bottom-style: solid;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 1.7em;
  font-weight: 700;
  text-align: left;
}

.wrap.proposal-template-rap.ecommerce {
  padding-right: 50px;
  padding-left: 50px;
  border-color: #37a582;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.title {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 3.5em;
  line-height: 1.5em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.title.includes {
  margin-top: 100px;
  margin-bottom: 70px;
  font-size: 3em;
  font-weight: 400;
}

.title.secondary {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2.5em;
  font-weight: 600;
}

.title.black {
  color: #000;
}

.row {
  margin-top: 50px;
}

.row.services {
  margin-top: 0px;
  margin-bottom: 20px;
}

.solution-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 5vh;
  background-color: #1a2980;
}

.solution-section.ecommerce {
  background-color: #43cea2;
}

.line {
  width: 50%;
  height: 25px;
  margin-bottom: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.icon {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.icon.ecommerce {
  background-color: #00c6ff;
}

.icon.features-icon {
  padding: 20px;
  background-color: transparent;
}

.div-line {
  display: block;
  width: 25px;
  height: 5px;
  margin: 10px auto 15px;
  border-radius: 5px;
  background-color: #0072ff;
}

.div-line.ecommerce {
  background-color: #00c6ff;
}

.div-line.black {
  background-color: #000;
}

.icon-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 20%;
  max-width: 350px;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.25;
}

.problem-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 5vh;
  background-color: #1a2980;
}

.problem-section.ecommerce {
  background-color: #43cea2;
}

.button-next {
  margin-top: 50px;
  margin-bottom: 75px;
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease-in, color 200ms ease-in, background-color 200ms ease-in;
  transition: box-shadow 200ms ease-in, color 200ms ease-in, background-color 200ms ease-in;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 600;
}

.button-next:hover {
  background-color: #00c6ff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-next.cta {
  margin-bottom: 25px;
}

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

.button-next.cta.dark:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#000));
  background-image: linear-gradient(270deg, transparent, #000);
}

.button-next.dark:hover {
  background-color: #0072ff;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#0072ff));
  background-image: linear-gradient(270deg, transparent, #0072ff);
}

.button-next.dark.w--current:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#0072ff));
  background-image: linear-gradient(90deg, transparent, #0072ff);
}

.line-title {
  position: relative;
  z-index: 5;
  display: block;
  width: 25px;
  height: 5px;
  margin: 10px auto 15vh;
  border-radius: 3px;
  background-color: #fff;
}

.line-title.black {
  margin-bottom: 10vh;
  background-color: #000;
}

.pricing-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 5vh;
  background-color: #1a2980;
}

.pricing-section.ecommerce {
  background-color: #43cea2;
}

.action-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 15vh;
  background-color: #1a2980;
}

.action-section.ecommerce {
  background-color: #43cea2;
}

.list {
  margin-bottom: 0px;
  text-align: left;
  text-transform: capitalize;
}

.list li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list ul {
  margin-bottom: 0px;
}

.price {
  display: inline-block;
}

.brand {
  margin-top: 30px;
}

.comment {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
}

.comment:hover {
  border-bottom-color: #fff;
}

.or {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}

.hero-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 75px;
  -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-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-align: center;
}

.template-section {
  padding-top: 50px;
  padding-bottom: 150px;
}

.small-list {
  margin-top: 10px;
  padding-left: 20px;
  opacity: 0.7;
  font-size: 0.7em;
  font-weight: 400;
  text-align: left;
}

.view-template {
  display: block;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #ece9e6;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in, color 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in, color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.view-template:hover {
  border-color: #1a2980;
  background-color: #000;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.view-template.ecommerce {
  border-color: #43cea2;
  background-color: #43cea2;
}

.view-template.ecommerce:hover {
  border-color: #37a582;
  background-color: #37a582;
}

.footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4441f8;
}

.footer-title {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.sidney-ottelohe {
  color: #fff;
  text-decoration: none;
}

.sidney-ottelohe:hover {
  text-decoration: underline;
}

.nav-link {
  margin-top: 30px;
  margin-left: 30px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-transition: color 200ms ease-in, border-color 200ms ease-in;
  transition: color 200ms ease-in, border-color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

.brand-image {
  width: auto;
  height: 50px;
  margin-top: 0px;
  float: left;
}

.brand-name {
  display: inline-block;
  padding-left: 0px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.client-logo {
  width: 100px;
  margin-bottom: 25px;
}

.contact-modal {
  position: relative;
  z-index: 2500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 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;
  border: 10px solid #1a2980;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.contact-modal.e-commerce {
  border-color: #43cea2;
}

.comment-form {
  width: 80%;
}

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

.field {
  margin-top: 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 41, 128, 0.25);
  border-radius: 10px;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.field:focus {
  border: 1px solid #1a2980;
  color: #000;
}

.field.area {
  min-height: 75px;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #1a2980;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
  line-height: 30px;
}

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

.submit-button.e-commerce {
  background-color: #43cea2;
}

.submit-button.e-commerce:hover {
  background-color: #000;
}

.close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 150ms ease-in;
  transition: -webkit-transform 150ms ease-in;
  transition: transform 150ms ease-in;
  transition: transform 150ms ease-in, -webkit-transform 150ms ease-in;
  cursor: pointer;
}

.close-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-modal-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.contact-modal-wrap.e-commerce-modal {
  display: none;
}

.text-link {
  color: #fff;
}

.credit {
  opacity: 0.5;
}

.intro-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
}

.strike {
  text-decoration: line-through;
}

.cta-button {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #4441f8;
  background-image: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background-image: linear-gradient(270deg, #000, transparent);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.awards {
  position: fixed;
  left: 0px;
  top: 15%;
}

.image {
  height: 48px;
}

html.w-mod-js *[data-ix="initial-hide-contact-wrap"] {
  display: none;
}

html.w-mod-js *[data-ix="on-load-hero"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="bg-icons-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="content-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

@media screen and (max-width: 991px) {
  .sub-heading {
    font-size: 1.6em;
  }
  .heading {
    font-size: 3.5em;
  }
  .wavey.main {
    padding-top: 100px;
  }
  .wavey.blue {
    padding-top: 100px;
  }
  .wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrap.padding {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3em;
  }
  .wrap.price {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrap.proposal-template-rap {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrap.proposal-template-rap.ecommerce {
    padding-right: 25px;
    padding-left: 25px;
  }
  .solution-section {
    padding-top: 10vh;
  }
  .problem-section {
    padding-top: 10vh;
  }
  .pricing-section {
    padding-top: 10vh;
  }
  .action-section {
    padding-top: 10vh;
  }
  .footer-title {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sub-heading {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .heading {
    font-size: 2.8em;
  }
  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wavey {
    padding-top: 150px;
  }
  .wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrap.padding {
    margin-bottom: 20px;
  }
  .wrap.proposal-template-rap {
    font-size: 1.8em;
  }
  .wrap.proposal-template-rap.ecommerce {
    margin-top: 30px;
  }
  .row.services {
    margin-bottom: 0px;
  }
  .solution-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon-layer {
    width: 90%;
  }
  .problem-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricing-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .action-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .list {
    text-align: left;
  }
  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .sub-heading {
    font-size: 1.3em;
  }
  .heading {
    font-size: 2.4em;
    line-height: 1.3em;
  }
  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .client-name {
    font-size: 1.2em;
  }
  .wrap {
    padding-right: 15px;
    padding-left: 15px;
    border-width: 5px;
    font-size: 1.3em;
  }
  .wrap.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wrap.solution {
    border-width: 5px;
    font-size: 1.3em;
  }
  .wrap.price {
    padding-right: 10px;
    padding-left: 10px;
    border-width: 5px;
    font-size: 1.2em;
  }
  .title {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .title.includes {
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .title.black {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .solution-section {
    padding-top: 175px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .line {
    margin-top: 5px;
  }
  .icon-layer {
    margin-top: 65px;
  }
  .problem-section {
    padding-top: 175px;
    padding-bottom: 50px;
  }
  .button-next {
    font-size: 1.1em;
  }
  .button-next.dark {
    display: block;
    margin-top: 40px;
    font-size: 1.5em;
  }
  .line-title.black {
    margin-top: 15px;
  }
  .pricing-section {
    padding-top: 175px;
  }
  .action-section {
    padding-top: 175px;
  }
  .price {
    font-size: 0.9em;
  }
  .brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .hero-main {
    padding-top: 15vh;
  }
  .brand-name {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@font-face {
  font-family: 'Ailerons';
  src: url('../fonts/Ailerons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}