.body {
  background-color: #f9f9f9;
  font-family: 'Coversans webfont', sans-serif;
  color: #095491;
  font-weight: 400;
}

.body.body-consult {
  background-color: #dae1e4;
}

.body.body-2 {
  background-color: #25b6e2;
}

.nav-section {
  position: relative;
  z-index: 300;
  height: 76px;
  background-color: #0c365b;
  color: #095491;
}

.sm-image {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1px;
  padding-bottom: 2px;
  padding-left: 1px;
  opacity: 0.82;
}

.sm-image.sm-image-foot {
  width: 29px;
  float: right;
}

.phone-no {
  width: auto;
  height: 25px;
  padding-right: 12px;
  float: none;
  font-size: 15px;
}

.link {
  color: #95c1ce;
  text-decoration: none;
}

.link.link-head {
  clear: left;
  color: #e96d40;
  font-size: 16px;
  font-weight: 600;
}

.link.link-head.link-phone-foot {
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 18px;
}

.cont-nav {
  padding-top: 3px;
  padding-right: 5px;
  float: right;
}

.logo-h {
  width: 239px;
  height: auto;
  margin-top: 16px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo-h:hover {
  opacity: 0.77;
}

.logo-h.logo-min {
  width: 40px;
  height: 28px;
  margin-top: 0px;
}

.nav-menu {
  margin-top: 0px;
  padding-top: 12px;
  float: right;
}

.nav-menu.nav-menu-mini {
  padding-top: 0px;
}

.sm-link {
  width: 44px;
  padding-right: 7px;
  padding-left: 7px;
  float: left;
  opacity: 0.84;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.sm-link:hover {
  opacity: 0.45;
}

.sm-link.sm-header {
  width: 21px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.sm-link.sm-header.sm-footer {
  width: auto;
  margin-left: 20px;
  float: left;
}

.n-link {
  margin-right: 4px;
  margin-left: 6px;
  padding: 3px 15px 1px;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.n-link:hover {
  color: #25b6e2;
}

.n-link.w--current {
  color: hsla(0, 0%, 100%, 0.8);
}

.n-link.n-link-foot {
  width: auto;
  margin-bottom: 6px;
  float: left;
  text-decoration: none;
}

.n-link.n-link-foot:hover {
  color: #25b6e2;
}

.text-top-tel {
  width: 154px;
  margin-top: 5px;
  margin-right: 0px;
  padding-right: 6px;
  padding-left: 4px;
  float: right;
  border-radius: 5px;
  color: #fff;
  font-weight: 200;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-top-tel.bot-text-tel {
  width: auto;
  margin-right: 2px;
  margin-bottom: 9px;
  margin-left: 13px;
  float: left;
}

.header-sm {
  width: 30px;
  margin-right: 5px;
  padding-top: 5px;
  float: right;
  opacity: 0.71;
}

.n-bar {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  background-color: transparent;
}

.hero-section-home {
  height: auto;
  margin-top: -1px;
  background-image: repeating-linear-gradient(180deg, #3cbedb, #63cbdb);
}

.cont {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  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;
}

.cont.home-hero-cont {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 36px;
  background-image: url('../images/m-h-hero-pie-3.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cont.ai-home {
  height: 483px;
  max-width: 1100px;
  margin-top: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cont.security-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cont.cont-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 57px;
  margin-bottom: 42px;
  padding-top: 12px;
  -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;
}

.cont.cont-brains {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont.container-blue-pie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-right: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont.cont-logos {
  width: 90%;
  max-width: 1040px;
  margin-top: 24px;
  margin-bottom: 95px;
  padding-right: 18px;
  padding-left: 18px;
}

.cont.cont-form {
  padding-top: 50px;
}

.cont.cont-foot-main {
  padding-top: 28px;
  background-image: none;
}

.cont.cont-hero-about {
  background-image: url('../images/ph-head-5.svg');
  background-position: 82% 42%;
  background-size: 58%;
  background-repeat: no-repeat;
}

.cont.case-study-back {
  background-image: url('../images/robot-hand-3.svg');
  background-position: 77% 24%;
  background-size: 52%;
  background-repeat: no-repeat;
}

.cont.cont-pie {
  background-image: url('../images/dc-ph-consult.svg');
  background-position: 80% 22%;
  background-size: 41%;
  background-repeat: no-repeat;
}

.cont.cont-want {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 950px;
  margin-top: 61px;
  -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;
}

.cont.back-dots {
  background-image: url('../images/ph-dots.png');
  background-position: -340% 50%;
  background-size: 101%;
  background-repeat: no-repeat;
  text-align: left;
}

.cont.logos-pages {
  max-width: 800px;
  margin-top: 64px;
}

.cont.consult-back {
  background-image: url('../images/dc-ph-consult.svg');
  background-position: 86% 10%;
  background-size: 49%;
  background-repeat: no-repeat;
}

.who {
  display: block;
  width: 67%;
  margin: 0px auto;
  padding: 18px 27px 11px 5px;
}

.cream-wave-section {
  position: relative;
  z-index: 200;
}

.container-cream-wave {
  z-index: 40;
  overflow: visible;
  width: 100%;
  height: 88px;
  margin-top: -87px;
  background-image: url('../images/cream-wave-B.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.div-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  height: 100%;
  min-height: 200px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-a.div-a-robust {
  float: right;
}

.div-a.div-a-data-results {
  padding-left: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-b {
  z-index: 1;
  width: 47%;
  height: 100%;
  max-width: 602px;
  min-height: 200px;
  float: left;
  background-image: url('../images/h-hand-2.png');
  background-position: 50% 50%;
  background-size: 72%;
  background-repeat: no-repeat;
}

.text-verb {
  display: block;
  margin-top: 14px;
  font-family: verb, sans-serif;
  color: #095491;
  font-size: 25px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
}

.text-verb.verb-1 {
  margin: 0px auto 17px;
  font-size: 33px;
  line-height: 39px;
  text-transform: uppercase;
}

.text-verb.verb-1.verb-2 {
  max-width: 411px;
  margin-bottom: 17px;
  color: #08497e;
}

.text-verb.verb-1.verb-20-plus {
  margin-top: 100px;
  margin-bottom: 47px;
  font-size: 41px;
}

.text-verb.orange-verb {
  max-width: 213px;
  margin: 19px auto 43px;
  color: #f9633a;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
}

.text-verb.t-verb-2 {
  margin-top: 16px;
  margin-bottom: -1px;
  color: #08497e;
  font-size: 24px;
  line-height: 33px;
}

.text-verb.verb-large {
  margin-top: 103px;
  margin-bottom: 0px;
  color: #095491;
  font-size: 40px;
  line-height: 46px;
}

.text-verb.get-data {
  max-width: 364px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  color: #25b6e2;
  font-size: 29px;
  line-height: 42px;
  text-transform: capitalize;
}

.text-verb.get-data.get-22 {
  margin-top: 10px;
  margin-bottom: 44px;
  padding-bottom: 20px;
}

.text-verb.h-list-text {
  margin-top: 0px;
  margin-bottom: 21px;
  font-size: 20px;
  text-align: left;
}

.text-verb.want-better {
  margin-top: 32px;
  font-family: verb, sans-serif;
  color: #f9633a;
  font-size: 29px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-verb.real-brains {
  display: block;
  max-width: 300px;
  margin: 1px auto 28px;
  color: #25b6e2;
  font-size: 23px;
  line-height: 31px;
}

.text-verb.text-verb-vex {
  line-height: 30px;
}

.text-verb.text-white-bold {
  max-width: 398px;
  margin: 0px auto 10px;
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.text-verb.text-value {
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  font-family: 'verb bold', sans-serif;
  color: #f9633a;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
}

.text-verb.t-form-title {
  max-width: 588px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  color: #07477a;
  font-size: 33px;
  line-height: 43px;
}

.text-verb.text-contact-page {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #08497e;
  text-align: left;
}

.text-verb.text-contact-page.text-address {
  margin-top: 16px;
  margin-bottom: 19px;
}

.text-verb.sub-12 {
  margin-top: 25px;
  margin-bottom: 64px;
  font-style: italic;
}

.text-cover {
  color: #25b6e2;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.text-cover.cover-sans-2 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.text-cover.cover-sans-white-1 {
  color: #fff;
}

.text-cover.cover-sans-white-1.white-2 {
  max-width: 345px;
  margin: 1px auto 23px;
  border-bottom: 2px solid #e26906;
  font-family: 'Coversans webfont', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.text-cover.cover-sans-white-1.c-white-2 {
  max-width: 399px;
  margin: 17px auto 33px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
}

.text-cover.text-brains-cover {
  margin-bottom: 17px;
  color: #095491;
  font-size: 21px;
  font-weight: 500;
}

.text-cover.text-consult-para-home {
  margin: 0px auto;
  padding-right: 10px;
  padding-left: 10px;
  color: #e3eaec;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.text-holder-1 {
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
}

.text-holder-1.text-top-holder {
  padding-top: 0px;
  padding-bottom: 26px;
}

.h-profile-section {
  position: relative;
  z-index: 222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(39deg, #3eaac7 13%, #a9dbf5);
}

.div-monitor {
  width: 44%;
  padding-left: 29px;
  float: right;
}

.image-monitor {
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.text-holder-2 {
  max-width: 499px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
}

.wave-data-div {
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/h3-h-waves.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

._25-div {
  width: 25%;
  min-height: 55px;
  float: left;
}

.h-icon {
  display: block;
  width: 40%;
  max-width: 76px;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
}

.text-sub-home {
  max-width: 181px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'verb bold', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

.cover-text-4 {
  margin-top: 29px;
  color: #25b6e2;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.cover-text-4.data-management {
  margin-top: 88px;
  margin-bottom: 47px;
  font-family: 'Coversans webfont', sans-serif;
  color: #73cce7;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
}

.cover-text-4.cover-light {
  margin-top: 17px;
  margin-bottom: 34px;
  font-family: 'Coversans webfont', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.iceberg-section {
  height: 100%;
  margin-top: 74px;
  padding-bottom: 23px;
  background-image: url('../images/i-iceberg-back-full.jpg');
  background-position: 60% 50%;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.iceberg {
  max-width: 1200px;
  margin-top: 94px;
  margin-right: auto;
  margin-left: auto;
}

.column-list {
  width: 410px;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  padding-left: 0px;
}

.button-orange {
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #f9633a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'verb bold', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.button-orange:hover {
  background-color: #ff8450;
}

.button-orange.consult-button-grey {
  display: block;
  width: 247px;
  margin: 32px auto 13px;
  padding: 8px 13px 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #a9c1c9;
  font-family: verb, sans-serif;
  color: #095491;
  line-height: 26px;
  font-weight: 900;
}

.button-orange.consult-button-grey:hover {
  background-color: #25b6e2;
}

.button-orange.book-c {
  display: block;
  width: auto;
  height: auto;
  margin-top: 33px;
  margin-right: auto;
  float: none;
  text-transform: uppercase;
}

.button-orange.book-bot-nav {
  display: block;
  width: auto;
  margin-right: 13px;
  padding: 6px 8px 3px;
  float: left;
  border-style: none;
  border-width: 2px;
  border-color: #a9c1c9;
  border-radius: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.button-orange.but-read-bio {
  display: block;
  width: 140px;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
}

.button-orange.but-industry {
  display: block;
  width: 148.84375px;
  margin-right: auto;
  margin-left: auto;
}

.div-brains {
  width: 44%;
  min-height: 40px;
  float: left;
}

.brain-image {
  display: block;
  width: 77%;
  max-width: 333px;
  margin-right: auto;
  margin-left: auto;
}

.consulting-section {
  min-height: 400px;
  margin-top: 133px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 9px solid #fff;
  border-bottom: 9px solid #fff;
  background-color: #22567e;
  box-shadow: 7px 0 28px 1px rgba(9, 45, 77, 0.43);
}

.div-blue-pie-home {
  width: 49%;
  float: left;
}

.im-pie-blue {
  display: block;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.93;
}

.div-logo {
  width: 54%;
  float: left;
}

.div-logo.div-logo-2 {
  width: 46%;
}

.form-section {
  min-height: 400px;
  padding-top: 28px;
  padding-bottom: 140px;
  background-color: #3bc1e2;
  background-image: url('../images/contact-backwave-back-all-4.png');
  background-position: 0% 100%;
  background-size: 100% 118%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-block-home {
  max-width: 600px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 11px;
  padding-left: 11px;
}

.form-line {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.89);
  font-size: 17px;
}

.form-line.form-right {
  width: 49%;
  float: right;
  background-color: hsla(0, 0%, 100%, 0.89);
}

.form-line.form-half {
  width: 49.5%;
}

.form-line.form-msg {
  margin-bottom: 16px;
  padding-bottom: 57px;
}

.footer-section {
  position: relative;
}

.blue-wave {
  width: 100%;
  height: 70px;
  margin-top: -68px;
  background-image: url('../images/h-blue-wave-copy.svg');
  background-position: -16% 50%;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.footer-bottom-dive {
  width: 100%;
  min-height: auto;
  background-color: #0c365b;
}

.foot-1 {
  width: 720px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  float: none;
}

.foot-1.foot-2 {
  padding-top: 51px;
}

.foot-1.foot-3 {
  width: 623px;
  padding: 39px 22px 0px;
}

.logo-foot {
  display: block;
  width: 81%;
  max-width: 263px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  opacity: 0.86;
}

.very-bottom-div {
  height: 61px;
  margin-top: 72px;
  padding-top: 17px;
  padding-right: 0px;
  border-top: 1px none #092d4c;
  background-color: #092d4c;
}

.text-sub-white {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Coversans webfont', sans-serif;
  color: #436077;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.mo-hero {
  display: none;
}

.pages-hero {
  min-height: 200px;
}

.pages-hero.about-hero {
  background-image: linear-gradient(13deg, #0799c5 17%, #40b7cf 40%, #94edfa 70%);
}

.pages-hero.about-hero.case-hero-back {
  background-image: linear-gradient(204deg, #b2f2ff 10%, #4ac9e2 71%, #1094c3 92%);
}

.pages-hero.about-hero.consulting-back {
  border-bottom: 13px solid #fff;
  background-color: #114e77;
  background-image: linear-gradient(172deg, #aae5ff, #07395a 92%, #175475);
}

.pages-hero.about-hero.consult-gradient {
  background-image: linear-gradient(344deg, #1fa2da 25%, #61cfe5 57%);
}

.cont-pages {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-right: 42px;
  padding-left: 42px;
}

.h1 {
  margin-top: 41px;
  margin-bottom: 52px;
  padding-right: 33px;
  padding-left: 0px;
  font-family: verb, sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-weight: 900;
  text-align: left;
  text-transform: capitalize;
}

.h1.hi-consult {
  color: #07477a;
}

.h1.hi-consult.consult-h1 {
  margin-top: 36px;
  margin-bottom: 23px;
  line-height: 39px;
  text-transform: capitalize;
}

.h1.hi-contact {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 59px;
  line-height: 52px;
  font-weight: 900;
  text-align: left;
}

.h1.h1-industry {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 6px;
  font-size: 34px;
  line-height: 44px;
  text-align: left;
}

.h1.h1-consult {
  margin-bottom: 30px;
}

.para-pages {
  margin-bottom: 34px;
  color: #08497e;
  font-size: 21px;
  line-height: 33px;
}

.para-pages.para-consulting {
  color: #0c365b;
}

.para-pages.para-darker-blue {
  margin-bottom: 44px;
  padding-left: 50px;
  color: #07477a;
  font-size: 20px;
  line-height: 28px;
}

.para-pages.para-darker-blue.para-industry-head {
  margin-bottom: 43px;
  padding-left: 36px;
}

.para-pages.para-bottom {
  margin-bottom: 93px;
}

.pages-full {
  min-height: 400px;
  padding-bottom: 172px;
}

.h2 {
  margin-bottom: 31px;
  font-family: verb, sans-serif;
  color: #25b6e2;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.h2.h2-consulting {
  color: #1995bb;
}

.h2.industry-h2 {
  margin-top: 26px;
  margin-bottom: 36px;
  padding-left: 7px;
  border-bottom-width: 1px;
  border-bottom-color: #25b6e2;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.h2.h2-sm-industry {
  max-width: 169px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #095491;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-i {
  font-family: 'verb bold', sans-serif;
  color: #095491;
  text-align: left;
}

.h2.h2-subtitle {
  margin-bottom: 9px;
  font-size: 24px;
  text-transform: uppercase;
}

.h2.h2-consult {
  margin-top: 0px;
  margin-bottom: 27px;
  font-weight: 900;
}

.h2.h2-consult.h2-con-center {
  margin-top: 64px;
  text-align: center;
}

.h2.h2-case {
  margin-top: 24px;
  margin-bottom: 41px;
  color: #095491;
  font-size: 21px;
  text-transform: none;
}

.h2.h2-case.h2-case-bottom {
  margin-top: 39px;
  margin-bottom: 98px;
  border-bottom-width: 1px;
  border-bottom-color: #b9d2da;
}

.h2.h2-it {
  margin-top: -11px;
  margin-bottom: 31px;
  font-family: 'verb bold', sans-serif;
  color: #25b6e2;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.pages-consult {
  margin-bottom: 183px;
  padding-top: 31px;
  padding-bottom: 57px;
}

.contact-div-text {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-right: 11px;
  padding-left: 11px;
}

.cover-white {
  color: #fff;
}

.cover-white.cover-white-contact {
  margin-top: 33px;
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  text-align: left;
}

.ghost-wave {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.blue-links {
  color: #08497e;
  text-decoration: none;
}

.p-text-cont {
  width: 46%;
  float: left;
}

.cont-for-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 830px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blank {
  width: 13%;
  height: auto;
  min-height: 30px;
  float: right;
}

.blank.blank-consulting {
  width: 12%;
}

.h1-white {
  max-width: 300px;
  margin-bottom: 99px;
  margin-left: 52px;
  font-family: verb, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 50px;
  font-weight: 900;
}

.h1-white.h1-consulting {
  max-width: 330px;
  margin-bottom: 41px;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
}

.h1-white.case-studies {
  max-width: 200px;
}

.div-ring {
  margin-bottom: 0px;
  padding-top: 33px;
}

.ring-1 {
  width: 33.33%;
  min-height: 20px;
  float: left;
}

.ring-im {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.small-odd-header {
  display: block;
  margin: 35px auto 60px;
  float: none;
  font-family: verb, sans-serif;
  color: #095491;
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  text-align: center;
}

.section-contact-back {
  background-image: url('../images/contact-backArtboard-1-2.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.grid-contact {
  width: 100%;
  height: 100%;
  padding-bottom: 125px;
}

.nav-mini {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 34px;
  margin-top: -35px;
  padding-top: 2px;
  background-color: rgba(12, 54, 91, 0.91);
}

.logo-mini {
  width: 27px;
  margin-left: 9px;
  padding-top: 1px;
}

.consult-bar {
  display: block;
  width: 89%;
  margin: 24px auto 49px;
  padding-right: 8px;
  float: left;
  opacity: 0.91;
}

.dc-logo {
  width: 100%;
  padding-top: 0px;
}

.all-ice-div-base {
  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;
}

.div-ice-half {
  width: 40%;
  min-height: 200px;
  padding-left: 41px;
  float: left;
}

.div-ice-half-2 {
  width: 60%;
  height: 100%;
  float: left;
}

._15-a {
  width: 89%;
  max-width: 380px;
}

._85a {
  width: 100%;
  max-width: 380px;
  min-height: 300px;
  padding-left: 0px;
}

.find-44 {
  width: 100%;
  min-height: 100px;
  margin-bottom: 51px;
}

.industry-col {
  padding-right: 3px;
  padding-left: 3px;
}

.h3.industry-h3 {
  margin-top: 1px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-left: 36px;
  font-family: verb, sans-serif;
  font-size: 19px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.div-for-industry {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-top: 62px;
  margin-bottom: 50px;
  padding: 14px 25px 30px;
  border-style: none;
  border-width: 2px;
  border-color: #8eddf5;
  border-radius: 17px;
  background-color: #e7f2f5;
}

.icon-industry {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 77px;
  height: 80px;
  margin-right: 41px;
}

.icon-image {
  margin-top: 12px;
}

.industry-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 107px;
  margin-top: 2px;
  margin-bottom: 6px;
  padding: 5px 5px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7f2f5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.industry-holder:hover {
  opacity: 0.5;
}

.industry-holder.industry-ho-2 {
  padding-bottom: 12px;
}

.single-col-industy {
  width: 100%;
  margin: 23px auto 58px;
}

.industry-mini-icon {
  width: 55px;
}

.fb {
  width: 49%;
  margin-bottom: 12px;
  float: left;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.95);
  opacity: 0.94;
  font-size: 17px;
}

.fb.fb-big {
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 12px;
  padding-left: 12px;
  float: none;
}

.fb.fb2 {
  float: right;
}

.oops {
  max-width: 200px;
  margin-left: 22px;
  padding-bottom: 2px;
  float: left;
  background-color: #ff866b;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.main-form {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  color: #575c59;
}

.thanks {
  display: block;
  max-width: 350px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 34px;
  padding-left: 34px;
  font-family: verb, sans-serif;
  color: #08497e;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
}

.thanks.thanks2 {
  margin-top: 10px;
  margin-bottom: 47px;
  color: #f9633a;
  font-size: 22px;
  line-height: 25px;
  font-weight: 200;
}

.su-mess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -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: hsla(0, 0%, 100%, 0.4);
  font-size: 19px;
  text-align: center;
}

.wrap-contact {
  display: block;
  max-width: 1400px;
  min-height: 519px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #494848;
}

._50-form {
  width: 100%;
  float: none;
}

.div-form-container {
  width: 90%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.div-form-container.div-fc2 {
  margin-top: 103px;
}

.industries-sub {
  margin-top: 40px;
  margin-bottom: 63px;
  padding-left: 6px;
  font-family: 'verb bold', sans-serif;
  color: #25b6e2;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.div-graphs {
  width: 100%;
  margin-top: 63px;
  float: none;
}

.im-gr {
  width: 100%;
}

.im-gr.im-gr-2 {
  display: block;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
}

.about-small-odd-header {
  margin-top: 24px;
  margin-bottom: 97px;
  float: none;
  font-family: 'verb bold', sans-serif;
  color: #095491;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.error-data {
  padding: 38px 34px;
  background-color: rgba(241, 255, 92, 0.79);
  font-family: verb, sans-serif;
}

.error-text {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.seperation-div {
  min-height: 99px;
}

.google-words {
  width: 100%;
  margin-top: 29px;
  margin-bottom: 2px;
  float: none;
  font-family: 'Coversans webfont', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  text-align: center;
}

.google-words.google-words-blue {
  color: #095491;
  font-weight: 500;
}

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

.privacy-link {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.privacy-link.google-blue {
  color: #095491;
}

.contact-consult-page {
  color: #25b6e2;
  text-decoration: underline;
}

.case-head-div {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 18px;
}

.icon-case {
  width: 110px;
  height: 110px;
  float: right;
}

.cont-case-page {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 29px;
  padding-left: 29px;
}

.angela {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #436077;
  text-decoration: none;
}

.angela:hover {
  color: #25b6e2;
}

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

html.w-mod-js *[data-ix="spin-slow"] {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

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

@media screen and (max-width: 991px) {
  .nav-section {
    height: 80px;
  }

  .phone-no {
    margin-bottom: 6px;
  }

  .link.link-head {
    font-size: 17px;
    font-weight: 600;
  }

  .link.link-head.link-phone-foot {
    font-size: 17px;
  }

  .cont-nav {
    height: 80px;
    padding-right: 0px;
    padding-left: 22px;
    float: right;
  }

  .logo-h {
    margin-top: 8px;
    padding-left: 3px;
  }

  .icon {
    padding-top: 1px;
    float: left;
    color: #f1ecec;
    font-size: 28px;
  }

  .nav-menu {
    margin-top: 0px;
    padding-top: 19px;
    padding-bottom: 28px;
    border-bottom: 32px solid #07477a;
    background-color: #b7f1ff;
    box-shadow: 7px 7px 8px 0 rgba(29, 74, 111, 0.84);
  }

  .n-link {
    display: block;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 33px;
    font-family: verb, sans-serif;
    color: #08497e;
    font-size: 16px;
    font-weight: 700;
  }

  .n-link:hover {
    color: #25b6e2;
  }

  .n-link.w--current {
    color: #0ba7d6;
  }

  .n-link.n-link-foot {
    height: 28px;
    margin-left: 14px;
    padding-top: 9px;
    padding-left: 0px;
    font-family: 'Coversans webfont', sans-serif;
    color: #a9c1c9;
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
  }

  .menu-text {
    margin-top: 4px;
    margin-right: 6px;
    margin-left: 31px;
    float: left;
    font-family: 'Coversans webfont', sans-serif;
    color: #25b6e2;
    font-size: 22px;
    font-weight: 500;
  }

  .menu-button {
    position: static;
    height: 34px;
    margin-top: 1px;
    margin-left: 6px;
    padding: 7px 17px 11px 15px;
  }

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

  .text-top-tel {
    width: 174px;
    height: 25px;
    padding-right: 23px;
    padding-left: 1px;
    font-size: 15px;
  }

  .text-top-tel.bot-text-tel {
    margin-right: 9px;
    margin-left: 24px;
    padding-right: 0px;
  }

  .header-sm {
    margin-right: 10px;
  }

  .cont {
    max-width: 900px;
  }

  .cont.home-hero-cont {
    max-width: 100%;
    padding-bottom: 9px;
    background-size: 103%;
  }

  .cont.ai-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    margin-top: 2px;
    padding-left: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont.security-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cont.cont-icon {
    max-width: 900px;
    margin-top: 40px;
    margin-bottom: 6px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .cont.cont-gist {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cont.cont-brains {
    display: block;
    max-width: 810px;
    padding-top: 0px;
    padding-right: 13px;
    padding-left: 29px;
  }

  .cont.cont-form {
    padding-top: 20px;
  }

  .cont.cont-foot-main {
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cont.cont-hero-about {
    background-position: 100% 50%;
    background-size: 67%;
  }

  .cont.case-study-back {
    background-position: 91% 7%;
    background-size: 61%;
  }

  .cont.cont-pie {
    background-position: 100% 19%;
    background-size: 53%;
  }

  .cont.cont-want {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }

  .cont.back-dots {
    background-position: 63% 50%;
    background-size: 115%;
  }

  .cont.logos-pages {
    width: 90%;
    max-width: 659px;
  }

  .cont.consult-back {
    background-position: 96% 17%;
    background-size: 59%;
  }

  .who {
    width: 81%;
    padding: 8px 0px 0px;
  }

  .container-cream-wave {
    height: 63px;
    margin-top: -58px;
    background-size: contain;
  }

  .div-a {
    width: 55%;
  }

  .div-a.div-a-brains {
    width: 59%;
    padding-left: 9px;
  }

  .div-b {
    width: 45%;
    max-width: 381px;
    background-position: 50% 50%;
    background-size: 78%;
  }

  .text-verb {
    font-size: 20px;
  }

  .text-verb.verb-1 {
    margin-bottom: 17px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-verb.verb-1.verb-2 {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .text-verb.verb-1.verb-20-plus {
    margin-top: 79px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 32px;
  }

  .text-verb.orange-verb {
    max-width: 310px;
    margin-top: 17px;
    margin-bottom: 1px;
    font-size: 26px;
    line-height: 29px;
  }

  .text-verb.t-verb-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-verb.verb-large {
    margin-top: 59px;
    font-size: 29px;
    line-height: 34px;
  }

  .text-verb.get-data {
    max-width: 351px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .text-verb.get-data.get-22 {
    margin-bottom: 8px;
    font-size: 23px;
  }

  .text-verb.h-list-text {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 23px;
  }

  .text-verb.want-better {
    margin-bottom: 0px;
    font-size: 26px;
  }

  .text-verb.real-brains {
    margin-top: 17px;
    font-size: 21px;
    line-height: 28px;
  }

  .text-verb.text-verb-vex {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 23px;
  }

  .text-verb.text-white-bold {
    font-size: 33px;
    line-height: 36px;
  }

  .text-verb.text-value {
    font-size: 19px;
  }

  .text-verb.t-form-title {
    margin-top: 23px;
    font-size: 31px;
    line-height: 40px;
  }

  .text-verb.text-contact-page {
    font-size: 21px;
  }

  .text-verb.sub-12 {
    margin-top: 16px;
    margin-bottom: 27px;
  }

  .text-cover.cover-sans-2 {
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 22px;
  }

  .text-cover.cover-sans-white-1.white-2 {
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 34px;
  }

  .text-cover.cover-sans-white-1.c-white-2 {
    max-width: 325px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 26px;
  }

  .text-cover.text-brains-cover {
    font-size: 20px;
    line-height: 27px;
  }

  .text-cover.text-consult-para-home {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 27px;
  }

  .text-holder-1 {
    max-width: 380px;
  }

  .text-holder-1.text-top-holder {
    padding-bottom: 31px;
  }

  .h-profile-section {
    padding-top: 62px;
    padding-bottom: 62px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-monitor {
    padding-left: 9px;
  }

  .image-monitor {
    width: 100%;
    max-width: 330px;
    margin-bottom: 13px;
    padding-left: 8px;
  }

  .text-holder-2 {
    padding-right: 10px;
  }

  .text-sub-home {
    max-width: 172px;
    font-size: 13px;
    line-height: 19px;
  }

  .cover-text-4 {
    margin-top: 22px;
    font-size: 20px;
    line-height: 23px;
  }

  .cover-text-4.data-management {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .iceberg-section {
    overflow: hidden;
    padding-bottom: 8px;
    background-position: 59% 50%;
    background-repeat: no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .iceberg {
    min-height: 400px;
    margin-top: 0px;
  }

  .column-list {
    width: 399px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 42px;
  }

  .button-orange {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 19px;
  }

  .button-orange.consult-button-grey {
    width: 223px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-orange.book-bot-nav {
    width: 190px;
    height: 30px;
    margin-right: 6px;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .button-orange.but-read-bio {
    margin-top: 24px;
  }

  .button-orange.but-industry {
    margin-top: 20px;
  }

  .div-brains {
    width: 41%;
  }

  .brain-image {
    width: 99%;
    padding-right: 14px;
  }

  .consulting-section {
    margin-top: 116px;
    box-shadow: 7px 0 19px 1px rgba(9, 45, 77, 0.43);
  }

  .im-pie-blue {
    width: 100%;
    max-width: 459px;
  }

  .form-section {
    padding-bottom: 112px;
    background-position: 10% 100%;
    background-size: 130%;
  }

  .form-line {
    background-color: hsla(0, 0%, 100%, 0.89);
  }

  .blue-wave {
    height: 59px;
    margin-top: -55px;
    float: left;
    background-position: 110% 50%;
    background-size: contain;
  }

  .footer-bottom-dive {
    float: none;
  }

  .foot-1 {
    width: 650px;
    min-height: auto;
    margin-bottom: 35px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .foot-1.foot-2 {
    min-height: auto;
    margin-bottom: 9px;
    padding-top: 5px;
  }

  .foot-1.foot-3 {
    width: 610px;
    min-height: auto;
    margin-top: 41px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .logo-foot {
    width: 99%;
    max-width: 223px;
  }

  .text-sub-white {
    font-size: 17px;
  }

  .cont-pages {
    width: 100%;
    max-width: 700px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .cont-pages.industry-pages {
    max-width: 810px;
    padding-right: 39px;
    padding-left: 39px;
  }

  .h1 {
    margin-top: 37px;
    margin-bottom: 32px;
    font-size: 27px;
  }

  .h1.hi-contact {
    font-size: 52px;
  }

  .h1.h1-industry {
    font-size: 29px;
    line-height: 39px;
  }

  .para-pages.para-darker-blue {
    padding-left: 41px;
    font-size: 20px;
  }

  .para-pages.para-darker-blue.para-industry-head {
    font-size: 21px;
    line-height: 32px;
  }

  .h2 {
    font-size: 20px;
    line-height: 29px;
  }

  .h2.h2-consulting {
    margin-bottom: 26px;
  }

  .h2.industry-h2 {
    font-size: 26px;
    line-height: 25px;
  }

  .h2.h2-sm-industry {
    max-width: 154px;
    font-size: 12px;
    line-height: 13px;
  }

  .h2.h2-subtitle {
    font-size: 23px;
  }

  .h2.h2-consult.h2-con-center {
    margin-top: 39px;
    margin-bottom: 0px;
  }

  .h2.h2-case {
    margin-top: 14px;
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 28px;
  }

  .h2.h2-it {
    margin-bottom: 4px;
  }

  .pages-consult {
    padding-top: 23px;
  }

  .contact-div-text {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ghost-wave {
    width: 76%;
  }

  .p-text-cont {
    width: 47%;
  }

  .cont-for-text {
    max-width: 700px;
  }

  .blank {
    width: 13%;
  }

  .h1-white {
    margin-bottom: 88px;
    font-size: 44px;
  }

  .h1-white.h1-consulting {
    max-width: 305px;
    font-size: 37px;
    line-height: 46px;
  }

  .div-ring {
    margin-bottom: 0px;
    padding-top: 18px;
  }

  .small-odd-header {
    margin-bottom: 38px;
    font-size: 25px;
    line-height: 27px;
  }

  .grid-contact {
    padding-bottom: 119px;
  }

  .nav-mini {
    display: none;
    height: 0px;
    margin-top: -80px;
  }

  .consult-bar {
    display: block;
    width: 94%;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
  }

  .dc-logo {
    padding-top: 11px;
  }

  .all-ice-div-base {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-ice-half {
    width: 40%;
    padding-left: 0px;
  }

  .div-ice-half-2 {
    padding-top: 48px;
  }

  ._15-a {
    width: 98%;
    max-width: 330px;
  }

  ._85a {
    width: 99%;
    max-width: 310px;
  }

  .find-44 {
    min-height: 90px;
    margin-bottom: 0px;
  }

  .h3.industry-h3 {
    padding-left: 24px;
    font-size: 17px;
  }

  .div-for-industry {
    padding-bottom: 25px;
  }

  .icon-industry {
    width: 72px;
  }

  .industry-holder {
    position: relative;
    height: 101px;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .industry-holder.industry-ho-2 {
    padding-bottom: 11px;
  }

  .industry-mini-icon {
    width: 53px;
  }

  .fb {
    margin-bottom: 11px;
    opacity: 1;
  }

  .fb.fb-big {
    min-height: 150px;
  }

  .oops {
    max-width: 900px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }

  .main-form {
    padding-right: 4px;
    padding-left: 4px;
  }

  .thanks {
    margin-top: 32px;
  }

  .su-mess {
    min-height: 300px;
  }

  .wrap-contact {
    min-height: 446px;
  }

  .about-small-odd-header {
    font-size: 17px;
    line-height: 21px;
  }

  .case-head-div {
    margin-top: 29px;
    margin-bottom: 0px;
  }

  .icon-case {
    width: 90px;
    height: 99px;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    height: 80px;
  }

  .phone-no {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0px;
    float: left;
  }

  .link.link-head {
    margin-right: 4px;
    padding-left: 0px;
    float: none;
    font-size: 16px;
  }

  .link.link-head.link-phone-foot {
    font-size: 18px;
  }

  .cont-nav {
    width: 230px;
    height: 80px;
    padding-top: 0px;
    padding-right: 22px;
    padding-left: 0px;
    float: right;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo-h {
    width: 236px;
    margin-top: 2px;
    padding-left: 0px;
  }

  .icon {
    padding-top: 0px;
    font-size: 28px;
  }

  .sm-link.sm-header.sm-footer {
    margin-top: 10px;
    margin-left: 0px;
  }

  .n-link {
    height: 48px;
    font-size: 17px;
  }

  .n-link.n-link-foot {
    width: 50%;
    height: 32px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
    font-size: 17px;
  }

  .menu-text {
    margin-top: 4px;
    margin-left: 0px;
    font-size: 19px;
  }

  .menu-button {
    height: 32px;
    margin-top: 7px;
    margin-left: 0px;
    padding: 5px 0px 11px;
    float: right;
  }

  .menu-button.w--open {
    padding-top: 5px;
  }

  .text-top-tel {
    width: 148px;
    margin-top: 9px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
    font-size: 13px;
  }

  .text-top-tel.bot-text-tel {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
    font-size: 8px;
    text-align: left;
  }

  .header-sm {
    display: none;
    float: none;
  }

  .n-bar {
    height: 80px;
  }

  .cont.home-hero-cont {
    width: 100%;
    background-position: 50% 50%;
    background-size: 107%;
  }

  .cont.ai-home {
    height: 300px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont.security-home {
    padding-top: 0px;
  }

  .cont.cont-icon {
    margin-top: 20px;
    margin-bottom: 23px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cont.cont-gist {
    padding-right: 25px;
    padding-left: 25px;
  }

  .cont.cont-brains {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 22px;
    padding-left: 11px;
  }

  .cont.container-blue-pie {
    padding-right: 32px;
  }

  .cont.cont-logos {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .cont.cont-form {
    padding-top: 29px;
  }

  .cont.cont-foot-main {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cont.cont-hero-about {
    background-position: 110% 35%;
    background-size: 71%;
  }

  .cont.case-study-back {
    background-position: 92% 0%;
    background-size: 63%;
  }

  .cont.cont-pie {
    overflow: scroll;
    background-position: 100% 33%;
    background-size: 56%;
  }

  .cont.cont-want {
    max-width: 520px;
    margin-top: 44px;
    margin-bottom: 49px;
  }

  .cont.back-dots {
    background-position: 50% 50%;
    background-size: 133%;
  }

  .cont.logos-pages {
    width: 90%;
    max-width: 500px;
  }

  .cont.consult-back {
    background-position: 100% 13%;
    background-size: 62%;
  }

  .who {
    position: relative;
    display: block;
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-cream-wave {
    overflow: hidden;
    width: 100%;
    height: 54px;
    margin-top: -41px;
    margin-right: auto;
    margin-left: auto;
    background-size: 102%;
  }

  .div-a {
    width: 59%;
    min-height: auto;
  }

  .div-a.div-a-data-results {
    -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-b {
    width: 41%;
    max-width: 242px;
    min-height: auto;
    background-position: 50% 100%;
    background-size: auto 100%;
  }

  .text-verb {
    font-size: 14px;
    line-height: 18px;
  }

  .text-verb.verb-1 {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-verb.verb-1.verb-2 {
    max-width: 280px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 31px;
  }

  .text-verb.verb-1.verb-20-plus {
    margin-bottom: 12px;
    font-size: 29px;
  }

  .text-verb.orange-verb {
    max-width: 257px;
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 26px;
  }

  .text-verb.t-verb-2 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-verb.verb-large {
    margin-bottom: 7px;
  }

  .text-verb.text-sub-wave {
    font-size: 17px;
  }

  .text-verb.get-data {
    max-width: 260px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 19px;
    line-height: 25px;
  }

  .text-verb.get-data.get-22 {
    margin-bottom: 3px;
    font-size: 21px;
  }

  .text-verb.h-list-text {
    margin-top: 6px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-verb.want-better {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 30px;
  }

  .text-verb.real-brains {
    max-width: 320px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-verb.text-verb-vex {
    font-size: 17px;
    line-height: 19px;
  }

  .text-verb.text-white-bold {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 33px;
  }

  .text-verb.text-value {
    font-size: 18px;
  }

  .text-verb.t-form-title {
    max-width: 500px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-verb.sub-12 {
    font-size: 17px;
  }

  .text-cover.cover-sans-2 {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 17px;
  }

  .text-cover.cover-sans-white-1.white-2 {
    max-width: 277px;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-cover.cover-sans-white-1.c-white-2 {
    margin-bottom: 21px;
    font-size: 17px;
    line-height: 21px;
  }

  .text-cover.text-brains-cover {
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 21px;
  }

  .text-cover.text-consult-para-home {
    margin-top: 11px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 24px;
  }

  .text-holder-1 {
    max-width: 300px;
  }

  .text-holder-1.text-top-holder {
    padding-bottom: 0px;
  }

  .h-profile-section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .div-monitor {
    width: 44%;
  }

  .h-icon {
    width: 48%;
    max-width: 65px;
  }

  .text-sub-home {
    max-width: 118px;
    font-size: 11px;
    line-height: 14px;
  }

  .cover-text-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .cover-text-4.data-management {
    margin-top: 64px;
    margin-bottom: 4px;
    font-size: 16px;
  }

  .cover-text-4.cover-light {
    margin-bottom: 42px;
    font-size: 18px;
  }

  .iceberg-section {
    margin-top: 16px;
    background-position: 55% 50%;
  }

  .iceberg {
    height: 100%;
    max-height: 420px;
    min-height: 270px;
  }

  .column-list {
    width: 100%;
    max-width: 320px;
    margin-bottom: 4px;
    padding-left: 0px;
  }

  .button-orange {
    padding-top: 13px;
    padding-bottom: 10px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 16px;
  }

  .button-orange.consult-button-grey {
    width: 223px;
    margin-top: 5px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 17px;
    line-height: 20px;
  }

  .button-orange.book-c {
    font-size: 18px;
  }

  .button-orange.book-bot-nav {
    position: relative;
    width: 195px;
    height: 41px;
    margin: 11px auto 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
    -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;
    line-height: 16px;
    text-align: center;
  }

  .button-orange.but-read-bio {
    width: 127px;
    margin-top: 30px;
  }

  .button-orange.but-industry {
    margin-top: 0px;
  }

  .div-brains {
    width: 43%;
  }

  .consulting-section {
    margin-top: 86px;
  }

  .div-blue-pie-home {
    width: 47%;
  }

  .div-blue-pie-home.div-blue-pie-text {
    width: 54%;
  }

  .im-pie-blue {
    margin-left: 5px;
  }

  .form-section {
    padding-bottom: 101px;
    background-size: 200%;
  }

  .form-block-home {
    width: 90%;
    max-width: 560px;
  }

  .blue-wave {
    height: 70px;
    margin-top: -49px;
    float: left;
  }

  .footer-bottom-dive {
    float: none;
  }

  .foot-1 {
    width: 70%;
    max-width: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .foot-1.foot-2 {
    margin-bottom: 24px;
    padding-top: 0px;
  }

  .foot-1.foot-3 {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-foot {
    width: 100%;
    float: none;
  }

  .very-bottom-div {
    padding-top: 19px;
  }

  .image-17 {
    display: block;
    max-width: 289px;
    margin-right: auto;
  }

  .cont-pages {
    padding-right: 44px;
    padding-left: 44px;
  }

  .cont-pages.industry-pages {
    padding-right: 35px;
    padding-left: 35px;
  }

  .h1 {
    margin-top: 34px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 31px;
  }

  .h1.hi-consult.consult-h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .h1.hi-contact {
    margin-top: 0px;
    font-size: 48px;
    line-height: 60px;
  }

  .h1.h1-industry {
    font-size: 23px;
    line-height: 33px;
  }

  .para-pages {
    font-size: 19px;
  }

  .para-pages.para-darker-blue {
    padding-left: 18px;
    line-height: 27px;
  }

  .para-pages.para-darker-blue.para-industry-head {
    padding-left: 0px;
    font-size: 20px;
    line-height: 27px;
  }

  .pages-full.pages-industry-full {
    padding-bottom: 67px;
  }

  .h2 {
    margin-top: 1px;
    font-size: 18px;
    line-height: 23px;
  }

  .h2.industry-h2 {
    overflow: visible;
    margin-top: 10px;
    margin-bottom: 32px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .h2.h2-sm-industry {
    font-size: 10.5px;
    line-height: 12px;
  }

  .h2.h2-subtitle {
    line-height: 27px;
  }

  .h2.h2-consult.h2-con-center {
    margin-top: 38px;
  }

  .h2.h2-case {
    font-size: 17px;
    line-height: 25px;
  }

  .h2.h2-case.h2-case-bottom {
    margin-bottom: 82px;
  }

  .h2.h2-it {
    font-size: 20px;
  }

  .contact-div-text {
    max-width: 490px;
  }

  .p-text-cont {
    width: 49%;
  }

  .cont-for-text.cont-text-pie {
    min-height: 100px;
  }

  .blank {
    width: 12%;
  }

  .blank.blank-consulting {
    width: 10%;
  }

  .h1-white {
    max-width: 200px;
    margin-bottom: 70px;
    margin-left: 43px;
    font-size: 38px;
    line-height: 42px;
  }

  .h1-white.h1-consulting {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 33px;
  }

  .h1-white.case-studies {
    max-width: 167px;
  }

  .div-ring {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .ring-1 {
    margin-bottom: 10px;
  }

  .small-odd-header {
    margin-top: 19px;
    margin-bottom: 31px;
    font-size: 22px;
    line-height: 27px;
  }

  .grid-contact {
    padding-bottom: 97px;
  }

  .consult-bar {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .dc-logo {
    padding-top: 18px;
  }

  .all-ice-div-base {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-ice-half {
    width: 43%;
  }

  .div-ice-half-2 {
    width: 54%;
    padding-top: 27px;
  }

  ._15-a {
    width: 60%;
    max-width: 269px;
    min-width: 180px;
  }

  ._85a {
    max-width: 222px;
    min-height: 270px;
  }

  .find-44 {
    min-height: 70px;
    margin-bottom: 6px;
    padding-bottom: 2px;
  }

  .h3.industry-h3 {
    padding-left: 13px;
  }

  .div-for-industry {
    padding: 24px 22px 3px 23px;
  }

  .icon-industry {
    width: 59px;
    margin-right: 23px;
  }

  .industry-holder {
    height: 91px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .single-col-industy {
    width: 100%;
  }

  .industry-mini-icon {
    width: 46px;
  }

  .fb.fb-big {
    min-height: 125px;
    clear: left;
  }

  .oops {
    max-width: 400px;
  }

  .wrap-contact {
    min-height: 416px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .industries-sub {
    margin-top: 11px;
    margin-bottom: 37px;
    font-size: 17px;
    line-height: 24px;
  }

  .div-graphs {
    margin-top: 45px;
  }

  .about-small-odd-header {
    max-width: 373px;
    margin-right: auto;
    margin-bottom: 62px;
    margin-left: auto;
    font-size: 16px;
    line-height: 23px;
  }

  .case-head-div {
    margin-top: 44px;
  }

  .icon-case {
    width: 87px;
    height: 81px;
  }
}

@media screen and (max-width: 479px) {
  .nav-section {
    height: auto;
    background-color: #0c365b;
  }

  .sm-image.sm-image-foot {
    float: none;
  }

  .phone-no {
    width: 169px;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .link {
    display: block;
  }

  .link.link-head {
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }

  .link.link-head.link-phone-foot {
    margin-bottom: 4px;
    font-size: 19px;
  }

  .cont-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 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;
  }

  .logo-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 91%;
    height: auto;
    max-width: 279px;
    margin-right: auto;
    margin-bottom: 6px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    font-size: 29px;
  }

  .sm-link {
    margin-top: 1px;
    float: none;
  }

  .sm-link.sm-header {
    width: 22px;
  }

  .sm-link.sm-header.sm-footer {
    display: inline-block;
    float: left;
  }

  .n-link {
    height: 48px;
  }

  .n-link.n-link-foot {
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    font-size: 17px;
  }

  .menu-text {
    font-weight: 500;
  }

  .menu-button {
    margin: 5px auto 0px;
    padding: 8px 15px 45px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button.w--open {
    padding-top: 8px;
  }

  .text-top-tel {
    display: block;
    width: 180px;
    margin: 13px auto 8px;
    padding-right: 1px;
    float: left;
    font-size: 15px;
    text-align: center;
  }

  .text-top-tel.bot-text-tel {
    margin-bottom: 15px;
    float: left;
  }

  .header-sm {
    width: 55px;
  }

  .n-bar {
    height: auto;
    padding-top: 8px;
    padding-right: 6px;
  }

  .hero-section-home {
    background-position: 20% 50%;
  }

  .cont.home-hero-cont {
    display: none;
    background-size: 100%;
  }

  .cont.ai-home {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont.security-home {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont.cont-icon {
    display: block;
    max-width: 379px;
    margin-bottom: 0px;
  }

  .cont.cont-gist {
    padding-right: 21px;
    padding-left: 21px;
  }

  .cont.cont-brains {
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont.container-blue-pie {
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont.cont-logos {
    margin-bottom: 65px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cont.cont-form {
    padding-top: 26px;
  }

  .cont.cont-foot-main {
    padding: 44px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont.cont-hero-about {
    background-position: 50% 33%;
    background-size: 120%;
  }

  .cont.case-study-back {
    background-position: -870% 50%;
    background-size: 102%;
  }

  .cont.cont-pie {
    background-position: 50% 0%;
    background-size: 90%;
  }

  .cont.cont-want {
    margin-top: 21px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cont.back-dots {
    background-position: 70% 50%;
    background-size: 230%;
  }

  .cont.logos-pages {
    max-width: 330px;
  }

  .cont.consult-back {
    background-position: 360% 4%;
    background-size: 90%;
  }

  .cream-wave-section {
    height: auto;
  }

  .container-cream-wave {
    overflow: hidden;
    width: 100%;
    height: 45px;
    margin-top: -27px;
    background-position: 6% 0%;
    background-size: cover;
  }

  .div-a {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    float: none;
  }

  .div-a.div-a-robust {
    margin-bottom: 38px;
    padding-top: 23px;
  }

  .div-a.div-a-brains {
    width: 100%;
    padding-left: 13px;
  }

  .div-a.div-a-data-results {
    margin-top: 6px;
    padding-top: 0px;
    padding-left: 13px;
  }

  .div-b {
    position: relative;
    display: block;
    width: 100%;
    height: 276px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-position: 61% 0%;
    background-size: 78%;
  }

  .text-verb {
    margin-top: 7px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-verb.verb-1 {
    font-size: 23px;
  }

  .text-verb.verb-1.verb-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-verb.verb-1.verb-20-plus {
    max-width: 240px;
    margin-top: 43px;
    margin-bottom: 4px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-verb.orange-verb {
    max-width: 240px;
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-verb.t-verb-2 {
    font-size: 16px;
  }

  .text-verb.verb-large {
    margin-top: 44px;
    margin-bottom: 16px;
    font-size: 23px;
  }

  .text-verb.text-sub-wave {
    margin-top: 23px;
  }

  .text-verb.get-data {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .text-verb.get-data.get-22 {
    max-width: 210px;
    margin-bottom: 1px;
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
  }

  .text-verb.h-list-text {
    margin-bottom: 13px;
    font-size: 11.4px;
    line-height: 13px;
  }

  .text-verb.want-better {
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-verb.real-brains {
    margin-top: 5px;
  }

  .text-verb.text-verb-vex {
    font-size: 17px;
    line-height: 22px;
  }

  .text-verb.text-white-bold {
    max-width: 402px;
    font-size: 28px;
  }

  .text-verb.t-form-title {
    max-width: 297px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 27px;
  }

  .text-verb.text-contact-page {
    font-size: 20px;
    line-height: 24px;
  }

  .text-verb.sub-12 {
    margin-top: 10px;
    margin-bottom: 21px;
  }

  .text-cover.cover-sans-2 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 22px;
  }

  .text-cover.cover-sans-white-1.white-2 {
    max-width: 276px;
    margin-bottom: 21px;
    font-size: 22px;
    line-height: 33px;
  }

  .text-cover.cover-sans-white-1.c-white-2 {
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 19px;
    line-height: 25px;
  }

  .text-holder-1 {
    max-width: 380px;
    margin-bottom: 18px;
  }

  .text-holder-1.text-top-holder {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .text-holder-1.text-holder-brains {
    max-width: 100%;
  }

  .h-profile-section {
    height: auto;
    padding-top: 21px;
    padding-bottom: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-monitor {
    width: 100%;
    padding-left: 0px;
    float: none;
  }

  .image-monitor {
    width: 67%;
    max-width: 228px;
    margin-bottom: 34px;
    padding-left: 0px;
  }

  .text-holder-2 {
    padding-right: 0px;
  }

  .wave-data-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 210px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 95% 100%;
  }

  ._25-div {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .h-icon {
    width: 54%;
    max-width: 63px;
    margin-bottom: 11px;
  }

  .text-sub-home {
    max-width: 122px;
    font-size: 12px;
  }

  .cover-text-4 {
    margin-top: 16px;
    font-size: 18px;
  }

  .cover-text-4.data-management {
    margin-top: 61px;
    margin-bottom: 3px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
    line-height: 23px;
  }

  .cover-text-4.cover-light {
    margin-bottom: 33px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .iceberg-section {
    padding-bottom: 26px;
    background-position: 52% 50%;
  }

  .iceberg {
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 6px;
  }

  .column-list {
    max-width: 220px;
    margin-bottom: 12px;
  }

  .button-orange.book-c {
    margin-top: 33px;
  }

  .button-orange.book-bot-nav {
    width: 100%;
    height: auto;
    margin-top: 3px;
    margin-bottom: 32px;
    float: left;
    clear: none;
    font-size: 17px;
  }

  .button-orange.but-read-bio {
    margin-top: 32px;
  }

  .button-orange.but-industry {
    font-size: 16px;
    line-height: 15px;
  }

  .column {
    padding-left: 0px;
  }

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

  .div-brains {
    width: 100%;
  }

  .brain-image {
    width: 71%;
    max-width: 203px;
    margin-top: 21px;
  }

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

  .div-blue-pie-home {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .div-blue-pie-home.div-blue-pie-text {
    width: 100%;
  }

  .im-pie-blue {
    width: 80%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-logo {
    width: 100%;
    float: none;
  }

  .div-logo.div-logo-2 {
    width: 100%;
    float: none;
  }

  .image-16 {
    display: block;
    width: 100%;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-section {
    padding-top: 18px;
    padding-bottom: 97px;
    background-position: 0% 100%;
  }

  .form-block-home {
    width: 93%;
    max-width: 400px;
  }

  .form-line.form-right {
    width: 100%;
  }

  .form-line.form-half {
    width: 100%;
  }

  .form-line.form-msg {
    margin-bottom: 48px;
  }

  .blue-wave {
    height: 30px;
    margin-top: -27px;
    background-size: auto 100%;
  }

  .foot-1 {
    width: 100%;
    max-width: 253px;
    padding-left: 0px;
  }

  .foot-1.foot-2 {
    max-width: 252px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
    float: none;
  }

  .foot-1.foot-3 {
    width: 320px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-foot {
    display: block;
    width: auto;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }

  .very-bottom-div {
    height: auto;
    padding-right: 0px;
    padding-bottom: 18px;
  }

  .text-sub-white {
    max-width: 200px;
    padding-left: 0px;
    float: none;
    font-size: 14px;
    text-align: center;
  }

  .image-17 {
    display: block;
    width: 253px;
    max-width: none;
    margin-right: auto;
    margin-left: -9px;
  }

  .mo-hero {
    display: block;
    padding-top: 1px;
    padding-bottom: 23px;
    background-image: url('../images/m-h-hero-pie-mo-3.svg');
    background-position: 50% 50%;
    background-size: 119% 100%;
    background-repeat: no-repeat;
  }

  .image-hero-mo {
    display: block;
    width: 83%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .pages-hero.about-hero.consulting-back {
    border-bottom-style: none;
  }

  .cont-pages {
    padding-right: 23px;
    padding-left: 23px;
  }

  .cont-pages.industry-pages {
    padding-right: 23px;
    padding-left: 23px;
  }

  .h1 {
    margin-top: 22px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .h1.hi-consult.consult-h1 {
    margin-top: 13px;
    font-size: 23px;
    line-height: 27px;
  }

  .h1.hi-contact {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 48px;
  }

  .h1.h1-industry {
    margin-top: 19px;
    font-size: 21px;
    line-height: 31px;
  }

  .para-pages {
    font-size: 19px;
    line-height: 29px;
  }

  .para-pages.para-darker-blue {
    padding-left: 0px;
  }

  .para-pages.para-darker-blue.para-industry-head {
    padding-left: 0px;
    font-size: 19px;
    line-height: 29px;
  }

  .pages-full {
    padding-bottom: 142px;
  }

  .pages-full.pages-industry-full {
    padding-bottom: 104px;
  }

  .h2 {
    font-size: 17px;
  }

  .h2.h2-consulting {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .h2.industry-h2 {
    margin-top: 0px;
    margin-bottom: 27px;
    padding-right: 7px;
    font-size: 21px;
  }

  .h2.industry-h2.h2-shorter {
    max-width: 170px;
    margin-top: -11px;
  }

  .h2.h2-sm-industry {
    line-height: 12px;
  }

  .h2.h2-i {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .h2.h2-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .h2.h2-consult.h2-con-center {
    margin-top: 32px;
  }

  .h2.h2-it {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .pages-consult {
    padding-bottom: 12px;
  }

  .contact-div-text {
    width: 95%;
    max-width: 400px;
    margin-bottom: 34px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .ghost-wave {
    width: 100%;
    max-width: 320px;
  }

  .p-text-cont {
    width: 100%;
    opacity: 0;
  }

  .cont-for-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cont-for-text.cont-for-case {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cont-for-text.cont-text-pie {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cont-for-text.cont-for-consult {
    padding-top: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blank {
    width: 21%;
    max-width: 66px;
  }

  .blank.blank-consulting {
    display: none;
    width: 1%;
    max-width: 71px;
    margin-bottom: 252px;
  }

  .blank.blank-consult {
    width: 2%;
    min-height: 207px;
  }

  .h1-white {
    margin-bottom: 20px;
    margin-left: 18px;
    font-size: 33px;
  }

  .h1-white.h1-consulting {
    width: 100%;
    max-width: 100%;
    margin-top: 233px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 17px;
    padding-bottom: 12px;
    background-color: #fff;
    color: #095491;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
  }

  .h1-white.case-studies {
    max-width: 150px;
    margin-bottom: 53px;
  }

  .h1-white.h1-industries {
    margin-top: 33px;
  }

  .h1-white.h1-about {
    margin-top: 34px;
  }

  .h1-white.hi-consult {
    font-size: 31px;
  }

  .div-ring {
    margin-bottom: 0px;
  }

  .ring-1.gr-1 {
    width: 57%;
  }

  .ring-1.gr-1.gr-2 {
    display: none;
  }

  .ring-1.gr-1.gr-3 {
    width: 43%;
    padding-top: 14px;
  }

  .ring-im {
    width: 85%;
  }

  .small-odd-header {
    max-width: 220px;
    margin: 9px auto 38px;
    float: none;
    font-size: 19px;
    line-height: 25px;
  }

  .grid-contact {
    padding-bottom: 89px;
  }

  .nav-mini {
    margin-top: -190px;
  }

  .consult-bar {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .all-ice-div-base {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-ice-half {
    width: 36%;
  }

  .div-ice-half-2 {
    width: 65%;
    padding-top: 0px;
    padding-right: 6px;
  }

  ._15-a {
    width: 100%;
    min-width: 130px;
    margin-top: 7px;
  }

  ._85a {
    max-width: 170px;
    min-height: 230px;
    margin-top: 5px;
  }

  .find-44 {
    min-height: 70px;
    margin-bottom: 1px;
    padding-right: 8px;
    padding-bottom: 0px;
  }

  .h3.industry-h3 {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .div-for-industry {
    margin-bottom: 48px;
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 14px;
  }

  .icon-industry {
    width: 53px;
    height: 72px;
    margin-right: 7px;
  }

  .icon-image {
    margin-top: 12px;
  }

  .industry-holder {
    height: 81px;
    margin-top: 6px;
    margin-bottom: 0px;
    padding-top: 5px;
  }

  .single-col-industy {
    margin-bottom: 49px;
  }

  .fb {
    width: 100%;
    margin-bottom: 13px;
  }

  .fb.fb-big {
    max-width: 100%;
  }

  .thanks {
    font-size: 24px;
  }

  .thanks.thanks2 {
    font-size: 18px;
    line-height: 23px;
  }

  .wrap-contact {
    max-width: 342px;
  }

  ._50-form {
    width: 100%;
    padding-right: 0px;
  }

  .industries-sub {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-graphs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    margin-bottom: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .im-gr.im-gr-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .about-small-odd-header {
    margin-top: 1px;
    font-size: 15px;
    line-height: 22px;
  }

  .google-words {
    max-width: 218px;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
    line-height: 17px;
  }

  .case-head-div {
    position: relative;
    margin-top: 35px;
    padding-right: 0px;
  }

  .icon-case {
    width: 23%;
    max-width: 70px;
  }

  .italic-text {
    font-size: 15px;
  }
}

@font-face {
  font-family: 'Coversans webfont';
  src: url('../fonts/coversans-heavy-webfont.woff') format('woff'), url('../fonts/coversans-heavyitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Coversans webfont';
  src: url('../fonts/coversans-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coversans webfont';
  src: url('../fonts/coversans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coversans webfont';
  src: url('../fonts/coversans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'verb';
  src: url('../fonts/verbblack-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'webfont';
  src: url('../fonts/verbextralight-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coversans webfont';
  src: url('../fonts/coversans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'verb bold';
  src: url('../fonts/verbbold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}