.get-the-right-data @charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../fonts/HelveticaNeueRegular/Helvetica Neue Regular.eot");
  src: url("../fonts/HelveticaNeueRegular/Helvetica Neue Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueRegular/Helvetica Neue Regular.woff2")
      format("woff2"),
    url("../fonts/HelveticaNeueRegular/Helvetica Neue Regular.woff")
      format("woff"),
    url("../fonts/HelveticaNeueRegular/Helvetica Neue Regular.ttf")
      format("truetype"),
    url("../fonts/HelveticaNeueRegular/Helvetica Neue Regular.svg#svgFontName")
      format("svg");
}

@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../fonts/HelveticaNeueMedium/Helvetica Neue Medium.eot");
  src: url("../fonts/HelveticaNeueMedium/Helvetica Neue Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueMedium/Helvetica Neue Medium.woff2")
      format("woff2"),
    url("../fonts/HelveticaNeueMedium/Helvetica Neue Medium.woff")
      format("woff"),
    url("../fonts/HelveticaNeueMedium/Helvetica Neue Medium.ttf")
      format("truetype"),
    url("../fonts/HelveticaNeueRegular/Helvetica Neue Medium.svg#svgFontName")
      format("svg");
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../fonts/HelveticaNeueBold/Helvetica Neue Bold.eot");
  src: url("../fonts/HelveticaNeueBold/Helvetica Neue Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueBold/Helvetica Neue Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeueBold/Helvetica Neue Bold.woff") format("woff"),
    url("../fonts/HelveticaNeueBold/Helvetica Neue Bold.ttf") format("truetype"),
    url("../fonts/HelveticaNeueBold/Helvetica Neue Bold.svg#svgFontName")
      format("svg");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue Bold", sans-serif;
}
p {
  font-family: "Helvetica Neue Regular", sans-serif;
  letter-spacing: 2px;
}
body {
  margin: 0;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
}
.section-title {
  color: #242c47;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1.8px;
}
.section-content p {
  color: #242c47;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 32px;
}
.top-header {
  width: 100%;
  display: block;
  position: relative;
  background: #0780e4;
  background: -moz-linear-gradient(left, #0780e4 0%, #27aaf7 100%);
  background: -webkit-linear-gradient(left, #0780e4 0%, #27aaf7 100%);
  background: linear-gradient(to right, #0780e4 0%, #27aaf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0780e4', endColorstr='#27aaf7', GradientType=1 );
  z-index: 99999;
}
.top-header .navbar-nav {
  margin-left: auto;
}
.top-header .navbar {
  padding: 20px 0px;
  width: 100%;
}

.navbar-nav .free-subscribe {
  padding: 0.8rem 1.5rem !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10rem;
  margin-left: 15px;
  color: #1eb858 !important;
  cursor: pointer;
}
.navbar-nav .free-subscribe:hover,
.navbar-nav .free-subscribe:focus {
  color: #fff !important;
  background: #1eb858;
}
.top-header ul li a {
  color: #fff;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 19px;
}
.top-header ul li a:hover {
  color: #0c2281 !important;
}
.hero-image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
  padding-bottom: 3rem;
}
.hero-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 380px;
  top: auto;
  bottom: -120px;
  left: 0;
  background: url(../images/curve.svg) no-repeat;
  background-size: cover;
}
.banner-caption {
  /*	width: 100%;*/
  padding-bottom: 25px;
}
.banner-caption h1 {
  color: #fff;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 2rem;
}
.banner-caption p {
  color: #ffffff;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 36px;
  margin-bottom: 2rem;
}
.btn-contact {
  color: #ffffff !important;
  width: 180px;
  border-radius: 5px !important;
  background-color: #0c2281 !important;
  box-shadow: 0 7px 21px 4px rgba(22, 11, 44, 0.5);
  -webkit-box-shadow: 0 7px 21px 4px rgba(22, 11, 44, 0.5);
  -moz-box-shadow: 0 7px 21px 4px rgba(22, 11, 44, 0.5);
  padding: 0.5rem 0.75rem !important;
}
.btn-contact:hover {
  color: #25a7f6 !important;
  box-shadow: 0 7px 21px 4px rgba(22, 11, 44, 0.5);
  -webkit-box-shadow: 0 7px 21px 4px rgba(22, 11, 44, 0.5);
  -moz-box-shadow: 0 7px 21px 4px rgba(22, 11, 44, 0.5);
  padding: 0.5rem 0.75rem !important;
}
.data-to-power {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.18);
  margin-bottom: 3rem;
  z-index: 99;
}
.data-to-power .section-title {
  line-height: 44px;
}
.circle-sm {
  width: 50px;
  text-align: left;
  position: absolute;
  left: 0;
  top: -20px;
  box-shadow: 9px 11px 20px 6px rgba(53, 225, 241, 0.2);
  -webkit-box-shadow: 9px 11px 20px 6px rgba(53, 225, 241, 0.2);
  -moz-box-shadow: 9px 11px 20px 6px rgba(53, 225, 241, 0.2);
  border-radius: 100%;
}
.circle-md {
  width: 65px;
  text-align: left;
  position: absolute;
  right: 100px;
  bottom: -71px;
  top: auto;
  box-shadow: 9px 11px 20px 6px rgba(54, 85, 255, 0.2);
  -webkit-box-shadow: 9px 11px 20px 6px rgba(54, 85, 255, 0.2);
  -moz-box-shadow: 9px 11px 20px 6px rgba(54, 85, 255, 0.2);
  border-radius: 100%;
}
.get-the-right-data {
  line-height: 54px;
  width: 100%;
  display: block;
  margin-bottom: 3rem;
  position: relative;
  z-index: 99999;
}
.get-the-right-data .data-tools {
  margin-top: -5rem;
  margin-bottom: 3rem;
}
.client-login {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.client-login h2,
.back-office-container h2,
.adviser-login h2,
.turn-data-into-demand h2 {
  color: #243467;
  font-family: "Helvetica Neue Bold";
  font-size: 36px;
  line-height: 54px;
}
.client-login:after {
  position: absolute;
  content: "";
  width: 800px;
  height: 100%;
  background: url(../images/twirl.svg) right no-repeat;
  background-size: contain;
  background-position: bottom right;
  top: 17%;
  bottom: 0;
  z-index: -1;
  right: 0;
}
.turn-data-into-demand {
  width: 100%;
  display: block;
  margin: 8rem 0 3rem 0;
}
.turn-data-into-demand .section-content p {
  color: #243467;
  line-height: 30px;
}
.login-list {
  list-style: none;
  padding-left: 0px;
}
.login-list li {
  position: relative;
  color: #1b2957;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 26px;
  padding-left: 35px;
  margin-bottom: 20px;
}
.login-list li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: 5px;
  background: url(../images/bullet.svg) no-repeat;
}
.feature-block {
  display: flex;
}
.feature-block img {
  margin-top: -20px;
  flex: 0 0 120px;
}
.feature-block h6 {
  color: #243467;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
}
.feature-block p {
  color: #353e5a;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 22px;
}
.adviser-login {
  padding: 3rem 0;
}
.back-office-container {
  width: 100%;
  padding: 12rem 0 3rem;
  text-align: center;
  display: block;
  background-color: #ebf6ff;
  margin-top: -125px;
}
.back-office-container ul {
  list-style: none;
  padding-left: 0px;
  display: table;
  margin: 0 auto;
}
.back-office-container ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 20px;
  margin-right: 0 !important;
  color: #243467;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 22px;
  float: left;
}
.back-office-container ul li:not(:first-child) {
  padding-left: 70px;
}
.back-office-container ul li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  left: 0;
  top: 12px;
  background: url(../images/line.svg) no-repeat;
  background-size: cover;
}
.ouera-in-action {
  padding: 3rem 0;
}
.section-email-block {
  padding: 0 25px;
}
.ouera-in-action h4 {
  color: #243467;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 24px;
  line-height: 54px;
}
.ouera-in-action p {
  color: #243467;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 30px;
}
.form-control {
  border: 1px solid #c0e1fc !important;
  border-radius: 5px !important;
  background-color: #ffffff !important;
}
form .message {
  display: block;
  width: 100%;
  padding-top: 0.3em;
  color: #e54d3b;
}
.message.error {
  color: #e54d3b;
}
.message.success {
  color: rgb(1, 143, 5);
}
.btn-demo {
  color: #ffffff !important;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(40.92deg, #0076e1 5.61%, #36bfff 100%);
  min-height: 38px;
}
.contact-us {
  width: 100%;
  background: url(../images/contact-bg.svg) #222b55 left no-repeat;
  background-size: 600px;
  padding: 6rem 3rem;
  position: relative;
  background-position: -65px 40px;
}
.contact-us .form-control {
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 14px !important;
  color: #827f7f;
}
.btn-contact-us {
  width: 100%;
  color: #ffffff !important;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
  line-height: 17px;
  padding: 0.5rem 0.75rem !important;
  text-transform: uppercase;
  background: -moz-linear-gradient(right, #2b9bff 0%, #36bfff 100%);
  background: -webkit-linear-gradient(right, #2b9bff 0%, #36bfff 100%);
  background: linear-gradient(to right, #2b9bff 0%, #36bfff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B9BFF', endColorstr='#36BFFF', GradientType=1 );
}
.btn-contact-us:hover {
  color: #0c2281 !important;
}
.footer {
  background-color: #131f51;
  padding: 20px 0;
  color: #fff;
}
.footer-links ul li {
  list-style: none;
  padding-left: 15px;
}
.footer a {
  color: #fff;
}
.footer ul li a:focus,
.footer ul li a:hover {
  color: #2b9bff;
}
.footer .social-links {
  float: right;
}
.footer .social-links ul li a,
.footer .social-links ul li a {
  color: #1a2452;
}
.footer .social-links ul li a:focus,
.footer .social-links ul li a:hover {
  color: #fff !important;
}
.circle {
  background: -moz-linear-gradient(right, #2b9bff 0%, #36bfff 100%);
  background: -webkit-linear-gradient(right, #2b9bff 0%, #36bfff 100%);
  background: linear-gradient(to right, #2b9bff 0%, #36bfff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B9BFF', endColorstr='#36BFFF', GradientType=1 );
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px !important;
}
.footer p,
.footer ul li a {
  color: #ffffff;
  font-family: "Helvetica Neue Light", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 17px;
}
.footer a {
  text-decoration: none !important;
}

.footer-logo {
  margin-bottom: 20px;
}
.contact-details ul {
  list-style: none;
}
.contact-details ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue Light", sans-serif;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.contact-details ul li:first-child:after {
  position: absolute;
  content: "\f041";
  top: 0;
  left: 0;
  margin-bottom: 15px;
  font-family: FontAwesome;
}
.contact-details ul li:nth-child(2):after {
  position: absolute;
  content: "\f0e0";
  top: 0;
  left: 0;
  margin-bottom: 15px;
  font-family: FontAwesome;
}
.b-circle-xs {
  width: 40px;
  text-align: left;
  position: absolute;
  left: 45%;
  top: 4%;
  box-shadow: 3px 14px 14px 6px rgba(54, 85, 255, 0.1);
  -webkit-box-shadow: 3px 14px 14px 6px rgba(54, 85, 255, 0.1);
  -moz-box-shadow: 3px 14px 14px 6px rgba(54, 85, 255, 0.1);
  border-radius: 100%;
}
.b-circle-md {
  width: 50px;
  text-align: left;
  position: absolute;
  left: 47px;
  top: 65%;
  box-shadow: 9px 11px 20px 6px rgba(53, 225, 241, 0.2);
  -webkit-box-shadow: 9px 11px 20px 6px rgba(53, 225, 241, 0.2);
  -moz-box-shadow: 9px 11px 20px 6px rgba(53, 225, 241, 0.2);
  border-radius: 100%;
}
.b-circle-lg {
  width: 75px;
  text-align: left;
  position: absolute;
  right: 100px;
  top: -40px;
  box-shadow: 3px 14px 14px 6px rgba(54, 85, 255, 0.1);
  -webkit-box-shadow: 3px 14px 14px 6px rgba(54, 85, 255, 0.1);
  -moz-box-shadow: 3px 14px 14px 6px rgba(54, 85, 255, 0.1);
  border-radius: 100%;
}
.footer-links {
  text-align: right;
}
.footer-links ul li a {
  letter-spacing: 0.22px;
}
/*media query*/
@media (min-width: 768px) and (max-width: 1024px) {
  .client-login:after {
    content: none;
  }
  .back-office-container ul li {
    font-size: 12px;
  }
  .section-email-block,
  .contact-details ul,
  .footer-links ul li {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    padding-left: 15px;
  }
  .hero-image {
    height: auto;
  }
  .top-header {
    border-bottom: 4px solid #20ba5e;
    margin-bottom: 0rem;
  }
  .top-header .navbar .navbar-nav .nav-link:hover,
  .top-header .navbar-nav .nav-link:focus {
    color: #fff;
  }
  .top-header .navbar-toggler {
    background: url(../images/toggle.svg) no-repeat;
  }
  .top-header .navbar-toggler:focus {
    outline: none !important;
  }
  .top-header .navbar-collapse {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 100%;
    z-index: 10;
  }
  .top-header .navbar-nav {
    background: #fff;
    margin-top: 10px;
  }
  .top-header ul li a {
    color: #0780e4;
    padding: 10px 15px !important;
  }
  .top-header ul li {
    border-bottom: 1px solid #0780e4;
  }
  .banner-caption h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 1rem 0;
  }
  .banner-caption p {
    font-size: 16px;
  }
  .btn-contact {
    width: 90%;
  }
  .banner-image {
    margin: 40px 0;
  }
  .banner-caption {
    margin-right: 50px;
  }
  .section-title {
    font-size: 28px;
  }
  .data-to-power {
    padding: 20px 10px 10px;
  }
  .data-to-power h2 {
    padding: 20px 20px;
  }
  .data-to-power .section-content p {
    letter-spacing: 0.7px;
  }
  .circle-sm {
    left: 59px;
    top: -47px;
  }
  .circle-md {
    right: 18px;
    bottom: -45px;
  }
  .data-tools {
    margin-top: 1rem;
    margin-bottom: 3rem;
    background: url(../images/tool.svg);
    /*	height: 200px;*/
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -120px;
  }
  .data-tools img {
    display: none;
  }
  .turn-data-into-demand {
    margin: 3rem 0;
  }
  .feature-block h1 {
    width: 120px;
    flex: 0 0 120px;
  }
  .client-login:after {
    content: none;
  }
  .adviser-login {
    margin-top: 0;
  }
  .get-the-right-data h2 {
    margin-right: 45px;
  }
  .back-office-container {
    padding: 5rem 0 3rem;
    margin-top: -80px;
  }
  .back-office-container ul {
    display: block;
  }
  .back-office-container ul li {
    float: left;
  }
  .back-office-container ul li {
    padding-left: 0px !important;
    float: none;
    padding-bottom: 25px;
  }
  .back-office-container ul li:before {
    background: url(../images/vertical-line.svg) no-repeat !important;
    transform: translate(-50%);
    left: 50% !important;
    top: -46px !important;
    width: 5px !important;
    height: 50px !important;
  }
  .contact-us {
    padding: 3rem 0.5rem;
    background: #222b55;
  }
  .contact-us h2 {
    text-align: center;
    margin: 0px 0 25px;
  }
  .contact-details ul,
  .footer-links ul {
    padding-left: 0;
  }
  .list-inline-item:not(:last-child) {
    margin-left: 0;
  }
  .footer .social-links {
    float: none;
  }
  .footer-links ul li {
    padding-left: 0;
  }
  .data-tools {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .footer-links {
    text-align: left;
  }
}

@media only screen and (max-width: 414px) {
  .top-header .logo {
    width: 280px;
    padding: 0 20px;
  }
  .top-header .navbar-dark .navbar-nav .nav-link {
    padding: 10px 20px;
  }
}
