body {
  overflow: visible;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #121212;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #121212;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #121212;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #121212;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #121212;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 26px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f36b21;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}

blockquote {
  margin-bottom: 10px;
  padding: 40px;
  border-left: 1px none #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.main-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  background-color: rgba(0, 0, 0, .4);
  opacity: 1;
}

.main-nav.style-2 {
  position: relative;
  background-color: hsla(0, 0%, 100%, .4);
}

.hero-heading {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 220px;
  line-height: 1;
  text-align: center;
  text-transform: none;
}

.hero-heading.size-95 {
  margin-bottom: 48px;
  font-size: 95px;
}

.hero-heading.size-95.alt-font {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #181818;
  font-size: 50px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.section {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #4ba6e2;
}

.section.bg-light {
  padding-bottom: 120px;
  background-color: #f7f9fa;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section.bg-light.contactus {
  background-color: #fff;
}

.section.contact {
  padding-top: 50px;
  background-color: transparent;
  background-image: url('../images/photo-1454789548928-9efd52dc4031.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.page-title {
  height: 380px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #000;
  background-color: transparent;
}

.section.page-title.services-bg {
  height: 380px;
  background-color: transparent;
}

.section.white {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
}

.section.home {
  margin-top: -70px;
  background-color: #073555;
}

.container {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px;
  text-align: left;
}

.container.text-title {
  height: 100%;
  border-bottom: 0px none #000;
}

.hero-wrap {
  position: absolute;
  left: 7%;
  top: 64%;
  right: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.nav-link {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: color 400ms ease-in-out, font-size 400ms ease-in-out;
  transition: color 400ms ease-in-out, font-size 400ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.nav-link:hover {
  color: #4ba6e2;
  font-weight: 700;
}

.nav-link.w--current {
  color: #4ba6e2;
}

.nav-link.scroll {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link.scroll:hover {
  color: #4ba6e2;
}

.nav-link.scroll.w--current {
  color: #4ba6e2;
}

.logo {
  padding-top: 41px;
  padding-bottom: 41px;
}

.logo.logo-shrink {
  padding-top: 21px;
  padding-bottom: 21px;
}

.btn {
  margin-right: 5px;
  margin-left: 5px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: #f36b21;
  -webkit-transition: background-color 400ms ease, color 400ms ease, border-color 400ms ease, opacity 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, border-color 400ms ease, opacity 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  opacity: 0.9;
  color: #fff;
}

.btn.btn-lg {
  padding: 0px 34px;
  background-color: #214862;
  line-height: 46px;
}

.subheading {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #4ba6e2;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.subheading.contact {
  color: #fff;
}

.white {
  color: #fff;
  text-align: center;
}

.white.uppercase {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-icon {
  position: relative;
  display: block;
  width: auto;
}

.service-icon.style-3 {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f7f9fa;
  line-height: 90px;
}

.heading-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: #000;
}

.scroll-nav.style-2 {
  display: block;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.about-us-title {
  margin-bottom: 24px;
}

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

.text-center.white {
  font-weight: 700;
}

.text-center.uppercase {
  letter-spacing: 0.08em;
}

.text-center.feature-heading-2 {
  margin-bottom: 15px;
  font-size: 14px;
}

.text-center.feature-heading-2.uppercase {
  display: block;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 300;
}

.text-center.feature-heading-2.uppercase.white {
  color: #fff;
}

.text-center.feature-heading-2.uppercase.contact {
  color: #fff;
}

.img-100 {
  display: block;
  width: 100%;
}

.img-100.investment {
  margin-bottom: 10px;
}

.service-item-box {
  position: static;
  margin-bottom: 20px;
  padding: 60px 55px;
  background-color: #fff;
  box-shadow: 0 1px 0 1px rgba(72, 78, 85, .1);
  text-align: center;
}

.service-item-box.style-2 {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.service-item-box.contactbox {
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .35), transparent 63%, hsla(0, 0%, 100%, 0));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .35), transparent 63%, hsla(0, 0%, 100%, 0));
  box-shadow: none;
}

.service-item-box.researchboxl_left {
  background-color: #f7f9fa;
  box-shadow: none;
}

.service-item-box.researchboxl_left.newblue {
  background-color: #073555;
}

.service-item-box.researchbox-right {
  background-color: #f7f9fa;
  box-shadow: none;
}

.service-item-box.researchbox-right.newblue {
  background-color: #073555;
}

.service-item-box.researchbox_centre {
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  background-color: #f7f9fa;
  box-shadow: none;
}

.service-item-box.researchbox_centre.newblue {
  border-right-color: hsla(0, 0%, 86%, .2);
  border-left-color: hsla(0, 0%, 86%, .2);
  background-color: #073555;
}

.input {
  height: 38px;
  font-family: 'Source Sans Pro', sans-serif;
}

.input.mb-30 {
  background-color: rgba(0, 0, 0, .2);
}

.input.mb-30.dark {
  border-color: transparent;
  background-color: hsla(0, 0%, 48%, .5);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.input.mb-30.dark:focus {
  border: 1px solid #4ba6e2;
}

.textarea {
  height: 180px;
  max-height: 180px;
  min-height: 180px;
  font-family: 'Source Sans Pro', sans-serif;
}

.textarea.mb-30 {
  background-color: rgba(0, 0, 0, .2);
}

.textarea.mb-30.dark {
  border-color: transparent;
  background-color: hsla(0, 0%, 48%, .5);
  direction: ltr;
  color: #fff;
}

.textarea.mb-30.dark:focus {
  border: 1px solid #4ba6e2;
}

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

.empty-col {
  height: 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
}

.footer-widgets {
  padding-top: 120px;
  padding-bottom: 120px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #edf0f0;
}

.footer-list {
  color: #7a7a7a;
  line-height: 30px;
}

.footer-widget-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.footer-widget-title.hidden {
  display: block;
}

.footer-logo {
  margin-bottom: 36px;
}

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

.footer-paragraph {
  line-height: 30px;
}

.bottom-footer {
  padding-top: 24px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 2px 2px 0px;
  border-color: #000;
  background-color: transparent;
}

.footer-socials {
  float: right;
}

.footer-social {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  padding-left: 0px;
  float: none;
}

.footer-social.fa {
  width: auto;
  height: 32px;
  color: #bababa;
  line-height: 32px;
}

.footer-social.fa:hover {
  color: #f36b21;
}

.footer-social.fa.fa-twitter {
  width: 13px;
}

.copyright {
  margin-bottom: 10px;
  margin-left: 0px;
}

.about-paragraph {
  width: 100%;
  margin-top: 0px;
  padding-left: 0px;
  text-align: justify;
}

.progress-base {
  position: relative;
  height: 5px;
  margin-bottom: 25px;
  background-color: #f7f9fa;
}

.progress-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 94.7%;
  height: 5px;
  padding: 0px;
  border: 0px solid transparent;
  background-color: #4ba6e2;
}

.progress-bar.second {
  width: 88.8%;
}

.progress-bar.third {
  width: 88.2%;
}

.progress-bar.fourth {
  width: 88%;
}

.progress-title {
  display: inline-block;
  width: 80%;
  margin-top: 0px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.progress-percent {
  display: inline-block;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #121212;
  font-size: 13px;
  font-weight: 700;
}

.progress-box.hide {
  display: none;
}

.skills {
  margin-top: 50px;
}

.team-position {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 300;
}

.fa {
  display: inline;
}

.uppercase {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 1px 0 1px rgba(72, 78, 85, .1);
  text-align: justify;
}

.title-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.title-text {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.page-title-heading {
  position: absolute;
  top: 0px;
  right: 13%;
  display: block;
  width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 48px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title-heading.about {
  right: 9%;
  text-align: left;
}

.page-title-heading.privacy {
  position: static;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.hero-section {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: transparent;
}

.body {
  height: 100%;
  text-align: left;
  cursor: crosshair;
}

.hero-subtitle {
  position: static;
  width: 93%;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 1px;
}

.icon-text {
  display: block;
  width: auto;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
}

.icon-text.justified {
  display: inline-block;
  width: 95%;
  float: none;
  clear: none;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: normal;
}

.footer-1 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 0px;
}

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

.newsletter-field {
  width: 60%;
  margin-top: 10px;
  float: left;
}

.newsletter-button {
  width: 16%;
  margin-top: 10px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  background-color: #4ba6e2;
}

.page-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #939596;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.page-link:hover {
  color: #3a3a3a;
  font-weight: 400;
}

.page-link.hidden {
  display: none;
}

.request-a-demo-link {
  color: #073555;
  font-weight: 400;
  text-align: left;
}

.request-a-demo-link:hover {
  color: #4ba6e2;
}

.request-a-demo-link.bluebg {
  color: #4ba6e2;
  font-weight: 400;
}

.request-a-demo-link.bluebg:hover {
  color: #fff;
}

.research-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
  color: #121212;
  text-align: justify;
}

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

.text_image.hand {
  margin-top: 0px;
}

.investment-paragraph {
  font-weight: 400;
  text-align: justify;
}

.team-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f9fa;
  text-align: center;
}

.team-section.teamwhite {
  padding-bottom: 25px;
  background-color: #f7f9fa;
}

.team-container {
  height: auto;
}

.team-name {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.team-name.researchname {
  color: #121212;
}

.team-pic {
  margin-bottom: 15px;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.team-pic:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.left-column-team {
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #fff;
}

.right-column {
  margin-top: 0px;
}

.team-link-tab {
  margin-right: 30px;
  margin-left: 30px;
  padding: 15px 0px;
  background-color: transparent;
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  text-align: center;
}

.team-link-tab:hover {
  background-color: transparent;
  color: #000;
}

.team-link-tab.w--current {
  margin-right: 30px;
  margin-left: 30px;
  padding: 15px 0px;
  background-color: transparent;
  color: #000;
}

.research-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
}

.research-heading.team {
  width: auto;
  margin-bottom: 25px;
  margin-left: 0px;
}

.research-section {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f9fa;
}

.legal-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  text-align: left;
}

.legal-paragraph {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
}

.research-icon-para {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
}

.download-button {
  margin-top: 45px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
  z-index: 7;
}

.download-button:hover {
  border-color: #4ba6e2;
  background-color: #4ba6e2;
  color: #fff;
  z-index: 7;
}

.download-button.pressbutton {
  position: relative;
  z-index: 7;
  background-color: hsla(0, 0%, 100%, .9);
}

.download-button.pressbutton:hover {
  background-color: #073555;
}

.smaller-icon {
  position: static;
  left: 0px;
  top: 11px;
  right: 0px;
  display: inline-block;
}

.hero-image {
  position: absolute;
  left: 20%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: block;
  margin-top: 80px;
  margin-left: 0px;
}

.hero-image.heart {
  left: 30%;
  margin-top: 85px;
}

.hero-image.brain {
  left: 18%;
  margin-top: 95px;
}

.hero-image.contactusicon {
  left: 24%;
  margin-top: 100px;
}

.hero-image.privacyicon {
  top: 0%;
}

.hero-image.privacyicon.termsicon {
  left: 22%;
}

.hero-image.privacyicon.privacyglasses {
  top: 15%;
}

.footer-para {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #939596;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0px;
}

.research-icon-section {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.research-icon-section.research-blue {
  background-color: #f7f9fa;
}

.research-icon-section.research-blue.prof-blue {
  background-color: #073555;
}

.research-icon-section.research-blue.hide {
  display: none;
}

.research-tabs {
  text-align: center;
}

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

.research-icon-column {
  margin-top: 0px;
}

.results-paragraph {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
}

.hidden-about-us-title {
  color: #fff;
}

.product-footer {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.prod-footer-container {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.product-footer-section {
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #073555;
}

.contact-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.product-footer-quote {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

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

.blockquote {
  font-size: 18px;
  letter-spacing: 1px;
}

.quotes {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 140px;
}

.product-button {
  margin-top: 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #214862;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  color: #fff;
}

.product-button:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

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

.investment_icons {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #073555;
  text-align: center;
}

.contact_map {
  position: relative;
  background-color: #dfe0e5;
}

.contact_map_section {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #073555, #073555);
  background-image: linear-gradient(180deg, #073555, #073555);
}

.map {
  height: 500px;
}

.core-tech-div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.scroll-down-blue {
  display: inline-block;
  margin-top: 90px;
  background-color: transparent;
  background-image: url('../images/Scroll Down Copy.png'), url('../images/Scroll Down.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.scroll-down-blue.w--current {
  background-size: cover;
}

.scroll-down-arrow {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.scroll-down-arrow:hover {
  opacity: 1;
}

.list {
  margin-bottom: 15px;
}

.list-item {
  color: #7a7a7a;
  font-size: 16px;
  list-style-type: square;
}

.contact_row {
  padding-right: 75px;
  padding-left: 75px;
}

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="slider-zoom-in"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

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

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

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

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

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

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

html.w-mod-js *[data-ix="hero-zoom-delay"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

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

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

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

html.w-mod-js *[data-ix="hero-zoom-delay-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5) translate(100px, 0px);
  -ms-transform: scale(0.5, 0.5) translate(100px, 0px);
  transform: scale(0.5, 0.5) translate(100px, 0px);
}

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

html.w-mod-js *[data-ix="load-reveal-heart"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5) translate(-50px, 0px);
  -ms-transform: scale(0.5, 0.5) translate(-50px, 0px);
  transform: scale(0.5, 0.5) translate(-50px, 0px);
}

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

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

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

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

@media (max-width: 991px) {
  .hero-heading.size-95.alt-font {
    position: relative;
    width: 100%;
    font-size: 44px;
  }
  .section.page-title.services-bg {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
  }
  .container.text-title {
    position: static;
    display: inline-block;
    height: auto;
    text-align: center;
  }
  .container.text-title.press {
    margin-top: 175px;
  }
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
  }
  .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  .logo {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .scroll-nav {
    display: none;
  }
  .scroll-nav.style-2 {
    display: block;
  }
  .service-item-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-toggle {
    color: #fff;
  }
  .nav-toggle.w--open {
    background-color: transparent;
    color: #f36b21;
  }
  .nav-toggle.dark {
    margin-top: 5px;
    color: #121212;
  }
  .title-holder {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .title-holder.privcy-containr {
    position: static;
    top: -92px;
    display: block;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
  }
  .title-text {
    position: static;
    left: 0%;
    top: 70%;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .page-title-heading.about {
    position: static;
    left: 38%;
    display: block;
    width: auto;
    margin-top: 50px;
    text-align: center;
  }
  .page-title-heading.privacy.press {
    display: block;
    width: auto;
  }
  .page-title-heading.research {
    position: static;
    left: 33%;
    display: inline-block;
    margin-top: 100px;
    text-align: center;
  }
  .page-title-heading.contactmobile {
    position: static;
    left: 35%;
    top: -58px;
    z-index: 0;
    width: auto;
    margin-top: 50px;
    text-align: center;
  }
  .page-title-heading.terms {
    position: static;
    left: 25%;
    width: auto;
    margin-top: 50px;
    text-align: center;
  }
  .page-title-heading.privacypolheading {
    position: static;
    left: 24%;
    top: auto;
    width: auto;
    margin-top: 50px;
    text-align: center;
  }
  .page-title-heading.investmentherotext {
    position: static;
    left: 29%;
    width: auto;
    margin-top: 50px;
    text-align: center;
  }
  .hero-subtitle {
    position: relative;
    top: -24px;
  }
  .team-link-tab {
    width: 16%;
  }
  .hero-image {
    position: static;
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-image.heart {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-image.brain {
    position: static;
    display: block;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-image.contactusicon {
    position: static;
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-image.privacyicon.privacyglasses {
    position: static;
    left: 1%;
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    font-size: 200px;
  }
  .hero-heading.size-95 {
    font-size: 70px;
  }
  .hero-heading.size-95.alt-font {
    left: -3%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.page-title.services-bg {
    text-align: center;
  }
  .nav-link {
    background-color: #fff;
  }
  .nav-link:focus {
    color: #4ba6e2;
  }
  .nav-link.w--current {
    background-color: #fff;
    color: #4ba6e2;
  }
  .text-center.feature-heading-2.uppercase.white {
    text-align: center;
  }
  .service-item-box.style-2 {
    margin-bottom: 40px;
  }
  .footer-get-in-touch {
    margin-bottom: 50px;
    text-align: center;
  }
  .footer-logo-widget.text-center {
    margin-bottom: 50px;
  }
  .footer-address-widget.text-right {
    text-align: center;
  }
  .footer-socials {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .nav-toggle.dark {
    margin-top: 5px;
  }
  .feature-box {
    margin-bottom: 30px;
  }
  .title-text {
    left: -24%;
    z-index: 1;
    display: block;
  }
  .page-title-heading {
    position: absolute;
    left: 50%;
    top: 0px;
    right: 0%;
    bottom: 0px;
    z-index: 0;
    height: auto;
    margin-top: 0px;
    font-size: 40px;
  }
  .page-title-heading.about {
    left: 61%;
  }
  .page-title-heading.privacy {
    position: relative;
    left: 24%;
    text-align: center;
  }
  .page-title-heading.privacy.press {
    position: static;
  }
  .page-title-heading.research {
    left: 54%;
  }
  .page-title-heading.contactmobile {
    left: 56%;
    margin-top: 0px;
  }
  .page-title-heading.terms {
    left: 47%;
    width: auto;
  }
  .page-title-heading.privacypolheading {
    left: 46%;
    top: 25px;
    right: 0%;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
  }
  .page-title-heading.investmentherotext {
    left: 49%;
  }
  .hero-subtitle {
    position: static;
    left: 0px;
    top: -11%;
    right: 0px;
    bottom: 0%;
    margin-bottom: 80px;
  }
  .icon-text {
    width: auto;
  }
  .footer-column {
    padding-left: 20px;
  }
  .text_image {
    margin-top: 25px;
  }
  .left-column-team {
    position: relative;
    display: block;
  }
  .team-link-tab {
    display: inline-block;
    width: 40%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-link-tab.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
  .legal-heading {
    margin-left: 20px;
  }
  .legal-paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }
  .download-button {
    position: relative;
    left: 24%;
  }
  .download-button.pressbutton {
    position: static;
  }
  .hero-image {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .research-tabs {
    display: block;
  }
  .teamdiv.ipad-lands {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    font-size: 100px;
  }
  .hero-heading.size-95 {
    font-size: 50px;
  }
  .hero-heading.size-95.alt-font {
    position: static;
    left: -13%;
    top: 0%;
    right: 101%;
    bottom: 54px;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    font-size: 35px;
    text-align: center;
  }
  .section.page-title.services-bg {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section.white {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container.text-title {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container.text-title.press {
    margin-top: 0px;
  }
  .hero-wrap {
    position: static;
    display: block;
    height: auto;
    margin-top: 254px;
  }
  .nav-link {
    background-color: #fff;
  }
  .nav-link:focus {
    color: #4ba6e2;
  }
  .nav-toggle.dark {
    margin-top: 5px;
  }
  .title-holder {
    position: static;
    display: block;
    margin-top: 0px;
  }
  .title-holder.privcy-containr {
    position: static;
    top: 0px;
    margin-top: 0px;
  }
  .title-text {
    position: static;
    z-index: 1;
    display: block;
    text-align: center;
  }
  .page-title-heading {
    position: relative;
    left: 109px;
    top: 136px;
    right: 0%;
    display: block;
    width: 100%;
    font-size: 32px;
  }
  .page-title-heading.about {
    position: static;
    left: 150px;
    top: 75px;
    display: block;
    height: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .page-title-heading.privacy {
    margin-top: 61px;
  }
  .page-title-heading.privacy.press {
    position: static;
    top: -58px;
    display: block;
    margin-top: 200px;
  }
  .page-title-heading.research {
    position: static;
    left: 123px;
    top: 75px;
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .page-title-heading.contactmobile {
    position: static;
    left: 136px;
    top: 30px;
    margin-top: 0px;
    text-align: center;
  }
  .page-title-heading.terms {
    position: static;
    left: 33%;
    top: 90px;
    display: inline-block;
    margin-top: 100px;
    text-align: center;
  }
  .page-title-heading.privacypolheading {
    position: static;
    left: 85px;
    top: 42px;
    width: 100%;
    margin-top: 100px;
    text-align: center;
  }
  .page-title-heading.investmentherotext {
    position: static;
    left: 36%;
    top: 75px;
    margin-top: 50px;
    text-align: center;
  }
  .hero-section {
    position: static;
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .hero-subtitle {
    position: static;
    left: -9%;
    top: -71px;
    width: auto;
    text-align: center;
  }
  .footer-column {
    padding-left: 20px;
  }
  .newsletter-button {
    width: 29%;
  }
  .left-column-team {
    display: block;
  }
  .team-link-tab {
    width: auto;
    margin-right: 0px;
    margin-left: 10px;
  }
  .team-link-tab.w--current {
    width: auto;
  }
  .download-button.pressbutton {
    position: static;
    display: inline-block;
    margin-top: 50px;
  }
  .hero-image {
    position: static;
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-image.heart {
    margin-top: 50px;
  }
  .hero-image.brain {
    margin-top: 50px;
  }
  .hero-image.contactusicon {
    margin-top: 50px;
  }
  .hero-image.privacyicon.termsicon {
    display: block;
    margin-top: 50px;
  }
  .hero-image.privacyicon.privacyglasses {
    position: static;
    top: 1%;
    margin-top: 100px;
  }
}


#particles-holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 450px!important;
overflow: hidden;
        opacity: 0.8;
   -moz-opacity: 0.8;
-webkit-opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
z-index: 1;
}

#particles-holderx {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%!important;
overflow: hidden;
        opacity: 0.8;
   -moz-opacity: 0.8;
-webkit-opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
z-index: 1;
}

#particles-holderz {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 450px!important;
overflow: hidden;
        opacity: 0.8;
   -moz-opacity: 0.8;
-webkit-opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
z-index: -1;
}

.iconshakur {
	margin-top: -70px;
}
