body {
  height: 100%;
  background-color: #e6ebf0;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5c6bc0;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: 20px;
}

.hero {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  min-height: 800px;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 35px;
  background-image: linear-gradient(198deg, #81b2e2, #68b2d7 17%, #6c98d4 41%, #9482cf 74%, #c388b5);
  background-position: 0px 0px;
  background-size: auto;
}

.hero._404 {
  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;
}

.hero-tilt-block {
  position: absolute;
  left: -12%;
  right: 0px;
  width: 115%;
  height: 400px;
  border-top-left-radius: 5px;
  background-color: #f6f9fc;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.navlink {
  margin-left: 35px;
  padding: 10px 0px 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

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

.navlink.w--current {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.navlink.color-link {
  margin-top: 1px;
  margin-left: 20px;
  padding: 8px 20px 7px;
  border-radius: 69px;
  background-color: #8bd738;
}

.navlink.color-link:hover {
  border-bottom-color: transparent;
  background-color: #9eeb4b;
}

.navlink.color-link.color-2 {
  background-color: #ab47bc;
}

.navlink.color-link.trynow {
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
}

.navlink.negative {
  display: inline-block;
  padding-top: 8px;
  color: #000;
}

.navlink.negative:hover {
  color: #46ca9b;
}

.navlink.negative.w--current {
  color: #46ca9b;
}

.navlink.hide {
  display: none;
}

.navlink.inner {
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 30px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#393267), to(#393267));
  background-image: linear-gradient(180deg, #393267, #393267);
  color: #c3ccff;
}

.navlink.inner:hover {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49417e), to(#49417e));
  background-image: linear-gradient(180deg, #49417e, #49417e);
}

.h1-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
}

.h1-title._404 {
  color: #ab47bc;
}

.hero-button {
  margin-right: 10px;
  padding: 14px 25px 13px;
  border-radius: 3px;
  background-color: #192369;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #2d3a91;
  color: #fff;
}

.section {
  position: relative;
  bottom: -20px;
  overflow: hidden;
  padding: 70px 35px 90px;
  background-color: #fff;
}

.section.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 65px 0px 0px;
  background-color: #16192e;
  color: #747685;
  text-align: center;
}

.container {
  position: relative;
}

.container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  text-align: center;
}

.footer {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
}

.logo {
  display: inline-block;
  width: auto;
  height: 25px;
  margin-top: 6px;
  margin-left: 30px;
}

.hero-text-block {
  position: relative;
  z-index: 2;
  width: 500px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.hero-buttons-wrapper {
  margin-top: 30px;
}

.h2-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  font-weight: 300;
}

.h2-title.capitals {
  color: #2b335e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.pharagraph {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #7c88cf;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
}

.logos-wrapper {
  position: absolute;
  top: -93px;
  right: 0px;
  z-index: 10;
  width: 450px;
  padding: 55px 45px 50px;
  float: right;
  border-radius: 33px;
  background-color: #fff;
  box-shadow: 0 28px 26px -1px rgba(35, 39, 62, 0.22);
  text-align: center;
}

.logos-wrapper.video {
  padding: 23px;
}

.feature-paragrap {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.feature-row {
  margin-top: 50px;
}

.feature-row.first {
  margin-top: 0px;
}

.featuresection {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.nav-menu {
  display: block;
  margin-right: 22px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-block {
  padding-right: 40px;
}

.feature-icon {
  width: auto;
  height: 31px;
  margin-right: 16px;
  float: left;
}

.feature-block-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #a4aeeb;
  font-size: 20px;
  font-weight: 400;
}

.feature-block-title._4 {
  font-size: 20px;
}

.feature-block-title._5 {
  font-size: 20px;
}

.feature-block-title._6 {
  font-size: 19px;
}

.button {
  width: 160px;
  margin-top: 10px;
  padding: 12px 25px 10px;
  float: left;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: #8bd738;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #9eeb4b;
  color: #fff;
}

.button.color {
  background-color: #aa53c3;
}

.button.color:hover {
  background-color: #c25bd6;
}

.button.navbutton {
  display: none;
}

.button.center {
  margin-top: 0px;
  margin-bottom: 18px;
  float: none;
}

.button.center:hover {
  background-color: #8bd738;
}

.button.center.contact {
  height: 43px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.floating {
  width: 130px;
  margin-top: 5px;
  padding: 10px 5px;
  font-size: 11px;
}

.button.floating.hide {
  display: none;
}

.button.hide {
  display: none;
}

.button.color2 {
  width: 220px;
  margin-right: 15px;
  background-color: #ab47bc;
  color: #fff;
}

.button.color2:hover {
  background-color: #c75ada;
}

.testimonial-slider-wrapper {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 60px 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.1);
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  -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;
}

.testimonial-author-block {
  width: 30%;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  border-right: 1px solid #eee;
  text-align: center;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.testimonial-quote-wrapper {
  width: 60%;
  padding-right: 20px;
}

.testimonial-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 64px;
}

.testimonial-quote {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.testimonial-author-name {
  font-size: 18px;
  font-weight: 700;
}

.testimonial-author-name._2 {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-arrow {
  width: 40px;
  height: 40px;
  margin-right: -70px;
  margin-left: -70px;
  border: 2px solid #f0f0f0;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 13px;
}

.testimonial-arrow:hover {
  border-color: #b3b3b3;
}

.footer-logo {
  display: block;
  height: 30px;
  margin-bottom: 10px;
}

.footer-title {
  display: block;
  width: 420px;
  color: #c2cff5;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.footer-title.love {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #c7cfff;
  font-size: 14px;
}

.footer-title.love.right {
  color: #c7cfff;
  text-align: right;
}

.footer-title.center {
  text-align: center;
}

.footer-nav-wrapper {
  margin-top: 40px;
}

.footer-nav-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  color: #46ca9b;
  text-decoration: underline;
}

.footer-top-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#46ca9b), color-stop(50%, #5c6bc0), color-stop(92%, #ab47bc));
  background-image: linear-gradient(90deg, #46ca9b, #5c6bc0 50%, #ab47bc 92%);
}

.tab-button-icon-block {
  width: 100%;
  height: auto;
  padding: 22px 42px;
  border-radius: 3px;
  background-color: #7c2ca2;
}

.tab-button-title {
  margin-top: 20px;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.popup-modal {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.6);
  text-align: left;
}

.popup-column-block {
  position: relative;
  width: 35%;
  float: left;
  background-image: linear-gradient(135deg, #46ca9b, rgba(92, 107, 192, 0.92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-column-block.content-column-block {
  width: 65%;
  padding: 62px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.popup-column-block.variation {
  background-image: linear-gradient(135deg, #ec407e, rgba(92, 107, 192, 0.92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-title {
  font-size: 34px;
  line-height: 40px;
}

.popup-title.subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 19px;
}

.popup-title.intro-title {
  color: #46ca9b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.popup-title.intro-title._2 {
  color: #ec407a;
}

.form {
  display: block;
  margin-bottom: 0px;
}

.field {
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #dadada;
}

.field:hover {
  border-bottom-color: #afafaf;
}

.field:focus {
  border-bottom-color: #46ca9b;
}

.field.area {
  height: 80px;
}

.popup-image-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px;
}

.overlay-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.overlay-title.subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.success {
  background-color: rgba(92, 107, 192, 0.1);
  color: #5c6bc0;
}

.error {
  padding-left: 15px;
  color: #c73434;
}

.close-popup-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.maybe-later-link {
  display: inline-block;
  margin-top: 20px;
  color: #b4b4b4;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.96);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.fixed-navbar.featurepage {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1002;
  display: inline-block;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1), 0 7px 21px -5px #d8d8d8;
}

.button {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
}

.text-field {
  display: none;
}

.button-2 {
  display: block;
}

.bg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #c4aac9;
}

.bg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #ec407a;
}

.bg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  color: #3ce6ca;
}

.bg4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-color: #578d5f;
}

.bg5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -4;
  background-color: #c5dff8;
}

.normal-text {
  margin-top: 25px;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.small-header {
  display: inline;
  color: #7c88cf;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.4px;
}

.heading {
  margin-bottom: 15px;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.toppageheader {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 50px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.featuresectionsubheader {
  display: block;
  width: 93%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding-top: 10px;
  color: #6e6e6e;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}

.inner-page-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  overflow: visible;
  height: 90px;
  padding-top: 26px;
  padding-right: 35px;
  padding-bottom: 26px;
  background-color: #271d47;
}

.annual-button {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 12px;
  background-color: #a3d2ff;
  background-image: linear-gradient(166deg, #a3d2ff, #82b7e9);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #f6f9fc;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
}

.annual-button:hover {
  background-image: linear-gradient(166deg, #a5d2ff, #85bcf0);
  box-shadow: 1px 6px 14px -2px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.feature {
  display: block;
  margin-bottom: 19px;
  float: none;
  color: #7e7e7e;
  font-size: 17px;
  line-height: 19px;
  font-weight: 300;
  text-align: left;
}

.toggle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  background-color: #a3d2ff;
  box-shadow: 3px 0 3px 0 rgba(29, 48, 63, 0.45);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.toggle:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #c7cfff;
}

.monthly-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #c7cfff;
  box-shadow: none;
  opacity: 0;
}

.monthly-overlay:hover {
  background-color: #d1e8f3;
}

.annualbackground {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  overflow: visible;
  background-color: #a3d2ff;
  background-image: linear-gradient(160deg, #eef7ff, #a3d2ff);
  opacity: 1;
}

.featurelist {
  padding-right: 10px;
  padding-left: 16px;
}

.annual-price {
  height: 100px;
}

.annualypricingtable {
  margin-top: 40px;
}

.monthly-price {
  display: none;
  height: 100px;
}

.monthly-button {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 12px;
  background-image: linear-gradient(166deg, #a3d2ff, #82b7e9);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #f6f9fc;
  font-size: 15px;
  letter-spacing: 1px;
}

.monthly-button:hover {
  box-shadow: 1px 6px 14px -2px rgba(0, 0, 0, 0.25);
  color: #f6f9fc;
}

.projectmanagersection {
  position: static;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.project-manager-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-manager-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-manager-image {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projectmanager-image {
  display: block;
  max-width: 90%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.twobuttons {
  display: inline-block;
}

.twobuttons.floating {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 12px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-section {
  display: block;
}

.faq-container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq-column {
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-item {
  width: 450px;
  margin-bottom: 48px;
  float: left;
  text-align: left;
}

.faq-item.right {
  overflow: visible;
  float: left;
}

.faq-item.right {
  float: right;
}

.tooltip {
  padding-left: 7px;
  color: #7c88cf;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  cursor: help;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: rgba(0, 0, 0, 0.75);
}

.testimonial {
  display: block;
}

.package-div {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.package-name-and-button {
  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;
}

.features-parent-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: 12px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #5b5b5b;
}

.icon-div {
  width: 20px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-text {
  padding-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.spacer {
  width: 0px;
}

.spacer._24 {
  width: 100%;
  height: 24px;
}

.spacer._8 {
  width: 100%;
  height: 8px;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-div.center {
  margin-bottom: 20px;
  -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;
}

.sitemap-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -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;
}

.category-div._2 {
  display: block;
  width: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.category-div._0leftpadding {
  padding-left: 0px;
}

.footer-header {
  color: #fff;
  font-size: 15px;
}

.footer-link {
  margin-top: 1px;
  margin-bottom: 6px;
  color: #c2cff5;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.footer-link:hover {
  color: #dde5ff;
}

.footer-link._2 {
  display: inline-block;
}

.footer-twin-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-parent-div {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111425), to(#111425));
  background-image: linear-gradient(180deg, #111425, #111425);
}

.inner-menu {
  position: relative;
  left: 0px;
  top: 90px;
  right: 0px;
  bottom: -34px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #393069;
}

.contact-us-parent-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-us-child-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(124, 136, 207, 0.11);
}

.contact-us-child-div.center {
  margin-right: 25px;
  margin-left: 25px;
}

.heading-3 {
  color: #323c5a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.link-2 {
  color: #7c88cf;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.contact-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  margin-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section {
  margin-top: 70px;
  padding-top: 75px;
  padding-bottom: 50px;
}

.blog-article-body {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.blog-post-bg {
  position: relative;
  padding: 80px 50px 50px;
  background-color: #f5f8fc;
  box-shadow: 0 0 50px 5px rgba(93, 93, 93, 0.17);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 400;
}

.blog-post-featured-img {
  margin: 10px 10px 30px;
  border-radius: 12px;
  background-color: #f5f8fc;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
}

.blog-recent-articles {
  line-height: 32px;
  text-align: left;
}

.backto-blog {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #5c6bc0;
  font-size: 14px;
  text-transform: uppercase;
}

.backto-blog:hover {
  background-color: #4956a1;
  color: #fff;
}

.backto-blog.bottom {
  top: auto;
  right: 0px;
  bottom: 0px;
  background-color: #4956a1;
}

.backto-blog.bottom:hover {
  color: #fff;
}

.blog-call-to-action {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 50px -3px #dbdbdb;
  color: #404147;
  line-height: 30px;
  text-align: center;
}

.blog-call-action-title {
  color: #5c6bc0;
}

.blog-call-action-subtitle {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
}

.case-study-subline {
  margin-top: 30px;
  color: #9b9b9b;
  text-align: left;
}

.recent-articles-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 15px;
}

.recent-articles-title {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recent-article-title2 {
  margin-top: 0px;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-underline:hover {
  background-color: #f6f9fc;
}

.recent-articles-title-h3 {
  margin-top: 47px;
  margin-bottom: 30px;
  border-bottom: 1px solid #7c88cf;
}

.breadcrumb {
  color: #5d5d5d;
  font-size: 12px;
}

.breadcrumb.a {
  color: #5c6bc0;
  letter-spacing: 2px;
  text-decoration: none;
}

._2018listed {
  position: absolute;
  top: 153px;
  right: 20px;
  z-index: 99;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  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;
  background-color: #111425;
}

.linkblock {
  color: #fff;
}

.blog-meta-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7c7c7c;
  font-size: 14px;
}

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

.author-pic {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-author-title {
  margin-left: 5px;
}

.blog-posted-on {
  margin-right: 5px;
}

.section-pricing {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}

.pricing-card {
  position: relative;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
}

.pricing-card-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #7c88cf;
  font-size: 18px;
  line-height: 24px;
}

.pricing-card-price {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 400;
}

.pricing-card-blurb {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  background-color: #5c6bc0;
  color: #fff;
  text-align: center;
}

.text-block-6 {
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
}

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

.heading-4 {
  color: #7c88cf;
}

.price-subline {
  font-size: 10px;
  font-style: normal;
}

.grid-3 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.price-options {
  color: #6d6d6d;
  font-style: normal;
}

.addons-card {
  padding: 10px;
  background-color: #f5f8fc;
}

.help-body {
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.help-container {
  padding: 20px;
  background-color: #fff;
}

.social-share-buttons {
  width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.mb20 {
  margin-bottom: 20px;
}

.help-rich-text-block {
  font-family: Poppins, sans-serif;
}

.topbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-1024 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}

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

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

.body-connect {
  background-color: #fff;
  color: #5a5a5a;
}

.conn__section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
}

.conn__section.gwhite {
  background-color: #f6f8ff;
}

.conn__section.gwhite.legal {
  background-color: #f7f9ff;
  color: #383838;
  font-size: 16px;
  line-height: 24px;
}

.connect__footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  padding-top: 8px;
}

.heading-5 {
  text-decoration: underline;
}

.underline {
  font-weight: 400;
  text-decoration: underline;
}

.table {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #000 #4956a1 #000 #000;
}

.table-col1 {
  position: relative;
  width: 25%;
  padding: 4px 8px;
  float: left;
  border-top: 1px solid #4956a1;
}

.table-col2 {
  position: relative;
  width: 75%;
  padding: 4px 8px;
  float: left;
  border-top: 1px solid #4956a1;
  border-left: 1px solid #4956a1;
}

.table-row {
  width: 100%;
  float: left;
  clear: both;
}

.list-2 {
  list-style-type: decimal;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-40.disc {
  list-style-type: square;
}

.ml-40.mb20.ml-80 {
  margin-left: 80px;
}

.ml-60 {
  margin-left: 0px;
}

.ml-60.mb20.ml-40 {
  margin-left: 40px;
}

.ml-60.ml-80 {
  margin-left: 80px;
}

.testimonial-lightbox {
  position: absolute;
  width: 100%;
  height: 100%;
}

.navlink-dropdown {
  margin-left: 35px;
  padding: 10px 20px 10px 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

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

.navlink-dropdown.w--current {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.icon-3 {
  margin-right: 0px;
}

.nav-drop-list.w--open {
  z-index: 9999;
  width: 100%;
  min-width: 200px;
  background-color: #4956a1;
  text-align: left;
}

.nav-drop-list-link {
  display: block;
  padding: 16px 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: background-color 300ms ease, border 200ms ease;
  transition: background-color 300ms ease, border 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.nav-drop-list-link:hover {
  background-color: #5c6bc0;
  color: #fff;
}

.nav-drop-list-link.w--current {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.ml-80 {
  margin-left: 80px;
}

.ml-120 {
  margin-left: 120px;
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="hide-modal"] {
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-fixed-navbar"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

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

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .hero {
    height: 565px;
    padding-top: 110px;
  }

  .hero-tilt-block {
    bottom: -246px;
  }

  .navlink {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
  }

  .navlink:hover {
    color: #46ca9b;
  }

  .navlink.w--current {
    color: #46ca9b;
  }

  .navlink.color-link {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 0px;
    color: #fff;
  }

  .navlink.color-link.trynow {
    border-radius: 40px;
  }

  .h1-title {
    font-size: 35px;
    line-height: 42px;
  }

  .h1-title._404 {
    color: #fff;
  }

  .hero-button {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12px;
    line-height: 13px;
  }

  .container {
    margin-top: -11px;
    margin-bottom: 18px;
  }

  .container.footer-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo {
    display: block;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-text-block {
    width: 380px;
    float: right;
    font-size: 14px;
  }

  .h2-title.capitals {
    font-size: 23px;
    line-height: 30px;
  }

  .pharagraph {
    font-size: 17px;
    line-height: 26px;
  }

  .logos-wrapper {
    top: -118px;
    width: 360px;
    padding: 45px 35px;
  }

  .nav-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: -20px;
    margin-left: 40px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }

  .feature-block {
    padding-right: 0px;
  }

  .feature-block-title {
    font-size: 21px;
  }

  .testimonial-slider-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .testimonial-author-block {
    width: 27%;
  }

  .testimonial-quote-wrapper {
    width: 65%;
  }

  .testimonial-quote {
    font-size: 15px;
    line-height: 22px;
  }

  .tab-button-icon-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 45px;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-button.dark {
    z-index: 10;
    color: #000;
  }

  .fixed-navbar {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fixed-navbar.featurepage {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding-bottom: 20px;
  }

  .logo-link-block.w--current {
    display: block;
    margin-left: 0px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .toppageheader.faq {
    margin-bottom: 30px;
  }

  .featuresectionsubheader {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .inner-page-nav-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 10px;
    margin-right: 11px;
    float: right;
  }

  .feature {
    display: block;
    float: none;
  }

  .projectmanagersection {
    height: auto;
    margin-top: 41px;
  }

  .project-manager-container {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .project-manager-text-div {
    width: 57%;
    padding-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .project-manager-image {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .projectmanager-image {
    position: static;
    left: 0px;
    right: 0px;
    bottom: -70px;
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobilenavbarcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .faq-item {
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .faq-item.right {
    float: none;
  }

  .navbar-section {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .modal-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .package-name-and-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-parent-div {
    height: auto;
    min-width: 260px;
  }

  .feature-div {
    width: 100%;
  }

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

  .category-div {
    width: 17vw;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-twin-div {
    margin-right: 25px;
    margin-left: 25px;
  }

  .inner-menu {
    display: none;
  }

  .blog-section {
    margin-top: 0px;
  }

  ._2018listed {
    position: absolute;
    top: 87px;
  }

  .navlink-dropdown {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
  }

  .navlink-dropdown:hover {
    color: #46ca9b;
  }

  .navlink-dropdown.w--current {
    color: #46ca9b;
  }

  .nav-drop-list.w--open {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
  }

  .nav-drop-list-link {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
  }

  .nav-drop-list-link:hover {
    color: #46ca9b;
  }

  .nav-drop-list-link.w--current {
    color: #46ca9b;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding: 80px 25px 40px;
  }

  .hero-tilt-block {
    left: -8%;
    bottom: -345px;
  }

  .navlink {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    line-height: 30px;
  }

  .navlink.w--current {
    color: #46ca9b;
  }

  .navlink.color-link {
    margin-left: 0px;
    padding-left: 30px;
    border-radius: 0px;
    color: #fff;
  }

  .h1-title {
    top: -44px;
    font-size: 39px;
  }

  .section {
    padding: 40px 30px;
  }

  .container {
    margin-top: 10px;
  }

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

  .logo {
    height: 27px;
    margin-left: 15px;
    float: left;
  }

  .hero-text-block {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .h2-title {
    font-size: 35px;
    line-height: 38px;
  }

  .logos-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 9px 13px -1px rgba(0, 0, 0, 0.1);
  }

  .feature-row {
    margin-top: 0px;
  }

  .feature-row.first {
    margin-top: 0px;
  }

  .nav-menu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px;
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  .feature-block {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .feature-block-title {
    margin-bottom: 15px;
  }

  .feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.color2 {
    padding-right: 21px;
    padding-left: 20px;
  }

  .testimonial-author-name {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-logo {
    display: inline;
  }

  .footer-title {
    width: 90%;
    text-align: center;
  }

  .footer-title.love.right {
    text-align: center;
  }

  .menu-button {
    position: static;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding: 2px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 39px;
    line-height: 30px;
    text-align: center;
  }

  .popup-modal {
    display: block;
    width: 95%;
    height: auto;
  }

  .popup-column-block {
    width: 100%;
    height: auto;
    float: none;
  }

  .popup-column-block.content-column-block {
    width: 100%;
    height: auto;
    padding: 30px;
    float: none;
  }

  .popup-image-overlay-block {
    position: static;
    width: 100%;
    height: 100%;
    padding: 30px;
  }

  .fixed-navbar.featurepage {
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .logo-link-block {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    float: none;
    text-align: center;
  }

  .logo-link-block.w--current {
    position: relative;
    padding-left: 35px;
  }

  .featuresectionsubheader {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner-page-nav-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon-2 {
    position: static;
    margin-top: 0px;
    margin-right: 22px;
  }

  .feature {
    display: block;
    padding-left: 60px;
    float: none;
  }

  .annualbackground {
    height: 371%;
    background-image: linear-gradient(160deg, #eef7ff, #a3d2ff);
  }

  .project-manager-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .project-manager-text-div {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .project-manager-image {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .projectmanager-image {
    width: 200px;
  }

  .faq-item {
    width: 85vw;
  }

  .faq-item.right {
    width: 85vw;
  }

  .navbar-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-wrapper {
    padding-top: 4%;
  }

  .package-div {
    padding-left: 0px;
  }

  .package-name-and-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sitemap-div {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category-div {
    width: 25vw;
    -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;
  }

  .footer-link {
    text-align: left;
  }

  .footer-twin-div {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-us-child-div {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-us-child-div.center {
    margin: 15px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-section {
    margin-top: 0px;
  }

  .blog-post-bg {
    margin-right: 20px;
    margin-left: 20px;
  }

  .watch-list-badge {
    width: 100px;
  }

  .conn__section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__logo {
    text-align: center;
  }

  .navlink-dropdown {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    line-height: 30px;
  }

  .navlink-dropdown.w--current {
    color: #46ca9b;
  }

  .nav-drop-list-link {
    color: #000;
    line-height: 30px;
  }

  .nav-drop-list-link.w--current {
    color: #46ca9b;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 56px;
  }

  .hero._404 {
    min-height: auto;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-tilt-block {
    bottom: -250px;
  }

  .navlink.color-link.trynow {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
  }

  .h1-title {
    top: 5px;
    font-size: 32px;
    line-height: 37px;
  }

  .hero-button {
    width: 220px;
    margin-top: 5px;
    margin-right: 0px;
    font-size: 11px;
  }

  .section {
    padding: 35px 25px;
  }

  .section.footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 40px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.footer-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo {
    display: block;
    height: auto;
    max-height: 28px;
    margin-left: 1px;
    float: none;
  }

  .hero-text-block {
    width: 240px;
    margin-top: 159px;
    margin-bottom: 159px;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .h2-title {
    font-size: 27px;
    line-height: 31px;
  }

  .h2-title.capitals {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }

  .pharagraph {
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .logos-wrapper {
    margin-top: 30px;
    padding: 25px 15px 15px;
  }

  .feature-paragrap {
    font-size: 14px;
    line-height: 21px;
  }

  .featuresection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .feature-icon {
    height: 25px;
    margin-top: 4px;
  }

  .feature-block-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .button {
    display: block;
    width: 220px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .button.navbutton {
    display: block;
    width: auto;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 12px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .button.color2 {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .testimonial-slider-wrapper {
    padding: 20px 30px 30px;
  }

  .testimonial-author-block {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: none;
    border-bottom: 1px solid #e2e2e2;
    border-right-width: 0px;
  }

  .testimonial-wrapper {
    display: block;
  }

  .testimonial-quote-wrapper {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .testimonial-image {
    width: 60px;
    height: 60px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-author-name {
    font-size: 15px;
    line-height: 18px;
  }

  .testimonial-author-name._2 {
    font-size: 12px;
    line-height: 17px;
  }

  .testimonial-arrow {
    width: 30px;
    height: 30px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 10px;
  }

  .footer-logo {
    height: 20px;
    margin-bottom: 20px;
  }

  .footer-title {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-title.love.right {
    text-align: center;
  }

  .footer-nav-link {
    display: block;
    margin-top: 8px;
  }

  .footer-top-bar {
    height: 6px;
  }

  .tab-button-title {
    margin-top: 15px;
  }

  .menu-button {
    position: static;
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .popup-modal {
    width: 90%;
  }

  .popup-column-block.content-column-block {
    padding: 20px;
  }

  .popup-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .popup-title.intro-title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .field {
    height: 40px;
  }

  .popup-image-overlay-block {
    padding: 20px;
  }

  .overlay-title {
    font-size: 17px;
    line-height: 10px;
  }

  .overlay-title.subtitle {
    margin-top: 6px;
  }

  .fixed-navbar.featurepage {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
  }

  .logo-link-block {
    position: relative;
  }

  .logo-link-block.w--current {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    width: auto;
    margin-top: 2px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .normal-text {
    position: static;
    display: block;
    width: auto;
    padding-right: 0px;
    float: none;
    clear: none;
    font-size: 16px;
    line-height: 27px;
  }

  .small-header {
    float: none;
    text-align: left;
  }

  .heading {
    line-height: 24px;
  }

  .toppageheader {
    margin-top: 53px;
  }

  .toppageheader.faq {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .featuresectionsubheader {
    display: inline-block;
    text-align: center;
  }

  .inner-page-nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 9998;
    display: block;
    height: 62px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .feature {
    padding-left: 0px;
  }

  .annualbackground {
    display: none;
    height: 610%;
  }

  .projectmanagersection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .project-manager-container {
    height: auto;
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-manager-text-div {
    width: auto;
    padding-top: 30px;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .project-manager-image {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .projectmanager-image {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .twobuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .faq-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-item {
    width: 85vw;
  }

  .navbar-section {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .modal-wrapper {
    display: none;
    padding-top: 9%;
  }

  .package-div {
    margin-top: 20px;
  }

  .feature-div {
    margin-bottom: 10px;
  }

  .spacer {
    width: auto;
    height: 20px;
  }

  .category-div {
    width: 40vw;
    min-width: 150px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-twin-div {
    width: 80vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bottom-parent-div {
    width: 100vw;
  }

  .blog-section {
    margin-top: 30px;
  }

  .blog-article-body {
    font-size: 16px;
    line-height: 25px;
  }

  .blog-post-bg {
    padding: 20px;
  }

  .blog-post-title {
    margin-top: 50px;
    font-size: 25px;
    line-height: 30px;
  }

  .blog-call-to-action {
    padding: 15px;
  }

  .blog-call-action-title {
    font-size: 25px;
    line-height: 30px;
  }

  .blog-call-action-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .recent-articles-card {
    height: 150px;
    -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;
  }

  .recent-articles-title {
    padding-left: 0px;
  }

  .breadcrumb {
    margin-top: 45px;
    font-size: 10px;
  }

  ._2018listed {
    top: 0px;
  }

  .watch-list-badge {
    width: 80px;
  }

  .blog-meta-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

