.body-vpix5 {
  height: 100%;
  min-height: 100%;
  font-family: 'Droid Sans', sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

.vpix5-home-main {
  position: relative;
  height: 700px;
  background-color: #222;
}

.vpix5-homevideo-bg {
  z-index: 1;
  display: none;
  height: 100%;
}

.vpix5-middle-align {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 11;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.vpix5-container-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  font-size: 18px;
  line-height: 26px;
}

.vpix5-home-main-textcol {
  width: 40%;
  color: #fff;
}

.vpix5-h3-homemain {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 400;
}

.vpix5-h1-homemain {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 56px;
  line-height: 60px;
  font-weight: 300;
}

.vpix5-homemain-right {
  width: 50%;
}

.vpix5-homemain-videoholder {
  min-height: 280px;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
}

.acenter {
  text-align: center;
}

.acenter.fc-white {
  background-color: rgba(0, 0, 0, .05);
}

.vpix5-home-button {
  padding: 15px 35px;
  border-radius: 4px;
  background-color: #09f;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-decoration: none;
}

.vpix5-home-button:hover {
  background-color: #08c;
}

.padtop-35 {
  padding-top: 35px;
}

.padtop-50 {
  padding-top: 50px;
}

.vpix5-home-logos {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
}

.vpix5-container {
  display: block;
  width: 96%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.vpix5-container.vpix5-container-small {
  max-width: 900px;
}

.vpix5-home-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.vpix5-home-section.vpix5-graybg {
  background-color: #f6f6f6;
}

.vpix5-home-section.hideme {
  display: none;
}

.vpix5-home-section.vpx5-bluebg {
  background-color: #09f;
}

.vpix5-h1 {
  margin-top: 10px;
  color: #111;
  font-weight: 400;
}

.vpix5-home-4cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vpix5-home-5cols-col {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.vpix5-home-4cols-icon {
  width: 100px;
  opacity: 0.5;
}

.vpix5-h3 {
  margin-top: 10px;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.vpix5-home-2cols {
  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;
}

.vpix5-home-graphic-col {
  width: 40%;
}

.vpix5-home-2cols-text {
  width: 46%;
}

.vpix5-h2 {
  margin-top: 10px;
  color: #111;
  font-size: 28px;
}

.vpix5-h2.vpix5-underline-thick {
  border-bottom: 5px solid #e5e5e5;
}

.vpix5-home-quote {
  display: none;
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #999;
  font-style: italic;
}

.vpix5-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f90;
  color: #fff;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  font-weight: 300;
}

.vpix5-home-quote-text {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vpix5-home-quote-author {
  padding-top: 10px;
  color: #111;
  font-style: normal;
}

.vpix5-home-features-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vpix5-home-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vpix5-home-features-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 60px;
}

.vpix5-home-features-icon-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vpix5-home-features-right {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vpix5-h4 {
  margin-top: 0px;
  color: #111;
  font-weight: 600;
}

.vpix5-table-holder {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.vpix5-table-rows {
  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;
  border-left: 1px solid #e5e5e5;
}

.vpix5-table-rows.vpix5-table-row-gray {
  background-color: #f5f5f5;
}

.vpix5-table-rows.vpix5-table-row-gray.vpix5-table-row-first {
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 6px;
}

.vpix5-table-rows.vpix5-table-rows-head-footer {
  border-left-width: 0px;
}

.vpix5-table-rows.vpix5-table-rows-last {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-left-radius: 6px;
}

.vpix5-table-cols {
  position: relative;
  width: 25%;
  padding: 15px 20px;
  border-right: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.vpix5-table-cols.vpix5-table-col1 {
  color: #444;
  font-weight: 700;
  text-align: left;
}

.vpix5-table-cols.vpix5-table-col1.vpix5-table-head {
  border-right-width: 0px;
  background-color: #fff;
}

.vpix5-table-cols.vpix5-table-col-header {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f4f4f4;
}

.vpix5-table-cols.vpix5-table-col-header.vpix5-table-col2-header {
  background-color: #09f;
  color: #fff;
}

.vpix5-table-cols.vpix5-table-head-col1 {
  border-left: 1px solid #e5e5e5;
}

.vpix5-table-cols.vpix5-table-head-col1.vpix5-table-cols-col2.vpix5-table-footer-cols {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.vpix5-table-cols.vpix5-table-cols-col4 {
  box-shadow: inset 11px 0 9px -8px rgba(0, 0, 0, .15);
}

.vpix5-table-cols.vpix5-table-cols-col2 {
  box-shadow: inset -11px 0 8px -8px rgba(0, 0, 0, .15);
}

.vpix5-table-cols.vpix5-table-footer-cols {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.vpix5-table-cols-text.vpix5-table-col3 {
  font-weight: 600;
}

.vpix5-table-icon-marks {
  width: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.vpix5-table-icon-marks.is-1 {
  position: relative;
  top: 6px;
}

.vpix5-table-h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #444;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.fc-white {
  color: #fff;
}

.vpix5-table-price {
  color: #111;
  font-size: 22px;
  font-weight: 700;
}

.fs17 {
  font-size: 17px;
}

.fc-gray {
  color: #999;
}

.vpix5-table-button {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 6px;
  background-color: #e5e5e5;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.vpix5-table-button:hover {
  background-color: #ddd;
}

.vpix5-table-button.vpix5-table-button-blue {
  background-color: #09f;
  color: #fff;
}

.vpix5-table-button.vpix5-table-button-blue:hover {
  background-color: #08c;
}

.padtop-20 {
  padding-top: 20px;
}

.padbot-10 {
  padding-bottom: 10px;
}

.padbot-20 {
  padding-bottom: 20px;
}

.padbot-30 {
  padding-bottom: 30px;
}

.padbot-40 {
  padding-bottom: 40px;
}

.vpix5-button-big {
  padding: 15px 35px;
  border-radius: 6px;
  background-color: #efefef;
  color: #09f;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.vpix5-button-big:hover {
  background-color: #fff;
}

.padtop-10 {
  padding-top: 10px;
}

.vpix5-footer {
  background-color: #efefef;
  color: #888;
  font-size: 15px;
  line-height: 22px;
}

.vpix5-footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 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;
}

.vpix5-h4-footer {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #111;
}

.vpix5-footer-links {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  color: #888;
  text-decoration: none;
}

.vpix5-footer-links:hover {
  color: #444;
}

.vpix5-footer-links.vpix5-footer-links-first {
  padding-left: 0px;
  border-left-width: 0px;
}

.vpix5-footer-links.vpix5-footer-links-last {
  padding-right: 0px;
}

.padtop-5 {
  padding-top: 5px;
}

.vpix5-footer-questions-box {
  width: 100%;
  max-width: 400px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.vpix5-link {
  color: #09f;
  text-decoration: none;
  cursor: pointer;
}

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

.vpix5-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 35px;
  -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: 1px solid #ddd;
  background-color: #fff;
  color: #999;
  font-size: 13px;
}

.fc-red {
  color: red;
}

.padleft-10 {
  padding-left: 10px;
}

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

.vpix5-footer-links2 {
  color: #888;
  text-decoration: none;
}

.vpix5-footer-links2:hover {
  text-decoration: underline;
}

.vpix5-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hideme {
  display: none;
}

.vpix5-timeline-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/timeline-vertical-line2.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.vpix5-timeline-holder.vpix5-timeline-holder-alt {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vpix5-timeline-holder.vpix5-timeline-holder-last {
  background-image: url('../images/timeline-vertical-line-end.png');
  background-size: auto;
}

.vpix5-timeline-events {
  position: relative;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vpix5-timeline-events-arrow {
  position: relative;
  z-index: 11;
  height: 16px;
  margin-top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 16px solid transparent;
  border-right: 16px solid #777;
  border-bottom: 16px solid transparent;
}

.vpix5-timeline-events-arrow.vpix5-timeline-events-arrow-right {
  border-left: 16px solid #777;
  border-right-width: 0px;
}

.vpix5-timeline-events-box {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #f4f4f4;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
}

.vpix5-h2-timeline {
  position: relative;
  z-index: 10;
  min-height: 60px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 50%;
  background-color: #777;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.vpix5-timeline-events-info {
  position: relative;
  z-index: 12;
  padding: 15px 20px 25px;
}

.vpix5-timeline-icon {
  position: absolute;
  left: 50px;
  top: -50px;
  width: 100px;
}

.vpix5-timeline-events-infotext {
  padding-left: 180px;
  color: #888;
  font-size: 14px;
  line-height: 22px;
}

.vpix5-h4-timeline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.vpix5-section-100p {
  position: relative;
  height: 100%;
}

.vpix5-inner-header {
  position: relative;
  min-height: 300px;
  background-color: #555;
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.vpix5-inner-header.vpix5-demo-header {
  min-height: 450px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.vpix5-flex-centered {
  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;
}

.vpix5-demo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  font-size: 28px;
  line-height: 32px;
}

.vpix5-demo-title-num {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f80;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

.vpix5-demo-form {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vpix-demo-from-left {
  width: 58%;
}

.vpix5-field {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.vpix5-field.vpix5-textarea {
  min-height: 100px;
}

.vpix5-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vpix5-form-row.vpix5-form-row-flexleft {
  -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;
}

.vpix5-form-label {
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #222;
}

.vpix5-form-cols2 {
  width: 48%;
}

.vpix5-demo-form-right {
  width: 36%;
}

.vpix5-form-radiobuttons-row {
  margin-right: 20px;
}

.icon-width-30px {
  width: 30px;
}

.icon-width-40px {
  width: 40px;
}

.vpix5-subtitle-blue {
  color: #09f;
  font-size: 24px;
  line-height: 30px;
}

.vpix5-faqs-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -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;
}

.vpix5-faqs-cols2 {
  width: 45%;
}

.vpix5-faqs-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.vpix5-faqs-question {
  display: block;
  padding-left: 24px;
  background-image: url('../images/blue-icons-plus-sign.png');
  background-position: 0px 3px;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #09f;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.vpix5-faqs-question.vpix5-faqs-active {
  background-image: url('../images/blue-icons-negative-sign.png');
  background-position: 0px 3px;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #111;
}

.vpix5-faqs-answer {
  display: none;
  padding-top: 5px;
  padding-left: 24px;
  line-height: 24px;
}

.fs16 {
  font-size: 16px;
}

.vpix5-home-typingtext-div {
  color: #fff;
  text-align: center;
}

.vpix5-home-typingtext {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
}

.vpix5-home-typingtext-hide {
  font-size: 40px;
  line-height: 46px;
}

.vpix5-slider {
  position: relative;
  z-index: 10;
  height: 100%;
}

.vpix5-home-slide {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.vpix5-home-slide.vpix5-home-slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-3.jpg');
}

.vpix5-home-slide.vpix5-home-slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-2.jpg');
}

.vpix5-home-slide.vpix5-home-slide-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-4.jpg');
  background-position: 0px 0px, 50% 100%;
}

.vpix5-home-slidenav {
  display: none;
}

.wpix5-innerheader-title {
  width: 1028px;
  max-width: 94%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.vpix5-innerpage-top-h2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, .4);
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

html.w-mod-js *[data-ix="right-to-left-1"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="left-to-right-1"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

@media (max-width: 991px) {
  .vpix5-home-main {
    height: 600px;
  }
  .vpix5-h1-homemain {
    font-size: 46px;
    line-height: 50px;
  }
  .vpix5-home-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vpix5-home-4cols-icon {
    width: 60px;
  }
  .vpix5-home-2cols {
    display: block;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vpix5-home-graphic-col {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .vpix5-home-2cols-text {
    width: 100%;
  }
  .vpix5-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
  .vpix5-footer-top-left {
    padding-bottom: 25px;
    text-align: center;
  }
  .vpix5-footer-questions-box {
    max-width: 96%;
  }
  .vpix5-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .vpix5-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vpix5-demo-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vpix5-home-typingtext {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .vpix5-home-main {
    height: 500px;
  }
  .vpix5-container-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vpix5-home-main-textcol {
    width: 100%;
    text-align: center;
  }
  .vpix5-h3-homemain {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
  }
  .vpix5-h1-homemain {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }
  .vpix5-homemain-right {
    width: 100%;
    margin-top: 35px;
  }
  .vpix5-home-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .vpix5-h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .vpix5-home-5cols-col {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .vpix5-home-4cols-icon {
    width: 130px;
    margin-bottom: 10px;
  }
  .vpix5-home-feature {
    width: 100%;
  }
  .vpix5-table-holder {
    border-bottom-width: 0px;
  }
  .vpix5-table-rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vpix5-table-cols {
    width: 33%;
    border-bottom: 1px solid #e5e5e5;
  }
  .vpix5-table-cols.vpix5-table-col1 {
    width: 100%;
    text-align: center;
  }
  .vpix5-table-cols.vpix5-table-col1.vpix5-table-head {
    display: none;
  }
  .vpix5-table-cols.vpix5-table-cols-col4 {
    box-shadow: none;
  }
  .vpix5-table-cols.vpix5-table-cols-col2 {
    box-shadow: none;
  }
  .vpix5-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vpix5-timeline-holder {
    margin-top: 25px;
    background-image: none;
    background-repeat: repeat;
  }
  .vpix5-timeline-holder.vpix5-timeline-holder-last {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .vpix5-timeline-events {
    top: 0px;
    width: 100%;
  }
  .vpix5-timeline-events-arrow {
    display: none;
  }
  .vpix5-flex-centered {
    -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;
  }
  .vpix5-demo-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .vpix5-demo-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vpix-demo-from-left {
    width: 100%;
  }
  .vpix5-demo-form-right {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .vpix5-faqs-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vpix5-faqs-cols2 {
    width: 100%;
    padding-bottom: 10px;
  }
  .vpix5-home-typingtext {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .vpix5-table-button {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .vpix5-demo-title {
    font-size: 20px;
  }
}