.section-1 {
  display: block;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  position: static;
  height: 800px;
  background-image: url('../images/test1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container.photo1 {
  position: relative;
  display: inline;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.div-block {
  position: static;
  bottom: 100%;
  display: block;
  overflow: visible;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/test1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.photo2 {
  display: block;
  width: 100%;
  height: 800px;
  background-image: url('../images/test2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.photo2.p2 {
  background-size: contain;
}

.container-2 {
  display: inline;
}

.div-block-2 {
  height: 800px;
  background-image: url('../images/Branding-Header.png');
  background-position: 0px 0px;
  background-size: cover;
}

.navigation {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 950px;
  height: 45px;
  margin-top: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation.sub {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -2px 20px 20px 0 rgba(0, 0, 0, .15);
}

.container-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 88px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 35px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header {
  position: relative;
  display: block;
  height: 100vh;
  padding-left: 0px;
  background-image: url('../images/HOME-BG_small.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.top-logo {
  padding-top: 35px;
  padding-left: 35px;
}

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

.link-2 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-2.pricing {
  padding-right: 17px;
  padding-left: 17px;
  direction: ltr;
}

.div-block-4 {
  display: inline-block;
}

.container-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.image {
  padding-top: 30px;
  padding-left: 30px;
}

.column-2 {
  position: relative;
  top: 0px;
  right: -156px;
  bottom: 0px;
  display: block;
  margin-top: 20px;
  padding-left: 10px;
  -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;
}

.container-5 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  color: #fff;
  text-align: center;
}

.h1 {
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.h1._2 {
  margin-bottom: 0px;
}

.h1.left {
  position: static;
  left: 220px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: left;
}

.h1.smaller {
  font-size: 36px;
}

.button {
  display: block;
  width: 190px;
  height: 45px;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2bc6ce;
  border-radius: 8px;
  background-color: transparent;
  font-family: Apercu, sans-serif;
  font-weight: 400;
  text-align: center;
}

.slide {
  display: inline-block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/HOME-BG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 800px;
}

.icon {
  position: absolute;
  display: block;
  overflow: visible;
  margin: 400px 20px auto;
  padding-right: 0px;
  opacity: 1;
}

.text-block {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.text-block.h {
  display: block;
  font-size: 48px;
}

.head-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 315px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.gsdf {
  display: block;
  margin: 120px;
  -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;
}

.right-arrow {
  margin: 120px;
}

._1---salon {
  background-image: url('../images/Success-Stories-BG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-2 {
  display: block;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: absolute;
  display: block;
  margin: 500% 25%;
}

.arrow {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-right {
  position: absolute;
  display: block;
  margin-top: 100%;
  margin-bottom: 100%;
}

.container-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 30vh;
  margin-bottom: 50vh;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.heading {
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.slider-arrows {
  display: block;
}

.slider-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px;
  -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;
}

.slider-panels.left {
  position: absolute;
  overflow: hidden;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-right-1 {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  max-width: 51px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-right-1.arrow-icon-left {
  position: relative;
  display: block;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-left {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slidernav {
  color: #000;
  font-size: 10px;
}

.image-3 {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.smallsubhead {
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.paragraph {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.button-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 50px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Apercu, sans-serif;
}

.button-2.read-more {
  display: block;
  width: 200px;
  height: 45px;
  margin-top: auto;
  padding-top: 12px;
  border-radius: 4px;
  background-color: #2bc6ce;
  direction: ltr;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2---tireshop-slide {
  background-image: url('../images/Tire-Shop.png');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 20px;
  -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: transparent;
}

.image-4 {
  margin-left: 35px;
}

.container-7 {
  width: 100%;
  padding: 0px;
}

.nav-text {
  margin-top: 0px;
  font-family: Apercu, sans-serif;
  color: hsla(0, 0%, 100%, .69);
}

.nav-text:hover {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.nav-text.w--current {
  color: #fff;
}

.nav-text.w--current:focus {
  color: hsla(0, 0%, 100%, .77);
}

.nav-menu {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-block {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.col-3 {
  margin-top: -20px;
  padding-bottom: 0px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  color: #393939;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.h2.left-aligned {
  margin-top: 0px;
  text-align: left;
}

.h2.left {
  text-align: left;
}

.paragraph-grey-center {
  margin-top: 36px;
  font-family: Apercu, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.paragraph-grey-center.p-left {
  margin-top: 25px;
  text-align: left;
}

.paragraph-grey-center.pad-edit {
  margin-top: 15px;
  color: #757575;
}

.paragraph-grey-center.white {
  width: 720px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-grey-center.left {
  text-align: left;
}

.intro-image {
  margin-top: 20px;
}

.div-block-6 {
  height: auto;
  margin-top: 30px;
  background-image: url('../images/1st-Image.png');
  background-position: 50% 0px;
  background-size: cover;
}

.image-5 {
  width: 100%;
  margin-top: 15px;
}

.header-1-block {
  margin-top: -4px;
  margin-bottom: 67px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.header-1-block.hblock-left {
  display: inline-block;
  width: 400px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-container {
  margin-top: -20px;
  padding-right: 15px;
  padding-left: 15px;
}

.get-started-button {
  display: block;
  width: 200px;
  height: 45px;
  margin: 20px auto;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #2bc6ce;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  font-family: Apercu, sans-serif;
  color: #fff;
  text-align: center;
}

.get-started-button:hover {
  border-style: solid;
  border-color: #2bc6ce;
  background-color: #30d6df;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  color: #fffdfd;
}

.get-started-button:active {
  background-color: #2bc6ce;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1), inset 0 0 11px 0 rgba(0, 0, 0, .1);
}

.get-started-button.left {
  margin-top: 5px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 13px;
}

.get-started-button._2 {
  margin-top: -15px;
}

.graph-image {
  display: block;
  width: 100%;
  height: 100%;
}

.graph-bg {
  display: inline-block;
}

.section-2 {
  display: block;
  height: 720px;
  margin-top: -80px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/STAT-GRAPH-BG.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.div-image._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 83px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  max-width: auto;
}

.graph-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.flow-graph-image {
  max-width: auto;
}

.sec-1-row {
  display: block;
  margin-top: 115px;
  -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;
}

.flow-graph {
  width: 641px;
}

.photo-1-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/Business-ppl-background.png');
  background-position: 50% 17%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 0 0 40px 0 rgba(3, 3, 3, .1);
  text-align: left;
}

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

.h-contain-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-header-white {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.hero-header-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.down-arrow {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -273px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sec-2 {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 74px;
  background-image: url('../images/STAT-GRAPH-BG.svg');
  background-position: 50% -21%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-1-block-copy {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.header-1-block-copy.hblock-left {
  display: inline-block;
  width: 400px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-contain-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.graph-flow {
  width: 1200px;
  max-width: 100%;
}

.flow-graph-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-arrow-div {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.down-arrow-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 55px;
}

.sub-header-title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.subheadline-grey {
  font-family: Apercu, sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.subheadline-grey.left {
  text-align: left;
}

.section-3 {
  padding-top: 25px;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.service-box-div {
  display: block;
  max-width: 658px;
  margin: 35px auto;
}

.button-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-4 {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h1-left {
  margin: 0px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 36px;
}

.paragraph-grey-left {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Apercu, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.lean-more-button-left-align {
  width: 200px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 12px;
  border-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
  color: #fff;
  text-align: center;
}

.lean-more-button-left-align:hover {
  background-color: #30d6df;
}

.column-4 {
  padding-right: auto;
  padding-left: auto;
  background-image: url('../images/BusinessLoansBG.png');
  background-position: 52% 50%;
  background-size: cover;
}

.small-services-div {
  margin: 35px;
  padding: 75px 75px 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.small-services-div._2 {
  margin-left: 0px;
}

.small-services-div._1 {
  margin-right: 0px;
}

.small-services-div.business-loans-bg {
  height: 500px;
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: transparent;
  box-shadow: none;
}

.small-services-div.tmbg {
  height: 500px;
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: transparent;
  box-shadow: none;
}

.div-block-7 {
  display: block;
  -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;
}

.row-services {
  padding: 0px;
}

.column-5 {
  background-image: url('../images/Talent-Management-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.column-5:hover {
  background-color: transparent;
  background-image: url('../images/Talent-Management-BG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.arrows {
  font-size: 24px;
}

.slider-nav {
  color: #000;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
}

.ss-slider {
  display: block;
  -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;
  background-image: url('../images/Success-Stories-BG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.we-enable-section {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 79px;
  padding-bottom: 79px;
}

.weenablediv {
  display: block;
  -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;
}

.smallbizppl {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.h1-left-dark {
  display: block;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Apercu, sans-serif;
}

.h1-left-dark.center {
  text-align: center;
}

.col-2 {
  padding: 113px;
}

.row-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-started-div-we {
  display: block;
  width: auto;
  margin: 0px auto 20px;
  padding-right: 360px;
  padding-left: 0px;
}

.container-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  font-family: Apercu, sans-serif;
  color: #393939;
  font-size: 30px;
  text-align: center;
}

.container-10 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.row-3 {
  display: block;
  width: 600px;
  margin: 5px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -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;
}

.section-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-6 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-7 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-8 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-9 {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.nav-bar-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Apercu, sans-serif;
  color: #333;
}

.adiq-logo {
  display: block;
  padding-left: 25px;
}

.brand {
  display: block;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-11 {
  display: block;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  height: 600px;
}

.container-12 {
  display: block;
  margin-top: 137px;
  margin-bottom: 150px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.paragraph-white {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 70px;
  padding-left: 70px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.paragraph-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Apercu, sans-serif;
  color: hsla(0, 0%, 100%, .47);
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

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

.mask {
  background-image: url('../images/Tire-Shop.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider-4 {
  height: 600px;
}

.slide-5 {
  background-image: url('../images/Success-Stories-BG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow-2 {
  font-size: 20px;
}

.left-arrow-3 {
  font-size: 20px;
}

.slide-nav {
  font-size: 9px;
}

.slide-6 {
  background-image: url('../images/Tire-Shop.png');
  background-position: 50% 50%;
  background-size: cover;
}

.review-box-div {
  display: block;
  width: 400px;
  height: 420px;
  margin: 50px auto;
  -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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  position: relative;
  display: block;
  margin-top: -71px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.review-paragraph {
  margin-top: -22px;
  padding: 35px 40px 5px;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.review-paragraph.pull {
  margin-top: 14px;
}

.div-block-12 {
  display: block;
  width: 250px;
  height: 1px;
  margin: 20px auto;
  background-color: #e4e4e4;
}

.profile-title {
  font-family: Apercu, sans-serif;
  color: #000;
  text-align: center;
}

.profile-title._2 {
  margin-top: -6px;
  padding-top: 0px;
  color: #afafaf;
  font-size: 12px;
  letter-spacing: 2px;
}

.profiledescript {
  font-family: Apercu, sans-serif;
  font-weight: 700;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin: 35px;
  padding: 0px;
  -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;
  background-image: url('../images/footerBG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-4 {
  font-family: Apercu, sans-serif;
  font-size: 36px;
  text-align: center;
}

.paragraph-5 {
  font-family: Apercu, sans-serif;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.footer-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

.paragraph-6 {
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: Apercu, sans-serif;
  color: #535861;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.link-3 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Apercu, sans-serif;
  color: #4a525a;
}

.link-3:hover {
  color: #2bc6ce;
}

.paragraph-7 {
  margin-top: 5px;
  margin-bottom: 2px;
  color: #4a525a;
}

.row-4 {
  display: block;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 140px;
  -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;
}

.div-block-14 {
  width: 150px;
  margin-top: 11px;
  margin-right: 55px;
  float: right;
}

.column-11 {
  display: block;
  -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;
}

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

.footerlinktext {
  padding-right: 25px;
  padding-left: 25px;
  font-family: Apercu, sans-serif;
  color: #4a525a;
  text-align: center;
  text-decoration: none;
}

.footerlinktext:hover {
  color: #2bc6ce;
}

.div-block-15 {
  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;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.nav-menu-2 {
  display: block;
  margin-right: auto;
  margin-left: 500px;
  padding-left: 0px;
}

.navbar-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-13 {
  position: relative;
  z-index: 10;
  margin-right: 25px;
  margin-left: 25px;
}

.nav-menu-3 {
  margin-right: -159px;
}

.navbar-3 {
  z-index: 10000;
  display: block;
  height: 100px;
  padding-top: 25px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.brand-2 {
  display: block;
  -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;
}

.brand-2.w--current {
  display: block;
}

.image-15 {
  display: block;
  width: 85px;
  max-width: auto;
  margin-top: 15px;
  margin-left: 40px;
}

.nav-menu-4 {
  position: static;
  display: block;
  float: right;
  clear: none;
}

.image-16 {
  padding-left: 55px;
}

.image-17 {
  display: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.image-18 {
  display: none;
}

.mask-3 {
  z-index: 1;
}

.body-2 {
  background-color: #000;
}

.section-7 {
  height: 650px;
  background-image: url('../images/Reviews-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-5 {
  text-align: center;
}

.container-14 {
  margin-top: 35px;
}

.section-8 {
  margin-top: -165px;
}

.container-15 {
  position: relative;
  z-index: 20;
  margin-top: 90px;
}

.row-5 {
  display: block;
  max-width: 1400px;
  margin: 55px auto 25px;
  padding: 30px 45px;
}

.slide-7 {
  background-image: url('../images/Hookah-Lounge-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-8 {
  background-image: url('../images/locksmithBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  margin-right: 100px;
  margin-left: -20px;
}

.button-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.get-started-btn-transparent {
  width: 150px;
  height: 40px;
  margin: 8px 10px;
  padding-top: 8px;
  float: right;
  border: 2px solid #2bc6ce;
  border-radius: 4px;
  background-color: transparent;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  text-align: center;
}

.get-started-btn-transparent:hover {
  padding-top: 8px;
  border-width: 2px;
  border-color: transparent;
  background-color: #2bc6ce;
  color: #fff;
}

.get-started-btn-transparent.login {
  width: 100px;
  margin-right: 35px;
  background-color: transparent;
  font-size: 14px;
}

.get-started-btn-transparent.login:hover {
  padding-top: 8px;
  border-color: transparent;
  background-color: #2bc6ce;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.servicedrop {
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Apercu, sans-serif;
  color: #fff;
}

.dropdown-toggle {
  -webkit-transition: background-color 500ms ease, color 200ms ease;
  transition: background-color 500ms ease, color 200ms ease;
  color: hsla(0, 0%, 100%, .69);
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-link {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 11px;
  background-color: transparent;
  color: #000;
}

.dropdown-link:hover {
  background-color: #2bc6ce;
  color: #fff;
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-list.w--open {
  padding: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  color: #fff;
}

.section-9 {
  height: 400px;
  background-image: url('../images/SocialMediaBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-17 {
  margin-top: 54px;
}

.image-19 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
}

.row-6 {
  margin-top: 123px;
}

.image-20 {
  margin-right: 40px;
  margin-left: -138px;
}

.paragraph-grey {
  padding-top: 4px;
  padding-bottom: 20px;
  font-family: Apercu, sans-serif;
  color: #727272;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-grey._2 {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #2bc6ce;
  color: #fff;
  text-align: center;
}

.paragraph-grey.center {
  display: block;
  margin: 14px auto 35px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.paragraph-grey.resize {
  margin-top: 12px;
}

.div-block-17 {
  width: 420px;
  margin-top: 54px;
  margin-left: 40px;
  font-family: Apercu, sans-serif;
}

.div-block-17._2 {
  margin-top: 67px;
  margin-right: 75px;
  float: right;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smphone {
  width: 685px;
  margin-top: 30px;
  float: right;
}

.div-block-19 {
  width: 55px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #2bc6ce;
}

.div-block-19.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-7 {
  margin-top: 90px;
}

.engage-img {
  width: 480px;
  margin-left: 25px;
  float: left;
}

.row-8 {
  margin-top: 45px;
}

.section-10 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 55px;
  background-color: transparent;
}

.split-section {
  position: static;
  overflow: visible;
  background-color: transparent;
}

.section-12 {
  margin-top: -62px;
  margin-bottom: 45px;
  padding-top: 0px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.column-14 {
  padding-right: auto;
  padding-left: auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-22 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.column-15 {
  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: 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;
}

.row-9 {
  display: inline-block;
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 40px;
  padding-left: 40px;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-16 {
  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: 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;
}

.column-17 {
  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: 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;
}

.column-18 {
  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: 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;
}

.column-19 {
  position: relative;
  display: block;
}

.section-13 {
  margin-top: 115px;
}

.div-block-23 {
  width: 520px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.column-20 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-icon {
  display: block;
  width: 115px;
  height: 70px;
  margin-top: 83px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  text-align: center;
}

.iconheader {
  margin-top: 72px;
  margin-bottom: 55px;
  font-family: Apercu, sans-serif;
  text-align: center;
}

.iconheader._2 {
  margin-bottom: 21px;
}

.iconheader._3 {
  margin-top: 36px;
}

.iconheader.box {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-24 {
  display: block;
  width: 55px;
  height: 2px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2bc6ce;
}

.paragraphboxgrey {
  margin-top: 27px;
  padding: 1px 60px 40px;
  font-family: Apercu, sans-serif;
  color: grey;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.row-10 {
  margin-top: 26px;
  margin-bottom: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-14 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-15 {
  margin-top: 25px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.stat-div-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  float: none;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.stat-div-box.right {
  margin-left: 0px;
  float: left;
}

.stat-div-box.left {
  margin-right: 0px;
  float: right;
}

.stat-paragraph {
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Apercu, sans-serif;
  color: #818181;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.paragraph-8 {
  padding-top: 51px;
  font-family: Apercu, sans-serif;
  color: #2bc6ce;
  font-size: 48px;
  font-weight: 700;
}

.stat-number {
  margin-top: 51px;
  margin-bottom: 17px;
  font-family: Apercu, sans-serif;
  color: #2bc6ce;
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
}

.source {
  margin-bottom: 25px;
  font-family: Apercu, sans-serif;
  color: #000;
  text-decoration: none;
}

.source:hover {
  font-family: Apercu, sans-serif;
  color: #2bc6ce;
  text-decoration: underline;
}

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

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

.row-11 {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.select-field {
  font-family: Apercu, sans-serif;
  color: #000;
  text-align: left;
}

.section-16 {
  height: 500px;
  background-image: url('../images/Business_Loans_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-19 {
  margin-top: 25px;
}

.div-block-26 {
  display: block;
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.div-block-27 {
  margin-top: 55px;
}

.littlegreytext {
  margin-bottom: 5px;
  font-family: Apercu, sans-serif;
  color: #979797;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18px;
}

.bl_numbers {
  display: inline-block;
  margin-top: 4px;
  float: left;
  font-family: Apercu, sans-serif;
  font-size: 48px;
}

.div-block-28 {
  display: block;
  padding-top: 54px;
  padding-right: 54px;
  padding-left: 54px;
}

.div-block-29 {
  display: inline-block;
}

.div-block-29._2 {
  float: right;
}

.barline {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 550px;
  height: 4px;
  margin-top: -12px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #e4e4e4;
}

.barline._2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  margin-top: 24px;
  margin-left: 54px;
}

.green-circle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: 130px;
  border-radius: 100px;
  background-color: #2bc6ce;
}

.form {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-30 {
  margin-top: 57px;
  margin-bottom: 44px;
}

.button-4 {
  margin-left: 56px;
}

.div-block-31 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 56px;
}

.select-field-2 {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-family: Apercu, sans-serif;
}

.section-17 {
  display: block;
  max-width: 1440px;
  margin: 140px auto -41px;
}

.h5 {
  margin-bottom: 0px;
  font-family: Apercu, sans-serif;
  font-size: 24px;
}

.div-block-32 {
  width: 55px;
  height: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #2bc6ce;
}

.bl_paragraph {
  font-family: Apercu, sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 30px;
}

.div-block-33 {
  margin: 45px 20px;
}

.row-12 {
  margin: 99px;
}

.submit-button {
  width: 200px;
  height: 45px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.success-message {
  margin-top: 30px;
  padding-top: 59px;
  background-color: transparent;
}

.text-block-3 {
  font-family: Apercu, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.error-message {
  margin-top: 56px;
}

.section-18 {
  height: 400px;
  background-image: url('../images/Talent_Management_BG1.jpg');
  background-position: 50% 31%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-28 {
  display: block;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-34 {
  width: 420px;
  margin-top: 150px;
  margin-right: 0px;
  float: right;
}

.div-block-35 {
  display: block;
  margin-top: 141px;
  margin-right: 34px;
  margin-left: -8px;
  float: left;
}

.im-handshake {
  width: 702px;
  max-width: 100%;
  float: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-29 {
  display: block;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.section-19 {
  margin-bottom: 30px;
}

.section-20 {
  margin-top: 180px;
  margin-bottom: 110px;
}

.divblockwhatever {
  width: 400px;
  margin-top: 44px;
  float: left;
}

.div-block-36 {
  margin-right: 22px;
  float: right;
}

.div-block-37 {
  display: block;
  width: 570px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-37._5 {
  width: 450px;
  margin-top: 100px;
}

.section-21 {
  margin-top: 34px;
  margin-bottom: 126px;
  padding-bottom: 100px;
  background-image: url('../images/BusinessPplBG.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-30 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-38 {
  margin-top: -7px;
}

.row-13 {
  margin-top: 137px;
}

.div-block-39 {
  height: 25px;
}

.div-block-40 {
  width: 420px;
  margin-top: 54px;
}

.image-31 {
  margin-right: 80px;
  float: right;
}

.reviews-wrapper {
  display: inline-block;
}

.section-22 {
  height: 400px;
  background-image: url('../images/Branding-BG.jpg');
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-32 {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.section-23 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.teal-separator {
  display: block;
  width: 55px;
  height: 2px;
  margin: 20px auto 20px 0px;
  background-color: #2bc6ce;
  text-align: left;
}

.teal-separator.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-33 {
  display: block;
  margin: 45px -3px 45px auto;
}

.section-24 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.div-block-45 {
  height: 25px;
}

.image-34 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-25 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.image-35 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.image-36 {
  display: block;
  margin-right: auto;
  margin-left: 35px;
  float: left;
}

.div-block-46 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-37 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.image-38 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.column-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-31 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.column-32 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-47 {
  position: relative;
  z-index: 50;
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.section-26 {
  margin-top: 65px;
  margin-bottom: 115px;
}

.heading-7 {
  position: relative;
  margin-bottom: -7px;
  font-family: Apercu, sans-serif;
  color: #f3f3f3;
  font-size: 80px;
  text-align: center;
}

.div-block-48 {
  margin-right: 35px;
}

.div-block-49 {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.section-27 {
  height: 427px;
  background-image: url('../images/Pricing-Bg2.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51 {
  height: 720px;
  background-image: url('../images/Pricing-Bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-52 {
  margin-top: 130px;
}

.pricetotalblock {
  position: absolute;
  left: 55px;
  z-index: 100;
  display: block;
  width: 550px;
  height: 100px;
  margin-right: 22px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.div-block-54 {
  display: block;
  max-width: 1500px;
  margin-top: 154px;
  margin-right: auto;
  margin-left: auto;
}

.column-33 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-55 {
  margin-top: 185px;
}

.div-block-56 {
  position: static;
  display: block;
  float: none;
  clear: none;
}

.tab-link {
  width: 300px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #fff;
}

.text-block-4 {
  padding-top: 5px;
  font-family: Apercu, sans-serif;
  text-align: center;
}

.tab-link-2 {
  width: 300px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #2bc6ce;
}

.text-block-5 {
  padding-top: 5px;
  font-family: Apercu, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-57 {
  background-color: #fff;
  color: #fff;
}

.div-block-58 {
  background-color: #0098ff;
}

.section-28 {
  height: 400px;
  background-image: url('../images/Analytics-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-39 {
  display: block;
  margin-top: 93px;
  margin-right: auto;
  margin-left: auto;
}

.row-15 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.image-40 {
  margin-top: 34px;
  float: left;
}

.image-40._5 {
  margin-left: -98px;
}

.image-41 {
  width: 100%;
  margin-top: -556px;
}

.image-41._9 {
  margin-top: -263px;
}

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

.image-42 {
  display: block;
  margin: 40px auto;
}

.section-31 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-21 {
  margin-top: 100px;
}

.row-16 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.image-43 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-sml-dark {
  display: block;
  margin: 17px auto;
  font-family: Apercu, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.div-block-59 {
  margin-left: 10px;
  float: left;
}

.div-block-60 {
  margin-right: 10px;
  float: right;
}

.section-32 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-32._8 {
  margin-bottom: 40px;
}

.row-17 {
  position: relative;
  z-index: 20;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-61 {
  display: block;
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.div-block-61.floatright {
  margin-right: 3px;
  float: right;
  background-color: #fff;
}

.div-block-61.floatleft {
  margin-left: 3px;
  float: left;
  background-color: #fff;
}

.image-44 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
}

.image-44._54 {
  margin-right: 55px;
  padding-top: 45px;
}

.image-44._6 {
  padding-top: 49px;
  padding-bottom: 1px;
}

.keyfeatures-title {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Apercu, sans-serif;
  color: #2bc6ce;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.keyfeatures-title._3 {
  margin-bottom: 15px;
}

.sml-paragraph-grey {
  padding-right: 20px;
  padding-left: 25px;
  font-family: Apercu, sans-serif;
  color: #757575;
  line-height: 25px;
  text-align: center;
}

.sml-paragraph-grey._2 {
  padding-right: 41px;
  padding-left: 41px;
}

.sml-paragraph-grey._3 {
  padding-right: 35px;
  padding-left: 35px;
}

.sml-paragraph-grey._6 {
  padding-right: 64px;
  padding-left: 64px;
}

.div-block-62 {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section-33 {
  margin-top: 25px;
  margin-bottom: 150px;
}

.image-45 {
  margin-right: 81px;
  float: right;
}

.div-block-63 {
  width: 460px;
  margin-left: 0px;
  float: left;
}

.image-46 {
  display: none;
}

.section-34 {
  height: 400px;
  background-image: url('../images/WebDevBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-47 {
  display: block;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
}

.container-23 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.webdevimage {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: 50px;
  padding-left: 31px;
  float: left;
}

.webdevdivblock {
  margin-right: -40px;
  float: left;
}

.webdevdivblock.heightpadwd {
  margin-left: 38px;
}

.row-18 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.column-35 {
  position: relative;
}

.div-block-66 {
  width: 100%;
}

.section-35 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section-36 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.slider-5 {
  display: block;
  height: 650px;
  max-width: 1200px;
  margin: 40px auto;
}

.webdevslide1 {
  display: block;
  background-color: #fff;
}

.right-arrow-3 {
  color: #c9c9c9;
}

.icon-5 {
  color: #c9c9c9;
  font-size: 25px;
}

.slide-nav-2 {
  color: #000;
  font-size: 9px;
}

.icon-6 {
  font-size: 25px;
}

.container-24 {
  display: block;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-48 {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-67 {
  position: relative;
  z-index: 20;
  margin-top: -55px;
}

.left-arrow-4 {
  color: #c9c9c9;
}

.slide-9 {
  background-color: #fff;
  color: #fff;
}

.slider-6 {
  height: 650px;
  background-color: #fff;
}

.right-arrow-4 {
  color: #000;
}

.icon-7 {
  color: #b1b1b1;
  font-size: 25px;
}

.slide-nav-3 {
  color: #000;
  font-size: 9px;
  letter-spacing: 20px;
}

.div-block-68 {
  display: block;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

.icon-8 {
  color: #b1b1b1;
  font-size: 25px;
}

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

.section-37 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.row-19 {
  display: block;
  max-width: 1200px;
  margin: 30px auto;
}

.developmentservicediv {
  width: 350px;
  height: 300px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.developmentservicediv._2 {
  height: 400px;
}

.developmentservicediv.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.developmentservicediv.middle._2 {
  height: 450px;
}

.developmentservicediv.left {
  float: left;
}

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

.container-25 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.div-block-69 {
  margin-top: 25px;
}

.container-26 {
  margin-top: 0px;
}

.row-20 {
  display: block;
  border-bottom: 1px solid #efefef;
}

.column-38 {
  top: 65px;
}

.h4 {
  margin: 0px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 30px;
}

.div-block-70 {
  font-family: Apercu, sans-serif;
}

.hr-grey {
  position: static;
  display: block;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #eee;
}

.get-started-btn-outline {
  display: block;
  width: 200px;
  height: 45px;
  margin: 20px auto;
  padding-top: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 66%, .5);
  border-radius: 4px;
  background-color: transparent;
  font-family: Apercu, sans-serif;
  color: #000;
  text-align: center;
}

.get-started-btn-outline:hover {
  border-style: solid;
  border-color: #2bc6ce;
  background-color: #30d6df;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  color: #fffdfd;
}

.get-started-btn-outline:active {
  background-color: #2bc6ce;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1), inset 0 0 11px 0 rgba(0, 0, 0, .1);
}

.get-started-btn-outline.left {
  margin-top: 5px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 13px;
}

.get-started-btn-outline._2 {
  margin-top: -15px;
}

.row-21 {
  display: block;
  width: 100%;
}

.section-38 {
  height: 400px;
  background-image: url('../images/BrandManagementBg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-49 {
  display: block;
  margin-top: 161px;
  margin-right: auto;
  margin-left: auto;
}

.bm_icon {
  display: block;
  margin-top: 94px;
  margin-right: auto;
  margin-left: auto;
}

.row-22 {
  display: block;
  max-width: 1350px;
  margin: 105px auto;
}

.image-50 {
  position: relative;
  display: block;
  clear: none;
}

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

.image-51 {
  position: static;
  display: block;
}

.div-block-72 {
  width: 398px;
  margin-top: 142px;
}

.div-block-73 {
  width: 398px;
  margin-top: -84px;
}

.column-39 {
  padding-left: 0px;
}

.div-block-74 {
  margin-top: 116px;
  margin-right: 33px;
  float: right;
}

.div-block-74.padheightbm {
  margin-left: 40px;
}

.section-39 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.div-block-75 {
  margin-bottom: 45px;
}

.div-block-76 {
  margin-bottom: 110px;
}

.section-40 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-27 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-41 {
  margin-top: 101px;
  margin-bottom: 101px;
}

.image-52 {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-77 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 93px;
}

.div-block-78 {
  margin-bottom: 85px;
  float: none;
}

.div-block-79 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.section-42 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.container-28 {
  margin-top: 38px;
  margin-bottom: 42px;
}

.text-span {
  color: #000;
  font-weight: 700;
}

.text-span-2 {
  color: #000;
  font-weight: 700;
}

.text-span-3 {
  color: #000;
  font-weight: 700;
}

.div-block-80 {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-81 {
  height: 260px;
  margin-top: 35px;
  margin-bottom: 90px;
  padding: 47px 50px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.monthlybilldiv {
  width: 360px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #2bc6ce;
}

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

.annualbilldiv {
  width: 360px;
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
}

.link-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  font-family: Apercu, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.monthlybillingbutton {
  width: 360px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 14px;
  border-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
  text-align: center;
}

.annualbillingbutton {
  width: 360px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 14px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Apercu, sans-serif;
  color: #000;
  text-align: center;
}

.annualbillingbutton:hover {
  background-color: #2bc6ce;
  color: #fff;
}

.smallgreytitle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Apercu, sans-serif;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 400;
}

.smallgreytitle.center {
  text-align: center;
}

.div-block-84 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
}

.div-block-84._10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.pricenumber {
  font-family: Apercu, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.pricenumber.center {
  text-align: center;
}

.div-block-85 {
  display: block;
  margin-top: 26px;
  margin-right: 25px;
  margin-left: 2px;
  -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;
}

.servicelistblock {
  display: block;
  width: 730px;
  margin: 20px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

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

.pricingservicetitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.image-53 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-87 {
  display: block;
  margin: 10px auto;
  padding: 45px 30px 45px 40px;
  text-align: center;
}

.servicelisttext {
  display: block;
  margin-right: auto;
  margin-left: 10px;
  font-family: Apercu, sans-serif;
  line-height: 30px;
}

.div-block-88 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-89 {
  display: inline-block;
  padding: 42px 40px 42px 0px;
}

.section-43 {
  position: relative;
  z-index: 100;
  margin-top: -510px;
}

.seperateblock1 {
  margin-bottom: 20px;
  padding-top: 0px;
}

.div-block-90 {
  float: right;
}

.col1-icon {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-29 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.div-block-92 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.slide-11 {
  background-image: url('../images/Hookah-Lounge-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/locksmithBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-field {
  width: 500px;
  height: 45px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .17);
  border-radius: 4px;
  background-color: #fff;
  font-family: Apercu, sans-serif;
  color: #8d8d8d;
}

.text-field:active {
  border-color: #2bc6ce;
}

.text-field:focus {
  border-width: 1px;
  border-color: #2bc6ce;
  background-color: #fff;
  color: #000;
}

.text-field-2 {
  border-radius: 4px;
  font-family: Apercu, sans-serif;
}

.select-field-3 {
  height: 45px;
  border-radius: 4px;
  font-family: Apercu, sans-serif;
}

.requestpricingbtn {
  width: 500px;
  height: 45px;
  border-radius: 4px;
  background-color: #2bc6ce;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  font-family: Apercu, sans-serif;
}

.requestpricingbtn:hover {
  background-color: #2bd6df;
}

.div-block-93 {
  margin-top: -8px;
}

.div-block-94 {
  margin-bottom: -15px;
}

.text-block-6 {
  font-family: Apercu, sans-serif;
}

.success-message-2 {
  background-color: #fff;
}

.error-message-2 {
  padding-left: 17px;
  background-color: #e94747;
  color: #000;
}

.text-block-7 {
  font-family: Apercu, sans-serif;
  color: #fff;
}

.row-24 {
  display: none;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.priceblockmiddle {
  position: relative;
  z-index: 10;
  display: block;
  width: 300px;
  height: 750px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.priceblockleft {
  width: 300px;
  height: 750px;
  margin-top: 15px;
  margin-right: -35px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.priceblockright {
  display: block;
  width: 300px;
  height: 750px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: -35px;
  float: left;
  border-color: #2bc6ce;
  border-radius: 4px;
  background-color: #fff;
}

.priceheader {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 7px;
  font-family: Apercu, sans-serif;
  text-align: center;
}

.priceheader.premier2 {
  margin-top: -20px;
}

.featurestext {
  font-family: Apercu, sans-serif;
  color: #929292;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.18px;
}

.featurestext.left {
  display: inline-block;
  margin-left: 32px;
  font-weight: 400;
  text-align: left;
}

.greyline {
  display: block;
  width: 240px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ededed;
}

.contentboxdiv {
  margin-top: 126px;
}

.contentboxdiv.leftbox {
  margin-top: 40px;
}

.contentboxdiv.leftbox._2 {
  margin-top: 0px;
}

.contentboxdiv.rightbox {
  margin-top: 16px;
}

.spaceblock1 {
  display: block;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.tealtext {
  margin-bottom: 3px;
  font-family: Apercu, sans-serif;
  color: #2bc6ce;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.tealtext.regfont {
  font-weight: 400;
}

.pricenumbers {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Apercu, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}

.pricenumbers.extrapad1 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.div-block-97 {
  position: static;
  margin-top: 35px;
}

.div-block-97.padding2 {
  margin-top: -10px;
}

.div-block-97.padding2.pad4 {
  margin-top: 0px;
}

.div-block-98 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.checkbox-field {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.addoncheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-3 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-99 {
  margin-top: -15px;
}

.div-block-right {
  margin-top: -10px;
}

.slide-13 {
  background-image: -webkit-linear-gradient(270deg, rgba(9, 7, 19, .79), rgba(9, 7, 19, .79)), url('../images/AR_BG.jpg');
  background-image: linear-gradient(180deg, rgba(9, 7, 19, .79), rgba(9, 7, 19, .79)), url('../images/AR_BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-14 {
  background-image: -webkit-linear-gradient(270deg, rgba(11, 11, 32, .55), rgba(11, 11, 32, .55)), url('../images/FlooringBG.jpg');
  background-image: linear-gradient(180deg, rgba(11, 11, 32, .55), rgba(11, 11, 32, .55)), url('../images/FlooringBG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-15 {
  background-image: -webkit-linear-gradient(270deg, rgba(9, 8, 22, .79), rgba(9, 8, 22, .79)), url('../images/AR_BG.jpg');
  background-image: linear-gradient(180deg, rgba(9, 8, 22, .79), rgba(9, 8, 22, .79)), url('../images/AR_BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-16 {
  background-image: -webkit-linear-gradient(270deg, rgba(11, 9, 27, .43), rgba(11, 9, 27, .43)), url('../images/FlooringBG.jpg');
  background-image: linear-gradient(180deg, rgba(11, 9, 27, .43), rgba(11, 9, 27, .43)), url('../images/FlooringBG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.signup-wrapper {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.h3 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Apercu, sans-serif;
  font-size: 28px;
}

.modalsubmitbtn {
  width: 200px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
}

.modalsubmitbtn:hover {
  background-color: #2bd8e0;
}

.getstartedtextfield {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: auto;
  padding-left: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e2e2e2;
  font-family: Apercu, sans-serif;
}

.getstartedtextfield:hover {
  border-color: #000;
}

.getstartedtextfield:active {
  border-color: #000;
}

.getstartedtextfield:focus {
  border-color: #000;
}

.serviceselectdropdown {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
}

.closelink {
  display: block;
  font-family: Apercu, sans-serif;
  color: #e2e2e2;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.closelink:hover {
  color: #2bc6ce;
}

.modalcontentwrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.image-54 {
  max-width: 50%;
  float: right;
}

.closelink1 {
  float: right;
}

.viewplanbtn {
  display: block;
  width: 200px;
  margin: 20px auto;
  border: 1px solid #2bc6ce;
  border-radius: 4px;
  background-color: transparent;
  font-family: Apercu, sans-serif;
  color: #333;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.viewplanbtn:hover {
  border-color: rgba(43, 198, 206, 0);
  background-color: #2bc6ce;
  color: #fff;
}

.getstartedsuccessmessage {
  background-color: #f3f3f3;
  font-family: Apercu, sans-serif;
}

.proplanmodalwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: none;
  height: 100%;
  padding-top: 26px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.plan-wrapper {
  display: block;
  overflow: visible;
  width: 450px;
  margin: 30px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 36px;
  border-radius: 4px;
  background-color: #fff;
}

.plan-wrapper.premierescroll {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.planh1 {
  margin-top: 4px;
  margin-bottom: 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  text-align: left;
}

.planh1.premiereleftpad {
  margin-bottom: 15px;
  padding-left: 17px;
}

.proplangreytextbg {
  margin-top: -19px;
  font-family: Apercu, sans-serif;
  color: #f5f5f5;
  font-size: 200px;
  line-height: 100%;
  font-weight: 700;
}

.probold {
  font-family: Apercu, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.planparagraph {
  font-family: Apercu, sans-serif;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
}

.planparagraph.smalltext {
  font-size: 11px;
  line-height: 20px;
  text-transform: none;
}

.greyspacer {
  display: block;
  width: 75%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 20px;
  background-color: transparent;
}

.scrollwrapper {
  position: static;
  display: block;
  overflow: scroll;
  height: 500px;
  padding: 25px;
  border-radius: 4px;
  background-color: #fff;
}

.scrollwrapper.premierescrollwrap {
  max-height: 500px;
  margin-left: 0px;
  padding: 25px;
  border-radius: 4px;
}

.closelinkplan {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 15px;
  float: right;
}

.ximage {
  max-width: 50%;
}

.premiereplanmodalwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000004;
  display: none;
  height: 100%;
  padding-top: 30px;
  background-color: rgba(0, 0, 0, .55);
  text-align: center;
}

.container-30 {
  position: static;
  overflow: auto;
}

.socialmediah1 {
  color: #cecece;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.scrolltext {
  display: none;
  margin-top: -5px;
  margin-bottom: 15px;
  margin-left: 17px;
  font-family: Apercu, sans-serif;
  color: #bebebe;
  text-align: left;
}

.text-block-8 {
  line-height: 25px;
}

.reviewmodalwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.reviewboxwrapper {
  display: block;
  width: 450px;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.reviewh1 {
  margin-top: 5px;
  font-family: Apercu, sans-serif;
  font-size: 20px;
}

.reviewform {
  margin-top: 25px;
  margin-bottom: 25px;
}

.reviewsubmitbtn {
  width: 200px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
}

.reviewsubmitbtn:hover {
  background-color: #3ddce4;
}

.reviewtextfield {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #eee;
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-radius: 4px;
  font-family: Apercu, sans-serif;
}

.reviewtextfield:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.reviewtextfield:active {
  border-color: #000;
  border-top-style: none;
}

.reviewtextfield:focus {
  border-color: #000;
}

.reviewtextinput {
  margin-top: 25px;
  border-color: #eee;
  border-radius: 4px;
  font-family: Apercu, sans-serif;
}

.reviewtextinput:hover {
  border-color: #000;
}

.reviewtextinput:active {
  border-color: #000;
}

.reviewtextinput:focus {
  border-color: #000;
}

.success-message-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #f3f3f3;
}

.text-block-9 {
  font-family: Apercu, sans-serif;
}

.xclose {
  float: right;
}

.image-55 {
  max-width: 50%;
  float: right;
}

.consistantslider {
  width: 100%;
  height: 510px;
}

.slidernavconsistant {
  color: #999;
  font-size: 8px;
}

.icon-9 {
  color: #d1d1d1;
  font-size: 20px;
}

.icon-10 {
  color: #d1d1d1;
  font-size: 20px;
}

.slide1_website {
  background-color: hsla(0, 0%, 100%, 0);
}

.mask-4 {
  background-color: #fff;
}

.smdiv {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.image-56 {
  margin-top: 20px;
}

.image-57 {
  margin-top: 15px;
}

.heading-8 {
  margin-top: 21px;
  text-align: center;
}

.slidergreybgtext {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -207px;
  font-family: Apercu, sans-serif;
  text-align: center;
}

.image-58 {
  margin-top: -15px;
}

.slide-17 {
  background-image: -webkit-linear-gradient(270deg, rgba(18, 16, 32, .73), rgba(18, 16, 32, .73)), url('../images/taylorconstructionbg.jpg');
  background-image: linear-gradient(180deg, rgba(18, 16, 32, .73), rgba(18, 16, 32, .73)), url('../images/taylorconstructionbg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-18 {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 7, 14, .78), rgba(5, 7, 14, .78)), url('../images/BallooonBG1.jpg');
  background-image: linear-gradient(180deg, rgba(5, 7, 14, .78), rgba(5, 7, 14, .78)), url('../images/BallooonBG1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mostpopdiv {
  max-width: 100px;
  margin-top: -100px;
}

.text-block-10 {
  font-family: Apercu, sans-serif;
  text-align: center;
}

.mostpoptext {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
}

.mostpopulardiv {
  position: relative;
  z-index: 100000;
  display: block;
  width: 75px;
  height: 75px;
  margin-right: auto;
  margin-bottom: -99px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #2bc6ce;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.text-block-11 {
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.mpwrap {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.businesscardswrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.businesscardimagewrap {
  display: block;
  max-width: 100%;
  margin-top: -14px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-100 {
  display: block;
  width: 50px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.loginbtn {
  width: 125px;
  margin-top: -33px;
  font-family: Apercu, sans-serif;
  text-align: center;
}

.div-block-101 {
  display: inline-block;
}

.slider-7 {
  display: block;
  width: 100%;
  height: 620px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.icon-11 {
  color: #cfcfcf;
  font-size: 35px;
}

.icon-12 {
  color: #cfcfcf;
  font-size: 35px;
}

.slide-nav-4 {
  font-size: 8px;
}

.slide-19 {
  background-color: #fff;
}

.bcimagewrapper {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.slide-20 {
  background-color: #fff;
}

.right-arrow-5 {
  margin-right: 200px;
}

.left-arrow-6 {
  margin-left: 200px;
}

.bc2 {
  margin-top: -25px;
}

.slide-21 {
  background-color: #fff;
}

.slide-22 {
  background-color: #fff;
}

.bl_modalwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000000;
  display: none;
  height: 100%;
  padding-top: 46px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.bl-form-wrapper {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.gfqtext {
  margin-top: -5px;
  padding: 0px;
  font-family: Apercu, sans-serif;
  font-size: 28px;
  text-align: center;
}

.div-block-102 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-103 {
  margin-top: 60px;
}

.image-60 {
  width: 50%;
}

.link-block {
  float: right;
}

.slide-23 {
  background-color: #fff;
}

.slide-24 {
  background-color: #fff;
}

.slide-25 {
  background-color: #fff;
}

.slide-26 {
  background-color: #fff;
}

.slide-27 {
  background-color: #fff;
}

.div-block-104 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.probox {
  width: 300px;
  height: 490px;
  float: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.row-25 {
  margin-top: -153px;
  margin-bottom: 223px;
}

.image-61 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.premiereplanicon {
  display: block;
  margin-top: -9px;
  margin-right: auto;
  margin-left: auto;
}

.topcolorblock {
  display: block;
  width: 300px;
  height: 65px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #2bc6ce;
}

.topcolorblock.pro {
  position: relative;
  z-index: 50000;
}

.topcolorblock.premiere {
  position: relative;
  z-index: 1000;
  margin-top: 15px;
  background-color: #3e69d6;
}

.topcolorblock.elite {
  position: relative;
  z-index: 50000;
  margin-top: 44px;
  background-color: #ffbd34;
}

.prodivwrapper {
  margin-right: -15px;
  float: right;
}

.elitedivwrapper {
  margin-left: -15px;
  float: left;
}

.plantitle {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.bottombox {
  position: static;
  display: block;
  width: 300px;
  height: 490px;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}

.smallsubheader {
  font-family: Apercu, sans-serif;
  color: #2bc6ce;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.18px;
}

.smallsubheader.blue {
  color: #3e69d6;
}

.smallsubheader.yellow {
  color: #ffbd34;
}

.monthlyplanprice {
  margin-top: 23px;
  margin-bottom: 30px;
}

.pricingtext {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Apercu, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 400;
}

.smallgreytext {
  font-family: Apercu, sans-serif;
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18px;
}

.greyspacer1 {
  display: block;
  width: 240px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ededed;
}

.yearlypriceplan {
  margin-top: 26px;
  margin-bottom: 28px;
}

.viewplandetailsbtn {
  width: 240px;
  height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 14px;
  border: 1px solid #2bc6ce;
  border-radius: 4px;
  background-color: transparent;
  font-family: Apercu, sans-serif;
  color: #000;
}

.viewplandetailsbtn:hover {
  border-color: transparent;
  background-color: #2bc6ce;
  color: #fff;
  text-transform: none;
}

.viewplandetailsbtn.blue {
  border-color: #3e69d6;
}

.viewplandetailsbtn.blue:hover {
  border-color: transparent;
  background-color: #3e69d6;
}

.buttonswrapper {
  margin-top: 30px;
}

.buttonswrapper.elite {
  margin-top: 139px;
}

.getstartedbtnplans {
  width: 240px;
  height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 14px;
  border-radius: 4px;
  background-color: #2bc6ce;
  font-family: Apercu, sans-serif;
}

.getstartedbtnplans:hover {
  background-color: #3fd4db;
}

.getstartedbtnplans.blue {
  background-color: #3e69d6;
}

.getstartedbtnplans.blue:hover {
  background-color: #4a76e4;
}

.getstartedbtnplans.yellow {
  background-color: #ffbd34;
}

.getstartedbtnplans.yellow:hover {
  background-color: #ffcb5f;
}

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

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

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

.setupfeediv {
  display: block;
  width: 250px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f7f7f7;
}

.setupfeetext {
  font-family: Apercu, sans-serif;
  font-size: 16px;
  text-align: center;
}

.text-span-5 {
  font-weight: 700;
}

.elitebox {
  margin-top: 105px;
  margin-bottom: 0px;
}

.section-44 {
  margin-bottom: -121px;
}

.topheadpro {
  width: 100%;
  height: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #2bc6ce;
}

.topheadpro.blue {
  background-color: #3e69d6;
}

.image-62 {
  height: 35px;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 20px;
  float: left;
}

.promodaltitle {
  margin-top: 21px;
  margin-left: 57px;
  font-family: Apercu, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.promodaltitle.pad6 {
  margin-left: 65px;
}

.slide-28 {
  background-color: #fff;
}

.div-block-106 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

html.w-mod-js *[data-ix="new-interaction-2"] {
  -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);
}

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

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

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

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

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

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

html.w-mod-js *[data-ix="scale-up-box-scroll"] {
  opacity: 1;
  -webkit-transform: scale(0.92, 0.92);
  -ms-transform: scale(0.92, 0.92);
  transform: scale(0.92, 0.92);
}

html.w-mod-js *[data-ix="scale-up-box-scroll-extreme"] {
  opacity: 1;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

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

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

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

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

html.w-mod-js *[data-ix="pricing-icon-spin"] {
  opacity: 0;
  -webkit-transform: scale(0.92, 0.92) translate(0px, 94px);
  -ms-transform: scale(0.92, 0.92) translate(0px, 94px);
  transform: scale(0.92, 0.92) translate(0px, 94px);
}

html.w-mod-js *[data-ix="pricing-icon-spin-2"] {
  opacity: 0;
  -webkit-transform: scale(0.92, 0.92) translate(0px, 94px);
  -ms-transform: scale(0.92, 0.92) translate(0px, 94px);
  transform: scale(0.92, 0.92) translate(0px, 94px);
}

html.w-mod-js *[data-ix="pricing-icon-spin-3"] {
  opacity: 0;
  -webkit-transform: scale(0.92, 0.92) translate(0px, 94px);
  -ms-transform: scale(0.92, 0.92) translate(0px, 94px);
  transform: scale(0.92, 0.92) translate(0px, 94px);
}

html.w-mod-js *[data-ix="image-stretch"] {
  height: 0px;
}

@media (max-width: 991px) {
  .h1 {
    font-size: 40px;
  }
  .container-6 {
    margin-top: 25vh;
  }
  .slider-panels {
    margin-right: 25px;
    margin-left: 25px;
  }
  .arrow-right-1 {
    width: 25px;
    height: 25px;
  }
  .nav-text {
    display: block;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .nav-text:hover {
    margin-top: 20px;
    text-transform: uppercase;
  }
  .nav-menu {
    background-color: #000;
  }
  .menu-button:hover {
    background-color: #000;
  }
  .hamburger {
    color: #fff;
    font-size: 35px;
  }
  .header-1-block {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .section-2 {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .photo-1-div {
    height: 450px;
    background-position: 0px -41px;
  }
  .subheadline-grey {
    text-align: center;
  }
  .subheadline-grey.left {
    text-align: left;
  }
  .image-9 {
    max-width: 90%;
  }
  .button-div {
    margin-top: -10px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-10 {
    padding-bottom: 0px;
  }
  .div-block-8 {
    margin-top: -15px;
  }
  .review-box-div {
    width: 550px;
    height: 300px;
  }
  .image-14 {
    margin-top: -88px;
  }
  .column-12 {
    padding-left: 0px;
  }
  .nav-menu-4 {
    position: static;
    display: block;
    width: 100%;
    margin-top: 100px;
    margin-right: auto;
    -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;
    background-color: rgba(0, 0, 0, .9);
  }
  .menu-button-2 {
    margin-right: 15px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #fff;
  }
  .icon-2 {
    background-color: transparent;
    color: #fff;
    font-style: normal;
  }
  .image-16 {
    width: 41px;
    height: 35px;
    max-width: auto;
    margin-left: 101px;
    padding-left: 0px;
  }
  .image-18 {
    display: none;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .get-started-btn-transparent {
    display: none;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
  }
  .image-19 {
    display: block;
  }
  .div-block-17 {
    position: relative;
    z-index: 15;
    display: block;
    width: 100%;
    margin-top: -77px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .div-block-17._2 {
    position: relative;
    z-index: 15;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .smphone {
    display: block;
    margin-right: auto;
    margin-bottom: -473px;
    margin-left: auto;
    float: none;
    opacity: 0.15;
  }
  .engage-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.14;
  }
  .section-10 {
    z-index: 0;
    overflow: visible;
    background-color: transparent;
  }
  .split-section {
    overflow: visible;
  }
  .column-15 {
    -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;
  }
  .column-17 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-23 {
    width: 650px;
  }
  .column-20 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-21 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .stat-div-box {
    width: 650px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .stat-div-box.left {
    width: 650px;
  }
  .column-22 {
    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;
  }
  .row-11 {
    width: 100%;
  }
  .column-24 {
    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;
  }
  .split-right-column {
    margin-top: auto;
    margin-bottom: auto;
  }
  .div-block-25 {
    display: block;
    width: 450px;
    margin: -344px auto -44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bl_numbers {
    font-size: 36px;
    text-align: left;
  }
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .bl_paragraph {
    font-size: 14px;
  }
  .row-12 {
    margin: 3px;
  }
  .div-block-34 {
    position: relative;
    z-index: 20;
    display: block;
    width: 600px;
    margin-top: 154px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-35 {
    display: block;
    margin-right: auto;
    margin-left: -22px;
    float: none;
  }
  .im-handshake {
    display: block;
    width: 900px;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.2;
  }
  .divblockwhatever {
    position: relative;
    z-index: 20;
    display: block;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .tm_employeeswalking {
    display: block;
    max-width: 100%;
    margin-top: 1px;
    margin-right: auto;
    margin-left: 7px;
    opacity: 0.16;
  }
  .div-block-36 {
    display: block;
    margin-top: -180px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-21 {
    margin-bottom: 2px;
  }
  .div-block-40 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-31 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column-26 {
    margin-top: -477px;
  }
  .column-27 {
    margin-top: -605px;
  }
  .row-14 {
    margin-top: -64px;
  }
  .container-20 {
    margin-top: -77px;
  }
  .image-33 {
    display: block;
    width: 640px;
    height: 373px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-34 {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-35 {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .image-36 {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 20px auto;
    float: none;
  }
  .image-37 {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .image-38 {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .column-31 {
    display: block;
  }
  .div-block-47 {
    width: 100%;
  }
  .div-block-48 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-49 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pricetotalblock {
    margin-right: 0px;
    float: none;
    -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;
  }
  .image-40 {
    display: block;
    margin-top: 52px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image-40._5 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-41 {
    margin-top: -920px;
  }
  .image-41._9 {
    margin-top: -294px;
  }
  .div-block-61.floatright {
    display: block;
    margin-right: auto;
    margin-left: 10px;
    float: left;
  }
  .div-block-61.floatright._1 {
    float: right;
  }
  .div-block-61.floatleft {
    display: block;
    margin: 25px auto 50px 10px;
    float: left;
  }
  .div-block-61.floatleft._3 {
    float: right;
  }
  .div-block-62 {
    width: 100%;
  }
  .image-45 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-63 {
    display: block;
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-64 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-34 {
    margin-top: -97px;
  }
  .container-22 {
    margin-top: -137px;
  }
  .image-46 {
    display: none;
  }
  .webdevimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .webdevdivblock {
    margin-right: auto;
    padding-right: 24px;
    padding-left: 24px;
    float: none;
  }
  .image-48 {
    padding: 75px;
  }
  .div-block-67 {
    margin-top: -115px;
  }
  .slider-6 {
    height: 550px;
  }
  .slide-nav-3 {
    padding-top: 0px;
  }
  .row-19 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .developmentservicediv {
    display: block;
    width: 100%;
    height: 280px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .developmentservicediv._2.heighteditbox {
    height: 300px;
  }
  .developmentservicediv.middle._2.heighteditbox2 {
    height: 320px;
  }
  .developmentservicediv.left {
    float: none;
  }
  .developmentservicediv.left._2.heighteditbox4 {
    height: 330px;
  }
  .column-36 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .column-37 {
    margin-top: -97px;
  }
  .div-block-74 {
    margin-top: -30px;
    margin-right: 0px;
    padding-right: 21px;
    padding-left: 21px;
    float: none;
  }
  .div-block-77 {
    max-width: 100%;
    margin-right: 63px;
    margin-left: 63px;
    padding-right: 0px;
  }
  .div-block-83 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .servicelistblock {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .div-block-90 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto;
    float: none;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-91 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-96 {
    height: 90px;
  }
  .prodivwrapper {
    float: none;
  }
  .premeiredivwrapper {
    margin-top: 21px;
  }
  .elitedivwrapper {
    float: none;
  }
}

@media (max-width: 767px) {
  .h1 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 38px;
    line-height: 40px;
  }
  .container-6 {
    margin-top: 25vh;
  }
  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }
  .nav-text {
    color: #fff;
  }
  .nav-text:hover {
    color: hsla(0, 0%, 100%, .87);
  }
  .h2.left-aligned {
    text-align: center;
  }
  .h2.left {
    text-align: center;
  }
  .paragraph-grey-center {
    padding-right: 47px;
    padding-left: 47px;
  }
  .header-1-block {
    margin-bottom: 150px;
  }
  .get-started-button.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .photo-1-div {
    height: 300px;
  }
  .paragraph-header-white {
    font-size: 14px;
  }
  .subheadline-grey.left {
    text-align: center;
  }
  .h1-left-dark {
    font-size: 28px;
  }
  .get-started-div-we {
    padding-right: 1px;
  }
  .container-12 {
    margin-top: 112px;
  }
  .div-block-12 {
    height: 1px;
  }
  .div-block-13 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-4 {
    font-size: 30px;
  }
  .column-10 {
    padding-right: 147px;
  }
  .div-block-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 23px;
  }
  .column-11 {
    display: block;
  }
  .footerlinktext {
    font-size: 12px;
  }
  .column-12 {
    display: block;
    padding-left: 0px;
  }
  .container-17 {
    margin-top: 108px;
  }
  .image-19 {
    margin-top: 118px;
  }
  .paragraph-grey {
    font-size: 14px;
    line-height: 30px;
  }
  .paragraph-grey.center {
    width: 100%;
  }
  .div-block-17 {
    margin-top: 5px;
  }
  .div-block-17._2 {
    margin-top: 40px;
  }
  .div-block-19 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .engage-img {
    margin-top: -80px;
  }
  .div-block-22 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .iconheader {
    margin-bottom: 9px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .stat-div-box.right {
    width: 100%;
  }
  .container-18 {
    margin-top: -50px;
  }
  .div-block-26 {
    width: 100%;
    height: 500px;
    border-radius: 0px;
  }
  .littlegreytext {
    text-align: center;
  }
  .bl_numbers {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .div-block-28 {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-29._2 {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .barline {
    width: 500px;
  }
  .div-block-30 {
    margin-top: 39px;
  }
  .div-block-31 {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .h5 {
    font-size: 24px;
  }
  .bl_paragraph {
    font-size: 17px;
  }
  .image-28 {
    margin-top: 110px;
  }
  .div-block-34 {
    width: 100%;
    margin-top: 110px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .im-handshake {
    display: none;
  }
  .divblockwhatever {
    width: 100%;
    margin-top: 92px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .tm_employeeswalking {
    display: none;
    width: 600px;
    height: 450px;
    margin-left: -11px;
  }
  .div-block-37 {
    width: 100%;
    padding-right: 37px;
    padding-left: 37px;
  }
  .div-block-37._5 {
    width: 450px;
  }
  .section-21 {
    padding-bottom: 50px;
  }
  .column-26 {
    margin-top: -222px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-27 {
    margin-top: -626px;
  }
  .div-block-41 {
    width: 100%;
    height: 250px;
    margin-top: 110px;
    background-image: url('../images/TM_Handshake.png');
    background-position: 64% 36%;
    background-size: 650px;
    background-repeat: no-repeat;
  }
  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-42 {
    height: 250px;
    margin-top: 110px;
    background-image: url('../images/EmployeesWalking.png');
    background-position: 54% 21%;
    background-size: 660px;
    background-repeat: no-repeat;
  }
  .image-32 {
    margin-top: 179px;
  }
  .image-33 {
    display: block;
    width: 540px;
    height: 325px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-48 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-49 {
    padding: 19px;
  }
  .div-block-50 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .section-27 {
    height: 420px;
  }
  .pricetotalblock {
    width: 525px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-54 {
    max-width: 100%;
    margin-top: 70px;
  }
  .image-39 {
    margin-top: 182px;
  }
  .image-40 {
    height: 440px;
  }
  .image-42 {
    width: 600px;
    height: 285px;
    padding-right: 55px;
    padding-left: 55px;
  }
  .paragraph-sml-dark {
    padding-right: 74px;
    padding-left: 74px;
  }
  .div-block-59 {
    margin-top: 10px;
    float: none;
  }
  .div-block-60 {
    display: block;
    margin: 10px auto;
    float: none;
  }
  .div-block-65 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .image-46 {
    display: none;
  }
  .image-47 {
    margin-top: 180px;
  }
  .webdevimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .webdevdivblock {
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
  }
  .section-36 {
    margin-top: -87px;
  }
  .div-block-67 {
    margin-top: -103px;
  }
  .slider-6 {
    height: 450px;
  }
  .developmentservicediv.middle._2.heighteditbox2 {
    height: 350px;
  }
  .column-37 {
    margin-top: -90px;
  }
  .get-started-btn-outline.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .bm_icon {
    margin-top: 182px;
  }
  .div-block-77 {
    padding-right: 0px;
  }
  .div-block-83 {
    margin-bottom: 25px;
  }
  .monthlybillingbutton {
    width: 300px;
    margin-right: 10px;
    margin-left: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  }
  .annualbillingbutton {
    width: 300px;
    margin-right: 20px;
    margin-left: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  }
  .smallgreytitle {
    text-align: center;
  }
  .div-block-84._10 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pricenumber {
    text-align: center;
  }
  .div-block-85 {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .servicelistblock {
    width: 95%;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-87 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .servicelisttext {
    margin-left: 0px;
    text-align: center;
  }
  .div-block-88 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-89 {
    display: block;
    margin: 10px auto 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
  .row-23 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .column-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-96 {
    height: 1px;
  }
  .priceblockmiddle {
    width: auto;
    height: 500px;
    max-width: 500px;
    margin-bottom: 10px;
  }
  .priceblockleft {
    display: block;
    width: auto;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .priceblockright {
    display: block;
    width: auto;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  }
  .contentboxdiv {
    margin-top: 35px;
  }
  .div-block-99 {
    margin-top: 19px;
  }
  .column-44 {
    margin-bottom: 35px;
  }
  .premeiredivwrapper {
    margin-top: 23px;
  }
}

@media (max-width: 479px) {
  .section-1 {
    padding-top: 0px;
  }
  .top-header {
    height: 600px;
  }
  .h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .container-6 {
    margin-top: 20vh;
    padding-right: 32px;
    padding-left: 32px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .slider-panels {
    margin-right: 0px;
    margin-left: 0px;
  }
  .arrow-right-1 {
    display: none;
  }
  .smallsubhead {
    margin-top: 10px;
    font-size: 12px;
  }
  .paragraph {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .menu-button {
    border-radius: 8px;
  }
  .menu-button:hover {
    display: block;
    -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(0, 0, 0, .22);
    color: #000;
  }
  .hamburger {
    font-size: 30px;
  }
  .h2 {
    margin-top: -29px;
    margin-bottom: 0px;
    padding: 26px;
    font-size: 26px;
    line-height: 35px;
  }
  .h2.left-aligned {
    text-align: center;
  }
  .h2.left {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-grey-center {
    margin-top: 5px;
    padding: 15px;
    font-size: 14px;
  }
  .header-1-block {
    margin-bottom: 100px;
  }
  .get-started-button.left {
    float: left;
    text-align: center;
  }
  .photo-1-div {
    margin-top: -60px;
    background-position: 0px 0px;
  }
  .paragraph-header-white {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }
  .hero-header-div {
    margin-top: -125px;
  }
  .header-1-block-copy {
    margin-top: 0px;
  }
  .graph-flow {
    display: none;
  }
  .subheadline-grey {
    padding: 16px;
    font-size: 14px;
  }
  .subheadline-grey.left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-3 {
    padding-top: 0px;
  }
  .image-9 {
    display: none;
  }
  .section-4 {
    margin-top: 35px;
  }
  .paragraph-grey-left {
    font-size: 14px;
  }
  .small-services-div.business-loans-bg {
    padding: 35px;
  }
  .small-services-div.tmbg {
    padding: 36px;
  }
  .success-stories-gallery {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .we-enable-section {
    margin-top: 52px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .h1-left-dark {
    font-size: 20px;
    line-height: 30px;
  }
  .get-started-div-we {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-2 {
    font-size: 20px;
  }
  .container-10 {
    padding-bottom: 0px;
  }
  .row-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .column-6 {
    position: static;
    display: block;
  }
  .container-12 {
    margin-top: 200px;
  }
  .heading-3 {
    margin-bottom: 5px;
    font-size: 35px;
  }
  .paragraph-white {
    display: none;
  }
  .paragraph-3 {
    margin-bottom: -5px;
  }
  .slide-5 {
    background-position: 598px 598%;
  }
  .reviews-section {
    margin-top: 42px;
  }
  .review-box-div {
    width: 500px;
    height: 450px;
  }
  .image-14 {
    margin-top: -72px;
  }
  .review-paragraph {
    margin-top: -19px;
  }
  .div-block-12 {
    width: 150px;
    height: 2px;
  }
  .div-block-13 {
    height: 500px;
  }
  .heading-4 {
    font-size: 20px;
  }
  .paragraph-5 {
    font-size: 12px;
  }
  .paragraph-6 {
    text-align: center;
  }
  .link-3 {
    text-align: center;
  }
  .paragraph-7 {
    text-align: center;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: auto;
  }
  .div-block-14 {
    width: 100%;
    margin-bottom: 39px;
    padding-left: 0px;
    text-align: center;
  }
  .footerlinktext {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-12 {
    padding-right: auto;
  }
  .image-15 {
    max-width: 85px;
    margin-left: 10px;
  }
  .image-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mask-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .icon-3 {
    margin-left: 50.5px;
    font-size: 13px;
  }
  .icon-4 {
    margin-left: 16.5px;
    font-size: 13px;
  }
  .image-17 {
    display: block;
    width: 100%;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-18 {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .row-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .image-19 {
    margin-top: 123px;
  }
  .paragraph-grey {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  .paragraph-grey._2 {
    padding-right: 28px;
    padding-left: 28px;
    border-radius: 0px;
  }
  .paragraph-grey.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .div-block-17 {
    margin-top: -30px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .div-block-17._2 {
    margin-top: 45px;
  }
  .smphone {
    margin-left: -12px;
    padding-left: 0px;
  }
  .engage-img {
    width: auto;
    height: 400px;
    max-width: auto;
    margin-top: -22px;
  }
  .section-10 {
    margin-top: -48px;
    margin-bottom: 74px;
  }
  .div-block-23 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-media-icon {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .iconheader {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .paragraphboxgrey {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .stat-div-box.right {
    width: 100%;
  }
  .div-block-25 {
    width: 300px;
  }
  .container-18 {
    margin-top: -5px;
  }
  .twitter-img {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .youtube-img {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .div-block-26 {
    height: 510px;
  }
  .div-block-27 {
    margin-top: 0px;
  }
  .bl_numbers {
    font-size: 36px;
  }
  .div-block-28 {
    padding: 35px 25px 25px;
  }
  .barline {
    width: 250px;
  }
  .section-17 {
    margin-top: 369px;
  }
  .row-12 {
    margin-top: -80px;
  }
  .div-block-37 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .div-block-37._5 {
    width: 100%;
    margin-top: -42px;
    margin-bottom: -55px;
  }
  .row-13 {
    margin-top: 119px;
  }
  .div-block-40 {
    width: 100%;
    padding-left: 18px;
  }
  .div-block-41 {
    background-position: -88px 50%;
    background-size: 500px;
  }
  .div-block-42 {
    background-position: -122px 13%;
  }
  .div-block-43 {
    margin: 13px;
  }
  .teal-separator {
    padding-left: 0px;
    text-align: left;
  }
  .image-33 {
    position: static;
    display: block;
    width: 275px;
    height: 175px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-7 {
    margin-bottom: -15px;
    line-height: 75px;
  }
  .div-block-48 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-49 {
    margin-top: 17px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .pricetotalblock {
    width: 95%;
  }
  .image-39 {
    margin-top: 183px;
  }
  .image-40 {
    width: 657px;
    height: 537px;
    max-width: auto;
  }
  .image-40._5 {
    display: none;
  }
  .image-41 {
    margin-top: -564px;
  }
  .image-42 {
    height: 200px;
    padding-top: 8px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .section-32._8 {
    margin-top: 28px;
  }
  .div-block-61.floatright {
    display: block;
    margin: 15px auto;
    float: none;
  }
  .div-block-61.floatright._1 {
    float: none;
  }
  .div-block-61.floatleft {
    display: block;
    margin: 15px auto;
    float: none;
  }
  .div-block-61.floatleft._3 {
    margin-top: 15px;
    margin-bottom: 15px;
    float: none;
  }
  .sml-paragraph-grey._3 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .image-45 {
    height: 345px;
  }
  .div-block-63 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-46 {
    display: block;
    margin-top: 59px;
    margin-left: -8px;
  }
  .image-47 {
    margin-top: 188px;
  }
  .webdevimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .webdevdivblock {
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
  .webdevdivblock.heightpadwd {
    margin-top: 93px;
  }
  .row-18 {
    margin-top: 38px;
  }
  .section-35 {
    max-width: 100%;
  }
  .image-48 {
    margin-top: -13px;
    padding: 14px;
  }
  .div-block-67 {
    margin-top: -30px;
  }
  .slider-6 {
    height: 350px;
  }
  .right-arrow-4 {
    margin-top: 112px;
  }
  .row-19 {
    max-width: 100%;
  }
  .developmentservicediv {
    width: 100%;
    height: 315px;
  }
  .developmentservicediv._2.heighteditbox {
    height: 420px;
  }
  .developmentservicediv.middle {
    width: 100%;
  }
  .developmentservicediv.middle._5 {
    width: 100%;
  }
  .developmentservicediv.middle._2.heighteditbox2 {
    height: 450px;
  }
  .developmentservicediv.left {
    width: 100%;
  }
  .developmentservicediv.left._2.heighteditbox4 {
    height: 400px;
  }
  .column-36 {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .left-arrow-5 {
    margin-top: 112px;
  }
  .column-37 {
    position: static;
    margin-top: 2px;
  }
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .get-started-btn-outline.left {
    float: left;
    text-align: center;
  }
  .bm_icon {
    margin-top: 183px;
  }
  .div-block-74.padheightbm {
    margin-top: -27px;
  }
  .div-block-77 {
    margin: -56px 11px 11px;
    padding-right: 0px;
  }
  .monthlybillingbutton {
    width: 250px;
    margin-right: 2px;
    margin-left: 6px;
    font-size: 12px;
  }
  .annualbillingbutton {
    width: 250px;
    margin-right: 6px;
    margin-left: 2px;
    font-size: 12px;
  }
  .text-field {
    width: 100%;
  }
  .requestpricingbtn {
    width: 100%;
  }
  .div-block-93 {
    margin-top: -26px;
  }
  .form-2 {
    width: 100%;
  }
  .div-block-95 {
    margin-top: -18px;
  }
  .priceblockright {
    margin-bottom: 18px;
  }
  .modal-wrapper {
    display: none;
  }
  .signup-wrapper {
    width: 100%;
  }
  .premeiredivwrapper {
    margin-top: 25px;
  }
}

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