/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/*
 * Make all images responsive
 */
img {
  max-width: 100%;
  max-height: 100%; }

/**
 * Basic typography style for copy text
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/* float left */
.float-left {
  float: left; }
  @media screen and (max-width: 990px) {
    .float-left {
      float: none; } }

/* float-right */
.float-right {
  float: right; }
  @media screen and (max-width: 990px) {
    .float-right {
      float: none; } }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/*
 *  href link with hidden
 *  text and decoration underline
 */
.link-wrapper-hidden {
  display: inline-block;
  zoom: 1;
  font-size: 0px;
  height: 100%;
  text-decoration: none;
  vertical-align: top; }
  .link-wrapper-hidden:hover {
    text-decoration: none; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

header {
  width: 100%;
  position: relative;
  overflow: hidden; }
  header .logo {
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    display: block;
    z-index: 9; }
    @media (max-width: 768px) {
      header .logo {
        top: 64px; } }
  header .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    width: 80px;
    padding-left: 0; }
    header .slick-dots li {
      width: 13px;
      height: 13px;
      background: #90e0f4;
      margin-right: 9px;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      header .slick-dots li:last-of-type {
        margin-right: 0; }
      header .slick-dots li.slick-active {
        background: #FFF; }
      header .slick-dots li button {
        display: none; }
  header .carousel {
    width: 100%;
    height: 440px; }
    header .carousel .carousel-item {
      width: 100%;
      height: 440px;
      display: block;
      float: left;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      header .carousel .carousel-item.second p {
        max-width: 600px;
        margin: 190px auto 0; }
    header .carousel p {
      font-size: 40px;
      font-weight: 900;
      display: block;
      text-align: center;
      margin-top: 190px;
      color: #FFF;
      line-height: 1.2; }
      @media (max-width: 768px) {
        header .carousel p {
          font-size: 20px;
          padding: 0 45px; } }
    header .carousel span {
      font-size: 18px;
      display: block;
      text-align: center;
      margin-top: 10px;
      color: #FFF; }
      @media (max-width: 768px) {
        header .carousel span {
          font-size: 14px; } }

.anchor-nav-wrapper {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(214, 211, 214, 0.5);
  -moz-box-shadow: 0px 2px 10px 0px rgba(214, 211, 214, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(214, 211, 214, 0.5);
  top: 0;
  z-index: 10;
  position: fixed;
  position: sticky;
  position: -webkit-sticky; }
  @media (max-width: 768px) {
    .anchor-nav-wrapper {
      padding: 10px 15px;
      position: fixed; } }
  .anchor-nav-wrapper .anchor-nav {
    display: block;
    height: 68px;
    margin: 0 auto;
    max-width: 1105px;
    text-align: center; }
    @media (max-width: 768px) {
      .anchor-nav-wrapper .anchor-nav {
        display: none;
        height: calc(100vh - 45px); } }
    .anchor-nav-wrapper .anchor-nav ul {
      margin-bottom: 0;
      padding-left: 0; }
      .anchor-nav-wrapper .anchor-nav ul li {
        display: inline-block;
        list-style: none;
        list-style-type: none;
        list-style-position: outside;
        overflow: hidden; }
        @media (max-width: 768px) {
          .anchor-nav-wrapper .anchor-nav ul li {
            display: block; } }
        .anchor-nav-wrapper .anchor-nav ul li a {
          display: block;
          padding: 0 15px;
          font-size: 15px;
          font-weight: 700;
          color: #3ec7f3;
          line-height: 68px;
          font-family: "Roboto";
          transition: all 0.3s ease;
          text-transform: uppercase; }
          @media (max-width: 768px) {
            .anchor-nav-wrapper .anchor-nav ul li a {
              line-height: 38px; } }
          .anchor-nav-wrapper .anchor-nav ul li a:hover, .anchor-nav-wrapper .anchor-nav ul li a.active {
            color: white;
            background-color: #3ec7f3;
            transition: all 0.3s ease; }
  .anchor-nav-wrapper .anchor-mobile-burger {
    display: none;
    width: 45px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    @media (max-width: 768px) {
      .anchor-nav-wrapper .anchor-mobile-burger {
        display: block;
        width: 35px;
        height: 25px; } }
    .anchor-nav-wrapper .anchor-mobile-burger span {
      display: block;
      position: absolute;
      z-index: 20;
      height: 6px;
      width: 100%;
      background: #3ec7f3;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      @media (max-width: 768px) {
        .anchor-nav-wrapper .anchor-mobile-burger span {
          height: 5px; } }
      .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(1) {
        top: 0px; }
      .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(2), .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(3) {
        top: 12px; }
        @media (max-width: 768px) {
          .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(2), .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(3) {
            top: 10px; } }
      .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(4) {
        top: 24px; }
        @media (max-width: 768px) {
          .anchor-nav-wrapper .anchor-mobile-burger span:nth-child(4) {
            top: 20px; } }
    .anchor-nav-wrapper .anchor-mobile-burger.opened {
      margin-bottom: 10px; }
      .anchor-nav-wrapper .anchor-mobile-burger.opened span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%; }
      .anchor-nav-wrapper .anchor-mobile-burger.opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .anchor-nav-wrapper .anchor-mobile-burger.opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .anchor-nav-wrapper .anchor-mobile-burger.opened span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; }

* {
  font-family: "Roboto"; }

.slick-prev, .slick-next {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: transparent;
  padding: 0;
  width: 45px; }
  @media (max-width: 768px) {
    .slick-prev, .slick-next {
      width: 35px; } }

.slick-prev {
  left: 5px; }

.slick-next {
  right: 5px; }

.slick-next:before {
  content: "\203A";
  display: block;
  color: #FFF;
  font-size: 65px;
  position: relative;
  z-index: 1000; }

.slick-prev:before {
  content: "\2039";
  display: block;
  color: #FFF;
  font-size: 65px;
  position: relative;
  z-index: 1000; }

.slick-next:active, .slick-next:focus, .slick-prev:active, .slick-prev:focus {
  outline: 0; }

.row {
  max-width: 1105px;
  margin: 0 auto; }

h2 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 30px;
  display: block;
  text-align: center;
  color: #333; }
  @media (max-width: 768px) {
    h2 {
      font-size: 23px; } }

.c-product {
  padding: 60px 0 40px; }
  @media (max-width: 768px) {
    .c-product {
      padding: 30px 15px; } }
  .c-product .sub-headline {
    font-size: 14px;
    color: #3ec7f3;
    font-family: "Roboto";
    font-weight: 900;
    letter-spacing: 0.3em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .c-product .sub-headline {
        font-size: 12px;
        margin: 15px 0; } }
  .c-product p {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    display: block;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .c-product p {
        font-size: 18px;
        line-height: 22px; } }
    .c-product p:nth-of-type(1) {
      max-width: 930px;
      margin-bottom: 40px; }
    .c-product p:nth-of-type(2) {
      max-width: 930px;
      margin-bottom: 60px; }
    @media (max-width: 768px) {
      .c-product p {
        margin-bottom: 15px; } }
  .c-product ul {
    list-style: none; }
    .c-product ul li {
      font-family: "Roboto";
      font-weight: 400;
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 40px;
      color: #6b767c;
      position: relative; }
    .c-product ul.column-one li:nth-of-type(1):before {
      content: "\f05b";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -35px; }
    .c-product ul.column-one li:nth-of-type(2):before {
      content: "\f0c9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -35px; }
    .c-product ul.column-one li:nth-of-type(3):before {
      content: "\f200";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -37px; }
    .c-product ul.column-one li:nth-of-type(4):before {
      content: "\f036";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -37px; }
    .c-product ul.column-one li:nth-of-type(5):before {
      content: "\f3a5";
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -37px; }
    .c-product ul.column-two li:nth-of-type(1):before {
      content: "\f1d8";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -36px; }
    .c-product ul.column-two li:nth-of-type(2):before {
      content: "\f140";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -35px; }
    .c-product ul.column-two li:nth-of-type(3):before {
      content: "\f005";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -37px; }
    .c-product ul.column-two li:nth-of-type(4):before {
      content: "\f080";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3ec7f3;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -37px; }

.c-line {
  width: 100%;
  height: 60px;
  background: #3ec7f3; }
  .c-line span {
    display: block;
    text-align: center;
    line-height: 60px;
    font-family: "Roboto";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0.3em; }
    @media (max-width: 768px) {
      .c-line span {
        font-size: 12px; } }

.c-meeting {
  padding: 60px 0 40px;
  margin-bottom: 10px;
  background: #ecf7fb; }
  @media (max-width: 768px) {
    .c-meeting {
      padding: 30px 15px; } }
  .c-meeting .col-md-6:last-of-type {
    padding-right: 25px; }
  .c-meeting h2 {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .c-meeting h2 {
        margin-bottom: 15px; } }
  .c-meeting img {
    margin-top: 20px; }
    @media (max-width: 768px) {
      .c-meeting img {
        display: block;
        margin: 20px auto; } }
  .c-meeting span {
    font-size: 16px;
    line-height: 36px;
    display: block;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px; }
  .c-meeting ul {
    list-style-type: none;
    padding-left: 0; }
    .c-meeting ul li {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 14px;
      color: #6b767c;
      font-weight: 300;
      position: relative; }
      .c-meeting ul li:before {
        content: "";
        display: block;
        background: url("../img/icon-arrow.png") center center no-repeat;
        background-size: contain;
        width: 7px;
        height: 11px;
        position: absolute;
        top: 4px;
        left: -15px; }

.c-benefits span {
  font-size: 25px;
  line-height: 30px;
  font-family: "Roboto";
  font-weight: 300;
  display: block;
  height: 130px; }
  @media (max-width: 768px) {
    .c-benefits span {
      font-size: 22px;
      height: auto;
      margin-bottom: 15px; } }

.c-benefits .col-md-6 {
  padding-right: 55px !important; }
  @media (max-width: 768px) {
    .c-benefits .col-md-6 {
      padding-right: 0 !important; } }

.case-studies {
  padding: 60px 0; }
  @media (max-width: 768px) {
    .case-studies {
      padding: 30px 0; } }
  .case-studies h2 {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .case-studies h2 {
        margin-bottom: 30px; } }
  .case-studies p {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    letter-spacing: -0.021em; }
    @media (max-width: 768px) {
      .case-studies p {
        font-size: 18px;
        line-height: 22px; } }
    .case-studies p:last-of-type {
      margin-bottom: 30px; }
  .case-studies ul {
    list-style-type: none;
    padding-left: 16px; }
    .case-studies ul li {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 14px;
      color: #6b767c;
      font-weight: 300;
      position: relative; }
      .case-studies ul li:before {
        content: "";
        display: block;
        background: url("../img/icon-arrow.png") center center no-repeat;
        background-size: contain;
        width: 7px;
        height: 11px;
        position: absolute;
        top: 4px;
        left: -15px; }
  .case-studies img {
    display: block;
    text-align: center;
    margin: 0 auto; }
  .case-studies .quote {
    margin-top: 20px; }
  .case-studies .row:nth-of-type(2), .case-studies .row:nth-of-type(3) {
    margin-top: 120px; }
    @media (max-width: 768px) {
      .case-studies .row:nth-of-type(2), .case-studies .row:nth-of-type(3) {
        margin-top: 40px; } }
  @media (max-width: 768px) {
    .case-studies .row:nth-of-type(2) p {
      margin-top: 30px; } }

.services {
  background: #3ec7f3;
  padding: 60px 0 67px; }
  @media (max-width: 768px) {
    .services {
      padding: 30px 0 35px; } }
  .services h2 {
    color: #fff;
    margin: 0 0 60px; }
    @media (max-width: 768px) {
      .services h2 {
        margin: 0 0 30px; } }
  .services img, .services p {
    float: left; }
  .services p {
    width: calc(100% - 170px);
    margin-left: 27px;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px; }

.about {
  padding: 60px 0;
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .about {
      padding: 30px 0; } }
  .about h2 {
    color: #FFF;
    margin: 0 0 60px; }
    @media (max-width: 768px) {
      .about h2 {
        margin: 0 0 30px; } }
  .about div.text {
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
  .about div.quote {
    content: "";
    width: 38px;
    height: 32px;
    background: url("../img/icon-quote.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translateX(-50%); }
    @media (max-width: 768px) {
      .about div.quote {
        width: 28px;
        height: 24px;
        top: -14px; } }
  .about p {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 9; }
    @media (max-width: 768px) {
      .about p {
        font-size: 15px;
        line-height: 21px; } }

footer {
  background: #ecf7fb;
  padding: 77px 0 0; }
  @media (max-width: 768px) {
    footer {
      padding: 30px 0 0; } }
  footer .col-md-8 span {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 24px;
    display: block; }
    @media (max-width: 768px) {
      footer .col-md-8 span {
        line-height: 1.2; } }
    footer .col-md-8 span strong {
      font-size: 30px;
      font-weight: 400;
      color: #3ec7f3; }
      @media (max-width: 768px) {
        footer .col-md-8 span strong {
          display: block;
          margin-bottom: 5px; } }
  footer .col-md-8 input[type="text"], footer .col-md-8 textarea {
    width: 100%;
    height: 48px;
    background: #FFF;
    border: 1px solid #dee7ea;
    margin-bottom: 13px;
    max-width: 680px;
    border-radius: 6px;
    padding: 0 20px;
    resize: none; }
    footer .col-md-8 input[type="text"]:focus, footer .col-md-8 input[type="text"]:active, footer .col-md-8 textarea:focus, footer .col-md-8 textarea:active {
      border: 1px solid #c9d1d3;
      outline: 0; }
  footer .col-md-8 textarea {
    margin-bottom: 9px; }
  footer .col-md-8 input[type="submit"] {
    width: 100%;
    height: 48px;
    background: #3ec7f3;
    margin-bottom: 17px;
    max-width: 680px;
    border-radius: 6px;
    padding: 0 20px;
    resize: none;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    border: 0; }
    footer .col-md-8 input[type="submit"]:focus, footer .col-md-8 input[type="submit"]:active {
      outline: 0; }
  footer .col-md-8 textarea {
    height: auto; }
  @media (max-width: 768px) {
    footer .col-md-4 {
      margin-top: 30px; } }
  footer .col-md-4 span {
    font-size: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    margin-top: -13px; }
    @media (max-width: 768px) {
      footer .col-md-4 span {
        font-size: 22px; } }
    footer .col-md-4 span:nth-of-type(2) {
      margin-top: 40px; }
  footer .col-md-4 p {
    font-size: 18px;
    line-height: 30px;
    color: #6b767c; }
    @media (max-width: 768px) {
      footer .col-md-4 p {
        font-size: 14px;
        line-height: 22px; } }
  footer .col-md-4 .socials a {
    font-size: 23px;
    margin-right: 20px; }
    footer .col-md-4 .socials a:nth-of-type(1) {
      color: #6e72b0; }
    footer .col-md-4 .socials a:nth-of-type(2) {
      color: #05baf6; }
    footer .col-md-4 .socials a:nth-of-type(3) {
      color: #ff0000; }
    footer .col-md-4 .socials a:nth-of-type(4) {
      color: #378ebe; }
    footer .col-md-4 .socials a:nth-of-type(5) {
      color: #ff0048; }
    footer .col-md-4 .socials a:nth-of-type(6) {
      color: #0d0d0d; }
    footer .col-md-4 .socials a:nth-of-type(7) {
      color: #da4229; }
  footer .sub-footer {
    border-top: 1px solid #d8e2ed;
    font-size: 12px;
    line-height: 75px;
    margin-top: 40px;
    color: #6b767c; }
    @media (max-width: 768px) {
      footer .sub-footer {
        text-align: center; } }
    footer .sub-footer a {
      color: #6b767c; }
    @media (max-width: 768px) {
      footer .sub-footer .col-md-4 {
        margin-top: 0; } }
    footer .sub-footer img {
      float: right;
      margin-top: 17px; }
      @media (max-width: 768px) {
        footer .sub-footer img {
          float: none;
          display: block;
          margin: 0 auto 20px; } }

/*# sourceMappingURL=style.css.map */
