@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;700&display=swap');

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

.section {
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 1000px;
  padding-top: 0px;
  padding-bottom: 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-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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
  background-image: url('../images/grid-bg.jpg');
  background-size: 1300px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.section.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.services-section {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.products-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.number-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.clients-section {
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.section.contact-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

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

.image.mobendo-squares {
  position: absolute;
  left: 0px;
  top: -30%;
  right: 0px;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-text {
  font-family: Merriweather Sans, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

.hero-text.hero-h1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3c4c55;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.hero-text.hero-h2 {
  margin-top: 40px;
  color: #3c4c55;
  font-size: 30px;
}

.container {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.scroll-downs {
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.about-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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 {
  width: 49%;
  float: left;
}

.div-block.about-image {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url('../images/devices.jpg');
  background-position: 0px 100%;
  background-size: 1150px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-2 {
  width: 49%;
  float: right;
}

.div-block-2.about-intro {
  display: block;
  width: 50%;
  height: 100%;
  padding-left: 75px;
  -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;
}

.about-intro-p {
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Merriweather Sans, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.heading {
  font-family: Merriweather Sans, Arial, sans-serif;
}

.heading.about-intro-h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #3c4c55;
  font-size: 50px;
  line-height: 50px;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 450px;
  margin-top: 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;
  border: 3px solid #3c4c55;
  color: #3c4c55;
  text-decoration: none;
}

.link-block.button-text {
  position: relative;
  display: block;
  margin-top: 40px;
  background-image: url('../images/icon_coffee.svg');
  background-position: 40px 43%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.link-block.button-text:hover {
  background-color: #3c4c55;
  background-image: url('../images/icon_coffee-white.svg');
  background-size: auto;
  color: #fff;
}

.link-block.contact-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.link-block.contact-btn:hover {
  background-color: #3c4c55;
  color: #fff;
}

.link-block.services-block-btn {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  height: 60px;
  max-width: none;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-weight: 700;
}

.link-block.services-block-btn:hover {
  background-color: #fff;
  color: #3c4c55;
}

.text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather Sans, Arial, sans-serif;
  font-size: 26px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block.contact-btn-text {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block.services-block-btn-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-left: 0px;
  font-size: 20px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
}

.body {
  overflow: visible;
}

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

.heading-3.section-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #3c4c55;
  font-weight: 700;
  text-transform: uppercase;
}

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

.heading-4.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #3c4c55;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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-4.services-container {
  margin-top: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-5 {
  width: 49.5%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-5.mobile-dev-block {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #db7340;
  background-image: url('../images/dev-orange.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 500ms cubic-bezier(.445, .05, .55, .95);
  transition: all 500ms cubic-bezier(.445, .05, .55, .95);
}

.div-block-6 {
  width: 49.5%;
  height: 100%;
  margin-left: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-6.consulting-edu-block {
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #436db0;
  background-image: url('../images/edu-blue2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #000;
}

.background-video {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: visible;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-box {
  max-width: 500px;
  float: none;
}

.services-box.float-right {
  max-width: 600px;
  margin-top: 40px;
  margin-left: 40px;
  float: none;
}

.services-box.float-left {
  max-width: 600px;
  margin-top: 40px;
  margin-left: 40px;
  clear: left;
}


.services-h1 {
  width: 450px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
}

.services-p {
  max-width: 510px;
  margin-top: 40px;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-shadow: 1px 0 5px #000, 0 0 4px #4c4c4c;
}

.product-container {
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-left: 40px;
  border-radius: 25px;
  background-color: #f4f4f4;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  font-family: Merriweather Sans, Arial, sans-serif;
  text-shadow: 0 3px 3px #474747;
}

.product-container.mogy-product {
  position: relative;
  border-radius: 5px;
  background-image: url('../images/mogy-bg.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
}

.product-container.mogy-product.product-hover:hover {
  margin-top: 100px;
  box-shadow: 0 15px 30px 0 #525252;
}

.product-container.signage-product {
  position: relative;
  border-radius: 5px;
  background-image: url('../images/signage-bg.jpg');
  background-size: cover;
  color: #fff;
}

.product-container.signage-product.product-hover {
  -webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  transition: all 500ms cubic-bezier(.645, .045, .355, 1);
}

.product-container.signage-product.product-hover:hover {
  box-shadow: 0 15px 30px 0 #686868;
}

.product-container.directory-product {
  position: relative;
  min-height: 300px;
  border-radius: 5px;
  background-image: url('../images/directory-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.product-container.directory-product.product-hover {
  -webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  transition: all 500ms cubic-bezier(.645, .045, .355, 1);
}

.product-container.directory-product.product-hover:hover {
  box-shadow: 0 15px 30px 0 #525252;
}

.product-description {
  max-width: 550px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.product-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.image-2 {
  position: absolute;
  right: 70px;
  bottom: -70px;
  height: 150px;
}

.image-3 {
  position: absolute;
  right: 140px;
  bottom: -50px;
  height: 300px;
}

.image-4 {
  position: absolute;
  right: 120px;
  bottom: -30px;
  height: 290px;
}

.image-5 {
  position: absolute;
  right: 40px;
  bottom: -50px;
  height: 250px;
}

.image-6 {
  position: absolute;
  right: 10px;
  bottom: -40px;
  height: 200px;
}

.numbers-wrapper {
  position: relative;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #edc840;
  background-image: url('../images/world-map.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-shadow: 1px 1px 1px #555;
}

.div-block-8 {
  width: 50%;
  margin-right: 5px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-9 {
  width: 50%;
  margin-left: 5px;
  float: left;
}

.numbers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Merriweather Sans, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.paragraph {
  text-align: right;
}

.paragraph-2 {
  text-align: right;
}

.paragraph-2.number-data {
  font-weight: 700;
  text-align: left;
}

.client-slider {
  background-color: transparent;
}

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

.row-2 {
  padding-right: 80px;
  padding-left: 80px;
}

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

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

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

.image-9.client-logo {
  max-width: 100%;
}

.icon {
  color: #d3d3d3;
}

.icon-2 {
  color: #d3d3d3;
}

.mask {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  background-color: #fff;
}

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

.container-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.subpage-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px;
  -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/mobendo-bordertop.svg');
  background-position: 50% -165px;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.subpage-hero.mogy-hero {
  padding-top: 50px;
  background-image: url('../images/mogy-bg.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.subpage-hero.mogy-hero.emguest-hero {
  background-image: url('../images/directory-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.subpage-hero.mogy-hero.emguest-digital-signage-hero {
  background-image: url('../images/signage-bg.jpg');
  background-size: cover;
}

.page-title {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3c4c55;
  font-size: 70px;
  line-height: 80px;
}

.page-title.mogy-hero-h1 {
  margin-top: 0%;
  margin-bottom: 20px;
  color: #fff;
}

.page-subtitle {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #3c4c55;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
}

.page-subtitle.mogy-hero-p {
  color: #fff;
}

.services-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Merriweather Sans, Arial, sans-serif;
}

.services-section.consulting-services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-section.development-services {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.heading-6 {
  display: block;
  margin-bottom: 30px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3c4c55;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.heading-6.consulting-services-h2 {
  color: #3083ce;
}

.heading-6.development-services-h2 {
  color: #ff6836;
}

.services-tab-p {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #3c4c55;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.section-next-steps {
  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;
  font-family: Merriweather Sans, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-12 {
  width: 50%;
  float: none;
}

.div-block-13 {
  width: 50%;
}

.next-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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: transparent;
  background-image: url('../images/forwardarrow_white.svg');
  background-position: 100% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #edc840;
  text-decoration: none;
}

.next-link-block:hover {
  background-color: #edc840;
  background-position: 96% 50%;
  color: #fff;
}

.previous-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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/backarrow_white.svg');
  background-position: 0px 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #edc840;
  text-decoration: none;
}

.previous-link-block:hover {
  background-color: #edc840;
  background-position: 30px 50%;
  background-repeat: no-repeat;
  color: #fff;
}

.paragraph-7 {
  display: block;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.paragraph-7.prev-pretitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.container-5 {
  font-family: Merriweather Sans, Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

.mobendo-p {
  display: block;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mobendo-p.intro-paragraph {
  color: #3c4c55;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
}

.mobendo-p.indent {
  padding-left: 0px;
}

.mobendo-p.highlight-p {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .07);
}

.mobendo-p.emguest-p {
  color: #44596e;
}

.content-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.content-section.mogy-content-section {
  padding-top: 50px;
}

.mobendo-h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #3c4c55;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}

.unordered-list {
  margin-top: 30px;
  margin-bottom: 50px;
}

.unordered-list.mobendo-ul {
  color: #3c4c55;
  line-height: 40px;
  font-weight: 400;
}

.tabs-menu {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs-content {
  display: block;
  width: 100%;
  padding: 25px 50px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  color: transparent;
}

.tabs {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobendo-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  -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;
  background-color: #edc840;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 700;
}

.mobendo-tab:hover {
  background-color: #f3da80;
}

.mobendo-tab.w--current {
  background-color: #da3831;
  color: #fff;
  font-weight: 400;
}

.mobendo-tab.dev-services-tab {
  background-color: transparent;
  color: #3c4c55;
  font-weight: 700;
  text-decoration: none;
  line-height: 32px;
}

.mobendo-tab.dev-services-tab:hover {
  background-color: rgba(218, 56, 49, .1);
}

.mobendo-tab.dev-services-tab.w--current {
  background-color: #ff6836;
  color: #fff;
  font-weight: 700;
}

.mobendo-tab.consulting-tab {
  background-color: transparent;
  color: #3c4c55;
}

.mobendo-tab.consulting-tab:hover {
  background-color: rgba(129, 194, 252, .1);
}

.mobendo-tab.consulting-tab.w--current {
  background-color: #3083ce;
  color: #fff;
}

.body-2 {
  background-image: url('../images/grid-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-3 {
  background-image: url('../images/grid-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer-link {
  display: block;
  -webkit-transition: color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: color 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

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

.unordered-list-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #fff;
}

.list-item {
  font-weight: 300;
}

.footer-header {
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #edc840;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.footer-column {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-tabs-container {
  max-width: 1300px;
}

.services-ul {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3c4c55;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.services-li {
  margin-bottom: 10px;
}

.page-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-inner-wrapper {
  width: 100%;
  max-width: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather Sans, Arial, sans-serif;
}

.paragraph-8 {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.paragraph-8.legal-info {
  display: block;
  margin: 30px auto 20px;
  padding-right: 5%;
  padding-left: 5%;
  color: dimgrey;
  font-size: 12px;
  line-height: 20px;
}

.body-4 {
  background-image: url('../images/bg-gym-tile.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.body-4.emguest-body {
  background-image: url('../images/grid-bg.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

.products-click-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 126%;
  background-color: transparent;
  -webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  text-shadow: 0 3px 3px #474747;
}

.products-click-overlay:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  /* background-color: #000; */
}

.menu-button {
  display: block;
  width: 55px;
  height: 55px;
  padding: 11px 0px 0px;
  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;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.menu-button:hover {
  background-color: #3c4c55;
}

.menu-button.w--open {
  padding: 15px;
  background-color: #da3831;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, .15);
}

.nav-link.w--current {
  color: #ff6836;
  font-weight: 300;
}

.nav-menu {
  width: 250px;
  padding-top: 25px;
  background-color: #000;
  color: #fff;
}

.icon-7 {
  color: #fff;
}

.mobendo-brand {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-6 {
  background-color: #fff;
}

.brand {
  min-width: 60px;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.brand:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.menu-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 30px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.paragraph-9 {
  text-align: left;
}

.main-menu-category-title {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Merriweather Sans, Arial, sans-serif;
  color: #edc840;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
}

.slide-nav-4 {
  opacity: 0.5;
}

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

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

.icon-image {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  margin-top: 30px;
  margin-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;
}

.column-3 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-p-title {
  display: inline-block;
  width: 100%;
}

html.w-mod-js *[data-ix="background-grid-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="mobendo-squares"] {
  opacity: 0;
  -webkit-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  transform: scale(4, 4);
}

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

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

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

html.w-mod-js *[data-ix="about-us-text"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="section-title-reveal"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .section.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    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;
  }
  .section.about-section {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .section.services-section {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section.products-section {
    position: static;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.number-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.clients-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image.mobendo-squares {
    position: absolute;
    left: 0px;
    top: -30%;
    right: 0px;
    display: block;
    overflow: visible;
    margin-top: 9%;
    float: none;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    text-align: left;
  }
  .hero-text.hero-h1 {
    max-width: 590px;
    font-size: 34px;
    line-height: 40px;
  }
  .hero-text.hero-h2 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
  }
  .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block.about-image {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: inset 0 -1px 0 1px #fff, inset 1px 0 0 1px #fff;
  }
  .div-block-2.about-intro {
    width: 100%;
    margin-top: 50px;
  }
  .link-block.button-text {
    display: block;
  }
  .div-block-4.services-container {
    position: static;
    height: 100%;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-5.mobile-dev-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .div-block-6.consulting-edu-block {
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .footer {
    padding-right: 0px;
    text-align: left;
  }
  .background-video {
    height: 360px;
  }
  .product-description {
    max-width: 330px;
    font-size: 20px;
    line-height: 26px;
  }
  .product-title {
    width: 350px;
    font-size: 40px;
    line-height: 46px;
  }
  .image-2 {
    right: 40px;
    bottom: -40px;
  }
  .image-3 {
    right: 100px;
    bottom: -20px;
  }
  .image-4 {
    right: 90px;
    bottom: -10px;
  }
  .image-5 {
    right: 20px;
    bottom: -30px;
  }
  .image-6 {
    right: 0px;
    bottom: -20px;
  }
  .mask {
    position: absolute;
    display: block;
  }
  .subpage-hero {
    padding-bottom: 50px;
    background-position: 57% -32px;
    background-size: 180%;
  }
  .subpage-hero.mogy-hero {
    background-size: cover;
  }
  .page-title {
    max-width: 100%;
    margin-top: 15%;
    font-size: 48px;
    line-height: 52px;
  }
  .page-subtitle {
    max-width: 70%;
  }
  .services-section.consulting-services {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-section.development-services {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .section-next-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-13 {
    width: 100%;
  }
  .next-link-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .previous-link-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .mobendo-p {
    font-size: 24px;
    line-height: 32px;
  }
  .mobendo-p.intro-paragraph {
    color: #3c4c55;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
  }
  .content-section.about-us-content-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .content-section.mogy-content-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .mobendo-h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .mobendo-tab.dev-services-tab {
    margin-right: 20px;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .paragraph-8.legal-info {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row-3 {
    padding-left: 50px;
  }
  .text-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .products-click-overlay {
    height: 115%;
  }
  .navbar {
    background-color: transparent;
  }
  .lightbox-link {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section.hero-section {
    padding-bottom: 50px;
  }
  .section.about-section {
    position: static;
    padding-top: 0px;
  }
  .section.services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.number-section {
    min-height: 550px;
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .section.clients-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.contact-section {
    padding-bottom: 50px;
  }
  .image.mobendo-squares {
    display: block;
  }
  .hero-text.hero-h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .hero-text.hero-h2 {
    margin-top: 20px;
  }
  .container {
    top: 20%;
  }
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block.about-image {
    width: 100%;
  }
  .div-block-2.about-intro {
    width: 100%;
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-intro-p {
    font-size: 20px;
    line-height: 26px;
  }
  .heading.about-intro-h1 {
    font-size: 46px;
    line-height: 46px;
  }
  .link-block.button-text {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .link-block.contact-btn {
    max-width: 100%;
  }
  .div-block-5.mobile-dev-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .div-block-6.consulting-edu-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .background-video {
    height: 300px;
  }
  .services-box.float-right {
    margin-right: 5%;
    margin-left: 5%;
  }
  .services-box.float-left {
    margin-right: 5%;
    margin-left: 5%;
  }
  .services-h1 {
    width: 100%;
    font-size: 40px;
    line-height: 44px;
  }
  .services-p {
    font-size: 20px;
    line-height: 26px;
  }
  .product-container.mogy-product {
    margin-bottom: 50px;
    border-radius: 0px;
  }
  .product-container.signage-product {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 0px;
  }
  .product-container.directory-product {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 0px;
  }
  .product-description {
    max-width: 230px;
    font-size: 20px;
  }
  .product-description.digital-signage-mobile-p {
    max-width: 190px;
  }
  .product-title {
    width: 260px;
    margin-top: 20px;
  }
  .product-title.digital-signage-mobile-h1 {
    width: 450px;
  }
  .image-2 {
    right: 50px;
    bottom: -20px;
    height: 130px;
  }
  .image-3 {
    right: 100px;
    bottom: -10px;
    height: 270px;
  }
  .image-4 {
    bottom: 10px;
    height: 260px;
  }
  .image-5 {
    bottom: -20px;
    height: 210px;
  }
  .image-6 {
    right: 10px;
    bottom: -20px;
    height: 190px;
  }
  .numbers-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paragraph.number-title {
    font-size: 30px;
    line-height: 40px;
  }
  .paragraph-2.number-data {
    font-size: 30px;
    line-height: 40px;
  }
  .client-slider {
    display: block;
    height: 220px;
    -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;
  }
  .icon {
    margin-right: 5px;
    color: #d3d3d3;
  }
  .icon-2 {
    margin-left: 5px;
    color: #d3d3d3;
  }
  .mask {
    position: absolute;
    display: block;
    text-shadow: 1px 1px 1px #555;
  }
  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .subpage-hero {
    padding-bottom: 0px;
    background-position: -424px -9px;
    background-size: 220%;
  }
  .subpage-hero.mogy-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-title {
    max-width: 80%;
    font-size: 50px;
    line-height: 54px;
  }
  .page-subtitle {
    max-width: 80%;
    font-size: 18px;
    line-height: 22px;
  }
  .page-subtitle.mogy-hero-p {
    max-width: 400px;
  }
  .services-section.development-services {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .heading-6.development-services-h2 {
    color: #3083ce;
    font-size: 30px;
    line-height: 34px;
  }
  .heading-6.dev-service-h1 {
    color: #ff6836;
    font-size: 40px;
    line-height: 44px;
  }
  .services-tab-p {
    display: block;
    font-size: 20px;
    line-height: 26px;
  }
  .next-link-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-7.next-title {
    max-width: 270px;
  }
  .mobendo-p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .mobendo-p.intro-paragraph {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .content-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section.about-us-content-section {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .content-section.mogy-content-section {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs-content {
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .mobendo-tab.dev-services-tab {
    width: 100%;
  }
  .mobendo-tab.dev-services-tab.w--current {
    width: 100%;
  }
  .footer-column {
    margin-bottom: 20px;
  }
  .mobendo-li {
    font-size: 22px;
    line-height: 32px;
  }
  .row-3 {
    padding-left: 0px;
    text-align: center;
  }
  .row-4 {
    text-align: center;
  }
  .text-block-2 {
    font-size: 17px;
  }
  .service-slider-content-wrapper {
    position: static;
    display: block;
    margin-top: 30px;
    margin-right: 12%;
    margin-left: 12%;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slider {
    position: relative;
    width: 100%;
    min-height: 470px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .05);
  }
  .slider.consulting-services-slider {
    min-height: 840px;
  }
  .icon-5 {
    margin-right: 10px;
    color: #3083ce;
  }
  .icon-5.dev-slider-arrow {
    color: #ff6836;
  }
  .icon-6 {
    margin-right: 5px;
    margin-left: 5px;
    color: #3083ce;
  }
  .icon-6.dev-slider-arrow {
    color: #ff6836;
  }
  .slide-nav {
    position: absolute;
    margin-bottom: 0px;
  }
  .products-click-overlay {
    height: 110%;
  }
  .slide-4 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-nav-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon-8 {
    margin-right: 5px;
    margin-left: 35px;
    color: #d3d3d3;
  }
  .icon-9 {
    margin-right: 35px;
    margin-left: 5px;
    color: #d3d3d3;
  }
  .client-slider-mobile {
    background-color: transparent;
  }
  .client-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .client-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-nav-3 {
    opacity: 0.5;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-image {
    width: 60%;
  }
  .icon-p-title {
    width: 100%;
    margin-bottom: 10px;
    clear: none;
    font-size: 19px;
  }
}

@media (max-width: 479px) {
  .section.hero-section {
    min-height: 500px;
    margin-bottom: 200px;
  }
  .section.about-section {
    padding-bottom: 100px;
  }
  .section.services-section {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.products-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.number-section {
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.clients-section {
    min-height: 400px;
  }
  .section.contact-section {
    min-height: 500px;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-text.hero-h1 {
    max-width: 300px;
    font-size: 26px;
    line-height: 31px;
  }
  .hero-text.hero-h2 {
    margin-top: 20px;
    font-size: 19px;
    line-height: 24px;
  }
  .container {
    top: 3%;
    padding-top: 45%;
  }
  .div-block.about-image {
    min-height: 250px;
    background-position: 50% 100%;
    background-size: 500px;
    background-attachment: scroll;
    box-shadow: inset 0 -1px 0 1px #fff, inset 0 1px 0 1px #fff;
  }
  .div-block-2.about-intro {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-intro-p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .heading.about-intro-h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .link-block.button-text {
    display: inline-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;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .link-block.button-text:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .text-block {
    position: static;
    margin-left: 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: 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-size: 21px;
  }
  .text-block.contact-btn-text.contact-btn-text-mobile {
    font-size: 19px;
  }
  .heading-3.section-heading {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 30px;
    line-height: 30px;
  }
  .heading-4.section-heading {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .div-block-5.mobile-dev-block {
    padding-top: 10px;
    padding-bottom: 50px;
    background-position: 95% 22%;
    background-size: 680px;
  }
  .div-block-6.consulting-edu-block {
    padding-top: 10px;
    padding-bottom: 50px;
    background-position: 60% -97px;
    background-size: auto;
    background-attachment: scroll;
  }
  .footer {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .background-video {
    height: 200px;
  }
  .services-box.float-right {
    margin-right: 20px;
    margin-left: 20px;
  }
  .services-box.float-left {
    margin-right: 20px;
    margin-left: 20px;
  }
  .services-h1 {
    width: 100%;
    font-size: 28px;
    line-height: 30px;
  }
  .services-p {
    float: none;
    font-size: 18px;
    line-height: 24px;
  }
  .product-container.mogy-product {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-container.mogy-product.product-hover:hover {
    margin-top: 50px;
  }
  .product-container.signage-product {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-container.directory-product {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-description {
    position: static;
    z-index: 1;
    max-width: 100%;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
  }
  .product-description.digital-signage-mobile-p {
    position: static;
    max-width: 100%;
  }
  .product-title {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .product-title.digital-signage-mobile-h1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .image-2 {
    right: 60px;
    bottom: -40px;
  }
  .image-3 {
    right: 120px;
    bottom: -150px;
    z-index: 0;
  }
  .image-4 {
    bottom: -140px;
  }
  .image-5 {
    bottom: -70px;
  }
  .image-6 {
    left: 0px;
    right: 0px;
    bottom: -60px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .numbers-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .div-block-8 {
    width: 65%;
  }
  .div-block-9 {
    width: 35%;
  }
  .paragraph.number-title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 22px;
  }
  .paragraph-2.number-data {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 22px;
  }
  .icon {
    margin-right: 5px;
    color: #d3d3d3;
  }
  .icon-2 {
    margin-left: 5px;
    color: #d3d3d3;
  }
  .mask {
    display: block;
  }
  .image-10 {
    max-width: 70%;
  }
  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subpage-hero {
    padding-bottom: 0px;
    background-position: -400px -90px;
    background-size: 350%;
  }
  .subpage-hero.mogy-hero {
    padding: 20px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .page-title {
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 40px;
  }
  .page-title.mogy-hero-h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .page-subtitle {
    max-width: 90%;
    font-size: 16px;
    line-height: 20px;
  }
  .page-subtitle.mogy-hero-p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .services-section.consulting-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-6.consulting-services-h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .heading-6.development-services-h2 {
    color: #ff6836;
  }
  .heading-6.dev-service-h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .services-tab-p {
    line-height: 24px;
  }
  .next-link-block {
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .previous-link-block {
    padding-right: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .previous-link-block.product-prevnext {
    padding-right: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .paragraph-7 {
    max-width: 70%;
    line-height: 29px;
    text-align: right;
  }
  .paragraph-7.prev-pretitle {
    text-align: right;
  }
  .paragraph-7.prev-title {
    text-align: right;
  }
  .paragraph-7.next-title {
    max-width: 200px;
    text-align: left;
  }
  .mobendo-p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .mobendo-p.intro-paragraph {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
  }
  .mobendo-p.highlight-p {
    text-align: left;
  }
  .mobendo-p.icon-p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .content-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section.about-us-content-section {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .content-section.mogy-content-section {
    padding: 30px 15px 50px;
  }
  .mobendo-h2 {
    font-size: 23px;
    line-height: 30px;
    text-align: left;
  }
  .unordered-list.mobendo-ul {
    margin-bottom: 30px;
    padding-left: 25px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-ul {
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .mobendo-li {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .service-slider-content-wrapper {
    margin-right: 2%;
    margin-left: 2%;
  }
  .slider.consulting-services-slider {
    width: 100%;
    min-height: 920px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .slider.development-services-slider {
    width: 100%;
    min-height: 560px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .products-click-overlay {
    height: 100%;
  }
  .slide-4 {
    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;
  }
  .lightbox-link {
    margin-bottom: 20px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-image {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .icon-row {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .column-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .important-text {
    text-align: left;
  }
  .icon-p-title {
    font-size: 22px;
    line-height: 25px;
  }
}

.mb-0{
  margin-bottom: 0;
}

.main__container_title{
  color: #303133;
  font-size: 15px;
  font-weight: 800;
}

.main__container_desc{
  color: #777777;
  font-size: 15px;
  overflow: auto;
  font-weight: 400;
}

.b-0{
  border: 0!important;
}

.pb-30{
  padding-bottom: 30px!important;
}

.pt-16{
  padding-top: 16px;
}

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