@import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";
#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.project-name {
  text-align: center;
  padding: 10px 0;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #007bff;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  border-radius: 50%;
  border: 3px solid #007bff;
}
#timeline .timeline-item .timeline-icon svg {
  color: #007bff;
  font-size: 1.2rem;
  margin: 0.6rem;
  margin-top: 0.75rem;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #007bff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #007bff;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #007bff;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: "";
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #007bff;
}

.btn {
  padding: 5px 15px;
  text-decoration: none;
  background: transparent;
  border: 3px solid #3395ff;
  color: #3395ff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 1rem;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 2px 2px 0 #3395ff;
  -ms-box-shadow: 2px 2px 0 #3395ff;
  box-shadow: 2px 2px 0 #3395ff;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #007bff;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
.featureButton {
  visibility: visible !important;
  margin-top: 20px;
}

#pix-tabs-content .content .shape-shadow {
  height: 150px;
}

.swiper-container {
  overflow: visible;
}

.review-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  min-height: inherit;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(48, 11, 33, 0.08);
          box-shadow: 0px 30px 60px 0px rgba(48, 11, 33, 0.08);
  opacity: 1;
  padding: 0;
  overflow: hidden;
}

.review-slider img {
  max-width: 100%;
  max-height: 100%;
}

.pix-btn.btn-grey:hover {
  background: #1c93ff;
  color: #fff;
}

.section-title.style-five .sub-title {
  color: #1c93ff;
}

.tabs-three #pix-tabs-nav li.active a {
  color: #1c93ff;
}

.container-wrap.bg-color-two {
  background-color: #edf3ff;
}

.avatar-content {
  width: 8rem;
  height: 8rem;
  background-color: rgba(28, 147, 255, 0.1019607843);
  /* display: flex; */
  margin: 0 auto;
  border-radius: 8rem;
  color: #1c93ff;
  font-size: 3rem;
  line-height: 8rem;
}

.avatar-content-small {
  width: 5rem;
  height: 5rem;
  background-color: rgba(28, 147, 255, 0.1019607843);
  /* display: flex; */
  margin: 0 auto;
  border-radius: 1rem;
  color: #1c93ff;
  font-size: 2rem;
  line-height: 5rem;
}

.avatar-second {
  background-color: #e8fadf;
  color: #71dd37;
}

.avatar-third {
  background-color: #ffe0db;
  color: #ff3e1d;
}

.avatar-fourth {
  background-color: #fff2d6;
  color: #ffab00;
}

.pix-btn:hover,
.pix-btn:focus {
  color: #322d49;
}

#first-tab .content img {
  background-color: #e1d5d5;
  -webkit-box-shadow: 0px 60px 100px 0px rgba(35, 51, 79, 0.2);
  box-shadow: 0px 60px 100px 0px rgba(35, 51, 79, 0.2);
  border-radius: 10px;
  max-width: 970px;
  width: 100%;
}

.firstColor {
  color: #1c93ff !important;
}

.secondColor {
  color: #71dd37 !important;
}

.thirdColor {
  color: #ff3e1d !important;
}

.fourthColor {
  color: #ffab00 !important;
}

.job.job__color--one {
  border-color: #1c93ff;
}

.job.job__color--two {
  border-color: #71dd37;
}

.job.job__color--three {
  border-color: #ff3e1d;
}

.job.job__color--four {
  border-color: #ffab00;
}

.checklist p {
  font-size: 14px !important;
}

.checklist span {
  margin-right: 10px;
}

.job__time {
  opacity: 0.5;
}

.badge {
  margin-left: 5px;
  text-transform: uppercase;
  padding: 5px;
  vertical-align: middle;
}

.bg-label-success {
  background-color: #e8fadf !important;
  color: #71dd37 !important;
}

.bg-label-danger {
  background-color: #fff2d6 !important;
  color: #ffab00 !important;
}

.bg-label-warning {
  background-color: #ffe0db !important;
  color: #ff3e1d !important;
}

.bg-label-primary {
  background-color: rgba(26, 144, 255, 0.1019607843) !important;
  color: #1c93ff !important;
}

.job__location.checklist p {
  position: relative;
  width: calc(100% - 0.5rem);
  margin-left: 1.5rem;
}

.job__location.checklist p span {
  position: absolute;
  left: -1.5rem;
}

.job__location.checklist p .badge {
  position: relative;
  left: 0;
}

.getDemo {
  display: inline-block;
  padding: 7px 37px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid transparent;
  margin: 0rem 0.5rem;
  visibility: visible;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-name: pixFadeUp;
          animation-name: pixFadeUp;
  background: transparent;
  color: #1c93ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1c93ff;
}

.getDemo:hover {
  background: #1c93ff;
  color: #fff;
}

.play-btn.play-btn-outline i {
  color: #1c93ff;
  border-color: #fff;
  text-shadow: 0px 6px 10px rgba(11, 66, 176, 0.4);
}

.mfp-bg {
  z-index: 9999999;
}

.mfp-wrap {
  z-index: 99999999;
}

.mfp-iframe-scaler iframe {
  border-radius: 1rem;
  overflow: hidden;
}

.checklist .ourPartners {
  margin-top: 2rem !important;
  font-size: 0.65rem !important;
  line-height: 0.65rem !important;
  width: 100% !important;
  margin-left: -1rem !important;
  margin-bottom: -2rem !important;
  font-style: italic !important;
  opacity: 0.5 !important;
}

.partnersLink {
  color: #797687;
}

.saaspik-icon-box-icon {
  padding: 1rem;
  border-radius: 1rem;
}

#intro .pixFadeRight img {
  margin-bottom: 20px;
}

#intro .pixFadeRight img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 100px 0px rgba(79, 35, 35, 0.2);
          box-shadow: 0px 20px 100px 0px rgba(79, 35, 35, 0.2);
}

#modules .saaspik-icon-box-wrapper .saaspik-icon-box-icon {
  height: 70px !important;
}

#modules .saaspik-icon-box-icon img {
  max-height: 40px;
  max-width: 40px;
}

#modules .saaspik-icon-box-icon {
  padding: 1rem;
  border-radius: 1rem;
}

#modules .partnersLink {
  color: #797687;
}

#partners .saaspik-icon-box-icon img {
  max-height: 60px;
  max-width: 70px;
}

#partners .saaspik-icon-box-wrapper .saaspik-icon-box-icon {
  height: 40px !important;
}

.hideOnDemo {
  display: none !important;
}

.logo-list li {
  text-align: center;
}

.logo-list img {
  max-height: 50px;
  max-width: 150px;
}

.personalInformation p {
  margin-bottom: 0.5rem;
  opacity: 0.5;
  font-size: 14px;
  line-height: 16px !important;
}

.personalInformation p span {
  display: inline-block;
  width: 2rem;
}

.personalInformation img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 100px 0px rgba(79, 35, 35, 0.2);
          box-shadow: 0px 20px 100px 0px rgba(79, 35, 35, 0.2);
}

.aboutmeImageContainer img {
  max-width: calc(50% - 5rem);
  margin: 1rem 2rem;
  /* padding: 1rem; */
  /* border-radius: 1rem; */
  max-height: 5rem;
}

#timeline .timeline-item .timeline-icon {
  text-align: center;
}

.leftImageContainer, .rightAlignImagesPrice {
  width: 70%;
  border: 3px solid #dceeff;
  border-radius: 1rem;
  padding: 2rem;
  padding-right: 10rem;
}
.leftImageContainer .centerAlignImages, .rightAlignImagesPrice .centerAlignImages {
  text-align: center;
  padding: 2rem 2rem 0rem 2rem;
}
.leftImageContainer .centerAlignImages img, .rightAlignImagesPrice .centerAlignImages img {
  padding: 1rem;
}

.rightAlignImages, .leftImageContainerPrice {
  position: absolute;
  right: 2rem;
  width: 35%;
  background-color: #dceeff;
  border-radius: 1rem;
  padding: 2rem;
  top: -2rem;
  text-align: center;
  color: #2c2350;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
.rightAlignImages .centerAlignImages, .leftImageContainerPrice .centerAlignImages {
  text-align: center;
  padding: 2rem 2rem 0rem 2rem;
}
.rightAlignImages .centerAlignImages img, .leftImageContainerPrice .centerAlignImages img {
  width: calc(25% - 1rem);
  margin: 0 0.5rem;
}

.rightAlignImagesPrice {
  color: #2c2350;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  margin-left: 50%;
  width: 45%;
  padding-left: 4rem;
  padding-right: 2rem;
}
.rightAlignImagesPrice table {
  width: 100%;
}

.leftImageContainerPrice {
  text-align: left;
  right: auto;
  left: 2rem;
  width: 50%;
  top: -0.75rem;
}
.leftImageContainerPrice table {
  width: 100%;
}

.moduleContainer {
  position: relative;
  height: calc(100vh - 10rem);
  z-index: 99;
}
.moduleContainer .central {
  position: absolute;
  top: calc(50% - 9rem);
  left: calc(50% - 3rem);
}
.moduleContainer .central img {
  width: 6rem;
}

.topLeft {
  position: absolute;
  width: 20rem;
  left: 5rem;
  top: 1rem;
}
.topLeft img {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
}

.topRight {
  position: absolute;
  width: 20rem;
  right: 5rem;
  top: 1rem;
  padding-left: 8rem;
}
.topRight img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
}

.bottomLeft {
  position: absolute;
  width: 20rem;
  left: 5rem;
  bottom: 1rem;
}
.bottomLeft img {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
}

.bottomRight {
  position: absolute;
  width: 20rem;
  right: 5rem;
  bottom: 1rem;
  padding-left: 8rem;
}
.bottomRight img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
}

.moduleContainer div {
  height: 15rem;
}

.moduleContainer p {
  font-weight: 600;
}

.big-badge {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 0.5rem 0.7rem;
  margin-bottom: 0.5rem;
}

.middleRoadmap {
  background-color: #f7fbff;
  margin: 2rem;
  border-radius: 1rem;
}

.btnWeight {
  font-weight: 600;
}

.countup .saaspik-icon-box-icon {
  padding: 0;
  border-radius: 0;
}